diff --git a/gcc/ABOUT-GCC-NLS b/gcc/ABOUT-GCC-NLS index 6b1e7d83ee8..7e7c3205416 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-2018 Free Software Foundation, Inc. +Copyright (C) 1998-2019 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 13b69d34155..53e546f0707 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2019-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 0368efddd07..4d8c4fe7356 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-2018 Free Software Foundation, Inc. +Copyright (C) 1998-2019 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 7960cace16a..dc0eba7bc9a 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1987-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/README.Portability b/gcc/README.Portability index e7a68d0bf63..42c4fcf566a 100644 --- a/gcc/README.Portability +++ b/gcc/README.Portability @@ -1,4 +1,4 @@ -Copyright (C) 2000-2018 Free Software Foundation, Inc. +Copyright (C) 2000-2019 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 950a2d4defb..22ded1d3653 100644 --- a/gcc/acinclude.m4 +++ b/gcc/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2005-2018 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2019 Free Software Foundation, Inc. dnl dnl This file is part of GCC. dnl diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f9f8fc0c950..be98ea2c8b8 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,7 @@ 2019-01-01 Jakub Jelinek + Update copyright years. + * gnat_ugn.texi: Bump @copying's copyright year. * gnat_rm.texi: Likewise. diff --git a/gcc/addresses.h b/gcc/addresses.h index 1f8dcd36515..0fb41605dee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/alias.c b/gcc/alias.c index 835ac82ae82..93f53543d12 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -1,5 +1,5 @@ /* Alias analysis for GNU C - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 ecc123206a3..b69ace5382b 100644 --- a/gcc/alias.h +++ b/gcc/alias.h @@ -1,5 +1,5 @@ /* Exported functions from alias.c - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/align.h b/gcc/align.h index 3fe2f39c6c8..67684513c7e 100644 --- a/gcc/align.h +++ b/gcc/align.h @@ -1,5 +1,5 @@ /* Alignment-related classes. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c index ef8f00f36aa..2b2db3cfbce 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 81cb69e227a..4af926dcff1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 98a42721f8f..f7986d89f83 100644 --- a/gcc/asan.c +++ b/gcc/asan.c @@ -1,5 +1,5 @@ /* AddressSanitizer, a fast memory error detector. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e1b9b491e67..7675f18a84e 100644 --- a/gcc/asan.h +++ b/gcc/asan.h @@ -1,5 +1,5 @@ /* AddressSanitizer, a fast memory error detector. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 dfe13ad7a94..3b4084efe9b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/attribs.h b/gcc/attribs.h index 5b76c4c400c..83ecbbbeec9 100644 --- a/gcc/attribs.h +++ b/gcc/attribs.h @@ -1,5 +1,5 @@ /* Declarations and definitions dealing with attribute handling. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 064b8afd4ff..43400ccbec7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 f22395ec8f5..26353a21486 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 81caf90f084..46680594f4b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 a56566cf8bd..6aaf1e6fd84 100644 --- a/gcc/backend.h +++ b/gcc/backend.h @@ -1,6 +1,6 @@ /* Common Backend requirements. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 823627a14a8..fba5526294e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index aaea525b69e..e4ae8b89c09 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bb-reorder.h b/gcc/bb-reorder.h index a582e34b368..3948bc84562 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 05525795c34..5a8236de750 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 7499ebebb00..4e3254e51cb 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/brig-builtins.def b/gcc/brig-builtins.def index c2e8d2c034d..ec33b2d397a 100644 --- a/gcc/brig-builtins.def +++ b/gcc/brig-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the HSAIL builtins used in the GNU compiler. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/ChangeLog b/gcc/brig/ChangeLog index 18f226967c0..a1cc326274f 100644 --- a/gcc/brig/ChangeLog +++ b/gcc/brig/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-17 David Malcolm * Make-lang.in (selftest-brig): New. diff --git a/gcc/brig/Make-lang.in b/gcc/brig/Make-lang.in index 07c038cbc58..3e3a4f21425 100644 --- a/gcc/brig/Make-lang.in +++ b/gcc/brig/Make-lang.in @@ -1,7 +1,7 @@ # Make-lang.in -- Top level -*- makefile -*- fragment for gcc BRIG (HSAIL) # frontend. -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/brig/brig-builtins.h b/gcc/brig/brig-builtins.h index 8a26a577ed2..87f941537d0 100644 --- a/gcc/brig/brig-builtins.h +++ b/gcc/brig/brig-builtins.h @@ -1,5 +1,5 @@ /* brig-builtins.h -- brig builtin definitions - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brig-c.h b/gcc/brig/brig-c.h index 145cb2b3e06..0d0c5620de6 100644 --- a/gcc/brig/brig-c.h +++ b/gcc/brig/brig-c.h @@ -1,5 +1,5 @@ /* brig-c.h -- Header file for brig input's gcc C interface. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brig-lang.c b/gcc/brig/brig-lang.c index 862ea69a0ea..91c7cfa35da 100644 --- a/gcc/brig/brig-lang.c +++ b/gcc/brig/brig-lang.c @@ -1,5 +1,5 @@ /* brig-lang.c -- brig (HSAIL) input gcc interface. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-arg-block-handler.cc b/gcc/brig/brigfrontend/brig-arg-block-handler.cc index 4aba479a4c3..9e1cf07781c 100644 --- a/gcc/brig/brigfrontend/brig-arg-block-handler.cc +++ b/gcc/brig/brigfrontend/brig-arg-block-handler.cc @@ -1,5 +1,5 @@ /* brig-arg-block-handler.cc -- brig arg block start/end directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-atomic-inst-handler.cc b/gcc/brig/brigfrontend/brig-atomic-inst-handler.cc index 61d3d6c05ac..01f8169e0e8 100644 --- a/gcc/brig/brigfrontend/brig-atomic-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-atomic-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-atomic-inst-handler.cc -- brig atomic instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-basic-inst-handler.cc b/gcc/brig/brigfrontend/brig-basic-inst-handler.cc index 75e1cfac7dd..07c523da6da 100644 --- a/gcc/brig/brigfrontend/brig-basic-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-basic-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-basic-inst-handler.cc -- brig basic instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-branch-inst-handler.cc b/gcc/brig/brigfrontend/brig-branch-inst-handler.cc index b6baf13711b..65670efa2d1 100644 --- a/gcc/brig/brigfrontend/brig-branch-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-branch-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-branch-inst-handler.cc -- brig branch instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-cmp-inst-handler.cc b/gcc/brig/brigfrontend/brig-cmp-inst-handler.cc index 729e3fd0b22..5494d09eb82 100644 --- a/gcc/brig/brigfrontend/brig-cmp-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-cmp-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-cmp-inst-handler.cc -- brig cmp instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-code-entry-handler.cc b/gcc/brig/brigfrontend/brig-code-entry-handler.cc index 4fa37fd7a4b..e74caf455dc 100644 --- a/gcc/brig/brigfrontend/brig-code-entry-handler.cc +++ b/gcc/brig/brigfrontend/brig-code-entry-handler.cc @@ -1,5 +1,5 @@ /* brig-code-entry-handler.cc -- a gccbrig base class - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-code-entry-handler.h b/gcc/brig/brigfrontend/brig-code-entry-handler.h index 1e082c436c6..2069901590c 100644 --- a/gcc/brig/brigfrontend/brig-code-entry-handler.h +++ b/gcc/brig/brigfrontend/brig-code-entry-handler.h @@ -1,5 +1,5 @@ /* brig-code-entry-handler.h -- a gccbrig base class - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-comment-handler.cc b/gcc/brig/brigfrontend/brig-comment-handler.cc index 1c3c1ba75a7..e8276bc4ab7 100644 --- a/gcc/brig/brigfrontend/brig-comment-handler.cc +++ b/gcc/brig/brigfrontend/brig-comment-handler.cc @@ -1,5 +1,5 @@ /* brig-comment-handler.cc -- brig comment directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-control-handler.cc b/gcc/brig/brigfrontend/brig-control-handler.cc index 82189e149f5..38039315c7c 100644 --- a/gcc/brig/brigfrontend/brig-control-handler.cc +++ b/gcc/brig/brigfrontend/brig-control-handler.cc @@ -1,5 +1,5 @@ /* brig-control-handler.cc -- brig control directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-copy-move-inst-handler.cc b/gcc/brig/brigfrontend/brig-copy-move-inst-handler.cc index 50c6360cf63..74533fdfd59 100644 --- a/gcc/brig/brigfrontend/brig-copy-move-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-copy-move-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-copy-move-inst-handler.cc -- brig copy/move instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-cvt-inst-handler.cc b/gcc/brig/brigfrontend/brig-cvt-inst-handler.cc index 3b8c9ea01df..e169d73e279 100644 --- a/gcc/brig/brigfrontend/brig-cvt-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-cvt-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-cvt-inst-handler.cc -- brig cvt (convert) instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-fbarrier-handler.cc b/gcc/brig/brigfrontend/brig-fbarrier-handler.cc index ff96504b398..3902b71ec5a 100644 --- a/gcc/brig/brigfrontend/brig-fbarrier-handler.cc +++ b/gcc/brig/brigfrontend/brig-fbarrier-handler.cc @@ -1,5 +1,5 @@ /* brig-fbarrier-handler.cc -- brig fbarrier directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-function-handler.cc b/gcc/brig/brigfrontend/brig-function-handler.cc index f22f065c45c..5d0c41bc2f6 100644 --- a/gcc/brig/brigfrontend/brig-function-handler.cc +++ b/gcc/brig/brigfrontend/brig-function-handler.cc @@ -1,5 +1,5 @@ /* brig-code-entry-handler.cc -- brig function directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-function.cc b/gcc/brig/brigfrontend/brig-function.cc index e019b864634..0ff6967d607 100644 --- a/gcc/brig/brigfrontend/brig-function.cc +++ b/gcc/brig/brigfrontend/brig-function.cc @@ -1,5 +1,5 @@ /* brig-function.cc -- declaration of brig_function class. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-function.h b/gcc/brig/brigfrontend/brig-function.h index 8fde3a5bfa3..52746b0f5d7 100644 --- a/gcc/brig/brigfrontend/brig-function.h +++ b/gcc/brig/brigfrontend/brig-function.h @@ -1,5 +1,5 @@ /* brig-function.h -- declaration of brig_function class. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-inst-mod-handler.cc b/gcc/brig/brigfrontend/brig-inst-mod-handler.cc index bf5e97ddcd1..bfd9c24ba01 100644 --- a/gcc/brig/brigfrontend/brig-inst-mod-handler.cc +++ b/gcc/brig/brigfrontend/brig-inst-mod-handler.cc @@ -1,5 +1,5 @@ /* brig-inst-mod-handler.cc -- brig rounding moded instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-label-handler.cc b/gcc/brig/brigfrontend/brig-label-handler.cc index 938df82b03a..32a5f21c9ba 100644 --- a/gcc/brig/brigfrontend/brig-label-handler.cc +++ b/gcc/brig/brigfrontend/brig-label-handler.cc @@ -1,5 +1,5 @@ /* brig-label-handler.cc -- brig label directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-lane-inst-handler.cc b/gcc/brig/brigfrontend/brig-lane-inst-handler.cc index 385da33f089..4e39dd5e998 100644 --- a/gcc/brig/brigfrontend/brig-lane-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-lane-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-lane-inst-handler.cc -- brig lane instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-machine.c b/gcc/brig/brigfrontend/brig-machine.c index 75d0b81bb6f..fc9c1ce2201 100644 --- a/gcc/brig/brigfrontend/brig-machine.c +++ b/gcc/brig/brigfrontend/brig-machine.c @@ -1,5 +1,5 @@ /* brig-machine.c -- gccbrig machine queries - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-machine.h b/gcc/brig/brigfrontend/brig-machine.h index 581b708dcd6..bc672548d32 100644 --- a/gcc/brig/brigfrontend/brig-machine.h +++ b/gcc/brig/brigfrontend/brig-machine.h @@ -1,5 +1,5 @@ /* brig-machine.h -- gccbrig machine queries - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/brig/brigfrontend/brig-mem-inst-handler.cc b/gcc/brig/brigfrontend/brig-mem-inst-handler.cc index d8374f232fb..50ca859a749 100644 --- a/gcc/brig/brigfrontend/brig-mem-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-mem-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-mem-inst-handler.cc -- brig memory inst handler - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-module-handler.cc b/gcc/brig/brigfrontend/brig-module-handler.cc index 1be6b2de13d..58a65d65574 100644 --- a/gcc/brig/brigfrontend/brig-module-handler.cc +++ b/gcc/brig/brigfrontend/brig-module-handler.cc @@ -1,5 +1,5 @@ /* brig-module-handler.cc -- brig module directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-queue-inst-handler.cc b/gcc/brig/brigfrontend/brig-queue-inst-handler.cc index 8ef3a082a17..ec41f5afe17 100644 --- a/gcc/brig/brigfrontend/brig-queue-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-queue-inst-handler.cc @@ -1,6 +1,6 @@ /* brig-queue-inst-handler.cc -- brig user mode queue related instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-seg-inst-handler.cc b/gcc/brig/brigfrontend/brig-seg-inst-handler.cc index 7261d4bef8d..74b87609437 100644 --- a/gcc/brig/brigfrontend/brig-seg-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-seg-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-seg-inst-handler.cc -- brig segment related instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-signal-inst-handler.cc b/gcc/brig/brigfrontend/brig-signal-inst-handler.cc index d900b340b13..7a995678a06 100644 --- a/gcc/brig/brigfrontend/brig-signal-inst-handler.cc +++ b/gcc/brig/brigfrontend/brig-signal-inst-handler.cc @@ -1,5 +1,5 @@ /* brig-signal-inst-handler.cc -- brig signal instruction handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-to-generic.cc b/gcc/brig/brigfrontend/brig-to-generic.cc index 6629db0fdf5..989a624fd12 100644 --- a/gcc/brig/brigfrontend/brig-to-generic.cc +++ b/gcc/brig/brigfrontend/brig-to-generic.cc @@ -1,5 +1,5 @@ /* brig2tree.cc -- brig to gcc generic/gimple tree conversion - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-to-generic.h b/gcc/brig/brigfrontend/brig-to-generic.h index a3eb4329a82..7e8b9c8aad7 100644 --- a/gcc/brig/brigfrontend/brig-to-generic.h +++ b/gcc/brig/brigfrontend/brig-to-generic.h @@ -1,5 +1,5 @@ /* brig-to-generic.h -- brig to gcc generic conversion - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-util.cc b/gcc/brig/brigfrontend/brig-util.cc index 3568c865047..454042ec52b 100644 --- a/gcc/brig/brigfrontend/brig-util.cc +++ b/gcc/brig/brigfrontend/brig-util.cc @@ -1,5 +1,5 @@ /* brig-util.cc -- gccbrig utility functions - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-util.h b/gcc/brig/brigfrontend/brig-util.h index 6de0fa5dd0c..d8fa89bc2d7 100644 --- a/gcc/brig/brigfrontend/brig-util.h +++ b/gcc/brig/brigfrontend/brig-util.h @@ -1,5 +1,5 @@ /* brig-util.h -- gccbrig utility functions - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/brig-variable-handler.cc b/gcc/brig/brigfrontend/brig-variable-handler.cc index 39263086c22..24b54a9f72f 100644 --- a/gcc/brig/brigfrontend/brig-variable-handler.cc +++ b/gcc/brig/brigfrontend/brig-variable-handler.cc @@ -1,5 +1,5 @@ /* brig-variable-handler.cc -- brig variable directive handling - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigfrontend/phsa.h b/gcc/brig/brigfrontend/phsa.h index fe0b9a59406..76683cd254a 100644 --- a/gcc/brig/brigfrontend/phsa.h +++ b/gcc/brig/brigfrontend/phsa.h @@ -1,5 +1,5 @@ /* phsa.h -- interfacing between the gcc BRIG FE and the phsa runtime - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/brigspec.c b/gcc/brig/brigspec.c index 2c8a3faf8ff..ec329fa6427 100644 --- a/gcc/brig/brigspec.c +++ b/gcc/brig/brigspec.c @@ -1,5 +1,5 @@ /* brigspec.c -- Specific flags and argument handling of the gcc BRIG front end. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/config-lang.in b/gcc/brig/config-lang.in index c25c28c663a..2c1a5c3c099 100644 --- a/gcc/brig/config-lang.in +++ b/gcc/brig/config-lang.in @@ -1,6 +1,6 @@ # config-lang.in -- Top level configure fragment for gcc BRIG (HSAIL) frontend. -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/brig/gccbrig.texi b/gcc/brig/gccbrig.texi index 6c28fb222de..dfbc4e793ea 100644 --- a/gcc/brig/gccbrig.texi +++ b/gcc/brig/gccbrig.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename gccbrig.info @settitle The GNU BRIG (HSAIL) Compiler -@set copyrights-brig 2017-2018 +@set copyrights-brig 2017-2019 @c Merge the standard indexes into a single one. @syncodeindex fn cp diff --git a/gcc/brig/lang-specs.h b/gcc/brig/lang-specs.h index 8d8c8f75066..444539e7b87 100644 --- a/gcc/brig/lang-specs.h +++ b/gcc/brig/lang-specs.h @@ -1,5 +1,5 @@ /* lang-specs.h -- gcc driver specs for BRIG (HSAIL) frontend. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/gcc/brig/lang.opt b/gcc/brig/lang.opt index 2cc6cb9c987..591d8cc1bfa 100644 --- a/gcc/brig/lang.opt +++ b/gcc/brig/lang.opt @@ -1,6 +1,6 @@ ; lang.opt -- Options for the gcc BRIG (HSAIL) front end. -; Copyright (C) 2015-2018 Free Software Foundation, Inc. +; Copyright (C) 2015-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/bt-load.c b/gcc/bt-load.c index 4808090b43f..a7d9d53954e 100644 --- a/gcc/bt-load.c +++ b/gcc/bt-load.c @@ -1,5 +1,5 @@ /* Perform branch target register load optimizations. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def index e245e4d9c9c..204141f6c53 100644 --- a/gcc/builtin-attrs.def +++ b/gcc/builtin-attrs.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 685b22f975a..e5c9e063c48 100644 --- a/gcc/builtin-types.def +++ b/gcc/builtin-types.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.c b/gcc/builtins.c index 0d66dd7c889..9fa11e158c3 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -1,5 +1,5 @@ /* Expand builtin functions. - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.def b/gcc/builtins.def index ef89729fd0c..c92292aeab9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.h b/gcc/builtins.h index 472a86d9ad0..75e3240ad33 100644 --- a/gcc/builtins.h +++ b/gcc/builtins.h @@ -1,5 +1,5 @@ /* Expand builtin functions. - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 6f08e265803..bbee106fa18 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-20 H.J. Lu PR c/51628 @@ -9735,7 +9739,7 @@ * c-common.c: Include gt-c-family-c-common.h. * c-pragma.c: Include gt-c-family-c-pragma.h. -Copyright (C) 2010-2018 Free Software Foundation, Inc. +Copyright (C) 2010-2019 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/c-ada-spec.c b/gcc/c-family/c-ada-spec.c index 4e96d2a4908..e3ad8663764 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 23839802eea..59936620782 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 1454e2f3640..476df6e64a7 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 2282515a192..5c380c14ca4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 27d155b27fb..e24cc69e9a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 91f5ff4e445..3dec6f2741d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 7daa3e33990..25b5c1a7406 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 8716d2a3989..b31ad086aa2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 8b17f539974..327fa29937d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 eabb4f02f15..972ba46f109 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 faaf22e18a7..5636e8741cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 cff5aec23c2..23eac7965de 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 f2d45106feb..4588f17932c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 93a6f1660c4..d5ce9e9a032 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 d3ffa438867..c945a43f492 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 c7d44560da5..11aeeb008bc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 ce015bbaaf4..2c22574b730 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2567e0020f0..77740244860 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 bb5d99650c7..5f391988939 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 fe21120df2f..bcc33028ce1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 b781f739f7f..2bbb2797525 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 5a55440778c..46db469e29a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ac824a38d62..6084dcf9c06 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 322b26b8520..556d70c701e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Written by Benjamin Chelf (chelf@codesourcery.com). This file is part of GCC. diff --git a/gcc/c-family/c-spellcheck.cc b/gcc/c-family/c-spellcheck.cc index 85fd278f4ac..ebfc28ba849 100644 --- a/gcc/c-family/c-spellcheck.cc +++ b/gcc/c-family/c-spellcheck.cc @@ -1,5 +1,5 @@ /* Find near-matches for macros. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-spellcheck.h b/gcc/c-family/c-spellcheck.h index 25229d55792..13d258981b6 100644 --- a/gcc/c-family/c-spellcheck.h +++ b/gcc/c-family/c-spellcheck.h @@ -1,5 +1,5 @@ /* Find near-matches for macros. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. 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 31f23f14bbe..a2aab0075bc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This 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 10492a79c54..42146034fe9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 47e67d71569..ec47838e5cb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 7b8a7ebec88..e4e2c7a1ce8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 179b22bb0e8..906fd6f8197 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 8f402ee164e..f84736716b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 22ccf910a85..d118e74ab07 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2003-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/c-family/cppspec.c b/gcc/c-family/cppspec.c index 66540239f53..354c15982fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/known-headers.cc b/gcc/c-family/known-headers.cc index b0763cfe984..e3dcf73fd70 100644 --- a/gcc/c-family/known-headers.cc +++ b/gcc/c-family/known-headers.cc @@ -1,5 +1,5 @@ /* Support for suggestions about missing #include directives. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/known-headers.h b/gcc/c-family/known-headers.h index 3a68ad2be46..8f118753bc3 100644 --- a/gcc/c-family/known-headers.h +++ b/gcc/c-family/known-headers.h @@ -1,5 +1,5 @@ /* Support for suggestions about missing #include directives. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/name-hint.h b/gcc/c-family/name-hint.h index ddc35259c72..0b15e911786 100644 --- a/gcc/c-family/name-hint.h +++ b/gcc/c-family/name-hint.h @@ -1,5 +1,5 @@ /* Support for offering suggestions for handling unrecognized names. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 6d84072107f..5f33fa4c529 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 8febd2570df..ef11b4c62d7 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-20 H.J. Lu PR c/51628 @@ -5897,7 +5901,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-2018 Free Software Foundation, Inc. +Copyright (C) 2012-2019 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 bfae6fd2549..1422be6e013 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/c/c-aux-info.c b/gcc/c/c-aux-info.c index 204d66f0144..96bb2e2c05e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 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 6165e145c0b..f0f846013ff 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 b50f2bfd319..d7726fa0834 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 4ff2080e94a..77f1452556b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 d276e635a28..a4ece88fe6b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 7f6df8382f5..a841e99cb35 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 5abb1c46aa0..3ddeb8f63bb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 fee52689e2d..21ca7e6f84f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 78e768c2366..7a90c7705ea 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 0def4976408..972b629c092 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 c9d38ace96c..7a30e30ac60 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 dc9e3cd587d..0070f0d7daa 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 2fe3f64f455..53e8feb988e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 96da497f372..24d341164f1 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/c/gccspec.c b/gcc/c/gccspec.c index a92fa7bf2c2..d03c87dc62a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 ab09b2b9a0e..c67b96641eb 100644 --- a/gcc/c/gimple-parser.c +++ b/gcc/c/gimple-parser.c @@ -1,5 +1,5 @@ /* Parser for GIMPLE. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 f346b05b2ea..ae912ee4777 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/caller-save.c b/gcc/caller-save.c index a7edbadd253..9ff470c33d4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/calls.c b/gcc/calls.c index e3b4ef80e51..867ae8197f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/calls.h b/gcc/calls.h index 302ccb5328d..128bb513074 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ccmp.c b/gcc/ccmp.c index 4500609ef90..ee8e4787684 100644 --- a/gcc/ccmp.c +++ b/gcc/ccmp.c @@ -1,5 +1,5 @@ /* Conditional compare related functions - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ccmp.h b/gcc/ccmp.h index c283fa35436..cd38db6c4aa 100644 --- a/gcc/ccmp.h +++ b/gcc/ccmp.h @@ -1,5 +1,5 @@ /* Conditional comapre related functions. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg-flags.def b/gcc/cfg-flags.def index 18f4339028d..b5712d50009 100644 --- a/gcc/cfg-flags.def +++ b/gcc/cfg-flags.def @@ -1,5 +1,5 @@ /* Flags on basic blocks and edges. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg.c b/gcc/cfg.c index 7be89d40604..94e68c83e45 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -1,5 +1,5 @@ /* Control flow graph manipulation code for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg.h b/gcc/cfg.h index 3d660bde4c9..b6f95bd21fe 100644 --- a/gcc/cfg.h +++ b/gcc/cfg.h @@ -1,5 +1,5 @@ /* Control flow graph manipulation code header file. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfganal.c b/gcc/cfganal.c index 3b80758e8f2..ad52bff8962 100644 --- a/gcc/cfganal.c +++ b/gcc/cfganal.c @@ -1,5 +1,5 @@ /* Control flow graph analysis code for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfganal.h b/gcc/cfganal.h index 122c665f7f6..ba889e2f563 100644 --- a/gcc/cfganal.h +++ b/gcc/cfganal.h @@ -1,5 +1,5 @@ /* Control flow graph analysis header file. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c index 1d10298818f..934325c6538 100644 --- a/gcc/cfgbuild.c +++ b/gcc/cfgbuild.c @@ -1,5 +1,5 @@ /* Control flow graph building code for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgbuild.h b/gcc/cfgbuild.h index faada1eddf3..76399b48a3a 100644 --- a/gcc/cfgbuild.h +++ b/gcc/cfgbuild.h @@ -1,5 +1,5 @@ /* Control flow graph building header file. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 1b5e931be0a..b5c828fe3e5 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -1,5 +1,5 @@ /* Control flow optimization code for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgcleanup.h b/gcc/cfgcleanup.h index fc0e01e6dd7..923ba89a95a 100644 --- a/gcc/cfgcleanup.h +++ b/gcc/cfgcleanup.h @@ -1,5 +1,5 @@ /* Control flow optimization header file. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 0d04bbcafce..60c1cfb4556 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -1,5 +1,5 @@ /* A pass for lowering trees to RTL. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgexpand.h b/gcc/cfgexpand.h index 807885245c7..7dfe3bb7835 100644 --- a/gcc/cfgexpand.h +++ b/gcc/cfgexpand.h @@ -1,5 +1,5 @@ /* Header file for lowering trees to RTL. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index 824ab25929a..6562beae616 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -1,5 +1,5 @@ /* Hooks for cfg representation specific functions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 d1d2e70c3d4..8244f5a5ac7 100644 --- a/gcc/cfghooks.h +++ b/gcc/cfghooks.h @@ -1,5 +1,5 @@ /* Hooks for cfg representation specific functions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 0917b716da7..e115de6aae2 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -1,5 +1,5 @@ /* Natural loop discovery code for GNU compiler. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index 80a31c416ca..2e93af39a1a 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -1,5 +1,5 @@ /* Natural loop functions - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopanal.c b/gcc/cfgloopanal.c index 3af0b2dbe72..6dbe96f9d3d 100644 --- a/gcc/cfgloopanal.c +++ b/gcc/cfgloopanal.c @@ -1,5 +1,5 @@ /* Natural loop analysis code for GNU compiler. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopmanip.c b/gcc/cfgloopmanip.c index 74c39dbe8fa..17226b725f5 100644 --- a/gcc/cfgloopmanip.c +++ b/gcc/cfgloopmanip.c @@ -1,5 +1,5 @@ /* Loop manipulation code for GNU compiler. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopmanip.h b/gcc/cfgloopmanip.h index d73c0c53d4e..d57aeadf035 100644 --- a/gcc/cfgloopmanip.h +++ b/gcc/cfgloopmanip.h @@ -1,5 +1,5 @@ /* Loop manipulation header. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 411a0245f54..172bdf585d0 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -1,5 +1,5 @@ /* Control flow graph manipulation code for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgrtl.h b/gcc/cfgrtl.h index 6cf80bc0f60..ffd211a2728 100644 --- a/gcc/cfgrtl.h +++ b/gcc/cfgrtl.h @@ -1,5 +1,5 @@ /* Define control flow data structures for the CFG. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 850a9b62469..cac4af34595 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -1,5 +1,5 @@ /* Callgraph handling code. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 51cea066ad3..920169c411d 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -1,5 +1,5 @@ /* Callgraph handling code. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 c2ad5cf2ef7..97c010531bb 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -1,5 +1,5 @@ /* Callgraph construction. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 f8076920fff..10ae2a98f75 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -1,5 +1,5 @@ /* Callgraph clones - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 e6b1296abfb..c39a24d0b27 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1,5 +1,5 @@ /* Driver of optimization process - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/cif-code.def b/gcc/cif-code.def index ac3f73c0094..0fabfebca1c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. Contributed by Doug Kwan This file is part of GCC. diff --git a/gcc/collect-utils.c b/gcc/collect-utils.c index 567d8195dcf..fba3f7496ef 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect-utils.h b/gcc/collect-utils.h index 38f37954743..9c5f80de85b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2-aix.c b/gcc/collect2-aix.c index cb8eee83544..9e2c35bff2e 100644 --- a/gcc/collect2-aix.c +++ b/gcc/collect2-aix.c @@ -1,5 +1,5 @@ /* AIX cross support for collect2. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2-aix.h b/gcc/collect2-aix.h index d7c5adb4236..d86dfd4a29e 100644 --- a/gcc/collect2-aix.h +++ b/gcc/collect2-aix.h @@ -1,5 +1,5 @@ /* AIX cross support for collect2. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2.c b/gcc/collect2.c index dcbd3e18a65..da956bfd984 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 2ce6a6c9acc..34d17c29db7 100644 --- a/gcc/collect2.h +++ b/gcc/collect2.h @@ -1,5 +1,5 @@ /* Header file for collect/tlink routines. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/color-macros.h b/gcc/color-macros.h index 3ec78b2f091..005d48294a7 100644 --- a/gcc/color-macros.h +++ b/gcc/color-macros.h @@ -1,5 +1,5 @@ /* Terminal color manipulation macros. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 bd7f5d0d2ec..dabfa9e0e32 100644 --- a/gcc/combine-stack-adj.c +++ b/gcc/combine-stack-adj.c @@ -1,5 +1,5 @@ /* Combine stack adjustments. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/combine.c b/gcc/combine.c index 6f1a335a25d..a8c9d15f273 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1,5 +1,5 @@ /* Optimize by combining instructions for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common.md b/gcc/common.md index 9fe3810ef7f..42c574029b5 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/common.opt b/gcc/common.opt index 45d7f6189e5..035f2ba7dec 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2003-2019 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 886be860d36..a5a85b48efc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This 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 8a268b67222..41b7e704c2e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This 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 9b796c8f085..f08e8713d8e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This 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 990c495fa75..9ed7822cab4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 b021ff05af0..18cfb5ab802 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 dd7d4267340..fd870e187a6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b27ac091a08..f7a861af888 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 2872388de2c..db394335e26 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 32cf36e94f6..8c64308f482 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 d6293b1192e..15ba4403216 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 5d19ba84a34..a85fb8f663a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 7f55f972ff1..e333b323132 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 9d0d4390a9c..74e0a42073e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 fb004a49c14..5c8d7581fa6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/csky/csky-common.c b/gcc/common/config/csky/csky-common.c index 39095bf2581..f19a4777565 100644 --- a/gcc/common/config/csky/csky-common.c +++ b/gcc/common/config/csky/csky-common.c @@ -1,5 +1,5 @@ /* Common hooks for CSKY. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/common/config/default-common.c b/gcc/common/config/default-common.c index 039b6489b04..9b8ad122f28 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 b717d7b54c1..1657fb9a546 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 852079ff80f..ad250254a69 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 24e7855714a..b2d609383b7 100644 --- a/gcc/common/config/frv/frv-common.c +++ b/gcc/common/config/frv/frv-common.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 58497a20fb5..44f3ec96205 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 f7a1feae074..b87e0b66167 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 f829de6ad53..e8410b12886 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 8ac06c45c62..1c9da2111e6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 520177c7a33..a3507197534 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 e40e2d9cba2..54f8c15c5c6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 666afe248c1..05b23d51d97 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 557251671bc..569e4f19708 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 3e75675908a..c30bdef5b9c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 b56e6607171..84a476bf581 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-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 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 830d9cf538c..007881295d2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 f5964121a85..51eb021cba6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 8d2f701d4de..7ff12c6416d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 48236605118..e3d910ec5dc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5c879c2f36b..dbca8e6d93d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 3a124e8844d..865b29a6d9c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Bernd Schmidt This file is part of GCC. diff --git a/gcc/common/config/or1k/or1k-common.c b/gcc/common/config/or1k/or1k-common.c index 044e843fd19..4e3d8826939 100644 --- a/gcc/common/config/or1k/or1k-common.c +++ b/gcc/common/config/or1k/or1k-common.c @@ -1,5 +1,5 @@ /* Common hooks for OpenRISC - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. 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 d2cecdd1bf2..8e5395ac58e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 a6fdbc3ec48..8049e2851d9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/powerpcspe/powerpcspe-common.c b/gcc/common/config/powerpcspe/powerpcspe-common.c index 3f850b8b8c7..5f70666416e 100644 --- a/gcc/common/config/powerpcspe/powerpcspe-common.c +++ b/gcc/common/config/powerpcspe/powerpcspe-common.c @@ -1,5 +1,5 @@ /* Common hooks for IBM RS/6000. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/riscv/riscv-common.c b/gcc/common/config/riscv/riscv-common.c index 8a78aebc320..cb5bb7f1335 100644 --- a/gcc/common/config/riscv/riscv-common.c +++ b/gcc/common/config/riscv/riscv-common.c @@ -1,5 +1,5 @@ /* Common hooks for RISC-V. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 c4e77a272c9..30d70006424 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 5787b8fbd1b..40523bc5d38 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 59b24654c82..95699fb3734 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 12d06fae54b..4a92146f0af 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 f5c4c8e4b8c..7d12084bf69 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 b65bb3a6c34..a1be3aad88b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 9e3186641fb..953651113d1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 d20564879c6..ae7979b9f8d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 803bc169018..7541f8826c8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 32f49faad84..97ffffa3c89 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 a2f285c30b9..b261d144231 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c8ca786a0ef..708eb274d46 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 0fd6e5fd0ce..39f43e887fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/compare-elim.c b/gcc/compare-elim.c index f38e5760574..ffa83934e8f 100644 --- a/gcc/compare-elim.c +++ b/gcc/compare-elim.c @@ -1,5 +1,5 @@ /* Post-reload compare elimination. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/conditions.h b/gcc/conditions.h index 7ad9f59aa5d..ac237566bd5 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config.build b/gcc/config.build index ab28cb752c9..f7f053ce5a7 100644 --- a/gcc/config.build +++ b/gcc/config.build @@ -1,5 +1,5 @@ # GCC build-specific configuration file. -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config.gcc b/gcc/config.gcc index 6122aa76a92..3f5a37dc8db 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1,5 +1,5 @@ # GCC target-specific configuration file. -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config.host b/gcc/config.host index cc75ec02b80..816a0f06cb7 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -1,5 +1,5 @@ # GCC host-specific configuration file. -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 a37a5553894..87b31e71df5 100644 --- a/gcc/config/aarch64/aarch64-arches.def +++ b/gcc/config/aarch64/aarch64-arches.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 8cced945670..e2d24168465 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 40c738c7c3b..a595b53e5db 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 67ce42fb8aa..70b076694d9 100644 --- a/gcc/config/aarch64/aarch64-cores.def +++ b/gcc/config/aarch64/aarch64-cores.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 b138aa30538..5c9442e1b89 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-d.c b/gcc/config/aarch64/aarch64-d.c index 1394f1fb7d3..68c2e6bea1c 100644 --- a/gcc/config/aarch64/aarch64-d.c +++ b/gcc/config/aarch64/aarch64-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the AArch64 architecture. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/config/aarch64/aarch64-elf-raw.h b/gcc/config/aarch64/aarch64-elf-raw.h index c074238df06..bbebd0ef029 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 93cd5b4ebb0..6b3e0c24aae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 d0d8bc41437..bdc294ad1a0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 813d6c582c0..ce4bb92d5c9 100644 --- a/gcc/config/aarch64/aarch64-fusion-pairs.def +++ b/gcc/config/aarch64/aarch64-fusion-pairs.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 650a80dcb2f..3a6a2da4c4b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 2bee7e5baea..9d0292d64f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 ea7ecc2d5e4..5fe5ef05b4a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 69ab796a4e1..12b390dbcd0 100644 --- a/gcc/config/aarch64/aarch64-option-extensions.def +++ b/gcc/config/aarch64/aarch64-option-extensions.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 1ac056b66da..7982de1f5c6 100644 --- a/gcc/config/aarch64/aarch64-opts.h +++ b/gcc/config/aarch64/aarch64-opts.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 3982b6ea629..d554c8b7312 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 e64768aadea..9a8f81ee134 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 478f179af7b..b015694293c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 980c90351b3..55fe876bf7a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c4be3101fde..ef633411e31 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-speculation.cc b/gcc/config/aarch64/aarch64-speculation.cc index 3cd9ba09c11..eb15a0b5944 100644 --- a/gcc/config/aarch64/aarch64-speculation.cc +++ b/gcc/config/aarch64/aarch64-speculation.cc @@ -1,5 +1,5 @@ /* Speculation tracking and mitigation (e.g. CVE 2017-5753) for AArch64. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-sve.md b/gcc/config/aarch64/aarch64-sve.md index e47e3bab71c..a21406cb08e 100644 --- a/gcc/config/aarch64/aarch64-sve.md +++ b/gcc/config/aarch64/aarch64-sve.md @@ -1,5 +1,5 @@ ;; Machine description for AArch64 SVE. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 88a2b25ab43..91a0ff5ea04 100644 --- a/gcc/config/aarch64/aarch64-tuning-flags.def +++ b/gcc/config/aarch64/aarch64-tuning-flags.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 60384947706..c5036c83531 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 8b5b2ab0bdb..2617a8c2777 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 cf2732e15e0..d2642ef328c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 b2e80cbf6f1..b2960aa0ec5 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2009-2019 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 8504c3f1d76..534a989c39a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 d80e3eefc89..34eb8b2d3ea 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 fc734e1aa9e..2fd44dd25ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 a429703d393..b6b5f6be232 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 c070d207949..4b096ee2d0d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 efdf17b4c54..5de245df8fe 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 99dac3be807..21f9549e660 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 50e5108aa59..f2da03a4f43 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 4e83c7a7679..2bf1f9a8c13 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/falkor-tag-collision-avoidance.c b/gcc/config/aarch64/falkor-tag-collision-avoidance.c index 1e7664b400c..779dee81f7f 100644 --- a/gcc/config/aarch64/falkor-tag-collision-avoidance.c +++ b/gcc/config/aarch64/falkor-tag-collision-avoidance.c @@ -1,5 +1,5 @@ /* Tag Collision Avoidance pass for Falkor. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/falkor.md b/gcc/config/aarch64/falkor.md index 45cbff93b24..41955af814d 100644 --- a/gcc/config/aarch64/falkor.md +++ b/gcc/config/aarch64/falkor.md @@ -1,5 +1,5 @@ ;; Falkor pipeline description -;; Copyright (C) 2017-2018 Free Software Foundation, Inc. +;; Copyright (C) 2017-2019 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 0a02f995ea2..2d1fa207360 100644 --- a/gcc/config/aarch64/geniterators.sh +++ b/gcc/config/aarch64/geniterators.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 83645e45573..520a1755979 100644 --- a/gcc/config/aarch64/gentune.sh +++ b/gcc/config/aarch64/gentune.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 a16b74c8c4a..1065ea3bf79 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 4c75eff3e5a..9103b8284d6 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 4f0d066fff9..1849fe1c222 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/saphira.md b/gcc/config/aarch64/saphira.md index ff1a13a0ec5..853deeef02a 100644 --- a/gcc/config/aarch64/saphira.md +++ b/gcc/config/aarch64/saphira.md @@ -1,5 +1,5 @@ ;; Saphira pipeline description -;; Copyright (C) 2017-2018 Free Software Foundation, Inc. +;; Copyright (C) 2017-2019 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 e91dccea995..caae1f671f2 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 99d3dea36d7..aa447d0f6d4 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 b9897785a89..5ad670ba2ce 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 df55db8bb0c..4f2ff6c4044 100644 --- a/gcc/config/aarch64/thunderx.md +++ b/gcc/config/aarch64/thunderx.md @@ -1,5 +1,5 @@ ;; Cavium ThunderX pipeline description -;; Copyright (C) 2014-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 Free Software Foundation, Inc. ;; ;; Written by Andrew Pinski diff --git a/gcc/config/aarch64/thunderx2t99.md b/gcc/config/aarch64/thunderx2t99.md index fb71de55eec..c43c39ecdc8 100644 --- a/gcc/config/aarch64/thunderx2t99.md +++ b/gcc/config/aarch64/thunderx2t99.md @@ -1,5 +1,5 @@ ;; Cavium ThunderX 2 CN99xx pipeline description -;; Copyright (C) 2016-2018 Free Software Foundation, Inc. +;; Copyright (C) 2016-2019 Free Software Foundation, Inc. ;; ;; Contributed by Cavium, Broadcom and Mentor Embedded. diff --git a/gcc/config/alpha/alpha-modes.def b/gcc/config/alpha/alpha-modes.def index 98331833ef8..244866eab8a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 54397f8e177..eb181eaa879 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 d171f4eb414..07c970760eb 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 993d2324464..ce45c54eeb7 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 aa1de8a797a..e2008202a53 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 57c04f78d0f..dd340a08e58 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1992-2019 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 7654bc358de..196731c8c8a 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 b2640f71b0d..31e1a647246 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 ed8311c2c7f..e906805c44d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 2a767f193f2..107f857a26b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 ba5a932d3a6..8fd527d9599 100644 --- a/gcc/config/alpha/elf.opt +++ b/gcc/config/alpha/elf.opt @@ -1,6 +1,6 @@ ; Alpha ELF options. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 2d75e3e907a..610133ca2c5 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 926e201508f..d1ed6fefb2a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 30072a1a86a..e7a51f00550 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h index 36b74dc1993..824861befec 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 6d12d90351b..f0df4b97059 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 63efcd8b0e8..80e7914a8c9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 9f035150d8b..abdb339778e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 016562e4b37..63110c77b53 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 e305396fa3b..2c0663db561 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 434a5c323db..99dee7fa3a1 100644 --- a/gcc/config/alpha/t-alpha +++ b/gcc/config/alpha/t-alpha @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 3df283d8395..07b6795e579 100644 --- a/gcc/config/alpha/t-vms +++ b/gcc/config/alpha/t-vms @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 913ca99a031..1e3b2ba5cda 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 ad540607e55..b4bf81a2b1c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 67dcb23c385..affe622994d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 686b701c176..cf3340d29c2 100644 --- a/gcc/config/arc/arc-c.c +++ b/gcc/config/arc/arc-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 04cce68fe8a..9c0ba2c9c29 100644 --- a/gcc/config/arc/arc-c.def +++ b/gcc/config/arc/arc-c.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 69ac5cd7f6e..105fbb7e859 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 cc9614b9bdc..36a2f4abfb2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fefb3081c81..a521b6f9b4e 100644 --- a/gcc/config/arc/arc-options.def +++ b/gcc/config/arc/arc-options.def @@ -1,5 +1,5 @@ /* ARC options. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 3a7b7042de0..cbe7287ef64 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 a9de6d534f6..1362b41f101 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 bc282df919e..e06ffdfcae4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 2afaf5bd83c..80bb46c18a2 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2016-2019 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 5af3ee6c9e0..9a8f1597810 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 80e785e6562..12b4b62bba7 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc.md b/gcc/config/arc/arc.md index f9958b72c6a..d9efc696765 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1994-2019 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 af9e2d16ca0..a5271cbbceb 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 926a23bafcb..cb533848fbe 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 cbb868d8dcd..7167e4b149d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 25e6c9e7076..6e86b8320c3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 5c1ab5413ab..62cb70176f4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 Free Software Foundation, Inc. ;; Contributor: Claudiu Zissulescu ;; This file is part of GCC. diff --git a/gcc/config/arc/arcHS4x.md b/gcc/config/arc/arcHS4x.md index f804b6be694..ed5e1003946 100644 --- a/gcc/config/arc/arcHS4x.md +++ b/gcc/config/arc/arcHS4x.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC HS4x cpu ;; for GNU C compiler -;; Copyright (C) 2017 Free Software Foundation, Inc. +;; Copyright (C) 2017-2019 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/atomic.md b/gcc/config/arc/atomic.md index 4a56ca229cc..562c79a6578 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2015-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arc/big.h b/gcc/config/arc/big.h index 145b68236bb..7ddb8436df9 100644 --- a/gcc/config/arc/big.h +++ b/gcc/config/arc/big.h @@ -1,6 +1,6 @@ /* Definition of big endian ARC machine for GNU compiler. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 5171ab40842..2ab43f64de8 100644 --- a/gcc/config/arc/builtins.def +++ b/gcc/config/arc/builtins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 64e43325cfd..523210432da 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 d940271f58d..f0e60217c64 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu This file is part of GCC. diff --git a/gcc/config/arc/elf.h b/gcc/config/arc/elf.h index 3aabcf8c9e6..34d17b10bd3 100644 --- a/gcc/config/arc/elf.h +++ b/gcc/config/arc/elf.h @@ -1,6 +1,6 @@ /* Target macros for arc*-elf targets. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/fpx.md b/gcc/config/arc/fpx.md index 8f65df1ba0f..09c7b354715 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 785007e7efa..ecd2294d6a9 100644 --- a/gcc/config/arc/genmultilib.awk +++ b/gcc/config/arc/genmultilib.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 c261ac43f51..ce1e357e1f0 100644 --- a/gcc/config/arc/genoptions.awk +++ b/gcc/config/arc/genoptions.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h index 993f445d2a0..6c8a7b46296 100644 --- a/gcc/config/arc/linux.h +++ b/gcc/config/arc/linux.h @@ -1,6 +1,6 @@ /* Target macros for arc*-*-linux targets. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 c4be56f766e..f003a0ff333 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 8885a6ae47d..9e4b9ba2628 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 54de8a9f2a5..ca6e06ac3ab 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 d9ab0ca1da3..65283d810e8 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/t-multilib-linux b/gcc/config/arc/t-multilib-linux index f357cfc3f92..9eaaf3a673b 100644 --- a/gcc/config/arc/t-multilib-linux +++ b/gcc/config/arc/t-multilib-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 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 62dfe7928b2..ee2afd91bc0 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-2018 Free Software Foundation, Inc. +Copyright (C) 1998-2019 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 b9a9b0438f6..11cd5145bbc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 14eb4957548..c7af12d4cd1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 2a283471032..bc33efadc6c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 7b555ca687b..91830a6cbde 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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-builtins.c b/gcc/config/arm/arm-builtins.c index 563ca51dcd0..8ea000aca19 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 4471f7914cf..89119c3b894 100644 --- a/gcc/config/arm/arm-c.c +++ b/gcc/config/arm/arm-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in index 2fed508a46b..7880c4ae347 100644 --- a/gcc/config/arm/arm-cpus.in +++ b/gcc/config/arm/arm-cpus.in @@ -1,6 +1,6 @@ # CPU, FPU and architecture specifications for ARM. # -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/arm-d.c b/gcc/config/arm/arm-d.c index dbcf07efbc8..4872f956e74 100644 --- a/gcc/config/arm/arm-d.c +++ b/gcc/config/arm/arm-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the ARM architecture. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/config/arm/arm-fixed.md b/gcc/config/arm/arm-fixed.md index 18a564bffd7..6534ed41488 100644 --- a/gcc/config/arm/arm-fixed.md +++ b/gcc/config/arm/arm-fixed.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 d475e77df5f..5660648eafb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm-generic.md b/gcc/config/arm/arm-generic.md index 9b8f65c4314..47716bdfeb1 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/arm-ldmstm.ml b/gcc/config/arm/arm-ldmstm.ml index 712d40fd086..92f6ef032d2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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-2018 Free Software Foundation, Inc."; +" Copyright (C) 2010-2019 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 4dc7517e853..8f131c369b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1e6378d4073..4284f7822b2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 00f5f16ed02..cda13a2ebb8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 6e7b2f8af3c..aff7926d588 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 945a668f061..99feaa59187 100644 --- a/gcc/config/arm/arm-tables.opt +++ b/gcc/config/arm/arm-tables.opt @@ -2,7 +2,7 @@ ; Generated automatically by parsecpu.awk from arm-cpus.in. ; Do not edit. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 Free Software Foundation, Inc. ; This file is part of GCC. diff --git a/gcc/config/arm/arm-tune.md b/gcc/config/arm/arm-tune.md index b9bcfa71e7b..46964376e0f 100644 --- a/gcc/config/arm/arm-tune.md +++ b/gcc/config/arm/arm-tune.md @@ -2,7 +2,7 @@ ; Generated automatically by parsecpu.awk from arm-cpus.in. ; Do not edit. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 509f287aa63..3419b6bd0f8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 b01486a6917..7acbce7653a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 6071264d28b..93c7897239a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1991-2019 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 a1286a4a861..94c68753c24 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 9b800f87e8c..b835cbaaa68 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 e10350b16e2..05f4d724f57 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 ad234af3cad..ae0b54f5e3d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 2d1d530af21..db4c7db8c81 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 c0f6ea2d156..2c7acc698ea 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_acle_builtins.def b/gcc/config/arm/arm_acle_builtins.def index 47370ecc5ef..b2438d66da2 100644 --- a/gcc/config/arm/arm_acle_builtins.def +++ b/gcc/config/arm/arm_acle_builtins.def @@ -1,5 +1,5 @@ /* ACLE builtin definitions for ARM. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 9b35537cd33..b543cbfe455 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 23e3e053281..eca37774412 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 6213a4aa0da..274bad92d6c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 6ec293324fb..e0b2e7fe68e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 d34642c1463..e2877516e7f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 1e3ecfbfa17..e1bacf44543 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 657e540816b..ccde5941b24 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 ab474a9ef9a..d41a16b266a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 9bec99ae763..f57f98675e7 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 4a9af52b1de..1b2e768de36 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 13a32781218..a0c6e51417f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 9ff98a236b7..efced646a26 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 5e9fa88c4a1..b55d34e91c0 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 89e322cc248..577dc8d7fe2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 fee25161a9e..1f9d6414eb0 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 500efd3ad72..01b19b6ad5d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 a7a0ba54065..980aed86e55 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 79c619a27c7..a1e85b76299 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 d1379664722..6402a44387a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 5891b26b5d7..b76823c10cf 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 419f094999e..60038c1e776 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 eefd3663e04..e4695ad666f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 2ea2148cb1c..d7c0135fcd5 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 15413ac4e2d..0829b9c4e75 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 dacfbda9cb4..596645810a7 100644 --- a/gcc/config/arm/crypto.def +++ b/gcc/config/arm/crypto.def @@ -1,5 +1,5 @@ /* Cryptographic instruction builtin definitions. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 d1629774eb0..63d9d9ffa42 100644 --- a/gcc/config/arm/crypto.md +++ b/gcc/config/arm/crypto.md @@ -1,5 +1,5 @@ ;; ARMv8-A crypto patterns. -;; Copyright (C) 2013-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 dab3d4e8251..a13f905e9f8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 1e00e99afc6..ee8e3782464 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 2bdfd187ea8..3d04a52ac3d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 f72842a1273..e6625b011b3 100644 --- a/gcc/config/arm/fa526.md +++ b/gcc/config/arm/fa526.md @@ -1,5 +1,5 @@ ;; Faraday FA526 Pipeline Description -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 6cb82c92111..f2c104fb131 100644 --- a/gcc/config/arm/fa606te.md +++ b/gcc/config/arm/fa606te.md @@ -1,5 +1,5 @@ ;; Faraday FA606TE Pipeline Description -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 8d7385e1b76..880090fd7a0 100644 --- a/gcc/config/arm/fa626te.md +++ b/gcc/config/arm/fa626te.md @@ -1,5 +1,5 @@ ;; Faraday FA626TE Pipeline Description -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 1969741adbe..cb5fbaf99a6 100644 --- a/gcc/config/arm/fa726te.md +++ b/gcc/config/arm/fa726te.md @@ -1,5 +1,5 @@ ;; Faraday FA726TE Pipeline Description -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 650f20108a0..40736e99c86 100644 --- a/gcc/config/arm/fmp626.md +++ b/gcc/config/arm/fmp626.md @@ -1,5 +1,5 @@ ;; Faraday FA626TE Pipeline Description -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 52c20221071..5d629cb3e96 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/arm/fuchsia-elf.h b/gcc/config/arm/fuchsia-elf.h index 2ac5cc5695b..ca1ef3f7227 100644 --- a/gcc/config/arm/fuchsia-elf.h +++ b/gcc/config/arm/fuchsia-elf.h @@ -1,5 +1,5 @@ /* Configuration file for ARM Fuchsia ELF targets. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Google. This file is part of GCC. diff --git a/gcc/config/arm/iterators.md b/gcc/config/arm/iterators.md index 0b2d42399d2..5f46895d5c7 100644 --- a/gcc/config/arm/iterators.md +++ b/gcc/config/arm/iterators.md @@ -1,5 +1,5 @@ ;; Code and mode itertator and attribute definitions for the ARM backend -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/iwmmxt.md b/gcc/config/arm/iwmmxt.md index 964b0983718..65f9b3215fe 100644 --- a/gcc/config/arm/iwmmxt.md +++ b/gcc/config/arm/iwmmxt.md @@ -1,5 +1,5 @@ ;; Patterns for the Intel Wireless MMX technology architecture. -;; Copyright (C) 2003-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/arm/iwmmxt2.md b/gcc/config/arm/iwmmxt2.md index cde2f0f4054..255bbdb657f 100644 --- a/gcc/config/arm/iwmmxt2.md +++ b/gcc/config/arm/iwmmxt2.md @@ -1,5 +1,5 @@ ;; Patterns for the Intel Wireless MMX technology architecture. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Written by Marvell, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/ldmstm.md b/gcc/config/arm/ldmstm.md index 61322335123..8f85bb7b213 100644 --- a/gcc/config/arm/ldmstm.md +++ b/gcc/config/arm/ldmstm.md @@ -1,7 +1,7 @@ /* ARM ldm/stm instruction patterns. This file was automatically generated using arm-ldmstm.ml. Please do not edit manually. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/arm/ldrdstrd.md b/gcc/config/arm/ldrdstrd.md index 64e8304193e..be53d010fa6 100644 --- a/gcc/config/arm/ldrdstrd.md +++ b/gcc/config/arm/ldrdstrd.md @@ -1,6 +1,6 @@ ;; ARM ldrd/strd peephole optimizations. ;; -;; Copyright (C) 2013-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 Free Software Foundation, Inc. ;; ;; Written by Greta Yorsh diff --git a/gcc/config/arm/linux-eabi.h b/gcc/config/arm/linux-eabi.h index 4254b19212d..66ec0ea3980 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 cfcd9cb1a5c..9a360defd21 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 c886c3f9d5e..1bf2f515056 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 c1d37c0a13c..be0dc5bd715 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 0e24a9abd09..019be28f3da 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 1a72433c9e2..bf35813ce07 100644 --- a/gcc/config/arm/mmintrin.h +++ b/gcc/config/arm/mmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 8618018b07d..6263cd43ab0 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 11247716cc4..5fcb543ed5f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/arm/parsecpu.awk b/gcc/config/arm/parsecpu.awk index 87411847ec6..ae42984cc76 100644 --- a/gcc/config/arm/parsecpu.awk +++ b/gcc/config/arm/parsecpu.awk @@ -1,5 +1,5 @@ # Manipulate the CPU, FPU and architecture descriptions for ARM. -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -62,7 +62,7 @@ function boilerplate (style) { print cc "Generated automatically by parsecpu.awk from arm-cpus.in." print cc "Do not edit." print "" - print cc "Copyright (C) 2011-2018 Free Software Foundation, Inc." + print cc "Copyright (C) 2011-2019 Free Software Foundation, Inc." print "" print cc "This file is part of GCC." print "" diff --git a/gcc/config/arm/predicates.md b/gcc/config/arm/predicates.md index b73021f72dc..f53378a250e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 1123f4af392..43a7232f75a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 6522e911ebe..4cfbce5935d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 710df51f2af..3212cda0ac7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 1c3cd60cc43..0e777a92bb4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 945a938b4fe..1de5f296942 100644 --- a/gcc/config/arm/t-aprofile +++ b/gcc/config/arm/t-aprofile @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 02b46260686..f49ee728dad 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 d8853aa8f5a..8911d489f14 100644 --- a/gcc/config/arm/t-arm-elf +++ b/gcc/config/arm/t-arm-elf @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2018 Free Software Foundation, Inc. +# Copyright (C) 1998-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-fuchsia b/gcc/config/arm/t-fuchsia index 6ee69d501a7..379957c1ac9 100644 --- a/gcc/config/arm/t-fuchsia +++ b/gcc/config/arm/t-fuchsia @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 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 a9902a9ae9e..f8e9774dbc9 100644 --- a/gcc/config/arm/t-linux-eabi +++ b/gcc/config/arm/t-linux-eabi @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-multilib b/gcc/config/arm/t-multilib index f05a994d736..8555317ffa5 100644 --- a/gcc/config/arm/t-multilib +++ b/gcc/config/arm/t-multilib @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 be7b6055ada..5941a7f218c 100644 --- a/gcc/config/arm/t-phoenix +++ b/gcc/config/arm/t-phoenix @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 93ac4696eec..807e69eaf78 100644 --- a/gcc/config/arm/t-rmprofile +++ b/gcc/config/arm/t-rmprofile @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 c3fea25d3d8..26c5232071b 100644 --- a/gcc/config/arm/t-symbian +++ b/gcc/config/arm/t-symbian @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 5aa952b41b4..504d5ccd1b5 100644 --- a/gcc/config/arm/t-vxworks +++ b/gcc/config/arm/t-vxworks @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 cd199c9c529..cefd6cfcdcd 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 727ceb9b379..e3f767627cf 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 3f10367545c..8e7d097ce5d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1991-2019 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 17b871ffe91..9d06185e8ac 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 57339832133..dad8c102f77 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 6eeb0eb2d1f..cf9ba6b4dc0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 8f9dbcb08dc..05e89ff0bed 100644 --- a/gcc/config/arm/unspecs.md +++ b/gcc/config/arm/unspecs.md @@ -1,5 +1,5 @@ ;; Unspec defintions. -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 db7ec65706c..bb7883f9439 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 f3d4f30cb53..f6a5023adc2 100644 --- a/gcc/config/arm/vfp.md +++ b/gcc/config/arm/vfp.md @@ -1,5 +1,5 @@ ;; ARM VFP instruction patterns -;; Copyright (C) 2003-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 c26b0a92bef..bff7edc61d3 100644 --- a/gcc/config/arm/vfp11.md +++ b/gcc/config/arm/vfp11.md @@ -1,5 +1,5 @@ ;; ARM VFP11 pipeline description -;; Copyright (C) 2003-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 a484944d3bf..9f5dad64548 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 cb24bc39ee3..86f14b06b6c 100644 --- a/gcc/config/arm/vxworks.opt +++ b/gcc/config/arm/vxworks.opt @@ -1,6 +1,6 @@ ; ARM VxWorks options. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 893cb37e4bb..14156421d00 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 922a5c005d1..7624b2614f8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5a42bda577b..de02910f0df 100644 --- a/gcc/config/avr/avr-c.c +++ b/gcc/config/avr/avr-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 afd9921f650..e6ced292706 100644 --- a/gcc/config/avr/avr-devices.c +++ b/gcc/config/avr/avr-devices.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 66e37f0b8f5..1edc546ff25 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1998-2019 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 efa597ded5a..d9f15de080e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 a0cb73e3b8b..83625ca5437 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 21c8fbff464..79ee2c20689 100644 --- a/gcc/config/avr/avr-mcus.def +++ b/gcc/config/avr/avr-mcus.def @@ -1,5 +1,5 @@ /* AVR MCUs. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 2bfc90dcc04..8090071efed 100644 --- a/gcc/config/avr/avr-modes.def +++ b/gcc/config/avr/avr-modes.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 06117bfd15d..6f1f657d767 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-2018 Free Software Foundation, Inc. */ + Copyright (C) 2016-2019 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 5622e9035a0..dd0babbd77e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 48329bc8926..8e592560978 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 81c35e7fbc2..023308b6cf6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 cf8e0bfd972..2b3cfd1bc45 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 e619e695418..f263b693cca 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1998-2019 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 40177c28f7d..3fc83a2fdb1 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 f4a41a1b556..48df8c66506 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 666e54460ef..1e2f5d5d774 100644 --- a/gcc/config/avr/builtins.def +++ b/gcc/config/avr/builtins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 08525c94f3c..c101b4df76c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 7c2729d7aa1..7b9e712be6b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 21c53677c41..e02c7dccd43 100644 --- a/gcc/config/avr/elf.h +++ b/gcc/config/avr/elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 7a008753216..de861f40583 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1998-2019 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 ae4b39a4ce1..8187d21b28d 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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-2018 Free Software Foundation, Inc.\n"); + printf ("@c Copyright (C) 2012-2019 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 b181135aa30..a5f9c773f1f 100644 --- a/gcc/config/avr/genmultilib.awk +++ b/gcc/config/avr/genmultilib.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 1ea91b3a058..6669d56a881 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 102de4bc463..736ff621e84 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7908952c6af..104d282b318 100644 --- a/gcc/config/avr/stdfix.h +++ b/gcc/config/avr/stdfix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 db1369490ad..d5a78f90ef5 100644 --- a/gcc/config/avr/t-avr +++ b/gcc/config/avr/t-avr @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 9bde6bd469e..8bda0f747c9 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 567ac30fec2..2af708582d1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 1a6640183df..644e58943d7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 67dc9ef4541..64a18427547 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 1d98e55c84d..51cfc517b95 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 a503d579f1a..19b7f819d0b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 6a21096b5c9..11c7c9ecd24 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 107535f561e..9fb1fa578c0 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 cb6b0427f3b..c6d9dee4207 100644 --- a/gcc/config/bfin/constraints.md +++ b/gcc/config/bfin/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Blackfin -;; Copyright (C) 2008-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 ae160507491..f95324042b2 100644 --- a/gcc/config/bfin/elf.h +++ b/gcc/config/bfin/elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 b1592ee7754..d92dc212e2c 100644 --- a/gcc/config/bfin/linux.h +++ b/gcc/config/bfin/linux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a36afa4e6df..adf89e17d0b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 23356ee7f2d..0249da7b114 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 6a9a41facdf..54778e47699 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 f562db923e1..1ea69551753 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 529ab2940f8..621a7ae5e0b 100644 --- a/gcc/config/bfin/t-bfin-elf +++ b/gcc/config/bfin/t-bfin-elf @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 f7d843d89a2..d2a1e8e7524 100644 --- a/gcc/config/bfin/t-bfin-linux +++ b/gcc/config/bfin/t-bfin-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 3d7e1cc729a..36288afdec2 100644 --- a/gcc/config/bfin/t-bfin-uclinux +++ b/gcc/config/bfin/t-bfin-uclinux @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 beb6d457061..a112224050c 100644 --- a/gcc/config/bfin/uclinux.h +++ b/gcc/config/bfin/uclinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 0b2fbbd47c0..45616360cc4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 f100dfa8a79..6c8c78d76fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 1f3e998a4b0..d344097db95 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 7f060b75bb0..b38cdd43ef9 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 6cfb628da62..2943d0f662a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 8b0297f6ca9..a657969a266 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 39a8800c1de..f2a9d7ee752 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 2fec60071ee..3c943900605 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 fcd00c614e2..e2719a18da1 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 38fbd7e3fa9..37f3021c5ea 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 8ed5ae7f395..c605b73fe5a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 a4864e36de7..8218e1dad99 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 3395893af05..27f5a166033 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 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 13e52ea942c..dcbcafcc6e8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 625266a5954..53fa16e0567 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 8aac3dc186d..b9f16b4a543 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 7994ea87f2a..ec504e1196a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 f1b02297191..1f079036ba5 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 55567c04503..c8bdde2736f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 438d4f1b242..d64fed9838c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 186aab9e2bd..383a8c44a7c 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 d2dd6a77675..00b86fb92f4 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 0a07e4abc7c..618e341c5f1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 6655b7ef34d..5407141017a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 380b286f0ad..0ceb8c04acd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 bb3562e54c7..ffa45bb87ac 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6ce842a23c6..ae528ca80cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 11045728a67..1df9e38f0e8 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 782a77e3ff2..9d5e7ed0903 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 9ae5ebf17cd..7336f6d1be1 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 a14a7487516..b9aab5873f7 100644 --- a/gcc/config/cr16/t-cr16 +++ b/gcc/config/cr16/t-cr16 @@ -1,5 +1,5 @@ # CR16 Target Makefile -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 29c9d9dc152..0b01f98d446 100644 --- a/gcc/config/cris/constraints.md +++ b/gcc/config/cris/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for CRIS. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 18fe549e57b..d8b05d46424 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 c652cb34558..45ca6fbea0a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 e15f3f645ce..2c77ab865b4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 076d4a85082..23c760c1a4d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1998-2019 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 9a65df358b1..baf337dd4b8 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 71859cec486..ed6f6aa5ccf 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 31d1637f692..471f0ea1649 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 9c03c4d536f..ad49bd3490a 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 31cc94f7d68..ffd7b8b9d84 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 23ade6c9ba2..0fe8af8585c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 6a25bedeb9e..72957485a5d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 5b47e3a83bd..2441a079fd4 100644 --- a/gcc/config/cris/t-elfmulti +++ b/gcc/config/cris/t-elfmulti @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/csky/constraints.md b/gcc/config/csky/constraints.md index e08f7f8bde3..d22e5a6237c 100644 --- a/gcc/config/csky/constraints.md +++ b/gcc/config/csky/constraints.md @@ -1,5 +1,5 @@ ;; Constraints for C-SKY. -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2019 Free Software Foundation, Inc. ;; Contributed by C-SKY Microsystems and Mentor Graphics. ;; ;; This file is part of GCC. diff --git a/gcc/config/csky/csky-elf.h b/gcc/config/csky/csky-elf.h index 822caed2f37..155a42d2044 100644 --- a/gcc/config/csky/csky-elf.h +++ b/gcc/config/csky/csky-elf.h @@ -1,5 +1,5 @@ /* Declarations for bare-metal C-SKY targets. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky-linux-elf.h b/gcc/config/csky/csky-linux-elf.h index a5b914a6ccc..9ab9f6b5f45 100644 --- a/gcc/config/csky/csky-linux-elf.h +++ b/gcc/config/csky/csky-linux-elf.h @@ -1,5 +1,5 @@ /* Declarations for C-SKY targets running Linux. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky-protos.h b/gcc/config/csky/csky-protos.h index c10267a91ab..34bd5715f40 100644 --- a/gcc/config/csky/csky-protos.h +++ b/gcc/config/csky/csky-protos.h @@ -1,5 +1,5 @@ /* Prototype declarations for the C-SKY back end. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky.c b/gcc/config/csky/csky.c index a9e196ba3f1..dd361a93957 100644 --- a/gcc/config/csky/csky.c +++ b/gcc/config/csky/csky.c @@ -1,5 +1,5 @@ /* GCC backend functions for C-SKY targets. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky.h b/gcc/config/csky/csky.h index 2bfffd56816..76d13c40934 100644 --- a/gcc/config/csky/csky.h +++ b/gcc/config/csky/csky.h @@ -1,5 +1,5 @@ /* Declarations for the C-SKY back end. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky.md b/gcc/config/csky/csky.md index cde2bd6b278..13c33e205f3 100644 --- a/gcc/config/csky/csky.md +++ b/gcc/config/csky/csky.md @@ -1,5 +1,5 @@ ;; Machine description for C-SKY processors. -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2019 Free Software Foundation, Inc. ;; Contributed by C-SKY Microsystems and Mentor Graphics. ;; ;; This file is part of GCC. diff --git a/gcc/config/csky/csky.opt b/gcc/config/csky/csky.opt index 55d2659e2f7..52391cf82fd 100644 --- a/gcc/config/csky/csky.opt +++ b/gcc/config/csky/csky.opt @@ -1,5 +1,5 @@ ;; Command-line options for the C-SKY back end. -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2019 Free Software Foundation, Inc. ;; Contributed by C-SKY Microsystems and Mentor Graphics. ;; ;; This file is part of GCC. diff --git a/gcc/config/csky/csky_cores.def b/gcc/config/csky/csky_cores.def index 5159a073360..b4a18f71269 100644 --- a/gcc/config/csky/csky_cores.def +++ b/gcc/config/csky/csky_cores.def @@ -1,5 +1,5 @@ /* Architecture and core descriptions for the C-SKY back end. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky_genopt.sh b/gcc/config/csky/csky_genopt.sh index bf145a44727..984206fcfbd 100644 --- a/gcc/config/csky/csky_genopt.sh +++ b/gcc/config/csky/csky_genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate csky_tables.opt from the lists in *.def. -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # Contributed by C-SKY Microsystems and Mentor Graphics. # # This file is part of GCC. @@ -23,7 +23,7 @@ cat <. This file is part of GCC. diff --git a/gcc/config/darwin12.h b/gcc/config/darwin12.h index adc9a78d376..820d64199ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 72f593951e1..ca5c51718c8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 a6e44fb2be4..a8916a82641 100644 --- a/gcc/config/dbx.h +++ b/gcc/config/dbx.h @@ -1,5 +1,5 @@ /* Prefer DBX (stabs) debugging information. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/dbxcoff.h b/gcc/config/dbxcoff.h index 1f641fc1bf5..ce1809d9177 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/dbxelf.h b/gcc/config/dbxelf.h index 27f5c32c445..26c9fd74e13 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 577e9dddb7a..515893275c4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/default-d.c b/gcc/config/default-d.c index 85c70e071fa..27c86cba0c6 100644 --- a/gcc/config/default-d.c +++ b/gcc/config/default-d.c @@ -1,5 +1,5 @@ /* Default D language target hooks initializer. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/gcc/config/dragonfly-stdint.h b/gcc/config/dragonfly-stdint.h index d29dd8c5453..65b863952c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 4f53d2224a1..71ad6bc13dd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 74994f2f022..c9bfda3c6c4 100644 --- a/gcc/config/dragonfly.opt +++ b/gcc/config/dragonfly.opt @@ -1,6 +1,6 @@ ; DragonFly BSD options. -; Copyright (C) 2014-2018 Free Software Foundation, Inc. +; Copyright (C) 2014-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 047c56517db..e00d437c27a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 a2dcdac6549..6746b8784a0 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 e825169c32b..abe5849cce8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 8ef04414b9c..13ee673a763 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0664068522b..f0a98b86df4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 f33562f3388..68b9db91c70 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 d8c0f2dc3c5..8ebdbfe42f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 67a1d34e4f1..240118a4544 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1994-2019 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 76d7701a762..f8eceb15e37 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 95c95ab6835..4120ee32051 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 adef78a533f..c32a8b4774d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 df2e93690f3..dc039ffbf6f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1994-2019 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 e655113c50b..c1d343bf012 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/rtems.h b/gcc/config/epiphany/rtems.h index a9971f8c0b6..4ba337dd5dd 100644 --- a/gcc/config/epiphany/rtems.h +++ b/gcc/config/epiphany/rtems.h @@ -1,5 +1,5 @@ /* Definitions for RTEMS based EPIPHANY systems. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/t-epiphany b/gcc/config/epiphany/t-epiphany index 7c614e374de..6ba02b1b1f4 100644 --- a/gcc/config/epiphany/t-epiphany +++ b/gcc/config/epiphany/t-epiphany @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 6f8927f95e4..53ba92544bc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 4845290db97..2dd2798d778 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 c0c8a4b8fd3..eee83812b0f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 9d8bc380f9e..d21fc45e3f1 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -1,5 +1,5 @@ /* FR30 specific functions. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 325d005f6ee..bfcaa49d812 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 0fe05d07861..dcdf6dd1e97 100644 --- a/gcc/config/fr30/fr30.md +++ b/gcc/config/fr30/fr30.md @@ -1,5 +1,5 @@ ;; FR30 machine description. -;; Copyright (C) 1998-2018 Free Software Foundation, Inc. +;; Copyright (C) 1998-2019 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 d80a9593a84..7f1aba28960 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 51e09252e2f..1fb58d1298a 100644 --- a/gcc/config/fr30/predicates.md +++ b/gcc/config/fr30/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for FR30. -;; Copyright (C) 2005-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 a5981b674db..ba0c8451b0a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 26ed71132b5..eb5039d4fde 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 a239d8b810c..6cf608233d2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 9463deabf7f..757e94fc69d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/freebsd.opt b/gcc/config/freebsd.opt index a7d004e8cc5..49a674c92a8 100644 --- a/gcc/config/freebsd.opt +++ b/gcc/config/freebsd.opt @@ -1,6 +1,6 @@ ; FreeBSD options. -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 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 04131fb744c..88a3971abcf 100644 --- a/gcc/config/frv/constraints.md +++ b/gcc/config/frv/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for FRV. -;; Copyright (C) 2001-2018 Free Software Foundation, Inc. +;; Copyright (C) 2001-2019 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 5598be147f1..98761fb4c0c 100644 --- a/gcc/config/frv/frv-asm.h +++ b/gcc/config/frv/frv-asm.h @@ -1,5 +1,5 @@ /* Assembler Support. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 5096724bb38..794a23d19e1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 68888247590..301f501158c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 67c4b097dd9..3844abea4b9 100644 --- a/gcc/config/frv/frv-protos.h +++ b/gcc/config/frv/frv-protos.h @@ -1,5 +1,5 @@ /* Frv prototypes. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 f031bfa881d..1aa09387c9f 100644 --- a/gcc/config/frv/frv.c +++ b/gcc/config/frv/frv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 8e3f9d550f7..501515ca263 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 783bdfb515c..064bf53ea51 100644 --- a/gcc/config/frv/frv.md +++ b/gcc/config/frv/frv.md @@ -1,5 +1,5 @@ ;; Frv Machine Description -;; Copyright (C) 1999-2018 Free Software Foundation, Inc. +;; Copyright (C) 1999-2019 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 84154f683ad..190c9671a96 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 b8916a34366..2c75d441cea 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 3da82e06618..d89c759da3a 100644 --- a/gcc/config/frv/predicates.md +++ b/gcc/config/frv/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Frv. -;; Copyright (C) 2005-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 2c3da0260f7..56440ab69de 100644 --- a/gcc/config/frv/t-frv +++ b/gcc/config/frv/t-frv @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 e046e26588d..6bd046ce98b 100644 --- a/gcc/config/frv/t-linux +++ b/gcc/config/frv/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 516bfc083a6..cb72132d600 100644 --- a/gcc/config/ft32/constraints.md +++ b/gcc/config/ft32/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for FT32 -;; Copyright (C) 2015-2018 Free Software Foundation, Inc. +;; Copyright (C) 2015-2019 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 6aa3808e791..d7ecc731e21 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 db091e35b8b..0f6817c148a 100644 --- a/gcc/config/ft32/ft32.c +++ b/gcc/config/ft32/ft32.c @@ -1,5 +1,5 @@ /* Target Code for ft32 - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 1e31944e49b..f7330a91bc0 100644 --- a/gcc/config/ft32/ft32.h +++ b/gcc/config/ft32/ft32.h @@ -1,5 +1,5 @@ /* Target Definitions for ft32. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 5c425362ac4..de239464437 100644 --- a/gcc/config/ft32/ft32.md +++ b/gcc/config/ft32/ft32.md @@ -1,5 +1,5 @@ ;; Machine description for FT32 -;; Copyright (C) 2015-2018 Free Software Foundation, Inc. +;; Copyright (C) 2015-2019 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 555c663af4f..8ca2838cca9 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2015-2019 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 0c147ec1aab..a3178a1f5b5 100644 --- a/gcc/config/ft32/predicates.md +++ b/gcc/config/ft32/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for FT32 -;; Copyright (C) 2015-2018 Free Software Foundation, Inc. +;; Copyright (C) 2015-2019 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 c98b3d89c90..b82fd156280 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # Contributed by FTDI # # This file is part of GCC. diff --git a/gcc/config/fuchsia.h b/gcc/config/fuchsia.h index f21b25de9ae..dd81b041968 100644 --- a/gcc/config/fuchsia.h +++ b/gcc/config/fuchsia.h @@ -1,5 +1,5 @@ /* Base configuration file for all Fuchsia targets. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Google. This file is part of GCC. diff --git a/gcc/config/fused-madd.opt b/gcc/config/fused-madd.opt index 0bde6377648..2a78c852bd5 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/g.opt b/gcc/config/g.opt index 663a35d53e7..caf57582682 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2003-2019 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 efb8f904497..dbf4330d3b8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/glibc-d.c b/gcc/config/glibc-d.c index b73ee01f21d..fc64598d034 100644 --- a/gcc/config/glibc-d.c +++ b/gcc/config/glibc-d.c @@ -1,5 +1,5 @@ /* Glibc support needed only by D front-end. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/gcc/config/glibc-stdint.h b/gcc/config/glibc-stdint.h index f56d1ac3451..9d931433510 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 3da0c658285..ba146921655 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 7989c193f5b..f4173754f11 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index 3aca4e35983..9a5e215708e 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-2018 Free Software Foundation, Inc. +Copyright (C) 1994-2019 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 4175c832ef3..7424c1e451f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 4b50ae3a107..441962a60e7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 dbafb3cad76..f8792cacbeb 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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-2018 Free Software Foundation, Inc." +echo ";; Copyright (C) 2004-2019 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 367fb1cf350..96556946acf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 24b7485602f..805ed72a006 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 1883f14063b..e50521a7b64 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 84b2e4f2bf9..eb0ae835f0a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1992-2019 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 4d4a443c1c3..af7dbfba078 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 a772badd5a6..03c3c4c2bcf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 76f59a6a4e8..057ad4d7e5e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 217189ad1f5..70c6c5c1765 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 b7f34d52d9b..ca6d2646a51 100644 --- a/gcc/config/h8300/t-h8300 +++ b/gcc/config/h8300/t-h8300 @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2018 Free Software Foundation, Inc. +# Copyright (C) 1993-2019 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 ee7af8b7864..e49283a6c5b 100644 --- a/gcc/config/h8300/t-linux +++ b/gcc/config/h8300/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 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 8f700eec85d..49d3af77a92 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 47c3f9d2da7..69fa6b8fa13 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 7e2ff6777d6..6c637cfc3af 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 4696e413ac7..a00090872a0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-netbsd.c b/gcc/config/host-netbsd.c index c8fe47d0d50..0579ab3dbd8 100644 --- a/gcc/config/host-netbsd.c +++ b/gcc/config/host-netbsd.c @@ -1,5 +1,5 @@ /* NetBSD host-specific hook definitions. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 78f8149d2d7..e2712701dbb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 942f582462b..614e469a91f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/hpux11.opt b/gcc/config/hpux11.opt index 1a4a4c72645..60ebaa3e608 100644 --- a/gcc/config/hpux11.opt +++ b/gcc/config/hpux11.opt @@ -1,6 +1,6 @@ ; HP-UX 11 options. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 0a448b59afa..e01b77ddb4b 100644 --- a/gcc/config/i386/adxintrin.h +++ b/gcc/config/i386/adxintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 a9ff9b50819..693805e3a2e 100644 --- a/gcc/config/i386/ammintrin.h +++ b/gcc/config/i386/ammintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 948450029a7..828f110c5c2 100644 --- a/gcc/config/i386/athlon.md +++ b/gcc/config/i386/athlon.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 e609963872e..1edbd63f187 100644 --- a/gcc/config/i386/atom.md +++ b/gcc/config/i386/atom.md @@ -1,5 +1,5 @@ ;; Atom Scheduling -;; Copyright (C) 2009-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 7dd359b9001..e69089dbf65 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 a56d3fc804a..7606efdbf79 100644 --- a/gcc/config/i386/avx2intrin.h +++ b/gcc/config/i386/avx2intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 d12e9c6559a..58f4d70d46a 100644 --- a/gcc/config/i386/avx5124fmapsintrin.h +++ b/gcc/config/i386/avx5124fmapsintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 f07cbf700ed..76a0e26d97a 100644 --- a/gcc/config/i386/avx5124vnniwintrin.h +++ b/gcc/config/i386/avx5124vnniwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512bitalgintrin.h b/gcc/config/i386/avx512bitalgintrin.h index 3a7414adb69..8b4fc8e3f67 100644 --- a/gcc/config/i386/avx512bitalgintrin.h +++ b/gcc/config/i386/avx512bitalgintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 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 24ad5f1e2af..cf5f885086d 100644 --- a/gcc/config/i386/avx512bwintrin.h +++ b/gcc/config/i386/avx512bwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 bd4149e173f..d20bc2a15bf 100644 --- a/gcc/config/i386/avx512cdintrin.h +++ b/gcc/config/i386/avx512cdintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 13482596ba0..f0c18fb45fb 100644 --- a/gcc/config/i386/avx512dqintrin.h +++ b/gcc/config/i386/avx512dqintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 92de341a675..bab848d75ac 100644 --- a/gcc/config/i386/avx512erintrin.h +++ b/gcc/config/i386/avx512erintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 c749b1a3b0e..88bee3cd599 100644 --- a/gcc/config/i386/avx512fintrin.h +++ b/gcc/config/i386/avx512fintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 d365c6664d3..0964ffdf2c5 100644 --- a/gcc/config/i386/avx512ifmaintrin.h +++ b/gcc/config/i386/avx512ifmaintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 92de51e7546..31473e61810 100644 --- a/gcc/config/i386/avx512ifmavlintrin.h +++ b/gcc/config/i386/avx512ifmavlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 f7568d81e41..83556cb9fd4 100644 --- a/gcc/config/i386/avx512pfintrin.h +++ b/gcc/config/i386/avx512pfintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vbmi2intrin.h b/gcc/config/i386/avx512vbmi2intrin.h index f2f7013cf64..2b1e3386618 100644 --- a/gcc/config/i386/avx512vbmi2intrin.h +++ b/gcc/config/i386/avx512vbmi2intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vbmi2vlintrin.h b/gcc/config/i386/avx512vbmi2vlintrin.h index b089d3381fe..d1276c8e0f2 100644 --- a/gcc/config/i386/avx512vbmi2vlintrin.h +++ b/gcc/config/i386/avx512vbmi2vlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 a1b93626fb2..85f6af4fb14 100644 --- a/gcc/config/i386/avx512vbmiintrin.h +++ b/gcc/config/i386/avx512vbmiintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 91af1256269..39fef5cfae9 100644 --- a/gcc/config/i386/avx512vbmivlintrin.h +++ b/gcc/config/i386/avx512vbmivlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 f8df6f2e9ae..2dd73ffbd93 100644 --- a/gcc/config/i386/avx512vlbwintrin.h +++ b/gcc/config/i386/avx512vlbwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 8c7c6ff9308..5914dac7395 100644 --- a/gcc/config/i386/avx512vldqintrin.h +++ b/gcc/config/i386/avx512vldqintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 36798bce28e..b2b3a4b8f35 100644 --- a/gcc/config/i386/avx512vlintrin.h +++ b/gcc/config/i386/avx512vlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vnniintrin.h b/gcc/config/i386/avx512vnniintrin.h index 038e269bb0b..d6f2106ca28 100644 --- a/gcc/config/i386/avx512vnniintrin.h +++ b/gcc/config/i386/avx512vnniintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vnnivlintrin.h b/gcc/config/i386/avx512vnnivlintrin.h index b278d6dc8bd..a2e84f669b0 100644 --- a/gcc/config/i386/avx512vnnivlintrin.h +++ b/gcc/config/i386/avx512vnnivlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vpopcntdqintrin.h b/gcc/config/i386/avx512vpopcntdqintrin.h index 722f6f841a7..3569430baa7 100644 --- a/gcc/config/i386/avx512vpopcntdqintrin.h +++ b/gcc/config/i386/avx512vpopcntdqintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vpopcntdqvlintrin.h b/gcc/config/i386/avx512vpopcntdqvlintrin.h index 85fc6ea6fa7..b974d09338a 100644 --- a/gcc/config/i386/avx512vpopcntdqvlintrin.h +++ b/gcc/config/i386/avx512vpopcntdqvlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 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 3891ffd099c..29115a11a0d 100644 --- a/gcc/config/i386/avxintrin.h +++ b/gcc/config/i386/avxintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 1ffe4f4ba26..16fbcb573a1 100644 --- a/gcc/config/i386/avxmath.h +++ b/gcc/config/i386/avxmath.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 dcf439da554..ee83a06468e 100644 --- a/gcc/config/i386/bdver1.md +++ b/gcc/config/i386/bdver1.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 0158c4f9316..3e829f66fef 100644 --- a/gcc/config/i386/bdver3.md +++ b/gcc/config/i386/bdver3.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 5de1ce20533..aa08370a211 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 b04a29d315d..dd981451841 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b0bbeed3f2e..ddaee2c6387 100644 --- a/gcc/config/i386/bmi2intrin.h +++ b/gcc/config/i386/bmi2intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 9de0725980b..a2982b61784 100644 --- a/gcc/config/i386/bmiintrin.h +++ b/gcc/config/i386/bmiintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 620a5410e47..c524a8cdca3 100644 --- a/gcc/config/i386/bmmintrin.h +++ b/gcc/config/i386/bmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 0af07ec8832..2b695c2049d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 325632b3e2b..4b095ab6cc3 100644 --- a/gcc/config/i386/btver2.md +++ b/gcc/config/i386/btver2.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/cet.c b/gcc/config/i386/cet.c index 9dd90f0ef2e..09700b9c38f 100644 --- a/gcc/config/i386/cet.c +++ b/gcc/config/i386/cet.c @@ -1,5 +1,5 @@ /* Functions for CET/x86. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/cet.h b/gcc/config/i386/cet.h index 309f6428735..87913af0cf0 100644 --- a/gcc/config/i386/cet.h +++ b/gcc/config/i386/cet.h @@ -1,5 +1,5 @@ /* ELF program property for Intel CET. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/cetintrin.h b/gcc/config/i386/cetintrin.h index e9abcf3c580..c20a76a4ca8 100644 --- a/gcc/config/i386/cetintrin.h +++ b/gcc/config/i386/cetintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/cldemoteintrin.h b/gcc/config/i386/cldemoteintrin.h index a961a1ca682..763305d0581 100644 --- a/gcc/config/i386/cldemoteintrin.h +++ b/gcc/config/i386/cldemoteintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 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 a4b3d90f322..1e720c2515c 100644 --- a/gcc/config/i386/clflushoptintrin.h +++ b/gcc/config/i386/clflushoptintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 7ac43bf489c..217fb3babf2 100644 --- a/gcc/config/i386/clwbintrin.h +++ b/gcc/config/i386/clwbintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 9d1f7bf9273..1a37b051889 100644 --- a/gcc/config/i386/clzerointrin.h +++ b/gcc/config/i386/clzerointrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 41b8690aeaf..33921aea267 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 e5663ee990f..926eae915da 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 2e6d4a55602..39bf0fb1b83 100644 --- a/gcc/config/i386/cpuid.h +++ b/gcc/config/i386/cpuid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2018 Free Software Foundation, Inc. + * Copyright (C) 2007-2019 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 863ee4cfdac..fce2c45b7bb 100644 --- a/gcc/config/i386/cross-stdarg.h +++ b/gcc/config/i386/cross-stdarg.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 41e82c2c224..313e40c2629 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 c322d196079..6426d96b13c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 ab9d3e3ee1e..ebf5b492e78 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 0b422382c39..423510abaf0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 a35d3a03faa..f8404e3fd2c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 fd7df56a18a..9b1e20c63dc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 fb20fcacab6..6a92d8b1ba7 100644 --- a/gcc/config/i386/cygwin.opt +++ b/gcc/config/i386/cygwin.opt @@ -1,6 +1,6 @@ ; Cygwin-specific options. -; Copyright (C) 2013-2018 Free Software Foundation, Inc. +; Copyright (C) 2013-2019 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 f760218bda7..a63841ca555 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 87c4b8c14d3..ebd65f94208 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 950642a526a..a17eb72dbb8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 d187c3a7452..33e2939cd29 100644 --- a/gcc/config/i386/djgpp.c +++ b/gcc/config/i386/djgpp.c @@ -1,5 +1,5 @@ /* Subroutines for DJGPP. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 dd8c71b833a..7ca6169c69d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 3f962e6f1a9..41de3eba677 100644 --- a/gcc/config/i386/djgpp.opt +++ b/gcc/config/i386/djgpp.opt @@ -1,6 +1,6 @@ ; DJGPP-specific options. -; Copyright (C) 2005-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 40774c0cf7a..fd503724643 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 19a8aba6a12..75f70269517 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/driver-mingw32.c b/gcc/config/i386/driver-mingw32.c index c6766d04ac2..3040f035669 100644 --- a/gcc/config/i386/driver-mingw32.c +++ b/gcc/config/i386/driver-mingw32.c @@ -1,5 +1,5 @@ /* Host OS specific configuration for the gcc driver. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 3c1f04b6095..d9bc3f7f28f 100644 --- a/gcc/config/i386/emmintrin.h +++ b/gcc/config/i386/emmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 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 5c0490ccc09..57c0da1fab7 100644 --- a/gcc/config/i386/f16cintrin.h +++ b/gcc/config/i386/f16cintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 578ceba596b..0a536563797 100644 --- a/gcc/config/i386/fma4intrin.h +++ b/gcc/config/i386/fma4intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4f13e81cf34..7c7863440b8 100644 --- a/gcc/config/i386/fmaintrin.h +++ b/gcc/config/i386/fmaintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 caac6b38575..912d4be3589 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 d7fbe946698..1f99e812f01 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4331dd2be9b..ff6c6f848eb 100644 --- a/gcc/config/i386/fxsrintrin.h +++ b/gcc/config/i386/fxsrintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 eb30db5d326..711ead02929 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 64f9bfaa219..bdc425e7930 100644 --- a/gcc/config/i386/geode.md +++ b/gcc/config/i386/geode.md @@ -1,5 +1,5 @@ ;; Geode Scheduling -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/gfniintrin.h b/gcc/config/i386/gfniintrin.h index 5bd040fc53d..90fdc6fa414 100644 --- a/gcc/config/i386/gfniintrin.h +++ b/gcc/config/i386/gfniintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/glm.md b/gcc/config/i386/glm.md index 03d28ff34cd..3623b85098e 100644 --- a/gcc/config/i386/glm.md +++ b/gcc/config/i386/glm.md @@ -1,5 +1,5 @@ ;; Goldmont(GLM) Scheduling -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2019 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 6ad7d578bba..b9886555956 100644 --- a/gcc/config/i386/gmm_malloc.h +++ b/gcc/config/i386/gmm_malloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 dc66daa798b..36050687402 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-2018 Free Software Foundation, Inc. + GNU userspace. Copyright (C) 2012-2019 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 baed87aa54f..33ce6797c00 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 09141ce3508..540b5a55e69 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 67d2742bab2..69d9e5fee27 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-2018 Free Software Foundation, Inc. +Copyright (C) 1994-2019 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 4d547fa2335..2cb82639342 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 754df3eba69..4fb9d6233b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 b265333f607..2454a29ba35 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 8bfa542e05f..f2b56d71c5b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 82df3ba9bd2..0291900225a 100644 --- a/gcc/config/i386/i386-builtin-types.awk +++ b/gcc/config/i386/i386-builtin-types.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # This 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 e80abe4ace9..322be4bb84a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 5c327dc93e9..5e7e46fcebe 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386-d.c b/gcc/config/i386/i386-d.c index 34304b84a36..8954f1f7d23 100644 --- a/gcc/config/i386/i386-d.c +++ b/gcc/config/i386/i386-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the x86 architecture. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/config/i386/i386-modes.def b/gcc/config/i386/i386-modes.def index 12c17ce7dfc..d0ae469514e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 35e9413100e..cf7bb1439cf 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 4a6a95cc2d9..87cfd94b8f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 1e802bac1ea..bf3637d06d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 61dbc95c086..5de381d4047 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 d4b17373110..83b025e0cf5 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 b2d27faa4fd..c8123cb6caa 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1988-2019 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 007e88b57f9..9b93241f790 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 36480120a6a..7130b7e68c2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 4320cfbbfe7..fb264ef964e 100644 --- a/gcc/config/i386/ia32intrin.h +++ b/gcc/config/i386/ia32intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 4e7c56967a5..bcff0ccbd9c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 b52ab91b4d5..6ce00012b42 100644 --- a/gcc/config/i386/immintrin.h +++ b/gcc/config/i386/immintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 b8f116446e6..2a3e912ee74 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 10997e8e506..d1a59fc385d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 655b178e3a6..682532ddc7c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 21528cf9a39..a03c6cdd95b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 c755d8da45e..4ab11015dfb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 22b3a72f18b..eed246b9d94 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 1e7a0550839..9cc74bc8cd3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 69f97f15b0d..9a6e2d99896 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 f2d913e30ac..c08221c4210 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 fb30a8a4a2b..74239ba6741 100644 --- a/gcc/config/i386/lwpintrin.h +++ b/gcc/config/i386/lwpintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 6f4013eb74b..0e58fc52458 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 6e001b3c057..c0c6dad9047 100644 --- a/gcc/config/i386/lzcntintrin.h +++ b/gcc/config/i386/lzcntintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 0739bdd687b..fdaec62f735 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 2f4aa3e6288..fd180000132 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 00b3f042a36..c6a126bfb73 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 502f039c2a2..170a73fb813 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2009-2019 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 29ff0d21ef6..9bdea9a2f10 100644 --- a/gcc/config/i386/mingw.opt +++ b/gcc/config/i386/mingw.opt @@ -1,6 +1,6 @@ ; MinGW-specific options. -; Copyright (C) 2008-2018 Free Software Foundation, Inc. +; Copyright (C) 2008-2019 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 5759d8d16ae..5f0c783dcac 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 efd667f75d3..6bec24e3602 100644 --- a/gcc/config/i386/mm3dnow.h +++ b/gcc/config/i386/mm3dnow.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 71f6a139f55..238b3df3121 100644 --- a/gcc/config/i386/mmintrin.h +++ b/gcc/config/i386/mmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 66da7bcd7e5..c1e0f2c411e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/movdirintrin.h b/gcc/config/i386/movdirintrin.h index 75a55520218..8455ada0c72 100644 --- a/gcc/config/i386/movdirintrin.h +++ b/gcc/config/i386/movdirintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 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 f47000d98b2..98697eaf5dd 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 c6a0acc2fbb..005c23a0c19 100644 --- a/gcc/config/i386/mwaitxintrin.h +++ b/gcc/config/i386/mwaitxintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 1aa96cd7c89..53246cfb6ca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 6adf1fe67fc..3f8957bd0a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e40c49b2caf..85195e4fdd7 100644 --- a/gcc/config/i386/nmmintrin.h +++ b/gcc/config/i386/nmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 fbcc668c079..16e9404bcf7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1e270e2ac13..06999879055 100644 --- a/gcc/config/i386/nto.opt +++ b/gcc/config/i386/nto.opt @@ -1,6 +1,6 @@ ; QNX options. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 705e904e9ab..adb2179c34c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 26dfc97af13..64784455bcc 100644 --- a/gcc/config/i386/pentium.md +++ b/gcc/config/i386/pentium.md @@ -1,5 +1,5 @@ ;; Pentium Scheduling -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 a07ce84b228..727bec5dda8 100644 --- a/gcc/config/i386/pkuintrin.h +++ b/gcc/config/i386/pkuintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 ffbb7f82cf5..09a4d1447cb 100644 --- a/gcc/config/i386/pmm_malloc.h +++ b/gcc/config/i386/pmm_malloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 f2991daa072..cabc296e6bd 100644 --- a/gcc/config/i386/pmmintrin.h +++ b/gcc/config/i386/pmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 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 8da5144a5ab..2b7c82c86d6 100644 --- a/gcc/config/i386/popcntintrin.h +++ b/gcc/config/i386/popcntintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 e176b28e537..a7ae22d836f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 bd262d77c6b..807883e75d2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 a07f4eda71b..dab46395cd4 100644 --- a/gcc/config/i386/prfchwintrin.h +++ b/gcc/config/i386/prfchwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 679973c2d09..1ed11584817 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 27d9329212c..f821b4fd24f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 11405645a88..56c7ec85535 100644 --- a/gcc/config/i386/rdseedintrin.h +++ b/gcc/config/i386/rdseedintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/rtemself.h b/gcc/config/i386/rtemself.h index 65e8dad0016..1861ceb9e12 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 280c4d7100e..f46e6819e14 100644 --- a/gcc/config/i386/rtmintrin.h +++ b/gcc/config/i386/rtmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/sgxintrin.h b/gcc/config/i386/sgxintrin.h index dd3f9cfcb68..b92aada6ed2 100644 --- a/gcc/config/i386/sgxintrin.h +++ b/gcc/config/i386/sgxintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 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 970d5b598ed..3ab222fa77c 100644 --- a/gcc/config/i386/shaintrin.h +++ b/gcc/config/i386/shaintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 c059350a203..527f09442c0 100644 --- a/gcc/config/i386/slm.md +++ b/gcc/config/i386/slm.md @@ -1,5 +1,5 @@ ;; Slivermont(SLM) Scheduling -;; Copyright (C) 2009-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 b7257a562ea..53d79c0ebae 100644 --- a/gcc/config/i386/smmintrin.h +++ b/gcc/config/i386/smmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 73ebc4a85e1..6555ea7d9f9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 6ec9896ab6f..0b85f1fc64d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 453d3fdb8eb..7ab0dc17711 100644 --- a/gcc/config/i386/ssemath.h +++ b/gcc/config/i386/ssemath.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 994397ce855..2d98ab156c7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 69b01690186..3f67cf43a92 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 618397c2cd2..ba146e3c8f8 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 f88c07da939..dd342bdce11 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. Written by Ron Guilmette (rfg@netcom.com). diff --git a/gcc/config/i386/t-cet b/gcc/config/i386/t-cet index cec18f44db3..78b8a9168ae 100644 --- a/gcc/config/i386/t-cet +++ b/gcc/config/i386/t-cet @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/i386/t-cygming b/gcc/config/i386/t-cygming index f26d1377faa..8eae06b751d 100644 --- a/gcc/config/i386/t-cygming +++ b/gcc/config/i386/t-cygming @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 261739e8778..0dac80fbc46 100644 --- a/gcc/config/i386/t-i386 +++ b/gcc/config/i386/t-i386 @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 8ea0faff369..c686ab2f0d2 100644 --- a/gcc/config/i386/t-linux64 +++ b/gcc/config/i386/t-linux64 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 48efb51629b..451421f74c8 100644 --- a/gcc/config/i386/t-rtems +++ b/gcc/config/i386/t-rtems @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2019 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 8c613af7b98..a143d97385c 100644 --- a/gcc/config/i386/t-sol2 +++ b/gcc/config/i386/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 b34da7cbd0a..be6bac843ec 100644 --- a/gcc/config/i386/tbmintrin.h +++ b/gcc/config/i386/tbmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 54b5183c128..39ea09410c0 100644 --- a/gcc/config/i386/tmmintrin.h +++ b/gcc/config/i386/tmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 b130c938ddf..42e28c4dd33 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/vaesintrin.h b/gcc/config/i386/vaesintrin.h index 5d9e03f1385..5566669a6d2 100644 --- a/gcc/config/i386/vaesintrin.h +++ b/gcc/config/i386/vaesintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/vpclmulqdqintrin.h b/gcc/config/i386/vpclmulqdqintrin.h index bcc9eedc366..2b7f3712f61 100644 --- a/gcc/config/i386/vpclmulqdqintrin.h +++ b/gcc/config/i386/vpclmulqdqintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 7358208971b..563905166a1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 77eaa75924a..470ea4c4e03 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/i386/waitpkgintrin.h b/gcc/config/i386/waitpkgintrin.h index 4418dcd7483..2705b3188b3 100644 --- a/gcc/config/i386/waitpkgintrin.h +++ b/gcc/config/i386/waitpkgintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c index 086b771492c..d142b133b43 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 bdc1b0725b9..bc644b5e26e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 89e4b6e8515..1b439552f9c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 61837f30892..6394a7df00c 100644 --- a/gcc/config/i386/wmmintrin.h +++ b/gcc/config/i386/wmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d07f972620b..74d6801256c 100644 --- a/gcc/config/i386/x-mingw32 +++ b/gcc/config/i386/x-mingw32 @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 bc97454d2f6..a37ad44f1be 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. Contributed by Bo Thorsen . This file is part of GCC. diff --git a/gcc/config/i386/x86-tune-costs.h b/gcc/config/i386/x86-tune-costs.h index a47b92ff22e..1c641d99545 100644 --- a/gcc/config/i386/x86-tune-costs.h +++ b/gcc/config/i386/x86-tune-costs.h @@ -1,5 +1,5 @@ /* Costs of operations of individual x86 CPUs. - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/x86-tune-sched-atom.c b/gcc/config/i386/x86-tune-sched-atom.c index ec2a0db9b03..578d71d2356 100644 --- a/gcc/config/i386/x86-tune-sched-atom.c +++ b/gcc/config/i386/x86-tune-sched-atom.c @@ -1,5 +1,5 @@ /* Scheduler hooks for IA-32 which implement atom+ specific logic. - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/x86-tune-sched-bd.c b/gcc/config/i386/x86-tune-sched-bd.c index b5f16252d30..e417484d17c 100644 --- a/gcc/config/i386/x86-tune-sched-bd.c +++ b/gcc/config/i386/x86-tune-sched-bd.c @@ -1,5 +1,5 @@ /* Scheduler hooks for IA-32 which implement bdver1-4 specific logic. - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/x86-tune-sched-core.c b/gcc/config/i386/x86-tune-sched-core.c index 8c49e663f00..508fcde308b 100644 --- a/gcc/config/i386/x86-tune-sched-core.c +++ b/gcc/config/i386/x86-tune-sched-core.c @@ -1,5 +1,5 @@ /* Scheduler hooks for IA-32 which implement bdver1-4 specific logic. - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/x86-tune-sched.c b/gcc/config/i386/x86-tune-sched.c index a7fad4a828c..f2402e04191 100644 --- a/gcc/config/i386/x86-tune-sched.c +++ b/gcc/config/i386/x86-tune-sched.c @@ -1,5 +1,5 @@ /* Scheduler hooks for IA-32 which implement CPU specific logic. - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/x86-tune.def b/gcc/config/i386/x86-tune.def index 02d8eda997f..01e49867dfb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 92bdf652781..0eb8d88aeb8 100644 --- a/gcc/config/i386/x86intrin.h +++ b/gcc/config/i386/x86intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 6727d2f4fa8..a5d9009dee6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 02096925a88..8ebc825dfaf 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 f1dbc23d80e..b696e3c08be 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 f770570295c..58284378514 100644 --- a/gcc/config/i386/xmmintrin.h +++ b/gcc/config/i386/xmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 e7fda9abee4..d1d1e061cdd 100644 --- a/gcc/config/i386/xopintrin.h +++ b/gcc/config/i386/xopintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 52019f9784c..c61f2d69b2a 100644 --- a/gcc/config/i386/xsavecintrin.h +++ b/gcc/config/i386/xsavecintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 3f6c80b9ba1..3ab1c108c8c 100644 --- a/gcc/config/i386/xsaveintrin.h +++ b/gcc/config/i386/xsaveintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 4f6d1f75b2a..ae62107b647 100644 --- a/gcc/config/i386/xsaveoptintrin.h +++ b/gcc/config/i386/xsaveoptintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 1f1b6316c3a..1abc0b331c5 100644 --- a/gcc/config/i386/xsavesintrin.h +++ b/gcc/config/i386/xsavesintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 9047c3cffcc..c1e33171a36 100644 --- a/gcc/config/i386/xtestintrin.h +++ b/gcc/config/i386/xtestintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 ec84f618e7b..c7f49bf1c57 100644 --- a/gcc/config/i386/znver1.md +++ b/gcc/config/i386/znver1.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 4289b3fd470..ae165915e08 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 b73cf01e232..5b6e3186b8d 100644 --- a/gcc/config/ia64/div.md +++ b/gcc/config/ia64/div.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2007-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 55e2a290a3b..09e90cf0c0c 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-2018 Free Software Foundation, Inc. +Copyright (C) 2000-2019 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 cc12a716a46..452aa78e433 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 d50c6abf76b..ea1eaab0dae 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 fe2143eaacd..4f1e661dd20 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 451837e1d45..61adb5f514d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 65268107c13..ead3e3a64f1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 0cb7b5022cc..4bc54008201 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 f121cee1997..006f1d7897e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 6ecc15510e3..5f2a3961cf4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 8f65b85d438..037006cdbfa 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1999-2019 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 61f2c9f1c8f..9d2bbe10ceb 100644 --- a/gcc/config/ia64/ia64.opt +++ b/gcc/config/ia64/ia64.opt @@ -1,4 +1,4 @@ -; Copyright (C) 2005-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 fcc6012f4f4..d85c6e30f41 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 d200ae518ea..76a953a67ac 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-2018 Free Software Foundation, Inc. +Copyright (C) 2000-2019 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 9b429628e5a..4293bcbad2c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 b38596a0131..fef5848b288 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 a9442c0b0a7..2c7cd866b62 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-2018 Free Software Foundation, Inc. +Copyright (C) 2000-2019 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 3183556f266..c118343fa90 100644 --- a/gcc/config/ia64/t-hpux +++ b/gcc/config/ia64/t-hpux @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 8dcc22cb246..c3d945df568 100644 --- a/gcc/config/ia64/t-ia64 +++ b/gcc/config/ia64/t-ia64 @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 30a9faa2d67..2f17947a0e4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 c3e1f02fdb8..79cb91e17a3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 99259bb7029..4f57ce75ac1 100644 --- a/gcc/config/ia64/vms.opt +++ b/gcc/config/ia64/vms.opt @@ -1,6 +1,6 @@ ; IA64 VMS options. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 1bc15c2a499..139d34eb792 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/iq2000/abi b/gcc/config/iq2000/abi index 6e2ff98fdd5..b1ff3bdc069 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-2018 Free Software Foundation, Inc. +Copyright (C) 2003-2019 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 6c7af58f365..6f412278932 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 83ceec38087..c79f4107a87 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 f17e189b51a..c47c00f57dd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 4b30a44a450..4bdbf11fdf3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 1dff91f6c0f..89efdafe4e0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 a4c688aa7da..3363a144dd3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 c2112b7c542..e3d4812f004 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 7484f0e50c7..8d648cdb3d5 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 923e7e41508..648c4406f3b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 4b303ccf544..dba18a8efc3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 40da4c178e8..1dc0277d329 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 486c8d2f299..cf54b234cf9 100644 --- a/gcc/config/linux-android.opt +++ b/gcc/config/linux-android.opt @@ -1,6 +1,6 @@ ; Android specific options. -; Copyright (C) 2008-2018 Free Software Foundation, Inc. +; Copyright (C) 2008-2019 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 9da8dd7ecaa..13e6cc7c0a1 100644 --- a/gcc/config/linux-protos.h +++ b/gcc/config/linux-protos.h @@ -1,5 +1,5 @@ /* Prototypes. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/linux.c b/gcc/config/linux.c index bc06e54a73d..f90bbb8dfd6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 02553599024..c3c4a219e67 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 2704efd12ee..05d52589ee4 100644 --- a/gcc/config/linux.opt +++ b/gcc/config/linux.opt @@ -1,6 +1,6 @@ ; Processor-independent options for GNU/Linux. ; -; Copyright (C) 2006-2018 Free Software Foundation, Inc. +; Copyright (C) 2006-2019 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 3484be28487..e522adbf527 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 f532c3e5861..5130a77e817 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 0f7633afa8d..7ed9ac00f08 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 2a4a2759419..c330b176a6b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 1c39285afb0..c09052c627a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 42853f533a6..f8560f4645d 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2009-2019 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 ee5da00a75c..26b9b707e38 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 ad2339bb19b..1d7d71caabb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 ac51d97050a..bbeebcade2f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 e2f768b9f7e..86bd1d5e23e 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -1,5 +1,5 @@ /* Target independent definitions for LynxOS. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/lynx.opt b/gcc/config/lynx.opt index ea11f0f3946..54d47a8d2df 100644 --- a/gcc/config/lynx.opt +++ b/gcc/config/lynx.opt @@ -1,6 +1,6 @@ ; Processor-independent options for LynxOS. -; Copyright (C) 2005-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 d7e38e1b8da..90f86fd935b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 57d149a47c9..5f01e9a9a18 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 a54751f5d89..d7da439c255 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 dfa13b5be6f..fe8a9f53019 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 891d5cfb86e..ceea34bd9ee 100644 --- a/gcc/config/m32c/constraints.md +++ b/gcc/config/m32c/constraints.md @@ -1,5 +1,5 @@ ;; m32c constraints -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 a5af8147a52..13037c2aecb 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 e2175566ed5..e14e776380b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 3e4446bf77e..f027c01555a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 b3ee0d6f327..7d4d478fda7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 069ad08b966..3a98dede3ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 4b43328d4f1..dd66b8ad9fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 85b9478a114..909f701a8e7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 83094aa66f3..5e26f5cdbd5 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 7f7ac637ae6..821e6bf75bf 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 0da8612d89a..efac9b6fb9a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 45768f18e68..0ab755a8f7b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 58a41e6f10c..502baff9b65 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 c4135a948d4..d3d307907ec 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 6a562dd9526..a0c527896e7 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 6aa1a58c800..3121523cdba 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 2ec500feed7..5a130111655 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 84a4284ba53..0291ff0ca32 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 9cb1f0697b7..ad338e75d3f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 d65abe764f2..715ef51a6d3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 f2b8435d2ca..4e3aa8a9a01 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 ffde5e4e135..0dd0e9291fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 21286b73639..e8a3b5097a4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 a2bd289b24c..6e79b2aec90 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 4eb15a7ba60..2e7aacf0ccc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 5f91e32731d..be5739763b7 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1996-2019 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 6cb16009aad..6b73d8cc92e 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 a107f8025f3..a469c976bc3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 2177c93c413..84a9e829535 100644 --- a/gcc/config/m32r/t-linux +++ b/gcc/config/m32r/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 25f96ece565..23fa918a928 100644 --- a/gcc/config/m32r/t-m32r +++ b/gcc/config/m32r/t-m32r @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 c32b85e9afb..db4d0237c45 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 ee9275f5826..2ccb5dd7570 100644 --- a/gcc/config/m68k/constraints.md +++ b/gcc/config/m68k/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for m68k -;; Copyright (C) 2007-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 a4082ed89e4..455ae550062 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 f897962bb6e..66fd7dc56ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 63ac181bc0c..ad297883f85 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 44f2cbb5a4d..0c607b73914 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 e18a06e31a6..9595ce4ce9a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 bde24f198ee..1ff5d898a49 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 130f832f694..283731cb92a 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 389026a102d..55829b0455d 100644 --- a/gcc/config/m68k/t-mlibs +++ b/gcc/config/m68k/t-mlibs @@ -1,6 +1,6 @@ # multilibs -*- mode:Makefile -*- # -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 df139694cb8..7431d5c8486 100644 --- a/gcc/config/m68k/t-uclinux +++ b/gcc/config/m68k/t-uclinux @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 475b5daaf24..aa4974fa4cb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 97e7592f39c..1c0f51aedbc 100644 --- a/gcc/config/m68k/uclinux.opt +++ b/gcc/config/m68k/uclinux.opt @@ -1,6 +1,6 @@ ; m68k/ColdFire uClinux options. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 9f971c8b338..7e00a2c587e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 7fea39a84a7..5584c9b3216 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 7c31021b051..ad0e15498a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 6df464d3fc5..06f093eee12 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 594e79b6cbb..3f84bf0d3b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 fc14af2d3ab..cc84e342b32 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1993-2019 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 0533ab4a2ef..98cfc83a39c 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 0cbda50ea30..baf0e20acdc 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 54771ef9f20..8aae5fcc616 100644 --- a/gcc/config/mcore/t-mcore +++ b/gcc/config/mcore/t-mcore @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 ae149441867..5e1d79a2444 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 Free Software Foundation, Inc. ;; Contributed by Michael Eager . diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h index d5054246bbb..7053911fb36 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 7b020b52a66..cd21319aca0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 515b713a3d7..1f5ca8020c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 6c4a62c3113..aa6ef44f03d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.h b/gcc/config/microblaze/microblaze.h index c05bed6e323..fa0806e0fd9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md index bec346f60ff..bb432aefe69 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 Free Software Foundation, Inc. ;; Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.opt b/gcc/config/microblaze/microblaze.opt index 2f34541c225..0e5a46b3393 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2009-2019 Free Software Foundation, Inc. ; ; Contributed by Michael Eager . ; diff --git a/gcc/config/microblaze/predicates.md b/gcc/config/microblaze/predicates.md index 5e12095b681..30f26aeb2f9 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 Free Software Foundation, Inc. ;; ;; Contributed by Michael Eager . ;; diff --git a/gcc/config/microblaze/rtems.h b/gcc/config/microblaze/rtems.h index 5f233212273..c0008f3b260 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b34bd54ff22..6f16ca6700f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 0a98d627d1d..a6c06a9457c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 2cbe867cc57..65d601b1a08 100644 --- a/gcc/config/mips/20kc.md +++ b/gcc/config/mips/20kc.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2007-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 b11ad58b05c..1c63d610881 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 73417979ea2..9648ba0ad21 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 3d48edb55fe..5fc27c5e678 100644 --- a/gcc/config/mips/4000.md +++ b/gcc/config/mips/4000.md @@ -1,5 +1,5 @@ ;; R4000 pipeline description. -;; Copyright (C) 2004-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 d6cc3078c33..1ba52d94602 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 4c2fc469616..a5b7c7bb0b6 100644 --- a/gcc/config/mips/4130.md +++ b/gcc/config/mips/4130.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2004-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 4db91919330..f183ec1d3c2 100644 --- a/gcc/config/mips/4300.md +++ b/gcc/config/mips/4300.md @@ -1,5 +1,5 @@ ;; VR4300 pipeline description. -;; Copyright (C) 2004-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 6b6f61a3c13..998832e44a5 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 f658849e945..f924588279b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 83c23ef486e..e07522a7740 100644 --- a/gcc/config/mips/5000.md +++ b/gcc/config/mips/5000.md @@ -1,5 +1,5 @@ ;; VR5000 pipeline description. -;; Copyright (C) 2004-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 856612412ed..2329d685de1 100644 --- a/gcc/config/mips/5400.md +++ b/gcc/config/mips/5400.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 6b4dfd431ee..fffa5668e43 100644 --- a/gcc/config/mips/5500.md +++ b/gcc/config/mips/5500.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 e72c40cda3b..44569e2f134 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 50626a9f0da..4df4fb572b1 100644 --- a/gcc/config/mips/6000.md +++ b/gcc/config/mips/6000.md @@ -1,5 +1,5 @@ ;; R6000 pipeline description. -;; Copyright (C) 2004-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 b89291361d9..4db0cf79087 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 20a67fc0c3b..0f868dd978c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 5d488bd0f7e..4b025cbba60 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 a39fe093fbc..cea160d80e2 100644 --- a/gcc/config/mips/constraints.md +++ b/gcc/config/mips/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for MIPS. -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 c655b1d911b..3f746fb9105 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 98d4f806ee9..d55ea64f8bc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 d88999a08e3..4046dbe2068 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 4a4f9e678ce..4bbd9537b9b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 ed51947bb6c..585d6423acf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 b82e2d0145f..84e45d034e6 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 fcd71469eea..2714c545f1e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 0dad35ccabe..92551961805 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 2a6b637cd48..0562804de58 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 da8c939ab39..77a9d71b02d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 a7e5e6b24f5..72e1256680f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 31f2025fe34..b36c8f5e38d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 c01d3d085df..c7c7bbf6174 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1996-2019 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 7984d4c5a08..82efb6d40c1 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 c9961f4241e..6078d3cf11e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 e96c0ed3f24..fee0fcc85ab 100644 --- a/gcc/config/mn10300/t-mn10300 +++ b/gcc/config/mn10300/t-mn10300 @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 5e94b7bb322..2d3bdc84930 100644 --- a/gcc/config/moxie/constraints.md +++ b/gcc/config/moxie/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Moxie -;; Copyright (C) 2009-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 2857b966879..c8f04977917 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 fbe39fef5ad..0284f3c40a4 100644 --- a/gcc/config/moxie/moxie.c +++ b/gcc/config/moxie/moxie.c @@ -1,5 +1,5 @@ /* Target Code for moxie - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 635f4c09a9c..a1195dcd6e5 100644 --- a/gcc/config/moxie/moxie.h +++ b/gcc/config/moxie/moxie.h @@ -1,5 +1,5 @@ /* Target Definitions for moxie. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 bf93ec5e8ba..fa750d45401 100644 --- a/gcc/config/moxie/moxie.md +++ b/gcc/config/moxie/moxie.md @@ -1,5 +1,5 @@ ;; Machine description for Moxie -;; Copyright (C) 2009-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 510aa9ec8b0..0a3813ffadf 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 019c06bf689..fb5bf5b5e76 100644 --- a/gcc/config/moxie/moxiebox.h +++ b/gcc/config/moxie/moxiebox.h @@ -1,5 +1,5 @@ /* Definitions for the moxiebox. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 6f80aa500ef..7c0c5b5b489 100644 --- a/gcc/config/moxie/predicates.md +++ b/gcc/config/moxie/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Moxie -;; Copyright (C) 2009-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 bc28d6e342e..aea490a62c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 d6eceae16f7..18b896edea7 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 2a26b185fb7..6ef55f87a1b 100644 --- a/gcc/config/moxie/uclinux.h +++ b/gcc/config/moxie/uclinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 8268199236c..7ef249d4ac2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 09b4b9c5474..5583db6edf7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 cff6d27ef4e..19d13b6713c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 0e03f411ffa..6af8bb4903b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 69918191142..5a4d03f88be 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 21b5819380f..15d97af4edd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 deb42eb0503..c0aa8eacd96 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 614d375f315..344d21d9378 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 0b0a5753fea..1bfd33da524 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 af9d5e6357f..edfdad7ed1a 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 6d42f50c882..af86769df47 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 315c60313e5..b5010c0edb7 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/elf.h b/gcc/config/nds32/elf.h index 66397ac2e30..49e398baf85 100644 --- a/gcc/config/nds32/elf.h +++ b/gcc/config/nds32/elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f4fb58181b1..96fe223c0b4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/linux.h b/gcc/config/nds32/linux.h index a0ec1b2bfd4..0426ba87ebe 100644 --- a/gcc/config/nds32/linux.h +++ b/gcc/config/nds32/linux.h @@ -1,5 +1,5 @@ /* Definitions of target machine of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 979000fcc45..09b22cad494 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7ee6489d034..f13a3d91f67 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-dspext.md b/gcc/config/nds32/nds32-dspext.md index e3ae79c84fe..116cb7f599a 100644 --- a/gcc/config/nds32/nds32-dspext.md +++ b/gcc/config/nds32/nds32-dspext.md @@ -1,5 +1,5 @@ ;; Machine description of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-e8.md b/gcc/config/nds32/nds32-e8.md index a4424778a40..e5ff7e8d207 100644 --- a/gcc/config/nds32/nds32-e8.md +++ b/gcc/config/nds32/nds32-e8.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 26d2865d450..278df99bc74 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-fpu.md b/gcc/config/nds32/nds32-fpu.md index 9b844021a24..b04ac1a345b 100644 --- a/gcc/config/nds32/nds32-fpu.md +++ b/gcc/config/nds32/nds32-fpu.md @@ -1,5 +1,5 @@ ;; Machine description of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-graywolf.md b/gcc/config/nds32/nds32-graywolf.md index f0c98a6f75d..e16f14ea760 100644 --- a/gcc/config/nds32/nds32-graywolf.md +++ b/gcc/config/nds32/nds32-graywolf.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2013 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 c2ad927b05d..04aa29095d7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c70a6fcc99b..51a41760ad2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 db67a0e3666..175f608e018 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 3040bde9423..1a9cda5fb19 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f6140e65130..71b75dca570 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c52c03e22c9..05ccb8c1e18 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 80746b19323..a1e10c05563 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation.for NDS32. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-n10.md b/gcc/config/nds32/nds32-n10.md index 0dd76da1ef8..276f575b779 100644 --- a/gcc/config/nds32/nds32-n10.md +++ b/gcc/config/nds32/nds32-n10.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-n13.md b/gcc/config/nds32/nds32-n13.md index ca7546bc2a7..515adfc1727 100644 --- a/gcc/config/nds32/nds32-n13.md +++ b/gcc/config/nds32/nds32-n13.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-n7.md b/gcc/config/nds32/nds32-n7.md index 3e412676d7d..58fd68d50f0 100644 --- a/gcc/config/nds32/nds32-n7.md +++ b/gcc/config/nds32/nds32-n7.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-n8.md b/gcc/config/nds32/nds32-n8.md index d6242f8f0e1..2deaa334b0f 100644 --- a/gcc/config/nds32/nds32-n8.md +++ b/gcc/config/nds32/nds32-n8.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-n9-2r1w.md b/gcc/config/nds32/nds32-n9-2r1w.md index b742e5545e4..9fddaeba33f 100644 --- a/gcc/config/nds32/nds32-n9-2r1w.md +++ b/gcc/config/nds32/nds32-n9-2r1w.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-n9-3r2w.md b/gcc/config/nds32/nds32-n9-3r2w.md index 8439cc6e36c..5b64d61b3cd 100644 --- a/gcc/config/nds32/nds32-n9-3r2w.md +++ b/gcc/config/nds32/nds32-n9-3r2w.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-opts.h b/gcc/config/nds32/nds32-opts.h index 8d761964439..9da21fb39af 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 033f62bae5a..737644fcadc 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 53619d22510..0c043d4c03f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b41b6c7f438..eef34904fe1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7fb2315d0ff..38aaca9d8e2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-relax-opt.c b/gcc/config/nds32/nds32-relax-opt.c index e6609a09293..25be202687d 100644 --- a/gcc/config/nds32/nds32-relax-opt.c +++ b/gcc/config/nds32/nds32-relax-opt.c @@ -1,5 +1,5 @@ /* relax-opt pass of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-utils.c b/gcc/config/nds32/nds32-utils.c index 7c93cd2edd0..3515e610456 100644 --- a/gcc/config/nds32/nds32-utils.c +++ b/gcc/config/nds32/nds32-utils.c @@ -1,6 +1,6 @@ /* Auxiliary functions for pipeline descriptions pattern of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1ae34fc11f0..1051a2ce413 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 cec15bed8ca..6e62258f8d3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f5349d7cc76..51d92abaf0e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 0e50c991aba..d292edf8a7e 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 24cb2915491..a813cc20c08 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32_isr.h b/gcc/config/nds32/nds32_isr.h index 8ea58f951e1..5a4b5c51097 100644 --- a/gcc/config/nds32/nds32_isr.h +++ b/gcc/config/nds32/nds32_isr.h @@ -1,5 +1,5 @@ /* Intrinsic definitions of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 12cd2623f1c..81a14232051 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 ee4cf3cf48e..14b2f2aff23 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/t-elf b/gcc/config/nds32/t-elf index 3401dae4881..cdaf3bb5aa6 100644 --- a/gcc/config/nds32/t-elf +++ b/gcc/config/nds32/t-elf @@ -1,5 +1,5 @@ # The multilib settings of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/gcc/config/nds32/t-linux b/gcc/config/nds32/t-linux index 33328f65e7b..5ba49db59e2 100644 --- a/gcc/config/nds32/t-linux +++ b/gcc/config/nds32/t-linux @@ -1,5 +1,5 @@ # The multilib settings of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 e6c00db6300..4af2c0ad5bb 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 89092a5a1a9..1e2dce4f17b 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 26e5d996e10..e35758b9abc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fe101f50a2d..5b955dc1af9 100644 --- a/gcc/config/netbsd-elf.opt +++ b/gcc/config/netbsd-elf.opt @@ -1,6 +1,6 @@ ; NetBSD ELF-only options. -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/netbsd-protos.h b/gcc/config/netbsd-protos.h index 8dee3b7eb0d..faa83c1b17c 100644 --- a/gcc/config/netbsd-protos.h +++ b/gcc/config/netbsd-protos.h @@ -1,5 +1,5 @@ /* Prototypes. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 a8e99af7105..ddd58bf5122 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.c b/gcc/config/netbsd.c index dae96ba9b4d..0e5ccee6e0d 100644 --- a/gcc/config/netbsd.c +++ b/gcc/config/netbsd.c @@ -1,5 +1,5 @@ /* Functions for generic NetBSD as target machine for GNU C compiler. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index dfd7c302176..e5e83bc52da 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.opt b/gcc/config/netbsd.opt index a581c5dc67f..1fc171df9d2 100644 --- a/gcc/config/netbsd.opt +++ b/gcc/config/netbsd.opt @@ -1,6 +1,6 @@ ; NetBSD options. -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 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 f46e797d610..89af533f42c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 e0235582579..63ed02d5396 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 fec9d62a7c9..70718a208cb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4846bfda808..e3974d78484 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 d4f4ce04294..8cc84b62ea9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 4729105626d..698734add35 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c2566de1647..4a6f46fac25 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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-2018 Free Software Foundation, Inc.\n" ^ + " Copyright (C) 2014-2019 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 4a6e2231bfc..095b4160aa7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 9c2daab40da..d17414be04d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e266924cfdb..1114022d2c7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f62b2ce3176..9dec57d67ae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a6ddd48e0bf..35dcecacaf9 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 6b70dd328d0..0fb9e2bcefc 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 cbb4ee993a5..a1c4ca795d7 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 b4a6082f41e..fbf00ca7f8c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 535a42baa08..a44c4c15ff6 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 d91f7e647f4..1c629daa9cc 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 c002d122102..1ab6b091ed3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Nathan Sidwell and Bernd Schmidt . diff --git a/gcc/config/nvptx/nvptx-opts.h b/gcc/config/nvptx/nvptx-opts.h index 55d9599917e..6b548e93027 100644 --- a/gcc/config/nvptx/nvptx-opts.h +++ b/gcc/config/nvptx/nvptx-opts.h @@ -1,5 +1,5 @@ /* Definitions for the NVPTX port needed for option handling. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/nvptx/nvptx-protos.h b/gcc/config/nvptx/nvptx-protos.h index 3255bda85ae..1a26d00ab99 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 f4095ff5f55..9baf4ab8876 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -1,5 +1,5 @@ /* Target code for NVPTX. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 a2fe8b68b22..64134d46128 100644 --- a/gcc/config/nvptx/nvptx.h +++ b/gcc/config/nvptx/nvptx.h @@ -1,5 +1,5 @@ /* Target Definitions for NVPTX. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 f1f6fe0c404..271b00e1eb0 100644 --- a/gcc/config/nvptx/nvptx.md +++ b/gcc/config/nvptx/nvptx.md @@ -1,5 +1,5 @@ ;; Machine description for NVPTX. -;; Copyright (C) 2014-2018 Free Software Foundation, Inc. +;; Copyright (C) 2014-2019 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 8194c0324d6..e95f07f143d 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2014-2019 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 d76a0fefc9d..50e712f4652 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 78869f3cd11..777186fb59c 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index d6c142878ce..aa0488f384d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd.opt b/gcc/config/openbsd.opt index 391f8ccb9a9..9f3af4b60bf 100644 --- a/gcc/config/openbsd.opt +++ b/gcc/config/openbsd.opt @@ -1,6 +1,6 @@ ; OpenBSD options. -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/or1k/constraints.md b/gcc/config/or1k/constraints.md index 2e7797b72fb..93da8c058c6 100644 --- a/gcc/config/or1k/constraints.md +++ b/gcc/config/or1k/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for OpenRISC -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2019 Free Software Foundation, Inc. ;; Contributed by Stafford Horne ;; This file is part of GCC. diff --git a/gcc/config/or1k/elf.h b/gcc/config/or1k/elf.h index 7d2d19f06ce..6b25a8d2ba1 100644 --- a/gcc/config/or1k/elf.h +++ b/gcc/config/or1k/elf.h @@ -1,5 +1,5 @@ /* Target Newlib Definitions for OpenRISC. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Stafford Horne. This file is part of GCC. diff --git a/gcc/config/or1k/elf.opt b/gcc/config/or1k/elf.opt index 956d395003d..641b6ddd4be 100644 --- a/gcc/config/or1k/elf.opt +++ b/gcc/config/or1k/elf.opt @@ -1,6 +1,6 @@ ; OpenRISC command line options for newlib binaries -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/or1k/linux.h b/gcc/config/or1k/linux.h index c734a2afd5a..cbdc781418f 100644 --- a/gcc/config/or1k/linux.h +++ b/gcc/config/or1k/linux.h @@ -1,5 +1,5 @@ /* Linux Definitions for OpenRISC. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Stafford Horne. This file is part of GCC. diff --git a/gcc/config/or1k/or1k-protos.h b/gcc/config/or1k/or1k-protos.h index e18383ae781..c8eafb4b0ce 100644 --- a/gcc/config/or1k/or1k-protos.h +++ b/gcc/config/or1k/or1k-protos.h @@ -1,5 +1,5 @@ /* Prototypes for OpenRISC functions used in the md file & elsewhere. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/or1k/or1k.c b/gcc/config/or1k/or1k.c index d1b90cb0168..fc10fcfabde 100644 --- a/gcc/config/or1k/or1k.c +++ b/gcc/config/or1k/or1k.c @@ -1,5 +1,5 @@ /* Target Code for OpenRISC - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Stafford Horne based on other ports. This file is part of GCC. diff --git a/gcc/config/or1k/or1k.h b/gcc/config/or1k/or1k.h index c3e42a08724..6dda230f217 100644 --- a/gcc/config/or1k/or1k.h +++ b/gcc/config/or1k/or1k.h @@ -1,5 +1,5 @@ /* Target Definitions for OpenRISC. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Stafford Horne. This file is part of GCC. diff --git a/gcc/config/or1k/or1k.md b/gcc/config/or1k/or1k.md index d131aa53abf..2dad51cd46b 100644 --- a/gcc/config/or1k/or1k.md +++ b/gcc/config/or1k/or1k.md @@ -1,5 +1,5 @@ ;; Machine description for OpenRISC -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2019 Free Software Foundation, Inc. ;; Contributed by Stafford Horne ;; This file is part of GCC. diff --git a/gcc/config/or1k/or1k.opt b/gcc/config/or1k/or1k.opt index 3cc9422f756..7bdbd842dd4 100644 --- a/gcc/config/or1k/or1k.opt +++ b/gcc/config/or1k/or1k.opt @@ -1,6 +1,6 @@ ; OpenRISC command line options -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/or1k/predicates.md b/gcc/config/or1k/predicates.md index 3f6b4a451b8..879236bca49 100644 --- a/gcc/config/or1k/predicates.md +++ b/gcc/config/or1k/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for OpenRISC -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2019 Free Software Foundation, Inc. ;; Contributed by Stafford Horne ;; This file is part of GCC. diff --git a/gcc/config/or1k/rtems.h b/gcc/config/or1k/rtems.h index 0c3d39cc9c4..caf2998dea5 100644 --- a/gcc/config/or1k/rtems.h +++ b/gcc/config/or1k/rtems.h @@ -1,5 +1,5 @@ /* Target Newlib Definitions for OpenRISC. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel.sherrill@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/or1k/t-or1k b/gcc/config/or1k/t-or1k index 6771c82da08..2e1e3e37891 100644 --- a/gcc/config/or1k/t-or1k +++ b/gcc/config/or1k/t-or1k @@ -1,5 +1,5 @@ # Target Makefile Fragment for OpenRISC -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # Contributed by Stafford Horne. # # This file is part of GCC. diff --git a/gcc/config/pa/constraints.md b/gcc/config/pa/constraints.md index 7762094bf18..b28127d054c 100644 --- a/gcc/config/pa/constraints.md +++ b/gcc/config/pa/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for pa -;; Copyright (C) 2007-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 a7ddb8777d4..3faeee2cf41 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 25a367f3fbd..a12c195c4d9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-d.c b/gcc/config/pa/pa-d.c index 249fd4d44dd..a957914fdd8 100644 --- a/gcc/config/pa/pa-d.c +++ b/gcc/config/pa/pa-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the HPPA architecture. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 496cfb80cc1..acb9c9dd36c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 d6e0a759011..595f1958fd4 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 4dcb13067f5..46ce6b01b6b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 b2163096c55..7ffe6159ba9 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 131e97cab51..c4f9775bcc1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 caef26e6a37..0f93afbd0a1 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 0e960c3c15a..3fda0a0e320 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 c1ed72e39e8..636aa87d01f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 19a392321e5..a391bb5a741 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 06a117876d7..b26312c5cc2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 cfd9638010f..2d4b86e0914 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 a4ad2dda18e..0d02ebc7fb2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 48da74d143e..49a1cc2fd7f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 029c313d443..762667777ac 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 7b274d26d88..e7ae5f37442 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 30709a46834..2504ac8daf3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 2bf48e40a67..868538ba3da 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 1a6253f22f4..146ffa2a1e2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 77611503c67..1b4a5247370 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1992-2019 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 4aaf6acc203..b32b3d8abc0 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 4b470447f19..30e338fdbc6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0fa51a3f5e0..b493d66ed3a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 96bfb9e8146..c7e886fbd50 100644 --- a/gcc/config/pa/pa32-regs.h +++ b/gcc/config/pa/pa32-regs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 2c24238edb4..ddce4429e08 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 5fb33ebe532..d81cd4edcd4 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 06c86c4561c..ae00ecb9cd2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 0dc3c81727b..5e13a8b6e18 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 cc2bffa0762..90b578ed984 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 cc96c9187e5..adefc99a1e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 d821af3d7fe..5dfed169076 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 164889eae87..04efef61794 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 135d437a2ee..69b426b9d2a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0019efe39f1..5f530a43000 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 e525bba96e5..5830512b2d8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 fc5efc79390..ce781db0632 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1994-2019 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 79fca28b665..80deb06d340 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 d17e1299c33..3eaf36b4e3e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1994-2019 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 467d2284b20..a6729ae1069 100644 --- a/gcc/config/pdp11/t-pdp11 +++ b/gcc/config/pdp11/t-pdp11 @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2018 Free Software Foundation, Inc. +# Copyright (C) 1995-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/phoenix.h b/gcc/config/phoenix.h index 90943045ed7..c1aad956cb5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 2cfc390f650..b35c741714a 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/config/riscv/constraints.md b/gcc/config/riscv/constraints.md index aa6e962ace5..b4de83f8324 100644 --- a/gcc/config/riscv/constraints.md +++ b/gcc/config/riscv/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for RISC-V target. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; Based on MIPS target for GNU compiler. ;; diff --git a/gcc/config/riscv/elf.h b/gcc/config/riscv/elf.h index 0a4686a693b..9be97b86629 100644 --- a/gcc/config/riscv/elf.h +++ b/gcc/config/riscv/elf.h @@ -1,5 +1,5 @@ /* Target macros for riscv*-elf targets. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/riscv/freebsd.h b/gcc/config/riscv/freebsd.h index 019b22f6337..4e7e7ff5fc1 100644 --- a/gcc/config/riscv/freebsd.h +++ b/gcc/config/riscv/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for RISC-V FreeBSD systems with ELF format. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/riscv/generic.md b/gcc/config/riscv/generic.md index ba05b6ac859..13c19811319 100644 --- a/gcc/config/riscv/generic.md +++ b/gcc/config/riscv/generic.md @@ -1,5 +1,5 @@ ;; Generic DFA-based pipeline description for RISC-V targets. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/linux.h b/gcc/config/riscv/linux.h index e208c95fe13..58dd18b89f3 100644 --- a/gcc/config/riscv/linux.h +++ b/gcc/config/riscv/linux.h @@ -1,5 +1,5 @@ /* Definitions for RISC-V GNU/Linux systems with ELF format. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/riscv/multilib-generator b/gcc/config/riscv/multilib-generator index ff4c0d72b51..a711153b3a3 100755 --- a/gcc/config/riscv/multilib-generator +++ b/gcc/config/riscv/multilib-generator @@ -1,7 +1,7 @@ #!/usr/bin/env python # RISC-V multilib list generator. -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # Contributed by Andrew Waterman (andrew@sifive.com). # # This file is part of GCC. diff --git a/gcc/config/riscv/peephole.md b/gcc/config/riscv/peephole.md index 55331efe756..febe7717f12 100644 --- a/gcc/config/riscv/peephole.md +++ b/gcc/config/riscv/peephole.md @@ -1,5 +1,5 @@ ;; Peephole optimizations for RISC-V for GNU compiler. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; This file is part of GCC. diff --git a/gcc/config/riscv/pic.md b/gcc/config/riscv/pic.md index 942502058e0..da303e4c9dd 100644 --- a/gcc/config/riscv/pic.md +++ b/gcc/config/riscv/pic.md @@ -1,5 +1,5 @@ ;; PIC codegen for RISC-V for GNU compiler. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; This file is part of GCC. diff --git a/gcc/config/riscv/predicates.md b/gcc/config/riscv/predicates.md index cffc831bbc7..83fc4bd663d 100644 --- a/gcc/config/riscv/predicates.md +++ b/gcc/config/riscv/predicates.md @@ -1,5 +1,5 @@ ;; Predicate description for RISC-V target. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; Based on MIPS target for GNU compiler. ;; diff --git a/gcc/config/riscv/riscv-builtins.c b/gcc/config/riscv/riscv-builtins.c index b1d89fc8719..548267179a1 100644 --- a/gcc/config/riscv/riscv-builtins.c +++ b/gcc/config/riscv/riscv-builtins.c @@ -1,5 +1,5 @@ /* Subroutines used for expanding RISC-V builtins. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). This file is part of GCC. diff --git a/gcc/config/riscv/riscv-c.c b/gcc/config/riscv/riscv-c.c index d3ecd0796e8..ca72de74a7b 100644 --- a/gcc/config/riscv/riscv-c.c +++ b/gcc/config/riscv/riscv-c.c @@ -1,5 +1,5 @@ /* RISC-V-specific code for C family languages. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). This file is part of GCC. diff --git a/gcc/config/riscv/riscv-d.c b/gcc/config/riscv/riscv-d.c index 9cad9dd8f5e..f03fb29aae0 100644 --- a/gcc/config/riscv/riscv-d.c +++ b/gcc/config/riscv/riscv-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the RISC-V architecture. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/config/riscv/riscv-ftypes.def b/gcc/config/riscv/riscv-ftypes.def index 2cf6488fd28..eefe3033ea0 100644 --- a/gcc/config/riscv/riscv-ftypes.def +++ b/gcc/config/riscv/riscv-ftypes.def @@ -1,5 +1,5 @@ /* Definitions of prototypes for RISC-V built-in functions. -*- C -*- - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/riscv-modes.def b/gcc/config/riscv/riscv-modes.def index 6ad7de2cf9c..ef2243555c4 100644 --- a/gcc/config/riscv/riscv-modes.def +++ b/gcc/config/riscv/riscv-modes.def @@ -1,5 +1,5 @@ /* Extra machine modes for RISC-V target. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/riscv-opts.h b/gcc/config/riscv/riscv-opts.h index b7ed72ebb75..a3ab6cec33b 100644 --- a/gcc/config/riscv/riscv-opts.h +++ b/gcc/config/riscv/riscv-opts.h @@ -1,5 +1,5 @@ /* Definition of RISC-V target for GNU compiler. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). This file is part of GCC. diff --git a/gcc/config/riscv/riscv-protos.h b/gcc/config/riscv/riscv-protos.h index 5dce9c43398..f0a5e1129f6 100644 --- a/gcc/config/riscv/riscv-protos.h +++ b/gcc/config/riscv/riscv-protos.h @@ -1,5 +1,5 @@ /* Definition of RISC-V target for GNU compiler. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/riscv.c b/gcc/config/riscv/riscv.c index 7c1319e36de..bf4571d91b8 100644 --- a/gcc/config/riscv/riscv.c +++ b/gcc/config/riscv/riscv.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation for RISC-V. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/riscv.h b/gcc/config/riscv/riscv.h index 13e15cc852b..c93743f9549 100644 --- a/gcc/config/riscv/riscv.h +++ b/gcc/config/riscv/riscv.h @@ -1,5 +1,5 @@ /* Definition of RISC-V target for GNU compiler. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/riscv.md b/gcc/config/riscv/riscv.md index b6c20230ffd..0e968cd2f25 100644 --- a/gcc/config/riscv/riscv.md +++ b/gcc/config/riscv/riscv.md @@ -1,5 +1,5 @@ ;; Machine description for RISC-V for GNU compiler. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/riscv.opt b/gcc/config/riscv/riscv.opt index 13693221d26..bb8ec95bf7d 100644 --- a/gcc/config/riscv/riscv.opt +++ b/gcc/config/riscv/riscv.opt @@ -1,6 +1,6 @@ ; Options for the RISC-V port of the compiler ; -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/riscv/rtems.h b/gcc/config/riscv/rtems.h index 231b6a082ed..37b29136dce 100644 --- a/gcc/config/riscv/rtems.h +++ b/gcc/config/riscv/rtems.h @@ -1,5 +1,5 @@ /* Definitions for RISC-V RTEMS systems with ELF format. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/riscv/sync.md b/gcc/config/riscv/sync.md index 8e8c37702aa..24682d0aa26 100644 --- a/gcc/config/riscv/sync.md +++ b/gcc/config/riscv/sync.md @@ -1,5 +1,5 @@ ;; Machine description for RISC-V atomic operations. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/withmultilib.h b/gcc/config/riscv/withmultilib.h index d703147fa64..f1863e16446 100644 --- a/gcc/config/riscv/withmultilib.h +++ b/gcc/config/riscv/withmultilib.h @@ -1,5 +1,5 @@ /* MULTILIB_DEFAULTS definitions for --with-multilib-list. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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 fbd12d6bbfc..e660628df47 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 5e230b49aa5..925bf2f64fd 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 e553d726d22..990555071d2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 7b5033e72e8..4b76101c1cb 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 396eecbf5c5..88fbf11e7de 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 a599e7e6cae..9364f128a63 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 d1c3089fb8d..0cde05cc53f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 b9c8b831881..f5d7a09f5d4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 7986e89e3d8..baf9b457576 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 447ff1e11a2..a04f7b3fe0e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 03b776b6191..7f48201c425 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 9d9522a46d4..4d75f3ce71f 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 6a56e79b789..d8a76f2ddf5 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 01a07c4ba94..ee627474669 100644 --- a/gcc/config/rpath.opt +++ b/gcc/config/rpath.opt @@ -1,6 +1,6 @@ ; -rpath option to the driver. -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 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 5a36bd244f1..c94c025a65f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 fb5c3725f26..2b39b3079dd 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 3dc692a4a52..9b3169ca69b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 3ee92b83388..4697c06ad02 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 14d096318bd..61e7a40ab92 100644 --- a/gcc/config/rs6000/476.opt +++ b/gcc/config/rs6000/476.opt @@ -1,6 +1,6 @@ ; IBM PowerPC 476 options. ; -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 0e386e3c557..19d2e325686 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 b27c31c9b63..9eb340014f3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 527356b5425..122a9f52370 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 f4177b48369..c6df247aedd 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/7xx.md b/gcc/config/rs6000/7xx.md index 10032490d34..0a5bafac61d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 e26553009a9..38ee008758f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 4c88b4f9154..c88ff9927d0 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 8f48848b77b..b4cd3f9ac6d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 2d585d84d01..01e1e74379a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index 353e5d6cfeb..bdd9c6a3baf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7a918d9ece9..a99919ca43d 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 d2fbba4f509..d4170c51fd3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. diff --git a/gcc/config/rs6000/aix72.h b/gcc/config/rs6000/aix72.h index b1bbae7092e..9d79e72d5fb 100644 --- a/gcc/config/rs6000/aix72.h +++ b/gcc/config/rs6000/aix72.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX V7.2. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5a3416235da..bf29d4694b2 100644 --- a/gcc/config/rs6000/altivec.h +++ b/gcc/config/rs6000/altivec.h @@ -1,5 +1,5 @@ /* PowerPC AltiVec include file. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f37ad5a59b0..3a16ca7f3c0 100644 --- a/gcc/config/rs6000/altivec.md +++ b/gcc/config/rs6000/altivec.md @@ -1,5 +1,5 @@ ;; AltiVec patterns. -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 Free Software Foundation, Inc. ;; Contributed by Aldy Hernandez (aldy@quesejoda.com) ;; This file is part of GCC. diff --git a/gcc/config/rs6000/amo.h b/gcc/config/rs6000/amo.h index 4cd1563d050..4034c0d09d0 100644 --- a/gcc/config/rs6000/amo.h +++ b/gcc/config/rs6000/amo.h @@ -1,5 +1,5 @@ /* Power ISA 3.0 atomic memory operation include file. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Michael Meissner . This file is part of GCC. diff --git a/gcc/config/rs6000/biarch64.h b/gcc/config/rs6000/biarch64.h index d1e0582b690..e3e178cef5d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/bmi2intrin.h b/gcc/config/rs6000/bmi2intrin.h index 2b55cb72bbc..f69bedbde6f 100644 --- a/gcc/config/rs6000/bmi2intrin.h +++ b/gcc/config/rs6000/bmi2intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/bmiintrin.h b/gcc/config/rs6000/bmiintrin.h index 74c0d9e82d8..3437d184c8a 100644 --- a/gcc/config/rs6000/bmiintrin.h +++ b/gcc/config/rs6000/bmiintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 9ea1f5c7f2e..a8c036d5342 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2001-2019 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 5b89a836b06..b90333f3c99 100644 --- a/gcc/config/rs6000/constraints.md +++ b/gcc/config/rs6000/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for RS6000 -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 0f34e141580..2ee3e3ae986 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 2b5628cac56..c0510855f52 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 ff8062c1100..471058dd417 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 e2275095ffc..bc983e1f582 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 11c77b8dfee..a131ff20bbd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 85ea18e53e0..d299074eacc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 76c910321f6..ca4ede21046 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a6f2156efa4..0cceefefa7b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 9bc98f978a5..1b238d22406 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 51c6b79e741..9368a534e39 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 cef19c6db75..669c18545fc 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 Free Software Foundation, Inc. ;; Contributed by Edmar Wienskoski (edmar@freescale.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/e500mc.md b/gcc/config/rs6000/e500mc.md index fde6ed7885a..349e5d8d1cf 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 be0033e00f4..8958c718a15 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 fe9b5540088..f65df8b6a8a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 a11663e62d5..9d5516c7216 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 494bad7e56b..8c09b42a97b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 15b1e66de74..6a95f90bbc4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 ec362963130..6f82b06a2e0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/config/rs6000/emmintrin.h b/gcc/config/rs6000/emmintrin.h index 41ceca8b6b9..832af990189 100644 --- a/gcc/config/rs6000/emmintrin.h +++ b/gcc/config/rs6000/emmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/freebsd.h b/gcc/config/rs6000/freebsd.h index 5947eff2a1b..7ab0f151991 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 985f730d764..1494783cac4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 bdf75498e3e..88d943288b1 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 81c63de927e..5fb22fc89f4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 9637a323c63..027fc280da0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 29653c13455..96b97877989 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 a9aae81a906..bcc540b5ff2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 1960aea377a..5519e8a5391 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 9b7b2657be8..0f3e24f1041 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This file is part of GCC. diff --git a/gcc/config/rs6000/lynx.h b/gcc/config/rs6000/lynx.h index 526494fd834..173b17daf9f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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/mm_malloc.h b/gcc/config/rs6000/mm_malloc.h index 65a2b6774a8..16c1ffdbaa3 100644 --- a/gcc/config/rs6000/mm_malloc.h +++ b/gcc/config/rs6000/mm_malloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/mmintrin.h b/gcc/config/rs6000/mmintrin.h index 924ae566683..e2680258b20 100644 --- a/gcc/config/rs6000/mmintrin.h +++ b/gcc/config/rs6000/mmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/mpc.md b/gcc/config/rs6000/mpc.md index 93247908fc2..416b8ec660c 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 acc511d64a5..923ee9895b2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 58ca06fc44a..111a2f4eea3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/pmmintrin.h b/gcc/config/rs6000/pmmintrin.h index 7b4d338b12a..8ce2ed3de56 100644 --- a/gcc/config/rs6000/pmmintrin.h +++ b/gcc/config/rs6000/pmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/power4.md b/gcc/config/rs6000/power4.md index 4070fd11eda..75f2a93e587 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 af1e5ce3131..b283bc52c23 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 4b19c04e507..087ae46b55b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 a9381c6c99e..8fd2a7019f8 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 71b7ae4f3ed..2b8379c1f64 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 79ebbe47e08..8e62d1046c1 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2016-2019 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 40cd947e17f..cf5e3a33672 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-2018 Free Software Foundation, Inc. +Copyright (C) 2002-2019 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 54e88956bca..d20b1d1c4b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 7024ce5e25e..2150bd47eee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 94feae28c02..21791c51f2f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 ac695b6edff..60b3bd0db93 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 c3586b0df97..85aff22cd26 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b980ae4f445..d0d69beafd4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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-d.c b/gcc/config/rs6000/rs6000-d.c index 84eb4e93df9..d4d4e2015bc 100644 --- a/gcc/config/rs6000/rs6000-d.c +++ b/gcc/config/rs6000/rs6000-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the PowerPC architecture. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/config/rs6000/rs6000-linux.c b/gcc/config/rs6000/rs6000-linux.c index da1f823290a..6fdf71a35d0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 1bdbda7d0b2..677062cb7e9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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-modes.h b/gcc/config/rs6000/rs6000-modes.h index b65a5fa0cd6..028d4e24774 100644 --- a/gcc/config/rs6000/rs6000-modes.h +++ b/gcc/config/rs6000/rs6000-modes.h @@ -1,5 +1,5 @@ /* Definitions 128-bit floating point precisions used by PowerPC. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Michael Meissner (meissner@linux.ibm.com) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-opts.h b/gcc/config/rs6000/rs6000-opts.h index 1212d114aa1..6adbf80b334 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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-p8swap.c b/gcc/config/rs6000/rs6000-p8swap.c index f32db38b3fe..45c8ae8c949 100644 --- a/gcc/config/rs6000/rs6000-p8swap.c +++ b/gcc/config/rs6000/rs6000-p8swap.c @@ -1,6 +1,6 @@ /* Subroutines used to remove unnecessary doubleword swaps for p8 little-endian VSX code. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-passes.def b/gcc/config/rs6000/rs6000-passes.def index a1c6dde8428..ad30a45bc13 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 5ac864e83ee..ea5c94b3ec7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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-string.c b/gcc/config/rs6000/rs6000-string.c index bc5bec2045e..f3703970d17 100644 --- a/gcc/config/rs6000/rs6000-string.c +++ b/gcc/config/rs6000/rs6000-string.c @@ -1,6 +1,6 @@ /* Subroutines used to expand string and block move, clear, compare and other operations for PowerPC. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-tables.opt b/gcc/config/rs6000/rs6000-tables.opt index 399ff77252e..fa2e66bfdb7 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 f327c273077..a25755418ea 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 e7e998d1492..9c0cc8de2b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 4499371a50b..56364e0e43b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1990-2019 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 794f887bbea..2e90bf37747 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 62582e3b9fe..3e820636437 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 0ac9bfb0ffc..425422a8c96 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 cd484df0b2a..61ca2b215b5 100644 --- a/gcc/config/rs6000/secureplt.h +++ b/gcc/config/rs6000/secureplt.h @@ -1,5 +1,5 @@ /* Default to -msecure-plt. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 c0f45f21ee2..357065e8584 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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/smmintrin.h b/gcc/config/rs6000/smmintrin.h index 151bb8d532e..914dade70d0 100644 --- a/gcc/config/rs6000/smmintrin.h +++ b/gcc/config/rs6000/smmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/spu2vmx.h b/gcc/config/rs6000/spu2vmx.h index 848da995326..445c7ab12ab 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 f18b6b77280..408d03249dd 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 598da25269e..73400100e73 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 34fea0ddd08..45399a08806 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 3f663bb8119..a3343a394a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/config/rs6000/t-aix52 b/gcc/config/rs6000/t-aix52 index 058ee1215ed..ca7b44368e0 100644 --- a/gcc/config/rs6000/t-aix52 +++ b/gcc/config/rs6000/t-aix52 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 c3d1f736629..96dc905fba1 100644 --- a/gcc/config/rs6000/t-fprules +++ b/gcc/config/rs6000/t-fprules @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 c45e479dfcd..3f44bfefb14 100644 --- a/gcc/config/rs6000/t-freebsd64 +++ b/gcc/config/rs6000/t-freebsd64 @@ -1,6 +1,6 @@ #rs6000/t-freebsd64 -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 0faa2a02df4..f3c6e2be1d9 100644 --- a/gcc/config/rs6000/t-linux64 +++ b/gcc/config/rs6000/t-linux64 @@ -1,6 +1,6 @@ #rs6000/t-linux64 -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 0d74512847c..750559307f9 100644 --- a/gcc/config/rs6000/t-lynx +++ b/gcc/config/rs6000/t-lynx @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 760c55c1354..8d5369e7529 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 d1b512af2c7..e15cc3bb418 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 c95d713c57b..c5f1e4a0064 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 90ac642d91c..2ef125e1abf 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1995-2019 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 d9249b079f2..7d5727fca1d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1995-2019 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 913d8a8fab5..f845d950705 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 2321bddc045..9a141251b3e 100644 --- a/gcc/config/rs6000/t-vxworks +++ b/gcc/config/rs6000/t-vxworks @@ -1,6 +1,6 @@ # Multilibs for VxWorks. # -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/titan.md b/gcc/config/rs6000/titan.md index 80802a4d9c4..aaf3444f7f4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 Free Software Foundation, Inc. ;; Contributed by Theobroma Systems Design und Consulting GmbH ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/tmmintrin.h b/gcc/config/rs6000/tmmintrin.h index 1841872ac7a..353917ef0af 100644 --- a/gcc/config/rs6000/tmmintrin.h +++ b/gcc/config/rs6000/tmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/vec_types.h b/gcc/config/rs6000/vec_types.h index d4c206b59f0..ea3ed865cf7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 21743c6be26..70bcfe02e22 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 38223a57365..316eac2428f 100644 --- a/gcc/config/rs6000/vsx.md +++ b/gcc/config/rs6000/vsx.md @@ -1,5 +1,5 @@ ;; VSX patterns. -;; Copyright (C) 2009-2018 Free Software Foundation, Inc. +;; Copyright (C) 2009-2019 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 49686433b87..dd9a6a23239 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 b7ab2b1a3ae..8d935764e63 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 92c42fad5f5..0c6aea57ceb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/x86intrin.h b/gcc/config/rs6000/x86intrin.h index 28bfdde7e64..6891397aa34 100644 --- a/gcc/config/rs6000/x86intrin.h +++ b/gcc/config/rs6000/x86intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d21a6be009a..25be90003fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/xmmintrin.h b/gcc/config/rs6000/xmmintrin.h index 851bf91f6ba..55159ef7b46 100644 --- a/gcc/config/rs6000/xmmintrin.h +++ b/gcc/config/rs6000/xmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h index 9879d5259cd..71ae2fd3575 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rtems.opt b/gcc/config/rtems.opt index a6975f186cd..d09fd507777 100644 --- a/gcc/config/rtems.opt +++ b/gcc/config/rtems.opt @@ -1,6 +1,6 @@ ; RTEMS options. -; Copyright (C) 2010-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 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 d981f66acf9..c252dc49bc4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 93f31b05bb8..f7fad9689bb 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 aedf99656be..7e76ddee220 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 88944a57775..2fb227d3a58 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 7e9817cfaf7..1210d47b5df 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 5f5cc51379c..5f422ed384b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 c87bb96b2f1..b50b48f8afb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 116d4d4a939..2790882c90a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 82febdf3529..5b24b2a7153 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2008-2019 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 473954f70ad..197938b2a2b 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 4a73446ce37..4f8e0783103 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 12eb7c20a75..3da0b66742a 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 31ec0c4527a..58121e87428 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 ed4a250e27b..b2c68f486d2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 1fef0bbb597..3f63f82284d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 a91a272a250..19e641bd252 100644 --- a/gcc/config/s390/2964.md +++ b/gcc/config/s390/2964.md @@ -1,5 +1,5 @@ ;; Scheduling description for z13. -;; Copyright (C) 2016-2018 Free Software Foundation, Inc. +;; Copyright (C) 2016-2019 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 63c7fd368be..688dd96e0e2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 97f7b0556eb..95b85f07785 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 ae8cfe05824..cbb95e48e74 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 d35194f7956..ea750d2b781 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 480030a02fc..f76986acdab 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 97f717c558d..9a3d99e7897 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 2acc55fe0af..e749d6df18c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 0fbe838cbf9..91c42e214a2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 b2afc62bdec..982fefbbca8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 286b8c392ff..5869628032c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-d.c b/gcc/config/s390/s390-d.c index 1ea0a9d3379..2300c47c17d 100644 --- a/gcc/config/s390/s390-d.c +++ b/gcc/config/s390/s390-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the IBM S/390 and zSeries architectures. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/config/s390/s390-modes.def b/gcc/config/s390/s390-modes.def index ef0fb75d1e8..88c86738d1e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3c06432f7ae..e58eee4c67d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/s390/s390-passes.def b/gcc/config/s390/s390-passes.def index 6d88d019ae7..d14d5bd3470 100644 --- a/gcc/config/s390/s390-passes.def +++ b/gcc/config/s390/s390-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for S/390. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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 96fa705f879..aa04479ec67 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 62868995ca6..ea2be105af3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 3cfd3452d48..ee03c8aca42 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 c6c960f7771..722d9241b7b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1999-2019 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 c56ecebd67b..b6d987cf52a 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 49477a43b61..ba2a978a562 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 f4acc764728..7b6654cfc4d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9f620161e59..0518ed20e77 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2016-2019 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 97e6bf7d9eb..e0810f83d7e 100644 --- a/gcc/config/s390/t-s390 +++ b/gcc/config/s390/t-s390 @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 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 9e912446147..429a2046869 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 83396c834ab..d2c12f1234e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 d4568c35ca4..af735f823c6 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 a756ad2fd3e..7a8c97b06ca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 4c8450508f9..c9ffab4c8c2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2015-2019 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 37a64ab58f9..b2bc8e2d725 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2015-2019 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 157039f7187..47bf743917e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 6c6651c62da..c22274f7d8a 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-2018 Free Software Foundation, Inc. +Copyright (C) 2006-2019 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 741fe34a950..7a40aa5a696 100644 --- a/gcc/config/sh/divtab-sh4-300.c +++ b/gcc/config/sh/divtab-sh4-300.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 69fbdb55d6f..bfd56eac9ee 100644 --- a/gcc/config/sh/divtab-sh4.c +++ b/gcc/config/sh/divtab-sh4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 4515168d618..cd1cf19bfd7 100644 --- a/gcc/config/sh/divtab.c +++ b/gcc/config/sh/divtab.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 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 9f32cf6602b..3019b020645 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 e4da0dd3045..c77c8596dfe 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 429a94b23b6..dde7793e3ca 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 6d2ccd012ba..c9897b7aca5 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 b3870d42941..0ece94cbe16 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1bf48a4a37d..8e609b0c3c1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9884856a988..fc97aaab54c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 61449ebeceb..c22f3e2e31e 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 d2f2b2a6354..25243d6c90a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 6a67b496c4c..9412382bca3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 3be371438cd..bd7ff8bc10c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 113cb8e04cd..ae41e7bb72b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 2da2afdcfe9..9313e721351 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 66ee3159d55..5587313d4d8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 4a0d5bae57b..35fae653add 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 2f5930bbebd..0204872eae7 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 57dd7869419..e28c45f7a03 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1993-2019 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 837d9bfdc23..359fe765a70 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 62f66991874..b0bd84051e1 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 5179f20cb32..1030392f1ce 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 e0d9b6f9010..a8d3ee7370b 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2004-2019 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 a5228bc9717..58370558ec3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2003-2019 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 1c112703c1b..35e05180246 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 117aa0b5d26..6db0e6ef09a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 5eeb735b378..4cec244f87d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 9dba513e642..691d9287101 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 a78c6a55127..e1a398319d5 100644 --- a/gcc/config/sh/t-sh +++ b/gcc/config/sh/t-sh @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2018 Free Software Foundation, Inc. +# Copyright (C) 1993-2019 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 e4c042c941b..342c63926c2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 ec47c3d4f26..0ecfc8c41a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 b948ff64bef..b51d67674e0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2-d.c b/gcc/config/sol2-d.c index 534ad2a3c91..18c3dd029f2 100644 --- a/gcc/config/sol2-d.c +++ b/gcc/config/sol2-d.c @@ -1,5 +1,5 @@ /* Solaris support needed only by D front-end. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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/gcc/config/sol2-protos.h b/gcc/config/sol2-protos.h index c38e8a9b821..f6cbe51d76e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 20d3cb06d9c..4e7b5a3cdde 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2.c b/gcc/config/sol2.c index 2043326551d..694ae8e6ea8 100644 --- a/gcc/config/sol2.c +++ b/gcc/config/sol2.c @@ -1,5 +1,5 @@ /* General Solaris system support. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a6746c4b7fb..ed9e49b533c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2.opt b/gcc/config/sol2.opt index 330aa974016..c72908d86b5 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2010-2019 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 5a1a9673478..0e0d52e04a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 7ee3e51a84c..329bd572ba4 100644 --- a/gcc/config/sparc/constraints.md +++ b/gcc/config/sparc/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for SPARC. -;; Copyright (C) 2008-2018 Free Software Foundation, Inc. +;; Copyright (C) 2008-2019 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 510e99b35a1..a5a75ca10fe 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 cc2e2ccc7a7..1452bad425a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 e65370694a7..510528e3ce6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 4c6f4165f31..089ec6b93ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 17755d46fab..b4eae6e6337 100644 --- a/gcc/config/sparc/hypersparc.md +++ b/gcc/config/sparc/hypersparc.md @@ -1,5 +1,5 @@ ;; Scheduling description for HyperSPARC. -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 127dd01bd6c..b41698e03e7 100644 --- a/gcc/config/sparc/leon.md +++ b/gcc/config/sparc/leon.md @@ -1,5 +1,5 @@ ;; Scheduling description for LEON. -;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; Copyright (C) 2010-2019 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 9fb03af0fe9..2db9ea2172e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 c1fe42165b7..21e13001951 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 bc13d66235b..98e7708395d 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/sparc/m8.md b/gcc/config/sparc/m8.md index 96190dc53b5..aec03dd2531 100644 --- a/gcc/config/sparc/m8.md +++ b/gcc/config/sparc/m8.md @@ -1,5 +1,5 @@ ;; Scheduling description for the SPARC M8. -;; Copyright (C) 2017-2018 Free Software Foundation, Inc. +;; Copyright (C) 2017-2019 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 6c6478b7ef6..aaa06472eb4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e16c13fe436..5e6984ca734 100644 --- a/gcc/config/sparc/niagara.md +++ b/gcc/config/sparc/niagara.md @@ -1,5 +1,5 @@ ;; Scheduling description for Niagara. -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 adc65b6a4db..ea2c6edb7d3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 903bbe2565c..ffcda5c2278 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 886d971bbe8..1300cf69936 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2016-2019 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 dc70a33ae33..18084f91bb8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 55880f841fc..7eab52fb658 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 72c5fdcb0cf..ee475800cfc 100644 --- a/gcc/config/sparc/predicates.md +++ b/gcc/config/sparc/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for SPARC. -;; Copyright (C) 2005-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 e4b52d86dac..3cfae9f8776 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 61069b52ed6..c78661f2089 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 0c533322251..c577c45ae35 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 3af2af0b77a..11f9360c896 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 6b7b738a288..56a5bb0912c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/sparc-d.c b/gcc/config/sparc/sparc-d.c index 19fe5be6d73..4132597a4d8 100644 --- a/gcc/config/sparc/sparc-d.c +++ b/gcc/config/sparc/sparc-d.c @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the SPARC architecture. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/config/sparc/sparc-modes.def b/gcc/config/sparc/sparc-modes.def index efc5c6c324c..79901339fd6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 899081ea6c1..d1a419d74c9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 07beddfd97f..c34d118b070 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 59c9b2a90b5..9bdae7b9faa 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 adbef1ab18f..72669afbfbd 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 e8d5d2add20..8dbf270ed8a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 431993cd70f..fef25fff084 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -1,5 +1,5 @@ ;; Machine description for SPARC. -;; Copyright (C) 1987-2018 Free Software Foundation, Inc. +;; Copyright (C) 1987-2019 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 46ec0c25107..8bd812332e9 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 b7c76a96b7f..d4c6b463f37 100644 --- a/gcc/config/sparc/sparclet.md +++ b/gcc/config/sparc/sparclet.md @@ -1,5 +1,5 @@ ;; Scheduling description for SPARClet. -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 7e7ec48fd1d..2485081c389 100644 --- a/gcc/config/sparc/supersparc.md +++ b/gcc/config/sparc/supersparc.md @@ -1,5 +1,5 @@ ;; Scheduling description for SuperSPARC. -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 a3008f21679..c8ba0aa84c6 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 493f1af2c21..8043f158caa 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 125e76bef31..155e4c10489 100644 --- a/gcc/config/sparc/t-elf +++ b/gcc/config/sparc/t-elf @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 b816b232ed5..e434d5b9380 100644 --- a/gcc/config/sparc/t-leon +++ b/gcc/config/sparc/t-leon @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 3c98f6f0e84..283ca6c45c3 100644 --- a/gcc/config/sparc/t-leon3 +++ b/gcc/config/sparc/t-leon3 @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 029d9a139f8..a3d8ea93403 100644 --- a/gcc/config/sparc/t-linux64 +++ b/gcc/config/sparc/t-linux64 @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2018 Free Software Foundation, Inc. +# Copyright (C) 1998-2019 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 7db876075f8..4cab8d1ea42 100644 --- a/gcc/config/sparc/t-rtems +++ b/gcc/config/sparc/t-rtems @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 f121d2b193b..0913c00517c 100644 --- a/gcc/config/sparc/t-rtems-64 +++ b/gcc/config/sparc/t-rtems-64 @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 30f15c9005a..16b79818f49 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 fd280232e66..1d70261da04 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 1ea3d98b727..2934dbdc3d2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 e5799cceec0..15516e856d4 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 586e4a7e2f3..27307bb60e3 100644 --- a/gcc/config/sparc/visintrin.h +++ b/gcc/config/sparc/visintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 ad2a956b58a..cd83d4285e4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 80e6fa06728..6c6897d0602 100644 --- a/gcc/config/spu/constraints.md +++ b/gcc/config/spu/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for SPU -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 cc41ba6e62a..8d7767dad13 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 b0c770efea6..29b3639319f 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 4f7cc6b5e42..524324f22ab 100644 --- a/gcc/config/spu/spu-builtins.md +++ b/gcc/config/spu/spu-builtins.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 166f91d9426..6a529631559 100644 --- a/gcc/config/spu/spu-c.c +++ b/gcc/config/spu/spu-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 44c652aa3cf..7ce60201406 100644 --- a/gcc/config/spu/spu-elf.h +++ b/gcc/config/spu/spu-elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 09db0363519..319baf675e7 100644 --- a/gcc/config/spu/spu-modes.def +++ b/gcc/config/spu/spu-modes.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 8f9cd976e8a..3b18d99c28e 100644 --- a/gcc/config/spu/spu-protos.h +++ b/gcc/config/spu/spu-protos.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 45dd2dc2009..81585848079 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 99e2d4dd507..4af55bd9d8d 100644 --- a/gcc/config/spu/spu.h +++ b/gcc/config/spu/spu.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 cdc8a6820f2..bb622981abd 100644 --- a/gcc/config/spu/spu.md +++ b/gcc/config/spu/spu.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 a43faa7109f..9eb18cc2fe1 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2006-2019 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 8e7b9f3a9cd..cb6fe312a37 100644 --- a/gcc/config/spu/spu_cache.h +++ b/gcc/config/spu/spu_cache.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 c0f96531a97..fb23b4a9ed7 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 bf87deb98cb..81ed50ad836 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 9ba4e68d87f..db35a332755 100644 --- a/gcc/config/spu/spu_mfcio.h +++ b/gcc/config/spu/spu_mfcio.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 8e4e2f8efb4..fe9591de8d7 100644 --- a/gcc/config/spu/t-spu-elf +++ b/gcc/config/spu/t-spu-elf @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 a098ef7f20b..2c3f18f8f33 100644 --- a/gcc/config/spu/vec_types.h +++ b/gcc/config/spu/vec_types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 8b92339cda3..fbbf7ca8a90 100644 --- a/gcc/config/spu/vmx2spu.h +++ b/gcc/config/spu/vmx2spu.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 db3e66ed7e0..74a32c2e79d 100644 --- a/gcc/config/stormy16/constraints.md +++ b/gcc/config/stormy16/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for XSTORMY16. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 5b5dae18ba4..c8928c706d0 100644 --- a/gcc/config/stormy16/predicates.md +++ b/gcc/config/stormy16/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for XSTORMY16. -;; Copyright (C) 2005-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 330963a421e..f577cadb9cd 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-2018 Free Software Foundation, Inc. +Copyright (C) 2001-2019 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 29b19fdb6c0..45ae7ad98bd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 6fbbbe2e994..b1769ce1810 100644 --- a/gcc/config/stormy16/stormy16.c +++ b/gcc/config/stormy16/stormy16.c @@ -1,5 +1,5 @@ /* Xstormy16 target functions. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 8adc6bedcae..2c3f541eada 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -1,5 +1,5 @@ /* Xstormy16 cpu description. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 db3967e8fc7..e7d6adae95a 100644 --- a/gcc/config/stormy16/stormy16.md +++ b/gcc/config/stormy16/stormy16.md @@ -1,5 +1,5 @@ ;; XSTORMY16 Machine description template -;; Copyright (C) 1997-2018 Free Software Foundation, Inc. +;; Copyright (C) 1997-2019 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 3478caacf00..240af27e932 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 4fa3208b824..c53b106da58 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-glibc b/gcc/config/t-glibc index 29d70867e63..0be59bb5f25 100644 --- a/gcc/config/t-glibc +++ b/gcc/config/t-glibc @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-libunwind b/gcc/config/t-libunwind index 2456d4c2002..b45ed8ac8ee 100644 --- a/gcc/config/t-libunwind +++ b/gcc/config/t-libunwind @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-linux b/gcc/config/t-linux index 7e543d53fac..7eae6ca77ac 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-lynx b/gcc/config/t-lynx index 3c0d2d38ec3..2d15ab4d6b5 100644 --- a/gcc/config/t-lynx +++ b/gcc/config/t-lynx @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-netbsd b/gcc/config/t-netbsd index 7bab0241216..4626e963ebf 100644 --- a/gcc/config/t-netbsd +++ b/gcc/config/t-netbsd @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 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 271f785500a..3f4d5accc4f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index f1983cfc7de..0652f36bd9c 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index b6286bf66aa..d3a350f5f8a 100644 --- a/gcc/config/t-vxworks +++ b/gcc/config/t-vxworks @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-winnt b/gcc/config/t-winnt index 802f091cc6e..0c7bfc91327 100644 --- a/gcc/config/t-winnt +++ b/gcc/config/t-winnt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 2f2d7108a2e..cecf42ee664 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 5252aa7127d..9e84a4a44fd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 e5b6319099e..76c843f4446 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 d099611b149..354d8109bed 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 4a15c00838e..5438a26751f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 bf1336036a2..9d84cc575b9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 7885221b433..9713e6cc9f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 5cdf9fff51e..5a49a516253 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 3d996d7769f..29600be41f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 96b1dfb04ce..eb2ff9a61fd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 578b371d36a..80cd1ec0d39 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 99fdb120901..0140997b533 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 14d817160ac..82226da3a47 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 1bf559a26ab..2645043138e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 17af2e76929..dce43eca074 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 65e7c559f6d..7661558c6a8 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 43174026bc7..ed1946835ca 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 9b7ed9d8f6e..017602bcdd0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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-2018 Free Software Foundation, Inc.\n"); + printf (" Copyright (C) 2011-2019 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 95728b09256..03561d495b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 79719341876..91cfd2ea365 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 607ca6488cf..b711773f0c3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 7b2722f60a5..5feb4431bf2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 a2d62dd85a8..60a308158eb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 07b159699db..fc2a12742a2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 09e715fd275..cc4ee01cb70 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 4b9b7f76ed6..c4cf8ad204a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 e0036dad1b8..74abc689804 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 65380b5d04a..e1ae7d83782 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 f0e84458c9b..507625f07ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 5993eed8fd0..faf7c519fb6 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 78e94d98c8e..01c54894d0a 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 acc80da0d79..9a5cdab0a30 100644 --- a/gcc/config/usegas.h +++ b/gcc/config/usegas.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 623b68911f5..0513207136b 100644 --- a/gcc/config/v850/constraints.md +++ b/gcc/config/v850/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for V850. -;; Copyright (C) 2011-2018 Free Software Foundation, Inc. +;; Copyright (C) 2011-2019 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 68390a23eb7..0de83623b5d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 b20b2c3c382..32e0d6de5b3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 984993a4fdf..07760d3265d 100644 --- a/gcc/config/v850/t-v850 +++ b/gcc/config/v850/t-v850 @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 58e62e01d31..ae9b3962ab6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 5503d6a526f..59f5f11fb9e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 66e3fd016f9..ad7ee534ef4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 ca99703248b..d7936caa91f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 75b1ec06c10..cca24edb3ae 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 d3391a68bec..5fdbbc76ad0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 6530778c8f6..112ce9b0d5f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1996-2019 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 cd15599d77a..ba71ba9caba 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 30f92059829..bf4d2aeace2 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 934c86e248e..8483bbfcaf3 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 cdfb3a51f4a..dd8d3d950fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 233dceef1a4..b7a579ffa31 100644 --- a/gcc/config/vax/elf.opt +++ b/gcc/config/vax/elf.opt @@ -1,6 +1,6 @@ ; VAX ELF options. -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 44dada705e1..3fc80da46a4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 45511bde92e..e7cbe243201 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3929350dedc..735f6709f01 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 fdc780842cb..15e1e1585ba 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 26c50eff2f3..c6d66f771ef 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2007-2019 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 b2fdd7f1c54..2c5a15e5dc3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 a5260174999..a76cf023916 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 631c598d3b2..fe21faebe4d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 35097030c1d..a6a8227f7c2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 edc8e51fdc2..bfeae7f80e1 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1987-2019 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 3b3d9a6e6db..5df6c8cf907 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 5cabd5b872e..53636db40ec 100644 --- a/gcc/config/visium/constraints.md +++ b/gcc/config/visium/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Visium. -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 0b7f7ed1737..81afbdadf8d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 d69b75952fc..29ec13c55ed 100644 --- a/gcc/config/visium/gr5.md +++ b/gcc/config/visium/gr5.md @@ -1,5 +1,5 @@ ;; Scheduling description for GR5. -;; Copyright (C) 2013-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 f9a4a0cb90d..cd8d81493d2 100644 --- a/gcc/config/visium/gr6.md +++ b/gcc/config/visium/gr6.md @@ -1,5 +1,5 @@ ;; Scheduling description for GR6. -;; Copyright (C) 2013-2018 Free Software Foundation, Inc. +;; Copyright (C) 2013-2019 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 5364a53b5d3..45c976ac7c1 100644 --- a/gcc/config/visium/predicates.md +++ b/gcc/config/visium/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Visium. -;; Copyright (C) 2005-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 69391d7ab39..ea5e329fa1e 100644 --- a/gcc/config/visium/t-visium +++ b/gcc/config/visium/t-visium @@ -1,5 +1,5 @@ # Multilibs for Visium. -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 5225ec667c1..c357dbea174 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 712a771b111..9f5bdc467c1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 132821a714e..a8734bd9d89 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d8ea128b75c..39f6ab3bd1e 100644 --- a/gcc/config/visium/visium.c +++ b/gcc/config/visium/visium.c @@ -1,5 +1,5 @@ /* Output routines for Visium. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5bd56a0633e..331a83eafa6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c5100b7027d..44c0923dad6 100644 --- a/gcc/config/visium/visium.md +++ b/gcc/config/visium/visium.md @@ -1,5 +1,5 @@ ;; Machine description for Visium. -;; Copyright (C) 2002-2018 Free Software Foundation, Inc. +;; Copyright (C) 2002-2019 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 ec570e97146..e0490a20d6e 100644 --- a/gcc/config/visium/visium.opt +++ b/gcc/config/visium/visium.opt @@ -1,5 +1,5 @@ ; Options for Visium. -; Copyright (C) 2005-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 ab9d6093377..f0b7358f4f4 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. BEGIN { is_first = 1; diff --git a/gcc/config/vms/t-vms b/gcc/config/vms/t-vms index 9432b9964e8..e4ea72762c9 100644 --- a/gcc/config/vms/t-vms +++ b/gcc/config/vms/t-vms @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 da596bd2b05..81c826ee5d5 100644 --- a/gcc/config/vms/t-vmsnative +++ b/gcc/config/vms/t-vmsnative @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 1f54b6b7fb9..22c21ce7cc9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 01bb3fbeaa2..1e6b9f54e0d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 952215a84a3..ace8a0e0085 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ed2b26b950b..f02950f6e32 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 616797efba1..2c817efb9cf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 300b2199e06..d9c87c037ee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 c82196757c8..0bfd701cbd2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 84f94cc4c97..c3d54ca4e6f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 c0d01f99a7f..8f9e0b0d650 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 00a4dcedca1..8ceeb2cb16c 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -1,4 +1,4 @@ -; Copyright (C) 2009-2018 Free Software Foundation, Inc. +; Copyright (C) 2009-2019 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 77600883291..fcc0ed54349 100644 --- a/gcc/config/vms/x-vms +++ b/gcc/config/vms/x-vms @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 1e98e900b68..f838b73e583 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 d83cbfb7cc9..d521bb39e95 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 fb5edee887f..6f07900d8cb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks-stdint.h b/gcc/config/vxworks-stdint.h index 88ac0c799da..f9a7d473793 100644 --- a/gcc/config/vxworks-stdint.h +++ b/gcc/config/vxworks-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using VxWorks. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks.c b/gcc/config/vxworks.c index f0d19745199..5ca302a3b2c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 156fcc060aa..0f604f1bcc4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 bf1b850885f..c5f8193d6cc 100644 --- a/gcc/config/vxworks.opt +++ b/gcc/config/vxworks.opt @@ -1,6 +1,6 @@ ; Processor-independent options for VxWorks. ; -; Copyright (C) 2005-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 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 857849474be..39f8712378e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 72f0c67b596..18b510294d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 1f598a62f17..cda2233f166 100644 --- a/gcc/config/xtensa/constraints.md +++ b/gcc/config/xtensa/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Xtensa. -;; Copyright (C) 2006-2018 Free Software Foundation, Inc. +;; Copyright (C) 2006-2019 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 736fd2d4eb5..2e1b2c75df2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 e2ffc3c1954..bb0e47af5ef 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 1099669c883..74521ba418d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 f5bf81189d1..d35c90f4f88 100644 --- a/gcc/config/xtensa/predicates.md +++ b/gcc/config/xtensa/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Xtensa. -;; Copyright (C) 2005-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005-2019 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 3915870ce94..3babdd15e06 100644 --- a/gcc/config/xtensa/t-xtensa +++ b/gcc/config/xtensa/t-xtensa @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 c7743df9d97..bcdb78f4a9c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 018d1625253..14aeedf3604 100644 --- a/gcc/config/xtensa/uclinux.opt +++ b/gcc/config/xtensa/uclinux.opt @@ -1,6 +1,6 @@ ; Xtensa uClinux options. -; Copyright (C) 2015-2018 Free Software Foundation, Inc. +; Copyright (C) 2015-2019 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 0acdfe0fe50..9784ae5a421 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 34e85dcc164..f766764c0ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 193eed61978..70d948720e9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 209f839cfb0..362e5ff3c1f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2001-2019 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 4d3f941281c..3ee592f02a3 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2005-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/configure.ac b/gcc/configure.ac index a1012325898..ea5edfa9ac5 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/context.c b/gcc/context.c index 68d7a294a72..c016f39bd5d 100644 --- a/gcc/context.c +++ b/gcc/context.c @@ -1,5 +1,5 @@ /* context.c - Holder for global state - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/context.h b/gcc/context.h index e425fb07091..d2bab2ad3b1 100644 --- a/gcc/context.h +++ b/gcc/context.h @@ -1,5 +1,5 @@ /* context.h - Holder for global state - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/convert.c b/gcc/convert.c index 028497fdf27..1a3353c8707 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -1,5 +1,5 @@ /* Utility routines for data type conversion for GCC. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/convert.h b/gcc/convert.h index f3334f973ee..5be553b48bf 100644 --- a/gcc/convert.h +++ b/gcc/convert.h @@ -1,5 +1,5 @@ /* Definition of functions in convert.c. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/coretypes.h b/gcc/coretypes.h index 271cce8e20f..2f6b8599d7c 100644 --- a/gcc/coretypes.h +++ b/gcc/coretypes.h @@ -1,5 +1,5 @@ /* GCC core type declarations. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/coverage.c b/gcc/coverage.c index f3ffac5f11e..0e1873b9589 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -1,5 +1,5 @@ /* Read and write coverage files, and associated functionality. - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 f2a8c2939ac..9e1a29261ce 100644 --- a/gcc/coverage.h +++ b/gcc/coverage.h @@ -1,5 +1,5 @@ /* coverage.h - Defines data exported from coverage.c - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a53ea052510..4c9083a857b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5476 +1,8 @@ -2018-12-27 Martin Liska - - PR c++/88263 - * decl2.c (get_local_tls_init_fn): Add location_t argument and - use it. - (get_tls_init_fn): Call it with location of variable for which - we'll need to create tls_init function. - (handle_tls_init): Likewise. - -2018-12-21 Jakub Jelinek - - PR c++/86524 - PR c++/88446 - * cp-tree.h (cp_fold_maybe_rvalue, cp_fold_rvalue): Declare. - (fold_non_dependent_expr): Add manifestly_const_eval argument. - * constexpr.c (cxx_eval_builtin_function_call): Evaluate - __builtin_constant_p if ctx->manifestly_const_eval even in constexpr - functions. Don't reuse dummy{1,2} vars between different arguments. - Use cp_fold_rvalue instead of cp_fully_fold. Fix comment typo. - (fold_non_dependent_expr): Add manifestly_const_eval argument, pass - it through to cxx_eval_outermost_constant_expr and - maybe_constant_value. - * cp-gimplify.c (cp_fold_maybe_rvalue, cp_fold_rvalue): No longer - static. - * semantics.c (finish_static_assert): Call fold_non_dependent_expr - with true as manifestly_const_eval. - -2018-12-20 Marek Polacek - - PR c++/88196 - ICE with class non-type template parameter. - * pt.c (convert_nontype_argument): If the expr is a PTRMEM_CST, also - check if the type we're converting it to is TYPE_PTRMEM_P. - -2018-12-20 H.J. Lu - - PR c/51628 - * call.c (convert_for_arg_passing): Call - warn_for_address_or_pointer_of_packed_member. - * typeck.c (convert_for_assignment): Likewise. - -2018-12-20 Jakub Jelinek - - PR c++/88180 - * parser.c (cp_parser_class_specifier_1): If - cp_parser_check_type_definition fails, skip default arguments, NSDMIs, - etc. like for erroneous template args. - - * cp-tree.h (cp_fully_fold_init): Declare. - * cp-gimplify.c (cp_fully_fold_init): New function. - * typeck2.c (split_nonconstant_init, store_init_value): Use it - instead of cp_fully_fold. - -2018-12-19 Segher Boessenkool - - * parser.c (cp_parser_asm_definition): Do not allow any asm qualifiers - on top-level asm. - -2018-12-19 Segher Boessenkool - - * parser.c (cp_parser_asm_definition) : Give - a more specific error message (instead of just falling through). - -2018-12-19 Segher Boessenkool - - * parser.c (cp_parser_asm_definition): Rewrite the loop to work without - "done" boolean variable. - * parser.c (cp_parser_asm_definition): Keep track of the location each - asm qualifier is first seen; use that to give nicer "duplicate asm - qualifier" messages. - -2018-12-19 Segher Boessenkool - - * parser.c (cp_parser_asm_definition): Rewrite the loop to work without - "done" boolean variable. - -2018-12-19 David Malcolm - - PR c++/88375 - * typeck.c (convert_for_assignment): Capture location of rhs - before stripping, and if available. Use the location when - complaining about bad conversions, labelling it with the - rhstype if the location was present. - * typeck2.c (digest_init_r): Capture location of init before - stripping. - -2018-12-19 David Malcolm - - PR c++/87504 - * call.c (op_error): Convert 1st param from location_t to - const op_location_t &. Use binary_op_rich_location for binary - ops. - (build_conditional_expr_1): Convert 1st param from location_t to - const op_location_t &. - (build_conditional_expr): Likewise. - (build_new_op_1): Likewise. - (build_new_op): Likewise. - * cp-tree.h (build_conditional_expr): Likewise. - (build_new_op): Likewise. - (build_x_binary_op): Likewise. - (cp_build_binary_op): Likewise. - * parser.c (cp_parser_primary_expression): Build a location - for id-expression nodes. - (cp_parser_binary_expression): Use an op_location_t when - calling build_x_binary_op. - (cp_parser_operator): Build a location for user-defined literals. - * typeck.c (build_x_binary_op): Convert 1st param from location_t - to const op_location_t &. - (cp_build_binary_op): Likewise. Use binary_op_rich_location. - -2018-12-19 David Malcolm - - PR c++/43064 - PR c++/43486 - * call.c (build_conditional_expr_1): Strip location wrappers when - checking for CONST_DECL. - (conversion_null_warnings): Use location of "expr" if available. - * class.c (fixed_type_or_null): Handle location wrappers. - * constexpr.c (potential_constant_expression_1): Likewise. - * cvt.c (ignore_overflows): Strip location wrappers when - checking for INTEGER_CST, and re-wrap the result if present. - (ocp_convert): Call fold_for_warn before checking for INTEGER_CST. - * decl.c (reshape_init_r): Strip any location wrapper. - (undeduced_auto_decl): Likewise. - * expr.c (mark_discarded_use): Likewise for expr. - * init.c (build_aggr_init): Likewise before checking init for - DECL_P. - (warn_placement_new_too_small): Call fold_for_warn on adj before - checking for CONSTANT_CLASS_P, and on nelts. Strip any location - wrapper from op0 and on oper before checking for VAR_P. - * parser.c (cp_parser_primary_expression): Call - maybe_add_location_wrapper on numeric and string literals. - (cp_parser_postfix_expression): Strip any location wrapper when - checking for DECL_IS_BUILTIN_CONSTANT_P. - (cp_parser_unary_expression): Ensure that folding of NEGATE_EXPR - around a constant happens in the presence of location wrappers and - returns a wrapped result. - (cp_parser_has_attribute_expression): Strip any location wrapper - from "oper". - (cp_parser_binary_expression): Strip any location wrapper when - checking for DECL_P on the lhs. - (cp_parser_decltype): Strip any location wrapper from result of - cp_parser_decltype_expr. - (cp_parser_mem_initializer): Add location wrappers to the - parenthesized expression list. - (cp_parser_template_parameter_list): Don't create wrapper nodes - within a template-parameter-list. - (cp_parser_template_argument_list): Don't create wrapper nodes - within a template-argument-list. - (cp_parser_parameter_declaration): Strip location wrappers from - default arguments. - (cp_parser_gnu_attribute_list): Don't create wrapper nodes. - (cp_parser_std_attribute_spec_seq): Likewise. - (cp_parser_omp_all_clauses): Don't create wrapper nodes within - OpenMP clauses. - (cp_parser_omp_for_loop): Likewise. - (cp_parser_omp_declare_reduction_exprs): Likewise. - * pt.c (convert_nontype_argument_function): Strip location - wrappers from fn_no_ptr before checking for FUNCTION_DECL. - (tsubst_default_argument): Move note about which callsite led to - instantiation to after the check_default_argument call. - (do_auto_deduction): Likewise from init before checking for - DECL_P. - * semantics.c (force_paren_expr): Likewise from expr before - checking for DECL_P. - (finish_parenthesized_expr): Likewise from expr before - checking for STRING_CST. - (perform_koenig_lookup): Likewise from fn. - (finish_call_expr): Likewise. - (finish_id_expression): Rename to... - (finish_id_expression_1): ...this, calling - maybe_add_location_wrapper on the result. - (capture_decltype): Use lookup_name_real rather than value_member - when looking up decl within the capture-list. - * tree.c (cp_stabilize_reference): Strip any location wrapper. - (builtin_valid_in_constant_expr_p): Likewise. - (strip_typedefs_expr): Strip any location wrapper before checking - for decls or constants. - (is_overloaded_fn): Likewise. - (maybe_get_fns): Likewise. - (selftest::test_lvalue_kind): Verify lvalue_p. - * typeck.c (cxx_sizeof_expr): Strip any location wrapper. - (cxx_alignof_expr): Likewise. - (is_bitfield_expr_with_lowered_type): Handle location wrappers. - (cp_build_array_ref): Call maybe_constant_value on "idx". - (cp_build_binary_op): Strip location wrapper from first_arg before - checking for PARM_DECL. Likewise for op1 before checking for - INTEGER_CST in two places. Likewise for orig_op0 and orig_op1 - when checking for STRING_CST. - (cp_build_addr_expr_1): Likewise for arg when checking for - FUNCTION_DECL. - (cp_build_modify_expr): Likewise for newrhs when checking for - STRING_CST. - (convert_for_assignment): Don't strip location wrappers when - stripping NON_LVALUE_EXPR. - (maybe_warn_about_returning_address_of_local): Strip location - wrapper from whats_returned before checking for DECL_P. - (can_do_nrvo_p): Strip location wrapper from retval. - (treat_lvalue_as_rvalue_p): Likewise. - (check_return_expr): Likewise. - * typeck2.c (cxx_incomplete_type_diagnostic): Strip location - wrapper from value before checking for VAR_P or PARM_DECL. - (digest_init_r): Strip location wrapper from init. When - copying "init", also copy the wrapped node. - -2018-12-19 Jakub Jelinek - - PR c++/87934 - * constexpr.c (cxx_eval_constant_expression) : Do - re-process TREE_CONSTANT CONSTRUCTORs if they aren't reduced constant - expressions. - -2018-12-19 Alexandre Oliva - - PR c++/87012 - * pt.c (convert_template_argument): Canonicalize type after - tsubst/deduce. - - PR c++/88146 - * method.c (do_build_copy_constructor): Guard cvquals init and - loop over fields to run for non-inherited ctors only. - (synthesize_method): Retain location of inherited ctor. - -2018-12-17 Jakub Jelinek - - PR c++/88410 - * cp-gimplify.c (cp_fold) : For offsetof-like folding, - call maybe_constant_value on val to see if it is INTEGER_CST. - -2018-12-17 Jonathan Wakely - - PR c++/52321 - * typeck.c (build_static_cast): Print a note when the destination - type or the operand is a pointer/reference to incomplete class type. - -2018-12-16 Jakub Jelinek - - PR c++/88482 - * except.c (verify_library_fn): New function. - (declare_library_fn): Use it. Initialize TM even if the non-TM - library function has been user declared. - (do_end_catch): Don't set TREE_NOTHROW on error_mark_node. - (expand_start_catch_block): Don't call initialize_handler_parm - for error_mark_node. - (build_throw): Use verify_library_fn. Initialize TM even if the - non-TM library function has been user declared. Don't crash if - any library fn is error_mark_node. - -2018-12-14 Jason Merrill - - * pt.c (tsubst_expr) [DECL_EXPR]: Ignore class-scope bindings when - looking up a capture proxy. - -2018-12-15 Paolo Carlini - - PR c++/84644 - * decl.c (check_tag_decl): A decltype with no declarator - doesn't declare anything. - -2018-12-14 Alexandre Oliva - - PR c++/87814 - * pt.c (tsubst_exception_specification): Handle - DEFERRED_NOEXCEPT with !defer_ok. - -2018-12-14 Jason Merrill - - PR c++/86823 - * parser.c (cp_parser_template_id): Rearrange deferred access - checks into the firewall. - -2018-12-14 Jakub Jelinek - - PR c++/82294 - PR c++/87436 - * init.c (build_vec_init): Change num_initialized_elts type from int - to HOST_WIDE_INT. Build a RANGE_EXPR if e needs to be repeated more - than once. - -2018-12-13 Marek Polacek - - PR c++/88216 - ICE with class type in non-type template parameter. - * mangle.c (write_expression): Handle TARGET_EXPR and - VIEW_CONVERT_EXPR. - * pt.c (convert_nontype_argument): Don't call - get_template_parm_object for value-dependent expressions. - -2018-12-13 Nathan Sidwell - - PR c++/87531 - * class.c (finish_struct): Set DECL_CONTEXT of template assign op. - * name-lookup.c (get_class_binding_direct): Don't strip using-decl - of overload here. - * parser.c (cp_parser_postfix_expression): Cope with using decl in - overload set. - * semantics.c (finish_id_expr): Likewise. - -2018-12-12 Paolo Carlini - - * decl.c (grokdeclarator): Fix location of error message about - static data member definition. - -2018-12-12 Jakub Jelinek - - PR c++/88446 - * cp-tree.h (maybe_constant_value): Add manifestly_const_eval - argument. - * constexpr.c (struct constexpr_call): Rename pretend_const_required - member to manifestly_const_eval. - (struct constexpr_ctx): Likewise. - (constexpr_call_hasher::equal): Adjust users. - (cxx_eval_builtin_function_call): Likewise. Formatting fix. - (cxx_eval_call_expression): Adjust users. - (cxx_eval_outermost_constant_expr, maybe_constant_init_1, - maybe_constant_init): Rename pretend_const_required argument to - manifestly_const_eval, adjust function comments. - (maybe_constant_value): Add manifestly_const_eval argument. If true, - don't cache and call cxx_eval_outermost_constant_expr with true as - manifestly_const_eval. - * decl.c (compute_array_index_type_loc): Call maybe_constant_value - with true as manifestly_const_eval. - - PR c++/88449 - * constexpr.c (struct constexpr_call): Add pretend_const_required - member. - (constexpr_call_hasher::equal): Return false if pretend_const_required - members differ. - (cxx_eval_call_expression): Adjust new_call initialization. Hash in - ctx->pretend_const_required. - -2018-12-11 Jakub Jelinek - - PR c++/87861 - * class.c (build_vtbl_initializer): For TARGET_VTABLE_USES_DESCRIPTORS - bump index for each added word. - * constexpr.c (find_array_ctor_elt): Add forward declaration. - (cxx_eval_call_expression): Handle TARGET_VTABLE_USES_DESCRIPTORS - vtable calls. - (cxx_eval_constant_expression) : Divide token - by TARGET_VTABLE_USES_DESCRIPTORS if non-zero. - -2018-12-11 Marek Polacek - - PR c++/86608 - reading constexpr volatile variable. - * constexpr.c (potential_constant_expression_1): Check want_rval - instead of checking if we have a decl. - * decl2.c (decl_maybe_constant_var_p): Don't consider volatile - constexpr variables as maybe constant. - -2018-12-11 Paolo Carlini - - * decl.c (grokvardecl): Add location_t parameter and use it - in build_lang_decl_loc and build_decl calls. - (grokdeclarator): Move up loc declaration and use it in the - grokvardecl call too. - -2018-12-09 Cesar Philippidis - - * parser.c (cp_parser_oacc_kernels_parallel): Adjust EXPR_LOCATION - on the combined acc loop. - -2018-12-07 Paolo Carlini - - * decl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in error messages - about bit-fields with function type, warn_if_not_aligned type, and - static bit-fields; avoid DECL_NAME for unnamed declarations. - -2018-12-07 Jakub Jelinek - - PR c++/86669 - * call.c (make_temporary_var_for_ref_to_temp): Call pushdecl even for - automatic vars. - - PR c++/87506 - * constexpr.c (adjust_temp_type): Handle EMPTY_CLASS_EXPR. - -2018-12-06 Paolo Carlini - - * class.c (check_bitfield_decl): In error message about non-integral - type print the type itself too. - * decl.c (grokdeclarator): Do not ICE on unnamed bit-fields declared - friends; when calling build_decl for a FIELD_DECL possibly pass the - declarator->id_loc. - -2018-12-06 Alexandre Oliva - - PR c++/86747 - * pt.c (tsubst_friend_class): Enter tsubsted class context. - - PR c++/86397 - * except.c (build_noexcept_spec): Resolve nondependent - expressions. - -2018-12-06 Jason Merrill - - PR c++/88136 - -Wdeprecated-copy false positives - * class.c (classtype_has_depr_implicit_copy): Rename from - classtype_has_user_copy_or_dtor. - * method.c (lazily_declare_fn): Adjust. - * decl2.c (cp_warn_deprecated_use): Refer to -Wdeprecated-copy-dtor - if deprecation is due to a destructor. - -2018-12-06 Marek Polacek - - PR c++/88373 - wrong parse error with ~. - * parser.c (cp_parser_template_name): Check tag_type for - none_type. - -2018-12-06 Segher Boessenkool - - * cp-tree.h (finish_asm_stmt): Update declaration. - * parser.c (cp_parser_asm_definition): Detect the inline keyword - after asm. Pass a flag for it to finish_asm_stmt. - * pt.c (tsubst_expr): Pass the ASM_INLINE_P flag to finish_asm_stmt. - * semantics.c (finish_asm_stmt): Add inline_p parameter. Use it to - set ASM_INLINE_P. - -2018-12-06 Segher Boessenkool - - PR inline-asm/55681 - * parser.c (cp_parser_asm_definition): Update grammar. Allow any - combination of volatile and goto, in any order, without repetitions. - -2018-12-06 David Malcolm - - PR c++/85110 - * call.c (conversion_null_warnings): Try to use the location of - the expression for the warnings. Add notes showing the parameter - of the function decl, where available. - (get_fndecl_argument_location): For implicitly-declared functions, - use the fndecl location rather than that of the param. - (maybe_inform_about_fndecl_for_bogus_argument_init): New function. - (convert_like_real): Use it in various places to avoid repetition. - (complain_about_bad_argument): Likewise. - * cp-tree.h (maybe_inform_about_fndecl_for_bogus_argument_init): - New declaration. - * decl2.c (check_default_args): Put all diagnostics for the fndecl - into a diagnostic group. Use the location of the parameter when - complaining about parameters with missing default arguments in - preference to that of the fndecl. Attempt to record the location - of the first parameter with a default argument and emit a note - for the first parameter that's missing one. - * typeck.c (convert_arguments): When complaining about parameters - with incomplete types, attempt to use the location of the - argument. Where available, add a note showing the pertinent - parameter in the fndecl. - (convert_for_assignment): When complaining about bad conversions - at function calls, use the location of the unstripped argument. - (convert_for_initialization): When checking for bogus references, - add an auto_diagnostic_group, and update the note to use the - location of the pertinent parameter, rather than just the callee. - -2018-12-06 Paolo Carlini - - * decl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in error message; - print the type too; fix thinko in INDIRECT_TYPE_P use. - -2018-12-05 Alexandre Oliva - - PR c++/85569 - * constexpr.c (adjust_temp_type): Test for type equality with - same_type_p. - (constexpr_call_hasher::equal): Likewise. - -2018-12-04 Paolo Carlini - - PR c++/84636 - * decl.c (grokdeclarator): Avoid crashing on an anonymous bit-field - with function type. - -2018-12-04 Marek Polacek - - PR c++/88184 - ICE when treating name as template-name. - * pt.c (lookup_template_function): Always build the TEMPLATE_ID_EXPR - with unknown_type_node. - -2018-12-04 Julian Brown - - * parser.c (cp_parser_oacc_wait_list): Fix error message and avoid - duplicate diagnostic. - -2018-12-04 Jakub Jelinek - - PR c++/88103 - * typeck.c (build_class_member_access_expr): If unary_complex_lvalue - turned xvalue_p into non-xvalue_p, call move on it. - -2018-12-02 Jakub Jelinek - - PR c++/88258 - * parser.c (cp_parser_skip_to_closing_parenthesis_1, - cp_parser_skip_to_end_of_statement, - cp_parser_skip_to_end_of_block_or_statement, - cp_parser_skip_to_closing_brace, - cp_parser_skip_to_closing_square_bracket, - cp_parser_skip_balanced_tokens): Don't treat CPP_PRAGMA_EOL specially - if in_pragma is false. - -2018-12-01 Marek Polacek - - Implement P0634R3, Down with typename! - * parser.c (CP_PARSER_FLAGS_TYPENAME_OPTIONAL): New enumerator. - (cp_parser_type_name): Remove declaration. - (cp_parser_postfix_expression): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL - to cp_parser_type_id. - (cp_parser_new_type_id): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL to - cp_parser_type_specifier_seq. - (cp_parser_lambda_declarator_opt): Pass - CP_PARSER_FLAGS_TYPENAME_OPTIONAL to - cp_parser_parameter_declaration_clause. - (cp_parser_condition): Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator. - (cp_parser_simple_declaration): Pass CP_PARSER_FLAGS_NONE to - cp_parser_init_declarator. - (cp_parser_conversion_type_id): Pass CP_PARSER_FLAGS_NONE to - cp_parser_type_specifier_seq. - (cp_parser_default_type_template_argument): Pass - CP_PARSER_FLAGS_TYPENAME_OPTIONAL to cp_parser_type_id. - (cp_parser_template_parameter): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL - to cp_parser_parameter_declaration. - (cp_parser_explicit_instantiation): Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator. - (cp_parser_simple_type_specifier): Adjust call to cp_parser_type_name - to relay if we should treat the typename keyword as optional. Maybe - call cp_parser_make_typename_type is parsing a template-id and it's - not a TYPE_DECL. - (cp_parser_type_name): Remove unused function. - (cp_parser_enum_specifier): Pass to CP_PARSER_FLAGS_NONE - cp_parser_type_specifier_seq. - (cp_parser_alias_declaration): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL - to cp_parser_type_id. - (cp_parser_init_declarator): New parameter. Pass it down to - cp_parser_declarator. - (cp_parser_declarator): New parameter. Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator. Pass the new parameter to - cp_parser_direct_declarator. - (cp_parser_direct_declarator): New parameter. Pass it to - cp_parser_parameter_declaration_clause and cp_parser_declarator. - (cp_parser_declarator_id): - (cp_parser_type_id_1): New parameter. Pass it to - cp_parser_type_specifier_seq. Adjust call to cp_parser_declarator. - (cp_parser_type_id): New parameter. Pass it to cp_parser_type_id_1. - (cp_parser_template_type_arg): Pass CP_PARSER_FLAGS_NONE to - cp_parser_type_id_1. - (cp_parser_trailing_type_id): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL - to cp_parser_type_id_1. - (cp_parser_type_specifier_seq): New parameter. - (function_being_declared_is_template_p): - (cp_parser_parameter_declaration_clause): New parameter. Pass it to - cp_parser_parameter_declaration_list. - (cp_parser_parameter_declaration_list): New parameter. Pass it to - cp_parser_parameter_declaration. - (cp_parser_parameter_declaration): New parameter. Pass it to - cp_parser_decl_specifier_seq. Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator. - (cp_parser_member_declaration): Adjust call to - cp_parser_decl_specifier_seq to also include - CP_PARSER_FLAGS_TYPENAME_OPTIONAL. Pass - CP_PARSER_FLAGS_TYPENAME_OPTIONAL to cp_parser_declarator. - (cp_parser_exception_declaration): Pass CP_PARSER_FLAGS_NONE to - cp_parser_type_specifier_seq and cp_parser_declarator. - (cp_parser_requirement_parameter_list): Pass CP_PARSER_FLAGS_NONE to - cp_parser_parameter_declaration_clause. - (cp_parser_constructor_declarator_p): Resolve the TYPENAME_TYPE. - (cp_parser_single_declaration): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL - to cp_parser_decl_specifier_seq and cp_parser_init_declarator. - (cp_parser_cache_defarg): Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator and cp_parser_parameter_declaration_list. - (cp_parser_objc_method_tail_params_opt): Pass CP_PARSER_FLAGS_NONE to - cp_parser_parameter_declaration. - (cp_parser_objc_class_ivars): Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator. - (cp_parser_objc_try_catch_finally_statement): Pass CP_PARSER_FLAGS_NONE - to cp_parser_parameter_declaration - (cp_parser_objc_struct_declaration): Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator. - (cp_parser_omp_for_loop_init): Pass CP_PARSER_FLAGS_NONE to - cp_parser_declarator and cp_parser_type_specifier_seq. - -2018-11-30 David Malcolm - - * typeck2.c: Include "gcc-rich-location.h". - (cxx_incomplete_type_diagnostic): When complaining about possibly - missing parens, add a fix-it hint if the member function takes no - additional params. - -2018-11-30 James Norris - - * parser.c (cp_parser_oacc_enter_exit_data): Use existing local - variable. - -2018-11-29 Paolo Carlini - - * decl.c (compute_array_index_type_loc): New, like the current - compute_array_index_type but takes a location_t too. - (compute_array_index_type): Forward to the latter. - (create_array_type_for_decl): Use compute_array_index_type_loc. - -2018-11-29 David Malcolm - - PR c++/88121 - * cp-name-hint.h (suggest_alternative_in_scoped_enum): New decl. - * error.c (dump_scope): Ensure that we print any scope for values - of unscoped enums. Print the scope of values of scoped enums. - (qualified_name_lookup_error): Offer suggestions for failures - within scoped enums by calling suggest_alternative_in_scoped_enum. - * name-lookup.c (class namespace_hints): Update comment to mention - scoped enums. - (namespace_hints::namespace_hints): Call - maybe_add_candidate_for_scoped_enum. - (namespace_hints::maybe_add_candidate_for_scoped_enum): New member - (suggest_alternatives_for): Update comment to mention scoped - enums. - (suggest_alternative_in_scoped_enum): New function. - -2018-11-28 Marek Polacek - - Implement P1094R2, Nested inline namespaces. - * parser.c (cp_parser_namespace_definition): Parse the optional inline - keyword in a nested-namespace-definition. Adjust push_namespace call. - Formatting fix. - -2018-11-28 Nathan Sidwell - - PR c++/87531 - * class.c (finish_struct): In a template, add artificial using - decl for operator=. - -2018-11-28 Jan Hubicka - - * except.c (do_allocate_exception): Annotate __cxa_allocate_exception - as COLD. - -2018-11-28 Marek Polacek - - PR c++/88222 - ICE with bit-field with invalid type. - * decl.c (grokdeclarator): Check if declarator is null. - -2018-11-28 Jakub Jelinek - - PR c++/87476 - * typeck2.c (digest_init_r): Re-add handing of signed/unsigned char - strings and add it to the initialization of wide array from non-wide - string diagnostics too. - -2018-11-27 Jakub Jelinek - - PR c++/88187 - * decl.c (grokdeclarator): Don't diagnose deduction guide errors - if !funcdecl_p. - - PR c++/88181 - * class.c (fixup_attribute_variants): Also propagate TYPE_PACKED - to variants. - -2018-11-26 Marek Polacek - - PR c++/88120 - ICE when calling save_expr in a template. - * typeck.c (cp_build_binary_op): Call cp_save_expr instead of - save_expr. - -2018-11-22 Jakub Jelinek - - PR c++/87386 - * parser.c (cp_parser_operator): Use str.get_value () instead of just - str in USERDEF_LITERAL_VALUE and USERDEF_LITERAL_SUFFIX_ID arguments. - -2018-11-21 Jakub Jelinek - - PR c++/88122 - * method.c (maybe_explain_implicit_delete): If - FUNCTION_FIRST_USER_PARMTYPE (decl) is NULL, set const_p to false - instead of ICEing. - - PR c++/87386 - * parser.c (cp_parser_primary_expression): Use - id_expression.get_location () instead of id_expr_token->location. - Adjust the range from id_expr_token->location to - id_expressio.get_finish (). - (cp_parser_operator_function_id): Pass location of the operator - token down to cp_parser_operator. - (cp_parser_operator): Add start_loc argument, always construct a - location with caret at start_loc and range from start_loc to the - finish of the last token. - - PR c++/87393 - * parser.c (cp_parser_linkage_specification): Remove useless - dereference of the consume_open method result. - -2018-11-20 Martin Sebor - - * cp-tree.h (cp_check_const_attributes): Declare. - * decl2.c (cp_check_const_attributes): Declare extern. - * parser.c (cp_parser_has_attribute_expression): New function. - (cp_parser_unary_expression): Handle RID_HAS_ATTRIBUTE_EXPRESSION. - (cp_parser_gnu_attribute_list): Add argument. - -2018-11-20 Jakub Jelinek - - PR c++/88110 - * constexpr.c (cxx_eval_constant_expression) : Punt - if get_base_address of ADDR_EXPR operand is not a DECL_P. - -2018-11-19 Marek Polacek - - PR c++/87781 - detect invalid elaborated-type-specifier. - * parser.c (cp_parser_elaborated_type_specifier): Ensure that - typename follows a nested-name-specifier. - -2018-11-18 Paolo Carlini - - * decl2.c (grokfield): Remove obsolete _vptr check; fix - explicit template argument list error location. - -2018-11-16 Kamlesh Kumar - - DR 1207 - PR c++/52869 - * parser.c (cp_parser_noexcept_specification_opt): Call - inject_this_parameter. - -2018-11-16 Jason Merrill - - Implement P0479R5, [[likely]] and [[unlikely]]. - * tree.c (handle_likeliness_attribute): New. - (std_attribute_table): Add likely/unlikely. - * cp-gimplify.c (lookup_hotness_attribute, remove_hotness_attribute) - (process_stmt_hotness_attribute, first_stmt): New. - (genericize_if_stmt): Check for duplicate predictions. - * parser.c (cp_parser_statement): Call - process_stmt_hotness_attribute. - (cp_parser_label_for_labeled_statement): Apply attributes to case. - * decl.c (finish_case_label): Give label in template type void. - * pt.c (tsubst_expr) [CASE_LABEL_EXPR]: Copy attributes. - [PREDICT_EXPR]: Handle. - -2018-11-16 Nathan Sidwell - - Remove ovl_used, it is no longer needed - * cp-tree.h (OVL_USED_P): Delete. - (lookup_keep): Delete. - * friend.c (add_friend): Don't call it. - * parser.c (lookup_literal_operator): Likewise. - (cp_parser_primary_expression): Likewise. - * semantics.c (perform_koenig_lookup): Likewise. - * pt.c (tsubst_copy ): Don't assert OVL_USED_P. - * tree.c (ovl_copy): Delete. - (ovl_insert): Remove OVL_USED_P checks. - (ovl_iterator::reveal_node): Likewise. - (ovl_iterator::remove__node): Likewise. - (ovl_used, lookup_keep): Delete. - - PR c++/87269 - * parser.c (lookup_literal_operator): Mark overload for keeping - when inside template. Refactor. - -2018-11-15 Nathan Sidwell - - PR c++/86246 - PR c++/87989 - * typeck.c (finish_class_member_access_expr): Conversion operator - to dependent type is dependent. - -2018-11-15 Paolo Carlini - - * constexpr.c (ensure_literal_type_for_constexpr_object): Use - DECL_SOURCE_LOCATION in error_at calls. - -2018-11-15 Nathan Sidwell - - DR 2336 - * cp-tree.h (enum special_function_kind): Add sfk_virtual_destructor. - * method.c (type_has_trivial_fn): Add it. - (SFK_DTOR_P): Likewise. - (synthesized_method_base_walk): Don't check access of vbases of - abstract classes when sfk_virtual_destructor. - (synthesized_method_walk): Skip vbases of abstract classes except - when sfk_virtual_destructor. - (get_defaulted_eh_spec): Set sfk_virtual_destructor as needed. - - * cp-tree.h (enum special_function_kind): Reorder and comment. - * method.c (SFK_CTOR_P, SFK_DTOR_P, SFK_ASSIGN_P, SFK_COPY_P) - (SFK_MOVE_P): New predicates. - (walk_field_subobs, synthesized_method_base_walk): Drop - copy_arg_p, move_p, assign_p args. Use new SFK predicates. Order - parameters consistently. - (synthesized_method_walk): Drop ctor_p, copy_arg_p, move_p, - assign_p calculations. Use new SFK predicates. Adjust calls to - worker functions. - -2018-11-14 Paolo Carlini - - * parser.c (make_id_declarator): Add location_t parameter. - (cp_parser_lambda_declarator_opt): Adjust call. - (cp_parser_decomposition_declaration): Likewise. - (cp_parser_alias_declaration): Likewise. - (cp_parser_direct_declarator): Likewise. - (cp_parser_member_declaration): Likewise. - (cp_parser_objc_class_ivars): Likewise. - * decl.c (grokdeclarator): Use declarator->id_loc in two error - messages. - -2018-11-14 Jakub Jelinek - - P1236R1 - Signed integers are two's complement - * constexpr.c (cxx_eval_check_shift_p): Disable the signed LSHIFT_EXPR - checks for c++2a. - -2018-11-13 David Malcolm - - * call.c: Replace "source_location" with "location_t". - * cp-tree.h: Likewise. - * cvt.c: Likewise. - * name-lookup.c: Likewise. - * parser.c: Likewise. - * typeck.c: Likewise. - -2018-11-12 Jason Merrill - - Implement P0315R4, Lambdas in unevaluated contexts. - * decl2.c (min_vis_expr_r): Handle LAMBDA_EXPR. - * mangle.c (write_expression): Handle LAMBDA_EXPR. - * parser.c (cp_parser_lambda_expression): Allow lambdas in - unevaluated context. Start the tentative firewall sooner. - (cp_parser_lambda_body): Use cp_evaluated. - * pt.c (iterative_hash_template_arg): Handle LAMBDA_EXPR. - (tsubst_function_decl): Substitute a lambda even if it isn't - dependent. - (tsubst_lambda_expr): Use cp_evaluated. Always complain. - (tsubst_copy_and_build) [LAMBDA_EXPR]: Do nothing if tf_partial. - * semantics.c (begin_class_definition): Allow in template parm list. - * tree.c (strip_typedefs_expr): Pass through LAMBDA_EXPR. - (cp_tree_equal): Handle LAMBDA_EXPR. - - * pt.c (fn_type_unification): If we have a full set of explicit - arguments, go straight to substitution. - - * decl2.c (min_vis_expr_r, expr_visibility): New. - (min_vis_r): Call expr_visibility. - (constrain_visibility_for_template): Likewise. - - Implement P0722R3, destroying operator delete. - * call.c (std_destroying_delete_t_p, destroying_delete_p): New. - (aligned_deallocation_fn_p, usual_deallocation_fn_p): Use - destroying_delete_p. - (build_op_delete_call): Handle destroying delete. - * decl2.c (coerce_delete_type): Handle destroying delete. - * init.c (build_delete): Don't call dtor with destroying delete. - * optimize.c (build_delete_destructor_body): Likewise. - - Implement P0780R2, pack expansion in lambda init-capture. - * parser.c (cp_parser_lambda_introducer): Parse pack init-capture. - * pt.c (tsubst_pack_expansion): Handle init-capture packs. - (lookup_init_capture_pack): New. - (tsubst_expr) [DECL_EXPR]: Use it. - (tsubst_lambda_expr): Remember field pack expansions for - init-captures. - - * cp-tree.h (struct cp_evaluated): New. - * init.c (get_nsdmi): Use it. - * parser.c (cp_parser_enclosed_template_argument_list): Use it. - * pt.c (coerce_template_parms, tsubst_aggr_type): Use it. - -2018-11-09 Jakub Jelinek - - * parser.c (cp_parser_omp_clause_final, cp_parser_omp_clause_if): Use - cp_parser_assignment_expression instead of cp_parser_condition. - (cp_parser_omp_clause_num_threads, cp_parser_omp_clause_num_tasks, - cp_parser_omp_clause_grainsize, cp_parser_omp_clause_priority, - cp_parser_omp_clause_num_teams, cp_parser_omp_clause_thread_limit, - cp_parser_omp_clause_linear, cp_parser_omp_clause_device): Use - cp_parser_assignment_expression instead of cp_parser_expression. - (cp_parser_omp_clause_hint): Likewise. Formatting fix. - - * parser.c (cp_parser_omp_clause_reduction): Call sorry_at on - reduction clause with inscan modifier. - - * parser.c (cp_parser_omp_requires): Call sorry_at on requires - clauses other than atomic_default_mem_order. - -2018-11-09 Martin Sebor - - PR middle-end/81824 - * pt.c (warn_spec_missing_attributes): Move code to attribs.c. - Call decls_mismatched_attributes. - -2018-11-08 Jakub Jelinek - - * constexpr.c (potential_constant_expression_1): Handle OMP_DEPOBJ. - * cp-gimplify.c (cp_genericize_r): Handle - OMP_CLAUSE_{IN,TASK}_REDUCTION. - (cxx_omp_predetermined_sharing_1): Don't return - OMP_CLAUSE_DEFAULT_SHARED for const qualified decls with no mutable - member. Return OMP_CLAUSE_DEFAULT_FIRSTPRIVATE for this pointer. - * cp-objcp-common.c (cp_common_init_ts): Handle OMP_DEPOBJ. - * cp-tree.def (OMP_DEPOBJ): New tree code. - * cp-tree.h (OMP_ATOMIC_DEPENDENT_P): Return true also for first - argument being OMP_CLAUSE. - (OMP_DEPOBJ_DEPOBJ, OMP_DEPOBJ_CLAUSES): Define. - (cp_convert_omp_range_for, cp_finish_omp_range_for): Declare. - (finish_omp_atomic): Add LOC, CLAUSES and MO arguments. Remove - SEQ_CST argument. - (finish_omp_for_block): Declare. - (finish_omp_flush): Add MO argument. - (finish_omp_depobj): Declare. - * cxx-pretty-print.c (cxx_pretty_printer::statement): Handle - OMP_DEPOBJ. - * dump.c (cp_dump_tree): Likewise. - * lex.c (cxx_init): Likewise. - * parser.c: Include memmodel.h. - (cp_parser_for): Pass false as new is_omp argument to - cp_parser_range_for. - (cp_parser_range_for): Add IS_OMP argument, return before finalizing - if it is true. - (cp_parser_omp_clause_name): Handle nontemporal, in_reduction and - task_reduction clauses. - (cp_parser_omp_var_list_no_open): Handle - OMP_CLAUSE_{IN,TASK}_REDUCTION. For OMP_CLAUSE_DEPEND, parse clause - operands as either an array section, or lvalue assignment expression. - (cp_parser_omp_clause_if): Handle cancel and simd modifiers. - (cp_parser_omp_clause_defaultmap): Parse new kinds of defaultmap - clause. - (cp_parser_omp_clause_reduction): Add IS_OMP and KIND arguments. - Parse reduction modifiers. Pass KIND to c_parser_omp_variable_list. - (cp_parser_omp_clause_lastprivate, cp_parser_omp_iterators): New - functions. - (cp_parser_omp_clause_depend): Parse iterator modifier and handle - iterators. Parse mutexinoutset and depobj kinds. - (cp_parser_oacc_all_clauses): Adjust cp_parser_omp_clause_reduction - callers. - (cp_parser_omp_all_clauses): Likewise. Handle - PRAGMA_OMP_CLAUSE_NONTEMPORAL and - PRAGMA_OMP_CLAUSE_{IN,TASK}_REDUCTION. Call - cp_parser_omp_clause_lastprivate for OpenMP lastprivate clause. - (cp_parser_omp_atomic): Pass pragma_tok->location as - LOC to finish_omp_atomic. Parse hint and memory order clauses. - Handle default memory order from requires directive if any. Adjust - finish_omp_atomic caller. - (cp_parser_omp_critical): Allow comma in between (name) and hint - clause. - (cp_parser_omp_depobj): New function. - (cp_parser_omp_flush): Parse flush with memory-order-clause. - (cp_parser_omp_for_cond): Allow NE_EXPR even in OpenMP loops. - (cp_convert_omp_range_for, cp_finish_omp_range_for): New functions. - (cp_parser_omp_for_loop): Parse C++11 range for loops among omp - loops. Handle OMP_CLAUSE_IN_REDUCTION like OMP_CLAUSE_REDUCTION. - (OMP_SIMD_CLAUSE_MASK): Add if and nontemporal clauses. - (cp_parser_omp_simd, cp_parser_omp_for): Call keep_next_level before - begin_omp_structured_block and call finish_omp_for_block on - finish_omp_structured_block result. - (cp_parser_omp_master): Add p_name, mask and cclauses arguments. - Allow to be called while parsing combined parallel master. - Parse combined master taskloop{, simd}. - (cp_parser_omp_parallel): Parse combined - parallel master{, taskloop{, simd}} constructs. - (cp_parser_omp_single): Use SET_EXPR_LOCATION. - (OMP_TASK_CLAUSE_MASK): Add in_reduction clause. - (OMP_TASKWAIT_CLAUSE_MASK): Define. - (cp_parser_omp_taskwait): Handle taskwait with depend clauses. - (OMP_TASKGROUP_CLAUSE_MASK): Define. - (cp_parser_omp_taskgroup): Parse taskgroup clauses, adjust - c_finish_omp_taskgroup caller. - (cp_parser_omp_distribute): Call keep_next_level before - begin_omp_structured_block and call finish_omp_for_block on - finish_omp_structured_block result. - (cp_parser_omp_teams): Force a BIND_EXPR with BLOCK around teams - body. - (cp_parser_omp_target_data): Allow target data with only - use_device_ptr clauses. - (cp_parser_omp_target): Set OMP_REQUIRES_TARGET_USED bit in - omp_requires_mask. - (cp_parser_omp_requires): New function. - (OMP_TASKLOOP_CLAUSE_MASK): Add reduction and in_reduction clauses. - (cp_parser_omp_taskloop): Add forward declaration. Disallow - in_reduction clause when combined with parallel master. Call - keep_next_level before begin_omp_structured_block and call - finish_omp_for_block on finish_omp_structured_block result. - (cp_parser_omp_construct): Adjust cp_parser_omp_master caller. - (cp_parser_pragma): Handle PRAGMA_OMP_DEPOBJ and PRAGMA_OMP_REQUIRES. - * pt.c (tsubst_omp_clause_decl): Add iterators_cache argument. - Adjust recursive calls. Handle iterators. - (tsubst_omp_clauses): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION and - OMP_CLAUSE_NONTEMPORAL. Adjust tsubst_omp_clause_decl callers. - (tsubst_decomp_names): - (tsubst_omp_for_iterator): Change orig_declv into a reference. - Handle range for loops. Move orig_declv handling after declv/initv - handling. - (tsubst_expr): Force a BIND_EXPR with BLOCK around teams body. - Adjust finish_omp_atomic caller. Call keep_next_level before - begin_omp_structured_block. Call cp_finish_omp_range_for for range - for loops and use {begin,finish}_omp_structured_block instead of - {push,pop}_stmt_list if there are any range for loops. Call - finish_omp_for_block on finish_omp_structured_block result. - Handle OMP_DEPOBJ. Handle taskwait with depend clauses. For - OMP_ATOMIC call tsubst_omp_clauses on clauses if any, adjust - finish_omp_atomic caller. Use OMP_ATOMIC_MEMORY_ORDER rather - than OMP_ATOMIC_SEQ_CST. Handle clauses on OMP_TASKGROUP. - (dependent_omp_for_p): Always return true for range for loops if - processing_template_decl. Return true if class type iterator - does not have INTEGER_CST increment. - * semantics.c: Include memmodel.h. - (handle_omp_array_sections_1): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION - like OMP_CLAUSE_REDUCTION. - (handle_omp_array_sections): Likewise. Call save_expr on array - reductions before calling build_index_type. Handle depend clauses - with iterators. - (finish_omp_reduction_clause): Call save_expr for whole array - reduction sizes. Don't mark OMP_CLAUSE_DECL addressable if it has - reference type. Do mark decl_placeholder addressable if needed. - Use error_at with OMP_CLAUSE_LOCATION (c) as first argument instead - of error. - (cp_omp_finish_iterators): New function. - (finish_omp_clauses): Don't diagnose nonmonotonic clause with static, - runtime or auto schedule kinds. Diagnose nogroup clause used with - reduction clause(s). Handle depend clause with - OMP_CLAUSE_DEPEND_DEPOBJ. Diagnose bit-fields. Require - omp_depend_t type for OMP_CLAUSE_DEPEND_DEPOBJ kinds and - some different type for other kinds. Use cp_build_addr_expr - and cp_build_indirect_ref instead of cxx_mark_addressable. - Handle depend clauses with iterators. Only handle static data members - in the special case that const qualified vars may be specified in - firstprivate clause. Complain if const qualified vars without mutable - members are mentioned in data-sharing clauses other than firstprivate - or shared. Use error_at with OMP_CLAUSE_LOCATION (c) as first - argument instead of error. Diagnose more than one nontemporal clause - refering to the same variable. Use error_at rather than error for - priority and hint clause diagnostics. Fix pasto for hint clause. - Diagnose hint expression that doesn't fold into INTEGER_CST. - Diagnose if clause with modifier other than cancel. Handle - OMP_CLAUSE_{IN,TASK}_REDUCTION like OMP_CLAUSE_REDUCTION. Allow any - lvalue as OMP_CLAUSE_DEPEND operand (besides array section), adjust - diagnostics. - (handle_omp_for_class_iterator): Don't create a new TREE_LIST if one - has been created already for range for, just fill TREE_PURPOSE and - TREE_VALUE. Call cp_fully_fold on incr. - (finish_omp_for): Don't check cond/incr if cond is global_namespace. - Pass to c_omp_check_loop_iv_exprs orig_declv if non-NULL. Don't - use IS_EMPTY_STMT on NULL pre_body. Adjust c_finish_omp_for caller. - (finish_omp_for_block): New function. - (finish_omp_atomic): Add LOC argument, pass it through - to c_finish_omp_atomic and set it as location of OMP_ATOMIC* trees. - Remove SEQ_CST argument. Add CLAUSES and MO arguments. Adjust - c_finish_omp_atomic caller. Stick clauses if any into first argument - of wrapping OMP_ATOMIC. - (finish_omp_depobj): New function. - (finish_omp_flush): Add MO argument, if not - MEMMODEL_LAST, emit __atomic_thread_fence call with the given value. - (finish_omp_cancel): Diagnose if clause with modifier other than - cancel. - -2018-11-07 Nathan Sidwell - - PR c++/87904 - * cp-tree.h (struct tree_overload): Fix comment. - * tree.c (ovl_iterator::reveal_node): Propagate OVL_DEDUP_P. - -2018-11-04 Jason Merrill - - Implement UDL changes from P0732R2. - * cp-tree.h (struct releasing_vec): Move from mangle.c. - Add get_ref method. - * parser.c (cp_parser_userdef_string_literal): Use it. Handle - passing the string to a single template parameter of class type. - (cp_parser_template_declaration_after_parameters): Allow it. - Pedwarn about the character pack template that was proposed but not - accepted for C++14, and don't suggest it. - - Implement P0732R2, class types in non-type template parameters. - * error.c (dump_simple_decl): Look through a template parm object. - * mangle.c (write_template_arg): Likewise. - (mangle_template_parm_object): New. - * pt.c (template_parm_object_p, get_template_parm_object): New. - (invalid_tparm_referent_p): Factor from convert_nontype_argument. - (convert_nontype_argument, invalid_nontype_parm_type_p): Handle - class-type template arguments. - * tree.c (lvalue_kind): Likewise. - - * cvt.c (ocp_convert): Don't wrap a CONSTRUCTOR in a NOP_EXPR. - * constexpr.c (initialized_type): Fix AGGR_INIT_EXPR handling. - (cxx_eval_vec_init_1): Correct type of AGGR_INIT_EXPR. - (cxx_eval_outermost_constant_expr): Make sure a CONSTRUCTOR has the - right type. Don't wrap a CONSTRUCTOR if one was passed in. - * tree.c (build_aggr_init_expr): Check for void. - - PR c++/60503 - wrong lambda attribute syntax. - * parser.c (cp_parser_lambda_declarator_opt): Fix attribute - handling. - -2018-11-02 Nathan Sidwell - - * decl.c (duplicate_decls): Refactor checks. - -2018-11-01 Marek Polacek - - Implement P0846R0, ADL and function templates. - * decl.c (grokfndecl): Allow FUNCTION_DECL in assert. - * lex.c (unqualified_fn_lookup_error): Handle TEMPLATE_ID_EXPR. - * parser.c (cp_parser_postfix_expression): Do ADL for a template-name. - (cp_parser_template_id): Give errors if parsing the template argument - list didn't go well. Allow FUNCTION_DECL in assert. - (cp_parser_template_name): Consider a name to refer to a template if - it is an unqualified-id followed by a <. Don't return the identifier - if the decl is a function and dependent. - * pt.c (tsubst_copy) : Remove assert. - -2018-11-01 Nathan Sidwell - - * cp-tree.h (struct lang_function): Delete x_local_names field. - (struct lang_decl_base): Rename u2sel to spare. - (struct lang_decl_min): Remove lang_decl_u2 union. Keep access - field. - (LANG_DECL_U2_CHECK): Delete. - (DECL_DISCRIMINATOR_P): Require function scope. - (DECL_DISCRIMINATOR): Adjust. - (DECL_DISCRIMINATOR_SET_P): Delete. - (DECL_CAPTURED_VARIABLE, DECL_ACCESS, THUnK_VIRTUAL_OFFSET): Adjust. - (local_classes): Don't declare. - (determine_local_discriminator): Declare. - * decl.c (push_local_name): Delete. - (local_entities, determina_local_discrminator): New. - (duplicate_decls): Copy DECL_ACCESS. Fix formatting. - (cp_finish_decl): Use determine_local_discriminator. - (save_function_data): Drop x_local_names. - (finish_function): Drop local_names. - * decl2.c (finish_anon_union): Use determine_local_disciminator. - * mangle.c (write_unnamed_type_name): Use - discriminator_for_local_entity. - (local_class_index): Delete. - (discriminator_for_local_entity): Reimplement. - (write_local_name): Adjust discriminator code. - * name-lookup.c (do_pushtag): Call determine_local_discrimiator. - * semantics.c (finish_omp_threadprivate): Drop DECL_DISCRIMINATOR - handling. - * class.c (local_classes): Delete. - (init_class_processing): Don't init it. - -2018-11-01 Martin Liska - Jason Merrill - - PR c++/64266 - PR bootstrap/70422 - PR ipa/81277 - * cp-tree.h (DECL_FNAME_P): New macro. - * decl.c (cp_make_fname_decl): Set DECL_DECLARED_CONSTEXPR_P, - DECL_VALUE_EXPR, DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. - (cp_finish_decl): - * lambda.c (is_capture_proxy): Use DECL_FNAME_P. - * pt.c (tsubst_expr): Handle DECL_PRETTY_FUNCTION_P. - -2018-10-31 Nathan Sidwell - - * cp-tree.h (OVL_DEDUP_P): New. - * name-lookup.c (name_lookup::add_overload): Check OVL_DEDUP_P. - (get_class_binding_direct): Likwise. - * tree.c (ovl_make): Propagate OVL_DEDUP_P. - (ovl_copy): Copy it. - (ovl_insert): Do not keep using-decls ordered. - (lookup_maybe_add): Adjust comment. - -2018-10-30 Marek Polacek - - Implement P0892R2, explicit(bool). - * call.c (add_template_candidate_real): Return if the declaration is - explicit and we're only looking for non-converting constructor. - * cp-tree.h (lang_decl_fn): Add has_dependent_explicit_spec_p bit. - (DECL_HAS_DEPENDENT_EXPLICIT_SPEC_P): New macro. - (cp_decl_specifier_seq): Add explicit_specifier field. - (build_explicit_specifier, store_explicit_specifier): Declare. - * decl.c (grokdeclarator): Call store_explicit_specifier. - (build_explicit_specifier): New function. - * parser.c (cp_parser_function_specifier_opt) : - Parse C++20 explicit(bool). - * pt.c (store_explicit_specifier, lookup_explicit_specifier): New. - (tsubst_function_decl): Handle explicit(dependent-expr). - -2018-10-30 Paolo Carlini - - * decl.c (grokdeclarator): Use declarator->id_loc in diagnostic - about flexible array members. - -2018-10-29 David Malcolm - - * cp-name-hint.h: New file. - * cp-tree.h (expr_to_string): New decl. - (suggest_alternatives_for): Move to cp-name-hint.h, changing - return type from bool to name_hint. - (suggest_alternative_in_explicit_scope): Likewise. - * error.c: Define INCLUDE_UNIQUE_PTR. Include "cp-name-hint.h". - (expr_to_string): Make non-static. - (qualified_name_lookup_error): For the non-"::" case, take - responsibity for issuing any suggestion from - suggest_alternative_in_explicit_scope, as it changes from - returning a bool to returning a name_hint. Replace fallback call - to suggest_alternatives_for to a call to - suggest_alternatives_in_other_namespaces, capturing the fact that - we don't have enough location information to issue a fix-it hint - for this case. Update the error to support emitting a fix-it hint - where appropriate. For the "::" case, take responsibility for - issuing any suggestion from suggest_alternatives_for, supporting - emitting a fix-it hint. - * lex.c: Define INCLUDE_UNIQUE_PTR. Include "gcc-rich-location.h" - and "cp-name-hint.h". - (unqualified_name_lookup_error): Take responsibility for issuing - any suggestion from suggest_alternatives_for, supporting emitting - a fix-it hint. - * name-lookup.c (class namespace_limit_reached): New subclass of - deferred_diagnostic. - (class show_candidate_location): Likewise. - (class suggest_alternatives): Likewise. - (class namespace_hints): New class. - (suggest_alternatives_for): Convert return type from bool to - name_hint, replacing all direct diagnostic emission by setting - suggestions on the return value, or creating deferred diagnostics. - Specifically, split out initial traversal of namespaces into - namespace_hints' ctor, and maybe_decorate_with_limit, and move the - rest of the implementation to - namespace_hints::convert_candidates_to_name_hint and - suggest_alternatives_for_1. - (namespace_hints::namespace_hints): New ctor, adapted from - suggest_alternatives_for's initial namespace traversal, storing - location and name, and converting locals "candidates", "limited" - and "limit" into members. - (namespace_hints::convert_candidates_to_name_hint): New member - function. - (namespace_hints::maybe_decorate_with_limit): New member function. - (suggest_alternatives_for_1): New function, based on second half - of old implementation of suggest_alternatives_for, converting from - immediate emission of suggestions to using name_hint. - (suggest_alternatives_in_other_namespaces): New function. - (maybe_suggest_missing_std_header): Convert from immediate - emission of suggestions to using name_hint, moving emission - implementation to... - (class missing_std_header): New subclass of deferred_diagnostic. - (maybe_suggest_missing_header): Convert return type from bool to - name_hint. - (suggest_alternative_in_explicit_scope): Convert from immediate - emission of suggestions to using name_hint. - * parser.c: Replace include of "c-family/name-hint.h" with - "cp-name-hint.h". - (cp_parser_diagnose_invalid_type_name): Update - "is there a suggestion" logic for change to - name_hint::operator bool. Take responsibility for emitting - fix-it hints from suggest_alternative_in_explicit_scope. - (cp_parser_namespace_name): Take responsibility for emitting - fix-it hints from suggest_alternative_in_explicit_scope. Don't - emit the "expected namespace-name" error if we've already emitted - an "is not a namespace-name" error. - -2018-10-29 David Malcolm - - PR c++/56856 - * call.c (build_over_call): Eliminate the "arglocs" array, and the - call to maybe_constant_value when building "fargs". - -2018-10-29 Paolo Carlini - - * decl.c (create_array_type_for_decl): Add location_t parameter - and use it. - (grokdeclarator): Adjust call. - -2018-10-29 Marek Polacek - - PR c++/87594 - constexpr rejects-valid with range-based for. - * constexpr.c (potential_constant_expression_1): If the condition - can't be evaluated, return true. - -2018-10-29 Joseph Myers - Julian Brown - - PR c++/66053 - * semantics.c (handle_omp_array_sections_1): Allow array - sections with "this" pointer for OpenACC. - -2018-10-25 Jason Merrill - - * parser.c (cp_parser_sizeof_operand): Remove redundant use of - grokdeclarator. - -2018-10-24 Jakub Jelinek - - PR c++/86288 - * parser.c (cp_parser_std_attribute): Canonicalize attr_ns, and when - :: is not present and attr_ns non-NULL, canonicalize also attr_id. - (cp_parser_attribute_spec): Fix comment typo. - -2018-10-24 Martin Sebor - - PR c++/84851 - * call.c (maybe_warn_class_memaccess): Tighten up. - -2018-10-17 David Malcolm - - * Make-lang.in (selftest-c++): New. - (CPP_SELFTEST_FLAGS, CPP_SELFTEST_DEPS, s-selftest-c++) - (selftest-c++-gdb, selftest-c++-valgrind): Move here from - gcc/Makefile.in. - -2018-10-17 Paolo Carlini - - PR c++/84705 - * tree.c (build_cplus_new): Avoid duplicate diagnostic about - incomplete type, early return error_mark_node if the second - argument is error_mark_node. - -2018-10-12 Nathan Sidwell - - * parser.h (struct cp_parser): Drop implicit_extern_c. - * parser.c (cp_debug_parser): Drop implicit_extern_c. - (cp_parser_new): Likewise. - (cp_parser_translation_unit): Handle implicit extern c here. Call - cp_parser_toplevel_declaration. - (cp_parser_toplevel_declaration): New, broken out of ... - (cp_parser_declaration_seq_opt): ... here. Call it. Drop - implicit extern C handling. - -2018-10-11 Will Wray - - PR c++/87364 - * cxx-pretty-print.c (pp_cxx_enumeration_constant): New function. - (cxx_pretty_printer::constant): Use it. - -2018-10-11 David Malcolm - - PR c++/84993 - * call.c (enforce_access): Move diagnostics to... - (complain_about_access): ...this new function. - * cp-tree.h (class access_failure_info): Rename split out field - "m_field_decl" into "m_decl" and "m_diag_decl". - (access_failure_info::record_access_failure): Add tree param. - (access_failure_info::was_inaccessible_p): New accessor. - (access_failure_info::get_decl): New accessor. - (access_failure_info::get_diag_decl): New accessor. - (access_failure_info::get_any_accessor): New member function. - (access_failure_info::add_fixit_hint): New static member function. - (complain_about_access): New decl. - * typeck.c (access_failure_info::record_access_failure): Update - for change to fields. - (access_failure_info::maybe_suggest_accessor): Split out into... - (access_failure_info::get_any_accessor): ...this new function... - (access_failure_info::add_fixit_hint): ...and this new function. - (finish_class_member_access_expr): Split out "has no member named" - error-handling into... - (complain_about_unrecognized_member): ...this new function, and - check that the guessed name is accessible along the access path. - Only provide a spell-correction fix-it hint if it is; otherwise, - attempt to issue an accessor fix-it hint. - -2018-10-11 Nathan Sidwell - - * parser.c (cp_parser_translation_unit): Return void. Don't fail - at first extra }, simplify logic. - (c_parse_file): Call finish_translation_unit here. - -2018-10-11 Jakub Jelinek - - PR c++/87582 - * typeck.c (maybe_warn_about_returning_address_of_local): If - whats_returned is a structured binding identifier and the structured - binding is a reference, recurse on its initializer. - - PR c++/87547 - * rtti.c (get_tinfo_decl_dynamic): Use unlowered_expr_type instead - of TREE_TYPE. - -2018-10-10 Marek Polacek - - PR c++/87567 - constexpr rejects call to non-constexpr function. - * constexpr.c (potential_constant_expression_1) : Return - true if the condition is always false. - : Likewise. - -2018-10-09 Paolo Carlini - - PR c++/84423 - * pt.c (convert_template_argument): Immediately return error_mark_node - if the second argument is erroneous. - * parser.c (cp_parser_type_id): Add location_t * parameter. - (cp_parser_type_id_1): Likewise. - (cp_parser_alias_declaration): Adjust cp_parser_type_id call, - obtain the location of the type and save it. - (cp_parser_template_type_arg): Adjust. - (cp_parser_trailing_type_id): Likewise. - * decl.c (grokdeclarator): Improve error message for 'auto' in - alias declaration. - -2018-10-08 Paolo Carlini - - PR c++/71128 - * pt.c (do_decl_instantiation): Per 12.6.8/5, a concept cannot be - explicitly instantiated. - -2018-10-05 David Malcolm - - PR c++/56856 - * call.c (build_over_call): Build a vec of locations of the - arguments before the call to maybe_constant_value, and pass to - check_function_arguments. - * cp-lang.c (LANG_HOOKS_GET_SUBSTRING_LOCATION): Define as - c_get_substring_location. - * parser.c (cp_parser_string_literal): Capture string - concatenation locations. - -2018-10-04 Nathan Sidwell - - * lang-specs.h: Use string contatenation, not line splicing. - -2018-10-03 Jason Merrill - - Implement P0840, language support for empty objects. - * tree.c (handle_no_unique_addr_attribute): New. - (cxx_attribute_table): Add [[no_unique_address]]. - * class.c (field_poverlapping_p): New. - (layout_class_type): Check it. Adjust DECL_SIZE of potentially - overlapping fields. - (layout_empty_base_or_field): Rename from layout_empty_base, handle - FIELD_DECL as well. - (build_base_field, record_subobject_offsets): Adjust. - -2018-10-03 Martin Liska - - PR gcov-profile/86109 - * parser.c (cp_parser_lambda_declarator_opt): - Set DECL_LAMBDA_FUNCTION for lambdas. - -2018-10-02 Richard Biener - - * name-lookup.c (check_local_shadow): Do not test DECL_FROM_INLINE. - -2018-09-28 Eric Botcazou - Pierre-Marie de Rodat - - * method.c (use_thunk): Adjust call to cgraph_node::create_thunk. - -2018-09-28 Richard Biener - - * error.c (cp_print_error_function): Simplify by eliding - the BLOCK_ABSTRACT_ORIGIN chasing. - -2018-09-27 Paolo Carlini - - PR c++/84940 - * semantics.c (finish_unary_op_expr): Check return value of - build_x_unary_op for error_mark_node. - -2018-09-25 Jakub Jelinek - - PR c++/87398 - * constexpr.c (cxx_eval_constant_expression) : Only - look through COMPONENT_REFs with DECL_FIELD_IS_BASE FIELD_DECLs. - -2018-09-25 Martin Liska - - * name-lookup.c (namespace_scope_ht_size): Remove - unused function. - * parser.c (cp_lexer_next_token_is_not_keyword): Likewise. - -2018-09-24 Paolo Carlini - - PR c++/85070 - * method.c (lazily_declare_fn): During error-recovery add_method - may return false. - -2018-09-21 Marek Polacek - - PR c++/87372 - __func__ constexpr evaluation. - * constexpr.c (maybe_constant_init_1): Pass false for strict down to - cxx_eval_outermost_constant_expr. - -2018-09-20 Marek Polacek - - PR c++/87109 - wrong ctor with maybe-rvalue semantics. - * call.c (build_user_type_conversion_1): Refine the maybe-rvalue - check to only return if we're converting the return value to a base - class. - -2018-09-20 Allan Sandfeld Jensen - - * g++spec.c (lang_specific_driver): Handle -r like -nostdlib. - -2018-09-20 Jason Merrill - - PR c++/87075 - ICE with constexpr array initialization. - * constexpr.c (cxx_eval_vec_init_1): Handle trivial initialization. - -2018-09-19 Marek Polacek - - Add -Wclass-conversion. - * decl.c (grok_op_properties): Change a warning from -Wconversion to - -Wclass-conversion. Make it print the types. - -2018-09-19 Paolo Carlini - - PR c++/87324 - * parser.c (cp_parser_initializer_list): Assign error_mark_node - to the index upon error. - -2018-09-19 Marek Polacek - - PR c++/87357 - missing -Wconversion warning - * decl.c (grok_op_properties): Remove diagnostic parts mentioning - a conversion to a reference to void. Use - same_type_ignoring_top_level_qualifiers_p rather than comparing types - directly. - -2018-09-18 Marek Polacek - - P1064R0 - Allowing Virtual Function Calls in Constant Expressions - * call.c (build_over_call): No longer check if we're outside a template - function. - * class.c (build_vtbl_initializer): Build vtable's constructor with - indexes. - * constexpr.c (cxx_eval_constant_expression): Don't ignore _vptr's - initializer. Handle OBJ_TYPE_REF. - (potential_constant_expression_1): Handle OBJ_TYPE_REF. - * decl.c (maybe_commonize_var): Bail out for any DECL_ARTIFICIAL. - (initialize_artificial_var): Mark the variable as constexpr. - (grokdeclarator): Change error to pedwarn. Only warn when - pedantic and not C++2a. - -2018-09-18 Paolo Carlini - - PR c++/85065 - * cp-tree.h (NON_ERROR): New. - * pt.c (auto_hash::hash): Use it. - (do_auto_deduction): Likewise. - -2018-09-18 Nathan Sidwell - - PR c++/86881 - * name-lookup.c (check_local_shadow): Ignore auto types. - -2018-09-17 David Malcolm - - * error.c (range_label_for_type_mismatch::get_text): Update for - new param. - -2018-09-13 Bernd Edlinger - - * typeck2.c (digest_init_r): Fix overlength strings. - -2018-09-13 Ville Voutilainen - - PR c++/87093 - * method.c (constructible_expr): We're in an unevaluated context - in all cases, not just for class targets. - -2018-09-12 David Malcolm - - PR c++/85110 - * call.c (struct conversion_info): Add "loc" field. - (arg_conversion_rejection): Add "loc" param, using it to - initialize the new field. - (bad_arg_conversion_rejection): Likewise. - (explicit_conversion_rejection): Initialize the new field to - UNKNOWN_LOCATION. - (template_conversion_rejection): Likewise. - (add_function_candidate): Pass on the argument location to the new - param of arg_conversion_rejection. - (add_conv_candidate): Likewise. - (build_builtin_candidate): Likewise. - (build_user_type_conversion_1): Likewise. - (single_z_candidate): New function. - (maybe_get_bad_conversion_for_unmatched_call): New function. - (complain_about_bad_argument): New function, based on part of - convert_for_assignment. - (build_new_method_call_1): Split out handling of the "no viable - candidates" case into... - (complain_about_no_candidates_for_method_call): ...this new - function, and use the new functions above to special-case the - handling of a single non-viable candidate due to a bad argument. - * cp-tree.h (complain_about_bad_argument): New decl. - * typeck.c (convert_for_assignment): Split out one error-handling - case into complain_about_bad_argument. - -2018-09-09 Cesar Philippidis - Julian Brown - - PR middle-end/86336 - * semantics.c (finish_omp_clauses): Treat C++ references the same in - OpenACC as OpenMP. - -2018-08-28 Martin Liska - - * constexpr.c (cxx_eval_call_expression): Add quotes - to -fconstexpr-depth=. - -2018-09-10 Marek Polacek - - * class.c (build_vtbl_ref): Remove. - (build_vtbl_ref_1): Rename to build_vtbl_ref. - (build_vfn_ref): Call build_vtbl_ref instead of build_vtbl_ref_1. - -2018-09-08 Marek Polacek - - PR c++/87150 - wrong ctor with maybe-rvalue semantics. - * call.c (struct conversion): Update commentary. - (standard_conversion): Set rvaluedness_matches_p if LOOKUP_PREFER_RVALUE - for ck_base. - -2018-09-08 Jason Merrill - - PR c++/86678 - constexpr function with non-constant after return. - * constexpr.c (potential_constant_expression_1): Add jump_target. - (breaks): Check for BREAK_STMT. - (continues): Check for CONTINUE_STMT. - -2018-09-08 Marek Polacek - - * cxx-pretty-print.c (cxx_pretty_printer::statement) : Handle RANGE_FOR_INIT_STMT. - -2018-09-07 Marek Polacek - - PR c++/87152 - range-based for loops with initializer broken in templates. - * constexpr.c (potential_constant_expression_1) : - Recur into RANGE_FOR_INIT_STMT. - * cp-tree.def: Add RANGE_FOR_INIT_STMT to RANGE_FOR_STMT. - * cp-tree.h (RANGE_FOR_INIT_STMT): Define. - * dump.c (cp_dump_tree) : Also dump - RANGE_FOR_INIT_STMT. - * pt.c (tsubst_expr) : Recur into - RANGE_FOR_INIT_STMT. - * semantics.c (begin_range_for_stmt): Adjust call to build_stmt. - Do put the init statement in RANGE_FOR_INIT_STMT. - (finish_range_for_decl): Pop it for templates. - -2018-09-06 Bernd Edlinger - - * decl.c (check_initializer): Call cp_complete_array_type. - -2018-09-05 Marek Polacek - - PR c++/87109, wrong overload with ref-qualifiers. - * call.c (build_user_type_conversion_1): Use NULL instead of 0. Bail - out if performing the maybe-rvalue overload resolution and a conversion - function is getting called. - - PR c++/86982, -Wreturn-local-addr and std::move and std::forward. - * typeck.c (maybe_warn_about_returning_address_of_local): Handle calls - to std::move or std::forward. - (is_std_forward_p): New function. - -2018-09-05 Pádraig Brady - - PR c++/87185 - * lambda.c (prune_lambda_captures): Protect against const_vars.get - returning NULL. - -2018-09-04 Marek Polacek - - * cp-tree.h (treat_lvalue_as_rvalue_p): Declare. - * except.c (build_throw): Use it. Use CP_TYPE_VOLATILE_P. - * typeck.c (treat_lvalue_as_rvalue_p): No longer static. Add PARM_OK - parameter. - (maybe_warn_pessimizing_move): Adjust treat_lvalue_as_rvalue_p call. - (check_return_expr): Likewise. - -2018-09-03 Paolo Carlini - - PR c++/84980 - * constraint.cc (finish_shorthand_constraint): Early return if the - constraint is erroneous. - -2018-09-02 Bernd Edlinger - - * decl.c (eval_check_narrowing): Remove. - (check_initializer): Move call to braced_list_to_string from here ... - * typeck2.c (store_init_value): ... to here. - (digest_init_r): Remove handing of signed/unsigned char strings. - -2018-08-31 Nathan Sidwell - - PR c++/87155 - PR c++/84707 - * name-lookup.c (name_lookup::search_namespace): Don't look at - inlines when searching for NULL names. - - * decl.c (decls_match): Remove SYSTEM_IMPLICIT_EXTERN_C matching - of return types and parms. - * parser.c (cp_parser_parameter_declaration_clause): Likewise, - '()' always means '(void)'. - -2018-08-29 Jakub Jelinek - - PR c++/87095 - * decl.c (begin_destructor_body): If current_class_type has - virtual bases and the primary base is nearly empty virtual base, - voidify clearing of vptr and make it conditional on in-charge - argument. - -2018-08-29 Paolo Carlini - - PR c++/85265 - * parser.c (cp_parser_introduction_list): If cp_parser_identifier - returns error_mark_node early exit the loop. - (cp_parser_template_introduction): Improve error-recovery, remove - error call about empty introduction-list. - -2018-08-29 David Malcolm - - PR c++/85110 - * call.c (print_conversion_rejection): Add "fn" param and use it - for "no known conversion" messages to underline the pertinent - param. - (print_z_candidate): Supply "fn" to the new param above. - -2018-08-29 Jakub Jelinek - - PR c++/87122 - * pt.c (tsubst_expr) : If - processing_template_decl and decl is structured binding decl, call - cp_finish_decomp. - -2018-08-28 Paolo Carlini - - PR c++/86546 - * decl.c (finish_case_label): If the type is erroneous early - return error_mark_node. - -2018-08-27 David Malcolm - - PR c++/63392 - * parser.c (cp_parser_diagnose_invalid_type_name): Add fix-it - hint. - -2018-08-27 Jakub Jelinek - - PR c++/86993 - * cp-tree.h (cxx_readonly_error): Add location_t argument. - * typeck2.c (cxx_readonly_error): Add LOC argument, pass it to - ERROR_FOR_ASSIGNMENT macro and readonly_error. Add LOC argument - to ERROR_FOR_ASSIGNMENT macro, use error_at instead of error and - pass LOC to it. Formatting fixes. - * typeck.c (cp_build_unary_op): Pass location to cxx_readonly_error. - (cp_build_modify_expr): Pass loc to cxx_readonly_error. - * semantics.c (finish_asm_stmt): Pass input_location to - cxx_readonly_error. - -2018-08-27 David Malcolm - - PR c++/87091 - * decl.c (grokdeclarator): Update for conversion of show_caret_p - to a tri-state. - * error.c (cp_printer): Likewise. - * name-lookup.c (maybe_suggest_missing_std_header): Update call to - maybe_add_include_fixit to suggest overriding the location, as it - is for a note. - * parser.c (cp_parser_string_literal): Update for conversion of - show_caret_p to a tri-state. - (cp_parser_elaborated_type_specifier): Likewise. - (set_and_check_decl_spec_loc): Likewise. - * pt.c (listify): Update call to maybe_add_include_fixit to not - override the location, as it is for an error. - * rtti.c (typeid_ok_p): Likewise. - -2018-08-27 Martin Liska - - * call.c (build_call_a): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. - (build_cxx_call): Likewise. - * constexpr.c (constexpr_fn_retval): Likewise. - (cxx_eval_builtin_function_call): Likewise. - (cxx_eval_call_expression): Likewise. - (potential_constant_expression_1): Likewise. - * cp-gimplify.c (cp_gimplify_expr): Likewise. - (cp_fold): Likewise. - * decl.c (decls_match): Likewise. - (validate_constexpr_redeclaration): Likewise. - (duplicate_decls): Likewise. - (make_rtl_for_nonlocal_decl): Likewise. - * name-lookup.c (consider_binding_level): Likewise. - (cp_emit_debug_info_for_using): Likewise. - * semantics.c (finish_call_expr): Likewise. - * tree.c (builtin_valid_in_constant_expr_p): Likewise. - -2018-08-26 Marek Polacek - - PR c++/87080 - * typeck.c (maybe_warn_pessimizing_move): Do nothing in a template. - - PR c++/87029, Implement -Wredundant-move. - * typeck.c (treat_lvalue_as_rvalue_p): New function. - (maybe_warn_pessimizing_move): Call convert_from_reference. - Warn about redundant moves. - -2018-08-24 Marek Polacek - - PR c++/67012 - PR c++/86942 - * decl.c (grokdeclarator): Disallow functions with trailing return - type with decltype(auto) as its type. Also check the function if - it's inner declarator doesn't exist - -2018-08-21 Marek Polacek - - PR c++/86499 - * parser.c (cp_parser_lambda_introducer): Give error if a non-local - lambda has a capture-default. - -2018-08-21 Paolo Carlini - - * decl.c (check_static_variable_definition): Change to return void. - -2018-08-21 Marek Polacek - - PR c++/86981, Implement -Wpessimizing-move. - * typeck.c (decl_in_std_namespace_p): New. - (is_std_move_p): New. - (maybe_warn_pessimizing_move): New. - (can_do_nrvo_p): New, factored out of ... - (check_return_expr): ... here. Warn about potentially harmful - std::move in a return statement. - - PR c++/65043 - * call.c (standard_conversion): Set check_narrowing. - * typeck2.c (check_narrowing): Use CP_INTEGRAL_TYPE_P rather - than comparing with INTEGER_TYPE. - - * cp-tree.h: Fix typo. - -2018-08-20 David Malcolm - - PR other/84889 - * call.c (build_user_type_conversion_1): Add auto_diagnostic_group - instance(s). - (print_error_for_call_failure): Likewise. - (build_op_call_1): Likewise. - (build_conditional_expr_1): Likewise. - (build_new_op_1): Likewise. - (build_op_delete_call): Likewise. - (convert_like_real): Likewise. - (build_over_call): Likewise. - (build_new_method_call_1): Likewise. - (joust): Likewise. - * class.c (check_tag): Likewise. - (finish_struct_anon_r): Likewise. - (one_inherited_ctor): Likewise. - (finalize_literal_type_property): Likewise. - (explain_non_literal_class): Likewise. - (find_flexarrays): Likewise. - (resolve_address_of_overloaded_function): Likewise. - * constexpr.c (ensure_literal_type_for_constexpr_object): Likewise. - (is_valid_constexpr_fn): Likewise. - (cx_check_missing_mem_inits): Likewise. - * cp-gimplify.c (cp_genericize_r): Likewise. - * cvt.c (maybe_warn_nodiscard): Likewise. - * decl.c (warn_extern_redeclared_static): Likewise. - (check_redeclaration_exception_specification): Likewise. - (check_no_redeclaration_friend_default_args): Likewise. - (duplicate_decls): Likewise. - (redeclaration_error_message): Likewise. - (warn_misplaced_attr_for_class_type): Likewise. - * decl2.c (finish_static_data_member_decl): Likewise. - (no_linkage_error): Likewise. - (cp_warn_deprecated_use): Likewise. - * error.c (qualified_name_lookup_error): Likewise. - * friend.c (make_friend_class): Likewise. - (do_friend): Likewise. - * init.c (perform_member_init): Likewise. - (build_new_1): Likewise. - (build_vec_delete_1): Likewise. - (build_delete): Likewise. - * lex.c (unqualified_name_lookup_error): Likewise. - * name-lookup.c (check_extern_c_conflict): Likewise. - (inform_shadowed): New function. - (check_local_shadow): Add auto_diagnostic_group instances, - replacing goto "inform_shadowed" label with call to subroutine. - (set_local_extern_decl_linkage): Add auto_diagnostic_group - instance(s). - * parser.c (cp_parser_diagnose_invalid_type_name): Likewise. - (cp_parser_namespace_name): Likewise. - * pt.c (check_specialization_namespace): Likewise. - (check_template_variable): Likewise. - (warn_spec_missing_attributes): Likewise. - (check_explicit_specialization): Likewise. - (process_partial_specialization): Likewise. - (lookup_template_class_1): Likewise. - (finish_template_variable): Likewise. - (do_auto_deduction): Likewise. - * search.c (check_final_overrider): Likewise. - (look_for_overrides_r): Likewise. - * tree.c (maybe_warn_parm_abi): Likewise. - * typeck.c (cxx_sizeof_expr): Likewise. - (cp_build_function_call_vec): Likewise. - (cp_build_binary_op): Likewise. - (convert_for_assignment): Likewise. - (maybe_warn_about_returning_address_of_local): Likewise. - * typeck2.c (abstract_virtuals_error_sfinae): Likewise. - (check_narrowing): Likewise. - -2018-08-17 David Malcolm - - * typeck.c (string_conv_p): Extract location from EXP and use it - in preference to input_location when issuing warnings. - -2018-08-15 David Malcolm - - * call.c: Include "gcc-rich-location.h". - (convert_like_real): Add range label for "invalid conversion" - diagnostic. - (perform_implicit_conversion_flags): Add type label to the - "could not convert" error. - * error.c: Include "gcc-rich-location.h". - (range_label_for_type_mismatch::get_text): New function. - * typeck.c (convert_for_assignment): Add type label to - the "cannot convert" error if a location is available. - -2018-08-15 Paolo Carlini - - * decl.c (check_previous_goto_1): When decl_jump_unsafe returns 2 - emit an error instead of a permerror. - -2018-08-13 Marek Polacek - - PR c++/57891 - * call.c (struct conversion): Add check_narrowing_const_only. - (build_converted_constant_expr): Set check_narrowing and - check_narrowing_const_only. Give error if expr is error node. - (convert_like_real): Pass it to check_narrowing. - * cp-tree.h (check_narrowing): Add a default parameter. - * decl.c (compute_array_index_type): Use input_location instead of - location_of. - * pt.c (convert_nontype_argument): Return NULL_TREE if tf_error. - * typeck2.c (check_narrowing): Don't warn for instantiation-dependent - expressions. Call maybe_constant_value instead of - fold_non_dependent_expr. Don't mention { } in diagnostic. Only check - narrowing for constants if CONST_ONLY. - -2018-08-13 Martin Sebor - - PR tree-optimization/71625 - * decl.c (check_initializer): Call braced_list_to_string. - (eval_check_narrowing): New function. - * gcc/cp/typeck2.c (digest_init_r): Accept strings literals - as initilizers for all narrow character types. - -2018-08-13 Marek Polacek - - P0806R2 - Deprecate implicit capture of this via [=] - * lambda.c (add_default_capture): Formatting fixes. Warn about - deprecated implicit capture of this via [=]. - - PR c++/86915 - * decl.c (create_array_type_for_decl): Handle null name. - -2018-08-10 Jason Merrill - - PR c++/86728 - C variadic generic lambda. - * parser.c (cp_parser_parameter_declaration): Don't turn 'auto' into - a pack if it's followed by a declarator-id. - -2018-08-08 Jakub Jelinek - - P0595R1 - is_constant_evaluated - * cp-tree.h (enum cp_built_in_function): New. - (maybe_constant_init): Add pretend_const_required argument. - * typeck2.c (store_init_value): Pass true as new argument to - maybe_constant_init. - * constexpr.c (constexpr_fn_retval): Check also DECL_BUILT_IN_CLASS - for BUILT_IN_UNREACHABLE. - (struct constexpr_ctx): Add pretend_const_required field. - (cxx_eval_builtin_function_call): Use DECL_IS_BUILTIN_CONSTANT_P - macro. Handle CP_BUILT_IN_IS_CONSTANT_EVALUATED. Check also - DECL_BUILT_IN_CLASS for BUILT_IN_UNREACHABLE. - (cxx_eval_outermost_constant_expr): Add pretend_const_required - argument, initialize pretend_const_required field in ctx. If the - result is TREE_CONSTANT and non_constant_p, retry with - pretend_const_required false if it was true. - (is_sub_constant_expr): Initialize pretend_const_required_field in - ctx. - (cxx_constant_value): Pass true as pretend_const_required to - cxx_eval_outermost_constant_expr. - (maybe_constant_value): Pass false as pretend_const_required to - cxx_eval_outermost_constant_expr. - (fold_non_dependent_expr): Likewise. - (maybe_constant_init_1): Add pretend_const_required argument, pass it - down to cxx_eval_outermost_constant_expr. Pass !allow_non_constant - instead of false as strict to cxx_eval_outermost_constant_expr. - (maybe_constant_init): Add pretend_const_required argument, pass it - down to maybe_constant_init_1. - (cxx_constant_init): Pass true as pretend_const_required to - maybe_constant_init_1. - * cp-gimplify.c (cp_gimplify_expr): Handle CALL_EXPRs to - CP_BUILT_IN_IS_CONSTANT_EVALUATED. - (cp_fold): Don't fold CP_BUILT_IN_IS_CONSTANT_EVALUATED calls. - * decl.c: Include langhooks.h. - (cxx_init_decl_processing): Register __builtin_is_constant_evaluated - built-in. - * tree.c (builtin_valid_in_constant_expr_p): Return true for - CP_BUILT_IN_IS_CONSTANT_EVALUATED. - * pt.c (declare_integer_pack): Initialize DECL_FUNCTION_CODE. - - PR c++/86836 - * pt.c (tsubst_expr): For structured bindings, call tsubst_decomp_names - before tsubst_init, not after it. - - PR c++/86738 - * constexpr.c (cxx_eval_binary_expression): For arithmetics involving - NULL pointer set *non_constant_p to true. - (cxx_eval_component_reference): For dereferencing of a NULL pointer, - set *non_constant_p to true and return t. - -2018-08-07 Paolo Carlini - - PR c++/59480, DR 136 - * decl.c (check_no_redeclaration_friend_default_args): New. - (duplicate_decls): Use the latter; also check that a friend - declaration specifying default arguments is a definition. - -2018-08-07 Ville Voutilainen - - PR c++/79133 - * name-lookup.c (check_local_shadow): Reject captures and parameters - with the same name. - -2018-08-06 Marek Polacek - - PR c++/86767 - * constexpr.c (cxx_eval_statement_list): Handle continue. - -2018-08-03 David Malcolm - Jonathan Wakely - - * decl.c: Include "gcc-rich-location.h". - (add_return_star_this_fixit): New function. - (finish_function): When warning about missing return statements in - functions returning non-void, add a "return *this;" fix-it hint for - assignment operators. - -2018-08-03 Jason Merrill - - PR c++/86706 - * class.c (build_base_path): Use currently_open_class. - -2018-08-02 David Malcolm - - * error.c (cxx_print_error_function): Duplicate "file" before - passing it to pp_set_prefix. - (cp_print_error_function): Use pp_take_prefix when saving the - existing prefix. - -2018-08-02 Richard Biener - - PR c++/86763 - * class.c (layout_class_type): Copy TYPE_TYPELESS_STORAGE - to the CLASSTYPE_AS_BASE. - -2018-08-01 Martin Sebor - - PR tree-optimization/86650 - * error.c (cp_printer): Move usage of EXPR_LOCATION (t) and - TREE_BLOCK (t) from within percent_K_format to this callsite. - -2018-08-01 Paolo Carlini - - PR c++/86661 - * class.c (note_name_declared_in_class): Use location_of in permerror - instead of DECL_SOURCE_LOCATION (for OVERLOADs). - -2018-07-31 Tom de Vries - - PR debug/86687 - * optimize.c (update_cloned_parm): Copy DECL_BY_REFERENCE. - -2018-07-31 Jakub Jelinek - - P1008R1 - prohibit aggregates with user-declared constructors - * class.c (check_bases_and_members): For C++2a set - CLASSTYPE_NON_AGGREGATE based on TYPE_HAS_USER_CONSTRUCTOR rather than - type_has_user_provided_or_explicit_constructor. - -2018-07-31 Martin Liska - - PR c++/86653 - * parser.c (cp_parser_condition): Initialize non_constant_p - to false. - -2018-07-28 David Malcolm - - * error.c (cp_printer): In the leading comment, move "%H" and "%I" - into alphabetical order, and add missing "%G" and "%K". Within - the switch statement, move cases 'G', 'H', 'I' and 'K' so that the - cases are in alphabetical order. - -2018-07-25 Jakub Jelinek - - * cp-tree.h (enum cp_tree_index): Add - CPTI_{ABI_TAG,ALIGNED,BEGIN,END,GET,TUPLE_{ELEMENT,SIZE}}_IDENTIFIER - and CPTI_{GNU,TYPE,VALUE,FUN,CLOSURE}_IDENTIFIER. - (abi_tag_identifier, aligned_identifier, begin_identifier, - end_identifier, get__identifier, gnu_identifier, - tuple_element_identifier, tuple_size_identifier, type_identifier, - value_identifier, fun_identifier, closure_identifier): Define. - * decl.c (initialize_predefined_identifiers): Initialize the above - identifiers. - (get_tuple_size): Use tuple_size_identifier instead of - get_identifier ("tuple_size") and value_identifier instead of - get_identifier ("value"). - (get_tuple_element_type): Use tuple_element_identifier instead of - get_identifier ("tuple_element") and type_identifier instead of - get_identifier ("type"). - (get_tuple_decomp_init): Use get__identifier instead of - get_identifier ("get"). - * lambda.c (maybe_add_lambda_conv_op): Use fun_identifier instead of - get_identifier ("_FUN"). - * parser.c (cp_parser_lambda_declarator_opt): Use closure_identifier - instead of get_identifier ("__closure"). - (cp_parser_std_attribute): Use gnu_identifier instead of - get_identifier ("gnu"). - (cp_parser_std_attribute_spec): Likewise. Use aligned_identifier - instead of get_identifier ("aligned"). - * class.c (check_abi_tags, inherit_targ_abi_tags): Use - abi_tag_identifier instead of get_identifier ("abi_tag"). - - PR c++/85515 - * cp-tree.h (enum cp_tree_index): Add - CPTI_FOR_{RANGE,BEGIN,END}{,_}_IDENTIFIER. - (for_range__identifier, for_begin__identifier, for_end__identifier, - for_range_identifier, for_begin_identifier, for_end_identifier): - Define. - * decl.c (initialize_predefined_identifiers): Initialize - for_{range,begin,end}{,_}_identifier. - * parser.c (build_range_temp): Use for_range__identifier instead of - get_identifier ("__for_range"). - (cp_convert_range_for): Use for_begin__identifier and - for_end__identifier instead of get_identifier ("__for_begin") and - get_identifier ("__for_end"). - * semantics.c (finish_for_stmt): Rename "__for_{range,begin,end} " - local symbols to "__for_{range,begin,end}". - -2018-07-23 Jakub Jelinek - - PR c++/86569 - * cp-gimplify.c (cp_fold): Don't fold comparisons into other kind - of expressions other than INTEGER_CST regardless of TREE_NO_WARNING - or warn_nonnull_compare. - -2018-07-19 Paolo Carlini - - Revert fix for c++/59480 (and testsuite followup) - - 2019-07-18 Paolo Carlini - - PR c++/59480, DR 136 - * decl.c (check_no_redeclaration_friend_default_args): New. - (duplicate_decls): Use the latter; also check that a friend - declaration specifying default arguments is a definition. - -2018-07-18 Jakub Jelinek - - PR c++/86550 - * parser.c (cp_parser_decl_specifier_seq): Diagnose invalid type - specifier if CP_PARSER_FLAGS_ONLY_MUTABLE_OR_CONSTEXPR. - -2018-07-18 Marek Polacek - - PR c++/86190 - bogus -Wsign-conversion warning - * typeck.c (cp_build_binary_op): Fix formatting. Add a warning - sentinel. - -2018-07-18 Paolo Carlini - - PR c++/59480, DR 136 - * decl.c (check_no_redeclaration_friend_default_args): New. - (duplicate_decls): Use the latter; also check that a friend - declaration specifying default arguments is a definition. - -2018-07-18 Paolo Carlini - - * class.c (note_name_declared_in_class): Prefer permerror + inform - to a pair of permerrors; use DECL_SOURCE_LOCATION. - -2018-07-18 Richard Biener - - PR debug/86523 - * decl2.c (c_parse_final_cleanups): Call write_out_vars before - start_static_storage_duration_function sets current_function_decl. - -2018-07-17 Jason Merrill - - PR c++/86480 - nested variadic lambda and constexpr if. - * pt.c (find_parameter_packs_r) [IF_STMT]: Don't walk into - IF_STMT_EXTRA_ARGS. - * tree.c (cp_walk_subtrees) [DECLTYPE_TYPE]: Set - cp_unevaluated_operand. - [ALIGNOF_EXPR] [SIZEOF_EXPR] [NOEXCEPT_EXPR]: Likewise. - -2018-07-16 Paolo Carlini - - * class.c (resolve_address_of_overloaded_function): Don't emit an - inform if the matching permerror returns false. - * pt.c (check_specialization_namespace): Likewise. - -2018-07-16 Jakub Jelinek - - PR c++/3698 - PR c++/86208 - * cp-gimplify.c (cp_genericize_r): When using extern_decl_map, or - in TREE_USED flag from stmt to h->to. - -2018-07-13 Nathan Sidwell - - PR c++/86374 - * pt.c (lookup_template_class_1): Use tsubst_aggr_type for - contexts that are classes. - * parser.c (cp_parser_template_id): Combine entering_scope decl & - initializer. - -2018-07-12 Jakub Jelinek - - * decl2.c (cplus_decl_attributes): Don't diagnose vars without mappable - type here, instead add "omp declare target implicit" attribute. Add - that attribute instead of "omp declare target" also when - processing_template_decl. - * decl.c (cp_finish_decl): Diagnose vars without mappable type here, - and before calling cp_omp_mappable_type call complete_type. - -2018-07-10 Jakub Jelinek - - PR sanitizer/86406 - * cp-gimplify.c (cp_maybe_instrument_return): Skip trailing - DEBUG_BEGIN_STMTs. - - PR c++/86443 - * semantics.c (handle_omp_for_class_iterator): Remove lastp argument, - instead of setting *lastp turn orig_declv elt into a TREE_LIST. - (finish_omp_for): Adjust handle_omp_for_class_iterator caller. - * pt.c (tsubst_omp_for_iterator): Allow OMP_FOR_ORIG_DECLS to contain - TREE_LIST for both the original class iterator and the "last" helper - var. - -2018-07-09 Paolo Carlini - - * decl.c (grokdeclarator): Use rich_location::add_range in three - more places; include gcc-rich-location.h. - -2018-07-07 Aldy Hernandez - - * decl.c (build_enumerator): Change overflow type to overflow_type. - * init.c (build_new_1): Same. - -2018-07-05 Nathan Sidwell - - * cp/decl.c (decls_match): Check SYSTEM_IMPLICIT_EXTERN_C not - NO_IMPLICIT_EXTERN_C. - * cp/parser.c (cp_parser_parameter_declaration_clause): Likewise. - -2018-07-04 Ville Voutilainen - - PR c++/86398 - * method.c (is_trivially_xible): Return false - if is_xible_helper returns a NULL_TREE. - -2018-07-03 Paolo Carlini - - * decl.c (min_location): New. - (smallest_type_quals_location): Use the latter. - (check_concept_fn): Use DECL_SOURCE_LOCATION. - (grokdeclarator): Use accurate locations in a number of error - messages involving ds_thread, ds_storage_class, ds_virtual, - ds_constexpr, ds_typedef and ds_friend; exploit min_location. - -2018-07-03 Marek Polacek - - PR c++/86201 - * typeck.c (cp_build_binary_op): Check c_inhibit_evaluation_warnings. - -2018-07-03 Jason Merrill - - PR c++/86378 - functional cast in noexcept-specifier. - * tree.c (strip_typedefs_expr) [TREE_LIST]: Fix iteration. - -2018-07-02 Paolo Carlini - - * parser.c (set_and_check_decl_spec_loc): Use rich_location::add_range - in error message about __thread and thread_local at the same time. - -2018-06-29 Marek Polacek - - PR c++/86184 - * tree.c (cp_save_expr): Don't call save_expr for TARGET_EXPRs. - -2018-06-28 David Malcolm - - * parser.c (cp_parser_error_1): After issuing a conflict marker - error, consume tokens until the end of the source line. - -2018-06-28 Jason Merrill - - PR c++/86342 - -Wdeprecated-copy and system headers. - * decl2.c (cp_warn_deprecated_use): Don't warn about declarations - in system headers. - -2018-06-27 David Malcolm - - PR c++/86329 - * name-lookup.c (consider_binding_level): Filter out names that - match anon_aggrname_p. - -2018-06-27 Jason Merrill - - * name-lookup.c (do_pushtag): If we skip a class level, also skip - its template level. - -2018-06-26 Jason Merrill - - PR c++/86320 - memory-hog with std::array of pair - * typeck2.c (process_init_constructor_array): Only compute a - constant initializer once. - - PR c++/80290 - memory-hog with std::pair. - * pt.c (fn_type_unification): Add convs parameter. - (check_non_deducible_conversion): Remember conversion. - (check_non_deducible_conversions): New. Do checks here. - (type_unification_real): Not here. Remove flags parm. - * call.c (add_function_candidate): Make convs a parameter. - Don't recalculate the conversion if it's already set. - (add_template_candidate_real): Allocate convs here. - (good_conversion, conv_flags): New. - -2018-06-26 Jakub Jelinek - - PR c++/86291 - * parser.c (cp_parser_omp_for_loop_init): Change for_block argument - type from vec * to vec *&. - -2018-06-23 Paolo Carlini - - * decl.c (bad_specifiers): Add const location_t* parameter and - use locations in error messages about 'inline' and 'virtual'. - (mark_inline_variable): Add location_t parameter and use it in - error_at and pedwarn messages. - (grokdeclarator): Use declspecs->locations[ds_constexpr], - declspecs->locations[ds_concept], declspecs->locations[ds_virtual], - declspecs->locations[ds_inline] in many error messages; adjust - bad_specifiers and mark_inline_variable calls. - (grokvardecl): Use declspecs->locations[ds_concept] in error message. - -2018-06-22 Jason Merrill - - PR c++/86219 - ICE with erroneous initializer in template. - * constexpr.c (fold_non_dependent_expr): Add complain parm. - * call.c, expr.c, init.c, pt.c, semantics.c, typeck.c, typeck2.c: - Pass it. - * call.c (build_cxx_call): Don't mess with builtins in a template. - * typeck2.c (store_init_value): If fold_non_dependent_expr didn't - produce a constant value, go back to the uninstantiated form. - - Avoid taking the address of something just because it's in parens. - * constexpr.c (same_type_ignoring_tlq_and_bounds_p): New. - (cxx_fold_indirect_ref): Use it. - (cxx_eval_constant_expression) [VIEW_CONVERT_EXPR]: Use it. - * cp-tree.h (REF_PARENTHESIZED_P): Allow VIEW_CONVERT_EXPR. - * semantics.c (force_paren_expr): Use VIEW_CONVERT_EXPR instead of - static_cast to reference type. - (maybe_undo_parenthesized_ref): Handle VIEW_CONVERT_EXPR. - -2018-06-21 Jason Merrill - - * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PARM_DESCENDANTS. - - * name-lookup.c (do_push_to_top_level): Don't allocate - current_lang_base. - (do_pop_from_top_level): Release current_lang_base. - - Let -fmem-report see callers of cxx_make_type. - * lex.c (cxx_make_type): Add MEM_STAT_DECL. - (make_class_type): Likewise. - (cxx_make_type_hook): New. - * cp-objcp-common.h (LANG_HOOKS_MAKE_TYPE): Use cxx_make_type_hook. - -2018-06-20 Nathan Sidwell - - PR c++/85634 - * friend.c (add_friend): Keep lookup sets of tempate sets. - -2018-06-20 Paolo Carlini - - * decl.c (grokfndecl): Add const cp_decl_specifier_seq* parameter; - tidy handling of a null location_t argument; use proper location - information in a few additional error messages. - (grokdeclarator): Update calls. - -2018-06-20 Chung-Lin Tang - Thomas Schwinge - Cesar Philippidis - - * parser.c (cp_parser_omp_clause_name): Add support for finalize - and if_present. Make present_or_{copy,copyin,copyout,create} aliases - to their non-present_or_* counterparts. Make 'self' an alias to - PRAGMA_OACC_CLAUSE_HOST. - (cp_parser_oacc_data_clause): Update GOMP mappings for - PRAGMA_OACC_CLAUSE_{COPY,COPYIN,COPYOUT,CREATE,DELETE}. Remove - PRAGMA_OACC_CLAUSE_{SELF,PRESENT_OR_*}. - (cp_parser_oacc_all_clauses): Handle finalize and if_present clauses. - Remove support for present_or_* clauses. - (OACC_KERNELS_CLAUSE_MASK): Remove PRESENT_OR_* clauses. - (OACC_PARALLEL_CLAUSE_MASK): Likewise. - (OACC_DECLARE_CLAUSE_MASK): Likewise. - (OACC_DATA_CLAUSE_MASK): Likewise. - (OACC_ENTER_DATA_CLAUSE_MASK): Remove PRESENT_OR_* clauses. - (OACC_EXIT_DATA_CLAUSE_MASK): Add FINALIZE clause. - (OACC_UPDATE_CLAUSE_MASK): Remove SELF, add IF_PRESENT. - (cp_parser_oacc_declare): Remove PRESENT_OR_* clauses. - * pt.c (tsubst_omp_clauses): Handle IF_PRESENT and FINALIZE. - * semantics.c (finish_omp_clauses): Handle IF_PRESENT and FINALIZE. - -2018-06-20 Marek Polacek - - PR c++/86240 - * constexpr.c (cxx_eval_constant_expression): Handle ABSU_EXPR. - (fold_simple_1): Likewise. - * error.c (dump_expr): Likewise. - -2018-06-20 Nathan Sidwell - - PR c++/85634 - * cp-tree.h (lookup_keep): Drop KEEP parm. - (lookup_list_keep): Delete. - (maybe_get_fns): Declare. - * parser.c (cp_parser_primary_expression): Call lookup_keep here. - (cp_parser_template_id): Not here ... - * decl.c (cp_finish_decl): ... nor here ... - * init.c (build_raw_new_expr): ... nor here ... - * pt.c (process_template_parm): ... nor here ... - * semantics.c (perform_koenig_lookup): Call lookup_keep. - (finish_call_expr): Not here. - * tree.c (ovl_cache): Delete. - (ovl_make, ovl_copy): No cache. - (lookup_keep): Always keep. - (lookup_list_keep): Delete. - (maybe_get_fns): New, broken out of ... - (get_fns): ... here. Call it. - (built_min_nt_loc, build_min, build_min_non_dep): Drop lookup_keep. - (build_min_nt_call_vec): Likewise. - -2018-06-19 Jason Merrill - - * cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove. - * constexpr.c: Use CONSTRUCTOR_NO_CLEARING instead. - - PR c++/86182 - ICE with anonymous union passed to template. - * pt.c (tsubst_expr) [DECL_EXPR]: Handle an anonymous union type - used to declare a named variable. - -2018-06-18 Jason Merrill - - * tree.c (cp_expr_location): New. - * cp-tree.h (cp_expr_loc_or_loc): New. - * call.c, cvt.c, constexpr.c, constraint.cc, cp-gimplify.c, decl.c, - error.c, init.c, lex.c, parser.c, pt.c, semantics.c, typeck.c, - typeck2.c: Use it instead of EXPR_LOC_OR_LOC. - - * parser.c (cp_parser_lambda_expression): Use a range for - LAMBDA_EXPR_LOCATION. - - PR c++/86200 - ICE with unexpanded pack in lambda parameter. - * pt.c (find_parameter_packs_r) [LAMBDA_EXPR]: Also look into the - function type. - - PR c++/81060 - ICE with unexpanded parameter pack. - * pt.c (check_for_bare_parameter_packs): Add loc parameter. - * decl.c (grokdeclarator): Call it for qualifying_scope. - - PR c++/86171 - ICE with recursive alias instantiation. - * pt.c (tsubst_decl): Handle recursive alias instantiation. - -2018-06-18 Paolo Carlini - - * decl.c (duplicate_decls): Consistently use DECL_SOURCE_LOCATION - in errors about redefined default arguments; tidy. - -2018-06-16 Kugan Vivekanandarajah - - * constexpr.c (potential_constant_expression_1): Handle ABSU_EXPR. - * cp-gimplify.c (cp_fold): Likewise. - -2018-06-15 Jason Merrill - - PR c++/86147 - wrong capture for template argument. - * expr.c (mark_use): Look through NOP_EXPR. - - * name-lookup.c (do_pushtag): Don't look through complete types, but - don't add to them either. Get context from current_binding_level. - * pt.c (tsubst_default_argument): Use push_to/pop_from_top_level. - - * decl.c (start_enum): Do compare dependent underlying type. - - PR c++/82882 - ICE with lambda in template default argument. - * lambda.c (record_null_lambda_scope): New. - * pt.c (tsubst_lambda_expr): Use it. - * name-lookup.c (do_pushtag): Don't give a lambda DECL_CONTEXT of a - function that isn't open. - - * tree.c (maybe_warn_parm_abi): Inform the location of the class. - -2018-06-14 Marek Polacek - - PR c++/86063 - * decl2.c (cp_check_const_attributes): Skip trees that are not - TREE_LISTs. - -2018-06-14 Jakub Jelinek - - P0624R2 - Default constructible and assignable stateless lambdas - * method.c (synthesized_method_walk): For C++2a don't mark - sfk_constructor or sfk_copy_assignment as deleted if lambda has - no lambda-captures. - -2018-06-14 Paolo Carlini - - * decl.c (duplicate_decls): Use DECL_SOURCE_LOCATION in - OPT_Wshadow warning_at. - (grokfndecl): Consistently use the location_t argument in - literal operator diagnostic messages. - (grokdeclarator): Use declspecs->locations[ds_storage_class] - in error_at call. - * decl2.c (finish_static_data_member_decl): Use DECL_SOURCE_LOCATION - in permerror call. - -2018-06-13 Jason Merrill - - PR c++/86099 - ICE with trivial copy and non-trivial default ctor. - * constexpr.c (instantiate_cx_fn_r): Don't synthesize trivial - constructors. - - PR c++/86094 - wrong code with defaulted move ctor. - * class.c (classtype_has_non_deleted_move_ctor): New. - * tree.c (maybe_warn_parm_abi, type_has_nontrivial_copy_init): - Handle v12 breakage. - -2018-06-12 Jason Merrill - - PR c++/86098 - ICE with template placeholder for TTP. - * typeck.c (structural_comptypes) [TEMPLATE_TYPE_PARM]: Check - CLASS_PLACEHOLDER_TEMPLATE. - -2018-06-12 Paolo Carlini - - * decl2.c (coerce_new_type, coerce_delete_type): Add location_t - parameter and adjust error_at calls. - * decl.c (grok_op_properties): Adjust calls. - * cp-tree.h (oerce_new_type, coerce_delete_type): Adjust decls. - -2018-06-12 Marek Polacek - - Core issue 1331 - const mismatch with defaulted copy constructor - * class.c (check_bases_and_members): When checking a defaulted - function, mark it as deleted rather than giving an error. - -2018-06-11 Jason Merrill - - PR c++/85792 -Wctor-dtor-privacy and inherited constructor. - * class.c (maybe_warn_about_overly_private_class): Handle inherited - constructors. - - PR c++/85963 - -Wunused-but-set with ?: in template. - * pt.c (tsubst_copy_and_build) [COND_EXPR]: Call mark_rvalue_use. - -2018-06-11 Paolo Carlini - - * decl.c (grok_op_properties): Consistently use the location - of the decl; remove special casing of POSTINCREMENT_EXPR and - POSTDECREMENT_EXPR wrt default arguments. - -2018-06-05 Jason Merrill - - * constexpr.c (cxx_eval_binary_expression): Special case comparison - of pointers to members of the same union. - -2018-06-11 Jason Merrill - - PR c++/86094 - wrong code with defaulted move ctor. - * tree.c (type_has_nontrivial_copy_init): Fix move ctor handling. - -2018-06-10 Paolo Carlini - - * decl.c (grokfndecl): Use the location_t argument in two more places. - -2018-06-06 Marek Polacek - - PR c++/85977 - * pt.c (unify): If ELTTYPE has no deducible template parms, skip - deduction from the list elements. - (type_unification_real): Check convertibility of list elements. - -2018-06-06 Jason Merrill - - PR c++/86060 - ICE on range for with -std=c++98. - * parser.c (cp_parser_init_statement): Don't clobber *decl after - pedwarn. - - PR c++/85710 - ICE with -Wmemset-elt-size. - * semantics.c (finish_call_expr): Call warn_for_memset here. - * parser.c (cp_parser_postfix_expression): Not here. - (literal_integer_zerop): No longer static. - * pt.c (build_non_dependent_expr): Don't wrap CONST_DECL. - -2018-06-05 Marek Polacek - - PR c++/85976 - * tree.c (cp_tree_equal): Handle USING_DECL. - -2018-06-05 Jason Merrill - - PR c++/85731 - wrong error with qualified-id in template. - * semantics.c (finish_qualified_id_expr): build_qualified_name - for unbound names in the current class. - -2018-06-04 Jason Merrill - - PR c++/61806 - missed SFINAE with partial specialization. - * cp-tree.h (deferring_access_check_sentinel): Add deferring_kind - parameter to constructor. - * pt.c (instantiate_class_template_1): Enable access checking - before call to most_specialized_partial_spec. - - PR c++/85765 - SFINAE and non-type default template arg. - * pt.c (type_unification_real): Do full semantic processing if - substituting a partial args list replaces all template parms. - -2018-06-03 Jason Merrill - - PR c++/85739 - ICE with pointer to member template parm. - * cvt.c (perform_qualification_conversions): Use cp_fold_convert. - -2018-06-02 Jason Merrill - - PR c++/85761 - ICE with ill-formed use of const outer variable. - * expr.c (mark_use): Handle location wrappers. - -2018-06-01 Jason Merrill - - PR c++/85764 - bogus 'this' not captured error. - * lambda.c (resolvable_dummy_lambda): Use nonlambda_method_basetype. - (nonlambda_method_basetype): Handle NSDMI. - - CWG 1581: When are constexpr member functions defined? - * constexpr.c (instantiate_cx_fn_r, instantiate_constexpr_fns): New. - (cxx_eval_outermost_constant_expr): Call instantiate_constexpr_fns. - - PR c++/58281 - explicit instantiation of constexpr - * pt.c (mark_decl_instantiated): Clear DECL_EXTERNAL. - - * pt.c (instantiate_decl): Any defaulted function is defined. - -2018-05-30 Jonathan Wakely - - PR c++/77777 - * call.c (resolve_args): Use location of expression, not current input - location. - -2018-05-30 Ville Voutilainen - - Do not warn about zero-as-null when NULL is used. - * call.c (conversion_null_warnings): Check for pointer - types converted from zero constants. - (convert_like_real): Add a warning sentinel at the end. - * tree.c (maybe_warn_zero_as_null_pointer_constant): Also - check null_node_p. - -2018-05-30 Jason Merrill - - PR c++/85807 - ICE with call in template NSDMI. - * init.c (get_nsdmi): Use push_to/pop_from_top_level. - * tree.c (bot_manip): Don't set_flags_from_callee in a template. - - PR c++/85873 - constant initializer_list array not in .rodata. - * tree.c (build_target_expr): Set TREE_READONLY. - * call.c (set_up_extended_ref_temp): Set TREE_READONLY. - - * parser.c (cp_parser_check_condition_declarator): Handle - cp_error_declarator. - -2018-05-30 Jonathan Wakely - - * typeck.c (cxx_sizeof_or_alignof_type): Return size_one_node instead - of using it in dead store. - -2018-05-29 Jason Merrill - - PR c++/67445 - returning temporary initializer_list. - PR c++/67711 - assigning from temporary initializer_list. - PR c++/48562 - new initializer_list. - * typeck.c (maybe_warn_about_returning_address_of_local): Also warn - about returning local initializer_list. - * cp-tree.h (AUTO_TEMP_NAME, TEMP_NAME_P): Remove. - * call.c (build_over_call): Warn about assignment from temporary - init_list. - * init.c (build_new_1): Warn about 'new std::initializer_list'. - (find_list_begin, maybe_warn_list_ctor): New. - (perform_member_init): Use maybe_warn_list_ctor. - -2018-05-29 Marek Polacek - - PR c++/85883 - * init.c (build_new): Handle deducing a class with new - with more than one argument. - -2018-05-29 Jakub Jelinek - - PR c++/85952 - * init.c (build_aggr_init): For structured binding initialized from - array call mark_rvalue_use on the initializer. - -2018-05-28 Bernd Edlinger - - * decl2.c (start_static_storage_duration_function): Use - splay_tree_delete_pointers. - -2018-05-25 Jason Merrill - - PR c++/85815 - reference to member of enclosing template. - * search.c (lookup_base): Use currently_open_class. - (lookup_member): Use it regardless of -fconcepts. - * parser.c (cp_parser_postfix_dot_deref_expression): Check it. - - CWG 616, 1213 - value category of subobject references. - * tree.c (lvalue_kind): Fix handling of ARRAY_REF of pointer. - -2018-05-24 Jason Merrill - - PR c++/85842 - -Wreturn-type, constexpr if and generic lambda. - * pt.c (tsubst_lambda_expr): Copy current_function_returns_* to - generic lambda. - -2018-05-24 Ville Voutilainen - - Pedwarn on a non-standard position of a C++ attribute. - * parser.c (cp_parser_namespace_definition): Pedwarn about attributes - after the namespace name. - -2018-05-24 Paolo Carlini - - * cp-tree.h (INDIRECT_TYPE_P): New. - * call.c (build_trivial_dtor_call, maybe_warn_class_memaccess, - joust): Use it instead of POINTER_TYPE_P. - * class.c (update_vtable_entry_for_fn, find_flexarrays, - * fixed_type_or_null, resolves_to_fixed_type_p): Likewise. - * constexpr.c (cxx_eval_binary_expression, cxx_fold_indirect_ref, - * cxx_eval_increment_expression, potential_constant_expression_1): - Likewise. - * cp-gimplify.c (cp_gimplify_expr, cp_genericize_r): Likewise. - * cp-objcp-common.c (cxx_get_alias_set): Likewise. - * cp-ubsan.c (cp_ubsan_maybe_instrument_member_call, - cp_ubsan_maybe_instrument_downcast): Likewise. - * cvt.c (cp_convert_to_pointer, ocp_convert, - cp_get_fndecl_from_callee, maybe_warn_nodiscard, convert): Likewise. - * cxx-pretty-print.c (cxx_pretty_printer::abstract_declarator, - pp_cxx_offsetof_expression_1): Likewise. - * decl.c (grokparms, static_fn_type): Likewise. - * decl2.c (grokbitfield): Likewise. - * error.c (dump_expr): Likewise. - * except.c (initialize_handler_parm, check_noexcept_r): Likewise. - * init.c (warn_placement_new_too_small): Likewise. - * lambda.c (build_capture_proxy, add_capture): Likewise. - * parser.c (cp_parser_omp_for_loop): Likewise. - * pt.c (convert_nontype_argument, fn_type_unification, - uses_deducible_template_parms, check_cv_quals_for_unify, - dependent_type_p_r): Likewise. - * search.c (check_final_overrider): Likewise. - * semantics.c (handle_omp_array_sections, finish_omp_clauses, - finish_omp_for): Likewise. - * tree.c (cp_build_qualified_type_real): Likewise. - * typeck.c (build_class_member_access_expr, - finish_class_member_access_expr, build_x_indirect_ref, - cp_build_indirect_ref_1, cp_build_binary_op, build_const_cast_1): - Likewise. - -2018-05-24 Jason Merrill - - PR c++/85864 - literal template and default template arg. - * pt.c (instantiation_dependent_r): Handle NONTYPE_ARGUMENT_PACK. - -2018-05-24 Marek Polacek - - PR c++/85847 - * init.c (build_new_1): Use fold_non_dependent_expr. Use a dedicated - variable for its result. Fix a condition. - (build_new): Use fold_non_dependent_expr. Tweak a condition. - -2018-05-23 Jason Merrill - - Fix cast to rvalue reference from prvalue. - * cvt.c (diagnose_ref_binding): Handle rvalue reference. - * rtti.c (build_dynamic_cast_1): Don't try to build a reference to - non-class type. Handle xvalue argument. - * typeck.c (build_reinterpret_cast_1): Allow cast from prvalue to - rvalue reference. - * semantics.c (finish_compound_literal): Do direct-initialization, - not cast, to initialize a reference. - - CWG 616, 1213 - value category of subobject references. - * tree.c (lvalue_kind): A reference to a subobject of a prvalue is - an xvalue. - * typeck2.c (build_m_component_ref): Likewise. - * typeck.c (cp_build_addr_expr_1, lvalue_or_else): Remove diagnostic - distinction between temporary and xvalue. - -2018-05-23 Marek Polacek - - Implement P0614R1, Range-based for statements with initializer. - * parser.c (cp_parser_range_based_for_with_init_p): New. - (cp_parser_init_statement): Use it. Parse the optional init-statement - for a range-based for loop. - (cp_parser_skip_to_closing_parenthesis_1): Handle balancing ?:. - -2018-05-22 Jason Merrill - - PR c++/81420 - not extending temporary lifetime. - * call.c (extend_ref_init_temps_1): Handle ARRAY_REF. - * class.c (build_base_path): Avoid redundant move of an rvalue. - - PR c++/85866 - error with .* in default template arg. - * pt.c (tsubst_copy_and_build): Handle partial instantiation. - -2018-05-21 Paolo Carlini - - * parser.c (cp_parser_parameter_declaration_list): Remove - bool* parameter. - (cp_parser_parameter_declaration_clause): Adjust. - (cp_parser_cache_defarg): Likewise. - -2018-05-21 Paolo Carlini - - PR c++/84588 - * parser.c (cp_parser_maybe_commit_to_declaration, - cp_parser_check_condition_declarator): New. - (cp_parser_simple_declaration): Use the first above. - (cp_parser_condition): Use both the above; enforce - [stmt.stmt]/2 about the declarator not specifying - a function or an array; improve error-recovery. - -2018-05-20 Jason Merrill - - PR libstdc++/85843 - warning in logic_error copy constructor. - * class.c (type_has_user_nondefault_constructor): Check for a - user-provided ctor, not user-declared. - -2018-05-19 Jason Merrill - - * pt.c (tsubst_pack_expansion): Sorry rather than abort - on __integer_pack as subexpression of pattern. - -2018-05-18 Jason Merrill - - PR c++/58407 - deprecated implicit copy ops. - * call.c (build_over_call): Warn about deprecated trivial fns. - * class.c (classtype_has_user_copy_or_dtor): New. - (type_build_ctor_call): Check TREE_DEPRECATED. - (type_build_dtor_call): Likewise. - * decl2.c (cp_warn_deprecated_use): Move from tree.c. - Add checks. Return bool. Handle -Wdeprecated-copy. - (mark_used): Use it. - * decl.c (grokdeclarator): Remove redundant checks. - * typeck2.c (build_functional_cast): Likewise. - * method.c (lazily_declare_fn): Mark deprecated copy ops. - * init.c (build_aggr_init): Only set TREE_USED if there are - side-effects. - -2018-05-18 Cesar Philippidis - - PR c++/85782 - * cp-gimplify.c (cp_genericize_r): Call genericize_omp_for_stmt for - OACC_LOOPs. - -2018-05-18 Richard Sandiford - - * constexpr.c (cxx_eval_constant_expression): Remove FMA_EXPR handling. - (potential_constant_expression_1): Likewise. - -2018-05-16 Marek Polacek - - PR c++/85363 - * call.c (set_flags_from_callee): Handle AGGR_INIT_EXPRs too. - * tree.c (bot_manip): Call set_flags_from_callee for - AGGR_INIT_EXPRs too. - -2018-05-15 Jason Merrill - - * cp-tree.h (cp_expr): Remove copy constructor. - * mangle.c (struct releasing_vec): Declare copy constructor. - - * constexpr.c (cxx_eval_vec_init_1): Pass tf_none if ctx->quiet. - - PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue conversion in ?: - * call.c (build_conditional_expr_1): Don't force_rvalue when one arm - is a throw-expression. - -2018-05-15 Paolo Carlini - - * cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New. - (FOR_EACH_CLONE): Update. - * decl.c (grokdeclarator): Use it. - * decl2.c (vague_linkage_p): Likewise. - * mangle.c (mangle_decl): Likewise. - * method.c (lazily_declare_fn): Likewise. - * optimize.c (can_alias_cdtor, maybe_clone_body): Likewise. - * repo.c (repo_emit_p): Likewise. - * tree.c (decl_linkage): Likewise. - -2018-05-14 Jason Merrill - - Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier and eh spec. - * tree.c (build_cp_fntype_variant): New. - (build_ref_qualified_type, build_exception_variant) - (strip_typedefs, cxx_copy_lang_qualifiers): Use it. - (cxx_type_hash_eq, cp_check_qualified_type): Check - TYPE_HAS_LATE_RETURN_TYPE. - (cp_build_type_attribute_variant): Check cxx_type_hash_eq. - (cp_build_qualified_type_real): No need to preserve C++ qualifiers. - * class.c (build_clone): Use cxx_copy_lang_qualifiers. - (adjust_clone_args): Likewise. - * decl.c (grokfndecl): Add late_return_type_p parameter. Use - build_cp_fntype_variant. - (grokdeclarator): Pass late_return_type_p to grokfndecl. - (check_function_type): Use cxx_copy_lang_qualifiers. - (static_fn_type): Use cxx_copy_lang_qualifiers. - * decl2.c (build_memfn_type, maybe_retrofit_in_chrg) - (cp_reconstruct_complex_type, coerce_new_type, coerce_delete_type) - (change_return_type): Use cxx_copy_lang_qualifiers. - * mangle.c (write_type): Use cxx_copy_lang_qualifiers. - * parser.c (cp_parser_lambda_declarator_opt): Represent an explicit - return type on the declarator like a normal trailing return type. - * pt.c (tsubst_function_type): Use build_cp_fntype_variant. - (copy_default_args_to_explicit_spec): Use cxx_copy_lang_qualifiers. - * typeck.c (merge_types): Use build_cp_fntype_variant. - -2018-05-14 Paolo Carlini - - * cp-tree.h (TYPE_REF_P): New. - (TYPE_OBJ_P, TYPE_REF_OBJ_P, TYPE_REFFN_P): Update. - * call.c (build_list_conv, build_aggr_conv, standard_conversion, - direct_reference_binding, reference_binding, implicit_conversion, - add_builtin_candidate, build_user_type_conversion_1, build_op_call_1, - build_new_op_1, build_x_va_arg, conv_binds_ref_to_prvalue, - build_over_call, perform_implicit_conversion_flags, - extend_ref_init_temps, type_has_extended_temps): Use it. - * class.c (one_inheriting_sig, check_field_decls, - check_bases_and_members, find_flexarrays, finish_struct, - fixed_type_or_null): Likewise. - * constexpr.c (literal_type_p, cxx_bind_parameters_in_call, - non_const_var_error, cxx_eval_constant_expression, - potential_constant_expression_1): Likewise. - * cp-gimplify.c (omp_var_to_track, omp_cxx_notice_variable, - cp_genericize_r, cxx_omp_privatize_by_reference, - cxx_omp_const_qual_no_mutable, cxx_omp_finish_clause, - cp_fold_maybe_rvalue): Likewise. - * cp-ubsan.c (cp_ubsan_maybe_instrument_downcast): Likewise. - * cvt.c (build_up_reference, convert_to_reference, - convert_from_reference, convert_to_void, noexcept_conv_p, - fnptr_conv_p): Likewise. - * decl.c (poplevel, check_for_uninitialized_const_var, - check_initializer, initialize_local_var, cp_finish_decl, - get_tuple_decomp_init, cp_finish_decomp, grokdeclarator, copy_fn_p, - move_signature_fn_p, grok_op_properties, finish_function): Likewise. - * decl2.c (grok_array_decl, cp_reconstruct_complex_type, - decl_maybe_constant_var_p): Likewise. - * error.c (dump_type_prefix, dump_expr): Likewise. - * except.c (initialize_handler_parm, complete_ptr_ref_or_void_ptr_p, - is_admissible_throw_operand_or_catch_parameter): Likewise. - * expr.c (mark_use): Likewise. - * init.c (build_zero_init_1, build_value_init_noctor, - perform_member_init, diagnose_uninitialized_cst_or_ref_member_1, - build_new, build_delete): Likewise. - * lambda.c (build_lambda_object): Likewise. - * mangle.c (write_expression, write_template_arg): Likewise. - * method.c (forward_parm, do_build_copy_constructor, - do_build_copy_assign, build_stub_object, constructible_expr, - walk_field_subobs): Likewise. - * parser.c (cp_parser_omp_for_loop_init, - cp_parser_omp_declare_reduction_exprs, - cp_parser_omp_declare_reduction): Likewise. - * pt.c (convert_nontype_argument_function, convert_nontype_argument, - convert_template_argument, tsubst_pack_expansion, - tsubst_function_decl, tsubst_decl, tsubst, tsubst_copy_and_build, - maybe_adjust_types_for_deduction, check_cv_quals_for_unify, unify, - more_specialized_fn, invalid_nontype_parm_type_p, dependent_type_p_r, - value_dependent_expression_p, build_deduction_guide): Likewise. - * semantics.c (finish_handler_parms, finish_non_static_data_member, - finish_compound_literal, omp_privatize_field, - handle_omp_array_sections_1, handle_omp_array_sections, - cp_check_omp_declare_reduction, finish_omp_reduction_clause, - finish_omp_declare_simd_methods, cp_finish_omp_clause_depend_sink, - finish_omp_clauses, finish_decltype_type, capture_decltype, - finish_builtin_launder): Likewise. - * tree.c (lvalue_kind, cp_build_reference_type, move, - cp_build_qualified_type_real, stabilize_expr, stabilize_init): Likewise. - * typeck.c (cxx_safe_arg_type_equiv_p, build_class_member_access_expr, - cp_build_indirect_ref_1, convert_arguments, warn_for_null_address, - cp_build_addr_expr_1, maybe_warn_about_useless_cast, - build_static_cast_1, build_static_cast, build_reinterpret_cast_1, - build_const_cast_1, cp_build_c_cast, cp_build_modify_expr, - convert_for_initialization, - maybe_warn_about_returning_address_of_local, check_return_expr, - cp_type_quals, casts_away_constness, non_reference): Likewise. - * typeck2.c (cxx_readonly_error, store_init_value, - process_init_constructor_record, build_x_arrow, build_functional_cast, - add_exception_specifier): Likewise. - -2018-05-14 Jason Merrill - - * pt.c (tsubst) [ARRAY_TYPE]: Check valid_array_size_p. - (tsubst_copy_and_build) [NEW_EXPR]: Clear in_decl. - -2018-05-11 Jakub Jelinek - - PR c/85696 - * cp-tree.h (cxx_omp_predetermined_sharing_1): New prototype. - * cp-gimplify.c (cxx_omp_predetermined_sharing): New wrapper around - cxx_omp_predetermined_sharing_1. Rename old function to ... - (cxx_omp_predetermined_sharing_1): ... this. - * semantics.c (finish_omp_clauses): Use cxx_omp_predetermined_sharing_1 - instead of cxx_omp_predetermined_sharing. - -2018-05-10 Jason Merrill - - * decl.c (cp_finish_decl): Don't instantiate auto variable. - (check_static_variable_definition): Allow auto. - * constexpr.c (ensure_literal_type_for_constexpr_object): Likewise. - - * cp-tree.h (DECL_CONSTRUCTOR_P): Use DECL_CXX_CONSTRUCTOR_P. - (DECL_DESTRUCTOR_P): Use DECL_CXX_DESTRUCTOR_P. - - Core issue 2310 - conversion to base of incomplete type. - * class.c (build_base_path): Check COMPLETE_TYPE_P for source type. - - CWG 2267 - list-initialization of reference temporary - * call.c (reference_binding): List-initializing a reference - temporary is copy-list-initialization. - - * parser.c (cp_parser_class_head): Use num_template_headers_for_class. - - * pt.c (instantiate_decl): Make sure we aren't trying to do a nested - instantiation in template context. - - * class.c (vbase_has_user_provided_move_assign): Use - user_provided_p. - - * lambda.c (lambda_expr_this_capture): Improve logic. - - * decl.c (make_typename_type): s/parameters/arguments/. - * parser.c (cp_parser_nested_name_specifier_opt): Likewise. - * pt.c (make_pack_expansion): Correct error message. - -2018-05-10 Jakub Jelinek - - PR c++/85662 - * cp-gimplify.c (cp_fold): Use fold_offsetof rather than - fold_offsetof_1, pass TREE_TYPE (x) as TYPE to it and drop the - fold_convert. - -2018-05-10 Eric Botcazou - - PR c++/85400 - * decl2.c (adjust_var_decl_tls_model): New static function. - (comdat_linkage): Call it on a variable. - (maybe_make_one_only): Likewise. - -2018-05-09 Paolo Carlini - - PR c++/85713 - Revert: - 2018-05-08 Paolo Carlini - - PR c++/84588 - * parser.c (cp_parser_parameter_declaration_list): When the - entire parameter-declaration-list is erroneous maybe call - abort_fully_implicit_template. - -2018-05-08 Jason Merrill - - PR c++/85706 - class deduction under decltype - * pt.c (for_each_template_parm_r): Handle DECLTYPE_TYPE. Clear - *walk_subtrees whether or not we walked into the operand. - (type_uses_auto): Only look at deduced contexts. - -2018-05-08 Paolo Carlini - - PR c++/84588 - * parser.c (cp_parser_parameter_declaration_list): When the - entire parameter-declaration-list is erroneous maybe call - abort_fully_implicit_template. - -2018-05-08 Marek Polacek - - PR c++/85695 - * semantics.c (finish_if_stmt_cond): See through typedefs. - -2018-05-07 Jason Merrill - - PR c++/85646 - lambda visibility. - * decl2.c (determine_visibility): Don't mess with template arguments - from the containing scope. - (vague_linkage_p): Check DECL_ABSTRACT_P before looking at a 'tor - thunk. - -2018-05-07 Nathan Sidwell - - Remove fno-for-scope - * cp-tree.h (DECL_ERROR_REPORTED, DECL_DEAD_FOR_LOCAL) - (DECL_HAS_SHADOWED_FOR_VAR_P, DECL_SHADOWED_FOR_VAR) - (SET_DECL_SHADOWED_FOR_VAR): Delete. - (decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert) - (check_for_out_of_scope_variable, init_shadowed_var_for_decl): - Don't declare. - * name-lookup.h (struct cp_binding_level): Remove - dead_vars_from_for field. - * cp-lang.c (cp_init_ts): Delete. - (LANG_HOOKS_INIT_TS): Override to cp_common_init_ts. - * cp-objcp-common.c (shadowed_var_for_decl): Delete. - (decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert) - (init_shadowed_var_for_decl): Delete. - * decl.c (poplevel): Remove shadowed for var handling. - (cxx_init_decl_processing): Remove -ffor-scope deprecation. - * name-lookup.c (find_local_binding): Remove shadowed for var - handling. - (check_local_shadow): Likewise. - (check_for_out_of_scope_variable): Delete. - * parser.c (cp_parser_primary_expression): Remove shadowed for var - handling. - * pt.c (tsubst_decl): Remove DECL_DEAD_FOR_LOCAL setting. - * semantics.c (begin_for_scope): Always have a scope. - (begin_for_stmt, finish_for_stmt): Remove ARM-for scope handling. - (begin_range_for_stmt, finish_id_expression): Likewise. - -2018-05-07 Jason Merrill - - PR c++/85618 - ICE with initialized VLA. - * tree.c (vla_type_p): New. - * typeck2.c (store_init_value, split_nonconstant_init_1): Check it - rather than array_of_runtime_bound_p. - -2018-05-05 Paolo Carlini - - * cvt.c (ocp_convert): Early handle the special case of a - null_ptr_cst_p expr converted to a NULLPTR_TYPE_P type. - -2018-05-03 Jason Merrill - - PR c++/85600 - virtual delete failure. - * init.c (build_delete): Always save_expr when deleting. - -2018-05-03 Nathan Sidwell - - * decl.c (cxx_init_decl_processing): Remove flag_friend_injection. - * name-lookup.c (do_pushdecl): Likewise. - -2018-05-02 Paolo Carlini - Jason Merrill - - PR c++/68374 - * name-lookup.c (check_local_shadow): Don't handle static old - declarations in the block handling locals shadowing locals. - -2018-05-01 Jason Merrill - - PR c++/85587 - error with scoped enum in template. - * semantics.c (finish_qualified_id_expr): Don't return an - unqualified IDENTIFIER_NODE. - -2018-04-30 Jason Merrill - - PR c++/85580 - extern "C" and local variables - * name-lookup.c (check_extern_c_conflict): Ignore local decls. - - PR c++/84701 - unsigned typeof. - * decl.c (grokdeclarator): Overhaul diagnostics for invalid use - of long/short/signed/unsigned. - - PR c++/85305 - pack in lambda init-capture. - * parser.c (cp_parser_initializer): Add subexpression_p parm; don't - check_for_bare_parameter_packs in a subexpression. - (cp_parser_lambda_introducer): Use it. - - PR c++/61982 - dead stores to destroyed objects. - * call.c (build_trivial_dtor_call): New, assigns a clobber. - (build_over_call, build_special_member_call): Use it. - * cp-tree.h: Declare it. - * init.c (build_delete): Remove trivial path. - - * init.c (build_dtor_call): Use build_special_member_call. - (build_delete): Remove redundant uses of save_addr. - - * decl.c (build_clobber_this): Use build_clobber. - -2018-04-27 Jakub Jelinek - - PR c++/85553 - * init.c (build_zero_init_1): For zero initialization of - NULLPTR_TYPE_P type use build_int_cst directly. - -2018-04-27 David Malcolm - - PR c++/85515 - * name-lookup.c (consider_binding_level): Skip compiler-generated - variables. - * search.c (lookup_field_fuzzy_info::fuzzy_lookup_field): Flatten - nested if statements into a series of rejection tests. Reject - lambda-ignored entities as suggestions. - -2018-04-27 Jason Merrill - - * cvt.c (cp_fold_convert): Use convert_ptrmem. - * typeck.c (convert_ptrmem): Add a NOP even if no adjustment. - -2018-04-27 Paolo Carlini - - PR c++/84691 - * decl.c (grokdeclarator): Clear friendp upon definition in local - class definition error. - -2018-04-27 Jason Merrill - - PR c++/85545 - ICE with noexcept PMF conversion. - * cvt.c (cp_fold_convert): Pass PMF CONSTRUCTORs to - build_ptrmemfunc. - * typeck.c (build_ptrmemfunc): Don't build a NOP_EXPR for zero - adjustment. - (build_ptrmemfunc_access_expr): Special-case CONSTRUCTORs. - -2018-04-27 Nathan Sidwell - - * typeck.c (convert_ptrmem): Move local var decls to initialization. - - * cp-tree.h (TEMPLATE_INFO): Fix comments. - (TI_PENDING_TEMPLATE_FLAG): Check TEMPLATE_INFO. - (NON_DEFAULT_TEMPLATE_ARG_COUNT): Wrap line. - (dump, print_other_binding_stacks): Remove declarations. - * name-lookup.c (print_other_binding_stack): Make static. - * pt.c (build_template_decl): Make static. - -2018-04-26 Jason Merrill - - PR c++/85545 - ICE with noexcept PMF conversion. - * cvt.c (cp_fold_convert): Handle PMF CONSTRUCTORs directly. - -2018-04-25 Nathan Sidwell - - PR c++/85437 - PR c++/49171 - * cp-tree.h (REINTERPRET_CAST_P): New. - * constexpr.c (cxx_eval_constant_expression) : - Reject REINTERPET_CAST_P conversions. Use cplus_expand_constant - for non-trivial PTRMEM_CST cases. - * typeck.c (build_nop_reinterpret): New. - (build_reinterpret_cast_1): Use it. Set REINTERPRET_CAST_P on - NOP_EXPRs returned by cp_convert. - -2018-04-23 Jason Merrill - - PR c++/69560 - wrong alignof(double) on x86. - CWG 1879 - Inadequate definition of alignment requirement. - * cp-tree.h (ALIGNOF_EXPR_STD_P): New. - * typeck.c (cxx_sizeof_or_alignof_type): Add std_alignof parm. - (cxx_sizeof_expr, cxx_sizeof_nowarn, cxx_alignas_expr) - (cxx_alignof_expr): Pass it. - * parser.c (cp_parser_unary_expression): Pass it. - * pt.c (tsubst_copy): Copy it. - (tsubst_copy_and_build): Pass it. - * decl.c (fold_sizeof_expr): Pass it. - -2018-04-23 Jakub Jelinek - Jason Merrill - - PR c++/85470 - wrong error with static data member. - * decl.c (check_initializer): Check DECL_INITIALIZED_IN_CLASS_P. - * typeck2.c (store_init_value): Likewise. - -2018-04-20 Jakub Jelinek - - PR c++/85462 - * cp-tree.h (tinst_level): Remove in_system_header_p member, - change refcount member from unsigned char to unsigned short, - add refcount_infinity static data member, adjust comments. - * pt.c (tinst_level::refcount_infinity): Define. - (inc_refcount_use): Remove assert, don't increment if refcount - is already refcount_infinity, adjust comment. - (dec_refcount_use): Remove assert, don't decrement if refcount - is refcount_infinity, adjust comment. - (push_tinst_level_loc): Formatting fix. - -2018-04-19 Paolo Carlini - - PR c++/84611 - * pt.c (lookup_template_class_1): Check pushtag return value for - error_mark_node. - -2018-04-19 Alexandre Oliva - - PR c++/80290 - * cp-tree.h (tinst_level::free): Fix whitespace. - -2018-04-18 Paolo Carlini - - PR c++/84630 - * pt.c (tsubst_lambda_expr): Check begin_lambda_type return value - for error_mark_node. - -2018-04-18 Jakub Jelinek - - PR c++/84463 - * typeck.c (cp_build_addr_expr_1): Move handling of offsetof-like - tricks from here to ... - * cp-gimplify.c (cp_fold) : ... here. Only use it - if INDIRECT_REF's operand is INTEGER_CST cast to pointer type. - -2018-04-18 Alexandre Oliva - - PR c++/80290 - * cp-tree.h (struct tinst_level): Split decl into tldcl and - targs. Add private split_list_p, tree_list_p, and not_list_p - inline const predicates; to_list private member function - declaration; free public member function declaration; list_p, - get_node and maybe_get_node accessors, and refcount data - member. Narrow errors to unsigned short. - * error.c (print_instantiation_full_context): Use new - accessors. - (print_instantiation_partial_context_line): Likewise. Drop - const from tinst_level-typed parameter. - * mangle.c (mangle_decl_string): Likewise. - * pt.c (freelist): New template class. - (tree_list_freelist_head): New var. - (tree_list_freelist): New fn, along with specializations. - (tinst_level_freelist_head): New var. - (pending_template_freelist_head): Likewise. - (tinst_level_freelist, pending_template_freelist): New fns. - (tinst_level::to_list, tinst_level::free): Define. - (inc_refcount_use, dec_refcount_use): New fns for tinst_level. - (set_refcount_ptr): New template fn. - (add_pending_template): Adjust for refcounting, freelists and - new accessors. - (neglectable_inst_p): Take a NULL d as a non-DECL. - (limit_bad_template_recursion): Use new accessors. - (push_tinst_level): New overload to create the list. - (push_tinst_level_loc): Make it static, split decl into two - args, adjust tests and initialization to cope with split - lists, use freelist, adjust for refcounting. - (push_tinst_level_loc): New wrapper with the old interface. - (pop_tinst_level): Adjust for refcounting. - (record_last_problematic_instantiation): Likewise. - (reopen_tinst_level): Likewise. Use new accessors. - (instantiate_alias_template): Adjust for split list. - (fn_type_unification): Likewise. - (get_partial_spec_bindings): Likewise. - (instantiate_pending_templates): Use new accessors. Adjust - for refcount. Release pending_template to freelist. - (instantiating_current_function_p): Use new accessors. - -2018-04-16 Alexandre Oliva - - PR c++/85039 - * parser.c (cp_parser_builtin_offset): Reject type definitions. - * mangle.c (nested_anon_class_index): Avoid crash returning -1 - if we've seen errors. - -2018-04-12 David Malcolm - - PR c++/85385 - * name-lookup.c (macro_use_before_def::maybe_make): New function, - checking that the use is indeed before the definition. - (macro_use_before_def::macro_use_before_def): Make private. - (macro_use_before_def::~macro_use_before_def): Make private. Move - check for UNKNOWN_LOCATION to macro_use_before_def::maybe_make. - (lookup_name_fuzzy): Call macro_use_before_def::maybe_make rather - than using new directly. - -2018-04-12 Jason Merrill - - PR c++/85356 - ICE with pointer to member function. - * pt.c (maybe_instantiate_noexcept): Do instantiate in templates if - flag_noexcept_type. Build the new spec within the function context. - * except.c (build_noexcept_spec): Do get constant value in templates - if flag_noexcept_type. - * decl.c (check_redeclaration_exception_specification): Don't - instantiate noexcept on a dependent declaration. - -2018-04-12 Marek Polacek - - PR c++/85258 - * constexpr.c (reduced_constant_expression_p): Return false for null - trees. - -2018-04-11 Marek Polacek - - PR c++/85032 - * constexpr.c (potential_constant_expression_1): Consider conversions - from classes to literal types potentially constant. - -2018-04-10 Paolo Carlini - - PR c++/70808 - * init.c (build_zero_init_1): Handle NULLPTR_TYPE_P being true of - the type like TYPE_PTR_OR_PTRMEM_P. - -2018-04-10 Jason Merrill - - PR debug/65821 - wrong location for main(). - * call.c (clear_location_r, convert_default_arg): Revert. - * tree.c (break_out_target_exprs): Add clear_location parm. - (struct bot_data): New. - (bot_manip): Clear location if requested. - * init.c (get_nsdmi): Pass clear_location. - -2018-04-10 David Malcolm - - PR c++/85110 - * call.c (get_fndecl_argument_location): Make non-static. - * cp-tree.h (get_fndecl_argument_location): New decl. - * typeck.c (convert_for_assignment): When complaining due to - conversions for an argument, show the location of the parameter - within the decl. - -2018-04-10 Jakub Jelinek - - PR c++/85312 - P0962 cleanup - * parser.c (cp_parser_perform_range_for_lookup): Remove unreachable - diagnostics. - -2018-04-10 Jason Merrill - - PR debug/65821 - wrong location for main(). - * call.c (clear_location_r): New. - (convert_default_arg): Use it. - * tree.c (bot_manip): Remove builtin_LINE/FILE handling. - - PR c++/85285 - ICE with flexible array after substitution. - * pt.c (instantiate_class_template_1): Check for flexible array in - union. - -2018-04-09 Paolo Carlini - - PR c++/85227 - * decl.c (cp_finish_decomp): In a template, if the type is incomplete - issue a pedwarn and defer trying to do bindings. - -2018-04-09 Jason Merrill - - PR c++/85279 - dump_expr doesn't understand decltype. - * error.c (dump_expr): Handle DECLTYPE_TYPE. - - PR c++/85262 - ICE with redundant qualification on constructor. - * call.c (build_new_method_call_1): Move make_args_non_dependent - after A::A() handling. - - PR c++/85277 - ICE with invalid offsetof. - * semantics.c (finish_offsetof): Avoid passing non-DECL to %qD. - Adjust -Winvalid-offsetof diagnostic to say conditionally supported. - - PR c++/85264 - ICE with excess template-parameter-list. - * parser.c (cp_parser_check_template_parameters): Add template_id_p - parameter. Don't allow an extra template header if true. - (cp_parser_class_head): Pass template_id_p. - (cp_parser_elaborated_type_specifier): Likewise. - (cp_parser_alias_declaration): Likewise. - (cp_parser_check_declarator_template_parameters): Likewise. - -2018-04-09 Jakub Jelinek - - PR c++/85194 - * parser.c (cp_parser_simple_declaration): For structured bindings, - if *maybe_range_for_decl is NULL after parsing it, set it to - error_mark_node. - -2018-04-09 Jason Merrill - - PR c++/85256 - ICE capturing pointer to VLA. - * lambda.c (add_capture): Distinguish between variable-size and - variably-modified types. - -2018-04-06 Jason Merrill - - PR c++/85214 - ICE with alias, generic lambda, constexpr if. - * pt.c (extract_locals_r): Remember local typedefs. - -2018-04-06 David Malcolm - - PR c++/84269 - * name-lookup.c (struct std_name_hint): Move out of - get_std_name_hint; add field "min_dialect". - (get_std_name_hint): Add min_dialect values to all initializers. - Add , , , , , - , , , , , , - , , , and . - Add fstream, ifstream, and ofstream to . - Add istringstream, ostringstream, and stringstream to . - Add basic_string to . - Add tuple_element and tuple_size to . - Add declval to . - Fix ordering of and . - Return a std_name_hint, rather than a const char *. - (get_cxx_dialect_name): New function. - (maybe_suggest_missing_std_header): Detect names that aren't yet - available in the current dialect, and instead of suggesting a - missing #include, warn about the dialect. - -2018-04-06 Jakub Jelinek - - PR c++/85210 - * pt.c (tsubst_decomp_names): Return error_mark_node and assert - errorcount is set if tsubst doesn't return a VAR_DECL. - -2018-04-06 David Malcolm - - PR c++/85021 - * name-lookup.c (using_directives_contain_std_p): New function. - (has_using_namespace_std_directive_p): New function. - (suggest_alternatives_for): Simplify if/else logic using early - returns. If no candidates were found, and there's a - "using namespace std;" directive, call - maybe_suggest_missing_std_header. - (maybe_suggest_missing_header): Split later part of the function - into.. - (maybe_suggest_missing_std_header): New. - -2018-04-06 Jason Merrill - - PR c++/85242 - ICE with class definition in template parm. - * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): False if - processing_template_parmlist. - - PR c++/85240 - LTO ICE with using of undeduced auto fn. - * cp-gimplify.c (cp_genericize_r): Discard using of undeduced auto. - -2018-04-05 Jakub Jelinek - - PR c++/85209 - * pt.c (tsubst_decomp_names): Don't fail or ICE if DECL_CHAIN (decl3) - is not prev, if prev == decl. - - PR c++/85208 - * decl.c (start_decl): For DECL_DECOMPOSITION_P decls, don't call - maybe_apply_pragma_weak here... - (cp_maybe_mangle_decomp): ... but call it here instead. - -2018-04-05 Jason Merrill - - PR c++/85136 - ICE with designated init in template. - * decl.c (maybe_deduce_size_from_array_init): Handle dependent - designated initializer. - (check_array_designated_initializer): Update ce->index with the - constant value. - - PR c++/83808 - ICE with VLA initialization. - * typeck2.c (process_init_constructor_array): Don't require a VLA - initializer to have VLA type. - -2018-04-05 Paolo Carlini - - PR c++/80956 - * call.c (convert_like_real): Fail gracefully for a broken - std::initializer_list, missing a definition. - - * name-lookup.c (do_pushtag): Tweak message, use %< and %>. - -2018-04-05 Paolo Carlini - - PR c++/84792 - * decl.c (grokdeclarator): Fix diagnostic about typedef name used - as nested-name-specifier, keep type and TREE_TYPE (decl) in sync. - -2018-04-05 Jason Merrill - - PR c++/82152 - ICE with class deduction and inherited ctor. - * pt.c (do_class_deduction): Ignore inherited ctors. - - PR c++/84665 - ICE with array of empty class. - * decl2.c (cp_check_const_attributes): Use fold_non_dependent_expr. - - PR c++/85228 - ICE with lambda in enumerator in template. - * pt.c (bt_instantiate_type_proc): Don't assume - CLASSTYPE_TEMPLATE_INFO is non-null. - -2018-04-05 Ville Voutilainen - - Implement P0969 - * decl.c (find_decomp_class_base): Check accessibility instead - of declared access, adjust diagnostic. - -2018-04-05 Ville Voutilainen - - Implement P0961 - * decl.c (get_tuple_decomp_init): Check the templatedness - of a member get. - -2018-04-05 Jason Merrill - - PR c++/85200 - ICE with constexpr if in generic lambda. - * pt.c (extract_locals_r): Don't record the local specs of variables - declared within the pattern. - -2018-04-05 Alexandre Oliva - - PR c++/84979 - * pt.c (check_auto_in_tmpl_args): New. - (tsubst_qualified_id): Use it to reject template args - referencing auto for non-type templates. - * parser.c (cp_parser_template_id): Likewise. - * cp-tree.h (check_auto_in_tmpl_args): Declare. - * typeck2.c (build_functional_cast): Report correct location - for invalid use of auto. - -2018-04-04 Jason Merrill - - PR c++/85215 - ICE with copy-init from conversion. - * call.c (merge_conversion_sequences): Fix type of direct binding - sequence. - - PR c++/84938 - ICE with division by ~-1. - * call.c (set_up_extended_ref_temp): Call cp_fully_fold. - - PR c++/84936 - ICE with unexpanded pack in mem-initializer. - * parser.c (cp_parser_mem_initializer_list): Call - check_for_bare_parameter_packs. - -2018-04-04 Jakub Jelinek - - PR inline-asm/85172 - * constexpr.c (cxx_eval_builtin_function_call): For calls to - builtin_valid_in_constant_expr_p functions, don't call - cxx_eval_constant_expression if argument is not - potential_constant_expression. - - PR c++/85146 - * cp-tree.h (calculate_bases, calculate_direct_bases): Add complain - argument. - * semantics.c (calculate_bases): Add complain argument. Use - complete_type_or_maybe_complain instead of just complete_type and - return an empty vector if it fails. Move make_tree_vector () call - after early return. Formatting fixes. - (calculate_direct_bases): Likewise. Call release_tree_vector at the - end. - (dfs_calculate_bases_post, calculate_bases_helper): Formatting fixes. - * pt.c (tsubst_pack_expansion): Adjust calculate_bases and - calculate_direct_bases callers, formatting fixes. - -2018-04-04 Jason Merrill - - PR c++/85006 - -fconcepts ICE with A return type - * pt.c (tsubst_pack_expansion): Allow unsubstituted auto pack. - - PR c++/85200 - ICE with constexpr if in generic lambda. - * tree.c (cp_walk_subtrees): Walk into DECL_EXPR in templates. - - PR c++/84221 - bogus -Wunused with attribute and template. - * decl2.c (is_late_template_attribute): Handle unused and used - normally on non-TYPE_DECL. - - PR c++/85135 - ICE with omitted template arguments. - * decl.c (grokdeclarator): Catch deduced class type in trailing - return type. - - PR c++/85133 - ICE with missing concept initializer. - * decl.c (cp_finish_decl): If a concept initializer is missing, use - true. - - PR c++/85118 - wrong error with generic lambda and std::bind. - * call.c (add_template_conv_candidate): Disable if there are any - call operators. - - PR c++/85141 - ICE with compound assignment and static member fn. - * typeck.c (cp_build_modify_expr): Call decay_conversion for RHS of - compound assignment. - - PR c++/85148 - ICE with 'this' in array NSDMI. - * tree.c (replace_placeholders_r): Use handled_component_p. - -2018-04-04 Ville Voutilainen - - PR c++/65923 - * decl.c (grokfndecl): Handle standard UDL diagnostics here.. - * parser.c (cp_parser_unqualified_id): ..not here. - -2018-04-04 Alexandre Oliva - - PR c++/84943 - * typeck.c (cp_build_addr_expr_1): Mark FUNCTION_DECL as - used. - * decl2.c (mark_used): Return without effects if tf_conv. - -2018-04-03 Jason Merrill - - PR c++/85092 - C++17 ICE with unused list constructor. - * call.c (conv_binds_ref_to_prvalue): Also count ck_identity - from a TARGET_EXPR. - - PR c++/85113 - ICE with constexpr and __builtin_constant_p. - * constexpr.c (cxx_eval_builtin_function_call): Only defer - __builtin_constant_p if ctx->quiet. - -2018-04-03 Paolo Carlini - - PR c++/84768 - * pt.c (rewrite_template_parm): If the first argument is - error_mark_node return it immediately. - (build_deduction_guide): Check the return value of the - latter for error_mark_node. - (do_class_deduction): Check the return value of the latter. - -2018-04-03 Jason Merrill - - * semantics.c (finish_if_stmt_cond): Use - instantiation_dependent_expression_p. - - PR c++/85149 - generic lambda and constexpr if. - * pt.c (build_extra_args, add_extra_args): Split from - tsubst_pack_expansion. - (tsubst_expr) [IF_STMT]: Use them. - * cp-tree.h (IF_STMT_EXTRA_ARGS): New. - - * typeck.c (merge_types): Limit matching attribute shortcut to - the default case. - -2018-04-03 Jakub Jelinek - - PR c++/85147 - * pt.c (fixed_parameter_pack_p_1): Punt if parm is error_mark_node. - - PR c++/85140 - * name-lookup.c (handle_namespace_attrs): Return early if attributes - is error_mark_node. - - PR c++/85134 - * decl.c (cp_finish_decl): If ensure_literal_type_for_constexpr_object - fails, after clearing DECL_DECLARED_CONSTEXPR_P don't return early, - instead for static data members clear init and set DECL_EXTERNAL. - -2018-04-02 Jason Merrill - - PR c++/64095 - auto... parameter pack. - * parser.c (cp_parser_parameter_declaration): Handle turning autos - into packs here. - (cp_parser_parameter_declaration_list): Not here. - -2018-03-31 Alexandre Oliva - - PR c++/85027 - * class.c (instantiate_type): Peel off SAVE_EXPR before - BASELINK. - -2018-03-30 Jason Merrill - - * typeck2.c (process_init_constructor_record): Use - init_list_type_node for the CONSTRUCTOR around an anonymous union - designated initializer. - -2018-03-30 Jakub Jelinek - - PR c++/84791 - * semantics.c (finish_omp_reduction_clause): If - OMP_CLAUSE_REDUCTION_PLACEHOLDER is error_mark_node, return true - even if processing_template_decl. - -2018-03-29 David Malcolm - - PR c++/84269 - * name-lookup.c (get_std_name_hint): Add names from , - , and . - -2018-03-29 Jason Merrill - - PR c++/85093 - too many template args with pack expansion. - * pt.c (coerce_template_parms): Keep pack expansion args that will - need to be empty. - -2018-03-29 Jason Merrill - - * pt.c (build_non_dependent_expr): Propagate expr location. - -2018-03-27 Jason Merrill - - PR c++/85060 - wrong-code with call to base member in template. - * search.c (any_dependent_bases_p): Check uses_template_parms - rather than processing_template_decl. - -2018-03-29 David Malcolm - - PR c++/85110 - * typeck.c (convert_for_assignment): When complaining due to - conversions for an argument, attempt to use the location of the - argument. - -2018-03-28 Paolo Carlini - - PR c++/85028 - * pt.c (tsubst_default_argument): Early return if the type of the - parameter is erroneous. - -2018-03-28 Alexandre Oliva - - PR c++/84973 - * decl2.c (note_vague_linkage_fn): Don't defer uninstantiated - templates. - - PR c++/84968 - * tree.c (strip_typedefs_expr): Reject STATEMENT_LISTs. - -2018-03-27 Paolo Carlini - - PR c++/85067 - * method.c (defaulted_late_check): Partially revert r253321 changes, - do not early return upon error. - -2018-03-27 Jakub Jelinek - - PR c++/85077 - * cp-gimplify.c (cp_fold) : For ctors with vector - type call fold to generate VECTOR_CSTs when possible. - - PR c++/85076 - * tree.c (cp_build_reference_type): If to_type is error_mark_node, - return it right away. - -2018-03-27 Volker Reichelt - - * search.c (check_final_overrider): Use inform instead of error - for the diagnostics of the overridden functions. Tweak wording. - -2018-03-27 Jakub Jelinek - - PR c++/85068 - * class.c (update_vtable_entry_for_fn): Don't ICE if base_binfo - is NULL. Assert if thunk_binfo is NULL then errorcount is non-zero. - -2018-03-27 Paolo Carlini - Jason Merrill - - PR c++/84632 - * init.c (build_aggr_init): When initializing from array, - reject anything but CONSTRUCTORs and TARGET_EXPRs. - (build_vec_init): Handle separately ARRAY_TYPEs. - -2018-03-26 Jason Merrill - - PR c++/85062 - ICE with alignas in wrong place. - * decl.c (grokdeclarator): Ignore attributes on type-specifiers - here. - - PR c++/85049 - ICE with __integer_pack. - * pt.c (unify_pack_expansion): Don't try to deduce generated packs. - * cp-tree.h (TEMPLATE_PARM_P): New. - -2018-03-23 Jason Merrill - - PR c++/78489 - wrong SFINAE behavior. - - PR c++/84489 - * pt.c (type_unification_real): Don't defer substitution failure. - -2018-03-23 Jakub Jelinek - - PR c++/85015 - * decl.c (compute_array_index_type): Set osize to mark_rvalue_use - result. - - PR c++/84942 - * pt.c (tsubst_copy_and_build) : Replace - cp_build_unary_op call with gcc_unreachable (). - -2018-03-23 Marek Polacek - - PR c++/85045 - * cxx-pretty-print.c (cxx_pretty_printer::multiplicative_expression): - Handle EXACT_DIV_EXPR and RDIV_EXPR. Tweak condition. - (cxx_pretty_printer::expression): Handle EXACT_DIV_EXPR and RDIV_EXPR. - -2018-03-23 Ville Voutilainen - - Implement P0962 - * parser.c (cp_parser_perform_range_for_lookup): Change - the condition for deciding whether to use members. - -2018-03-23 Marek Polacek - - PR c++/85033 - * semantics.c (finish_offsetof): Don't allow CONST_DECLs. - -2018-03-23 Alexandre Oliva - - PR c++/71251 - * parser.c (cp_parser_alias_declaration): Call - parser_check_template_parameters. - - PR c++/84789 - * pt.c (resolve_typename_type): Drop assert that stopped - simplification to template-independent types. Add assert to - verify the initial scope is template dependent. - * parser.c (cp_parser_parse_and_diagnose_invalid_type_name): - Reparse the id expression as a type-name, not a declarator. - - PR c++/84729 - * init.c (build_vec_init): Error at parenthesized array init. - - PR c++/84610 - PR c++/84642 - PR c++/84942 - * cp-tree.h (temp_override): New template class, generalizing - a cleanup that was only used... - * parser.c (cp_parser_parameter_declaration_clause): - ... here for auto_is_implicit_function_template_parm_p. - (cp_parser_gnu_attributes_opt): Use it here as well. - (cp_parser_std_attribute): Likewise. - -2018-03-22 Marek Polacek - - PR c++/84854 - * semantics.c (finish_if_stmt_cond): Check if the type of the condition - is boolean. - -2018-03-21 Jason Merrill - - PR c++/81311 - wrong C++17 overload resolution. - * call.c (build_user_type_conversion_1): Remove C++17 code. - (conv_binds_ref_to_prvalue): New. - (build_over_call): Handle C++17 copy elision. - (build_special_member_call): Only do C++17 copy elision here if the - argument is already the right type. - -2018-03-21 Alexandre Oliva - - PR c++/71965 - * init.c (build_vec_init): Silence error, former sorry, - without tf_error. - - PR c++/84610 - PR c++/84642 - * parser.c (abort_fully_implicit_template_p): New. - (cp_parser_skip_to_end_of_statement): Use it. - (cp_parser_skip_to_end_of_block_or_statement): Likewise. - (finish_fully_implicit_template_p): Clear - implicit_template_parms and implicit_template_scope. - -2018-03-21 Paolo Carlini - - PR c++/84972 - * decl.c (maybe_deduce_size_from_array_init): Set TREE_TYPE to - error_mark_node when check_array_designated_initializer fails. - -2018-03-21 Jakub Jelinek - - PR c++/84961 - * cp-tree.h (genericize_compound_lvalue): Declare. - * typeck.c (genericize_compound_lvalue): New function. - (unary_complex_lvalue, cp_build_modify_expr): Use it. - * semantics.c (finish_asm_stmt): Replace MODIFY_EXPR, PREINCREMENT_EXPR - and PREDECREMENT_EXPR in output and "m" constrained input operands with - COMPOUND_EXPR. Call cxx_mark_addressable on the rightmost - COMPOUND_EXPR operand. - -2018-03-21 Nathan Sidwell - - PR c++/85008 - * tree.c (decl_linkage): Use DECL_CLONED_FUNCTION_P. - * decl2.c (vague_linkage_p): Likewise. - -2018-03-21 David Malcolm - - PR c++/84994 - * constexpr.c (constexpr_fn_retval): Make non-"static". - * cp-tree.h (constexpr_fn_retval): New decl. - * search.c (direct_accessor_p): Update leading comment. - (reference_accessor_p): Likewise. - (field_accessor_p): Replace check that function body is a - RETURN_EXPR with a call to constexpr_fn_retval. Fix - indentation of "field_type" decl. - -2018-03-21 Nathan Sidwell - - PR c++/84804 - * name-lookup.c (do_pushtag): Permit lambdas to be pushed into - complete classes. - -2018-03-21 Martin Sebor - - PR c++/84850 - * call.c (first_non_public_field): New template and function. - (first_non_trivial_field): New function. - (maybe_warn_class_memaccess): Call them. - -2018-03-21 David Malcolm - - PR c++/84892 - * search.c (field_accessor_p): Use class_of_this_parm rather than - type_of_this_parm, to check that "this" is a "const T *", rather - than a "T *const". - -2018-03-21 Nathan Sidwell - - * class.c (finish_struct_anon_r): Refactor, deprecate anything - other than public non-static data members. - * parser.c (cp_parser_init_declarator): Deprecate attributes after - parenthesized initializer. - - PR c++/84836 - * name-lookup.c (update_binding): Correct logic for local binding - update. - -2018-03-21 Marek Polacek - - PR c++/71638, ICE with NSDMI and reference. - * constexpr.c (cxx_eval_bare_aggregate): Update constructor's flags - even when we replace an element. - -2018-03-20 Marek Polacek - - PR c++/84978, ICE with NRVO. - * constexpr.c (cxx_eval_constant_expression): Handle the case when - a RESULT_DECL isn't in the hash map. - -2018-03-20 Jason Merrill - - PR c++/84978, ICE with NRVO. - * cvt.c (cp_get_fndecl_from_callee): Add fold parameter. - (cp_get_callee_fndecl_nofold): New. - * cp-gimplify.c (cp_genericize_r): Use it instead. - * call.c (check_self_delegation): Likewise. - -2018-03-20 Nathan Sidwell - - PR c++/84962 - * name-lookup.c (pushdecl_class_level): Push anon-struct's - member_vec, if there is one. - - PR c++/84970 - * cp-tree.h (lookup_list_keep): Declare. - * tree.c (lookup_list_keep): New, broken out of ... - (build_min): ... here. Call it. - * decl.c (cp_finish_decl): Call lookup_list_keep. - -2018-03-19 Jason Merrill - - PR c++/84937 - ICE with class deduction and auto. - * pt.c (rewrite_template_parm): Fix auto handling. - -2018-03-19 Marek Polacek - - PR c++/84925 - * pt.c (enclosing_instantiation_of): Check if fn is null. - - PR c++/84927 - * constexpr.c (cxx_eval_bare_aggregate): Update constructor's flags - as we evaluate the elements. - (cxx_eval_constant_expression): Verify constructor's flags - unconditionally. - -2018-03-19 Jason Merrill - - PR c++/71834 - template-id with too few arguments. - * pt.c (coerce_template_parms): Check fixed_parameter_pack_p. - -2018-03-19 Nathan Sidwell - - PR c++/84835 - * lambda.c (maybe_add_lambda_conv_op): Force C++ linkage. - * pt.c (build_template_decl): Propagate language linkage. - - PR c++/84812 - * name-lookup.c (set_local_extern_decl_linkage): Defend against - ambiguous lookups. - -2018-03-16 Jakub Jelinek - - PR c/84910 - * parser.c (cp_parser_lambda_introducer): Remove trailing space from - diagnostics. - * method.c (synthesize_method): Likewise. - * pt.c (convert_nontype_argument): Likewise. - -2018-03-16 Jason Merrill - - PR c++/84720 - ICE with rvalue ref non-type argument. - * pt.c (invalid_nontype_parm_type_p): Prohibit rvalue reference. - (convert_nontype_argument): Revert earlier change. - - PR c++/80227 - SFINAE and negative array size. - * decl.c (compute_array_index_type): Use - build_converted_constant_expr and valid_constant_size_p. - - PR c++/84906 - silent wrong code with ambiguous conversion. - * call.c (build_user_type_conversion_1): Set need_temporary_p on - ambiguous conversion. - (convert_like_real): Check it. - - PR c++/83937 - wrong C++17 handling of init-list ctor argument. - * call.c (build_special_member_call): Don't convert an init-list - argument directly to the class type. - -2018-03-16 Jakub Jelinek - - PR c++/79937 - PR c++/82410 - * cp-tree.h (CONSTRUCTOR_PLACEHOLDER_BOUNDARY): Define. - (find_placeholder): Declare. - * tree.c (struct replace_placeholders_t): Add exp member. - (replace_placeholders_r): Don't walk into ctors with - CONSTRUCTOR_PLACEHOLDER_BOUNDARY flag set, unless they are equal to - d->exp. Replace PLACEHOLDER_EXPR with unshare_expr (x) rather than x. - (replace_placeholders): Initialize data.exp. - (find_placeholders_r, find_placeholders): New functions. - * typeck2.c (process_init_constructor_record, - process_init_constructor_union): Set CONSTRUCTOR_PLACEHOLDER_BOUNDARY - if adding NSDMI on which find_placeholder returns true. - * call.c (build_over_call): Don't call replace_placeholders here. - * cp-gimplify.c (cp_genericize_r): Set TARGET_EXPR_NO_ELIDE on - TARGET_EXPRs with CONSTRUCTOR_PLACEHOLDER_BOUNDARY set on - TARGET_EXPR_INITIAL. - (cp_fold): Copy over CONSTRUCTOR_PLACEHOLDER_BOUNDARY bit to new - ctor. - -2018-03-16 Jason Merrill - - PR c++/83911 - ICE with multiversioned constructor. - * cp-gimplify.c (cp_genericize_r): Replace versioned function with - dispatchere here. - * call.c (build_over_call): Not here. - -2018-03-16 Jakub Jelinek - - PR c++/84874 - * decl.c (reshape_init_class): Don't assert d->cur->index == field - if d->cur->index is a FIELD_DECL, instead set field to d->cur->index. - -2018-03-15 Jakub Jelinek - - PR c++/84222 - * cp-tree.h (cp_warn_deprecated_use): Declare. - * tree.c (cp_warn_deprecated_use): New function. - * typeck2.c (build_functional_cast): Use it. - * decl.c (grokparms): Likewise. - (grokdeclarator): Likewise. Temporarily push nested class scope - around grokparms call for out of class member definitions. - -2018-03-14 Jason Merrill - - PR c++/84820 - no error for invalid qualified-id. - * parser.c (cp_parser_make_indirect_declarator): Don't wrap - cp_error_declarator. - - PR c++/84801 - ICE with unexpanded pack in lambda. - * pt.c (check_for_bare_parameter_packs): Don't return early for a - lambda in non-template context. - - PR c++/81236 - auto variable and auto function - * pt.c (tsubst_baselink): Update the type of the BASELINK after - mark_used. - -2018-03-14 Jason Merrill - - PR c++/83916 - ICE with template template parameters. - * pt.c (convert_template_argument): Don't substitute into type of - non-type parameter if we don't have enough arg levels. - (unify): Likewise. - -2018-03-14 Marek Polacek - - PR c++/84596 - * semantics.c (finish_static_assert): Check - instantiation_dependent_expression_p instead of - {type,value}_dependent_expression_p. - -2018-03-13 Paolo Carlini - Jason Merrill - - PR c++/82336 - link error with list-init default argument. - * decl.c (check_default_argument): Unshare an initializer list. - -2018-03-13 Jakub Jelinek - - PR c++/84843 - * decl.c (duplicate_decls): For redefinition of built-in, use error - and return error_mark_node. For redeclaration, return error_mark_node - rather than olddecl if !flag_permissive. - -2018-03-13 Jason Merrill - - PR c++/82565 - ICE with concepts and generic lambda. - * pt.c (instantiate_decl): Clear fn_context for lambdas. - -2018-03-13 Jason Merrill - - PR c++/84720 - ICE with rvalue ref non-type argument. - * pt.c (convert_nontype_argument): Handle rvalue references. - - PR c++/84839 - ICE with decltype of parameter pack. - * pt.c (tsubst_pack_expansion): Set cp_unevaluated_operand while - instantiating dummy parms. - - * parser.c (cp_parser_simple_type_specifier): Pedwarn about auto - parameter even without -Wpedantic. - - PR c++/84798 - ICE with auto in abstract function declarator. - * parser.c (cp_parser_parameter_declaration_clause): Check - parser->default_arg_ok_p. - -2018-03-13 Jakub Jelinek - - PR c++/84808 - * constexpr.c (find_array_ctor_elt): Don't use elt reference after - first potential CONSTRUCTOR_ELTS reallocation. Convert dindex to - sizetype. Formatting fixes. - -2018-03-12 Jason Merrill - - PR c++/84355 - ICE with deduction for member class template. - * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Always substitute into - CLASS_PLACEHOLDER_TEMPLATE. - - PR c++/84802 - ICE capturing uninstantiated class. - * lambda.c (build_capture_proxy): Call complete_type. - -2018-03-09 Jason Merrill - - PR c++/84770 - ICE with typedef and parameter pack. - * pt.c (verify_unstripped_args_1): Split out from - verify_unstripped_args. - - PR c++/84785 - ICE with alias template and default targs. - * pt.c (type_unification_real): Set processing_template_decl if - saw_undeduced == 1. - - PR c++/84752 - ICE with capture of constexpr array. - * call.c (standard_conversion): Set rvaluedness_matches_p on the - identity conversion under ck_lvalue. - -2018-03-09 Jason Merrill - Paolo Carlini - - PR c++/71169 - PR c++/71832 - * pt.c (any_erroneous_template_args_p): New. - * cp-tree.h (any_erroneous_template_args_p): Declare it. - * parser.c (cp_parser_class_specifier_1): Use it. - -2018-03-09 Jason Merrill - - PR c++/84726 - unnecessary capture of constant vars. - * cp-tree.h (LAMBDA_CAPTURE_EXPLICIT_P) - (LAMBDA_EXPR_CAPTURE_OPTIMIZED): New. - * expr.c (mark_use): Set LAMBDA_EXPR_CAPTURE_OPTIMIZED. - * lambda.c (is_constant_capture_proxy) - (current_lambda_expr, var_to_maybe_prune, mark_const_cap_r) - (prune_lambda_captures): New. - (finish_lambda_function): Call prune_lambda_captures. - -2018-03-09 Jason Merrill - Jakub Jelinek - - PR c++/84076 - * call.c (convert_arg_to_ellipsis): Instead of cp_build_addr_expr - build ADDR_EXPR with REFERENCE_TYPE. - (build_over_call): For purposes of check_function_arguments, if - argarray[j] is ADDR_EXPR with REFERENCE_TYPE created above, use - its operand rather than the argument itself. - -2018-03-09 Jakub Jelinek - - PR c++/84724 - * decl.c (duplicate_decls): Don't override __* prefixed builtins - except for __[^b]*_chk, instead issue permerror and for -fpermissive - also a note and return olddecl. - -2018-03-09 Nathan Sidwell - - PR c++/84733 - * name-lookup.c (do_pushdecl_with_scope): Only clear - current_function_decl when pushing a non-class (i.e. namespace) - scope. - -2018-03-08 Jason Merrill - Jakub Jelinek - - PR c++/80598 - * call.c (build_over_call): In templates set TREE_USED (first_fn) when - not calling mark_used for the benefit of -Wunused-function warning. - -2018-03-06 Jason Merrill - - * lambda.c (is_capture_proxy_with_ref): Remove. - * constexpr.c, expr.c, cp-tree.h, semantics.c: Adjust. - -2018-03-06 Marek Polacek - - PR c++/84684 - * constexpr.c (cxx_bind_parameters_in_call): Unshare evaluated - arguments. - -2018-03-06 Alexandre Oliva - - PR c++/84231 - * tree.c (lvalue_kind): Use presence/absence of REFERENCE_TYPE - only while processing template decls. - * typeck.c (build_x_conditional_expr): Move wrapping of - reference type around type... - * call.c (build_conditional_expr_1): ... here. Rename - is_lvalue to is_glvalue. - * parser.c (cp_parser_fold_expression): Catch REFERENCE_REF_P - INDIRECT_REF of COND_EXPR too. - - PR c++/84593 - * init.c (build_zero_init_1): Zero-initialize references. - - PR c++/84492 - * semantics.c (finish_stmt_expr_expr): Reject unresolved - overloads used as stmt expr values. - -2018-03-05 Jason Merrill - - PR c++/84708 - ICE with lambda in local class NSDMI. - * lambda.c (lambda_expr_this_capture): Handle local class NSDMI - context. - -2018-03-05 Jakub Jelinek - - PR c++/84684 - * constexpr.c (constexpr_call_hasher::equal): Return false if - lhs->hash != rhs->hash. Change return 1 to return true and - return 0 to return false. - -2018-03-05 Nathan Sidwell - - PR c++/84702 - * pt.c (process_template_arg): Mark lookup_keep on a default arg. - -2018-03-05 Marek Polacek - - PR c++/84707 - * decl.c (duplicate_decls): Check DECL_NAME before accessing - UDLIT_OPER_P. - -2018-03-05 Nathan Sidwell - - PR c++/84694 - * friend.c (do_friend): Restore check for identifier_p inside - TEMPLATE_ID_EXPR. - -2018-03-05 Paolo Carlini - - PR c++/84618 - * parser.c (cp_parser_lambda_introducer): Reject any capture not - involving a VAR_DECL or a PARM_DECL. - -2018-03-05 Pádraig Brady - Jason Merrill - Nathan Sidwell - - PR c++/84497 - * decl2.c (get_tls_init_fn): Check TYPE_HAS_TRIVIAL_DFLT too. - -2018-03-03 Jason Merrill - - PR c++/84686 - missing volatile loads. - * cvt.c (convert_to_void): Call maybe_undo_parenthesized_ref. - -2018-03-03 Paolo Carlini - - PR c++/71464 - * optimize.c (maybe_thunk_body): Bail out immediately if either - fns[0] or fns[1] is null. - -2018-03-02 Marek Polacek - - PR c++/84578 - * constexpr.c (get_array_or_vector_nelts): New. - (cxx_eval_array_reference): Use it. - (cxx_eval_vec_init_1): Likewise. - (cxx_eval_store_expression): Likewise. - -2018-03-02 Jason Merrill - - * semantics.c (force_paren_expr): Remove redundant test. - -2018-03-02 Marek Polacek - - PR c++/84663 - * decl.c (cp_complete_array_type): Check error_mark_node. - - PR c++/84664 - * typeck.c (cp_perform_integral_promotions): Check the result of - mark_rvalue_use. - -2018-03-02 Jakub Jelinek - - PR c++/84662 - * pt.c (tsubst_copy_and_build) : Use - RETURN instead of return. - : Likewise. - : If op0 is error_mark_node, just return - it instead of wrapping it into CONVERT_EXPR. - -2018-03-02 Jason Merrill - - Fix MIPS16 ICE. - * pt.c (type_dependent_expression_p): Check DECL_LANG_SPECIFIC. - -2018-03-02 Marek Polacek - - PR c++/84590 - * cp-gimplify.c (cp_fully_fold): Unwrap TARGET_EXPR or a CONSTRUCTOR - wrapped in VIEW_CONVERT_EXPR. - -2018-03-01 Martin Sebor - - PR c++/84294 - * decl.c (check_redeclaration_no_default_args): Merge attributes - specified on redeclarations of the same function template. - Remove dead code. - -2018-03-01 Marek Polacek - Jason Merrill - - PR c++/84582 - * semantics.c (force_paren_expr): Create a PAREN_EXPR when in - a template. - (maybe_undo_parenthesized_ref): Unwrap PAREN_EXPR. - * typeck2.c (store_init_value): Call fold_non_dependent_expr instead - of instantiate_non_dependent_expr. - * tree.c (lvalue_kind): Handle PAREN_EXPR like NON_DEPENDENT_EXPR. - -2018-03-01 Nathan Sidwell - - PR c++/84434 - * name-lookup.c (member_vec_dedup): Remove manually peeled - iteration. Ignore dependent ctor inheritance. - -2018-03-01 Jason Merrill - - PR c++/71569 - decltype of template. - * parser.c (cp_parser_decltype_expr): Handle missing template args. - -2018-03-01 Marek Polacek - - PR c++/84596 - * constexpr.c (require_rvalue_constant_expression): New function. - * cp-tree.h: Declare it. - * semantics.c (finish_static_assert): Use it instead of - require_potential_rvalue_constant_expression. - -2018-03-01 Jason Merrill - Alexandre Oliva - - PR c++/71569 - ICE with redundant args on member variable template. - * decl.c (start_decl): Handle partial specialization of member - variable template. - * pt.c (determine_specialization): Allow partial specialization - of member variable template without specializing enclosing class. - (process_partial_specialization): Improve error message. - -2018-02-28 Jason Merrill - - PR c++/71784 - ICE with ref-qualifier and explicit specialization. - * pt.c (determine_specialization): Check ref-qualifier. - -2018-02-28 Jakub Jelinek - - PR c++/84609 - * parser.c (cp_parser_attributes_opt): Formatting fix. - (cp_parser_skip_balanced_tokens, cp_parser_skip_gnu_attributes_opt, - cp_parser_skip_std_attribute_spec_seq, cp_parser_skip_attributes_opt): - New functions. - (cp_parser_member_declaration): Use cp_parser_skip_attributes_opt - instead of tentative parse to peek over optional attribute tokens - to check for CPP_COLON after them. - - PR c++/83871 - PR c++/83503 - * pt.c (INCLUDE_STRING): Remove define. - (warn_spec_missing_attributes): Use pretty_printer instead of - std::string. Fix up inform call so that the list of attributes - is in %s argument. - -2018-02-28 Martin Sebor - - PR testsuite/84617 - * decl.c (duplicate_decls): Fully merge attributes const, pure, - and malloc. - -2018-02-28 Nathan Sidwell - - PR c++/84602 - * name-lookup.h (search_anon_aggr): Add defaulted WANT_TYPE arg. - * name-lookup.c (fields_linear_search): Look in an anon-aggr - regardless of want_type. - (search_anon_aggr): Just use get_class_binding_direct. - -2018-02-28 Jakub Jelinek - - * decl.c (cp_finish_decomp): Don't adjust eltscnt when calling - inform_n. - -2018-02-27 Martin Sebor - - * pt.c: Avoid including directly. - -2018-02-27 Martin Sebor - - PR c++/83871 - PR c++/83503 - * cp-tree.h (warn_spec_missing_attributes): New function. - ((check_explicit_specialization): Add an argument. Call the above - function. - * decl.c (duplicate_decls): Avoid applying primary function template's - attributes to its explicit specializations. - cp/pt.c (warn_spec_missing_attributes): Define. - -2018-02-27 Håkon Sandsmark - - PR c++/71546 - lambda init-capture with qualified-id. - * parser.c (cp_parser_lambda_introducer): Clear scope after - each lambda capture. - -2018-02-27 Nathan Sidwell - - PR c++/84426 - * name-lookup.h (get_member_slot): Rename ... - (find_member_slot): ... here. - (add_member_slot): New. - * name-lookup.c (member_vec_linear_search): No need to check for - NULL slot. - (get_member_slot): Rename ... - (find_member_slot): ... here. Don't add slot for incomplete class. - (add_member_slot): New. - * class.c (add_method): Adjust get_member_slot rename. Bail out - if push_class_level_binding fails. Create slot and grok - properties once we're committed to insertion. - -2018-02-27 Jason Merrill - - PR c++/84489 - dependent default template argument - * pt.c (type_unification_real): Handle early substitution failure. - -2018-02-26 Jason Merrill - - PR c++/84560 - ICE capturing multi-dimensional VLA. - * tree.c (array_of_runtime_bound_p): False if the element is - variably-modified. - - PR c++/84441 - ICE with base initialized from ?: - * call.c (unsafe_copy_elision_p): Handle COND_EXPR. - - PR c++/84520 - ICE with generic lambda in NSDMI. - * lambda.c (lambda_expr_this_capture): Don't look for fake NSDMI - 'this' in a generic lambda instantiation. - - PR c++/84559 - ICE with constexpr VLA. - * constexpr.c (ensure_literal_type_for_constexpr_object): Check - for constexpr variable with VLA type. - -2018-02-26 Jakub Jelinek - - PR c++/84558 - * constexpr.c (cxx_eval_vec_init_1): For reuse, treat NULL eltinit like - a valid constant initializer. Formatting fixes. - -2018-02-26 Paolo Carlini - - PR c++/84540 - * pt.c (tsubst_attributes): Handle correctly tsubst_attribute - returning NULL_TREE. - (apply_late_template_attributes): Likewise. - -2018-02-26 Jakub Jelinek - - PR c++/84557 - * parser.c (cp_parser_omp_var_list_no_open): Only call - cp_parser_lookup_name_simple on names satisfying identifier_p. - (cp_parser_oacc_routine): Likewise. - -2018-02-26 Jason Merrill - - PR c++/84551 - ICE with concepts and -g. - * parser.c (add_debug_begin_stmt): Do nothing in a concept. - -2018-02-26 Marek Polacek - - PR c++/84325 - * tree.c (replace_placeholders_r): Only check TREE_CONSTANT on - non-types. - -2018-02-26 Jason Merrill - - PR c++/84447 - ICE with deleted inherited ctor with default arg. - * call.c (build_over_call): Handle deleted functions in one place. - -2018-02-26 Paolo Carlini - - PR c++/84533 - * decl.c (redeclaration_error_message): Don't try to use - DECL_DECLARED_CONSTEXPR_P on CONST_DECLs. - -2018-02-26 Paolo Carlini - - * lambda.c (build_capture_proxy): Define static. - * cp-tree.h (build_capture_proxy): Remove. - -2018-02-26 Marek Polacek - - PR c++/84537 - * name-lookup.c (suggest_alternative_in_explicit_scope): Return false - if name is error node. - -2018-02-25 Jason Merrill - - PR c++/84015 - ICE with class deduction and auto template parm. - * pt.c (rewrite_template_parm): Use tf_partial in first tsubst. - -2018-02-24 Marek Polacek - - PR c++/83692 - * constexpr.c (maybe_constant_init_1): New function. - (maybe_constant_init): Make it a wrapper around maybe_constant_init_1. - (cxx_constant_init): New function. - * cp-tree.h (cxx_constant_init): Declare. - * typeck2.c (store_init_value): Call cxx_constant_init instead of - cxx_constant_value. Move the maybe_constant_init call under an 'else'. - -2018-02-22 Jason Merrill - - PR c++/70468 - ICE with constructor delegation via typedef. - * pt.c (tsubst_initializer_list): Check for other mem-initializers - with constructor delegation. - -2018-02-22 Jason Merrill - - PR c++/84424 - ICE with constexpr and __builtin_shuffle. - * constexpr.c (reduced_constant_expression_p): Handle CONSTRUCTOR of - VECTOR_TYPE. - -2018-02-22 Marek Polacek - - PR c++/84493 - * parser.c (cp_parser_braced_list): Use require_open instead of - consume_open. - -2018-02-21 Jason Merrill - - PR c++/84454 - ICE with pack expansion in signature. - * error.c (find_typenames_r): Also stop on EXPR_PACK_EXPANSION. - -2018-02-20 Siddhesh Poyarekar - - * cp-objcp-common.c (cxx_block_may_fallthru): Add case for - IF_STMT. - -2018-02-20 Paolo Carlini - - PR c++/84446 - * parser.c (cp_parser_init_declarator): Don't call start_lambda_scope - on error_mark_node. - -2018-02-20 Jakub Jelinek - - PR c++/84445 - * class.c (fixed_type_or_null) : Only test - TREE_HAS_CONSTRUCTOR if instance is not an internal function call. - - PR c++/84449 - * tree.c (bot_manip): If build_cplus_new or break_out_target_exprs - returns error_mark_node, return it immediately. - (break_out_target_exprs): If cp_walk_tree with bot_manip returns - error_mark_node, return error_mark_node. - - PR c++/84455 - * pt.c (tsubst_lambda_expr): If not nested, increment temporarily - function_depth to avoid GC during finish_lambda_function. - -2018-02-19 Jason Merrill - - PR c++/84429 - ICE capturing VLA. - * lambda.c (build_capture_proxy): Handle reference refs. - -2018-02-19 Jakub Jelinek - - PR c++/84448 - * parser.c (cp_parser_binary_expression): For no_toplevel_fold_p, if - either operand is error_mark_node, set current.lhs to that instead of - creating a binary op with error_mark_node operands. - - PR c++/84430 - * constexpr.c (potential_constant_expression_1): Handle OMP_SIMD. - -2018-02-19 Paolo Carlini - - PR c++/84348 - * decl.c (grokdeclarator): Early return error_mark_node upon - ill-formed friend declaration. - -2018-02-16 Marek Polacek - Jakub Jelinek - - PR c++/84192 - * constexpr.c (cxx_eval_constant_expression) : Don't - set *jump_target to anything if jump_target is NULL. - -2018-02-16 Jason Merrill - - PR c++/84151 - unnecessary volatile load with static member. - * call.c (build_new_method_call_1): Avoid loading from a volatile - lvalue used as the object argument for a static member function. - - PR c++/81853 - using-directive and constexpr. - * constexpr.c (cxx_eval_constant_expression): Handle USING_STMT. - - PR c++/84420 - ICE with structured binding in lambda. - * lambda.c (is_capture_proxy): Check DECL_DECOMPOSITION_P. - - PR c++/83835 - C++17 error with constructor ctors. - * call.c (build_special_member_call): Set TARGET_EXPR_DIRECT_INIT_P. - - PR c++/82664 - ICE with reference to function template parm. - * pt.c (convert_nontype_argument_function): Avoid obfuscationg - NOP_EXPRs. - - PR c++/82764 - C++17 ICE with empty base - * class.c (build_base_field_1): Set DECL_SIZE to zero for empty base. - -2018-02-16 Jason Merrill - - PR c++/84421 - type-dependent if constexpr - * semantics.c (finish_if_stmt_cond): Check type_dependent_expression_p. - -2018-02-16 Nathan Sidwell - - Deprecate -ffriend-injection. - * decl.c (cxx_init_decl_processing): Emit warning on option. - * name-lookup.c (do_pushdecl): Emit warning if we push a visible - friend. - -2018-02-16 Paolo Carlini - - PR c++/82468 - * decl.c (check_special_function_return_type): Reject template - template parameter in deduction guide. - -2018-02-16 Nathan Sidwell - - PR c++/84375 - * name-lookup.c (do_pushdecl): Bail out on bad local friend injection. - -2018-02-15 Jason Merrill - - PR c++/83227 - C++17 ICE with init-list derived-to-base conversion. - * call.c (convert_like_real): Don't use the copy-list-initialization - shortcut for ck_base. - - PR c++/84045 - ICE with typedef and noexcept. - * except.c (build_noexcept_spec): Use strip_typedefs_expr. - - PR c++/84376 - ICE with omitted template arguments. - * pt.c (dguide_name_p): Check for IDENTIFIER_NODE. - - PR c++/84368 - wrong error with local variable in variadic lambda. - * pt.c (tsubst_pack_expansion): Fix handling of non-packs in - local_specializations. - -2018-02-15 Paolo Carlini - - PR c++/84330 - * constraint.cc (tsubst_constraint_info): Handle an error_mark_node - as first argument. - -2018-02-14 Paolo Carlini - - PR c++/84350 - * pt.c (do_auto_deduction): Don't check the TREE_TYPE of a null - init, early return. - -2018-02-14 Nathan Sidwell - - * decl2.c (mark_vtable_entries): Set input_location to decl's. - (c_parse_final_cleanups): Restore input_location after emitting - vtables. - -2018-02-14 Paolo Carlini - - * cp-tree.h (do_auto_deduction (tree, tree, tree)): Remove. - (do_auto_deduction (tree, tree, tree, tsubst_flags_t, - auto_deduction_context, tree, int): Add defaults. - * pt.c (do_auto_deduction (tree, tree, tree)): Remove definition. - (tsubst_omp_for_iterator): Adjust do_auto_deduction call, forward - tsubst_flags_t argument. - * init.c (build_new): Likewise. - -2018-02-13 Jakub Jelinek - - PR c++/84364 - * typeck.c (check_return_expr): Don't emit -Weffc++ warning - about return other than *this in assignment operators if - retval is type dependent expression. - -2018-02-13 Paolo Carlini - - PR c++/84333 - * call.c (build_conditional_expr_1): Use cp_save_expr instead of - save_expr for the G++ extension. - -2018-02-13 Jason Merrill - - PR c++/84080 - ICE with return type deduction and specialization. - * pt.c (determine_specialization): Check uses_template_parms. - - Fix more variadic capture issues. - * pt.c (find_parameter_packs_r): Also look at explicit captures. - (check_for_bare_parameter_packs): Check current_class_type for - lambda context. - (extract_locals_r): Handle seeing a full instantiation of a pack. - (tsubst_pack_expansion): Likewise. Force lambda capture. - * parser.c (cp_parser_lambda_introducer): Don't - check_for_bare_parameter_packs. - - PR c++/84338 - wrong variadic sizeof. - * pt.c (argument_pack_select_arg): Like the macro, but look through - a pack expansion. - (tsubst, tsubst_copy, dependent_template_arg_p): Use it. - (extract_fnparm_pack): Do make_pack_expansion. - (extract_locals_r): Do strip a pack expansion. - * cp-tree.h (ARGUMENT_PACK_SELECT_ARG): Remove. - -2018-02-12 Jakub Jelinek - - PR c++/84341 - * parser.c (cp_parser_binary_expression): Use build_min instead of - build2_loc to build the no_toplevel_fold_p toplevel binary expression. - -2018-02-12 Nathan Sidwell - - PR c++/84263 - * parser.c (cp_parser_decltype): Push and pop - deferring_access_checks. Reorganize to avoid goto. - -2018-02-12 Richard Biener - - PR c++/84281 - * constexpr.c (cxx_eval_vec_init_1): Use a RANGE_EXPR to compact - uniform constructors and delay allocating them fully. - -2018-02-09 Jason Merrill - - PR c++/84036 - ICE with variadic capture. - Handle variadic capture proxies more like non-variadic. - * lambda.c (build_capture_proxy): Remove workaround. - * pt.c (find_parameter_packs_r): The proxy is a pack. - (instantiate_class_template_1): Remove dead lambda code. - (extract_fnparm_pack): Don't make_pack_expansion. - (extract_locals_r): Don't strip a pack expansion. - (tsubst_pack_expansion): Handle proxy packs. Use - PACK_EXPANSION_EXTRA_ARGS less. - (tsubst_decl) [FIELD_DECL]: Don't register_specialization. - (tsubst_copy) [FIELD_DECL]: Don't retrieve*_specialization. - [VAR_DECL]: Handle ARGUMENT_PACK_SELECT. - (tsubst_expr) [DECL_EXPR]: Handle proxy packs. - (tsubst_copy_and_build) [VAR_DECL]: Handle proxy packs normally. - -2018-02-10 Jakub Jelinek - - PR sanitizer/83987 - * tree.c (cp_free_lang_data): Revert 2018-01-23 change. - -2018-02-09 Jason Merrill - - PR c++/81917 - ICE with void_t and partial specialization. - * pt.c (instantiate_class_template_1): Set TYPE_BEING_DEFINED before - calling most_specialized_partial_spec. - -2018-02-09 Nathan Sidwell - - PR c/84293 - * typeck.c (cp_build_indirect_ref_1, build_reinterpret_cast_1): - Pass expr location to strict_aliasing_warning. - -2018-02-09 Jason Merrill - - PR c++/84296 - ICE with qualified-id in template. - PR c++/83714 - * pt.c (unknown_base_ref_p): New. - (instantiation_dependent_scope_ref_p): Use it instead of - any_dependent_bases_p. - -2018-02-09 Marek Polacek - Jakub Jelinek - - PR c++/83659 - * constexpr.c (cxx_fold_indirect_ref): Sync some changes from - fold_indirect_ref_1, including poly_*int64. Verify first that - tree_fits_poly_int64_p (op01). Formatting fixes. - -2018-02-08 Paolo Carlini - - * constexpr.c (cxx_eval_component_reference): Use INDIRECT_REF_P. - * lambda.c (build_capture_proxy): Likewise. - * search.c (field_access_p): Likewise. - * semantics.c (omp_clause_decl, omp_privatize_field, - finish_omp_clauses): Likewise. - -2018-02-08 Paolo Carlini - - PR c++/83806 - * typeck.c (decay_conversion): Use mark_rvalue_use for the special - case of nullptr too. - -2018-02-08 Nathan Sidwell - - * class.c (finish_struct): Fix std:initializer_list diagnostic - formatting. - -2018-02-08 Paolo Carlini - - PR c++/83204 - * pt.c (tsubst_copy_and_build): Use force_paren_expr for INDIRECT_REF. - -2018-02-07 Jakub Jelinek - - PR c++/84082 - * parser.c (cp_parser_dot_deref_incomplete): New function. - (cp_parser_postfix_dot_deref_expression): Use it. - -2018-02-07 David Malcolm - - PR c++/81610 - PR c++/80567 - * name-lookup.c (suggest_rid_p): New function. - (lookup_name_fuzzy): Replace enum-rid-filtering logic with call to - suggest_rid_p. - -2018-02-07 Jason Merrill - - PR c++/84182 - ICE with captured lambda - PR c++/84181 - * pt.c (extract_locals_r, extract_local_specs): New. - (tsubst_pack_expansion): Use them. - -2018-02-07 Martin Liska - - PR c++/84059. - * class.c (add_method): Append argument value. - * cp-tree.h (maybe_version_functions): Add new argument. - * decl.c (decls_match): Call it if a declaration does not - have DECL_FUNCTION_VERSIONED. - (maybe_version_functions): record argument is added. - -2018-02-05 Marek Polacek - - * class.c: Remove unused global variables. - (build_primary_vtable): Don't gather statistics. - (print_class_statistics): Remove. - * cp-tree.h (print_class_statistics): Remove. - * tree.c (cxx_print_statistics): Don't call print_class_statistics. - -2018-02-02 Paolo Carlini - - * class.c (is_really_empty_class): Use DECL_UNNAMED_BIT_FIELD. - * constexpr.c (cx_check_missing_mem_inits): Likewise. - * decl.c (next_initializable_field, find_decomp_class_base, - cp_finish_decomp): Likewise. - * typeck2.c (process_init_constructor_record): Likewise. - -2018-02-02 Jason Merrill - - PR c++/84181 - ICE with lambda parm in template argument. - * tree.c (strip_typedefs_expr): Use cp_tree_operand_length. - -2018-02-01 Jason Merrill - - PR c++/84160 - ICE with nested variadic capture. - * lambda.c (is_capture_proxy_with_ref): New. - (insert_capture_proxy): Don't set DECL_CAPTURED_VARIABLE from a - COMPONENT_REF. - * expr.c (mark_use): Use is_capture_proxy_with_ref. - * constexpr.c (potential_constant_expression_1): Likewise. - * semantics.c (process_outer_var_ref): Likewise. - -2018-02-01 Marek Polacek - - PR c++/84125 - * typeck.c (build_address): Relax the assert when - processing_template_decl. - -2018-02-01 Jason Merrill - - PR c++/84126 - ICE with variadic generic lambda - PR c++/84036 - PR c++/82249 - * pt.c (tsubst_pack_expansion): Handle function parameter_packs in - PACK_EXPANSION_EXTRA_ARGS. - -2018-02-01 Paolo Carlini - - PR c++/83796 - * call.c (convert_like_real): If w're initializing from {} explicitly - call abstract_virtuals_error_sfinae. - -2018-01-31 Jason Merrill - Jakub Jelinek - - PR c++/83993 - * constexpr.c (cxx_eval_outermost_constant_expr): Build NOP_EXPR - around non-constant ADDR_EXPRs rather than clearing TREE_CONSTANT - on ADDR_EXPR. - -2018-01-31 Jakub Jelinek - - PR c++/83993 - * constexpr.c (diag_array_subscript): Emit different diagnostics - if TYPE_DOMAIN (arraytype) is NULL. - (cxx_eval_array_reference, cxx_eval_store_expression): For arrays - with NULL TYPE_DOMAIN use size_zero_node as nelts. - -2018-01-31 Paolo Carlini - - PR c++/84092 - * semantics.c (finish_qualified_id_expr): When handling an - UNBOUND_CLASS_TEMPLATE only adjust qualifying_class and expr. - -2018-01-31 Marek Polacek - - PR c++/84138 - * cp-gimplify.c (cp_fold): Check if X is an error node before - calling useless_type_conversion_p. - -2018-01-30 Jason Merrill - - PR c++/84091 - ICE with local class in lambda in template. - * decl2.c (determine_visibility): Look for outer containing template - instantiation. - - PR c++/84098 - ICE with lambda in template NSDMI. - * pt.c (instantiate_class_template_1): Ignore more lambdas. - -2018-01-29 Jason Merrill - - PR c++/68810 - wrong location for reinterpret_cast error. - * cvt.c (cp_convert_to_pointer): Always build a CONVERT_EXPR when - !dofold. - -2018-01-29 Marek Polacek - - PR c++/83996 - * constexpr.c (cxx_fold_indirect_ref): Compute ((foo *)&fooarray)[1] - => fooarray[1] in offset_int. - -2018-01-29 Jason Merrill - - PR c++/83942 - wrong unused warning with static_cast. - * cvt.c (ocp_convert): Call mark_rvalue_use. - -2018-01-26 Jason Merrill - - PR c++/83956 - wrong dtor error with anonymous union - * method.c (walk_field_subobs): Variant members only affect - deletedness. - (maybe_explain_implicit_delete): Pass &deleted_p for diagnostic. - - PR c++/84036 - ICE with variadic capture. - PR c++/82249 - * pt.c (tsubst_pack_expansion): When optimizing a simple - substitution, pull a single pack expansion out of its pack. - - PR c++/82514 - ICE with local class in generic lambda. - * pt.c (regenerated_lambda_fn_p): Remove. - (enclosing_instantiation_of): Don't use it. - (tsubst_function_decl): Call enclosing_instantiation_of. - - * pt.c (lookup_template_class_1): Add sanity check. - * name-lookup.c (do_pushtag): Don't add closures to local_classes. - -2018-01-25 Jakub Jelinek - - PR c++/84031 - * decl.c (find_decomp_class_base): Ignore unnamed bitfields. Ignore - recursive calls that return ret. - (cp_finish_decomp): Ignore unnamed bitfields. - -2018-01-23 Jason Merrill - - PR c++/82249 - wrong mismatched pack length error. - * pt.c (extract_fnparm_pack, tsubst_pack_expansion): Handle - unsubstituted function parameter pack. - -2018-01-23 Paolo Carlini - - PR c++/83921 - * decl.c (check_for_uninitialized_const_var): Not static; add - bool and tsubst_flags_t parameters; adjust to be used both in - constexpr context and not. - * constexpr.c (potential_constant_expression_1): Use the above. - * cp-tree.h (check_for_uninitialized_const_var): Declare. - -2018-01-23 Jason Merrill - - PR c++/83947 - ICE with auto declarations. - * pt.c (do_auto_deduction): Don't deduce from an auto decl. - * decl.c (undeduced_auto_decl): Limit to vars and fns. - -2018-01-23 David Malcolm - - PR c++/83974 - * pt.c (tsubst_copy_and_build) : Remove early bailout - for pointer to member function types. - -2018-01-23 Jakub Jelinek - - PR sanitizer/83987 - * tree.c (cp_free_lang_data): Change DECL_VALUE_EXPR of - DECL_OMP_PRIVATIZED_MEMBER vars to error_mark_node. - -2018-01-23 Nathan Sidwell - - PR c++/83988 - * pt.c (tsubst_baselink): Remove optype assert. - * ptree.c (cxx_print_xnode): Print BASELINK_OPTYPE. - -2018-01-23 Jakub Jelinek - - PR c++/83958 - * decl.c (cp_finish_decomp): Diagnose if reference structure binding - refers to incomplete type. - -2018-01-23 Nathan Sidwell - - Deprecate ARM-era for scope handling - * decl.c (poplevel): Flag_new_for_scope is a boolean-like. - (cxx_init_decl_processing): Deprecate flag_new_for_scope being - cleared. - * name-lookup.c (check_for_out_of_scope_variable): Deprecate and - cleanup handling. - * semantics.c (begin_for_scope): Flag_new_for_scope is - boolean-like. - (finish_for_stmt, begin_range_for_stmt): Likewise. - -2018-01-22 Jason Merrill - - PR c++/83720 - * decl2.c (determine_visibility): Fix template_decl handling - instead of blocking it. - - PR c++/83720 - ICE with lambda and LTO. - * decl2.c (determine_visibility): Clear template_decl for - function-scope decls. Propagate anonymous linkage from containing - function. - -2018-01-22 Marek Polacek - - PR c++/81933 - * typeck2.c (split_nonconstant_init_1): Return false if we didn't - split out anything. - -2018-01-22 Ville Voutilainen - - PR c++/83895 - * decl.c (grokdeclarator): Don't diagnose extra parens - on typedefs. - -2018-01-19 Jakub Jelinek - - PR c++/81167 - * call.c (joust): Use TREE_TYPE (source) if source is - a POINTER_TYPE_P rather than if ! DECL_CONSTRUCTOR_P (w->fn). - - PR c++/83919 - * typeck.c (convert_for_assignment): Suppress warn_ignored_qualifiers - for direct enum init. - * decl.c (reshape_init): Likewise. - -2018-01-19 Marek Polacek - - * constexpr.c (fold_simple): Simplify. - -2018-01-18 Jason Merrill - - PR c++/83714 - * search.c (any_dependent_bases_p): Handle null TREE_BINFO. - * pt.c (instantiation_dependent_scope_ref_p): True if - any_dependent_bases_p. - -2018-01-18 Paolo Carlini - - * cp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIALIZED_P - vs DECL_NONTRIVIALLY_INITIALIZED_P). - -2018-01-18 Jason Merrill - - PR c++/82461 - constexpr list-initialized member - * constexpr.c (potential_constant_expression_1): Check - TARGET_EXPR_DIRECT_INIT_P. - -2018-01-18 Paolo Carlini - - PR c++/81013 - * decl.c (xref_basetypes): Early return upon error about derived - union. - -2018-01-18 Nathan Sidwell - - PR c++/83160 - * cp-tree.h (mark_use): Declare. - * expr.c (mark_use): Make extern. - * call.c (direct_reference_binding): Set inner conv's - rvaluedness_matches_p, if it is an identity. - (convert_like_real): Mark lvalue or rvalue use for identity as - rvaledness_matches_p demands. - -2018-01-18 Jakub Jelinek - - PR c++/83824 - * parser.c (attr_chainon): New function. - (cp_parser_label_for_labeled_statement, cp_parser_decl_specifier_seq, - cp_parser_namespace_definition, cp_parser_init_declarator, - cp_parser_type_specifier_seq, cp_parser_parameter_declaration, - cp_parser_gnu_attributes_opt): Use it. - (cp_parser_member_declaration, cp_parser_objc_class_ivars, - cp_parser_objc_struct_declaration): Likewise. Don't reset - prefix_attributes if attributes is error_mark_node. - -2018-01-17 Paolo Carlini - - PR c++/78344 - * decl.c (grokdeclarator): Do not append the error_mark_node - due to an erroneous optional attribute-specifier-seq. - -2018-01-17 Jakub Jelinek - - PR c++/83897 - * cp-gimplify.c (cp_maybe_instrument_return): Handle - CLEANUP_POINT_EXPR. - -2018-01-17 Paolo Carlini - - PR c++/81054 - * constexpr.c (ensure_literal_type_for_constexpr_object): Return - error_mark_node when we give an error. - * decl.c (cp_finish_decl): Use the latter. - -2018-01-17 Nathan Sidwell - - PR c++/83287 - * init.c (build_raw_new_expr): Scan list for lookups to keep. - -2018-01-17 David Malcolm - - PR c++/83814 - * expr.c (fold_for_warn): Move from c-common.c, reducing to just - the C++ part. If processing a template, call - fold_non_dependent_expr rather than fully folding. - -2018-01-17 Jason Merrill - - PR c++/81067 - redundant NULL warning. - * call.c (convert_like_real): Restore null_node handling. - -2018-01-17 Jason Merrill - - PR c++/81843 - ICE with variadic member template. - PR c++/72801 - * pt.c (unify_pack_expansion): Don't try to deduce enclosing - template args. - -2018-01-17 David Malcolm - - PR c++/83799 - * pt.c (type_dependent_expression_p): Strip any location wrapper - before testing tree codes. - (selftest::test_type_dependent_expression_p): New function. - (selftest::cp_pt_c_tests): Call it. - -2018-01-17 Nathan Sidwell - - PR c++/83739 - * pt.c (tsubst_expr) : Rebuild a range_for if - this not a final instantiation. - -2018-01-16 Jason Merrill - - PR c++/83714 - ICE checking return in template. - * typeck.c (check_return_expr): Call build_non_dependent_expr. - -2018-01-16 Jakub Jelinek - - PR c++/83817 - * pt.c (tsubst_copy_and_build) : If function - is AGGR_INIT_EXPR rather than CALL_EXPR, set AGGR_INIT_FROM_THUNK_P - instead of CALL_FROM_THUNK_P. - - PR c++/83825 - * name-lookup.c (member_vec_dedup): Return early if len is 0. - (resort_type_member_vec, set_class_bindings, - insert_late_enum_def_bindings): Use vec qsort method instead of - calling qsort directly. - -2018-01-15 Martin Sebor - - PR c++/83588 - * class.c (find_flexarrays): Make a record of multiple flexible array - members. - -2018-01-12 Jason Merrill - - PR c++/83186 - ICE with static_cast of list-initialized temporary. - * typeck.c (build_static_cast): Use build_non_dependent_expr. - -2018-01-12 Nathan Sidwell - - * cp-tree.h (mark_rvalue_use): Add parm name. - * expr.c (mark_lvalue_use, mark_lvalue_use_nonread): Move next to - mark_rvalue_use. - * call.c (convert_like_real): Fix formatting. - -2018-01-11 Jason Merrill - - PR c++/82728 - wrong -Wunused-but-set-variable - PR c++/82799 - PR c++/83690 - * call.c (perform_implicit_conversion_flags): Call mark_rvalue_use. - * decl.c (case_conversion): Likewise. - * semantics.c (finish_static_assert): Call - perform_implicit_conversion_flags. - -2018-01-11 Nathan Sidwell - - * method.c (enum mangling_flags): Delete long-dead enum. - -2018-01-10 Paolo Carlini - - * parser.c (cp_parser_std_attribute_spec): When - token_pair::require_open / require_close return false simply - return error_mark_node, avoid duplicate cp_parser_error about - expected '(' / ')', respectively. - -2018-01-10 David Malcolm - - PR c++/43486 - * call.c (null_ptr_cst_p): Strip location wrappers when - converting from '0' to a pointer type in C++11 onwards. - (conversion_null_warnings): Replace comparison with null_node with - call to null_node_p. - (build_over_call): Likewise. - * cp-gimplify.c (cp_fold): Remove the early bailout when - processing_template_decl. - * cp-lang.c (selftest::run_cp_tests): Call - selftest::cp_pt_c_tests and selftest::cp_tree_c_tests. - * cp-tree.h (cp_expr::maybe_add_location_wrapper): New method. - (selftest::run_cp_tests): Move decl to bottom of file. - (null_node_p): New inline function. - (selftest::cp_pt_c_tests): New decl. - (selftest::cp_tree_c_tests): New decl. - * cvt.c (build_expr_type_conversion): Replace comparison with - null_node with call to null_node_p. - * error.c (args_to_string): Likewise. - * except.c (build_throw): Likewise. - * mangle.c (write_expression): Skip location wrapper nodes. - * parser.c (literal_integer_zerop): New function. - (cp_parser_postfix_expression): Call maybe_add_location_wrapper on - the result for RID_TYPEID. Pass true for new "wrap_locations_p" - param of cp_parser_parenthesized_expression_list. When calling - warn_for_memset, replace integer_zerop calls with - literal_integer_zerop, eliminating the double logical negation - cast to bool. Eliminate the special-casing for CONST_DECL in - favor of the fold_for_warn within warn_for_memset. - (cp_parser_parenthesized_expression_list): Add "wrap_locations_p" - param, defaulting to false. Convert "expr" to a cp_expr, and call - maybe_add_location_wrapper on it when wrap_locations_p is true. - (cp_parser_unary_expression): Call maybe_add_location_wrapper on - the result for RID_ALIGNOF and RID_SIZEOF. - (cp_parser_builtin_offsetof): Likewise. - * pt.c: Include "selftest.h". - (tsubst_copy): Handle location wrappers. - (tsubst_copy_and_build): Likewise. - (build_non_dependent_expr): Likewise. - (selftest::test_build_non_dependent_expr): New function. - (selftest::cp_pt_c_tests): New function. - * tree.c: Include "selftest.h". - (lvalue_kind): Handle VIEW_CONVERT_EXPR location wrapper nodes. - (selftest::test_lvalue_kind): New function. - (selftest::cp_tree_c_tests): New function. - * typeck.c (string_conv_p): Strip any location wrapper from "exp". - (cp_build_binary_op): Replace comparison with null_node with call - to null_node_p. - (build_address): Use location of operand when building address - expression. - -2018-01-10 Marek Polacek - - PR c++/82541 - * call.c (build_conditional_expr_1): Check complain before warning. - * pt.c (tsubst_copy_and_build) : Suppress - -Wduplicated-branches. - -2018-01-10 Jakub Jelinek - - PR c++/81327 - * call.c (maybe_warn_class_memaccess): Add forward declaration. - Change last argument from tree * to const vec *, adjust - args uses and check number of operands too. Don't strip away any - nops. Use maybe_constant_value when looking for INTEGER_CST args. - Deal with src argument not having pointer type. Check - tree_fits_uhwi_p before calling tree_to_uhwi. Remove useless - test. - (build_over_call): Call maybe_warn_class_memaccess here on the - original arguments. - (build_cxx_call): Rather than here on converted arguments. - -2018-01-10 Paolo Carlini - - PR c++/81055 - * init.c (build_vec_init): Avoid building an INIT_EXPR with - error_mark_node as second argument. - -2018-01-09 Jakub Jelinek - - PR c++/83734 - * constexpr.c (cxx_eval_statement_list): Ignore DEBUG_BEGIN_STMTs - in STATEMENT_LIST. Remove unneeded assert. - -2018-01-03 Richard Sandiford - Alan Hayward - David Sherwood - - * constexpr.c (cxx_eval_array_reference): Handle polynomial - VECTOR_CST_NELTS. - (cxx_fold_indirect_ref): Handle polynomial TYPE_VECTOR_SUBPARTS. - * call.c (build_conditional_expr_1): Likewise. - * decl.c (cp_finish_decomp): Likewise. - * mangle.c (write_type): Likewise. - * typeck.c (structural_comptypes): Likewise. - (cp_build_binary_op): Likewise. - * typeck2.c (process_init_constructor_array): Likewise. - -2018-01-03 Jakub Jelinek - - PR c++/83555 - * typeck.c (build_static_cast_1): For static casts to reference types, - call build_base_path with flag_delete_null_pointer_checks as nonnull - instead of always false. When -fsanitize=null, call - ubsan_maybe_instrument_reference on the NULL reference INTEGER_CST. - * cp-gimplify.c (cp_genericize_r): Don't walk subtrees of UBSAN_NULL - call if the first argument is INTEGER_CST with REFERENCE_TYPE. - -2018-01-03 Nathan Sidwell - - PR c++/83667 - * method.c (make_alias_for): Copy DECL_CONTEXT. - -2018-01-03 Marek Polacek - - PR c++/83592 - * decl.c (grokdeclarator): Don't warn about MVP in typename context. - -2018-01-03 Jakub Jelinek - - PR preprocessor/83602 - * name-lookup.c (lookup_name_fuzzy): Don't use macro_use_before_def - for builtin macros. - - PR c++/83634 - * cp-gimplify.c (cp_fold) : If the operand folds to - error_mark_node, return error_mark_node. +2019-01-01 Jakub Jelinek Update copyright years. - -2018-01-02 Jakub Jelinek - - PR c++/83556 - * tree.c (replace_placeholders_r): Pass NULL as last argument to - cp_walk_tree instead of d->pset. If non-TREE_CONSTANT and - non-PLACEHOLDER_EXPR tree has been seen already, set *walk_subtrees - to false and return. - (replace_placeholders): Pass NULL instead of &pset as last argument - to cp_walk_tree. - -2018-01-02 Nathan Sidwell - - * constexpr.c (cxx_bind_parameters_in_call): Remove unneeded local - lval var. -Copyright (C) 2018 Free Software Foundation, Inc. +Copyright (C) 2019 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-2018 b/gcc/cp/ChangeLog-2018 new file mode 100644 index 00000000000..a53ea052510 --- /dev/null +++ b/gcc/cp/ChangeLog-2018 @@ -0,0 +1,5477 @@ +2018-12-27 Martin Liska + + PR c++/88263 + * decl2.c (get_local_tls_init_fn): Add location_t argument and + use it. + (get_tls_init_fn): Call it with location of variable for which + we'll need to create tls_init function. + (handle_tls_init): Likewise. + +2018-12-21 Jakub Jelinek + + PR c++/86524 + PR c++/88446 + * cp-tree.h (cp_fold_maybe_rvalue, cp_fold_rvalue): Declare. + (fold_non_dependent_expr): Add manifestly_const_eval argument. + * constexpr.c (cxx_eval_builtin_function_call): Evaluate + __builtin_constant_p if ctx->manifestly_const_eval even in constexpr + functions. Don't reuse dummy{1,2} vars between different arguments. + Use cp_fold_rvalue instead of cp_fully_fold. Fix comment typo. + (fold_non_dependent_expr): Add manifestly_const_eval argument, pass + it through to cxx_eval_outermost_constant_expr and + maybe_constant_value. + * cp-gimplify.c (cp_fold_maybe_rvalue, cp_fold_rvalue): No longer + static. + * semantics.c (finish_static_assert): Call fold_non_dependent_expr + with true as manifestly_const_eval. + +2018-12-20 Marek Polacek + + PR c++/88196 - ICE with class non-type template parameter. + * pt.c (convert_nontype_argument): If the expr is a PTRMEM_CST, also + check if the type we're converting it to is TYPE_PTRMEM_P. + +2018-12-20 H.J. Lu + + PR c/51628 + * call.c (convert_for_arg_passing): Call + warn_for_address_or_pointer_of_packed_member. + * typeck.c (convert_for_assignment): Likewise. + +2018-12-20 Jakub Jelinek + + PR c++/88180 + * parser.c (cp_parser_class_specifier_1): If + cp_parser_check_type_definition fails, skip default arguments, NSDMIs, + etc. like for erroneous template args. + + * cp-tree.h (cp_fully_fold_init): Declare. + * cp-gimplify.c (cp_fully_fold_init): New function. + * typeck2.c (split_nonconstant_init, store_init_value): Use it + instead of cp_fully_fold. + +2018-12-19 Segher Boessenkool + + * parser.c (cp_parser_asm_definition): Do not allow any asm qualifiers + on top-level asm. + +2018-12-19 Segher Boessenkool + + * parser.c (cp_parser_asm_definition) : Give + a more specific error message (instead of just falling through). + +2018-12-19 Segher Boessenkool + + * parser.c (cp_parser_asm_definition): Rewrite the loop to work without + "done" boolean variable. + * parser.c (cp_parser_asm_definition): Keep track of the location each + asm qualifier is first seen; use that to give nicer "duplicate asm + qualifier" messages. + +2018-12-19 Segher Boessenkool + + * parser.c (cp_parser_asm_definition): Rewrite the loop to work without + "done" boolean variable. + +2018-12-19 David Malcolm + + PR c++/88375 + * typeck.c (convert_for_assignment): Capture location of rhs + before stripping, and if available. Use the location when + complaining about bad conversions, labelling it with the + rhstype if the location was present. + * typeck2.c (digest_init_r): Capture location of init before + stripping. + +2018-12-19 David Malcolm + + PR c++/87504 + * call.c (op_error): Convert 1st param from location_t to + const op_location_t &. Use binary_op_rich_location for binary + ops. + (build_conditional_expr_1): Convert 1st param from location_t to + const op_location_t &. + (build_conditional_expr): Likewise. + (build_new_op_1): Likewise. + (build_new_op): Likewise. + * cp-tree.h (build_conditional_expr): Likewise. + (build_new_op): Likewise. + (build_x_binary_op): Likewise. + (cp_build_binary_op): Likewise. + * parser.c (cp_parser_primary_expression): Build a location + for id-expression nodes. + (cp_parser_binary_expression): Use an op_location_t when + calling build_x_binary_op. + (cp_parser_operator): Build a location for user-defined literals. + * typeck.c (build_x_binary_op): Convert 1st param from location_t + to const op_location_t &. + (cp_build_binary_op): Likewise. Use binary_op_rich_location. + +2018-12-19 David Malcolm + + PR c++/43064 + PR c++/43486 + * call.c (build_conditional_expr_1): Strip location wrappers when + checking for CONST_DECL. + (conversion_null_warnings): Use location of "expr" if available. + * class.c (fixed_type_or_null): Handle location wrappers. + * constexpr.c (potential_constant_expression_1): Likewise. + * cvt.c (ignore_overflows): Strip location wrappers when + checking for INTEGER_CST, and re-wrap the result if present. + (ocp_convert): Call fold_for_warn before checking for INTEGER_CST. + * decl.c (reshape_init_r): Strip any location wrapper. + (undeduced_auto_decl): Likewise. + * expr.c (mark_discarded_use): Likewise for expr. + * init.c (build_aggr_init): Likewise before checking init for + DECL_P. + (warn_placement_new_too_small): Call fold_for_warn on adj before + checking for CONSTANT_CLASS_P, and on nelts. Strip any location + wrapper from op0 and on oper before checking for VAR_P. + * parser.c (cp_parser_primary_expression): Call + maybe_add_location_wrapper on numeric and string literals. + (cp_parser_postfix_expression): Strip any location wrapper when + checking for DECL_IS_BUILTIN_CONSTANT_P. + (cp_parser_unary_expression): Ensure that folding of NEGATE_EXPR + around a constant happens in the presence of location wrappers and + returns a wrapped result. + (cp_parser_has_attribute_expression): Strip any location wrapper + from "oper". + (cp_parser_binary_expression): Strip any location wrapper when + checking for DECL_P on the lhs. + (cp_parser_decltype): Strip any location wrapper from result of + cp_parser_decltype_expr. + (cp_parser_mem_initializer): Add location wrappers to the + parenthesized expression list. + (cp_parser_template_parameter_list): Don't create wrapper nodes + within a template-parameter-list. + (cp_parser_template_argument_list): Don't create wrapper nodes + within a template-argument-list. + (cp_parser_parameter_declaration): Strip location wrappers from + default arguments. + (cp_parser_gnu_attribute_list): Don't create wrapper nodes. + (cp_parser_std_attribute_spec_seq): Likewise. + (cp_parser_omp_all_clauses): Don't create wrapper nodes within + OpenMP clauses. + (cp_parser_omp_for_loop): Likewise. + (cp_parser_omp_declare_reduction_exprs): Likewise. + * pt.c (convert_nontype_argument_function): Strip location + wrappers from fn_no_ptr before checking for FUNCTION_DECL. + (tsubst_default_argument): Move note about which callsite led to + instantiation to after the check_default_argument call. + (do_auto_deduction): Likewise from init before checking for + DECL_P. + * semantics.c (force_paren_expr): Likewise from expr before + checking for DECL_P. + (finish_parenthesized_expr): Likewise from expr before + checking for STRING_CST. + (perform_koenig_lookup): Likewise from fn. + (finish_call_expr): Likewise. + (finish_id_expression): Rename to... + (finish_id_expression_1): ...this, calling + maybe_add_location_wrapper on the result. + (capture_decltype): Use lookup_name_real rather than value_member + when looking up decl within the capture-list. + * tree.c (cp_stabilize_reference): Strip any location wrapper. + (builtin_valid_in_constant_expr_p): Likewise. + (strip_typedefs_expr): Strip any location wrapper before checking + for decls or constants. + (is_overloaded_fn): Likewise. + (maybe_get_fns): Likewise. + (selftest::test_lvalue_kind): Verify lvalue_p. + * typeck.c (cxx_sizeof_expr): Strip any location wrapper. + (cxx_alignof_expr): Likewise. + (is_bitfield_expr_with_lowered_type): Handle location wrappers. + (cp_build_array_ref): Call maybe_constant_value on "idx". + (cp_build_binary_op): Strip location wrapper from first_arg before + checking for PARM_DECL. Likewise for op1 before checking for + INTEGER_CST in two places. Likewise for orig_op0 and orig_op1 + when checking for STRING_CST. + (cp_build_addr_expr_1): Likewise for arg when checking for + FUNCTION_DECL. + (cp_build_modify_expr): Likewise for newrhs when checking for + STRING_CST. + (convert_for_assignment): Don't strip location wrappers when + stripping NON_LVALUE_EXPR. + (maybe_warn_about_returning_address_of_local): Strip location + wrapper from whats_returned before checking for DECL_P. + (can_do_nrvo_p): Strip location wrapper from retval. + (treat_lvalue_as_rvalue_p): Likewise. + (check_return_expr): Likewise. + * typeck2.c (cxx_incomplete_type_diagnostic): Strip location + wrapper from value before checking for VAR_P or PARM_DECL. + (digest_init_r): Strip location wrapper from init. When + copying "init", also copy the wrapped node. + +2018-12-19 Jakub Jelinek + + PR c++/87934 + * constexpr.c (cxx_eval_constant_expression) : Do + re-process TREE_CONSTANT CONSTRUCTORs if they aren't reduced constant + expressions. + +2018-12-19 Alexandre Oliva + + PR c++/87012 + * pt.c (convert_template_argument): Canonicalize type after + tsubst/deduce. + + PR c++/88146 + * method.c (do_build_copy_constructor): Guard cvquals init and + loop over fields to run for non-inherited ctors only. + (synthesize_method): Retain location of inherited ctor. + +2018-12-17 Jakub Jelinek + + PR c++/88410 + * cp-gimplify.c (cp_fold) : For offsetof-like folding, + call maybe_constant_value on val to see if it is INTEGER_CST. + +2018-12-17 Jonathan Wakely + + PR c++/52321 + * typeck.c (build_static_cast): Print a note when the destination + type or the operand is a pointer/reference to incomplete class type. + +2018-12-16 Jakub Jelinek + + PR c++/88482 + * except.c (verify_library_fn): New function. + (declare_library_fn): Use it. Initialize TM even if the non-TM + library function has been user declared. + (do_end_catch): Don't set TREE_NOTHROW on error_mark_node. + (expand_start_catch_block): Don't call initialize_handler_parm + for error_mark_node. + (build_throw): Use verify_library_fn. Initialize TM even if the + non-TM library function has been user declared. Don't crash if + any library fn is error_mark_node. + +2018-12-14 Jason Merrill + + * pt.c (tsubst_expr) [DECL_EXPR]: Ignore class-scope bindings when + looking up a capture proxy. + +2018-12-15 Paolo Carlini + + PR c++/84644 + * decl.c (check_tag_decl): A decltype with no declarator + doesn't declare anything. + +2018-12-14 Alexandre Oliva + + PR c++/87814 + * pt.c (tsubst_exception_specification): Handle + DEFERRED_NOEXCEPT with !defer_ok. + +2018-12-14 Jason Merrill + + PR c++/86823 + * parser.c (cp_parser_template_id): Rearrange deferred access + checks into the firewall. + +2018-12-14 Jakub Jelinek + + PR c++/82294 + PR c++/87436 + * init.c (build_vec_init): Change num_initialized_elts type from int + to HOST_WIDE_INT. Build a RANGE_EXPR if e needs to be repeated more + than once. + +2018-12-13 Marek Polacek + + PR c++/88216 - ICE with class type in non-type template parameter. + * mangle.c (write_expression): Handle TARGET_EXPR and + VIEW_CONVERT_EXPR. + * pt.c (convert_nontype_argument): Don't call + get_template_parm_object for value-dependent expressions. + +2018-12-13 Nathan Sidwell + + PR c++/87531 + * class.c (finish_struct): Set DECL_CONTEXT of template assign op. + * name-lookup.c (get_class_binding_direct): Don't strip using-decl + of overload here. + * parser.c (cp_parser_postfix_expression): Cope with using decl in + overload set. + * semantics.c (finish_id_expr): Likewise. + +2018-12-12 Paolo Carlini + + * decl.c (grokdeclarator): Fix location of error message about + static data member definition. + +2018-12-12 Jakub Jelinek + + PR c++/88446 + * cp-tree.h (maybe_constant_value): Add manifestly_const_eval + argument. + * constexpr.c (struct constexpr_call): Rename pretend_const_required + member to manifestly_const_eval. + (struct constexpr_ctx): Likewise. + (constexpr_call_hasher::equal): Adjust users. + (cxx_eval_builtin_function_call): Likewise. Formatting fix. + (cxx_eval_call_expression): Adjust users. + (cxx_eval_outermost_constant_expr, maybe_constant_init_1, + maybe_constant_init): Rename pretend_const_required argument to + manifestly_const_eval, adjust function comments. + (maybe_constant_value): Add manifestly_const_eval argument. If true, + don't cache and call cxx_eval_outermost_constant_expr with true as + manifestly_const_eval. + * decl.c (compute_array_index_type_loc): Call maybe_constant_value + with true as manifestly_const_eval. + + PR c++/88449 + * constexpr.c (struct constexpr_call): Add pretend_const_required + member. + (constexpr_call_hasher::equal): Return false if pretend_const_required + members differ. + (cxx_eval_call_expression): Adjust new_call initialization. Hash in + ctx->pretend_const_required. + +2018-12-11 Jakub Jelinek + + PR c++/87861 + * class.c (build_vtbl_initializer): For TARGET_VTABLE_USES_DESCRIPTORS + bump index for each added word. + * constexpr.c (find_array_ctor_elt): Add forward declaration. + (cxx_eval_call_expression): Handle TARGET_VTABLE_USES_DESCRIPTORS + vtable calls. + (cxx_eval_constant_expression) : Divide token + by TARGET_VTABLE_USES_DESCRIPTORS if non-zero. + +2018-12-11 Marek Polacek + + PR c++/86608 - reading constexpr volatile variable. + * constexpr.c (potential_constant_expression_1): Check want_rval + instead of checking if we have a decl. + * decl2.c (decl_maybe_constant_var_p): Don't consider volatile + constexpr variables as maybe constant. + +2018-12-11 Paolo Carlini + + * decl.c (grokvardecl): Add location_t parameter and use it + in build_lang_decl_loc and build_decl calls. + (grokdeclarator): Move up loc declaration and use it in the + grokvardecl call too. + +2018-12-09 Cesar Philippidis + + * parser.c (cp_parser_oacc_kernels_parallel): Adjust EXPR_LOCATION + on the combined acc loop. + +2018-12-07 Paolo Carlini + + * decl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in error messages + about bit-fields with function type, warn_if_not_aligned type, and + static bit-fields; avoid DECL_NAME for unnamed declarations. + +2018-12-07 Jakub Jelinek + + PR c++/86669 + * call.c (make_temporary_var_for_ref_to_temp): Call pushdecl even for + automatic vars. + + PR c++/87506 + * constexpr.c (adjust_temp_type): Handle EMPTY_CLASS_EXPR. + +2018-12-06 Paolo Carlini + + * class.c (check_bitfield_decl): In error message about non-integral + type print the type itself too. + * decl.c (grokdeclarator): Do not ICE on unnamed bit-fields declared + friends; when calling build_decl for a FIELD_DECL possibly pass the + declarator->id_loc. + +2018-12-06 Alexandre Oliva + + PR c++/86747 + * pt.c (tsubst_friend_class): Enter tsubsted class context. + + PR c++/86397 + * except.c (build_noexcept_spec): Resolve nondependent + expressions. + +2018-12-06 Jason Merrill + + PR c++/88136 - -Wdeprecated-copy false positives + * class.c (classtype_has_depr_implicit_copy): Rename from + classtype_has_user_copy_or_dtor. + * method.c (lazily_declare_fn): Adjust. + * decl2.c (cp_warn_deprecated_use): Refer to -Wdeprecated-copy-dtor + if deprecation is due to a destructor. + +2018-12-06 Marek Polacek + + PR c++/88373 - wrong parse error with ~. + * parser.c (cp_parser_template_name): Check tag_type for + none_type. + +2018-12-06 Segher Boessenkool + + * cp-tree.h (finish_asm_stmt): Update declaration. + * parser.c (cp_parser_asm_definition): Detect the inline keyword + after asm. Pass a flag for it to finish_asm_stmt. + * pt.c (tsubst_expr): Pass the ASM_INLINE_P flag to finish_asm_stmt. + * semantics.c (finish_asm_stmt): Add inline_p parameter. Use it to + set ASM_INLINE_P. + +2018-12-06 Segher Boessenkool + + PR inline-asm/55681 + * parser.c (cp_parser_asm_definition): Update grammar. Allow any + combination of volatile and goto, in any order, without repetitions. + +2018-12-06 David Malcolm + + PR c++/85110 + * call.c (conversion_null_warnings): Try to use the location of + the expression for the warnings. Add notes showing the parameter + of the function decl, where available. + (get_fndecl_argument_location): For implicitly-declared functions, + use the fndecl location rather than that of the param. + (maybe_inform_about_fndecl_for_bogus_argument_init): New function. + (convert_like_real): Use it in various places to avoid repetition. + (complain_about_bad_argument): Likewise. + * cp-tree.h (maybe_inform_about_fndecl_for_bogus_argument_init): + New declaration. + * decl2.c (check_default_args): Put all diagnostics for the fndecl + into a diagnostic group. Use the location of the parameter when + complaining about parameters with missing default arguments in + preference to that of the fndecl. Attempt to record the location + of the first parameter with a default argument and emit a note + for the first parameter that's missing one. + * typeck.c (convert_arguments): When complaining about parameters + with incomplete types, attempt to use the location of the + argument. Where available, add a note showing the pertinent + parameter in the fndecl. + (convert_for_assignment): When complaining about bad conversions + at function calls, use the location of the unstripped argument. + (convert_for_initialization): When checking for bogus references, + add an auto_diagnostic_group, and update the note to use the + location of the pertinent parameter, rather than just the callee. + +2018-12-06 Paolo Carlini + + * decl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in error message; + print the type too; fix thinko in INDIRECT_TYPE_P use. + +2018-12-05 Alexandre Oliva + + PR c++/85569 + * constexpr.c (adjust_temp_type): Test for type equality with + same_type_p. + (constexpr_call_hasher::equal): Likewise. + +2018-12-04 Paolo Carlini + + PR c++/84636 + * decl.c (grokdeclarator): Avoid crashing on an anonymous bit-field + with function type. + +2018-12-04 Marek Polacek + + PR c++/88184 - ICE when treating name as template-name. + * pt.c (lookup_template_function): Always build the TEMPLATE_ID_EXPR + with unknown_type_node. + +2018-12-04 Julian Brown + + * parser.c (cp_parser_oacc_wait_list): Fix error message and avoid + duplicate diagnostic. + +2018-12-04 Jakub Jelinek + + PR c++/88103 + * typeck.c (build_class_member_access_expr): If unary_complex_lvalue + turned xvalue_p into non-xvalue_p, call move on it. + +2018-12-02 Jakub Jelinek + + PR c++/88258 + * parser.c (cp_parser_skip_to_closing_parenthesis_1, + cp_parser_skip_to_end_of_statement, + cp_parser_skip_to_end_of_block_or_statement, + cp_parser_skip_to_closing_brace, + cp_parser_skip_to_closing_square_bracket, + cp_parser_skip_balanced_tokens): Don't treat CPP_PRAGMA_EOL specially + if in_pragma is false. + +2018-12-01 Marek Polacek + + Implement P0634R3, Down with typename! + * parser.c (CP_PARSER_FLAGS_TYPENAME_OPTIONAL): New enumerator. + (cp_parser_type_name): Remove declaration. + (cp_parser_postfix_expression): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL + to cp_parser_type_id. + (cp_parser_new_type_id): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL to + cp_parser_type_specifier_seq. + (cp_parser_lambda_declarator_opt): Pass + CP_PARSER_FLAGS_TYPENAME_OPTIONAL to + cp_parser_parameter_declaration_clause. + (cp_parser_condition): Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator. + (cp_parser_simple_declaration): Pass CP_PARSER_FLAGS_NONE to + cp_parser_init_declarator. + (cp_parser_conversion_type_id): Pass CP_PARSER_FLAGS_NONE to + cp_parser_type_specifier_seq. + (cp_parser_default_type_template_argument): Pass + CP_PARSER_FLAGS_TYPENAME_OPTIONAL to cp_parser_type_id. + (cp_parser_template_parameter): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL + to cp_parser_parameter_declaration. + (cp_parser_explicit_instantiation): Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator. + (cp_parser_simple_type_specifier): Adjust call to cp_parser_type_name + to relay if we should treat the typename keyword as optional. Maybe + call cp_parser_make_typename_type is parsing a template-id and it's + not a TYPE_DECL. + (cp_parser_type_name): Remove unused function. + (cp_parser_enum_specifier): Pass to CP_PARSER_FLAGS_NONE + cp_parser_type_specifier_seq. + (cp_parser_alias_declaration): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL + to cp_parser_type_id. + (cp_parser_init_declarator): New parameter. Pass it down to + cp_parser_declarator. + (cp_parser_declarator): New parameter. Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator. Pass the new parameter to + cp_parser_direct_declarator. + (cp_parser_direct_declarator): New parameter. Pass it to + cp_parser_parameter_declaration_clause and cp_parser_declarator. + (cp_parser_declarator_id): + (cp_parser_type_id_1): New parameter. Pass it to + cp_parser_type_specifier_seq. Adjust call to cp_parser_declarator. + (cp_parser_type_id): New parameter. Pass it to cp_parser_type_id_1. + (cp_parser_template_type_arg): Pass CP_PARSER_FLAGS_NONE to + cp_parser_type_id_1. + (cp_parser_trailing_type_id): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL + to cp_parser_type_id_1. + (cp_parser_type_specifier_seq): New parameter. + (function_being_declared_is_template_p): + (cp_parser_parameter_declaration_clause): New parameter. Pass it to + cp_parser_parameter_declaration_list. + (cp_parser_parameter_declaration_list): New parameter. Pass it to + cp_parser_parameter_declaration. + (cp_parser_parameter_declaration): New parameter. Pass it to + cp_parser_decl_specifier_seq. Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator. + (cp_parser_member_declaration): Adjust call to + cp_parser_decl_specifier_seq to also include + CP_PARSER_FLAGS_TYPENAME_OPTIONAL. Pass + CP_PARSER_FLAGS_TYPENAME_OPTIONAL to cp_parser_declarator. + (cp_parser_exception_declaration): Pass CP_PARSER_FLAGS_NONE to + cp_parser_type_specifier_seq and cp_parser_declarator. + (cp_parser_requirement_parameter_list): Pass CP_PARSER_FLAGS_NONE to + cp_parser_parameter_declaration_clause. + (cp_parser_constructor_declarator_p): Resolve the TYPENAME_TYPE. + (cp_parser_single_declaration): Pass CP_PARSER_FLAGS_TYPENAME_OPTIONAL + to cp_parser_decl_specifier_seq and cp_parser_init_declarator. + (cp_parser_cache_defarg): Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator and cp_parser_parameter_declaration_list. + (cp_parser_objc_method_tail_params_opt): Pass CP_PARSER_FLAGS_NONE to + cp_parser_parameter_declaration. + (cp_parser_objc_class_ivars): Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator. + (cp_parser_objc_try_catch_finally_statement): Pass CP_PARSER_FLAGS_NONE + to cp_parser_parameter_declaration + (cp_parser_objc_struct_declaration): Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator. + (cp_parser_omp_for_loop_init): Pass CP_PARSER_FLAGS_NONE to + cp_parser_declarator and cp_parser_type_specifier_seq. + +2018-11-30 David Malcolm + + * typeck2.c: Include "gcc-rich-location.h". + (cxx_incomplete_type_diagnostic): When complaining about possibly + missing parens, add a fix-it hint if the member function takes no + additional params. + +2018-11-30 James Norris + + * parser.c (cp_parser_oacc_enter_exit_data): Use existing local + variable. + +2018-11-29 Paolo Carlini + + * decl.c (compute_array_index_type_loc): New, like the current + compute_array_index_type but takes a location_t too. + (compute_array_index_type): Forward to the latter. + (create_array_type_for_decl): Use compute_array_index_type_loc. + +2018-11-29 David Malcolm + + PR c++/88121 + * cp-name-hint.h (suggest_alternative_in_scoped_enum): New decl. + * error.c (dump_scope): Ensure that we print any scope for values + of unscoped enums. Print the scope of values of scoped enums. + (qualified_name_lookup_error): Offer suggestions for failures + within scoped enums by calling suggest_alternative_in_scoped_enum. + * name-lookup.c (class namespace_hints): Update comment to mention + scoped enums. + (namespace_hints::namespace_hints): Call + maybe_add_candidate_for_scoped_enum. + (namespace_hints::maybe_add_candidate_for_scoped_enum): New member + (suggest_alternatives_for): Update comment to mention scoped + enums. + (suggest_alternative_in_scoped_enum): New function. + +2018-11-28 Marek Polacek + + Implement P1094R2, Nested inline namespaces. + * parser.c (cp_parser_namespace_definition): Parse the optional inline + keyword in a nested-namespace-definition. Adjust push_namespace call. + Formatting fix. + +2018-11-28 Nathan Sidwell + + PR c++/87531 + * class.c (finish_struct): In a template, add artificial using + decl for operator=. + +2018-11-28 Jan Hubicka + + * except.c (do_allocate_exception): Annotate __cxa_allocate_exception + as COLD. + +2018-11-28 Marek Polacek + + PR c++/88222 - ICE with bit-field with invalid type. + * decl.c (grokdeclarator): Check if declarator is null. + +2018-11-28 Jakub Jelinek + + PR c++/87476 + * typeck2.c (digest_init_r): Re-add handing of signed/unsigned char + strings and add it to the initialization of wide array from non-wide + string diagnostics too. + +2018-11-27 Jakub Jelinek + + PR c++/88187 + * decl.c (grokdeclarator): Don't diagnose deduction guide errors + if !funcdecl_p. + + PR c++/88181 + * class.c (fixup_attribute_variants): Also propagate TYPE_PACKED + to variants. + +2018-11-26 Marek Polacek + + PR c++/88120 - ICE when calling save_expr in a template. + * typeck.c (cp_build_binary_op): Call cp_save_expr instead of + save_expr. + +2018-11-22 Jakub Jelinek + + PR c++/87386 + * parser.c (cp_parser_operator): Use str.get_value () instead of just + str in USERDEF_LITERAL_VALUE and USERDEF_LITERAL_SUFFIX_ID arguments. + +2018-11-21 Jakub Jelinek + + PR c++/88122 + * method.c (maybe_explain_implicit_delete): If + FUNCTION_FIRST_USER_PARMTYPE (decl) is NULL, set const_p to false + instead of ICEing. + + PR c++/87386 + * parser.c (cp_parser_primary_expression): Use + id_expression.get_location () instead of id_expr_token->location. + Adjust the range from id_expr_token->location to + id_expressio.get_finish (). + (cp_parser_operator_function_id): Pass location of the operator + token down to cp_parser_operator. + (cp_parser_operator): Add start_loc argument, always construct a + location with caret at start_loc and range from start_loc to the + finish of the last token. + + PR c++/87393 + * parser.c (cp_parser_linkage_specification): Remove useless + dereference of the consume_open method result. + +2018-11-20 Martin Sebor + + * cp-tree.h (cp_check_const_attributes): Declare. + * decl2.c (cp_check_const_attributes): Declare extern. + * parser.c (cp_parser_has_attribute_expression): New function. + (cp_parser_unary_expression): Handle RID_HAS_ATTRIBUTE_EXPRESSION. + (cp_parser_gnu_attribute_list): Add argument. + +2018-11-20 Jakub Jelinek + + PR c++/88110 + * constexpr.c (cxx_eval_constant_expression) : Punt + if get_base_address of ADDR_EXPR operand is not a DECL_P. + +2018-11-19 Marek Polacek + + PR c++/87781 - detect invalid elaborated-type-specifier. + * parser.c (cp_parser_elaborated_type_specifier): Ensure that + typename follows a nested-name-specifier. + +2018-11-18 Paolo Carlini + + * decl2.c (grokfield): Remove obsolete _vptr check; fix + explicit template argument list error location. + +2018-11-16 Kamlesh Kumar + + DR 1207 + PR c++/52869 + * parser.c (cp_parser_noexcept_specification_opt): Call + inject_this_parameter. + +2018-11-16 Jason Merrill + + Implement P0479R5, [[likely]] and [[unlikely]]. + * tree.c (handle_likeliness_attribute): New. + (std_attribute_table): Add likely/unlikely. + * cp-gimplify.c (lookup_hotness_attribute, remove_hotness_attribute) + (process_stmt_hotness_attribute, first_stmt): New. + (genericize_if_stmt): Check for duplicate predictions. + * parser.c (cp_parser_statement): Call + process_stmt_hotness_attribute. + (cp_parser_label_for_labeled_statement): Apply attributes to case. + * decl.c (finish_case_label): Give label in template type void. + * pt.c (tsubst_expr) [CASE_LABEL_EXPR]: Copy attributes. + [PREDICT_EXPR]: Handle. + +2018-11-16 Nathan Sidwell + + Remove ovl_used, it is no longer needed + * cp-tree.h (OVL_USED_P): Delete. + (lookup_keep): Delete. + * friend.c (add_friend): Don't call it. + * parser.c (lookup_literal_operator): Likewise. + (cp_parser_primary_expression): Likewise. + * semantics.c (perform_koenig_lookup): Likewise. + * pt.c (tsubst_copy ): Don't assert OVL_USED_P. + * tree.c (ovl_copy): Delete. + (ovl_insert): Remove OVL_USED_P checks. + (ovl_iterator::reveal_node): Likewise. + (ovl_iterator::remove__node): Likewise. + (ovl_used, lookup_keep): Delete. + + PR c++/87269 + * parser.c (lookup_literal_operator): Mark overload for keeping + when inside template. Refactor. + +2018-11-15 Nathan Sidwell + + PR c++/86246 + PR c++/87989 + * typeck.c (finish_class_member_access_expr): Conversion operator + to dependent type is dependent. + +2018-11-15 Paolo Carlini + + * constexpr.c (ensure_literal_type_for_constexpr_object): Use + DECL_SOURCE_LOCATION in error_at calls. + +2018-11-15 Nathan Sidwell + + DR 2336 + * cp-tree.h (enum special_function_kind): Add sfk_virtual_destructor. + * method.c (type_has_trivial_fn): Add it. + (SFK_DTOR_P): Likewise. + (synthesized_method_base_walk): Don't check access of vbases of + abstract classes when sfk_virtual_destructor. + (synthesized_method_walk): Skip vbases of abstract classes except + when sfk_virtual_destructor. + (get_defaulted_eh_spec): Set sfk_virtual_destructor as needed. + + * cp-tree.h (enum special_function_kind): Reorder and comment. + * method.c (SFK_CTOR_P, SFK_DTOR_P, SFK_ASSIGN_P, SFK_COPY_P) + (SFK_MOVE_P): New predicates. + (walk_field_subobs, synthesized_method_base_walk): Drop + copy_arg_p, move_p, assign_p args. Use new SFK predicates. Order + parameters consistently. + (synthesized_method_walk): Drop ctor_p, copy_arg_p, move_p, + assign_p calculations. Use new SFK predicates. Adjust calls to + worker functions. + +2018-11-14 Paolo Carlini + + * parser.c (make_id_declarator): Add location_t parameter. + (cp_parser_lambda_declarator_opt): Adjust call. + (cp_parser_decomposition_declaration): Likewise. + (cp_parser_alias_declaration): Likewise. + (cp_parser_direct_declarator): Likewise. + (cp_parser_member_declaration): Likewise. + (cp_parser_objc_class_ivars): Likewise. + * decl.c (grokdeclarator): Use declarator->id_loc in two error + messages. + +2018-11-14 Jakub Jelinek + + P1236R1 - Signed integers are two's complement + * constexpr.c (cxx_eval_check_shift_p): Disable the signed LSHIFT_EXPR + checks for c++2a. + +2018-11-13 David Malcolm + + * call.c: Replace "source_location" with "location_t". + * cp-tree.h: Likewise. + * cvt.c: Likewise. + * name-lookup.c: Likewise. + * parser.c: Likewise. + * typeck.c: Likewise. + +2018-11-12 Jason Merrill + + Implement P0315R4, Lambdas in unevaluated contexts. + * decl2.c (min_vis_expr_r): Handle LAMBDA_EXPR. + * mangle.c (write_expression): Handle LAMBDA_EXPR. + * parser.c (cp_parser_lambda_expression): Allow lambdas in + unevaluated context. Start the tentative firewall sooner. + (cp_parser_lambda_body): Use cp_evaluated. + * pt.c (iterative_hash_template_arg): Handle LAMBDA_EXPR. + (tsubst_function_decl): Substitute a lambda even if it isn't + dependent. + (tsubst_lambda_expr): Use cp_evaluated. Always complain. + (tsubst_copy_and_build) [LAMBDA_EXPR]: Do nothing if tf_partial. + * semantics.c (begin_class_definition): Allow in template parm list. + * tree.c (strip_typedefs_expr): Pass through LAMBDA_EXPR. + (cp_tree_equal): Handle LAMBDA_EXPR. + + * pt.c (fn_type_unification): If we have a full set of explicit + arguments, go straight to substitution. + + * decl2.c (min_vis_expr_r, expr_visibility): New. + (min_vis_r): Call expr_visibility. + (constrain_visibility_for_template): Likewise. + + Implement P0722R3, destroying operator delete. + * call.c (std_destroying_delete_t_p, destroying_delete_p): New. + (aligned_deallocation_fn_p, usual_deallocation_fn_p): Use + destroying_delete_p. + (build_op_delete_call): Handle destroying delete. + * decl2.c (coerce_delete_type): Handle destroying delete. + * init.c (build_delete): Don't call dtor with destroying delete. + * optimize.c (build_delete_destructor_body): Likewise. + + Implement P0780R2, pack expansion in lambda init-capture. + * parser.c (cp_parser_lambda_introducer): Parse pack init-capture. + * pt.c (tsubst_pack_expansion): Handle init-capture packs. + (lookup_init_capture_pack): New. + (tsubst_expr) [DECL_EXPR]: Use it. + (tsubst_lambda_expr): Remember field pack expansions for + init-captures. + + * cp-tree.h (struct cp_evaluated): New. + * init.c (get_nsdmi): Use it. + * parser.c (cp_parser_enclosed_template_argument_list): Use it. + * pt.c (coerce_template_parms, tsubst_aggr_type): Use it. + +2018-11-09 Jakub Jelinek + + * parser.c (cp_parser_omp_clause_final, cp_parser_omp_clause_if): Use + cp_parser_assignment_expression instead of cp_parser_condition. + (cp_parser_omp_clause_num_threads, cp_parser_omp_clause_num_tasks, + cp_parser_omp_clause_grainsize, cp_parser_omp_clause_priority, + cp_parser_omp_clause_num_teams, cp_parser_omp_clause_thread_limit, + cp_parser_omp_clause_linear, cp_parser_omp_clause_device): Use + cp_parser_assignment_expression instead of cp_parser_expression. + (cp_parser_omp_clause_hint): Likewise. Formatting fix. + + * parser.c (cp_parser_omp_clause_reduction): Call sorry_at on + reduction clause with inscan modifier. + + * parser.c (cp_parser_omp_requires): Call sorry_at on requires + clauses other than atomic_default_mem_order. + +2018-11-09 Martin Sebor + + PR middle-end/81824 + * pt.c (warn_spec_missing_attributes): Move code to attribs.c. + Call decls_mismatched_attributes. + +2018-11-08 Jakub Jelinek + + * constexpr.c (potential_constant_expression_1): Handle OMP_DEPOBJ. + * cp-gimplify.c (cp_genericize_r): Handle + OMP_CLAUSE_{IN,TASK}_REDUCTION. + (cxx_omp_predetermined_sharing_1): Don't return + OMP_CLAUSE_DEFAULT_SHARED for const qualified decls with no mutable + member. Return OMP_CLAUSE_DEFAULT_FIRSTPRIVATE for this pointer. + * cp-objcp-common.c (cp_common_init_ts): Handle OMP_DEPOBJ. + * cp-tree.def (OMP_DEPOBJ): New tree code. + * cp-tree.h (OMP_ATOMIC_DEPENDENT_P): Return true also for first + argument being OMP_CLAUSE. + (OMP_DEPOBJ_DEPOBJ, OMP_DEPOBJ_CLAUSES): Define. + (cp_convert_omp_range_for, cp_finish_omp_range_for): Declare. + (finish_omp_atomic): Add LOC, CLAUSES and MO arguments. Remove + SEQ_CST argument. + (finish_omp_for_block): Declare. + (finish_omp_flush): Add MO argument. + (finish_omp_depobj): Declare. + * cxx-pretty-print.c (cxx_pretty_printer::statement): Handle + OMP_DEPOBJ. + * dump.c (cp_dump_tree): Likewise. + * lex.c (cxx_init): Likewise. + * parser.c: Include memmodel.h. + (cp_parser_for): Pass false as new is_omp argument to + cp_parser_range_for. + (cp_parser_range_for): Add IS_OMP argument, return before finalizing + if it is true. + (cp_parser_omp_clause_name): Handle nontemporal, in_reduction and + task_reduction clauses. + (cp_parser_omp_var_list_no_open): Handle + OMP_CLAUSE_{IN,TASK}_REDUCTION. For OMP_CLAUSE_DEPEND, parse clause + operands as either an array section, or lvalue assignment expression. + (cp_parser_omp_clause_if): Handle cancel and simd modifiers. + (cp_parser_omp_clause_defaultmap): Parse new kinds of defaultmap + clause. + (cp_parser_omp_clause_reduction): Add IS_OMP and KIND arguments. + Parse reduction modifiers. Pass KIND to c_parser_omp_variable_list. + (cp_parser_omp_clause_lastprivate, cp_parser_omp_iterators): New + functions. + (cp_parser_omp_clause_depend): Parse iterator modifier and handle + iterators. Parse mutexinoutset and depobj kinds. + (cp_parser_oacc_all_clauses): Adjust cp_parser_omp_clause_reduction + callers. + (cp_parser_omp_all_clauses): Likewise. Handle + PRAGMA_OMP_CLAUSE_NONTEMPORAL and + PRAGMA_OMP_CLAUSE_{IN,TASK}_REDUCTION. Call + cp_parser_omp_clause_lastprivate for OpenMP lastprivate clause. + (cp_parser_omp_atomic): Pass pragma_tok->location as + LOC to finish_omp_atomic. Parse hint and memory order clauses. + Handle default memory order from requires directive if any. Adjust + finish_omp_atomic caller. + (cp_parser_omp_critical): Allow comma in between (name) and hint + clause. + (cp_parser_omp_depobj): New function. + (cp_parser_omp_flush): Parse flush with memory-order-clause. + (cp_parser_omp_for_cond): Allow NE_EXPR even in OpenMP loops. + (cp_convert_omp_range_for, cp_finish_omp_range_for): New functions. + (cp_parser_omp_for_loop): Parse C++11 range for loops among omp + loops. Handle OMP_CLAUSE_IN_REDUCTION like OMP_CLAUSE_REDUCTION. + (OMP_SIMD_CLAUSE_MASK): Add if and nontemporal clauses. + (cp_parser_omp_simd, cp_parser_omp_for): Call keep_next_level before + begin_omp_structured_block and call finish_omp_for_block on + finish_omp_structured_block result. + (cp_parser_omp_master): Add p_name, mask and cclauses arguments. + Allow to be called while parsing combined parallel master. + Parse combined master taskloop{, simd}. + (cp_parser_omp_parallel): Parse combined + parallel master{, taskloop{, simd}} constructs. + (cp_parser_omp_single): Use SET_EXPR_LOCATION. + (OMP_TASK_CLAUSE_MASK): Add in_reduction clause. + (OMP_TASKWAIT_CLAUSE_MASK): Define. + (cp_parser_omp_taskwait): Handle taskwait with depend clauses. + (OMP_TASKGROUP_CLAUSE_MASK): Define. + (cp_parser_omp_taskgroup): Parse taskgroup clauses, adjust + c_finish_omp_taskgroup caller. + (cp_parser_omp_distribute): Call keep_next_level before + begin_omp_structured_block and call finish_omp_for_block on + finish_omp_structured_block result. + (cp_parser_omp_teams): Force a BIND_EXPR with BLOCK around teams + body. + (cp_parser_omp_target_data): Allow target data with only + use_device_ptr clauses. + (cp_parser_omp_target): Set OMP_REQUIRES_TARGET_USED bit in + omp_requires_mask. + (cp_parser_omp_requires): New function. + (OMP_TASKLOOP_CLAUSE_MASK): Add reduction and in_reduction clauses. + (cp_parser_omp_taskloop): Add forward declaration. Disallow + in_reduction clause when combined with parallel master. Call + keep_next_level before begin_omp_structured_block and call + finish_omp_for_block on finish_omp_structured_block result. + (cp_parser_omp_construct): Adjust cp_parser_omp_master caller. + (cp_parser_pragma): Handle PRAGMA_OMP_DEPOBJ and PRAGMA_OMP_REQUIRES. + * pt.c (tsubst_omp_clause_decl): Add iterators_cache argument. + Adjust recursive calls. Handle iterators. + (tsubst_omp_clauses): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION and + OMP_CLAUSE_NONTEMPORAL. Adjust tsubst_omp_clause_decl callers. + (tsubst_decomp_names): + (tsubst_omp_for_iterator): Change orig_declv into a reference. + Handle range for loops. Move orig_declv handling after declv/initv + handling. + (tsubst_expr): Force a BIND_EXPR with BLOCK around teams body. + Adjust finish_omp_atomic caller. Call keep_next_level before + begin_omp_structured_block. Call cp_finish_omp_range_for for range + for loops and use {begin,finish}_omp_structured_block instead of + {push,pop}_stmt_list if there are any range for loops. Call + finish_omp_for_block on finish_omp_structured_block result. + Handle OMP_DEPOBJ. Handle taskwait with depend clauses. For + OMP_ATOMIC call tsubst_omp_clauses on clauses if any, adjust + finish_omp_atomic caller. Use OMP_ATOMIC_MEMORY_ORDER rather + than OMP_ATOMIC_SEQ_CST. Handle clauses on OMP_TASKGROUP. + (dependent_omp_for_p): Always return true for range for loops if + processing_template_decl. Return true if class type iterator + does not have INTEGER_CST increment. + * semantics.c: Include memmodel.h. + (handle_omp_array_sections_1): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION + like OMP_CLAUSE_REDUCTION. + (handle_omp_array_sections): Likewise. Call save_expr on array + reductions before calling build_index_type. Handle depend clauses + with iterators. + (finish_omp_reduction_clause): Call save_expr for whole array + reduction sizes. Don't mark OMP_CLAUSE_DECL addressable if it has + reference type. Do mark decl_placeholder addressable if needed. + Use error_at with OMP_CLAUSE_LOCATION (c) as first argument instead + of error. + (cp_omp_finish_iterators): New function. + (finish_omp_clauses): Don't diagnose nonmonotonic clause with static, + runtime or auto schedule kinds. Diagnose nogroup clause used with + reduction clause(s). Handle depend clause with + OMP_CLAUSE_DEPEND_DEPOBJ. Diagnose bit-fields. Require + omp_depend_t type for OMP_CLAUSE_DEPEND_DEPOBJ kinds and + some different type for other kinds. Use cp_build_addr_expr + and cp_build_indirect_ref instead of cxx_mark_addressable. + Handle depend clauses with iterators. Only handle static data members + in the special case that const qualified vars may be specified in + firstprivate clause. Complain if const qualified vars without mutable + members are mentioned in data-sharing clauses other than firstprivate + or shared. Use error_at with OMP_CLAUSE_LOCATION (c) as first + argument instead of error. Diagnose more than one nontemporal clause + refering to the same variable. Use error_at rather than error for + priority and hint clause diagnostics. Fix pasto for hint clause. + Diagnose hint expression that doesn't fold into INTEGER_CST. + Diagnose if clause with modifier other than cancel. Handle + OMP_CLAUSE_{IN,TASK}_REDUCTION like OMP_CLAUSE_REDUCTION. Allow any + lvalue as OMP_CLAUSE_DEPEND operand (besides array section), adjust + diagnostics. + (handle_omp_for_class_iterator): Don't create a new TREE_LIST if one + has been created already for range for, just fill TREE_PURPOSE and + TREE_VALUE. Call cp_fully_fold on incr. + (finish_omp_for): Don't check cond/incr if cond is global_namespace. + Pass to c_omp_check_loop_iv_exprs orig_declv if non-NULL. Don't + use IS_EMPTY_STMT on NULL pre_body. Adjust c_finish_omp_for caller. + (finish_omp_for_block): New function. + (finish_omp_atomic): Add LOC argument, pass it through + to c_finish_omp_atomic and set it as location of OMP_ATOMIC* trees. + Remove SEQ_CST argument. Add CLAUSES and MO arguments. Adjust + c_finish_omp_atomic caller. Stick clauses if any into first argument + of wrapping OMP_ATOMIC. + (finish_omp_depobj): New function. + (finish_omp_flush): Add MO argument, if not + MEMMODEL_LAST, emit __atomic_thread_fence call with the given value. + (finish_omp_cancel): Diagnose if clause with modifier other than + cancel. + +2018-11-07 Nathan Sidwell + + PR c++/87904 + * cp-tree.h (struct tree_overload): Fix comment. + * tree.c (ovl_iterator::reveal_node): Propagate OVL_DEDUP_P. + +2018-11-04 Jason Merrill + + Implement UDL changes from P0732R2. + * cp-tree.h (struct releasing_vec): Move from mangle.c. + Add get_ref method. + * parser.c (cp_parser_userdef_string_literal): Use it. Handle + passing the string to a single template parameter of class type. + (cp_parser_template_declaration_after_parameters): Allow it. + Pedwarn about the character pack template that was proposed but not + accepted for C++14, and don't suggest it. + + Implement P0732R2, class types in non-type template parameters. + * error.c (dump_simple_decl): Look through a template parm object. + * mangle.c (write_template_arg): Likewise. + (mangle_template_parm_object): New. + * pt.c (template_parm_object_p, get_template_parm_object): New. + (invalid_tparm_referent_p): Factor from convert_nontype_argument. + (convert_nontype_argument, invalid_nontype_parm_type_p): Handle + class-type template arguments. + * tree.c (lvalue_kind): Likewise. + + * cvt.c (ocp_convert): Don't wrap a CONSTRUCTOR in a NOP_EXPR. + * constexpr.c (initialized_type): Fix AGGR_INIT_EXPR handling. + (cxx_eval_vec_init_1): Correct type of AGGR_INIT_EXPR. + (cxx_eval_outermost_constant_expr): Make sure a CONSTRUCTOR has the + right type. Don't wrap a CONSTRUCTOR if one was passed in. + * tree.c (build_aggr_init_expr): Check for void. + + PR c++/60503 - wrong lambda attribute syntax. + * parser.c (cp_parser_lambda_declarator_opt): Fix attribute + handling. + +2018-11-02 Nathan Sidwell + + * decl.c (duplicate_decls): Refactor checks. + +2018-11-01 Marek Polacek + + Implement P0846R0, ADL and function templates. + * decl.c (grokfndecl): Allow FUNCTION_DECL in assert. + * lex.c (unqualified_fn_lookup_error): Handle TEMPLATE_ID_EXPR. + * parser.c (cp_parser_postfix_expression): Do ADL for a template-name. + (cp_parser_template_id): Give errors if parsing the template argument + list didn't go well. Allow FUNCTION_DECL in assert. + (cp_parser_template_name): Consider a name to refer to a template if + it is an unqualified-id followed by a <. Don't return the identifier + if the decl is a function and dependent. + * pt.c (tsubst_copy) : Remove assert. + +2018-11-01 Nathan Sidwell + + * cp-tree.h (struct lang_function): Delete x_local_names field. + (struct lang_decl_base): Rename u2sel to spare. + (struct lang_decl_min): Remove lang_decl_u2 union. Keep access + field. + (LANG_DECL_U2_CHECK): Delete. + (DECL_DISCRIMINATOR_P): Require function scope. + (DECL_DISCRIMINATOR): Adjust. + (DECL_DISCRIMINATOR_SET_P): Delete. + (DECL_CAPTURED_VARIABLE, DECL_ACCESS, THUnK_VIRTUAL_OFFSET): Adjust. + (local_classes): Don't declare. + (determine_local_discriminator): Declare. + * decl.c (push_local_name): Delete. + (local_entities, determina_local_discrminator): New. + (duplicate_decls): Copy DECL_ACCESS. Fix formatting. + (cp_finish_decl): Use determine_local_discriminator. + (save_function_data): Drop x_local_names. + (finish_function): Drop local_names. + * decl2.c (finish_anon_union): Use determine_local_disciminator. + * mangle.c (write_unnamed_type_name): Use + discriminator_for_local_entity. + (local_class_index): Delete. + (discriminator_for_local_entity): Reimplement. + (write_local_name): Adjust discriminator code. + * name-lookup.c (do_pushtag): Call determine_local_discrimiator. + * semantics.c (finish_omp_threadprivate): Drop DECL_DISCRIMINATOR + handling. + * class.c (local_classes): Delete. + (init_class_processing): Don't init it. + +2018-11-01 Martin Liska + Jason Merrill + + PR c++/64266 + PR bootstrap/70422 + PR ipa/81277 + * cp-tree.h (DECL_FNAME_P): New macro. + * decl.c (cp_make_fname_decl): Set DECL_DECLARED_CONSTEXPR_P, + DECL_VALUE_EXPR, DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. + (cp_finish_decl): + * lambda.c (is_capture_proxy): Use DECL_FNAME_P. + * pt.c (tsubst_expr): Handle DECL_PRETTY_FUNCTION_P. + +2018-10-31 Nathan Sidwell + + * cp-tree.h (OVL_DEDUP_P): New. + * name-lookup.c (name_lookup::add_overload): Check OVL_DEDUP_P. + (get_class_binding_direct): Likwise. + * tree.c (ovl_make): Propagate OVL_DEDUP_P. + (ovl_copy): Copy it. + (ovl_insert): Do not keep using-decls ordered. + (lookup_maybe_add): Adjust comment. + +2018-10-30 Marek Polacek + + Implement P0892R2, explicit(bool). + * call.c (add_template_candidate_real): Return if the declaration is + explicit and we're only looking for non-converting constructor. + * cp-tree.h (lang_decl_fn): Add has_dependent_explicit_spec_p bit. + (DECL_HAS_DEPENDENT_EXPLICIT_SPEC_P): New macro. + (cp_decl_specifier_seq): Add explicit_specifier field. + (build_explicit_specifier, store_explicit_specifier): Declare. + * decl.c (grokdeclarator): Call store_explicit_specifier. + (build_explicit_specifier): New function. + * parser.c (cp_parser_function_specifier_opt) : + Parse C++20 explicit(bool). + * pt.c (store_explicit_specifier, lookup_explicit_specifier): New. + (tsubst_function_decl): Handle explicit(dependent-expr). + +2018-10-30 Paolo Carlini + + * decl.c (grokdeclarator): Use declarator->id_loc in diagnostic + about flexible array members. + +2018-10-29 David Malcolm + + * cp-name-hint.h: New file. + * cp-tree.h (expr_to_string): New decl. + (suggest_alternatives_for): Move to cp-name-hint.h, changing + return type from bool to name_hint. + (suggest_alternative_in_explicit_scope): Likewise. + * error.c: Define INCLUDE_UNIQUE_PTR. Include "cp-name-hint.h". + (expr_to_string): Make non-static. + (qualified_name_lookup_error): For the non-"::" case, take + responsibity for issuing any suggestion from + suggest_alternative_in_explicit_scope, as it changes from + returning a bool to returning a name_hint. Replace fallback call + to suggest_alternatives_for to a call to + suggest_alternatives_in_other_namespaces, capturing the fact that + we don't have enough location information to issue a fix-it hint + for this case. Update the error to support emitting a fix-it hint + where appropriate. For the "::" case, take responsibility for + issuing any suggestion from suggest_alternatives_for, supporting + emitting a fix-it hint. + * lex.c: Define INCLUDE_UNIQUE_PTR. Include "gcc-rich-location.h" + and "cp-name-hint.h". + (unqualified_name_lookup_error): Take responsibility for issuing + any suggestion from suggest_alternatives_for, supporting emitting + a fix-it hint. + * name-lookup.c (class namespace_limit_reached): New subclass of + deferred_diagnostic. + (class show_candidate_location): Likewise. + (class suggest_alternatives): Likewise. + (class namespace_hints): New class. + (suggest_alternatives_for): Convert return type from bool to + name_hint, replacing all direct diagnostic emission by setting + suggestions on the return value, or creating deferred diagnostics. + Specifically, split out initial traversal of namespaces into + namespace_hints' ctor, and maybe_decorate_with_limit, and move the + rest of the implementation to + namespace_hints::convert_candidates_to_name_hint and + suggest_alternatives_for_1. + (namespace_hints::namespace_hints): New ctor, adapted from + suggest_alternatives_for's initial namespace traversal, storing + location and name, and converting locals "candidates", "limited" + and "limit" into members. + (namespace_hints::convert_candidates_to_name_hint): New member + function. + (namespace_hints::maybe_decorate_with_limit): New member function. + (suggest_alternatives_for_1): New function, based on second half + of old implementation of suggest_alternatives_for, converting from + immediate emission of suggestions to using name_hint. + (suggest_alternatives_in_other_namespaces): New function. + (maybe_suggest_missing_std_header): Convert from immediate + emission of suggestions to using name_hint, moving emission + implementation to... + (class missing_std_header): New subclass of deferred_diagnostic. + (maybe_suggest_missing_header): Convert return type from bool to + name_hint. + (suggest_alternative_in_explicit_scope): Convert from immediate + emission of suggestions to using name_hint. + * parser.c: Replace include of "c-family/name-hint.h" with + "cp-name-hint.h". + (cp_parser_diagnose_invalid_type_name): Update + "is there a suggestion" logic for change to + name_hint::operator bool. Take responsibility for emitting + fix-it hints from suggest_alternative_in_explicit_scope. + (cp_parser_namespace_name): Take responsibility for emitting + fix-it hints from suggest_alternative_in_explicit_scope. Don't + emit the "expected namespace-name" error if we've already emitted + an "is not a namespace-name" error. + +2018-10-29 David Malcolm + + PR c++/56856 + * call.c (build_over_call): Eliminate the "arglocs" array, and the + call to maybe_constant_value when building "fargs". + +2018-10-29 Paolo Carlini + + * decl.c (create_array_type_for_decl): Add location_t parameter + and use it. + (grokdeclarator): Adjust call. + +2018-10-29 Marek Polacek + + PR c++/87594 - constexpr rejects-valid with range-based for. + * constexpr.c (potential_constant_expression_1): If the condition + can't be evaluated, return true. + +2018-10-29 Joseph Myers + Julian Brown + + PR c++/66053 + * semantics.c (handle_omp_array_sections_1): Allow array + sections with "this" pointer for OpenACC. + +2018-10-25 Jason Merrill + + * parser.c (cp_parser_sizeof_operand): Remove redundant use of + grokdeclarator. + +2018-10-24 Jakub Jelinek + + PR c++/86288 + * parser.c (cp_parser_std_attribute): Canonicalize attr_ns, and when + :: is not present and attr_ns non-NULL, canonicalize also attr_id. + (cp_parser_attribute_spec): Fix comment typo. + +2018-10-24 Martin Sebor + + PR c++/84851 + * call.c (maybe_warn_class_memaccess): Tighten up. + +2018-10-17 David Malcolm + + * Make-lang.in (selftest-c++): New. + (CPP_SELFTEST_FLAGS, CPP_SELFTEST_DEPS, s-selftest-c++) + (selftest-c++-gdb, selftest-c++-valgrind): Move here from + gcc/Makefile.in. + +2018-10-17 Paolo Carlini + + PR c++/84705 + * tree.c (build_cplus_new): Avoid duplicate diagnostic about + incomplete type, early return error_mark_node if the second + argument is error_mark_node. + +2018-10-12 Nathan Sidwell + + * parser.h (struct cp_parser): Drop implicit_extern_c. + * parser.c (cp_debug_parser): Drop implicit_extern_c. + (cp_parser_new): Likewise. + (cp_parser_translation_unit): Handle implicit extern c here. Call + cp_parser_toplevel_declaration. + (cp_parser_toplevel_declaration): New, broken out of ... + (cp_parser_declaration_seq_opt): ... here. Call it. Drop + implicit extern C handling. + +2018-10-11 Will Wray + + PR c++/87364 + * cxx-pretty-print.c (pp_cxx_enumeration_constant): New function. + (cxx_pretty_printer::constant): Use it. + +2018-10-11 David Malcolm + + PR c++/84993 + * call.c (enforce_access): Move diagnostics to... + (complain_about_access): ...this new function. + * cp-tree.h (class access_failure_info): Rename split out field + "m_field_decl" into "m_decl" and "m_diag_decl". + (access_failure_info::record_access_failure): Add tree param. + (access_failure_info::was_inaccessible_p): New accessor. + (access_failure_info::get_decl): New accessor. + (access_failure_info::get_diag_decl): New accessor. + (access_failure_info::get_any_accessor): New member function. + (access_failure_info::add_fixit_hint): New static member function. + (complain_about_access): New decl. + * typeck.c (access_failure_info::record_access_failure): Update + for change to fields. + (access_failure_info::maybe_suggest_accessor): Split out into... + (access_failure_info::get_any_accessor): ...this new function... + (access_failure_info::add_fixit_hint): ...and this new function. + (finish_class_member_access_expr): Split out "has no member named" + error-handling into... + (complain_about_unrecognized_member): ...this new function, and + check that the guessed name is accessible along the access path. + Only provide a spell-correction fix-it hint if it is; otherwise, + attempt to issue an accessor fix-it hint. + +2018-10-11 Nathan Sidwell + + * parser.c (cp_parser_translation_unit): Return void. Don't fail + at first extra }, simplify logic. + (c_parse_file): Call finish_translation_unit here. + +2018-10-11 Jakub Jelinek + + PR c++/87582 + * typeck.c (maybe_warn_about_returning_address_of_local): If + whats_returned is a structured binding identifier and the structured + binding is a reference, recurse on its initializer. + + PR c++/87547 + * rtti.c (get_tinfo_decl_dynamic): Use unlowered_expr_type instead + of TREE_TYPE. + +2018-10-10 Marek Polacek + + PR c++/87567 - constexpr rejects call to non-constexpr function. + * constexpr.c (potential_constant_expression_1) : Return + true if the condition is always false. + : Likewise. + +2018-10-09 Paolo Carlini + + PR c++/84423 + * pt.c (convert_template_argument): Immediately return error_mark_node + if the second argument is erroneous. + * parser.c (cp_parser_type_id): Add location_t * parameter. + (cp_parser_type_id_1): Likewise. + (cp_parser_alias_declaration): Adjust cp_parser_type_id call, + obtain the location of the type and save it. + (cp_parser_template_type_arg): Adjust. + (cp_parser_trailing_type_id): Likewise. + * decl.c (grokdeclarator): Improve error message for 'auto' in + alias declaration. + +2018-10-08 Paolo Carlini + + PR c++/71128 + * pt.c (do_decl_instantiation): Per 12.6.8/5, a concept cannot be + explicitly instantiated. + +2018-10-05 David Malcolm + + PR c++/56856 + * call.c (build_over_call): Build a vec of locations of the + arguments before the call to maybe_constant_value, and pass to + check_function_arguments. + * cp-lang.c (LANG_HOOKS_GET_SUBSTRING_LOCATION): Define as + c_get_substring_location. + * parser.c (cp_parser_string_literal): Capture string + concatenation locations. + +2018-10-04 Nathan Sidwell + + * lang-specs.h: Use string contatenation, not line splicing. + +2018-10-03 Jason Merrill + + Implement P0840, language support for empty objects. + * tree.c (handle_no_unique_addr_attribute): New. + (cxx_attribute_table): Add [[no_unique_address]]. + * class.c (field_poverlapping_p): New. + (layout_class_type): Check it. Adjust DECL_SIZE of potentially + overlapping fields. + (layout_empty_base_or_field): Rename from layout_empty_base, handle + FIELD_DECL as well. + (build_base_field, record_subobject_offsets): Adjust. + +2018-10-03 Martin Liska + + PR gcov-profile/86109 + * parser.c (cp_parser_lambda_declarator_opt): + Set DECL_LAMBDA_FUNCTION for lambdas. + +2018-10-02 Richard Biener + + * name-lookup.c (check_local_shadow): Do not test DECL_FROM_INLINE. + +2018-09-28 Eric Botcazou + Pierre-Marie de Rodat + + * method.c (use_thunk): Adjust call to cgraph_node::create_thunk. + +2018-09-28 Richard Biener + + * error.c (cp_print_error_function): Simplify by eliding + the BLOCK_ABSTRACT_ORIGIN chasing. + +2018-09-27 Paolo Carlini + + PR c++/84940 + * semantics.c (finish_unary_op_expr): Check return value of + build_x_unary_op for error_mark_node. + +2018-09-25 Jakub Jelinek + + PR c++/87398 + * constexpr.c (cxx_eval_constant_expression) : Only + look through COMPONENT_REFs with DECL_FIELD_IS_BASE FIELD_DECLs. + +2018-09-25 Martin Liska + + * name-lookup.c (namespace_scope_ht_size): Remove + unused function. + * parser.c (cp_lexer_next_token_is_not_keyword): Likewise. + +2018-09-24 Paolo Carlini + + PR c++/85070 + * method.c (lazily_declare_fn): During error-recovery add_method + may return false. + +2018-09-21 Marek Polacek + + PR c++/87372 - __func__ constexpr evaluation. + * constexpr.c (maybe_constant_init_1): Pass false for strict down to + cxx_eval_outermost_constant_expr. + +2018-09-20 Marek Polacek + + PR c++/87109 - wrong ctor with maybe-rvalue semantics. + * call.c (build_user_type_conversion_1): Refine the maybe-rvalue + check to only return if we're converting the return value to a base + class. + +2018-09-20 Allan Sandfeld Jensen + + * g++spec.c (lang_specific_driver): Handle -r like -nostdlib. + +2018-09-20 Jason Merrill + + PR c++/87075 - ICE with constexpr array initialization. + * constexpr.c (cxx_eval_vec_init_1): Handle trivial initialization. + +2018-09-19 Marek Polacek + + Add -Wclass-conversion. + * decl.c (grok_op_properties): Change a warning from -Wconversion to + -Wclass-conversion. Make it print the types. + +2018-09-19 Paolo Carlini + + PR c++/87324 + * parser.c (cp_parser_initializer_list): Assign error_mark_node + to the index upon error. + +2018-09-19 Marek Polacek + + PR c++/87357 - missing -Wconversion warning + * decl.c (grok_op_properties): Remove diagnostic parts mentioning + a conversion to a reference to void. Use + same_type_ignoring_top_level_qualifiers_p rather than comparing types + directly. + +2018-09-18 Marek Polacek + + P1064R0 - Allowing Virtual Function Calls in Constant Expressions + * call.c (build_over_call): No longer check if we're outside a template + function. + * class.c (build_vtbl_initializer): Build vtable's constructor with + indexes. + * constexpr.c (cxx_eval_constant_expression): Don't ignore _vptr's + initializer. Handle OBJ_TYPE_REF. + (potential_constant_expression_1): Handle OBJ_TYPE_REF. + * decl.c (maybe_commonize_var): Bail out for any DECL_ARTIFICIAL. + (initialize_artificial_var): Mark the variable as constexpr. + (grokdeclarator): Change error to pedwarn. Only warn when + pedantic and not C++2a. + +2018-09-18 Paolo Carlini + + PR c++/85065 + * cp-tree.h (NON_ERROR): New. + * pt.c (auto_hash::hash): Use it. + (do_auto_deduction): Likewise. + +2018-09-18 Nathan Sidwell + + PR c++/86881 + * name-lookup.c (check_local_shadow): Ignore auto types. + +2018-09-17 David Malcolm + + * error.c (range_label_for_type_mismatch::get_text): Update for + new param. + +2018-09-13 Bernd Edlinger + + * typeck2.c (digest_init_r): Fix overlength strings. + +2018-09-13 Ville Voutilainen + + PR c++/87093 + * method.c (constructible_expr): We're in an unevaluated context + in all cases, not just for class targets. + +2018-09-12 David Malcolm + + PR c++/85110 + * call.c (struct conversion_info): Add "loc" field. + (arg_conversion_rejection): Add "loc" param, using it to + initialize the new field. + (bad_arg_conversion_rejection): Likewise. + (explicit_conversion_rejection): Initialize the new field to + UNKNOWN_LOCATION. + (template_conversion_rejection): Likewise. + (add_function_candidate): Pass on the argument location to the new + param of arg_conversion_rejection. + (add_conv_candidate): Likewise. + (build_builtin_candidate): Likewise. + (build_user_type_conversion_1): Likewise. + (single_z_candidate): New function. + (maybe_get_bad_conversion_for_unmatched_call): New function. + (complain_about_bad_argument): New function, based on part of + convert_for_assignment. + (build_new_method_call_1): Split out handling of the "no viable + candidates" case into... + (complain_about_no_candidates_for_method_call): ...this new + function, and use the new functions above to special-case the + handling of a single non-viable candidate due to a bad argument. + * cp-tree.h (complain_about_bad_argument): New decl. + * typeck.c (convert_for_assignment): Split out one error-handling + case into complain_about_bad_argument. + +2018-09-09 Cesar Philippidis + Julian Brown + + PR middle-end/86336 + * semantics.c (finish_omp_clauses): Treat C++ references the same in + OpenACC as OpenMP. + +2018-08-28 Martin Liska + + * constexpr.c (cxx_eval_call_expression): Add quotes + to -fconstexpr-depth=. + +2018-09-10 Marek Polacek + + * class.c (build_vtbl_ref): Remove. + (build_vtbl_ref_1): Rename to build_vtbl_ref. + (build_vfn_ref): Call build_vtbl_ref instead of build_vtbl_ref_1. + +2018-09-08 Marek Polacek + + PR c++/87150 - wrong ctor with maybe-rvalue semantics. + * call.c (struct conversion): Update commentary. + (standard_conversion): Set rvaluedness_matches_p if LOOKUP_PREFER_RVALUE + for ck_base. + +2018-09-08 Jason Merrill + + PR c++/86678 - constexpr function with non-constant after return. + * constexpr.c (potential_constant_expression_1): Add jump_target. + (breaks): Check for BREAK_STMT. + (continues): Check for CONTINUE_STMT. + +2018-09-08 Marek Polacek + + * cxx-pretty-print.c (cxx_pretty_printer::statement) : Handle RANGE_FOR_INIT_STMT. + +2018-09-07 Marek Polacek + + PR c++/87152 - range-based for loops with initializer broken in templates. + * constexpr.c (potential_constant_expression_1) : + Recur into RANGE_FOR_INIT_STMT. + * cp-tree.def: Add RANGE_FOR_INIT_STMT to RANGE_FOR_STMT. + * cp-tree.h (RANGE_FOR_INIT_STMT): Define. + * dump.c (cp_dump_tree) : Also dump + RANGE_FOR_INIT_STMT. + * pt.c (tsubst_expr) : Recur into + RANGE_FOR_INIT_STMT. + * semantics.c (begin_range_for_stmt): Adjust call to build_stmt. + Do put the init statement in RANGE_FOR_INIT_STMT. + (finish_range_for_decl): Pop it for templates. + +2018-09-06 Bernd Edlinger + + * decl.c (check_initializer): Call cp_complete_array_type. + +2018-09-05 Marek Polacek + + PR c++/87109, wrong overload with ref-qualifiers. + * call.c (build_user_type_conversion_1): Use NULL instead of 0. Bail + out if performing the maybe-rvalue overload resolution and a conversion + function is getting called. + + PR c++/86982, -Wreturn-local-addr and std::move and std::forward. + * typeck.c (maybe_warn_about_returning_address_of_local): Handle calls + to std::move or std::forward. + (is_std_forward_p): New function. + +2018-09-05 Pádraig Brady + + PR c++/87185 + * lambda.c (prune_lambda_captures): Protect against const_vars.get + returning NULL. + +2018-09-04 Marek Polacek + + * cp-tree.h (treat_lvalue_as_rvalue_p): Declare. + * except.c (build_throw): Use it. Use CP_TYPE_VOLATILE_P. + * typeck.c (treat_lvalue_as_rvalue_p): No longer static. Add PARM_OK + parameter. + (maybe_warn_pessimizing_move): Adjust treat_lvalue_as_rvalue_p call. + (check_return_expr): Likewise. + +2018-09-03 Paolo Carlini + + PR c++/84980 + * constraint.cc (finish_shorthand_constraint): Early return if the + constraint is erroneous. + +2018-09-02 Bernd Edlinger + + * decl.c (eval_check_narrowing): Remove. + (check_initializer): Move call to braced_list_to_string from here ... + * typeck2.c (store_init_value): ... to here. + (digest_init_r): Remove handing of signed/unsigned char strings. + +2018-08-31 Nathan Sidwell + + PR c++/87155 + PR c++/84707 + * name-lookup.c (name_lookup::search_namespace): Don't look at + inlines when searching for NULL names. + + * decl.c (decls_match): Remove SYSTEM_IMPLICIT_EXTERN_C matching + of return types and parms. + * parser.c (cp_parser_parameter_declaration_clause): Likewise, + '()' always means '(void)'. + +2018-08-29 Jakub Jelinek + + PR c++/87095 + * decl.c (begin_destructor_body): If current_class_type has + virtual bases and the primary base is nearly empty virtual base, + voidify clearing of vptr and make it conditional on in-charge + argument. + +2018-08-29 Paolo Carlini + + PR c++/85265 + * parser.c (cp_parser_introduction_list): If cp_parser_identifier + returns error_mark_node early exit the loop. + (cp_parser_template_introduction): Improve error-recovery, remove + error call about empty introduction-list. + +2018-08-29 David Malcolm + + PR c++/85110 + * call.c (print_conversion_rejection): Add "fn" param and use it + for "no known conversion" messages to underline the pertinent + param. + (print_z_candidate): Supply "fn" to the new param above. + +2018-08-29 Jakub Jelinek + + PR c++/87122 + * pt.c (tsubst_expr) : If + processing_template_decl and decl is structured binding decl, call + cp_finish_decomp. + +2018-08-28 Paolo Carlini + + PR c++/86546 + * decl.c (finish_case_label): If the type is erroneous early + return error_mark_node. + +2018-08-27 David Malcolm + + PR c++/63392 + * parser.c (cp_parser_diagnose_invalid_type_name): Add fix-it + hint. + +2018-08-27 Jakub Jelinek + + PR c++/86993 + * cp-tree.h (cxx_readonly_error): Add location_t argument. + * typeck2.c (cxx_readonly_error): Add LOC argument, pass it to + ERROR_FOR_ASSIGNMENT macro and readonly_error. Add LOC argument + to ERROR_FOR_ASSIGNMENT macro, use error_at instead of error and + pass LOC to it. Formatting fixes. + * typeck.c (cp_build_unary_op): Pass location to cxx_readonly_error. + (cp_build_modify_expr): Pass loc to cxx_readonly_error. + * semantics.c (finish_asm_stmt): Pass input_location to + cxx_readonly_error. + +2018-08-27 David Malcolm + + PR c++/87091 + * decl.c (grokdeclarator): Update for conversion of show_caret_p + to a tri-state. + * error.c (cp_printer): Likewise. + * name-lookup.c (maybe_suggest_missing_std_header): Update call to + maybe_add_include_fixit to suggest overriding the location, as it + is for a note. + * parser.c (cp_parser_string_literal): Update for conversion of + show_caret_p to a tri-state. + (cp_parser_elaborated_type_specifier): Likewise. + (set_and_check_decl_spec_loc): Likewise. + * pt.c (listify): Update call to maybe_add_include_fixit to not + override the location, as it is for an error. + * rtti.c (typeid_ok_p): Likewise. + +2018-08-27 Martin Liska + + * call.c (build_call_a): Use new function + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. + (build_cxx_call): Likewise. + * constexpr.c (constexpr_fn_retval): Likewise. + (cxx_eval_builtin_function_call): Likewise. + (cxx_eval_call_expression): Likewise. + (potential_constant_expression_1): Likewise. + * cp-gimplify.c (cp_gimplify_expr): Likewise. + (cp_fold): Likewise. + * decl.c (decls_match): Likewise. + (validate_constexpr_redeclaration): Likewise. + (duplicate_decls): Likewise. + (make_rtl_for_nonlocal_decl): Likewise. + * name-lookup.c (consider_binding_level): Likewise. + (cp_emit_debug_info_for_using): Likewise. + * semantics.c (finish_call_expr): Likewise. + * tree.c (builtin_valid_in_constant_expr_p): Likewise. + +2018-08-26 Marek Polacek + + PR c++/87080 + * typeck.c (maybe_warn_pessimizing_move): Do nothing in a template. + + PR c++/87029, Implement -Wredundant-move. + * typeck.c (treat_lvalue_as_rvalue_p): New function. + (maybe_warn_pessimizing_move): Call convert_from_reference. + Warn about redundant moves. + +2018-08-24 Marek Polacek + + PR c++/67012 + PR c++/86942 + * decl.c (grokdeclarator): Disallow functions with trailing return + type with decltype(auto) as its type. Also check the function if + it's inner declarator doesn't exist + +2018-08-21 Marek Polacek + + PR c++/86499 + * parser.c (cp_parser_lambda_introducer): Give error if a non-local + lambda has a capture-default. + +2018-08-21 Paolo Carlini + + * decl.c (check_static_variable_definition): Change to return void. + +2018-08-21 Marek Polacek + + PR c++/86981, Implement -Wpessimizing-move. + * typeck.c (decl_in_std_namespace_p): New. + (is_std_move_p): New. + (maybe_warn_pessimizing_move): New. + (can_do_nrvo_p): New, factored out of ... + (check_return_expr): ... here. Warn about potentially harmful + std::move in a return statement. + + PR c++/65043 + * call.c (standard_conversion): Set check_narrowing. + * typeck2.c (check_narrowing): Use CP_INTEGRAL_TYPE_P rather + than comparing with INTEGER_TYPE. + + * cp-tree.h: Fix typo. + +2018-08-20 David Malcolm + + PR other/84889 + * call.c (build_user_type_conversion_1): Add auto_diagnostic_group + instance(s). + (print_error_for_call_failure): Likewise. + (build_op_call_1): Likewise. + (build_conditional_expr_1): Likewise. + (build_new_op_1): Likewise. + (build_op_delete_call): Likewise. + (convert_like_real): Likewise. + (build_over_call): Likewise. + (build_new_method_call_1): Likewise. + (joust): Likewise. + * class.c (check_tag): Likewise. + (finish_struct_anon_r): Likewise. + (one_inherited_ctor): Likewise. + (finalize_literal_type_property): Likewise. + (explain_non_literal_class): Likewise. + (find_flexarrays): Likewise. + (resolve_address_of_overloaded_function): Likewise. + * constexpr.c (ensure_literal_type_for_constexpr_object): Likewise. + (is_valid_constexpr_fn): Likewise. + (cx_check_missing_mem_inits): Likewise. + * cp-gimplify.c (cp_genericize_r): Likewise. + * cvt.c (maybe_warn_nodiscard): Likewise. + * decl.c (warn_extern_redeclared_static): Likewise. + (check_redeclaration_exception_specification): Likewise. + (check_no_redeclaration_friend_default_args): Likewise. + (duplicate_decls): Likewise. + (redeclaration_error_message): Likewise. + (warn_misplaced_attr_for_class_type): Likewise. + * decl2.c (finish_static_data_member_decl): Likewise. + (no_linkage_error): Likewise. + (cp_warn_deprecated_use): Likewise. + * error.c (qualified_name_lookup_error): Likewise. + * friend.c (make_friend_class): Likewise. + (do_friend): Likewise. + * init.c (perform_member_init): Likewise. + (build_new_1): Likewise. + (build_vec_delete_1): Likewise. + (build_delete): Likewise. + * lex.c (unqualified_name_lookup_error): Likewise. + * name-lookup.c (check_extern_c_conflict): Likewise. + (inform_shadowed): New function. + (check_local_shadow): Add auto_diagnostic_group instances, + replacing goto "inform_shadowed" label with call to subroutine. + (set_local_extern_decl_linkage): Add auto_diagnostic_group + instance(s). + * parser.c (cp_parser_diagnose_invalid_type_name): Likewise. + (cp_parser_namespace_name): Likewise. + * pt.c (check_specialization_namespace): Likewise. + (check_template_variable): Likewise. + (warn_spec_missing_attributes): Likewise. + (check_explicit_specialization): Likewise. + (process_partial_specialization): Likewise. + (lookup_template_class_1): Likewise. + (finish_template_variable): Likewise. + (do_auto_deduction): Likewise. + * search.c (check_final_overrider): Likewise. + (look_for_overrides_r): Likewise. + * tree.c (maybe_warn_parm_abi): Likewise. + * typeck.c (cxx_sizeof_expr): Likewise. + (cp_build_function_call_vec): Likewise. + (cp_build_binary_op): Likewise. + (convert_for_assignment): Likewise. + (maybe_warn_about_returning_address_of_local): Likewise. + * typeck2.c (abstract_virtuals_error_sfinae): Likewise. + (check_narrowing): Likewise. + +2018-08-17 David Malcolm + + * typeck.c (string_conv_p): Extract location from EXP and use it + in preference to input_location when issuing warnings. + +2018-08-15 David Malcolm + + * call.c: Include "gcc-rich-location.h". + (convert_like_real): Add range label for "invalid conversion" + diagnostic. + (perform_implicit_conversion_flags): Add type label to the + "could not convert" error. + * error.c: Include "gcc-rich-location.h". + (range_label_for_type_mismatch::get_text): New function. + * typeck.c (convert_for_assignment): Add type label to + the "cannot convert" error if a location is available. + +2018-08-15 Paolo Carlini + + * decl.c (check_previous_goto_1): When decl_jump_unsafe returns 2 + emit an error instead of a permerror. + +2018-08-13 Marek Polacek + + PR c++/57891 + * call.c (struct conversion): Add check_narrowing_const_only. + (build_converted_constant_expr): Set check_narrowing and + check_narrowing_const_only. Give error if expr is error node. + (convert_like_real): Pass it to check_narrowing. + * cp-tree.h (check_narrowing): Add a default parameter. + * decl.c (compute_array_index_type): Use input_location instead of + location_of. + * pt.c (convert_nontype_argument): Return NULL_TREE if tf_error. + * typeck2.c (check_narrowing): Don't warn for instantiation-dependent + expressions. Call maybe_constant_value instead of + fold_non_dependent_expr. Don't mention { } in diagnostic. Only check + narrowing for constants if CONST_ONLY. + +2018-08-13 Martin Sebor + + PR tree-optimization/71625 + * decl.c (check_initializer): Call braced_list_to_string. + (eval_check_narrowing): New function. + * gcc/cp/typeck2.c (digest_init_r): Accept strings literals + as initilizers for all narrow character types. + +2018-08-13 Marek Polacek + + P0806R2 - Deprecate implicit capture of this via [=] + * lambda.c (add_default_capture): Formatting fixes. Warn about + deprecated implicit capture of this via [=]. + + PR c++/86915 + * decl.c (create_array_type_for_decl): Handle null name. + +2018-08-10 Jason Merrill + + PR c++/86728 - C variadic generic lambda. + * parser.c (cp_parser_parameter_declaration): Don't turn 'auto' into + a pack if it's followed by a declarator-id. + +2018-08-08 Jakub Jelinek + + P0595R1 - is_constant_evaluated + * cp-tree.h (enum cp_built_in_function): New. + (maybe_constant_init): Add pretend_const_required argument. + * typeck2.c (store_init_value): Pass true as new argument to + maybe_constant_init. + * constexpr.c (constexpr_fn_retval): Check also DECL_BUILT_IN_CLASS + for BUILT_IN_UNREACHABLE. + (struct constexpr_ctx): Add pretend_const_required field. + (cxx_eval_builtin_function_call): Use DECL_IS_BUILTIN_CONSTANT_P + macro. Handle CP_BUILT_IN_IS_CONSTANT_EVALUATED. Check also + DECL_BUILT_IN_CLASS for BUILT_IN_UNREACHABLE. + (cxx_eval_outermost_constant_expr): Add pretend_const_required + argument, initialize pretend_const_required field in ctx. If the + result is TREE_CONSTANT and non_constant_p, retry with + pretend_const_required false if it was true. + (is_sub_constant_expr): Initialize pretend_const_required_field in + ctx. + (cxx_constant_value): Pass true as pretend_const_required to + cxx_eval_outermost_constant_expr. + (maybe_constant_value): Pass false as pretend_const_required to + cxx_eval_outermost_constant_expr. + (fold_non_dependent_expr): Likewise. + (maybe_constant_init_1): Add pretend_const_required argument, pass it + down to cxx_eval_outermost_constant_expr. Pass !allow_non_constant + instead of false as strict to cxx_eval_outermost_constant_expr. + (maybe_constant_init): Add pretend_const_required argument, pass it + down to maybe_constant_init_1. + (cxx_constant_init): Pass true as pretend_const_required to + maybe_constant_init_1. + * cp-gimplify.c (cp_gimplify_expr): Handle CALL_EXPRs to + CP_BUILT_IN_IS_CONSTANT_EVALUATED. + (cp_fold): Don't fold CP_BUILT_IN_IS_CONSTANT_EVALUATED calls. + * decl.c: Include langhooks.h. + (cxx_init_decl_processing): Register __builtin_is_constant_evaluated + built-in. + * tree.c (builtin_valid_in_constant_expr_p): Return true for + CP_BUILT_IN_IS_CONSTANT_EVALUATED. + * pt.c (declare_integer_pack): Initialize DECL_FUNCTION_CODE. + + PR c++/86836 + * pt.c (tsubst_expr): For structured bindings, call tsubst_decomp_names + before tsubst_init, not after it. + + PR c++/86738 + * constexpr.c (cxx_eval_binary_expression): For arithmetics involving + NULL pointer set *non_constant_p to true. + (cxx_eval_component_reference): For dereferencing of a NULL pointer, + set *non_constant_p to true and return t. + +2018-08-07 Paolo Carlini + + PR c++/59480, DR 136 + * decl.c (check_no_redeclaration_friend_default_args): New. + (duplicate_decls): Use the latter; also check that a friend + declaration specifying default arguments is a definition. + +2018-08-07 Ville Voutilainen + + PR c++/79133 + * name-lookup.c (check_local_shadow): Reject captures and parameters + with the same name. + +2018-08-06 Marek Polacek + + PR c++/86767 + * constexpr.c (cxx_eval_statement_list): Handle continue. + +2018-08-03 David Malcolm + Jonathan Wakely + + * decl.c: Include "gcc-rich-location.h". + (add_return_star_this_fixit): New function. + (finish_function): When warning about missing return statements in + functions returning non-void, add a "return *this;" fix-it hint for + assignment operators. + +2018-08-03 Jason Merrill + + PR c++/86706 + * class.c (build_base_path): Use currently_open_class. + +2018-08-02 David Malcolm + + * error.c (cxx_print_error_function): Duplicate "file" before + passing it to pp_set_prefix. + (cp_print_error_function): Use pp_take_prefix when saving the + existing prefix. + +2018-08-02 Richard Biener + + PR c++/86763 + * class.c (layout_class_type): Copy TYPE_TYPELESS_STORAGE + to the CLASSTYPE_AS_BASE. + +2018-08-01 Martin Sebor + + PR tree-optimization/86650 + * error.c (cp_printer): Move usage of EXPR_LOCATION (t) and + TREE_BLOCK (t) from within percent_K_format to this callsite. + +2018-08-01 Paolo Carlini + + PR c++/86661 + * class.c (note_name_declared_in_class): Use location_of in permerror + instead of DECL_SOURCE_LOCATION (for OVERLOADs). + +2018-07-31 Tom de Vries + + PR debug/86687 + * optimize.c (update_cloned_parm): Copy DECL_BY_REFERENCE. + +2018-07-31 Jakub Jelinek + + P1008R1 - prohibit aggregates with user-declared constructors + * class.c (check_bases_and_members): For C++2a set + CLASSTYPE_NON_AGGREGATE based on TYPE_HAS_USER_CONSTRUCTOR rather than + type_has_user_provided_or_explicit_constructor. + +2018-07-31 Martin Liska + + PR c++/86653 + * parser.c (cp_parser_condition): Initialize non_constant_p + to false. + +2018-07-28 David Malcolm + + * error.c (cp_printer): In the leading comment, move "%H" and "%I" + into alphabetical order, and add missing "%G" and "%K". Within + the switch statement, move cases 'G', 'H', 'I' and 'K' so that the + cases are in alphabetical order. + +2018-07-25 Jakub Jelinek + + * cp-tree.h (enum cp_tree_index): Add + CPTI_{ABI_TAG,ALIGNED,BEGIN,END,GET,TUPLE_{ELEMENT,SIZE}}_IDENTIFIER + and CPTI_{GNU,TYPE,VALUE,FUN,CLOSURE}_IDENTIFIER. + (abi_tag_identifier, aligned_identifier, begin_identifier, + end_identifier, get__identifier, gnu_identifier, + tuple_element_identifier, tuple_size_identifier, type_identifier, + value_identifier, fun_identifier, closure_identifier): Define. + * decl.c (initialize_predefined_identifiers): Initialize the above + identifiers. + (get_tuple_size): Use tuple_size_identifier instead of + get_identifier ("tuple_size") and value_identifier instead of + get_identifier ("value"). + (get_tuple_element_type): Use tuple_element_identifier instead of + get_identifier ("tuple_element") and type_identifier instead of + get_identifier ("type"). + (get_tuple_decomp_init): Use get__identifier instead of + get_identifier ("get"). + * lambda.c (maybe_add_lambda_conv_op): Use fun_identifier instead of + get_identifier ("_FUN"). + * parser.c (cp_parser_lambda_declarator_opt): Use closure_identifier + instead of get_identifier ("__closure"). + (cp_parser_std_attribute): Use gnu_identifier instead of + get_identifier ("gnu"). + (cp_parser_std_attribute_spec): Likewise. Use aligned_identifier + instead of get_identifier ("aligned"). + * class.c (check_abi_tags, inherit_targ_abi_tags): Use + abi_tag_identifier instead of get_identifier ("abi_tag"). + + PR c++/85515 + * cp-tree.h (enum cp_tree_index): Add + CPTI_FOR_{RANGE,BEGIN,END}{,_}_IDENTIFIER. + (for_range__identifier, for_begin__identifier, for_end__identifier, + for_range_identifier, for_begin_identifier, for_end_identifier): + Define. + * decl.c (initialize_predefined_identifiers): Initialize + for_{range,begin,end}{,_}_identifier. + * parser.c (build_range_temp): Use for_range__identifier instead of + get_identifier ("__for_range"). + (cp_convert_range_for): Use for_begin__identifier and + for_end__identifier instead of get_identifier ("__for_begin") and + get_identifier ("__for_end"). + * semantics.c (finish_for_stmt): Rename "__for_{range,begin,end} " + local symbols to "__for_{range,begin,end}". + +2018-07-23 Jakub Jelinek + + PR c++/86569 + * cp-gimplify.c (cp_fold): Don't fold comparisons into other kind + of expressions other than INTEGER_CST regardless of TREE_NO_WARNING + or warn_nonnull_compare. + +2018-07-19 Paolo Carlini + + Revert fix for c++/59480 (and testsuite followup) + + 2019-07-18 Paolo Carlini + + PR c++/59480, DR 136 + * decl.c (check_no_redeclaration_friend_default_args): New. + (duplicate_decls): Use the latter; also check that a friend + declaration specifying default arguments is a definition. + +2018-07-18 Jakub Jelinek + + PR c++/86550 + * parser.c (cp_parser_decl_specifier_seq): Diagnose invalid type + specifier if CP_PARSER_FLAGS_ONLY_MUTABLE_OR_CONSTEXPR. + +2018-07-18 Marek Polacek + + PR c++/86190 - bogus -Wsign-conversion warning + * typeck.c (cp_build_binary_op): Fix formatting. Add a warning + sentinel. + +2018-07-18 Paolo Carlini + + PR c++/59480, DR 136 + * decl.c (check_no_redeclaration_friend_default_args): New. + (duplicate_decls): Use the latter; also check that a friend + declaration specifying default arguments is a definition. + +2018-07-18 Paolo Carlini + + * class.c (note_name_declared_in_class): Prefer permerror + inform + to a pair of permerrors; use DECL_SOURCE_LOCATION. + +2018-07-18 Richard Biener + + PR debug/86523 + * decl2.c (c_parse_final_cleanups): Call write_out_vars before + start_static_storage_duration_function sets current_function_decl. + +2018-07-17 Jason Merrill + + PR c++/86480 - nested variadic lambda and constexpr if. + * pt.c (find_parameter_packs_r) [IF_STMT]: Don't walk into + IF_STMT_EXTRA_ARGS. + * tree.c (cp_walk_subtrees) [DECLTYPE_TYPE]: Set + cp_unevaluated_operand. + [ALIGNOF_EXPR] [SIZEOF_EXPR] [NOEXCEPT_EXPR]: Likewise. + +2018-07-16 Paolo Carlini + + * class.c (resolve_address_of_overloaded_function): Don't emit an + inform if the matching permerror returns false. + * pt.c (check_specialization_namespace): Likewise. + +2018-07-16 Jakub Jelinek + + PR c++/3698 + PR c++/86208 + * cp-gimplify.c (cp_genericize_r): When using extern_decl_map, or + in TREE_USED flag from stmt to h->to. + +2018-07-13 Nathan Sidwell + + PR c++/86374 + * pt.c (lookup_template_class_1): Use tsubst_aggr_type for + contexts that are classes. + * parser.c (cp_parser_template_id): Combine entering_scope decl & + initializer. + +2018-07-12 Jakub Jelinek + + * decl2.c (cplus_decl_attributes): Don't diagnose vars without mappable + type here, instead add "omp declare target implicit" attribute. Add + that attribute instead of "omp declare target" also when + processing_template_decl. + * decl.c (cp_finish_decl): Diagnose vars without mappable type here, + and before calling cp_omp_mappable_type call complete_type. + +2018-07-10 Jakub Jelinek + + PR sanitizer/86406 + * cp-gimplify.c (cp_maybe_instrument_return): Skip trailing + DEBUG_BEGIN_STMTs. + + PR c++/86443 + * semantics.c (handle_omp_for_class_iterator): Remove lastp argument, + instead of setting *lastp turn orig_declv elt into a TREE_LIST. + (finish_omp_for): Adjust handle_omp_for_class_iterator caller. + * pt.c (tsubst_omp_for_iterator): Allow OMP_FOR_ORIG_DECLS to contain + TREE_LIST for both the original class iterator and the "last" helper + var. + +2018-07-09 Paolo Carlini + + * decl.c (grokdeclarator): Use rich_location::add_range in three + more places; include gcc-rich-location.h. + +2018-07-07 Aldy Hernandez + + * decl.c (build_enumerator): Change overflow type to overflow_type. + * init.c (build_new_1): Same. + +2018-07-05 Nathan Sidwell + + * cp/decl.c (decls_match): Check SYSTEM_IMPLICIT_EXTERN_C not + NO_IMPLICIT_EXTERN_C. + * cp/parser.c (cp_parser_parameter_declaration_clause): Likewise. + +2018-07-04 Ville Voutilainen + + PR c++/86398 + * method.c (is_trivially_xible): Return false + if is_xible_helper returns a NULL_TREE. + +2018-07-03 Paolo Carlini + + * decl.c (min_location): New. + (smallest_type_quals_location): Use the latter. + (check_concept_fn): Use DECL_SOURCE_LOCATION. + (grokdeclarator): Use accurate locations in a number of error + messages involving ds_thread, ds_storage_class, ds_virtual, + ds_constexpr, ds_typedef and ds_friend; exploit min_location. + +2018-07-03 Marek Polacek + + PR c++/86201 + * typeck.c (cp_build_binary_op): Check c_inhibit_evaluation_warnings. + +2018-07-03 Jason Merrill + + PR c++/86378 - functional cast in noexcept-specifier. + * tree.c (strip_typedefs_expr) [TREE_LIST]: Fix iteration. + +2018-07-02 Paolo Carlini + + * parser.c (set_and_check_decl_spec_loc): Use rich_location::add_range + in error message about __thread and thread_local at the same time. + +2018-06-29 Marek Polacek + + PR c++/86184 + * tree.c (cp_save_expr): Don't call save_expr for TARGET_EXPRs. + +2018-06-28 David Malcolm + + * parser.c (cp_parser_error_1): After issuing a conflict marker + error, consume tokens until the end of the source line. + +2018-06-28 Jason Merrill + + PR c++/86342 - -Wdeprecated-copy and system headers. + * decl2.c (cp_warn_deprecated_use): Don't warn about declarations + in system headers. + +2018-06-27 David Malcolm + + PR c++/86329 + * name-lookup.c (consider_binding_level): Filter out names that + match anon_aggrname_p. + +2018-06-27 Jason Merrill + + * name-lookup.c (do_pushtag): If we skip a class level, also skip + its template level. + +2018-06-26 Jason Merrill + + PR c++/86320 - memory-hog with std::array of pair + * typeck2.c (process_init_constructor_array): Only compute a + constant initializer once. + + PR c++/80290 - memory-hog with std::pair. + * pt.c (fn_type_unification): Add convs parameter. + (check_non_deducible_conversion): Remember conversion. + (check_non_deducible_conversions): New. Do checks here. + (type_unification_real): Not here. Remove flags parm. + * call.c (add_function_candidate): Make convs a parameter. + Don't recalculate the conversion if it's already set. + (add_template_candidate_real): Allocate convs here. + (good_conversion, conv_flags): New. + +2018-06-26 Jakub Jelinek + + PR c++/86291 + * parser.c (cp_parser_omp_for_loop_init): Change for_block argument + type from vec * to vec *&. + +2018-06-23 Paolo Carlini + + * decl.c (bad_specifiers): Add const location_t* parameter and + use locations in error messages about 'inline' and 'virtual'. + (mark_inline_variable): Add location_t parameter and use it in + error_at and pedwarn messages. + (grokdeclarator): Use declspecs->locations[ds_constexpr], + declspecs->locations[ds_concept], declspecs->locations[ds_virtual], + declspecs->locations[ds_inline] in many error messages; adjust + bad_specifiers and mark_inline_variable calls. + (grokvardecl): Use declspecs->locations[ds_concept] in error message. + +2018-06-22 Jason Merrill + + PR c++/86219 - ICE with erroneous initializer in template. + * constexpr.c (fold_non_dependent_expr): Add complain parm. + * call.c, expr.c, init.c, pt.c, semantics.c, typeck.c, typeck2.c: + Pass it. + * call.c (build_cxx_call): Don't mess with builtins in a template. + * typeck2.c (store_init_value): If fold_non_dependent_expr didn't + produce a constant value, go back to the uninstantiated form. + + Avoid taking the address of something just because it's in parens. + * constexpr.c (same_type_ignoring_tlq_and_bounds_p): New. + (cxx_fold_indirect_ref): Use it. + (cxx_eval_constant_expression) [VIEW_CONVERT_EXPR]: Use it. + * cp-tree.h (REF_PARENTHESIZED_P): Allow VIEW_CONVERT_EXPR. + * semantics.c (force_paren_expr): Use VIEW_CONVERT_EXPR instead of + static_cast to reference type. + (maybe_undo_parenthesized_ref): Handle VIEW_CONVERT_EXPR. + +2018-06-21 Jason Merrill + + * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PARM_DESCENDANTS. + + * name-lookup.c (do_push_to_top_level): Don't allocate + current_lang_base. + (do_pop_from_top_level): Release current_lang_base. + + Let -fmem-report see callers of cxx_make_type. + * lex.c (cxx_make_type): Add MEM_STAT_DECL. + (make_class_type): Likewise. + (cxx_make_type_hook): New. + * cp-objcp-common.h (LANG_HOOKS_MAKE_TYPE): Use cxx_make_type_hook. + +2018-06-20 Nathan Sidwell + + PR c++/85634 + * friend.c (add_friend): Keep lookup sets of tempate sets. + +2018-06-20 Paolo Carlini + + * decl.c (grokfndecl): Add const cp_decl_specifier_seq* parameter; + tidy handling of a null location_t argument; use proper location + information in a few additional error messages. + (grokdeclarator): Update calls. + +2018-06-20 Chung-Lin Tang + Thomas Schwinge + Cesar Philippidis + + * parser.c (cp_parser_omp_clause_name): Add support for finalize + and if_present. Make present_or_{copy,copyin,copyout,create} aliases + to their non-present_or_* counterparts. Make 'self' an alias to + PRAGMA_OACC_CLAUSE_HOST. + (cp_parser_oacc_data_clause): Update GOMP mappings for + PRAGMA_OACC_CLAUSE_{COPY,COPYIN,COPYOUT,CREATE,DELETE}. Remove + PRAGMA_OACC_CLAUSE_{SELF,PRESENT_OR_*}. + (cp_parser_oacc_all_clauses): Handle finalize and if_present clauses. + Remove support for present_or_* clauses. + (OACC_KERNELS_CLAUSE_MASK): Remove PRESENT_OR_* clauses. + (OACC_PARALLEL_CLAUSE_MASK): Likewise. + (OACC_DECLARE_CLAUSE_MASK): Likewise. + (OACC_DATA_CLAUSE_MASK): Likewise. + (OACC_ENTER_DATA_CLAUSE_MASK): Remove PRESENT_OR_* clauses. + (OACC_EXIT_DATA_CLAUSE_MASK): Add FINALIZE clause. + (OACC_UPDATE_CLAUSE_MASK): Remove SELF, add IF_PRESENT. + (cp_parser_oacc_declare): Remove PRESENT_OR_* clauses. + * pt.c (tsubst_omp_clauses): Handle IF_PRESENT and FINALIZE. + * semantics.c (finish_omp_clauses): Handle IF_PRESENT and FINALIZE. + +2018-06-20 Marek Polacek + + PR c++/86240 + * constexpr.c (cxx_eval_constant_expression): Handle ABSU_EXPR. + (fold_simple_1): Likewise. + * error.c (dump_expr): Likewise. + +2018-06-20 Nathan Sidwell + + PR c++/85634 + * cp-tree.h (lookup_keep): Drop KEEP parm. + (lookup_list_keep): Delete. + (maybe_get_fns): Declare. + * parser.c (cp_parser_primary_expression): Call lookup_keep here. + (cp_parser_template_id): Not here ... + * decl.c (cp_finish_decl): ... nor here ... + * init.c (build_raw_new_expr): ... nor here ... + * pt.c (process_template_parm): ... nor here ... + * semantics.c (perform_koenig_lookup): Call lookup_keep. + (finish_call_expr): Not here. + * tree.c (ovl_cache): Delete. + (ovl_make, ovl_copy): No cache. + (lookup_keep): Always keep. + (lookup_list_keep): Delete. + (maybe_get_fns): New, broken out of ... + (get_fns): ... here. Call it. + (built_min_nt_loc, build_min, build_min_non_dep): Drop lookup_keep. + (build_min_nt_call_vec): Likewise. + +2018-06-19 Jason Merrill + + * cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove. + * constexpr.c: Use CONSTRUCTOR_NO_CLEARING instead. + + PR c++/86182 - ICE with anonymous union passed to template. + * pt.c (tsubst_expr) [DECL_EXPR]: Handle an anonymous union type + used to declare a named variable. + +2018-06-18 Jason Merrill + + * tree.c (cp_expr_location): New. + * cp-tree.h (cp_expr_loc_or_loc): New. + * call.c, cvt.c, constexpr.c, constraint.cc, cp-gimplify.c, decl.c, + error.c, init.c, lex.c, parser.c, pt.c, semantics.c, typeck.c, + typeck2.c: Use it instead of EXPR_LOC_OR_LOC. + + * parser.c (cp_parser_lambda_expression): Use a range for + LAMBDA_EXPR_LOCATION. + + PR c++/86200 - ICE with unexpanded pack in lambda parameter. + * pt.c (find_parameter_packs_r) [LAMBDA_EXPR]: Also look into the + function type. + + PR c++/81060 - ICE with unexpanded parameter pack. + * pt.c (check_for_bare_parameter_packs): Add loc parameter. + * decl.c (grokdeclarator): Call it for qualifying_scope. + + PR c++/86171 - ICE with recursive alias instantiation. + * pt.c (tsubst_decl): Handle recursive alias instantiation. + +2018-06-18 Paolo Carlini + + * decl.c (duplicate_decls): Consistently use DECL_SOURCE_LOCATION + in errors about redefined default arguments; tidy. + +2018-06-16 Kugan Vivekanandarajah + + * constexpr.c (potential_constant_expression_1): Handle ABSU_EXPR. + * cp-gimplify.c (cp_fold): Likewise. + +2018-06-15 Jason Merrill + + PR c++/86147 - wrong capture for template argument. + * expr.c (mark_use): Look through NOP_EXPR. + + * name-lookup.c (do_pushtag): Don't look through complete types, but + don't add to them either. Get context from current_binding_level. + * pt.c (tsubst_default_argument): Use push_to/pop_from_top_level. + + * decl.c (start_enum): Do compare dependent underlying type. + + PR c++/82882 - ICE with lambda in template default argument. + * lambda.c (record_null_lambda_scope): New. + * pt.c (tsubst_lambda_expr): Use it. + * name-lookup.c (do_pushtag): Don't give a lambda DECL_CONTEXT of a + function that isn't open. + + * tree.c (maybe_warn_parm_abi): Inform the location of the class. + +2018-06-14 Marek Polacek + + PR c++/86063 + * decl2.c (cp_check_const_attributes): Skip trees that are not + TREE_LISTs. + +2018-06-14 Jakub Jelinek + + P0624R2 - Default constructible and assignable stateless lambdas + * method.c (synthesized_method_walk): For C++2a don't mark + sfk_constructor or sfk_copy_assignment as deleted if lambda has + no lambda-captures. + +2018-06-14 Paolo Carlini + + * decl.c (duplicate_decls): Use DECL_SOURCE_LOCATION in + OPT_Wshadow warning_at. + (grokfndecl): Consistently use the location_t argument in + literal operator diagnostic messages. + (grokdeclarator): Use declspecs->locations[ds_storage_class] + in error_at call. + * decl2.c (finish_static_data_member_decl): Use DECL_SOURCE_LOCATION + in permerror call. + +2018-06-13 Jason Merrill + + PR c++/86099 - ICE with trivial copy and non-trivial default ctor. + * constexpr.c (instantiate_cx_fn_r): Don't synthesize trivial + constructors. + + PR c++/86094 - wrong code with defaulted move ctor. + * class.c (classtype_has_non_deleted_move_ctor): New. + * tree.c (maybe_warn_parm_abi, type_has_nontrivial_copy_init): + Handle v12 breakage. + +2018-06-12 Jason Merrill + + PR c++/86098 - ICE with template placeholder for TTP. + * typeck.c (structural_comptypes) [TEMPLATE_TYPE_PARM]: Check + CLASS_PLACEHOLDER_TEMPLATE. + +2018-06-12 Paolo Carlini + + * decl2.c (coerce_new_type, coerce_delete_type): Add location_t + parameter and adjust error_at calls. + * decl.c (grok_op_properties): Adjust calls. + * cp-tree.h (oerce_new_type, coerce_delete_type): Adjust decls. + +2018-06-12 Marek Polacek + + Core issue 1331 - const mismatch with defaulted copy constructor + * class.c (check_bases_and_members): When checking a defaulted + function, mark it as deleted rather than giving an error. + +2018-06-11 Jason Merrill + + PR c++/85792 -Wctor-dtor-privacy and inherited constructor. + * class.c (maybe_warn_about_overly_private_class): Handle inherited + constructors. + + PR c++/85963 - -Wunused-but-set with ?: in template. + * pt.c (tsubst_copy_and_build) [COND_EXPR]: Call mark_rvalue_use. + +2018-06-11 Paolo Carlini + + * decl.c (grok_op_properties): Consistently use the location + of the decl; remove special casing of POSTINCREMENT_EXPR and + POSTDECREMENT_EXPR wrt default arguments. + +2018-06-05 Jason Merrill + + * constexpr.c (cxx_eval_binary_expression): Special case comparison + of pointers to members of the same union. + +2018-06-11 Jason Merrill + + PR c++/86094 - wrong code with defaulted move ctor. + * tree.c (type_has_nontrivial_copy_init): Fix move ctor handling. + +2018-06-10 Paolo Carlini + + * decl.c (grokfndecl): Use the location_t argument in two more places. + +2018-06-06 Marek Polacek + + PR c++/85977 + * pt.c (unify): If ELTTYPE has no deducible template parms, skip + deduction from the list elements. + (type_unification_real): Check convertibility of list elements. + +2018-06-06 Jason Merrill + + PR c++/86060 - ICE on range for with -std=c++98. + * parser.c (cp_parser_init_statement): Don't clobber *decl after + pedwarn. + + PR c++/85710 - ICE with -Wmemset-elt-size. + * semantics.c (finish_call_expr): Call warn_for_memset here. + * parser.c (cp_parser_postfix_expression): Not here. + (literal_integer_zerop): No longer static. + * pt.c (build_non_dependent_expr): Don't wrap CONST_DECL. + +2018-06-05 Marek Polacek + + PR c++/85976 + * tree.c (cp_tree_equal): Handle USING_DECL. + +2018-06-05 Jason Merrill + + PR c++/85731 - wrong error with qualified-id in template. + * semantics.c (finish_qualified_id_expr): build_qualified_name + for unbound names in the current class. + +2018-06-04 Jason Merrill + + PR c++/61806 - missed SFINAE with partial specialization. + * cp-tree.h (deferring_access_check_sentinel): Add deferring_kind + parameter to constructor. + * pt.c (instantiate_class_template_1): Enable access checking + before call to most_specialized_partial_spec. + + PR c++/85765 - SFINAE and non-type default template arg. + * pt.c (type_unification_real): Do full semantic processing if + substituting a partial args list replaces all template parms. + +2018-06-03 Jason Merrill + + PR c++/85739 - ICE with pointer to member template parm. + * cvt.c (perform_qualification_conversions): Use cp_fold_convert. + +2018-06-02 Jason Merrill + + PR c++/85761 - ICE with ill-formed use of const outer variable. + * expr.c (mark_use): Handle location wrappers. + +2018-06-01 Jason Merrill + + PR c++/85764 - bogus 'this' not captured error. + * lambda.c (resolvable_dummy_lambda): Use nonlambda_method_basetype. + (nonlambda_method_basetype): Handle NSDMI. + + CWG 1581: When are constexpr member functions defined? + * constexpr.c (instantiate_cx_fn_r, instantiate_constexpr_fns): New. + (cxx_eval_outermost_constant_expr): Call instantiate_constexpr_fns. + + PR c++/58281 - explicit instantiation of constexpr + * pt.c (mark_decl_instantiated): Clear DECL_EXTERNAL. + + * pt.c (instantiate_decl): Any defaulted function is defined. + +2018-05-30 Jonathan Wakely + + PR c++/77777 + * call.c (resolve_args): Use location of expression, not current input + location. + +2018-05-30 Ville Voutilainen + + Do not warn about zero-as-null when NULL is used. + * call.c (conversion_null_warnings): Check for pointer + types converted from zero constants. + (convert_like_real): Add a warning sentinel at the end. + * tree.c (maybe_warn_zero_as_null_pointer_constant): Also + check null_node_p. + +2018-05-30 Jason Merrill + + PR c++/85807 - ICE with call in template NSDMI. + * init.c (get_nsdmi): Use push_to/pop_from_top_level. + * tree.c (bot_manip): Don't set_flags_from_callee in a template. + + PR c++/85873 - constant initializer_list array not in .rodata. + * tree.c (build_target_expr): Set TREE_READONLY. + * call.c (set_up_extended_ref_temp): Set TREE_READONLY. + + * parser.c (cp_parser_check_condition_declarator): Handle + cp_error_declarator. + +2018-05-30 Jonathan Wakely + + * typeck.c (cxx_sizeof_or_alignof_type): Return size_one_node instead + of using it in dead store. + +2018-05-29 Jason Merrill + + PR c++/67445 - returning temporary initializer_list. + PR c++/67711 - assigning from temporary initializer_list. + PR c++/48562 - new initializer_list. + * typeck.c (maybe_warn_about_returning_address_of_local): Also warn + about returning local initializer_list. + * cp-tree.h (AUTO_TEMP_NAME, TEMP_NAME_P): Remove. + * call.c (build_over_call): Warn about assignment from temporary + init_list. + * init.c (build_new_1): Warn about 'new std::initializer_list'. + (find_list_begin, maybe_warn_list_ctor): New. + (perform_member_init): Use maybe_warn_list_ctor. + +2018-05-29 Marek Polacek + + PR c++/85883 + * init.c (build_new): Handle deducing a class with new + with more than one argument. + +2018-05-29 Jakub Jelinek + + PR c++/85952 + * init.c (build_aggr_init): For structured binding initialized from + array call mark_rvalue_use on the initializer. + +2018-05-28 Bernd Edlinger + + * decl2.c (start_static_storage_duration_function): Use + splay_tree_delete_pointers. + +2018-05-25 Jason Merrill + + PR c++/85815 - reference to member of enclosing template. + * search.c (lookup_base): Use currently_open_class. + (lookup_member): Use it regardless of -fconcepts. + * parser.c (cp_parser_postfix_dot_deref_expression): Check it. + + CWG 616, 1213 - value category of subobject references. + * tree.c (lvalue_kind): Fix handling of ARRAY_REF of pointer. + +2018-05-24 Jason Merrill + + PR c++/85842 - -Wreturn-type, constexpr if and generic lambda. + * pt.c (tsubst_lambda_expr): Copy current_function_returns_* to + generic lambda. + +2018-05-24 Ville Voutilainen + + Pedwarn on a non-standard position of a C++ attribute. + * parser.c (cp_parser_namespace_definition): Pedwarn about attributes + after the namespace name. + +2018-05-24 Paolo Carlini + + * cp-tree.h (INDIRECT_TYPE_P): New. + * call.c (build_trivial_dtor_call, maybe_warn_class_memaccess, + joust): Use it instead of POINTER_TYPE_P. + * class.c (update_vtable_entry_for_fn, find_flexarrays, + * fixed_type_or_null, resolves_to_fixed_type_p): Likewise. + * constexpr.c (cxx_eval_binary_expression, cxx_fold_indirect_ref, + * cxx_eval_increment_expression, potential_constant_expression_1): + Likewise. + * cp-gimplify.c (cp_gimplify_expr, cp_genericize_r): Likewise. + * cp-objcp-common.c (cxx_get_alias_set): Likewise. + * cp-ubsan.c (cp_ubsan_maybe_instrument_member_call, + cp_ubsan_maybe_instrument_downcast): Likewise. + * cvt.c (cp_convert_to_pointer, ocp_convert, + cp_get_fndecl_from_callee, maybe_warn_nodiscard, convert): Likewise. + * cxx-pretty-print.c (cxx_pretty_printer::abstract_declarator, + pp_cxx_offsetof_expression_1): Likewise. + * decl.c (grokparms, static_fn_type): Likewise. + * decl2.c (grokbitfield): Likewise. + * error.c (dump_expr): Likewise. + * except.c (initialize_handler_parm, check_noexcept_r): Likewise. + * init.c (warn_placement_new_too_small): Likewise. + * lambda.c (build_capture_proxy, add_capture): Likewise. + * parser.c (cp_parser_omp_for_loop): Likewise. + * pt.c (convert_nontype_argument, fn_type_unification, + uses_deducible_template_parms, check_cv_quals_for_unify, + dependent_type_p_r): Likewise. + * search.c (check_final_overrider): Likewise. + * semantics.c (handle_omp_array_sections, finish_omp_clauses, + finish_omp_for): Likewise. + * tree.c (cp_build_qualified_type_real): Likewise. + * typeck.c (build_class_member_access_expr, + finish_class_member_access_expr, build_x_indirect_ref, + cp_build_indirect_ref_1, cp_build_binary_op, build_const_cast_1): + Likewise. + +2018-05-24 Jason Merrill + + PR c++/85864 - literal template and default template arg. + * pt.c (instantiation_dependent_r): Handle NONTYPE_ARGUMENT_PACK. + +2018-05-24 Marek Polacek + + PR c++/85847 + * init.c (build_new_1): Use fold_non_dependent_expr. Use a dedicated + variable for its result. Fix a condition. + (build_new): Use fold_non_dependent_expr. Tweak a condition. + +2018-05-23 Jason Merrill + + Fix cast to rvalue reference from prvalue. + * cvt.c (diagnose_ref_binding): Handle rvalue reference. + * rtti.c (build_dynamic_cast_1): Don't try to build a reference to + non-class type. Handle xvalue argument. + * typeck.c (build_reinterpret_cast_1): Allow cast from prvalue to + rvalue reference. + * semantics.c (finish_compound_literal): Do direct-initialization, + not cast, to initialize a reference. + + CWG 616, 1213 - value category of subobject references. + * tree.c (lvalue_kind): A reference to a subobject of a prvalue is + an xvalue. + * typeck2.c (build_m_component_ref): Likewise. + * typeck.c (cp_build_addr_expr_1, lvalue_or_else): Remove diagnostic + distinction between temporary and xvalue. + +2018-05-23 Marek Polacek + + Implement P0614R1, Range-based for statements with initializer. + * parser.c (cp_parser_range_based_for_with_init_p): New. + (cp_parser_init_statement): Use it. Parse the optional init-statement + for a range-based for loop. + (cp_parser_skip_to_closing_parenthesis_1): Handle balancing ?:. + +2018-05-22 Jason Merrill + + PR c++/81420 - not extending temporary lifetime. + * call.c (extend_ref_init_temps_1): Handle ARRAY_REF. + * class.c (build_base_path): Avoid redundant move of an rvalue. + + PR c++/85866 - error with .* in default template arg. + * pt.c (tsubst_copy_and_build): Handle partial instantiation. + +2018-05-21 Paolo Carlini + + * parser.c (cp_parser_parameter_declaration_list): Remove + bool* parameter. + (cp_parser_parameter_declaration_clause): Adjust. + (cp_parser_cache_defarg): Likewise. + +2018-05-21 Paolo Carlini + + PR c++/84588 + * parser.c (cp_parser_maybe_commit_to_declaration, + cp_parser_check_condition_declarator): New. + (cp_parser_simple_declaration): Use the first above. + (cp_parser_condition): Use both the above; enforce + [stmt.stmt]/2 about the declarator not specifying + a function or an array; improve error-recovery. + +2018-05-20 Jason Merrill + + PR libstdc++/85843 - warning in logic_error copy constructor. + * class.c (type_has_user_nondefault_constructor): Check for a + user-provided ctor, not user-declared. + +2018-05-19 Jason Merrill + + * pt.c (tsubst_pack_expansion): Sorry rather than abort + on __integer_pack as subexpression of pattern. + +2018-05-18 Jason Merrill + + PR c++/58407 - deprecated implicit copy ops. + * call.c (build_over_call): Warn about deprecated trivial fns. + * class.c (classtype_has_user_copy_or_dtor): New. + (type_build_ctor_call): Check TREE_DEPRECATED. + (type_build_dtor_call): Likewise. + * decl2.c (cp_warn_deprecated_use): Move from tree.c. + Add checks. Return bool. Handle -Wdeprecated-copy. + (mark_used): Use it. + * decl.c (grokdeclarator): Remove redundant checks. + * typeck2.c (build_functional_cast): Likewise. + * method.c (lazily_declare_fn): Mark deprecated copy ops. + * init.c (build_aggr_init): Only set TREE_USED if there are + side-effects. + +2018-05-18 Cesar Philippidis + + PR c++/85782 + * cp-gimplify.c (cp_genericize_r): Call genericize_omp_for_stmt for + OACC_LOOPs. + +2018-05-18 Richard Sandiford + + * constexpr.c (cxx_eval_constant_expression): Remove FMA_EXPR handling. + (potential_constant_expression_1): Likewise. + +2018-05-16 Marek Polacek + + PR c++/85363 + * call.c (set_flags_from_callee): Handle AGGR_INIT_EXPRs too. + * tree.c (bot_manip): Call set_flags_from_callee for + AGGR_INIT_EXPRs too. + +2018-05-15 Jason Merrill + + * cp-tree.h (cp_expr): Remove copy constructor. + * mangle.c (struct releasing_vec): Declare copy constructor. + + * constexpr.c (cxx_eval_vec_init_1): Pass tf_none if ctx->quiet. + + PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue conversion in ?: + * call.c (build_conditional_expr_1): Don't force_rvalue when one arm + is a throw-expression. + +2018-05-15 Paolo Carlini + + * cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New. + (FOR_EACH_CLONE): Update. + * decl.c (grokdeclarator): Use it. + * decl2.c (vague_linkage_p): Likewise. + * mangle.c (mangle_decl): Likewise. + * method.c (lazily_declare_fn): Likewise. + * optimize.c (can_alias_cdtor, maybe_clone_body): Likewise. + * repo.c (repo_emit_p): Likewise. + * tree.c (decl_linkage): Likewise. + +2018-05-14 Jason Merrill + + Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier and eh spec. + * tree.c (build_cp_fntype_variant): New. + (build_ref_qualified_type, build_exception_variant) + (strip_typedefs, cxx_copy_lang_qualifiers): Use it. + (cxx_type_hash_eq, cp_check_qualified_type): Check + TYPE_HAS_LATE_RETURN_TYPE. + (cp_build_type_attribute_variant): Check cxx_type_hash_eq. + (cp_build_qualified_type_real): No need to preserve C++ qualifiers. + * class.c (build_clone): Use cxx_copy_lang_qualifiers. + (adjust_clone_args): Likewise. + * decl.c (grokfndecl): Add late_return_type_p parameter. Use + build_cp_fntype_variant. + (grokdeclarator): Pass late_return_type_p to grokfndecl. + (check_function_type): Use cxx_copy_lang_qualifiers. + (static_fn_type): Use cxx_copy_lang_qualifiers. + * decl2.c (build_memfn_type, maybe_retrofit_in_chrg) + (cp_reconstruct_complex_type, coerce_new_type, coerce_delete_type) + (change_return_type): Use cxx_copy_lang_qualifiers. + * mangle.c (write_type): Use cxx_copy_lang_qualifiers. + * parser.c (cp_parser_lambda_declarator_opt): Represent an explicit + return type on the declarator like a normal trailing return type. + * pt.c (tsubst_function_type): Use build_cp_fntype_variant. + (copy_default_args_to_explicit_spec): Use cxx_copy_lang_qualifiers. + * typeck.c (merge_types): Use build_cp_fntype_variant. + +2018-05-14 Paolo Carlini + + * cp-tree.h (TYPE_REF_P): New. + (TYPE_OBJ_P, TYPE_REF_OBJ_P, TYPE_REFFN_P): Update. + * call.c (build_list_conv, build_aggr_conv, standard_conversion, + direct_reference_binding, reference_binding, implicit_conversion, + add_builtin_candidate, build_user_type_conversion_1, build_op_call_1, + build_new_op_1, build_x_va_arg, conv_binds_ref_to_prvalue, + build_over_call, perform_implicit_conversion_flags, + extend_ref_init_temps, type_has_extended_temps): Use it. + * class.c (one_inheriting_sig, check_field_decls, + check_bases_and_members, find_flexarrays, finish_struct, + fixed_type_or_null): Likewise. + * constexpr.c (literal_type_p, cxx_bind_parameters_in_call, + non_const_var_error, cxx_eval_constant_expression, + potential_constant_expression_1): Likewise. + * cp-gimplify.c (omp_var_to_track, omp_cxx_notice_variable, + cp_genericize_r, cxx_omp_privatize_by_reference, + cxx_omp_const_qual_no_mutable, cxx_omp_finish_clause, + cp_fold_maybe_rvalue): Likewise. + * cp-ubsan.c (cp_ubsan_maybe_instrument_downcast): Likewise. + * cvt.c (build_up_reference, convert_to_reference, + convert_from_reference, convert_to_void, noexcept_conv_p, + fnptr_conv_p): Likewise. + * decl.c (poplevel, check_for_uninitialized_const_var, + check_initializer, initialize_local_var, cp_finish_decl, + get_tuple_decomp_init, cp_finish_decomp, grokdeclarator, copy_fn_p, + move_signature_fn_p, grok_op_properties, finish_function): Likewise. + * decl2.c (grok_array_decl, cp_reconstruct_complex_type, + decl_maybe_constant_var_p): Likewise. + * error.c (dump_type_prefix, dump_expr): Likewise. + * except.c (initialize_handler_parm, complete_ptr_ref_or_void_ptr_p, + is_admissible_throw_operand_or_catch_parameter): Likewise. + * expr.c (mark_use): Likewise. + * init.c (build_zero_init_1, build_value_init_noctor, + perform_member_init, diagnose_uninitialized_cst_or_ref_member_1, + build_new, build_delete): Likewise. + * lambda.c (build_lambda_object): Likewise. + * mangle.c (write_expression, write_template_arg): Likewise. + * method.c (forward_parm, do_build_copy_constructor, + do_build_copy_assign, build_stub_object, constructible_expr, + walk_field_subobs): Likewise. + * parser.c (cp_parser_omp_for_loop_init, + cp_parser_omp_declare_reduction_exprs, + cp_parser_omp_declare_reduction): Likewise. + * pt.c (convert_nontype_argument_function, convert_nontype_argument, + convert_template_argument, tsubst_pack_expansion, + tsubst_function_decl, tsubst_decl, tsubst, tsubst_copy_and_build, + maybe_adjust_types_for_deduction, check_cv_quals_for_unify, unify, + more_specialized_fn, invalid_nontype_parm_type_p, dependent_type_p_r, + value_dependent_expression_p, build_deduction_guide): Likewise. + * semantics.c (finish_handler_parms, finish_non_static_data_member, + finish_compound_literal, omp_privatize_field, + handle_omp_array_sections_1, handle_omp_array_sections, + cp_check_omp_declare_reduction, finish_omp_reduction_clause, + finish_omp_declare_simd_methods, cp_finish_omp_clause_depend_sink, + finish_omp_clauses, finish_decltype_type, capture_decltype, + finish_builtin_launder): Likewise. + * tree.c (lvalue_kind, cp_build_reference_type, move, + cp_build_qualified_type_real, stabilize_expr, stabilize_init): Likewise. + * typeck.c (cxx_safe_arg_type_equiv_p, build_class_member_access_expr, + cp_build_indirect_ref_1, convert_arguments, warn_for_null_address, + cp_build_addr_expr_1, maybe_warn_about_useless_cast, + build_static_cast_1, build_static_cast, build_reinterpret_cast_1, + build_const_cast_1, cp_build_c_cast, cp_build_modify_expr, + convert_for_initialization, + maybe_warn_about_returning_address_of_local, check_return_expr, + cp_type_quals, casts_away_constness, non_reference): Likewise. + * typeck2.c (cxx_readonly_error, store_init_value, + process_init_constructor_record, build_x_arrow, build_functional_cast, + add_exception_specifier): Likewise. + +2018-05-14 Jason Merrill + + * pt.c (tsubst) [ARRAY_TYPE]: Check valid_array_size_p. + (tsubst_copy_and_build) [NEW_EXPR]: Clear in_decl. + +2018-05-11 Jakub Jelinek + + PR c/85696 + * cp-tree.h (cxx_omp_predetermined_sharing_1): New prototype. + * cp-gimplify.c (cxx_omp_predetermined_sharing): New wrapper around + cxx_omp_predetermined_sharing_1. Rename old function to ... + (cxx_omp_predetermined_sharing_1): ... this. + * semantics.c (finish_omp_clauses): Use cxx_omp_predetermined_sharing_1 + instead of cxx_omp_predetermined_sharing. + +2018-05-10 Jason Merrill + + * decl.c (cp_finish_decl): Don't instantiate auto variable. + (check_static_variable_definition): Allow auto. + * constexpr.c (ensure_literal_type_for_constexpr_object): Likewise. + + * cp-tree.h (DECL_CONSTRUCTOR_P): Use DECL_CXX_CONSTRUCTOR_P. + (DECL_DESTRUCTOR_P): Use DECL_CXX_DESTRUCTOR_P. + + Core issue 2310 - conversion to base of incomplete type. + * class.c (build_base_path): Check COMPLETE_TYPE_P for source type. + + CWG 2267 - list-initialization of reference temporary + * call.c (reference_binding): List-initializing a reference + temporary is copy-list-initialization. + + * parser.c (cp_parser_class_head): Use num_template_headers_for_class. + + * pt.c (instantiate_decl): Make sure we aren't trying to do a nested + instantiation in template context. + + * class.c (vbase_has_user_provided_move_assign): Use + user_provided_p. + + * lambda.c (lambda_expr_this_capture): Improve logic. + + * decl.c (make_typename_type): s/parameters/arguments/. + * parser.c (cp_parser_nested_name_specifier_opt): Likewise. + * pt.c (make_pack_expansion): Correct error message. + +2018-05-10 Jakub Jelinek + + PR c++/85662 + * cp-gimplify.c (cp_fold): Use fold_offsetof rather than + fold_offsetof_1, pass TREE_TYPE (x) as TYPE to it and drop the + fold_convert. + +2018-05-10 Eric Botcazou + + PR c++/85400 + * decl2.c (adjust_var_decl_tls_model): New static function. + (comdat_linkage): Call it on a variable. + (maybe_make_one_only): Likewise. + +2018-05-09 Paolo Carlini + + PR c++/85713 + Revert: + 2018-05-08 Paolo Carlini + + PR c++/84588 + * parser.c (cp_parser_parameter_declaration_list): When the + entire parameter-declaration-list is erroneous maybe call + abort_fully_implicit_template. + +2018-05-08 Jason Merrill + + PR c++/85706 - class deduction under decltype + * pt.c (for_each_template_parm_r): Handle DECLTYPE_TYPE. Clear + *walk_subtrees whether or not we walked into the operand. + (type_uses_auto): Only look at deduced contexts. + +2018-05-08 Paolo Carlini + + PR c++/84588 + * parser.c (cp_parser_parameter_declaration_list): When the + entire parameter-declaration-list is erroneous maybe call + abort_fully_implicit_template. + +2018-05-08 Marek Polacek + + PR c++/85695 + * semantics.c (finish_if_stmt_cond): See through typedefs. + +2018-05-07 Jason Merrill + + PR c++/85646 - lambda visibility. + * decl2.c (determine_visibility): Don't mess with template arguments + from the containing scope. + (vague_linkage_p): Check DECL_ABSTRACT_P before looking at a 'tor + thunk. + +2018-05-07 Nathan Sidwell + + Remove fno-for-scope + * cp-tree.h (DECL_ERROR_REPORTED, DECL_DEAD_FOR_LOCAL) + (DECL_HAS_SHADOWED_FOR_VAR_P, DECL_SHADOWED_FOR_VAR) + (SET_DECL_SHADOWED_FOR_VAR): Delete. + (decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert) + (check_for_out_of_scope_variable, init_shadowed_var_for_decl): + Don't declare. + * name-lookup.h (struct cp_binding_level): Remove + dead_vars_from_for field. + * cp-lang.c (cp_init_ts): Delete. + (LANG_HOOKS_INIT_TS): Override to cp_common_init_ts. + * cp-objcp-common.c (shadowed_var_for_decl): Delete. + (decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert) + (init_shadowed_var_for_decl): Delete. + * decl.c (poplevel): Remove shadowed for var handling. + (cxx_init_decl_processing): Remove -ffor-scope deprecation. + * name-lookup.c (find_local_binding): Remove shadowed for var + handling. + (check_local_shadow): Likewise. + (check_for_out_of_scope_variable): Delete. + * parser.c (cp_parser_primary_expression): Remove shadowed for var + handling. + * pt.c (tsubst_decl): Remove DECL_DEAD_FOR_LOCAL setting. + * semantics.c (begin_for_scope): Always have a scope. + (begin_for_stmt, finish_for_stmt): Remove ARM-for scope handling. + (begin_range_for_stmt, finish_id_expression): Likewise. + +2018-05-07 Jason Merrill + + PR c++/85618 - ICE with initialized VLA. + * tree.c (vla_type_p): New. + * typeck2.c (store_init_value, split_nonconstant_init_1): Check it + rather than array_of_runtime_bound_p. + +2018-05-05 Paolo Carlini + + * cvt.c (ocp_convert): Early handle the special case of a + null_ptr_cst_p expr converted to a NULLPTR_TYPE_P type. + +2018-05-03 Jason Merrill + + PR c++/85600 - virtual delete failure. + * init.c (build_delete): Always save_expr when deleting. + +2018-05-03 Nathan Sidwell + + * decl.c (cxx_init_decl_processing): Remove flag_friend_injection. + * name-lookup.c (do_pushdecl): Likewise. + +2018-05-02 Paolo Carlini + Jason Merrill + + PR c++/68374 + * name-lookup.c (check_local_shadow): Don't handle static old + declarations in the block handling locals shadowing locals. + +2018-05-01 Jason Merrill + + PR c++/85587 - error with scoped enum in template. + * semantics.c (finish_qualified_id_expr): Don't return an + unqualified IDENTIFIER_NODE. + +2018-04-30 Jason Merrill + + PR c++/85580 - extern "C" and local variables + * name-lookup.c (check_extern_c_conflict): Ignore local decls. + + PR c++/84701 - unsigned typeof. + * decl.c (grokdeclarator): Overhaul diagnostics for invalid use + of long/short/signed/unsigned. + + PR c++/85305 - pack in lambda init-capture. + * parser.c (cp_parser_initializer): Add subexpression_p parm; don't + check_for_bare_parameter_packs in a subexpression. + (cp_parser_lambda_introducer): Use it. + + PR c++/61982 - dead stores to destroyed objects. + * call.c (build_trivial_dtor_call): New, assigns a clobber. + (build_over_call, build_special_member_call): Use it. + * cp-tree.h: Declare it. + * init.c (build_delete): Remove trivial path. + + * init.c (build_dtor_call): Use build_special_member_call. + (build_delete): Remove redundant uses of save_addr. + + * decl.c (build_clobber_this): Use build_clobber. + +2018-04-27 Jakub Jelinek + + PR c++/85553 + * init.c (build_zero_init_1): For zero initialization of + NULLPTR_TYPE_P type use build_int_cst directly. + +2018-04-27 David Malcolm + + PR c++/85515 + * name-lookup.c (consider_binding_level): Skip compiler-generated + variables. + * search.c (lookup_field_fuzzy_info::fuzzy_lookup_field): Flatten + nested if statements into a series of rejection tests. Reject + lambda-ignored entities as suggestions. + +2018-04-27 Jason Merrill + + * cvt.c (cp_fold_convert): Use convert_ptrmem. + * typeck.c (convert_ptrmem): Add a NOP even if no adjustment. + +2018-04-27 Paolo Carlini + + PR c++/84691 + * decl.c (grokdeclarator): Clear friendp upon definition in local + class definition error. + +2018-04-27 Jason Merrill + + PR c++/85545 - ICE with noexcept PMF conversion. + * cvt.c (cp_fold_convert): Pass PMF CONSTRUCTORs to + build_ptrmemfunc. + * typeck.c (build_ptrmemfunc): Don't build a NOP_EXPR for zero + adjustment. + (build_ptrmemfunc_access_expr): Special-case CONSTRUCTORs. + +2018-04-27 Nathan Sidwell + + * typeck.c (convert_ptrmem): Move local var decls to initialization. + + * cp-tree.h (TEMPLATE_INFO): Fix comments. + (TI_PENDING_TEMPLATE_FLAG): Check TEMPLATE_INFO. + (NON_DEFAULT_TEMPLATE_ARG_COUNT): Wrap line. + (dump, print_other_binding_stacks): Remove declarations. + * name-lookup.c (print_other_binding_stack): Make static. + * pt.c (build_template_decl): Make static. + +2018-04-26 Jason Merrill + + PR c++/85545 - ICE with noexcept PMF conversion. + * cvt.c (cp_fold_convert): Handle PMF CONSTRUCTORs directly. + +2018-04-25 Nathan Sidwell + + PR c++/85437 + PR c++/49171 + * cp-tree.h (REINTERPRET_CAST_P): New. + * constexpr.c (cxx_eval_constant_expression) : + Reject REINTERPET_CAST_P conversions. Use cplus_expand_constant + for non-trivial PTRMEM_CST cases. + * typeck.c (build_nop_reinterpret): New. + (build_reinterpret_cast_1): Use it. Set REINTERPRET_CAST_P on + NOP_EXPRs returned by cp_convert. + +2018-04-23 Jason Merrill + + PR c++/69560 - wrong alignof(double) on x86. + CWG 1879 - Inadequate definition of alignment requirement. + * cp-tree.h (ALIGNOF_EXPR_STD_P): New. + * typeck.c (cxx_sizeof_or_alignof_type): Add std_alignof parm. + (cxx_sizeof_expr, cxx_sizeof_nowarn, cxx_alignas_expr) + (cxx_alignof_expr): Pass it. + * parser.c (cp_parser_unary_expression): Pass it. + * pt.c (tsubst_copy): Copy it. + (tsubst_copy_and_build): Pass it. + * decl.c (fold_sizeof_expr): Pass it. + +2018-04-23 Jakub Jelinek + Jason Merrill + + PR c++/85470 - wrong error with static data member. + * decl.c (check_initializer): Check DECL_INITIALIZED_IN_CLASS_P. + * typeck2.c (store_init_value): Likewise. + +2018-04-20 Jakub Jelinek + + PR c++/85462 + * cp-tree.h (tinst_level): Remove in_system_header_p member, + change refcount member from unsigned char to unsigned short, + add refcount_infinity static data member, adjust comments. + * pt.c (tinst_level::refcount_infinity): Define. + (inc_refcount_use): Remove assert, don't increment if refcount + is already refcount_infinity, adjust comment. + (dec_refcount_use): Remove assert, don't decrement if refcount + is refcount_infinity, adjust comment. + (push_tinst_level_loc): Formatting fix. + +2018-04-19 Paolo Carlini + + PR c++/84611 + * pt.c (lookup_template_class_1): Check pushtag return value for + error_mark_node. + +2018-04-19 Alexandre Oliva + + PR c++/80290 + * cp-tree.h (tinst_level::free): Fix whitespace. + +2018-04-18 Paolo Carlini + + PR c++/84630 + * pt.c (tsubst_lambda_expr): Check begin_lambda_type return value + for error_mark_node. + +2018-04-18 Jakub Jelinek + + PR c++/84463 + * typeck.c (cp_build_addr_expr_1): Move handling of offsetof-like + tricks from here to ... + * cp-gimplify.c (cp_fold) : ... here. Only use it + if INDIRECT_REF's operand is INTEGER_CST cast to pointer type. + +2018-04-18 Alexandre Oliva + + PR c++/80290 + * cp-tree.h (struct tinst_level): Split decl into tldcl and + targs. Add private split_list_p, tree_list_p, and not_list_p + inline const predicates; to_list private member function + declaration; free public member function declaration; list_p, + get_node and maybe_get_node accessors, and refcount data + member. Narrow errors to unsigned short. + * error.c (print_instantiation_full_context): Use new + accessors. + (print_instantiation_partial_context_line): Likewise. Drop + const from tinst_level-typed parameter. + * mangle.c (mangle_decl_string): Likewise. + * pt.c (freelist): New template class. + (tree_list_freelist_head): New var. + (tree_list_freelist): New fn, along with specializations. + (tinst_level_freelist_head): New var. + (pending_template_freelist_head): Likewise. + (tinst_level_freelist, pending_template_freelist): New fns. + (tinst_level::to_list, tinst_level::free): Define. + (inc_refcount_use, dec_refcount_use): New fns for tinst_level. + (set_refcount_ptr): New template fn. + (add_pending_template): Adjust for refcounting, freelists and + new accessors. + (neglectable_inst_p): Take a NULL d as a non-DECL. + (limit_bad_template_recursion): Use new accessors. + (push_tinst_level): New overload to create the list. + (push_tinst_level_loc): Make it static, split decl into two + args, adjust tests and initialization to cope with split + lists, use freelist, adjust for refcounting. + (push_tinst_level_loc): New wrapper with the old interface. + (pop_tinst_level): Adjust for refcounting. + (record_last_problematic_instantiation): Likewise. + (reopen_tinst_level): Likewise. Use new accessors. + (instantiate_alias_template): Adjust for split list. + (fn_type_unification): Likewise. + (get_partial_spec_bindings): Likewise. + (instantiate_pending_templates): Use new accessors. Adjust + for refcount. Release pending_template to freelist. + (instantiating_current_function_p): Use new accessors. + +2018-04-16 Alexandre Oliva + + PR c++/85039 + * parser.c (cp_parser_builtin_offset): Reject type definitions. + * mangle.c (nested_anon_class_index): Avoid crash returning -1 + if we've seen errors. + +2018-04-12 David Malcolm + + PR c++/85385 + * name-lookup.c (macro_use_before_def::maybe_make): New function, + checking that the use is indeed before the definition. + (macro_use_before_def::macro_use_before_def): Make private. + (macro_use_before_def::~macro_use_before_def): Make private. Move + check for UNKNOWN_LOCATION to macro_use_before_def::maybe_make. + (lookup_name_fuzzy): Call macro_use_before_def::maybe_make rather + than using new directly. + +2018-04-12 Jason Merrill + + PR c++/85356 - ICE with pointer to member function. + * pt.c (maybe_instantiate_noexcept): Do instantiate in templates if + flag_noexcept_type. Build the new spec within the function context. + * except.c (build_noexcept_spec): Do get constant value in templates + if flag_noexcept_type. + * decl.c (check_redeclaration_exception_specification): Don't + instantiate noexcept on a dependent declaration. + +2018-04-12 Marek Polacek + + PR c++/85258 + * constexpr.c (reduced_constant_expression_p): Return false for null + trees. + +2018-04-11 Marek Polacek + + PR c++/85032 + * constexpr.c (potential_constant_expression_1): Consider conversions + from classes to literal types potentially constant. + +2018-04-10 Paolo Carlini + + PR c++/70808 + * init.c (build_zero_init_1): Handle NULLPTR_TYPE_P being true of + the type like TYPE_PTR_OR_PTRMEM_P. + +2018-04-10 Jason Merrill + + PR debug/65821 - wrong location for main(). + * call.c (clear_location_r, convert_default_arg): Revert. + * tree.c (break_out_target_exprs): Add clear_location parm. + (struct bot_data): New. + (bot_manip): Clear location if requested. + * init.c (get_nsdmi): Pass clear_location. + +2018-04-10 David Malcolm + + PR c++/85110 + * call.c (get_fndecl_argument_location): Make non-static. + * cp-tree.h (get_fndecl_argument_location): New decl. + * typeck.c (convert_for_assignment): When complaining due to + conversions for an argument, show the location of the parameter + within the decl. + +2018-04-10 Jakub Jelinek + + PR c++/85312 - P0962 cleanup + * parser.c (cp_parser_perform_range_for_lookup): Remove unreachable + diagnostics. + +2018-04-10 Jason Merrill + + PR debug/65821 - wrong location for main(). + * call.c (clear_location_r): New. + (convert_default_arg): Use it. + * tree.c (bot_manip): Remove builtin_LINE/FILE handling. + + PR c++/85285 - ICE with flexible array after substitution. + * pt.c (instantiate_class_template_1): Check for flexible array in + union. + +2018-04-09 Paolo Carlini + + PR c++/85227 + * decl.c (cp_finish_decomp): In a template, if the type is incomplete + issue a pedwarn and defer trying to do bindings. + +2018-04-09 Jason Merrill + + PR c++/85279 - dump_expr doesn't understand decltype. + * error.c (dump_expr): Handle DECLTYPE_TYPE. + + PR c++/85262 - ICE with redundant qualification on constructor. + * call.c (build_new_method_call_1): Move make_args_non_dependent + after A::A() handling. + + PR c++/85277 - ICE with invalid offsetof. + * semantics.c (finish_offsetof): Avoid passing non-DECL to %qD. + Adjust -Winvalid-offsetof diagnostic to say conditionally supported. + + PR c++/85264 - ICE with excess template-parameter-list. + * parser.c (cp_parser_check_template_parameters): Add template_id_p + parameter. Don't allow an extra template header if true. + (cp_parser_class_head): Pass template_id_p. + (cp_parser_elaborated_type_specifier): Likewise. + (cp_parser_alias_declaration): Likewise. + (cp_parser_check_declarator_template_parameters): Likewise. + +2018-04-09 Jakub Jelinek + + PR c++/85194 + * parser.c (cp_parser_simple_declaration): For structured bindings, + if *maybe_range_for_decl is NULL after parsing it, set it to + error_mark_node. + +2018-04-09 Jason Merrill + + PR c++/85256 - ICE capturing pointer to VLA. + * lambda.c (add_capture): Distinguish between variable-size and + variably-modified types. + +2018-04-06 Jason Merrill + + PR c++/85214 - ICE with alias, generic lambda, constexpr if. + * pt.c (extract_locals_r): Remember local typedefs. + +2018-04-06 David Malcolm + + PR c++/84269 + * name-lookup.c (struct std_name_hint): Move out of + get_std_name_hint; add field "min_dialect". + (get_std_name_hint): Add min_dialect values to all initializers. + Add , , , , , + , , , , , , + , , , and . + Add fstream, ifstream, and ofstream to . + Add istringstream, ostringstream, and stringstream to . + Add basic_string to . + Add tuple_element and tuple_size to . + Add declval to . + Fix ordering of and . + Return a std_name_hint, rather than a const char *. + (get_cxx_dialect_name): New function. + (maybe_suggest_missing_std_header): Detect names that aren't yet + available in the current dialect, and instead of suggesting a + missing #include, warn about the dialect. + +2018-04-06 Jakub Jelinek + + PR c++/85210 + * pt.c (tsubst_decomp_names): Return error_mark_node and assert + errorcount is set if tsubst doesn't return a VAR_DECL. + +2018-04-06 David Malcolm + + PR c++/85021 + * name-lookup.c (using_directives_contain_std_p): New function. + (has_using_namespace_std_directive_p): New function. + (suggest_alternatives_for): Simplify if/else logic using early + returns. If no candidates were found, and there's a + "using namespace std;" directive, call + maybe_suggest_missing_std_header. + (maybe_suggest_missing_header): Split later part of the function + into.. + (maybe_suggest_missing_std_header): New. + +2018-04-06 Jason Merrill + + PR c++/85242 - ICE with class definition in template parm. + * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): False if + processing_template_parmlist. + + PR c++/85240 - LTO ICE with using of undeduced auto fn. + * cp-gimplify.c (cp_genericize_r): Discard using of undeduced auto. + +2018-04-05 Jakub Jelinek + + PR c++/85209 + * pt.c (tsubst_decomp_names): Don't fail or ICE if DECL_CHAIN (decl3) + is not prev, if prev == decl. + + PR c++/85208 + * decl.c (start_decl): For DECL_DECOMPOSITION_P decls, don't call + maybe_apply_pragma_weak here... + (cp_maybe_mangle_decomp): ... but call it here instead. + +2018-04-05 Jason Merrill + + PR c++/85136 - ICE with designated init in template. + * decl.c (maybe_deduce_size_from_array_init): Handle dependent + designated initializer. + (check_array_designated_initializer): Update ce->index with the + constant value. + + PR c++/83808 - ICE with VLA initialization. + * typeck2.c (process_init_constructor_array): Don't require a VLA + initializer to have VLA type. + +2018-04-05 Paolo Carlini + + PR c++/80956 + * call.c (convert_like_real): Fail gracefully for a broken + std::initializer_list, missing a definition. + + * name-lookup.c (do_pushtag): Tweak message, use %< and %>. + +2018-04-05 Paolo Carlini + + PR c++/84792 + * decl.c (grokdeclarator): Fix diagnostic about typedef name used + as nested-name-specifier, keep type and TREE_TYPE (decl) in sync. + +2018-04-05 Jason Merrill + + PR c++/82152 - ICE with class deduction and inherited ctor. + * pt.c (do_class_deduction): Ignore inherited ctors. + + PR c++/84665 - ICE with array of empty class. + * decl2.c (cp_check_const_attributes): Use fold_non_dependent_expr. + + PR c++/85228 - ICE with lambda in enumerator in template. + * pt.c (bt_instantiate_type_proc): Don't assume + CLASSTYPE_TEMPLATE_INFO is non-null. + +2018-04-05 Ville Voutilainen + + Implement P0969 + * decl.c (find_decomp_class_base): Check accessibility instead + of declared access, adjust diagnostic. + +2018-04-05 Ville Voutilainen + + Implement P0961 + * decl.c (get_tuple_decomp_init): Check the templatedness + of a member get. + +2018-04-05 Jason Merrill + + PR c++/85200 - ICE with constexpr if in generic lambda. + * pt.c (extract_locals_r): Don't record the local specs of variables + declared within the pattern. + +2018-04-05 Alexandre Oliva + + PR c++/84979 + * pt.c (check_auto_in_tmpl_args): New. + (tsubst_qualified_id): Use it to reject template args + referencing auto for non-type templates. + * parser.c (cp_parser_template_id): Likewise. + * cp-tree.h (check_auto_in_tmpl_args): Declare. + * typeck2.c (build_functional_cast): Report correct location + for invalid use of auto. + +2018-04-04 Jason Merrill + + PR c++/85215 - ICE with copy-init from conversion. + * call.c (merge_conversion_sequences): Fix type of direct binding + sequence. + + PR c++/84938 - ICE with division by ~-1. + * call.c (set_up_extended_ref_temp): Call cp_fully_fold. + + PR c++/84936 - ICE with unexpanded pack in mem-initializer. + * parser.c (cp_parser_mem_initializer_list): Call + check_for_bare_parameter_packs. + +2018-04-04 Jakub Jelinek + + PR inline-asm/85172 + * constexpr.c (cxx_eval_builtin_function_call): For calls to + builtin_valid_in_constant_expr_p functions, don't call + cxx_eval_constant_expression if argument is not + potential_constant_expression. + + PR c++/85146 + * cp-tree.h (calculate_bases, calculate_direct_bases): Add complain + argument. + * semantics.c (calculate_bases): Add complain argument. Use + complete_type_or_maybe_complain instead of just complete_type and + return an empty vector if it fails. Move make_tree_vector () call + after early return. Formatting fixes. + (calculate_direct_bases): Likewise. Call release_tree_vector at the + end. + (dfs_calculate_bases_post, calculate_bases_helper): Formatting fixes. + * pt.c (tsubst_pack_expansion): Adjust calculate_bases and + calculate_direct_bases callers, formatting fixes. + +2018-04-04 Jason Merrill + + PR c++/85006 - -fconcepts ICE with A return type + * pt.c (tsubst_pack_expansion): Allow unsubstituted auto pack. + + PR c++/85200 - ICE with constexpr if in generic lambda. + * tree.c (cp_walk_subtrees): Walk into DECL_EXPR in templates. + + PR c++/84221 - bogus -Wunused with attribute and template. + * decl2.c (is_late_template_attribute): Handle unused and used + normally on non-TYPE_DECL. + + PR c++/85135 - ICE with omitted template arguments. + * decl.c (grokdeclarator): Catch deduced class type in trailing + return type. + + PR c++/85133 - ICE with missing concept initializer. + * decl.c (cp_finish_decl): If a concept initializer is missing, use + true. + + PR c++/85118 - wrong error with generic lambda and std::bind. + * call.c (add_template_conv_candidate): Disable if there are any + call operators. + + PR c++/85141 - ICE with compound assignment and static member fn. + * typeck.c (cp_build_modify_expr): Call decay_conversion for RHS of + compound assignment. + + PR c++/85148 - ICE with 'this' in array NSDMI. + * tree.c (replace_placeholders_r): Use handled_component_p. + +2018-04-04 Ville Voutilainen + + PR c++/65923 + * decl.c (grokfndecl): Handle standard UDL diagnostics here.. + * parser.c (cp_parser_unqualified_id): ..not here. + +2018-04-04 Alexandre Oliva + + PR c++/84943 + * typeck.c (cp_build_addr_expr_1): Mark FUNCTION_DECL as + used. + * decl2.c (mark_used): Return without effects if tf_conv. + +2018-04-03 Jason Merrill + + PR c++/85092 - C++17 ICE with unused list constructor. + * call.c (conv_binds_ref_to_prvalue): Also count ck_identity + from a TARGET_EXPR. + + PR c++/85113 - ICE with constexpr and __builtin_constant_p. + * constexpr.c (cxx_eval_builtin_function_call): Only defer + __builtin_constant_p if ctx->quiet. + +2018-04-03 Paolo Carlini + + PR c++/84768 + * pt.c (rewrite_template_parm): If the first argument is + error_mark_node return it immediately. + (build_deduction_guide): Check the return value of the + latter for error_mark_node. + (do_class_deduction): Check the return value of the latter. + +2018-04-03 Jason Merrill + + * semantics.c (finish_if_stmt_cond): Use + instantiation_dependent_expression_p. + + PR c++/85149 - generic lambda and constexpr if. + * pt.c (build_extra_args, add_extra_args): Split from + tsubst_pack_expansion. + (tsubst_expr) [IF_STMT]: Use them. + * cp-tree.h (IF_STMT_EXTRA_ARGS): New. + + * typeck.c (merge_types): Limit matching attribute shortcut to + the default case. + +2018-04-03 Jakub Jelinek + + PR c++/85147 + * pt.c (fixed_parameter_pack_p_1): Punt if parm is error_mark_node. + + PR c++/85140 + * name-lookup.c (handle_namespace_attrs): Return early if attributes + is error_mark_node. + + PR c++/85134 + * decl.c (cp_finish_decl): If ensure_literal_type_for_constexpr_object + fails, after clearing DECL_DECLARED_CONSTEXPR_P don't return early, + instead for static data members clear init and set DECL_EXTERNAL. + +2018-04-02 Jason Merrill + + PR c++/64095 - auto... parameter pack. + * parser.c (cp_parser_parameter_declaration): Handle turning autos + into packs here. + (cp_parser_parameter_declaration_list): Not here. + +2018-03-31 Alexandre Oliva + + PR c++/85027 + * class.c (instantiate_type): Peel off SAVE_EXPR before + BASELINK. + +2018-03-30 Jason Merrill + + * typeck2.c (process_init_constructor_record): Use + init_list_type_node for the CONSTRUCTOR around an anonymous union + designated initializer. + +2018-03-30 Jakub Jelinek + + PR c++/84791 + * semantics.c (finish_omp_reduction_clause): If + OMP_CLAUSE_REDUCTION_PLACEHOLDER is error_mark_node, return true + even if processing_template_decl. + +2018-03-29 David Malcolm + + PR c++/84269 + * name-lookup.c (get_std_name_hint): Add names from , + , and . + +2018-03-29 Jason Merrill + + PR c++/85093 - too many template args with pack expansion. + * pt.c (coerce_template_parms): Keep pack expansion args that will + need to be empty. + +2018-03-29 Jason Merrill + + * pt.c (build_non_dependent_expr): Propagate expr location. + +2018-03-27 Jason Merrill + + PR c++/85060 - wrong-code with call to base member in template. + * search.c (any_dependent_bases_p): Check uses_template_parms + rather than processing_template_decl. + +2018-03-29 David Malcolm + + PR c++/85110 + * typeck.c (convert_for_assignment): When complaining due to + conversions for an argument, attempt to use the location of the + argument. + +2018-03-28 Paolo Carlini + + PR c++/85028 + * pt.c (tsubst_default_argument): Early return if the type of the + parameter is erroneous. + +2018-03-28 Alexandre Oliva + + PR c++/84973 + * decl2.c (note_vague_linkage_fn): Don't defer uninstantiated + templates. + + PR c++/84968 + * tree.c (strip_typedefs_expr): Reject STATEMENT_LISTs. + +2018-03-27 Paolo Carlini + + PR c++/85067 + * method.c (defaulted_late_check): Partially revert r253321 changes, + do not early return upon error. + +2018-03-27 Jakub Jelinek + + PR c++/85077 + * cp-gimplify.c (cp_fold) : For ctors with vector + type call fold to generate VECTOR_CSTs when possible. + + PR c++/85076 + * tree.c (cp_build_reference_type): If to_type is error_mark_node, + return it right away. + +2018-03-27 Volker Reichelt + + * search.c (check_final_overrider): Use inform instead of error + for the diagnostics of the overridden functions. Tweak wording. + +2018-03-27 Jakub Jelinek + + PR c++/85068 + * class.c (update_vtable_entry_for_fn): Don't ICE if base_binfo + is NULL. Assert if thunk_binfo is NULL then errorcount is non-zero. + +2018-03-27 Paolo Carlini + Jason Merrill + + PR c++/84632 + * init.c (build_aggr_init): When initializing from array, + reject anything but CONSTRUCTORs and TARGET_EXPRs. + (build_vec_init): Handle separately ARRAY_TYPEs. + +2018-03-26 Jason Merrill + + PR c++/85062 - ICE with alignas in wrong place. + * decl.c (grokdeclarator): Ignore attributes on type-specifiers + here. + + PR c++/85049 - ICE with __integer_pack. + * pt.c (unify_pack_expansion): Don't try to deduce generated packs. + * cp-tree.h (TEMPLATE_PARM_P): New. + +2018-03-23 Jason Merrill + + PR c++/78489 - wrong SFINAE behavior. + + PR c++/84489 + * pt.c (type_unification_real): Don't defer substitution failure. + +2018-03-23 Jakub Jelinek + + PR c++/85015 + * decl.c (compute_array_index_type): Set osize to mark_rvalue_use + result. + + PR c++/84942 + * pt.c (tsubst_copy_and_build) : Replace + cp_build_unary_op call with gcc_unreachable (). + +2018-03-23 Marek Polacek + + PR c++/85045 + * cxx-pretty-print.c (cxx_pretty_printer::multiplicative_expression): + Handle EXACT_DIV_EXPR and RDIV_EXPR. Tweak condition. + (cxx_pretty_printer::expression): Handle EXACT_DIV_EXPR and RDIV_EXPR. + +2018-03-23 Ville Voutilainen + + Implement P0962 + * parser.c (cp_parser_perform_range_for_lookup): Change + the condition for deciding whether to use members. + +2018-03-23 Marek Polacek + + PR c++/85033 + * semantics.c (finish_offsetof): Don't allow CONST_DECLs. + +2018-03-23 Alexandre Oliva + + PR c++/71251 + * parser.c (cp_parser_alias_declaration): Call + parser_check_template_parameters. + + PR c++/84789 + * pt.c (resolve_typename_type): Drop assert that stopped + simplification to template-independent types. Add assert to + verify the initial scope is template dependent. + * parser.c (cp_parser_parse_and_diagnose_invalid_type_name): + Reparse the id expression as a type-name, not a declarator. + + PR c++/84729 + * init.c (build_vec_init): Error at parenthesized array init. + + PR c++/84610 + PR c++/84642 + PR c++/84942 + * cp-tree.h (temp_override): New template class, generalizing + a cleanup that was only used... + * parser.c (cp_parser_parameter_declaration_clause): + ... here for auto_is_implicit_function_template_parm_p. + (cp_parser_gnu_attributes_opt): Use it here as well. + (cp_parser_std_attribute): Likewise. + +2018-03-22 Marek Polacek + + PR c++/84854 + * semantics.c (finish_if_stmt_cond): Check if the type of the condition + is boolean. + +2018-03-21 Jason Merrill + + PR c++/81311 - wrong C++17 overload resolution. + * call.c (build_user_type_conversion_1): Remove C++17 code. + (conv_binds_ref_to_prvalue): New. + (build_over_call): Handle C++17 copy elision. + (build_special_member_call): Only do C++17 copy elision here if the + argument is already the right type. + +2018-03-21 Alexandre Oliva + + PR c++/71965 + * init.c (build_vec_init): Silence error, former sorry, + without tf_error. + + PR c++/84610 + PR c++/84642 + * parser.c (abort_fully_implicit_template_p): New. + (cp_parser_skip_to_end_of_statement): Use it. + (cp_parser_skip_to_end_of_block_or_statement): Likewise. + (finish_fully_implicit_template_p): Clear + implicit_template_parms and implicit_template_scope. + +2018-03-21 Paolo Carlini + + PR c++/84972 + * decl.c (maybe_deduce_size_from_array_init): Set TREE_TYPE to + error_mark_node when check_array_designated_initializer fails. + +2018-03-21 Jakub Jelinek + + PR c++/84961 + * cp-tree.h (genericize_compound_lvalue): Declare. + * typeck.c (genericize_compound_lvalue): New function. + (unary_complex_lvalue, cp_build_modify_expr): Use it. + * semantics.c (finish_asm_stmt): Replace MODIFY_EXPR, PREINCREMENT_EXPR + and PREDECREMENT_EXPR in output and "m" constrained input operands with + COMPOUND_EXPR. Call cxx_mark_addressable on the rightmost + COMPOUND_EXPR operand. + +2018-03-21 Nathan Sidwell + + PR c++/85008 + * tree.c (decl_linkage): Use DECL_CLONED_FUNCTION_P. + * decl2.c (vague_linkage_p): Likewise. + +2018-03-21 David Malcolm + + PR c++/84994 + * constexpr.c (constexpr_fn_retval): Make non-"static". + * cp-tree.h (constexpr_fn_retval): New decl. + * search.c (direct_accessor_p): Update leading comment. + (reference_accessor_p): Likewise. + (field_accessor_p): Replace check that function body is a + RETURN_EXPR with a call to constexpr_fn_retval. Fix + indentation of "field_type" decl. + +2018-03-21 Nathan Sidwell + + PR c++/84804 + * name-lookup.c (do_pushtag): Permit lambdas to be pushed into + complete classes. + +2018-03-21 Martin Sebor + + PR c++/84850 + * call.c (first_non_public_field): New template and function. + (first_non_trivial_field): New function. + (maybe_warn_class_memaccess): Call them. + +2018-03-21 David Malcolm + + PR c++/84892 + * search.c (field_accessor_p): Use class_of_this_parm rather than + type_of_this_parm, to check that "this" is a "const T *", rather + than a "T *const". + +2018-03-21 Nathan Sidwell + + * class.c (finish_struct_anon_r): Refactor, deprecate anything + other than public non-static data members. + * parser.c (cp_parser_init_declarator): Deprecate attributes after + parenthesized initializer. + + PR c++/84836 + * name-lookup.c (update_binding): Correct logic for local binding + update. + +2018-03-21 Marek Polacek + + PR c++/71638, ICE with NSDMI and reference. + * constexpr.c (cxx_eval_bare_aggregate): Update constructor's flags + even when we replace an element. + +2018-03-20 Marek Polacek + + PR c++/84978, ICE with NRVO. + * constexpr.c (cxx_eval_constant_expression): Handle the case when + a RESULT_DECL isn't in the hash map. + +2018-03-20 Jason Merrill + + PR c++/84978, ICE with NRVO. + * cvt.c (cp_get_fndecl_from_callee): Add fold parameter. + (cp_get_callee_fndecl_nofold): New. + * cp-gimplify.c (cp_genericize_r): Use it instead. + * call.c (check_self_delegation): Likewise. + +2018-03-20 Nathan Sidwell + + PR c++/84962 + * name-lookup.c (pushdecl_class_level): Push anon-struct's + member_vec, if there is one. + + PR c++/84970 + * cp-tree.h (lookup_list_keep): Declare. + * tree.c (lookup_list_keep): New, broken out of ... + (build_min): ... here. Call it. + * decl.c (cp_finish_decl): Call lookup_list_keep. + +2018-03-19 Jason Merrill + + PR c++/84937 - ICE with class deduction and auto. + * pt.c (rewrite_template_parm): Fix auto handling. + +2018-03-19 Marek Polacek + + PR c++/84925 + * pt.c (enclosing_instantiation_of): Check if fn is null. + + PR c++/84927 + * constexpr.c (cxx_eval_bare_aggregate): Update constructor's flags + as we evaluate the elements. + (cxx_eval_constant_expression): Verify constructor's flags + unconditionally. + +2018-03-19 Jason Merrill + + PR c++/71834 - template-id with too few arguments. + * pt.c (coerce_template_parms): Check fixed_parameter_pack_p. + +2018-03-19 Nathan Sidwell + + PR c++/84835 + * lambda.c (maybe_add_lambda_conv_op): Force C++ linkage. + * pt.c (build_template_decl): Propagate language linkage. + + PR c++/84812 + * name-lookup.c (set_local_extern_decl_linkage): Defend against + ambiguous lookups. + +2018-03-16 Jakub Jelinek + + PR c/84910 + * parser.c (cp_parser_lambda_introducer): Remove trailing space from + diagnostics. + * method.c (synthesize_method): Likewise. + * pt.c (convert_nontype_argument): Likewise. + +2018-03-16 Jason Merrill + + PR c++/84720 - ICE with rvalue ref non-type argument. + * pt.c (invalid_nontype_parm_type_p): Prohibit rvalue reference. + (convert_nontype_argument): Revert earlier change. + + PR c++/80227 - SFINAE and negative array size. + * decl.c (compute_array_index_type): Use + build_converted_constant_expr and valid_constant_size_p. + + PR c++/84906 - silent wrong code with ambiguous conversion. + * call.c (build_user_type_conversion_1): Set need_temporary_p on + ambiguous conversion. + (convert_like_real): Check it. + + PR c++/83937 - wrong C++17 handling of init-list ctor argument. + * call.c (build_special_member_call): Don't convert an init-list + argument directly to the class type. + +2018-03-16 Jakub Jelinek + + PR c++/79937 + PR c++/82410 + * cp-tree.h (CONSTRUCTOR_PLACEHOLDER_BOUNDARY): Define. + (find_placeholder): Declare. + * tree.c (struct replace_placeholders_t): Add exp member. + (replace_placeholders_r): Don't walk into ctors with + CONSTRUCTOR_PLACEHOLDER_BOUNDARY flag set, unless they are equal to + d->exp. Replace PLACEHOLDER_EXPR with unshare_expr (x) rather than x. + (replace_placeholders): Initialize data.exp. + (find_placeholders_r, find_placeholders): New functions. + * typeck2.c (process_init_constructor_record, + process_init_constructor_union): Set CONSTRUCTOR_PLACEHOLDER_BOUNDARY + if adding NSDMI on which find_placeholder returns true. + * call.c (build_over_call): Don't call replace_placeholders here. + * cp-gimplify.c (cp_genericize_r): Set TARGET_EXPR_NO_ELIDE on + TARGET_EXPRs with CONSTRUCTOR_PLACEHOLDER_BOUNDARY set on + TARGET_EXPR_INITIAL. + (cp_fold): Copy over CONSTRUCTOR_PLACEHOLDER_BOUNDARY bit to new + ctor. + +2018-03-16 Jason Merrill + + PR c++/83911 - ICE with multiversioned constructor. + * cp-gimplify.c (cp_genericize_r): Replace versioned function with + dispatchere here. + * call.c (build_over_call): Not here. + +2018-03-16 Jakub Jelinek + + PR c++/84874 + * decl.c (reshape_init_class): Don't assert d->cur->index == field + if d->cur->index is a FIELD_DECL, instead set field to d->cur->index. + +2018-03-15 Jakub Jelinek + + PR c++/84222 + * cp-tree.h (cp_warn_deprecated_use): Declare. + * tree.c (cp_warn_deprecated_use): New function. + * typeck2.c (build_functional_cast): Use it. + * decl.c (grokparms): Likewise. + (grokdeclarator): Likewise. Temporarily push nested class scope + around grokparms call for out of class member definitions. + +2018-03-14 Jason Merrill + + PR c++/84820 - no error for invalid qualified-id. + * parser.c (cp_parser_make_indirect_declarator): Don't wrap + cp_error_declarator. + + PR c++/84801 - ICE with unexpanded pack in lambda. + * pt.c (check_for_bare_parameter_packs): Don't return early for a + lambda in non-template context. + + PR c++/81236 - auto variable and auto function + * pt.c (tsubst_baselink): Update the type of the BASELINK after + mark_used. + +2018-03-14 Jason Merrill + + PR c++/83916 - ICE with template template parameters. + * pt.c (convert_template_argument): Don't substitute into type of + non-type parameter if we don't have enough arg levels. + (unify): Likewise. + +2018-03-14 Marek Polacek + + PR c++/84596 + * semantics.c (finish_static_assert): Check + instantiation_dependent_expression_p instead of + {type,value}_dependent_expression_p. + +2018-03-13 Paolo Carlini + Jason Merrill + + PR c++/82336 - link error with list-init default argument. + * decl.c (check_default_argument): Unshare an initializer list. + +2018-03-13 Jakub Jelinek + + PR c++/84843 + * decl.c (duplicate_decls): For redefinition of built-in, use error + and return error_mark_node. For redeclaration, return error_mark_node + rather than olddecl if !flag_permissive. + +2018-03-13 Jason Merrill + + PR c++/82565 - ICE with concepts and generic lambda. + * pt.c (instantiate_decl): Clear fn_context for lambdas. + +2018-03-13 Jason Merrill + + PR c++/84720 - ICE with rvalue ref non-type argument. + * pt.c (convert_nontype_argument): Handle rvalue references. + + PR c++/84839 - ICE with decltype of parameter pack. + * pt.c (tsubst_pack_expansion): Set cp_unevaluated_operand while + instantiating dummy parms. + + * parser.c (cp_parser_simple_type_specifier): Pedwarn about auto + parameter even without -Wpedantic. + + PR c++/84798 - ICE with auto in abstract function declarator. + * parser.c (cp_parser_parameter_declaration_clause): Check + parser->default_arg_ok_p. + +2018-03-13 Jakub Jelinek + + PR c++/84808 + * constexpr.c (find_array_ctor_elt): Don't use elt reference after + first potential CONSTRUCTOR_ELTS reallocation. Convert dindex to + sizetype. Formatting fixes. + +2018-03-12 Jason Merrill + + PR c++/84355 - ICE with deduction for member class template. + * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Always substitute into + CLASS_PLACEHOLDER_TEMPLATE. + + PR c++/84802 - ICE capturing uninstantiated class. + * lambda.c (build_capture_proxy): Call complete_type. + +2018-03-09 Jason Merrill + + PR c++/84770 - ICE with typedef and parameter pack. + * pt.c (verify_unstripped_args_1): Split out from + verify_unstripped_args. + + PR c++/84785 - ICE with alias template and default targs. + * pt.c (type_unification_real): Set processing_template_decl if + saw_undeduced == 1. + + PR c++/84752 - ICE with capture of constexpr array. + * call.c (standard_conversion): Set rvaluedness_matches_p on the + identity conversion under ck_lvalue. + +2018-03-09 Jason Merrill + Paolo Carlini + + PR c++/71169 + PR c++/71832 + * pt.c (any_erroneous_template_args_p): New. + * cp-tree.h (any_erroneous_template_args_p): Declare it. + * parser.c (cp_parser_class_specifier_1): Use it. + +2018-03-09 Jason Merrill + + PR c++/84726 - unnecessary capture of constant vars. + * cp-tree.h (LAMBDA_CAPTURE_EXPLICIT_P) + (LAMBDA_EXPR_CAPTURE_OPTIMIZED): New. + * expr.c (mark_use): Set LAMBDA_EXPR_CAPTURE_OPTIMIZED. + * lambda.c (is_constant_capture_proxy) + (current_lambda_expr, var_to_maybe_prune, mark_const_cap_r) + (prune_lambda_captures): New. + (finish_lambda_function): Call prune_lambda_captures. + +2018-03-09 Jason Merrill + Jakub Jelinek + + PR c++/84076 + * call.c (convert_arg_to_ellipsis): Instead of cp_build_addr_expr + build ADDR_EXPR with REFERENCE_TYPE. + (build_over_call): For purposes of check_function_arguments, if + argarray[j] is ADDR_EXPR with REFERENCE_TYPE created above, use + its operand rather than the argument itself. + +2018-03-09 Jakub Jelinek + + PR c++/84724 + * decl.c (duplicate_decls): Don't override __* prefixed builtins + except for __[^b]*_chk, instead issue permerror and for -fpermissive + also a note and return olddecl. + +2018-03-09 Nathan Sidwell + + PR c++/84733 + * name-lookup.c (do_pushdecl_with_scope): Only clear + current_function_decl when pushing a non-class (i.e. namespace) + scope. + +2018-03-08 Jason Merrill + Jakub Jelinek + + PR c++/80598 + * call.c (build_over_call): In templates set TREE_USED (first_fn) when + not calling mark_used for the benefit of -Wunused-function warning. + +2018-03-06 Jason Merrill + + * lambda.c (is_capture_proxy_with_ref): Remove. + * constexpr.c, expr.c, cp-tree.h, semantics.c: Adjust. + +2018-03-06 Marek Polacek + + PR c++/84684 + * constexpr.c (cxx_bind_parameters_in_call): Unshare evaluated + arguments. + +2018-03-06 Alexandre Oliva + + PR c++/84231 + * tree.c (lvalue_kind): Use presence/absence of REFERENCE_TYPE + only while processing template decls. + * typeck.c (build_x_conditional_expr): Move wrapping of + reference type around type... + * call.c (build_conditional_expr_1): ... here. Rename + is_lvalue to is_glvalue. + * parser.c (cp_parser_fold_expression): Catch REFERENCE_REF_P + INDIRECT_REF of COND_EXPR too. + + PR c++/84593 + * init.c (build_zero_init_1): Zero-initialize references. + + PR c++/84492 + * semantics.c (finish_stmt_expr_expr): Reject unresolved + overloads used as stmt expr values. + +2018-03-05 Jason Merrill + + PR c++/84708 - ICE with lambda in local class NSDMI. + * lambda.c (lambda_expr_this_capture): Handle local class NSDMI + context. + +2018-03-05 Jakub Jelinek + + PR c++/84684 + * constexpr.c (constexpr_call_hasher::equal): Return false if + lhs->hash != rhs->hash. Change return 1 to return true and + return 0 to return false. + +2018-03-05 Nathan Sidwell + + PR c++/84702 + * pt.c (process_template_arg): Mark lookup_keep on a default arg. + +2018-03-05 Marek Polacek + + PR c++/84707 + * decl.c (duplicate_decls): Check DECL_NAME before accessing + UDLIT_OPER_P. + +2018-03-05 Nathan Sidwell + + PR c++/84694 + * friend.c (do_friend): Restore check for identifier_p inside + TEMPLATE_ID_EXPR. + +2018-03-05 Paolo Carlini + + PR c++/84618 + * parser.c (cp_parser_lambda_introducer): Reject any capture not + involving a VAR_DECL or a PARM_DECL. + +2018-03-05 Pádraig Brady + Jason Merrill + Nathan Sidwell + + PR c++/84497 + * decl2.c (get_tls_init_fn): Check TYPE_HAS_TRIVIAL_DFLT too. + +2018-03-03 Jason Merrill + + PR c++/84686 - missing volatile loads. + * cvt.c (convert_to_void): Call maybe_undo_parenthesized_ref. + +2018-03-03 Paolo Carlini + + PR c++/71464 + * optimize.c (maybe_thunk_body): Bail out immediately if either + fns[0] or fns[1] is null. + +2018-03-02 Marek Polacek + + PR c++/84578 + * constexpr.c (get_array_or_vector_nelts): New. + (cxx_eval_array_reference): Use it. + (cxx_eval_vec_init_1): Likewise. + (cxx_eval_store_expression): Likewise. + +2018-03-02 Jason Merrill + + * semantics.c (force_paren_expr): Remove redundant test. + +2018-03-02 Marek Polacek + + PR c++/84663 + * decl.c (cp_complete_array_type): Check error_mark_node. + + PR c++/84664 + * typeck.c (cp_perform_integral_promotions): Check the result of + mark_rvalue_use. + +2018-03-02 Jakub Jelinek + + PR c++/84662 + * pt.c (tsubst_copy_and_build) : Use + RETURN instead of return. + : Likewise. + : If op0 is error_mark_node, just return + it instead of wrapping it into CONVERT_EXPR. + +2018-03-02 Jason Merrill + + Fix MIPS16 ICE. + * pt.c (type_dependent_expression_p): Check DECL_LANG_SPECIFIC. + +2018-03-02 Marek Polacek + + PR c++/84590 + * cp-gimplify.c (cp_fully_fold): Unwrap TARGET_EXPR or a CONSTRUCTOR + wrapped in VIEW_CONVERT_EXPR. + +2018-03-01 Martin Sebor + + PR c++/84294 + * decl.c (check_redeclaration_no_default_args): Merge attributes + specified on redeclarations of the same function template. + Remove dead code. + +2018-03-01 Marek Polacek + Jason Merrill + + PR c++/84582 + * semantics.c (force_paren_expr): Create a PAREN_EXPR when in + a template. + (maybe_undo_parenthesized_ref): Unwrap PAREN_EXPR. + * typeck2.c (store_init_value): Call fold_non_dependent_expr instead + of instantiate_non_dependent_expr. + * tree.c (lvalue_kind): Handle PAREN_EXPR like NON_DEPENDENT_EXPR. + +2018-03-01 Nathan Sidwell + + PR c++/84434 + * name-lookup.c (member_vec_dedup): Remove manually peeled + iteration. Ignore dependent ctor inheritance. + +2018-03-01 Jason Merrill + + PR c++/71569 - decltype of template. + * parser.c (cp_parser_decltype_expr): Handle missing template args. + +2018-03-01 Marek Polacek + + PR c++/84596 + * constexpr.c (require_rvalue_constant_expression): New function. + * cp-tree.h: Declare it. + * semantics.c (finish_static_assert): Use it instead of + require_potential_rvalue_constant_expression. + +2018-03-01 Jason Merrill + Alexandre Oliva + + PR c++/71569 - ICE with redundant args on member variable template. + * decl.c (start_decl): Handle partial specialization of member + variable template. + * pt.c (determine_specialization): Allow partial specialization + of member variable template without specializing enclosing class. + (process_partial_specialization): Improve error message. + +2018-02-28 Jason Merrill + + PR c++/71784 - ICE with ref-qualifier and explicit specialization. + * pt.c (determine_specialization): Check ref-qualifier. + +2018-02-28 Jakub Jelinek + + PR c++/84609 + * parser.c (cp_parser_attributes_opt): Formatting fix. + (cp_parser_skip_balanced_tokens, cp_parser_skip_gnu_attributes_opt, + cp_parser_skip_std_attribute_spec_seq, cp_parser_skip_attributes_opt): + New functions. + (cp_parser_member_declaration): Use cp_parser_skip_attributes_opt + instead of tentative parse to peek over optional attribute tokens + to check for CPP_COLON after them. + + PR c++/83871 + PR c++/83503 + * pt.c (INCLUDE_STRING): Remove define. + (warn_spec_missing_attributes): Use pretty_printer instead of + std::string. Fix up inform call so that the list of attributes + is in %s argument. + +2018-02-28 Martin Sebor + + PR testsuite/84617 + * decl.c (duplicate_decls): Fully merge attributes const, pure, + and malloc. + +2018-02-28 Nathan Sidwell + + PR c++/84602 + * name-lookup.h (search_anon_aggr): Add defaulted WANT_TYPE arg. + * name-lookup.c (fields_linear_search): Look in an anon-aggr + regardless of want_type. + (search_anon_aggr): Just use get_class_binding_direct. + +2018-02-28 Jakub Jelinek + + * decl.c (cp_finish_decomp): Don't adjust eltscnt when calling + inform_n. + +2018-02-27 Martin Sebor + + * pt.c: Avoid including directly. + +2018-02-27 Martin Sebor + + PR c++/83871 + PR c++/83503 + * cp-tree.h (warn_spec_missing_attributes): New function. + ((check_explicit_specialization): Add an argument. Call the above + function. + * decl.c (duplicate_decls): Avoid applying primary function template's + attributes to its explicit specializations. + cp/pt.c (warn_spec_missing_attributes): Define. + +2018-02-27 Håkon Sandsmark + + PR c++/71546 - lambda init-capture with qualified-id. + * parser.c (cp_parser_lambda_introducer): Clear scope after + each lambda capture. + +2018-02-27 Nathan Sidwell + + PR c++/84426 + * name-lookup.h (get_member_slot): Rename ... + (find_member_slot): ... here. + (add_member_slot): New. + * name-lookup.c (member_vec_linear_search): No need to check for + NULL slot. + (get_member_slot): Rename ... + (find_member_slot): ... here. Don't add slot for incomplete class. + (add_member_slot): New. + * class.c (add_method): Adjust get_member_slot rename. Bail out + if push_class_level_binding fails. Create slot and grok + properties once we're committed to insertion. + +2018-02-27 Jason Merrill + + PR c++/84489 - dependent default template argument + * pt.c (type_unification_real): Handle early substitution failure. + +2018-02-26 Jason Merrill + + PR c++/84560 - ICE capturing multi-dimensional VLA. + * tree.c (array_of_runtime_bound_p): False if the element is + variably-modified. + + PR c++/84441 - ICE with base initialized from ?: + * call.c (unsafe_copy_elision_p): Handle COND_EXPR. + + PR c++/84520 - ICE with generic lambda in NSDMI. + * lambda.c (lambda_expr_this_capture): Don't look for fake NSDMI + 'this' in a generic lambda instantiation. + + PR c++/84559 - ICE with constexpr VLA. + * constexpr.c (ensure_literal_type_for_constexpr_object): Check + for constexpr variable with VLA type. + +2018-02-26 Jakub Jelinek + + PR c++/84558 + * constexpr.c (cxx_eval_vec_init_1): For reuse, treat NULL eltinit like + a valid constant initializer. Formatting fixes. + +2018-02-26 Paolo Carlini + + PR c++/84540 + * pt.c (tsubst_attributes): Handle correctly tsubst_attribute + returning NULL_TREE. + (apply_late_template_attributes): Likewise. + +2018-02-26 Jakub Jelinek + + PR c++/84557 + * parser.c (cp_parser_omp_var_list_no_open): Only call + cp_parser_lookup_name_simple on names satisfying identifier_p. + (cp_parser_oacc_routine): Likewise. + +2018-02-26 Jason Merrill + + PR c++/84551 - ICE with concepts and -g. + * parser.c (add_debug_begin_stmt): Do nothing in a concept. + +2018-02-26 Marek Polacek + + PR c++/84325 + * tree.c (replace_placeholders_r): Only check TREE_CONSTANT on + non-types. + +2018-02-26 Jason Merrill + + PR c++/84447 - ICE with deleted inherited ctor with default arg. + * call.c (build_over_call): Handle deleted functions in one place. + +2018-02-26 Paolo Carlini + + PR c++/84533 + * decl.c (redeclaration_error_message): Don't try to use + DECL_DECLARED_CONSTEXPR_P on CONST_DECLs. + +2018-02-26 Paolo Carlini + + * lambda.c (build_capture_proxy): Define static. + * cp-tree.h (build_capture_proxy): Remove. + +2018-02-26 Marek Polacek + + PR c++/84537 + * name-lookup.c (suggest_alternative_in_explicit_scope): Return false + if name is error node. + +2018-02-25 Jason Merrill + + PR c++/84015 - ICE with class deduction and auto template parm. + * pt.c (rewrite_template_parm): Use tf_partial in first tsubst. + +2018-02-24 Marek Polacek + + PR c++/83692 + * constexpr.c (maybe_constant_init_1): New function. + (maybe_constant_init): Make it a wrapper around maybe_constant_init_1. + (cxx_constant_init): New function. + * cp-tree.h (cxx_constant_init): Declare. + * typeck2.c (store_init_value): Call cxx_constant_init instead of + cxx_constant_value. Move the maybe_constant_init call under an 'else'. + +2018-02-22 Jason Merrill + + PR c++/70468 - ICE with constructor delegation via typedef. + * pt.c (tsubst_initializer_list): Check for other mem-initializers + with constructor delegation. + +2018-02-22 Jason Merrill + + PR c++/84424 - ICE with constexpr and __builtin_shuffle. + * constexpr.c (reduced_constant_expression_p): Handle CONSTRUCTOR of + VECTOR_TYPE. + +2018-02-22 Marek Polacek + + PR c++/84493 + * parser.c (cp_parser_braced_list): Use require_open instead of + consume_open. + +2018-02-21 Jason Merrill + + PR c++/84454 - ICE with pack expansion in signature. + * error.c (find_typenames_r): Also stop on EXPR_PACK_EXPANSION. + +2018-02-20 Siddhesh Poyarekar + + * cp-objcp-common.c (cxx_block_may_fallthru): Add case for + IF_STMT. + +2018-02-20 Paolo Carlini + + PR c++/84446 + * parser.c (cp_parser_init_declarator): Don't call start_lambda_scope + on error_mark_node. + +2018-02-20 Jakub Jelinek + + PR c++/84445 + * class.c (fixed_type_or_null) : Only test + TREE_HAS_CONSTRUCTOR if instance is not an internal function call. + + PR c++/84449 + * tree.c (bot_manip): If build_cplus_new or break_out_target_exprs + returns error_mark_node, return it immediately. + (break_out_target_exprs): If cp_walk_tree with bot_manip returns + error_mark_node, return error_mark_node. + + PR c++/84455 + * pt.c (tsubst_lambda_expr): If not nested, increment temporarily + function_depth to avoid GC during finish_lambda_function. + +2018-02-19 Jason Merrill + + PR c++/84429 - ICE capturing VLA. + * lambda.c (build_capture_proxy): Handle reference refs. + +2018-02-19 Jakub Jelinek + + PR c++/84448 + * parser.c (cp_parser_binary_expression): For no_toplevel_fold_p, if + either operand is error_mark_node, set current.lhs to that instead of + creating a binary op with error_mark_node operands. + + PR c++/84430 + * constexpr.c (potential_constant_expression_1): Handle OMP_SIMD. + +2018-02-19 Paolo Carlini + + PR c++/84348 + * decl.c (grokdeclarator): Early return error_mark_node upon + ill-formed friend declaration. + +2018-02-16 Marek Polacek + Jakub Jelinek + + PR c++/84192 + * constexpr.c (cxx_eval_constant_expression) : Don't + set *jump_target to anything if jump_target is NULL. + +2018-02-16 Jason Merrill + + PR c++/84151 - unnecessary volatile load with static member. + * call.c (build_new_method_call_1): Avoid loading from a volatile + lvalue used as the object argument for a static member function. + + PR c++/81853 - using-directive and constexpr. + * constexpr.c (cxx_eval_constant_expression): Handle USING_STMT. + + PR c++/84420 - ICE with structured binding in lambda. + * lambda.c (is_capture_proxy): Check DECL_DECOMPOSITION_P. + + PR c++/83835 - C++17 error with constructor ctors. + * call.c (build_special_member_call): Set TARGET_EXPR_DIRECT_INIT_P. + + PR c++/82664 - ICE with reference to function template parm. + * pt.c (convert_nontype_argument_function): Avoid obfuscationg + NOP_EXPRs. + + PR c++/82764 - C++17 ICE with empty base + * class.c (build_base_field_1): Set DECL_SIZE to zero for empty base. + +2018-02-16 Jason Merrill + + PR c++/84421 - type-dependent if constexpr + * semantics.c (finish_if_stmt_cond): Check type_dependent_expression_p. + +2018-02-16 Nathan Sidwell + + Deprecate -ffriend-injection. + * decl.c (cxx_init_decl_processing): Emit warning on option. + * name-lookup.c (do_pushdecl): Emit warning if we push a visible + friend. + +2018-02-16 Paolo Carlini + + PR c++/82468 + * decl.c (check_special_function_return_type): Reject template + template parameter in deduction guide. + +2018-02-16 Nathan Sidwell + + PR c++/84375 + * name-lookup.c (do_pushdecl): Bail out on bad local friend injection. + +2018-02-15 Jason Merrill + + PR c++/83227 - C++17 ICE with init-list derived-to-base conversion. + * call.c (convert_like_real): Don't use the copy-list-initialization + shortcut for ck_base. + + PR c++/84045 - ICE with typedef and noexcept. + * except.c (build_noexcept_spec): Use strip_typedefs_expr. + + PR c++/84376 - ICE with omitted template arguments. + * pt.c (dguide_name_p): Check for IDENTIFIER_NODE. + + PR c++/84368 - wrong error with local variable in variadic lambda. + * pt.c (tsubst_pack_expansion): Fix handling of non-packs in + local_specializations. + +2018-02-15 Paolo Carlini + + PR c++/84330 + * constraint.cc (tsubst_constraint_info): Handle an error_mark_node + as first argument. + +2018-02-14 Paolo Carlini + + PR c++/84350 + * pt.c (do_auto_deduction): Don't check the TREE_TYPE of a null + init, early return. + +2018-02-14 Nathan Sidwell + + * decl2.c (mark_vtable_entries): Set input_location to decl's. + (c_parse_final_cleanups): Restore input_location after emitting + vtables. + +2018-02-14 Paolo Carlini + + * cp-tree.h (do_auto_deduction (tree, tree, tree)): Remove. + (do_auto_deduction (tree, tree, tree, tsubst_flags_t, + auto_deduction_context, tree, int): Add defaults. + * pt.c (do_auto_deduction (tree, tree, tree)): Remove definition. + (tsubst_omp_for_iterator): Adjust do_auto_deduction call, forward + tsubst_flags_t argument. + * init.c (build_new): Likewise. + +2018-02-13 Jakub Jelinek + + PR c++/84364 + * typeck.c (check_return_expr): Don't emit -Weffc++ warning + about return other than *this in assignment operators if + retval is type dependent expression. + +2018-02-13 Paolo Carlini + + PR c++/84333 + * call.c (build_conditional_expr_1): Use cp_save_expr instead of + save_expr for the G++ extension. + +2018-02-13 Jason Merrill + + PR c++/84080 - ICE with return type deduction and specialization. + * pt.c (determine_specialization): Check uses_template_parms. + + Fix more variadic capture issues. + * pt.c (find_parameter_packs_r): Also look at explicit captures. + (check_for_bare_parameter_packs): Check current_class_type for + lambda context. + (extract_locals_r): Handle seeing a full instantiation of a pack. + (tsubst_pack_expansion): Likewise. Force lambda capture. + * parser.c (cp_parser_lambda_introducer): Don't + check_for_bare_parameter_packs. + + PR c++/84338 - wrong variadic sizeof. + * pt.c (argument_pack_select_arg): Like the macro, but look through + a pack expansion. + (tsubst, tsubst_copy, dependent_template_arg_p): Use it. + (extract_fnparm_pack): Do make_pack_expansion. + (extract_locals_r): Do strip a pack expansion. + * cp-tree.h (ARGUMENT_PACK_SELECT_ARG): Remove. + +2018-02-12 Jakub Jelinek + + PR c++/84341 + * parser.c (cp_parser_binary_expression): Use build_min instead of + build2_loc to build the no_toplevel_fold_p toplevel binary expression. + +2018-02-12 Nathan Sidwell + + PR c++/84263 + * parser.c (cp_parser_decltype): Push and pop + deferring_access_checks. Reorganize to avoid goto. + +2018-02-12 Richard Biener + + PR c++/84281 + * constexpr.c (cxx_eval_vec_init_1): Use a RANGE_EXPR to compact + uniform constructors and delay allocating them fully. + +2018-02-09 Jason Merrill + + PR c++/84036 - ICE with variadic capture. + Handle variadic capture proxies more like non-variadic. + * lambda.c (build_capture_proxy): Remove workaround. + * pt.c (find_parameter_packs_r): The proxy is a pack. + (instantiate_class_template_1): Remove dead lambda code. + (extract_fnparm_pack): Don't make_pack_expansion. + (extract_locals_r): Don't strip a pack expansion. + (tsubst_pack_expansion): Handle proxy packs. Use + PACK_EXPANSION_EXTRA_ARGS less. + (tsubst_decl) [FIELD_DECL]: Don't register_specialization. + (tsubst_copy) [FIELD_DECL]: Don't retrieve*_specialization. + [VAR_DECL]: Handle ARGUMENT_PACK_SELECT. + (tsubst_expr) [DECL_EXPR]: Handle proxy packs. + (tsubst_copy_and_build) [VAR_DECL]: Handle proxy packs normally. + +2018-02-10 Jakub Jelinek + + PR sanitizer/83987 + * tree.c (cp_free_lang_data): Revert 2018-01-23 change. + +2018-02-09 Jason Merrill + + PR c++/81917 - ICE with void_t and partial specialization. + * pt.c (instantiate_class_template_1): Set TYPE_BEING_DEFINED before + calling most_specialized_partial_spec. + +2018-02-09 Nathan Sidwell + + PR c/84293 + * typeck.c (cp_build_indirect_ref_1, build_reinterpret_cast_1): + Pass expr location to strict_aliasing_warning. + +2018-02-09 Jason Merrill + + PR c++/84296 - ICE with qualified-id in template. + PR c++/83714 + * pt.c (unknown_base_ref_p): New. + (instantiation_dependent_scope_ref_p): Use it instead of + any_dependent_bases_p. + +2018-02-09 Marek Polacek + Jakub Jelinek + + PR c++/83659 + * constexpr.c (cxx_fold_indirect_ref): Sync some changes from + fold_indirect_ref_1, including poly_*int64. Verify first that + tree_fits_poly_int64_p (op01). Formatting fixes. + +2018-02-08 Paolo Carlini + + * constexpr.c (cxx_eval_component_reference): Use INDIRECT_REF_P. + * lambda.c (build_capture_proxy): Likewise. + * search.c (field_access_p): Likewise. + * semantics.c (omp_clause_decl, omp_privatize_field, + finish_omp_clauses): Likewise. + +2018-02-08 Paolo Carlini + + PR c++/83806 + * typeck.c (decay_conversion): Use mark_rvalue_use for the special + case of nullptr too. + +2018-02-08 Nathan Sidwell + + * class.c (finish_struct): Fix std:initializer_list diagnostic + formatting. + +2018-02-08 Paolo Carlini + + PR c++/83204 + * pt.c (tsubst_copy_and_build): Use force_paren_expr for INDIRECT_REF. + +2018-02-07 Jakub Jelinek + + PR c++/84082 + * parser.c (cp_parser_dot_deref_incomplete): New function. + (cp_parser_postfix_dot_deref_expression): Use it. + +2018-02-07 David Malcolm + + PR c++/81610 + PR c++/80567 + * name-lookup.c (suggest_rid_p): New function. + (lookup_name_fuzzy): Replace enum-rid-filtering logic with call to + suggest_rid_p. + +2018-02-07 Jason Merrill + + PR c++/84182 - ICE with captured lambda + PR c++/84181 + * pt.c (extract_locals_r, extract_local_specs): New. + (tsubst_pack_expansion): Use them. + +2018-02-07 Martin Liska + + PR c++/84059. + * class.c (add_method): Append argument value. + * cp-tree.h (maybe_version_functions): Add new argument. + * decl.c (decls_match): Call it if a declaration does not + have DECL_FUNCTION_VERSIONED. + (maybe_version_functions): record argument is added. + +2018-02-05 Marek Polacek + + * class.c: Remove unused global variables. + (build_primary_vtable): Don't gather statistics. + (print_class_statistics): Remove. + * cp-tree.h (print_class_statistics): Remove. + * tree.c (cxx_print_statistics): Don't call print_class_statistics. + +2018-02-02 Paolo Carlini + + * class.c (is_really_empty_class): Use DECL_UNNAMED_BIT_FIELD. + * constexpr.c (cx_check_missing_mem_inits): Likewise. + * decl.c (next_initializable_field, find_decomp_class_base, + cp_finish_decomp): Likewise. + * typeck2.c (process_init_constructor_record): Likewise. + +2018-02-02 Jason Merrill + + PR c++/84181 - ICE with lambda parm in template argument. + * tree.c (strip_typedefs_expr): Use cp_tree_operand_length. + +2018-02-01 Jason Merrill + + PR c++/84160 - ICE with nested variadic capture. + * lambda.c (is_capture_proxy_with_ref): New. + (insert_capture_proxy): Don't set DECL_CAPTURED_VARIABLE from a + COMPONENT_REF. + * expr.c (mark_use): Use is_capture_proxy_with_ref. + * constexpr.c (potential_constant_expression_1): Likewise. + * semantics.c (process_outer_var_ref): Likewise. + +2018-02-01 Marek Polacek + + PR c++/84125 + * typeck.c (build_address): Relax the assert when + processing_template_decl. + +2018-02-01 Jason Merrill + + PR c++/84126 - ICE with variadic generic lambda + PR c++/84036 + PR c++/82249 + * pt.c (tsubst_pack_expansion): Handle function parameter_packs in + PACK_EXPANSION_EXTRA_ARGS. + +2018-02-01 Paolo Carlini + + PR c++/83796 + * call.c (convert_like_real): If w're initializing from {} explicitly + call abstract_virtuals_error_sfinae. + +2018-01-31 Jason Merrill + Jakub Jelinek + + PR c++/83993 + * constexpr.c (cxx_eval_outermost_constant_expr): Build NOP_EXPR + around non-constant ADDR_EXPRs rather than clearing TREE_CONSTANT + on ADDR_EXPR. + +2018-01-31 Jakub Jelinek + + PR c++/83993 + * constexpr.c (diag_array_subscript): Emit different diagnostics + if TYPE_DOMAIN (arraytype) is NULL. + (cxx_eval_array_reference, cxx_eval_store_expression): For arrays + with NULL TYPE_DOMAIN use size_zero_node as nelts. + +2018-01-31 Paolo Carlini + + PR c++/84092 + * semantics.c (finish_qualified_id_expr): When handling an + UNBOUND_CLASS_TEMPLATE only adjust qualifying_class and expr. + +2018-01-31 Marek Polacek + + PR c++/84138 + * cp-gimplify.c (cp_fold): Check if X is an error node before + calling useless_type_conversion_p. + +2018-01-30 Jason Merrill + + PR c++/84091 - ICE with local class in lambda in template. + * decl2.c (determine_visibility): Look for outer containing template + instantiation. + + PR c++/84098 - ICE with lambda in template NSDMI. + * pt.c (instantiate_class_template_1): Ignore more lambdas. + +2018-01-29 Jason Merrill + + PR c++/68810 - wrong location for reinterpret_cast error. + * cvt.c (cp_convert_to_pointer): Always build a CONVERT_EXPR when + !dofold. + +2018-01-29 Marek Polacek + + PR c++/83996 + * constexpr.c (cxx_fold_indirect_ref): Compute ((foo *)&fooarray)[1] + => fooarray[1] in offset_int. + +2018-01-29 Jason Merrill + + PR c++/83942 - wrong unused warning with static_cast. + * cvt.c (ocp_convert): Call mark_rvalue_use. + +2018-01-26 Jason Merrill + + PR c++/83956 - wrong dtor error with anonymous union + * method.c (walk_field_subobs): Variant members only affect + deletedness. + (maybe_explain_implicit_delete): Pass &deleted_p for diagnostic. + + PR c++/84036 - ICE with variadic capture. + PR c++/82249 + * pt.c (tsubst_pack_expansion): When optimizing a simple + substitution, pull a single pack expansion out of its pack. + + PR c++/82514 - ICE with local class in generic lambda. + * pt.c (regenerated_lambda_fn_p): Remove. + (enclosing_instantiation_of): Don't use it. + (tsubst_function_decl): Call enclosing_instantiation_of. + + * pt.c (lookup_template_class_1): Add sanity check. + * name-lookup.c (do_pushtag): Don't add closures to local_classes. + +2018-01-25 Jakub Jelinek + + PR c++/84031 + * decl.c (find_decomp_class_base): Ignore unnamed bitfields. Ignore + recursive calls that return ret. + (cp_finish_decomp): Ignore unnamed bitfields. + +2018-01-23 Jason Merrill + + PR c++/82249 - wrong mismatched pack length error. + * pt.c (extract_fnparm_pack, tsubst_pack_expansion): Handle + unsubstituted function parameter pack. + +2018-01-23 Paolo Carlini + + PR c++/83921 + * decl.c (check_for_uninitialized_const_var): Not static; add + bool and tsubst_flags_t parameters; adjust to be used both in + constexpr context and not. + * constexpr.c (potential_constant_expression_1): Use the above. + * cp-tree.h (check_for_uninitialized_const_var): Declare. + +2018-01-23 Jason Merrill + + PR c++/83947 - ICE with auto declarations. + * pt.c (do_auto_deduction): Don't deduce from an auto decl. + * decl.c (undeduced_auto_decl): Limit to vars and fns. + +2018-01-23 David Malcolm + + PR c++/83974 + * pt.c (tsubst_copy_and_build) : Remove early bailout + for pointer to member function types. + +2018-01-23 Jakub Jelinek + + PR sanitizer/83987 + * tree.c (cp_free_lang_data): Change DECL_VALUE_EXPR of + DECL_OMP_PRIVATIZED_MEMBER vars to error_mark_node. + +2018-01-23 Nathan Sidwell + + PR c++/83988 + * pt.c (tsubst_baselink): Remove optype assert. + * ptree.c (cxx_print_xnode): Print BASELINK_OPTYPE. + +2018-01-23 Jakub Jelinek + + PR c++/83958 + * decl.c (cp_finish_decomp): Diagnose if reference structure binding + refers to incomplete type. + +2018-01-23 Nathan Sidwell + + Deprecate ARM-era for scope handling + * decl.c (poplevel): Flag_new_for_scope is a boolean-like. + (cxx_init_decl_processing): Deprecate flag_new_for_scope being + cleared. + * name-lookup.c (check_for_out_of_scope_variable): Deprecate and + cleanup handling. + * semantics.c (begin_for_scope): Flag_new_for_scope is + boolean-like. + (finish_for_stmt, begin_range_for_stmt): Likewise. + +2018-01-22 Jason Merrill + + PR c++/83720 + * decl2.c (determine_visibility): Fix template_decl handling + instead of blocking it. + + PR c++/83720 - ICE with lambda and LTO. + * decl2.c (determine_visibility): Clear template_decl for + function-scope decls. Propagate anonymous linkage from containing + function. + +2018-01-22 Marek Polacek + + PR c++/81933 + * typeck2.c (split_nonconstant_init_1): Return false if we didn't + split out anything. + +2018-01-22 Ville Voutilainen + + PR c++/83895 + * decl.c (grokdeclarator): Don't diagnose extra parens + on typedefs. + +2018-01-19 Jakub Jelinek + + PR c++/81167 + * call.c (joust): Use TREE_TYPE (source) if source is + a POINTER_TYPE_P rather than if ! DECL_CONSTRUCTOR_P (w->fn). + + PR c++/83919 + * typeck.c (convert_for_assignment): Suppress warn_ignored_qualifiers + for direct enum init. + * decl.c (reshape_init): Likewise. + +2018-01-19 Marek Polacek + + * constexpr.c (fold_simple): Simplify. + +2018-01-18 Jason Merrill + + PR c++/83714 + * search.c (any_dependent_bases_p): Handle null TREE_BINFO. + * pt.c (instantiation_dependent_scope_ref_p): True if + any_dependent_bases_p. + +2018-01-18 Paolo Carlini + + * cp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIALIZED_P + vs DECL_NONTRIVIALLY_INITIALIZED_P). + +2018-01-18 Jason Merrill + + PR c++/82461 - constexpr list-initialized member + * constexpr.c (potential_constant_expression_1): Check + TARGET_EXPR_DIRECT_INIT_P. + +2018-01-18 Paolo Carlini + + PR c++/81013 + * decl.c (xref_basetypes): Early return upon error about derived + union. + +2018-01-18 Nathan Sidwell + + PR c++/83160 + * cp-tree.h (mark_use): Declare. + * expr.c (mark_use): Make extern. + * call.c (direct_reference_binding): Set inner conv's + rvaluedness_matches_p, if it is an identity. + (convert_like_real): Mark lvalue or rvalue use for identity as + rvaledness_matches_p demands. + +2018-01-18 Jakub Jelinek + + PR c++/83824 + * parser.c (attr_chainon): New function. + (cp_parser_label_for_labeled_statement, cp_parser_decl_specifier_seq, + cp_parser_namespace_definition, cp_parser_init_declarator, + cp_parser_type_specifier_seq, cp_parser_parameter_declaration, + cp_parser_gnu_attributes_opt): Use it. + (cp_parser_member_declaration, cp_parser_objc_class_ivars, + cp_parser_objc_struct_declaration): Likewise. Don't reset + prefix_attributes if attributes is error_mark_node. + +2018-01-17 Paolo Carlini + + PR c++/78344 + * decl.c (grokdeclarator): Do not append the error_mark_node + due to an erroneous optional attribute-specifier-seq. + +2018-01-17 Jakub Jelinek + + PR c++/83897 + * cp-gimplify.c (cp_maybe_instrument_return): Handle + CLEANUP_POINT_EXPR. + +2018-01-17 Paolo Carlini + + PR c++/81054 + * constexpr.c (ensure_literal_type_for_constexpr_object): Return + error_mark_node when we give an error. + * decl.c (cp_finish_decl): Use the latter. + +2018-01-17 Nathan Sidwell + + PR c++/83287 + * init.c (build_raw_new_expr): Scan list for lookups to keep. + +2018-01-17 David Malcolm + + PR c++/83814 + * expr.c (fold_for_warn): Move from c-common.c, reducing to just + the C++ part. If processing a template, call + fold_non_dependent_expr rather than fully folding. + +2018-01-17 Jason Merrill + + PR c++/81067 - redundant NULL warning. + * call.c (convert_like_real): Restore null_node handling. + +2018-01-17 Jason Merrill + + PR c++/81843 - ICE with variadic member template. + PR c++/72801 + * pt.c (unify_pack_expansion): Don't try to deduce enclosing + template args. + +2018-01-17 David Malcolm + + PR c++/83799 + * pt.c (type_dependent_expression_p): Strip any location wrapper + before testing tree codes. + (selftest::test_type_dependent_expression_p): New function. + (selftest::cp_pt_c_tests): Call it. + +2018-01-17 Nathan Sidwell + + PR c++/83739 + * pt.c (tsubst_expr) : Rebuild a range_for if + this not a final instantiation. + +2018-01-16 Jason Merrill + + PR c++/83714 - ICE checking return in template. + * typeck.c (check_return_expr): Call build_non_dependent_expr. + +2018-01-16 Jakub Jelinek + + PR c++/83817 + * pt.c (tsubst_copy_and_build) : If function + is AGGR_INIT_EXPR rather than CALL_EXPR, set AGGR_INIT_FROM_THUNK_P + instead of CALL_FROM_THUNK_P. + + PR c++/83825 + * name-lookup.c (member_vec_dedup): Return early if len is 0. + (resort_type_member_vec, set_class_bindings, + insert_late_enum_def_bindings): Use vec qsort method instead of + calling qsort directly. + +2018-01-15 Martin Sebor + + PR c++/83588 + * class.c (find_flexarrays): Make a record of multiple flexible array + members. + +2018-01-12 Jason Merrill + + PR c++/83186 - ICE with static_cast of list-initialized temporary. + * typeck.c (build_static_cast): Use build_non_dependent_expr. + +2018-01-12 Nathan Sidwell + + * cp-tree.h (mark_rvalue_use): Add parm name. + * expr.c (mark_lvalue_use, mark_lvalue_use_nonread): Move next to + mark_rvalue_use. + * call.c (convert_like_real): Fix formatting. + +2018-01-11 Jason Merrill + + PR c++/82728 - wrong -Wunused-but-set-variable + PR c++/82799 + PR c++/83690 + * call.c (perform_implicit_conversion_flags): Call mark_rvalue_use. + * decl.c (case_conversion): Likewise. + * semantics.c (finish_static_assert): Call + perform_implicit_conversion_flags. + +2018-01-11 Nathan Sidwell + + * method.c (enum mangling_flags): Delete long-dead enum. + +2018-01-10 Paolo Carlini + + * parser.c (cp_parser_std_attribute_spec): When + token_pair::require_open / require_close return false simply + return error_mark_node, avoid duplicate cp_parser_error about + expected '(' / ')', respectively. + +2018-01-10 David Malcolm + + PR c++/43486 + * call.c (null_ptr_cst_p): Strip location wrappers when + converting from '0' to a pointer type in C++11 onwards. + (conversion_null_warnings): Replace comparison with null_node with + call to null_node_p. + (build_over_call): Likewise. + * cp-gimplify.c (cp_fold): Remove the early bailout when + processing_template_decl. + * cp-lang.c (selftest::run_cp_tests): Call + selftest::cp_pt_c_tests and selftest::cp_tree_c_tests. + * cp-tree.h (cp_expr::maybe_add_location_wrapper): New method. + (selftest::run_cp_tests): Move decl to bottom of file. + (null_node_p): New inline function. + (selftest::cp_pt_c_tests): New decl. + (selftest::cp_tree_c_tests): New decl. + * cvt.c (build_expr_type_conversion): Replace comparison with + null_node with call to null_node_p. + * error.c (args_to_string): Likewise. + * except.c (build_throw): Likewise. + * mangle.c (write_expression): Skip location wrapper nodes. + * parser.c (literal_integer_zerop): New function. + (cp_parser_postfix_expression): Call maybe_add_location_wrapper on + the result for RID_TYPEID. Pass true for new "wrap_locations_p" + param of cp_parser_parenthesized_expression_list. When calling + warn_for_memset, replace integer_zerop calls with + literal_integer_zerop, eliminating the double logical negation + cast to bool. Eliminate the special-casing for CONST_DECL in + favor of the fold_for_warn within warn_for_memset. + (cp_parser_parenthesized_expression_list): Add "wrap_locations_p" + param, defaulting to false. Convert "expr" to a cp_expr, and call + maybe_add_location_wrapper on it when wrap_locations_p is true. + (cp_parser_unary_expression): Call maybe_add_location_wrapper on + the result for RID_ALIGNOF and RID_SIZEOF. + (cp_parser_builtin_offsetof): Likewise. + * pt.c: Include "selftest.h". + (tsubst_copy): Handle location wrappers. + (tsubst_copy_and_build): Likewise. + (build_non_dependent_expr): Likewise. + (selftest::test_build_non_dependent_expr): New function. + (selftest::cp_pt_c_tests): New function. + * tree.c: Include "selftest.h". + (lvalue_kind): Handle VIEW_CONVERT_EXPR location wrapper nodes. + (selftest::test_lvalue_kind): New function. + (selftest::cp_tree_c_tests): New function. + * typeck.c (string_conv_p): Strip any location wrapper from "exp". + (cp_build_binary_op): Replace comparison with null_node with call + to null_node_p. + (build_address): Use location of operand when building address + expression. + +2018-01-10 Marek Polacek + + PR c++/82541 + * call.c (build_conditional_expr_1): Check complain before warning. + * pt.c (tsubst_copy_and_build) : Suppress + -Wduplicated-branches. + +2018-01-10 Jakub Jelinek + + PR c++/81327 + * call.c (maybe_warn_class_memaccess): Add forward declaration. + Change last argument from tree * to const vec *, adjust + args uses and check number of operands too. Don't strip away any + nops. Use maybe_constant_value when looking for INTEGER_CST args. + Deal with src argument not having pointer type. Check + tree_fits_uhwi_p before calling tree_to_uhwi. Remove useless + test. + (build_over_call): Call maybe_warn_class_memaccess here on the + original arguments. + (build_cxx_call): Rather than here on converted arguments. + +2018-01-10 Paolo Carlini + + PR c++/81055 + * init.c (build_vec_init): Avoid building an INIT_EXPR with + error_mark_node as second argument. + +2018-01-09 Jakub Jelinek + + PR c++/83734 + * constexpr.c (cxx_eval_statement_list): Ignore DEBUG_BEGIN_STMTs + in STATEMENT_LIST. Remove unneeded assert. + +2018-01-03 Richard Sandiford + Alan Hayward + David Sherwood + + * constexpr.c (cxx_eval_array_reference): Handle polynomial + VECTOR_CST_NELTS. + (cxx_fold_indirect_ref): Handle polynomial TYPE_VECTOR_SUBPARTS. + * call.c (build_conditional_expr_1): Likewise. + * decl.c (cp_finish_decomp): Likewise. + * mangle.c (write_type): Likewise. + * typeck.c (structural_comptypes): Likewise. + (cp_build_binary_op): Likewise. + * typeck2.c (process_init_constructor_array): Likewise. + +2018-01-03 Jakub Jelinek + + PR c++/83555 + * typeck.c (build_static_cast_1): For static casts to reference types, + call build_base_path with flag_delete_null_pointer_checks as nonnull + instead of always false. When -fsanitize=null, call + ubsan_maybe_instrument_reference on the NULL reference INTEGER_CST. + * cp-gimplify.c (cp_genericize_r): Don't walk subtrees of UBSAN_NULL + call if the first argument is INTEGER_CST with REFERENCE_TYPE. + +2018-01-03 Nathan Sidwell + + PR c++/83667 + * method.c (make_alias_for): Copy DECL_CONTEXT. + +2018-01-03 Marek Polacek + + PR c++/83592 + * decl.c (grokdeclarator): Don't warn about MVP in typename context. + +2018-01-03 Jakub Jelinek + + PR preprocessor/83602 + * name-lookup.c (lookup_name_fuzzy): Don't use macro_use_before_def + for builtin macros. + + PR c++/83634 + * cp-gimplify.c (cp_fold) : If the operand folds to + error_mark_node, return error_mark_node. + + Update copyright years. + +2018-01-02 Jakub Jelinek + + PR c++/83556 + * tree.c (replace_placeholders_r): Pass NULL as last argument to + cp_walk_tree instead of d->pset. If non-TREE_CONSTANT and + non-PLACEHOLDER_EXPR tree has been seen already, set *walk_subtrees + to false and return. + (replace_placeholders): Pass NULL instead of &pset as last argument + to cp_walk_tree. + +2018-01-02 Nathan Sidwell + + * constexpr.c (cxx_bind_parameters_in_call): Remove unneeded local + lval var. + +Copyright (C) 2018 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 e358b76bbda..8fc1570659e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index c8cc769b988..e41165b9176 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -401,7 +401,7 @@ the exception handling work. -Copyright (C) 1997-2018 Free Software Foundation, Inc. +Copyright (C) 1997-2019 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 cd220d70df5..956d4cf5423 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 a858eb4ee25..eacce863d3e 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h index 6af282fa925..0a0d6684839 100644 --- a/gcc/cp/cfns.h +++ b/gcc/cp/cfns.h @@ -30,7 +30,7 @@ #line 4 "cfns.gperf" -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 5d6e12f2578..e7897f2e7d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 546572693fd..beeab9bfd93 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index cea414d33de..148150b4b7c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/constraint.cc b/gcc/cp/constraint.cc index 7b32355b106..9884eb0db50 100644 --- a/gcc/cp/constraint.cc +++ b/gcc/cp/constraint.cc @@ -1,5 +1,5 @@ /* Processing rules for constraints. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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-gimplify.c b/gcc/cp/cp-gimplify.c index 76bd8f6dcb7..726adac4f4e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a0b0102f798..9dc3659c210 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/cp/cp-name-hint.h b/gcc/cp/cp-name-hint.h index 2f9da737f74..dc1d5e95254 100644 --- a/gcc/cp/cp-name-hint.h +++ b/gcc/cp/cp-name-hint.h @@ -1,5 +1,5 @@ /* Declarations for working with name_hint instances in the C++ frontend. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm This file is part of GCC. diff --git a/gcc/cp/cp-objcp-common.c b/gcc/cp/cp-objcp-common.c index 584f4284b61..47651040008 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 6f08253f70f..89a889a7dc9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 43d90eb1efb..03c105b5c4c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 604e615721f..99e0734781c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 0c02db48e47..d1ef7070fc1 100644 --- a/gcc/cp/cp-ubsan.c +++ b/gcc/cp/cp-ubsan.c @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 f758f2d9bc8..449ce50d9e4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 b79ff5137aa..47eebd1729a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 ccd5cb2311b..aba3e84435f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 056bf192684..2003008afc0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 63437db9c95..6667c3359a6 100644 --- a/gcc/cp/decl.h +++ b/gcc/cp/decl.h @@ -1,5 +1,5 @@ /* Variables and structures for declaration processing. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 7997a1dac85..dbab95fbc96 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 16538864cbd..744bd735d74 100644 --- a/gcc/cp/dump.c +++ b/gcc/cp/dump.c @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 f9b0b998717..36772132883 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 b04eb0c5332..139e871d7a7 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -1,5 +1,5 @@ /* Handle exceptional things in C++. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 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 8163866e4ae..071c6fb9205 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index 8cb13880ba3..2429cd4c497 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -1,5 +1,5 @@ /* Help friends in C++. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 8c81e0987f7..6c4574a837d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 5538eebf3e1..efbda3a13a6 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -1,5 +1,5 @@ /* Handle initialization things in C++. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 318671bbcd0..6e6db1fd72e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 ebae5c3b444..c6e42eda283 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 49bcf5157bb..36ffa37e037 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -1,5 +1,5 @@ /* Separate lexical analyzer for GNU C++. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 d415a86fdff..2ace8c3e157 100644 --- a/gcc/cp/logic.cc +++ b/gcc/cp/logic.cc @@ -1,5 +1,5 @@ /* Derivation and subsumption rules for constraints. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 56247883010..919f7b3f2fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 17404a65b0f..a5f2304d49c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 39710fcb505..b65fd5f463a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 2bda0f11d1d..36816df5ada 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 07f586b1c28..cc52e9bd967 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c index da068b5931a..40d0dcc3995 100644 --- a/gcc/cp/optimize.c +++ b/gcc/cp/optimize.c @@ -1,5 +1,5 @@ /* Perform optimizations on tree structure. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 2cd91a37031..6ad2282c881 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -1,5 +1,5 @@ /* -*- C++ -*- Parser. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 8bfa3f3b9c4..81abb69ef3d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 18b093e7d2d..19594b74969 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 40535c7c06a..8b0f28419c3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 6af8f19a8b8..f83045a19af 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 a0629e19360..a6d32b914a7 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1,5 +1,5 @@ /* RunTime Type Identification - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 d700fe328f4..0367e495213 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 e201c3db9a2..82fda5fd789 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 aac3ecede8d..6bbad5fb7a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 6781f3c14ce..ff06850e318 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index d5d1115fd23..cf3e46fc816 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 cc9bf02439b..5dec117fb9e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 7a9a5f2c595..f8173da0b0c 100644 --- a/gcc/cp/vtable-class-hierarchy.c +++ b/gcc/cp/vtable-class-hierarchy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppbuiltin.c b/gcc/cppbuiltin.c index 75912290719..60e5bedc366 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppbuiltin.h b/gcc/cppbuiltin.h index 0e3906d82df..c5a21352502 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppdefault.c b/gcc/cppdefault.c index b36a979d5ba..c4796385643 100644 --- a/gcc/cppdefault.c +++ b/gcc/cppdefault.c @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 4a0186d1cf2..e2d96f1e760 100644 --- a/gcc/cppdefault.h +++ b/gcc/cppdefault.h @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 e4df5092144..cd0e29a5b06 100644 --- a/gcc/cprop.c +++ b/gcc/cprop.c @@ -1,5 +1,5 @@ /* Global constant/copy propagation for RTL. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cse.c b/gcc/cse.c index 3d7888b7093..6c9cda16a98 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cselib.c b/gcc/cselib.c index 9d68e3c9723..cef4bc0de73 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -1,5 +1,5 @@ /* Common subexpression elimination library for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cselib.h b/gcc/cselib.h index 0005ad3113c..8b8d3e8d5d3 100644 --- a/gcc/cselib.h +++ b/gcc/cselib.h @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index cc5ec6734cd..55cf98f5bd1 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,5 +1,7 @@ 2019-01-01 Jakub Jelinek + Update copyright years. + * gdc.texi: Bump @copyrights-d year. Copyright (C) 2019 Free Software Foundation, Inc. diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in index 4bab7dd5f1a..4e5b4a6c0c4 100644 --- a/gcc/d/Make-lang.in +++ b/gcc/d/Make-lang.in @@ -1,5 +1,5 @@ # Make-lang.in -- Top level -*- makefile -*- fragment for the D frontend. -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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/d/config-lang.in b/gcc/d/config-lang.in index 745ad7e68d5..3fe1ac42f92 100644 --- a/gcc/d/config-lang.in +++ b/gcc/d/config-lang.in @@ -1,5 +1,5 @@ # config-lang.in -- Top level configure fragment for gcc D frontend. -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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/d/d-attribs.cc b/gcc/d/d-attribs.cc index 4f5d3e6cedf..59dd2eba3c2 100644 --- a/gcc/d/d-attribs.cc +++ b/gcc/d/d-attribs.cc @@ -1,5 +1,5 @@ /* d-attribs.c -- D attributes handling. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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/d/d-builtins.cc b/gcc/d/d-builtins.cc index a4a31e69db8..564e8c6a7b1 100644 --- a/gcc/d/d-builtins.cc +++ b/gcc/d/d-builtins.cc @@ -1,5 +1,5 @@ /* d-builtins.cc -- GCC builtins support for D. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-codegen.cc b/gcc/d/d-codegen.cc index 74edb3680e7..e62d1f9d3b3 100644 --- a/gcc/d/d-codegen.cc +++ b/gcc/d/d-codegen.cc @@ -1,5 +1,5 @@ /* d-codegen.cc -- Code generation and routines for manipulation of GCC trees. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-convert.cc b/gcc/d/d-convert.cc index 7e073668b30..0f3cb7ad0c5 100644 --- a/gcc/d/d-convert.cc +++ b/gcc/d/d-convert.cc @@ -1,5 +1,5 @@ /* d-convert.cc -- Data type conversion routines. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-diagnostic.cc b/gcc/d/d-diagnostic.cc index a21e7d6c40d..95a008d1b6f 100644 --- a/gcc/d/d-diagnostic.cc +++ b/gcc/d/d-diagnostic.cc @@ -1,5 +1,5 @@ /* d-diagnostics.cc -- D frontend interface to gcc diagnostics. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/d/d-frontend.cc b/gcc/d/d-frontend.cc index 3cba25b1c5d..a1c0d53d1ca 100644 --- a/gcc/d/d-frontend.cc +++ b/gcc/d/d-frontend.cc @@ -1,5 +1,5 @@ /* d-frontend.cc -- D frontend interface to the gcc back-end. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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/d/d-incpath.cc b/gcc/d/d-incpath.cc index 87db8164134..7c9a5627d28 100644 --- a/gcc/d/d-incpath.cc +++ b/gcc/d/d-incpath.cc @@ -1,5 +1,5 @@ /* d-incpath.cc -- Set up combined import paths for the D frontend. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-lang.cc b/gcc/d/d-lang.cc index 42fefaf6409..109bf4bf139 100644 --- a/gcc/d/d-lang.cc +++ b/gcc/d/d-lang.cc @@ -1,5 +1,5 @@ /* d-lang.cc -- Language-dependent hooks for D. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-longdouble.cc b/gcc/d/d-longdouble.cc index fdea91f9d83..f464de02c49 100644 --- a/gcc/d/d-longdouble.cc +++ b/gcc/d/d-longdouble.cc @@ -1,5 +1,5 @@ /* d-longdouble.cc -- Software floating-point emulation for the frontend. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-spec.cc b/gcc/d/d-spec.cc index d0b78445836..724e5d2f5d4 100644 --- a/gcc/d/d-spec.cc +++ b/gcc/d/d-spec.cc @@ -1,5 +1,5 @@ /* d-spec.c -- Specific flags and argument handling of the D front end. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-system.h b/gcc/d/d-system.h index 25a83b675b5..cd59b827812 100644 --- a/gcc/d/d-system.h +++ b/gcc/d/d-system.h @@ -1,5 +1,5 @@ /* d-system.h -- DMD frontend inclusion of gcc header files. - * Copyright (C) 2018 Free Software Foundation, Inc. + * Copyright (C) 2018-2019 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/d/d-target-def.h b/gcc/d/d-target-def.h index ef3e948189c..1eadddf0736 100644 --- a/gcc/d/d-target-def.h +++ b/gcc/d/d-target-def.h @@ -1,5 +1,5 @@ /* d-target-def.h -- Default initializers for D target hooks. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This 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/d/d-target.cc b/gcc/d/d-target.cc index 86b042938af..de57d9256db 100644 --- a/gcc/d/d-target.cc +++ b/gcc/d/d-target.cc @@ -1,5 +1,5 @@ /* d-target.cc -- Target interface for the D front end. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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/d/d-target.def b/gcc/d/d-target.def index d2ff07f2952..be46f066d66 100644 --- a/gcc/d/d-target.def +++ b/gcc/d/d-target.def @@ -1,5 +1,5 @@ /* d-target.def -- Target hook definitions for the D front end. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This 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/d/d-target.h b/gcc/d/d-target.h index 283eb24a881..6d70aa407a0 100644 --- a/gcc/d/d-target.h +++ b/gcc/d/d-target.h @@ -1,5 +1,5 @@ /* d-target.h -- Data structure definitions for target-specific D behavior. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This 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/d/d-tree.def b/gcc/d/d-tree.def index 86b64612186..ae3f41d7028 100644 --- a/gcc/d/d-tree.def +++ b/gcc/d/d-tree.def @@ -1,6 +1,6 @@ /* d-tree.def -- Definitions and documentation for additional tree codes used in the D compiler (see tree.def for standard codes). - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/d-tree.h b/gcc/d/d-tree.h index 6f18e40c2fa..adab1d1f892 100644 --- a/gcc/d/d-tree.h +++ b/gcc/d/d-tree.h @@ -1,5 +1,5 @@ /* d-tree.h -- Definitions and declarations for code generation. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/decl.cc b/gcc/d/decl.cc index 6fd0808123f..aba1abbf891 100644 --- a/gcc/d/decl.cc +++ b/gcc/d/decl.cc @@ -1,5 +1,5 @@ /* decl.cc -- Lower D frontend declarations to GCC trees. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/dmd/root/dsystem.h b/gcc/d/dmd/root/dsystem.h index 940ff500062..16caa8910f4 100644 --- a/gcc/d/dmd/root/dsystem.h +++ b/gcc/d/dmd/root/dsystem.h @@ -1,5 +1,5 @@ /* dsystem.h -- Get common system includes from the host. - * Copyright (C) 2018 Free Software Foundation, Inc. + * Copyright (C) 2018-2019 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/d/expr.cc b/gcc/d/expr.cc index 9a1aad42ddc..fecdffde020 100644 --- a/gcc/d/expr.cc +++ b/gcc/d/expr.cc @@ -1,5 +1,5 @@ /* expr.cc -- Lower D frontend expressions to GCC trees. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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/d/imports.cc b/gcc/d/imports.cc index 5a2f4eff6bb..03065e7c5b8 100644 --- a/gcc/d/imports.cc +++ b/gcc/d/imports.cc @@ -1,5 +1,5 @@ /* imports.cc -- Build imported modules/declarations. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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/d/intrinsics.cc b/gcc/d/intrinsics.cc index e5546062274..4bd321b2db7 100644 --- a/gcc/d/intrinsics.cc +++ b/gcc/d/intrinsics.cc @@ -1,5 +1,5 @@ /* intrinsics.cc -- D language compiler intrinsics. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/intrinsics.def b/gcc/d/intrinsics.def index c8ad81bd71a..c49bafb411c 100644 --- a/gcc/d/intrinsics.def +++ b/gcc/d/intrinsics.def @@ -1,5 +1,5 @@ /* intrinsics.def -- Definitions for D compiler intrinsics. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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/d/lang-specs.h b/gcc/d/lang-specs.h index 479fccad4bf..098f0f98b29 100644 --- a/gcc/d/lang-specs.h +++ b/gcc/d/lang-specs.h @@ -1,5 +1,5 @@ /* lang-specs.h -- GCC driver specs for D frontend. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/gcc/d/lang.opt b/gcc/d/lang.opt index a9ce059f52d..52ddd77f2ca 100644 --- a/gcc/d/lang.opt +++ b/gcc/d/lang.opt @@ -1,5 +1,5 @@ ; lang.opt -- Options for the D front end. -; Copyright (C) 2006-2018 Free Software Foundation, Inc. +; Copyright (C) 2006-2019 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/gcc/d/longdouble.h b/gcc/d/longdouble.h index 89fc2b2df77..f7f16843a20 100644 --- a/gcc/d/longdouble.h +++ b/gcc/d/longdouble.h @@ -1,5 +1,5 @@ /* longdouble.h -- Definitions of floating-point access for the frontend. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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/d/modules.cc b/gcc/d/modules.cc index 80573e1c2f2..a1fc534c3b6 100644 --- a/gcc/d/modules.cc +++ b/gcc/d/modules.cc @@ -1,5 +1,5 @@ /* modules.cc -- D module initialization and termination. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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/d/runtime.cc b/gcc/d/runtime.cc index 7f1e9100a73..c2a5c55a1ab 100644 --- a/gcc/d/runtime.cc +++ b/gcc/d/runtime.cc @@ -1,5 +1,5 @@ /* runtime.cc -- D runtime functions called by generated code. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/runtime.def b/gcc/d/runtime.def index e135bc3ec46..e1c58effc85 100644 --- a/gcc/d/runtime.def +++ b/gcc/d/runtime.def @@ -1,5 +1,5 @@ /* runtime.def -- Definitions for D runtime functions. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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/d/toir.cc b/gcc/d/toir.cc index 0d78fa60aa5..ebe76386500 100644 --- a/gcc/d/toir.cc +++ b/gcc/d/toir.cc @@ -1,5 +1,5 @@ /* toir.cc -- Lower D frontend statements to GCC trees. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/d/typeinfo.cc b/gcc/d/typeinfo.cc index 0c2b695b09a..dac66acdcd4 100644 --- a/gcc/d/typeinfo.cc +++ b/gcc/d/typeinfo.cc @@ -1,5 +1,5 @@ /* typeinfo.cc -- D runtime type identification. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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/d/types.cc b/gcc/d/types.cc index d5eac2d7720..cdbfbb7d003 100644 --- a/gcc/d/types.cc +++ b/gcc/d/types.cc @@ -1,5 +1,5 @@ /* types.cc -- Lower D frontend types to GCC trees. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/data-streamer-in.c b/gcc/data-streamer-in.c index 5f451ad58c0..9c79e1d332d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 11f2b43186b..d058efd92c0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 03e1d36a6c6..b1fae33cda6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 3f969d5fa9d..cb3efc1afe6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 1eea65889a8..2838def3d25 100644 --- a/gcc/dbgcnt.c +++ b/gcc/dbgcnt.c @@ -1,5 +1,5 @@ /* Debug counter for debugging support - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbgcnt.def b/gcc/dbgcnt.def index 0421fae7bc0..dd874c519bb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbgcnt.h b/gcc/dbgcnt.h index ddf2fe24fae..c855d2326ca 100644 --- a/gcc/dbgcnt.h +++ b/gcc/dbgcnt.h @@ -1,5 +1,5 @@ /* Debug counter for debugging support - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbxout.c b/gcc/dbxout.c index bf41b17a263..bd74d0a93d9 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbxout.h b/gcc/dbxout.h index d9a00325c29..c655e480116 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dce.c b/gcc/dce.c index 7fc3fd209b5..ae8c478a002 100644 --- a/gcc/dce.c +++ b/gcc/dce.c @@ -1,5 +1,5 @@ /* RTL dead code elimination. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dce.h b/gcc/dce.h index fe50770aaef..8b5ee87b544 100644 --- a/gcc/dce.h +++ b/gcc/dce.h @@ -1,5 +1,5 @@ /* RTL dead code elimination. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ddg.c b/gcc/ddg.c index d51456618d6..82554ed96cf 100644 --- a/gcc/ddg.c +++ b/gcc/ddg.c @@ -1,5 +1,5 @@ /* DDG - Data Dependence Graph implementation. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 721770f0e1d..3bfc2c8a9b5 100644 --- a/gcc/ddg.h +++ b/gcc/ddg.h @@ -1,5 +1,5 @@ /* DDG - Data Dependence Graph - interface. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 529c45772cd..b44e6a703f0 100644 --- a/gcc/debug.c +++ b/gcc/debug.c @@ -1,5 +1,5 @@ /* Do-nothing debug hooks for GCC. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 3f78d060225..412e7ca6f79 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -1,5 +1,5 @@ /* Debug hooks for GCC. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 9035b333be8..2a1a5b8d1df 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -1,5 +1,5 @@ /* Definitions of various defaults for tm.h macros. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 74ef0a14ac9..7299bfd20de 100644 --- a/gcc/df-core.c +++ b/gcc/df-core.c @@ -1,5 +1,5 @@ /* Allocation for dataflow support routines. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 ccab9a96bd7..a9dfa6203cf 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -1,5 +1,5 @@ /* Standard problems for dataflow support routines. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 0b119f211ea..eeccf650ae5 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -1,5 +1,5 @@ /* Scanning of rtl for dataflow analysis. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 6d1ff4d68ca..d76d31baa84 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 230b1b14eaa..65d5fcb0845 100644 --- a/gcc/dfp.c +++ b/gcc/dfp.c @@ -1,5 +1,5 @@ /* Decimal floating point support. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dfp.h b/gcc/dfp.h index fca0567464d..7c1449e0bfd 100644 --- a/gcc/dfp.h +++ b/gcc/dfp.h @@ -1,5 +1,5 @@ /* Decimal floating point support functions for GNU compiler. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic-color.c b/gcc/diagnostic-color.c index 3ee21bc3fda..69e759ff6e8 100644 --- a/gcc/diagnostic-color.c +++ b/gcc/diagnostic-color.c @@ -1,5 +1,5 @@ /* Output colorization. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This 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 4493e26da78..1349d04530a 100644 --- a/gcc/diagnostic-color.h +++ b/gcc/diagnostic-color.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This 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 6c40f26acb5..efafde4fa24 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic-format-json.cc b/gcc/diagnostic-format-json.cc index 8d56120deae..03552104766 100644 --- a/gcc/diagnostic-format-json.cc +++ b/gcc/diagnostic-format-json.cc @@ -1,5 +1,5 @@ /* JSON output for diagnostics - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/diagnostic-show-locus.c b/gcc/diagnostic-show-locus.c index 65fb102a817..ddc9421ce63 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 d97e9592f06..be6b65722cd 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 ce3dc569b4a..f3c0b2c180f 100644 --- a/gcc/diagnostic.def +++ b/gcc/diagnostic.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 596717e331c..46c3b50a540 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -1,5 +1,5 @@ /* Various declarations for language-independent diagnostics subroutines. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 569b24174e6..ea0161ecccb 100644 --- a/gcc/doc/avr-mmcu.texi +++ b/gcc/doc/avr-mmcu.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2012-2018 Free Software Foundation, Inc. +@c Copyright (C) 2012-2019 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 f8dc7826658..2c494c58737 100644 --- a/gcc/doc/bugreport.texi +++ b/gcc/doc/bugreport.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 745fdfc99be..21c3ea5b3a3 100644 --- a/gcc/doc/cfg.texi +++ b/gcc/doc/cfg.texi @@ -1,5 +1,5 @@ @c -*-texinfo-*- -@c Copyright (C) 2001-2018 Free Software Foundation, Inc. +@c Copyright (C) 2001-2019 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 ac6ede9cf15..313f798a87a 100644 --- a/gcc/doc/collect2.texi +++ b/gcc/doc/collect2.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 994fc9d9587..d412cdc0b8f 100644 --- a/gcc/doc/compat.texi +++ b/gcc/doc/compat.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2018 Free Software Foundation, Inc. +@c Copyright (C) 2002-2019 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 fcd1d99dbd7..e333fc5e97e 100644 --- a/gcc/doc/configfiles.texi +++ b/gcc/doc/configfiles.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 de05a086db6..35981cc5603 100644 --- a/gcc/doc/configterms.texi +++ b/gcc/doc/configterms.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2018 Free Software Foundation, Inc. +@c Copyright (C) 2001-2019 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 7e772cf2300..5e41b76b545 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 7ade11686f9..bc3d209630d 100644 --- a/gcc/doc/contribute.texi +++ b/gcc/doc/contribute.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 ca332050db8..cc723606fec 100644 --- a/gcc/doc/cppdiropts.texi +++ b/gcc/doc/cppdiropts.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2018 Free Software Foundation, Inc. +@c Copyright (C) 1999-2019 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 1bf410ad4b4..74fcb3991df 100644 --- a/gcc/doc/cppenv.texi +++ b/gcc/doc/cppenv.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2018 Free Software Foundation, Inc. +@c Copyright (C) 1999-2019 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 af5ee08225f..48c574f419f 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2018 Free Software Foundation, Inc. +@c Copyright (C) 1999-2019 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 666fd7bc000..e2cbf71ae09 100644 --- a/gcc/doc/cppwarnopts.texi +++ b/gcc/doc/cppwarnopts.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2018 Free Software Foundation, Inc. +@c Copyright (C) 1999-2019 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 27724e400d2..d4a8d879e97 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1,4 +1,4 @@ -c Copyright (C) 1988-2018 Free Software Foundation, Inc. +c Copyright (C) 1988-2019 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 314942eacd2..bf93abee5d1 100644 --- a/gcc/doc/fragments.texi +++ b/gcc/doc/fragments.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 59654402aa1..aa0035d51d8 100644 --- a/gcc/doc/frontends.texi +++ b/gcc/doc/frontends.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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-dump.texi b/gcc/doc/gcov-dump.texi index 0313358cdb0..8fcfd6f60a4 100644 --- a/gcc/doc/gcov-dump.texi +++ b/gcc/doc/gcov-dump.texi @@ -1,10 +1,10 @@ -@c Copyright (C) 2017-2018 Free Software Foundation, Inc. +@c Copyright (C) 2017-2019 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{} 2017-2018 Free Software Foundation, Inc. +Copyright @copyright{} 2017-2019 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-tool.texi b/gcc/doc/gcov-tool.texi index 146d86810a1..03fd577fbc7 100644 --- a/gcc/doc/gcov-tool.texi +++ b/gcc/doc/gcov-tool.texi @@ -1,10 +1,10 @@ -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 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-2018 Free Software Foundation, Inc. +Copyright @copyright{} 2014-2019 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 41a0ea6aacf..a128f5f4f83 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996-2018 Free Software Foundation, Inc. +@c Copyright (C) 1996-2019 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 5d0a541451a..15f6cfec21b 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2004-2018 Free Software Foundation, Inc. +@c Copyright (C) 2004-2019 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 2fa3afb8bc0..74ca401ed23 100644 --- a/gcc/doc/gimple.texi +++ b/gcc/doc/gimple.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2008-2018 Free Software Foundation, Inc. +@c Copyright (C) 2008-2019 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 24d5c7435dc..7d4d2127d63 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2018 Free Software Foundation, Inc. +@c Copyright (C) 2002-2019 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 97798d3e66d..3cec8107cca 100644 --- a/gcc/doc/headerdirs.texi +++ b/gcc/doc/headerdirs.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 ed16c45dfe9..bb29e033519 100644 --- a/gcc/doc/hostconfig.texi +++ b/gcc/doc/hostconfig.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 5ac98768a4c..8a50c43f900 100644 --- a/gcc/doc/implement-c.texi +++ b/gcc/doc/implement-c.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2018 Free Software Foundation, Inc. +@c Copyright (C) 2001-2019 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 330da5f01cb..73c9e6da64a 100644 --- a/gcc/doc/implement-cxx.texi +++ b/gcc/doc/implement-cxx.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2018 Free Software Foundation, Inc. +@c Copyright (C) 2009-2019 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 b2e92af2010..394612fcbe7 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2018 Free Software Foundation, Inc. +@c Copyright (C) 2001-2019 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 e5092a5db64..6c67a19acad 100644 --- a/gcc/doc/install-old.texi +++ b/gcc/doc/install-old.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 85adfb98adc..4c27af73134 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 fec190fd774..775b34e6f76 100644 --- a/gcc/doc/interface.texi +++ b/gcc/doc/interface.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 fe55c36133d..292227a3fbb 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 5692aef7784..c9b0861d5a5 100644 --- a/gcc/doc/languages.texi +++ b/gcc/doc/languages.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2018 Free Software Foundation, Inc. +@c Copyright (C) 2002-2019 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 bd2b99f7a4f..bf0ca9ccdab 100644 --- a/gcc/doc/libgcc.texi +++ b/gcc/doc/libgcc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2003-2018 Free Software Foundation, Inc. +@c Copyright (C) 2003-2019 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 a232d001116..255eabc667d 100644 --- a/gcc/doc/loop.texi +++ b/gcc/doc/loop.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2006-2018 Free Software Foundation, Inc. +@c Copyright (C) 2006-2019 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 212b7663f66..d19dc09425a 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2010-2018 Free Software Foundation, Inc. +@c Copyright (C) 2010-2019 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 a6f9462164b..96d332a1d95 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2018 Free Software Foundation, Inc. +@c Copyright (C) 2001-2019 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 024d747cafd..760b7039d88 100644 --- a/gcc/doc/match-and-simplify.texi +++ b/gcc/doc/match-and-simplify.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 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 197b6ba339f..42b0296d3cf 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 f425c2975e5..634c773b95a 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 6202802fec1..c4f518ebf7a 100644 --- a/gcc/doc/optinfo.texi +++ b/gcc/doc/optinfo.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2013-2018 Free Software Foundation, Inc. +@c Copyright (C) 2013-2019 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 e618b954351..0081243acab 100644 --- a/gcc/doc/options.texi +++ b/gcc/doc/options.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2003-2018 Free Software Foundation, Inc. +@c Copyright (C) 2003-2019 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 d8341685d26..6edb9a0bfb7 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -1,6 +1,6 @@ @c markers: BUG TODO -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 51c88af5ac6..90e7571ba3a 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2018 Free Software Foundation, Inc. +@c Copyright (C) 2009-2019 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 c1bf6ae68bc..f92df783b89 100644 --- a/gcc/doc/portability.texi +++ b/gcc/doc/portability.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 9c00a7f31d7..58329101853 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 684ff3bce29..68d6383825a 100644 --- a/gcc/doc/service.texi +++ b/gcc/doc/service.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 29c693b9644..1970f44d6dc 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2018 Free Software Foundation, Inc. +@c Copyright (C) 2002-2019 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 4c1e2dad115..83a3dc6d15f 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2000-2018 Free Software Foundation, Inc. +@c Copyright (C) 2000-2019 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 c9a85606f1b..edc090253af 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 2205e2df46b..976a7009fa6 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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 9baabf99440..9714c5addfa 100644 --- a/gcc/doc/tree-ssa.texi +++ b/gcc/doc/tree-ssa.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2004-2018 Free Software Foundation, Inc. +@c Copyright (C) 2004-2019 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 fb35a360b53..693912ea355 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2018 Free Software Foundation, Inc. +@c Copyright (C) 1988-2019 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/ux.texi b/gcc/doc/ux.texi index 47b44921793..1f695ea46b5 100644 --- a/gcc/doc/ux.texi +++ b/gcc/doc/ux.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2018 Free Software Foundation, Inc. +@c Copyright (C) 2018-2019 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/dojump.c b/gcc/dojump.c index 9dccc7292a3..8626689463e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dojump.h b/gcc/dojump.h index f948ee916e3..ad019293e17 100644 --- a/gcc/dojump.h +++ b/gcc/dojump.h @@ -1,5 +1,5 @@ /* Export function prototypes from dojump.c. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dominance.c b/gcc/dominance.c index 5ba765c82be..d245776c37d 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -1,5 +1,5 @@ /* Calculate (post)dominators in slightly super-linear time. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 610f25a383b..5b59833e80f 100644 --- a/gcc/dominance.h +++ b/gcc/dominance.h @@ -1,5 +1,5 @@ /* Calculate (post)dominators header file. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/domwalk.c b/gcc/domwalk.c index 2791e93817a..3849eed4944 100644 --- a/gcc/domwalk.c +++ b/gcc/domwalk.c @@ -1,5 +1,5 @@ /* Generic dominator tree walker - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 3057bddc79e..c3bc80438a5 100644 --- a/gcc/domwalk.h +++ b/gcc/domwalk.h @@ -1,5 +1,5 @@ /* Generic dominator tree walker - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 223adead3a9..574856a3358 100644 --- a/gcc/double-int.c +++ b/gcc/double-int.c @@ -1,5 +1,5 @@ /* Operations with long integers. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/double-int.h b/gcc/double-int.h index eff85cc5a48..09bf1541778 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -1,5 +1,5 @@ /* Operations with long integers. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dse.c b/gcc/dse.c index 21d166d92fc..0407308e28f 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -1,5 +1,5 @@ /* RTL dead store elimination. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Contributed by Richard Sandiford and Kenneth Zadeck diff --git a/gcc/dump-context.h b/gcc/dump-context.h index 26bed1e577b..b17b86a400f 100644 --- a/gcc/dump-context.h +++ b/gcc/dump-context.h @@ -1,5 +1,5 @@ /* Support code for handling the various dump_* calls in dumpfile.h - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index 5005f5e96b6..c92bba8efd1 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -1,5 +1,5 @@ /* Dump infrastructure for optimizations and intermediate representation. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h index d51e4ceaf11..1f9ac427f75 100644 --- a/gcc/dumpfile.h +++ b/gcc/dumpfile.h @@ -1,5 +1,5 @@ /* Definitions for the shared dumpfile. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index c6f11c7468a..488e54b72ec 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -1,5 +1,5 @@ /* Dwarf2 assembler output helper routines. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h index 1b76909a1c9..965bc7fb184 100644 --- a/gcc/dwarf2asm.h +++ b/gcc/dwarf2asm.h @@ -1,5 +1,5 @@ /* Dwarf2 assembler output helper routines. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c index 44dd76d1ada..86b88c61ffe 100644 --- a/gcc/dwarf2cfi.c +++ b/gcc/dwarf2cfi.c @@ -1,5 +1,5 @@ /* Dwarf2 Call Frame Information helper routines. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 24e2d97d1e7..94e36b137ec 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -1,5 +1,5 @@ /* Output Dwarf2 format symbol table information from GCC. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 a0ba414014d..add883629bb 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/early-remat.c b/gcc/early-remat.c index 776b2d03f43..122891c1edb 100644 --- a/gcc/early-remat.c +++ b/gcc/early-remat.c @@ -1,5 +1,5 @@ /* Early (pre-RA) rematerialization - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/edit-context.c b/gcc/edit-context.c index 85afc4a2ec7..d3246ab0334 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/edit-context.h b/gcc/edit-context.h index 124d91f9a5e..a26ed1dc8f8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 9a735fab5bf..187d6120cea 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -1,5 +1,5 @@ /* Emit RTL for the GCC expander. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h index f089355aef7..bc28d48d1db 100644 --- a/gcc/emit-rtl.h +++ b/gcc/emit-rtl.h @@ -1,5 +1,5 @@ /* Exported functions from emit-rtl.c - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/errors.c b/gcc/errors.c index 9f1974d24b6..167787da3b6 100644 --- a/gcc/errors.c +++ b/gcc/errors.c @@ -1,5 +1,5 @@ /* Basic error reporting routines. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/errors.h b/gcc/errors.h index 1bd84501650..11ead1a0801 100644 --- a/gcc/errors.h +++ b/gcc/errors.h @@ -1,5 +1,5 @@ /* Basic error reporting routines. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/et-forest.c b/gcc/et-forest.c index 19dcb0017a7..6f0f6b601d8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 8a5defeeaed..3eb9ab414b3 100644 --- a/gcc/et-forest.h +++ b/gcc/et-forest.h @@ -1,5 +1,5 @@ /* Et-forest data structure implementation. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This 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 728b1e1d349..8ce6bc59c73 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1,5 +1,5 @@ /* Implements exception handling. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 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 caa375ef670..dbd4ddb2198 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -1,5 +1,5 @@ /* Exception Handling interface routines. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 f9ec6f04c20..34b034173c9 100644 --- a/gcc/exec-tool.in +++ b/gcc/exec-tool.in @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 2c5de12dee1..ba06458ebdc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/explow.h b/gcc/explow.h index b263d353b84..5110ad82d6a 100644 --- a/gcc/explow.h +++ b/gcc/explow.h @@ -1,5 +1,5 @@ /* Export function prototypes from explow.c. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expmed.c b/gcc/expmed.c index 444d6a82f98..b207a34defc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expmed.h b/gcc/expmed.h index cc247c4379e..cb9b13eec71 100644 --- a/gcc/expmed.h +++ b/gcc/expmed.h @@ -1,5 +1,5 @@ /* Target-dependent costs for expmed.c. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expr.c b/gcc/expr.c index abbaef2d9ce..450486e24b0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expr.h b/gcc/expr.h index 4469652e443..17c3962436a 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fibonacci_heap.c b/gcc/fibonacci_heap.c index 906a4362a0f..aec6913a871 100644 --- a/gcc/fibonacci_heap.c +++ b/gcc/fibonacci_heap.c @@ -1,5 +1,5 @@ /* Fibonacci heap for GNU compiler. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 136489b2969..6e0a2166c86 100644 --- a/gcc/fibonacci_heap.h +++ b/gcc/fibonacci_heap.h @@ -1,5 +1,5 @@ /* Fibonacci heap for GNU compiler. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 d0667f2a79c..0b7ec2b5497 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/file-find.h b/gcc/file-find.h index ecfb5406773..2802c2eeb0f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/file-prefix-map.c b/gcc/file-prefix-map.c index 88248146ab6..faf4306d74a 100644 --- a/gcc/file-prefix-map.c +++ b/gcc/file-prefix-map.c @@ -1,5 +1,5 @@ /* Implementation of file prefix remapping support (-f*-prefix-map options). - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This 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/file-prefix-map.h b/gcc/file-prefix-map.h index 3309eeed646..901c063b0d4 100644 --- a/gcc/file-prefix-map.h +++ b/gcc/file-prefix-map.h @@ -1,5 +1,5 @@ /* Declarations for file prefix remapping support (-f*-prefix-map options). - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This 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/final.c b/gcc/final.c index a2993f0f2cd..6dc1cd1b0c8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fixed-value.c b/gcc/fixed-value.c index 67760028f41..3a81161248e 100644 --- a/gcc/fixed-value.c +++ b/gcc/fixed-value.c @@ -1,5 +1,5 @@ /* Fixed-point arithmetic support. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fixed-value.h b/gcc/fixed-value.h index 119fd7cf4dc..27fc3a83524 100644 --- a/gcc/fixed-value.h +++ b/gcc/fixed-value.h @@ -1,5 +1,5 @@ /* Fixed-point arithmetic support. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/flag-types.h b/gcc/flag-types.h index 2bbca6531b3..a2103282d46 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/flags.h b/gcc/flags.h index f025efb4b8e..0ea1812d33e 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -1,5 +1,5 @@ /* Compilation switch flag definitions for GCC. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 06a420601c0..004f94ec19a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 7eeac9ac9cf..fa2931ac918 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 1851a3dc398..0fdb9149bce 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const.h b/gcc/fold-const.h index ca6d47bba34..049fee91876 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 4041b4acad2..3af551012b9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,7 @@ 2019-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 5eff00b0637..80016a387e3 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # Contributed by Paul Brook diff --git a/gcc/fortran/arith.c b/gcc/fortran/arith.c index 98af27efcfe..99fb61c15b9 100644 --- a/gcc/fortran/arith.c +++ b/gcc/fortran/arith.c @@ -1,5 +1,5 @@ /* Compiler arithmetic - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 85aca5bb89f..e06c7059885 100644 --- a/gcc/fortran/arith.h +++ b/gcc/fortran/arith.h @@ -1,5 +1,5 @@ /* Compiler arithmetic header. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 1c5af7997f9..96732ecd2e8 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -1,5 +1,5 @@ /* Array things - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 aec07e714f3..624780dd883 100644 --- a/gcc/fortran/bbt.c +++ b/gcc/fortran/bbt.c @@ -1,5 +1,5 @@ /* Balanced binary trees using treaps. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 2f63c3ed2d5..10f4f254a28 100644 --- a/gcc/fortran/check.c +++ b/gcc/fortran/check.c @@ -1,5 +1,5 @@ /* Check functions - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 105511d03cc..e55ab25882f 100644 --- a/gcc/fortran/class.c +++ b/gcc/fortran/class.c @@ -1,5 +1,5 @@ /* Implementation of Fortran 2003 Polymorphism. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 0087cb843a1..9365b5b1a25 100644 --- a/gcc/fortran/config-lang.in +++ b/gcc/fortran/config-lang.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/fortran/constructor.c b/gcc/fortran/constructor.c index 27295c4ccd9..38415be6827 100644 --- a/gcc/fortran/constructor.c +++ b/gcc/fortran/constructor.c @@ -1,5 +1,5 @@ /* Array and structure constructors - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/constructor.h b/gcc/fortran/constructor.h index ceb3d75db6d..6f13a2cb5a5 100644 --- a/gcc/fortran/constructor.h +++ b/gcc/fortran/constructor.h @@ -1,5 +1,5 @@ /* Array and structure constructors - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c index ee787869fd6..588f7599a41 100644 --- a/gcc/fortran/convert.c +++ b/gcc/fortran/convert.c @@ -1,5 +1,5 @@ /* Data type conversion - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c index bf4d8912ba1..d3c4487f6d8 100644 --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/cpp.h b/gcc/fortran/cpp.h index 0a5be783d32..50f15e86b8a 100644 --- a/gcc/fortran/cpp.h +++ b/gcc/fortran/cpp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c index 0d1f83040e9..9c200d28e1a 100644 --- a/gcc/fortran/data.c +++ b/gcc/fortran/data.c @@ -1,5 +1,5 @@ /* Supporting functions for resolving DATA statement. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fe8298a34df..02e12634383 100644 --- a/gcc/fortran/data.h +++ b/gcc/fortran/data.h @@ -1,5 +1,5 @@ /* Header for functions resolving DATA statements. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 51c19c17d1d..29a57d3268d 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -1,5 +1,5 @@ /* Declaration statement matcher - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b78c138c483..ae0f80361b1 100644 --- a/gcc/fortran/dependency.c +++ b/gcc/fortran/dependency.c @@ -1,5 +1,5 @@ /* Dependency analysis - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0ffb569d27a..dd3088713e4 100644 --- a/gcc/fortran/dependency.h +++ b/gcc/fortran/dependency.h @@ -1,5 +1,5 @@ /* Header for dependency analysis - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 af64588786a..3099ae86e5e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 5b41fd3530a..68a27911c8d 100644 --- a/gcc/fortran/error.c +++ b/gcc/fortran/error.c @@ -1,5 +1,5 @@ /* Handle errors. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 aad1496689f..7d1c65d5419 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -1,5 +1,5 @@ /* Routines for manipulation of expression nodes. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0f39f0ca788..ad81f7d93a0 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -1,5 +1,5 @@ /* gfortran backend interface - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 91d216b778f..a5f1c5a4f5c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 565fa838f76..181cb0f11cd 100644 --- a/gcc/fortran/gfc-diagnostic.def +++ b/gcc/fortran/gfc-diagnostic.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index fd0bc36fee1..fd8b3537253 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -1,5 +1,5 @@ /* gfortran header file - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 b971093c71c..33e6e572b54 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index ff6b2bb7ece..99011e72370 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -1,5 +1,5 @@ /* Deal with interfaces. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0c934e13dd7..2cb70845f99 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0ca3f92a73f..027f16b556d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 541e6ef997e..ade7059e9b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 9ab3b58946e..1fc459a9d10 100644 --- a/gcc/fortran/ioparm.def +++ b/gcc/fortran/ioparm.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/iresolve.c b/gcc/fortran/iresolve.c index 3331fb7965f..d132f56eed3 100644 --- a/gcc/fortran/iresolve.c +++ b/gcc/fortran/iresolve.c @@ -1,5 +1,5 @@ /* Intrinsic function resolution. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 094f4b55839..b0df2cc62f3 100644 --- a/gcc/fortran/iso-c-binding.def +++ b/gcc/fortran/iso-c-binding.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 92dc5edc93d..c2f1f6237f6 100644 --- a/gcc/fortran/iso-fortran-env.def +++ b/gcc/fortran/iso-fortran-env.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 61a9118d531..21339bb2fd3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 dc9a94c829c..9151d02c491 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -1,5 +1,5 @@ ; Options for the Fortran front end. -; Copyright (C) 2003-2018 Free Software Foundation, Inc. +; Copyright (C) 2003-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/fortran/libgfortran.h b/gcc/fortran/libgfortran.h index ef9c7c76b62..581b2f529db 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index d548bb92c2d..4c0bda99af9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 f25ed860c06..ac47d992f4a 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -1,5 +1,5 @@ /* All matcher functions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 fb81e10a6c2..ff4bb6dd58b 100644 --- a/gcc/fortran/matchexp.c +++ b/gcc/fortran/matchexp.c @@ -1,5 +1,5 @@ /* Expression parser. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 3c9c70ce955..8cc40e76888 100644 --- a/gcc/fortran/mathbuiltins.def +++ b/gcc/fortran/mathbuiltins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index fb18c5ceb6f..ec31fb93cd2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 4cfedf6a153..320b30c529a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 261a54a6015..15c5842dea4 100644 --- a/gcc/fortran/openmp.c +++ b/gcc/fortran/openmp.c @@ -1,5 +1,5 @@ /* OpenMP directive matching and resolving. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 48e35e3524d..4e55adec6fe 100644 --- a/gcc/fortran/options.c +++ b/gcc/fortran/options.c @@ -1,5 +1,5 @@ /* Parse and display command line options. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 7acd8cfa4fb..399867be9bb 100644 --- a/gcc/fortran/parse.c +++ b/gcc/fortran/parse.c @@ -1,5 +1,5 @@ /* Main parser. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 e9a6e410662..800f2f44114 100644 --- a/gcc/fortran/parse.h +++ b/gcc/fortran/parse.h @@ -1,5 +1,5 @@ /* Parser header - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 52cc2f17cd4..d7bd6d6cd9c 100644 --- a/gcc/fortran/primary.c +++ b/gcc/fortran/primary.c @@ -1,5 +1,5 @@ /* Primary expression subroutines - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 ec8070ffc8d..a498d19e411 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 a79689a266b..efb6ebf9509 100644 --- a/gcc/fortran/scanner.c +++ b/gcc/fortran/scanner.c @@ -1,5 +1,5 @@ /* Character scanner. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 e7a654edd3d..294838d95aa 100644 --- a/gcc/fortran/scanner.h +++ b/gcc/fortran/scanner.h @@ -1,5 +1,5 @@ /* Character scanner header. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 4ee1f776a70..22313901bd8 100644 --- a/gcc/fortran/simplify.c +++ b/gcc/fortran/simplify.c @@ -1,5 +1,5 @@ /* Simplify intrinsic functions at compile-time. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 7603cbd94ad..ade2fce06a5 100644 --- a/gcc/fortran/st.c +++ b/gcc/fortran/st.c @@ -1,5 +1,5 @@ /* Build executable statement trees. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0a4f7c1711b..a88e7c01df7 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -1,5 +1,5 @@ /* Maintain binary trees of symbols. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 6b9292b5faf..69879c2795a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 8f25899a92c..37ac22ff340 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 04fb4262b24..738022a6b1f 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -1,5 +1,5 @@ /* Array translation routines - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5ef86565d8d..aaca62b7c8c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 bd9721dee41..28732e4fbd8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 0e14f1750b7..432d12bf168 100644 --- a/gcc/fortran/trans-const.c +++ b/gcc/fortran/trans-const.c @@ -1,5 +1,5 @@ /* Translation of constants - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4f5a520ad29..270a4f4e869 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 83cbcd123fe..a51f6a6246a 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -1,5 +1,5 @@ /* Backend function setup - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d0a24fb7c82..27eb2d2ee38 100644 --- a/gcc/fortran/trans-expr.c +++ b/gcc/fortran/trans-expr.c @@ -1,5 +1,5 @@ /* Expression translation - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 473334efd64..96a749e1343 100644 --- a/gcc/fortran/trans-intrinsic.c +++ b/gcc/fortran/trans-intrinsic.c @@ -1,5 +1,5 @@ /* Intrinsic translation - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 88dbcb80a85..9a13af4a630 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 37acef6837b..6cbe6c733e1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 00fdf19d730..62cca292e0f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 848c7d92f5b..9cb0f68a637 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1a813eaf4d4..1302d2ac70a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 197b173f041..2952d111c66 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook and Steven Bosscher diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c index 9297b2ffd6a..29a4d006740 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4f33a89eddc..409c6aba03b 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -1,5 +1,5 @@ /* Header for code translation functions - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 0eabc3f4d99..b96e292fc81 100644 --- a/gcc/fortran/types.def +++ b/gcc/fortran/types.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fp-test.c b/gcc/fp-test.c index 6e68280e45a..988f5e87200 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 196b3a3828e..f1e29e49ee1 100644 --- a/gcc/function-tests.c +++ b/gcc/function-tests.c @@ -1,5 +1,5 @@ /* Unit tests for function-handling. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/function.c b/gcc/function.c index 60e96f30ccb..cec344bdac8 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/function.h b/gcc/function.h index 7e59050e8a6..cef093c8146 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -1,5 +1,5 @@ /* Structure for saving state for a nested function. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fwprop.c b/gcc/fwprop.c index 78c08e0a9df..cf2c9de2d35 100644 --- a/gcc/fwprop.c +++ b/gcc/fwprop.c @@ -1,5 +1,5 @@ /* RTL-based forward propagation pass for GNU compiler. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 82e0e69ab76..7182d36319d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 6a759bbcc1c..6f94c914537 100644 --- a/gcc/gcc-main.c +++ b/gcc/gcc-main.c @@ -1,5 +1,5 @@ /* "main" for the compiler driver. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index 79a7c7704d3..d9e143eeae1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 25a604f6bdc..82d4f52b2d4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 202d4f44804..de92e3b2b13 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-symtab.h b/gcc/gcc-symtab.h index a87850a2a2c..4bd3d2b8eb1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc.c b/gcc/gcc.c index ee1a91bf38b..bcd04df1691 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -1,5 +1,5 @@ /* Compiler driver program that can handle many languages. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc.h b/gcc/gcc.h index 7bfa387c523..a0a1d94c6e6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcov-counter.def b/gcc/gcov-counter.def index 69135a07f12..3a0e620987a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index 4dcb12851ad..72d94d95165 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 63cc7fcb048..e3b1c5ce7ae 100644 --- a/gcc/gcov-io.c +++ b/gcc/gcov-io.c @@ -1,5 +1,5 @@ /* File format for coverage information - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 1fc31f52eee..9edb2923982 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -1,5 +1,5 @@ /* File format for coverage information - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 fec8f2f460c..371ef9a94f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 211b03cb949..5bb1ccac6be 100644 --- a/gcc/gcov-tool.c +++ b/gcc/gcov-tool.c @@ -1,5 +1,5 @@ /* Gcc offline profile processing tool support. */ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 8f25c70a121..b8ce1ee0e09 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 655c555a362..e6e4b642b58 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse-common.h b/gcc/gcse-common.h index a9c19002be5..b44c2d48ca5 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse.c b/gcc/gcse.c index 8b9518e4f94..35716cd3883 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -1,5 +1,5 @@ /* Partial redundancy elimination / Hoisting for RTL. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse.h b/gcc/gcse.h index 08c622432eb..5371873d72c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gdbhooks.py b/gcc/gdbhooks.py index e9913e0eb32..bbe7618e299 100644 --- a/gcc/gdbhooks.py +++ b/gcc/gdbhooks.py @@ -1,5 +1,5 @@ # Python hooks for gdb for debugging GCC -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # Contributed by David Malcolm diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index a2d03e40244..71ca2648efd 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 3621dbee860..911e4e23a84 100644 --- a/gcc/gen-pass-instances.awk +++ b/gcc/gen-pass-instances.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # # This 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 a23fd63c253..09bbc768180 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genattr.c b/gcc/genattr.c index 6a9a3c30d32..352303dd9da 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 d5cdbf5be23..2cd04cdb06f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 59a8e26963f..a9928352f78 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -1,5 +1,5 @@ /* Pipeline hazard description translator. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Written by Vladimir Makarov diff --git a/gcc/gencfn-macros.c b/gcc/gencfn-macros.c index 28f7b6f7298..84b0862d23b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gencheck.c b/gcc/gencheck.c index d4673ff171e..bcd4b934464 100644 --- a/gcc/gencheck.c +++ b/gcc/gencheck.c @@ -1,5 +1,5 @@ /* Generate check macros for tree codes. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genchecksum.c b/gcc/genchecksum.c index 6e93eab6add..ada1906b9fb 100644 --- a/gcc/genchecksum.c +++ b/gcc/genchecksum.c @@ -1,5 +1,5 @@ /* Generate checksums of executables for PCH validation - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gencodes.c b/gcc/gencodes.c index 891f465df04..b985565783b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconditions.c b/gcc/genconditions.c index 110e6c66951..c5f0f82662c 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -1,5 +1,5 @@ /* Process machine description and calculate constant conditions. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconfig.c b/gcc/genconfig.c index 745d5374b39..194fe950d5d 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -1,6 +1,6 @@ /* Generate from machine description: - some #define configuration flags. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconstants.c b/gcc/genconstants.c index f2beaa7dfed..1487e3faef1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genemit.c b/gcc/genemit.c index 678b9aa3935..83f86a35c57 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genenums.c b/gcc/genenums.c index 300b3c374e1..fd711c30c84 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 0165bd09112..a46f375017b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/generic-match.h b/gcc/generic-match.h index f1fa38daab2..a1e5e2b6be2 100644 --- a/gcc/generic-match.h +++ b/gcc/generic-match.h @@ -1,6 +1,6 @@ /* Generic simplify definitions. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 387184b4ae1..b26f56aa258 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genflags.c b/gcc/genflags.c index 6186d6433d9..3a346502ea3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index b021af32487..5c78fabfb50 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -1,5 +1,5 @@ /* Generate code to allocate RTL structures. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-lex.l b/gcc/gengtype-lex.l index f78ce61fd9d..1188691f785 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-parse.c b/gcc/gengtype-parse.c index 6cb86950dbe..25fdce3bbca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-state.c b/gcc/gengtype-state.c index 6a3b981eedc..03f40694ec6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype.c b/gcc/gengtype.c index 49393dd394c..53317337cf8 100644 --- a/gcc/gengtype.c +++ b/gcc/gengtype.c @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -1611,7 +1611,7 @@ static outf_p create_file (const char *name, const char *oname) { static const char *const hdr[] = { - " Copyright (C) 2004-2018 Free Software Foundation, Inc.\n", + " Copyright (C) 2004-2019 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 8da7fb9c97a..db9cb0f401a 100644 --- a/gcc/gengtype.h +++ b/gcc/gengtype.h @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genhooks.c b/gcc/genhooks.c index 9b6ab05507c..0fcba7451ee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmatch.c b/gcc/genmatch.c index 8e3827c6d7f..5edd39af4cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Richard Biener and Prathamesh Kulkarni diff --git a/gcc/genmddeps.c b/gcc/genmddeps.c index 2c0c95aa814..b4207bf2fac 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This 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 e04d1b116dc..f1ab6c7d64b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmodes.c b/gcc/genmodes.c index 6db9ed475f4..f33eefa2494 100644 --- a/gcc/genmodes.c +++ b/gcc/genmodes.c @@ -1,5 +1,5 @@ /* Generate the machine mode enumeration and associated tables. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmultilib b/gcc/genmultilib index 73c20ba153e..0229b736a9b 100644 --- a/gcc/genmultilib +++ b/gcc/genmultilib @@ -1,6 +1,6 @@ #!/bin/sh # Generates multilib.h. -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 79835cc5d88..ea4c3ce0186 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -1,5 +1,5 @@ /* Generate code to initialize optabs from machine description. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 06456f4400c..37ee5093809 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 190a9b6b8a9..8ecf6ad07f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genpreds.c b/gcc/genpreds.c index bb294849504..19b7dcb7a30 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 629e2dc91f3..90e2508fa05 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 41ad9bc383e..31a67d5ad39 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -1,5 +1,5 @@ /* Support routines for the various generation passes. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gensupport.h b/gcc/gensupport.h index f41edf57d45..5c432036e6a 100644 --- a/gcc/gensupport.h +++ b/gcc/gensupport.h @@ -1,5 +1,5 @@ /* Declarations for rtx-reader support for gen* routines. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gentarget-def.c b/gcc/gentarget-def.c index 71f3cb95296..f7a22b79ed7 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index c989fb01e66..9a12fad5838 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-internal.h b/gcc/ggc-internal.h index 68a285f55c0..f27ce29ea85 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index 49259cf5512..6edec27868c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index f04b22ca8cc..143986be58f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-tests.c b/gcc/ggc-tests.c index f62f474c0f6..752f4467999 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc.h b/gcc/ggc.h index e74f364e682..60273f2e57d 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -1,6 +1,6 @@ /* Garbage collection for the GNU compiler. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-builder.c b/gcc/gimple-builder.c index 8af3577419d..fd87e423ccb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-builder.h b/gcc/gimple-builder.h index 18112552e2f..3383851d3e7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-expr.c b/gcc/gimple-expr.c index d07c89bebab..b0c9f9b671a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 96733bdd7b4..1ad1432bd17 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index fb43552bc35..3e7cbfd61e1 100644 --- a/gcc/gimple-fold.c +++ b/gcc/gimple-fold.c @@ -1,5 +1,5 @@ /* Statement simplification on GIMPLE. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 e1da27625d1..76a65818437 100644 --- a/gcc/gimple-fold.h +++ b/gcc/gimple-fold.h @@ -1,6 +1,6 @@ /* Gimple folding definitions. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 c0131f3654c..e0e4e123678 100644 --- a/gcc/gimple-iterator.c +++ b/gcc/gimple-iterator.c @@ -1,5 +1,5 @@ /* Iterator routines for GIMPLE statements. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 e23d4b2c47c..ee6f5b1f54d 100644 --- a/gcc/gimple-iterator.h +++ b/gcc/gimple-iterator.h @@ -1,5 +1,5 @@ /* Header file for gimple iterators. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-laddress.c b/gcc/gimple-laddress.c index e2fb000728c..90efcfec805 100644 --- a/gcc/gimple-laddress.c +++ b/gcc/gimple-laddress.c @@ -1,5 +1,5 @@ /* Lower and optimize address expressions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/gimple-loop-interchange.cc b/gcc/gimple-loop-interchange.cc index 9145b1217da..bb01a9b0d40 100644 --- a/gcc/gimple-loop-interchange.cc +++ b/gcc/gimple-loop-interchange.cc @@ -1,5 +1,5 @@ /* Loop interchange. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/gimple-loop-jam.c b/gcc/gimple-loop-jam.c index 5920cad1f10..90ddbf37b07 100644 --- a/gcc/gimple-loop-jam.c +++ b/gcc/gimple-loop-jam.c @@ -1,5 +1,5 @@ /* Loop unroll-and-jam. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-loop-versioning.cc b/gcc/gimple-loop-versioning.cc index 887b5e77d6a..f5e674ba466 100644 --- a/gcc/gimple-loop-versioning.cc +++ b/gcc/gimple-loop-versioning.cc @@ -1,5 +1,5 @@ /* Loop versioning pass. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index b00e14f6554..056b0cba6cf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-low.h b/gcc/gimple-low.h index 3d96d8f375e..89317c9bfd7 100644 --- a/gcc/gimple-low.h +++ b/gcc/gimple-low.h @@ -1,5 +1,5 @@ /* Header file for gimple lowering pass. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 374232bb696..bbbc0f2c28b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-match.h b/gcc/gimple-match.h index b6eb88880d7..22fa86c3a7c 100644 --- a/gcc/gimple-match.h +++ b/gcc/gimple-match.h @@ -1,6 +1,6 @@ /* Gimple simplify definitions. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 6357913f28a..761098b3ceb 100644 --- a/gcc/gimple-predict.h +++ b/gcc/gimple-predict.h @@ -1,6 +1,6 @@ /* Gimple prediction routines. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 51c0fb33f2f..45ef09e8241 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 6ae6a3b338d..8d8e105d5ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 16b8943d58e..30fb7cbc96b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-evrp-analyze.c b/gcc/gimple-ssa-evrp-analyze.c index 3efaca1a994..149b6664ff9 100644 --- a/gcc/gimple-ssa-evrp-analyze.c +++ b/gcc/gimple-ssa-evrp-analyze.c @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-evrp-analyze.h b/gcc/gimple-ssa-evrp-analyze.h index 01942f06362..1157027bdb2 100644 --- a/gcc/gimple-ssa-evrp-analyze.h +++ b/gcc/gimple-ssa-evrp-analyze.h @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-evrp.c b/gcc/gimple-ssa-evrp.c index 9900980aecf..96da79bf028 100644 --- a/gcc/gimple-ssa-evrp.c +++ b/gcc/gimple-ssa-evrp.c @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 880836c21aa..1a9e0a52652 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 98bb33b83ab..e6e9ffa9084 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 75f6be8f1cf..33bbb66674b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 8284c76b0f7..fe50c89bc89 100644 --- a/gcc/gimple-ssa-sprintf.c +++ b/gcc/gimple-ssa-sprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 e813e456d28..4a8cf6f847f 100644 --- a/gcc/gimple-ssa-store-merging.c +++ b/gcc/gimple-ssa-store-merging.c @@ -1,5 +1,5 @@ /* GIMPLE store merging and byte swapping passes. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 d47772b4a51..82721a98126 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9d2d68ad54b..2d88fcfd992 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-restrict.c b/gcc/gimple-ssa-warn-restrict.c index d47f73f7be6..6eb393dc8e1 100644 --- a/gcc/gimple-ssa-warn-restrict.c +++ b/gcc/gimple-ssa-warn-restrict.c @@ -1,6 +1,6 @@ /* Pass to detect and issue warnings for violations of the restrict qualifier. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-restrict.h b/gcc/gimple-ssa-warn-restrict.h index c624589ef0a..167d5843039 100644 --- a/gcc/gimple-ssa-warn-restrict.h +++ b/gcc/gimple-ssa-warn-restrict.h @@ -1,5 +1,5 @@ /* Warn on violations of the restrict qualifier. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa.h b/gcc/gimple-ssa.h index a82857e9529..227f58c42e8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 31ba4cc4e00..3142b371aee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 3a2368047cc..34b8d6fda7d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 68f646ba9c3..d0d144e2346 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 c50a6dd6141..29f33b005e1 100644 --- a/gcc/gimple-walk.c +++ b/gcc/gimple-walk.c @@ -1,6 +1,6 @@ /* Gimple walk support. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 a051b3e3535..0f0bd450f14 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple.c b/gcc/gimple.c index b3548f4f0fd..3a91d1cb350 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -1,6 +1,6 @@ /* Gimple IR support functions. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 38206e9cd64..78e3467f762 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 37fd5fb9ac3..8b5c9e2190a 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -1,6 +1,6 @@ /* Gimple IR definitions. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 269fe6b3bae..edcb3df01b0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 0ee9c0eb785..5340ac49512 100644 --- a/gcc/gimplify-me.h +++ b/gcc/gimplify-me.h @@ -1,5 +1,5 @@ /* Header file for middle end gimplification. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 40ed18e3027..5677ddd9e84 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 62ca869083a..1070006374a 100644 --- a/gcc/gimplify.h +++ b/gcc/gimplify.h @@ -1,5 +1,5 @@ /* Header file for gimplification. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/float.h b/gcc/ginclude/float.h index 96a360f305e..9ebae057d34 100644 --- a/gcc/ginclude/float.h +++ b/gcc/ginclude/float.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/iso646.h b/gcc/ginclude/iso646.h index cae57da8d94..01a1245aec9 100644 --- a/gcc/ginclude/iso646.h +++ b/gcc/ginclude/iso646.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdalign.h b/gcc/ginclude/stdalign.h index 87a017036cf..999c43177cb 100644 --- a/gcc/ginclude/stdalign.h +++ b/gcc/ginclude/stdalign.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index e4c73fd23a2..7d16fbf5068 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdatomic.h b/gcc/ginclude/stdatomic.h index 5cc7b086bb9..96ee9b2d98c 100644 --- a/gcc/ginclude/stdatomic.h +++ b/gcc/ginclude/stdatomic.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdbool.h b/gcc/ginclude/stdbool.h index aa554066c68..3617ff489f5 100644 --- a/gcc/ginclude/stdbool.h +++ b/gcc/ginclude/stdbool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2018 Free Software Foundation, Inc. +/* Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index cea220cc301..da692e1c01a 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdfix.h b/gcc/ginclude/stdfix.h index 9ee244c6734..c20fa682556 100644 --- a/gcc/ginclude/stdfix.h +++ b/gcc/ginclude/stdfix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 f11f1114446..83b03b26ee6 100644 --- a/gcc/ginclude/stdint-gcc.h +++ b/gcc/ginclude/stdint-gcc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdnoreturn.h b/gcc/ginclude/stdnoreturn.h index eb81aadf53d..c8d65a6bcd4 100644 --- a/gcc/ginclude/stdnoreturn.h +++ b/gcc/ginclude/stdnoreturn.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/tgmath.h b/gcc/ginclude/tgmath.h index 483e1ca5b4a..edfb71e4437 100644 --- a/gcc/ginclude/tgmath.h +++ b/gcc/ginclude/tgmath.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 8a1a9197e49..6df783e0346 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 6c50848a594..0cddf0f9dcc 100644 --- a/gcc/glimits.h +++ b/gcc/glimits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 460e742590c..3713881b5f2 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,5 +1,7 @@ 2019-01-01 Jakub Jelinek + Update copyright years. + * gccgo.texi: Bump @copyrights-go year. 2018-11-27 Ian Lance Taylor @@ -1591,7 +1593,7 @@ Go frontend added to gcc repository. -Copyright (C) 2010-2018 Free Software Foundation, Inc. +Copyright (C) 2010-2019 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/go/Make-lang.in b/gcc/go/Make-lang.in index e8656cbe1d3..ba3f7f763cf 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 79ee2e25765..91e7ce61376 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 96e0c50448e..13753232ab7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 2dc1d434bd5..42e86cd3358 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 6ddf0f4d596..0fbeaff8411 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 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 32b91c1924f..84432564ac2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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 f67a20b4090..970f0d59838 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 e76e1fc4f98..dd22fdab33f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 baa7bb27404..c008915f63a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 3a02464f066..f54362fe5bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // This file is part of GCC. diff --git a/gcc/go/gospec.c b/gcc/go/gospec.c index d265fc986a0..46b838a9ec3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 cf2d291f6f3..f7f2e6429c8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/lang.opt b/gcc/go/lang.opt index ee1c2913f27..f1a81266535 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-2018 Free Software Foundation, Inc. +; Copyright (C) 2009-2019 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/godump.c b/gcc/godump.c index baf21e27eec..17390b8be62 100644 --- a/gcc/godump.c +++ b/gcc/godump.c @@ -1,5 +1,5 @@ /* Output Go language descriptions of types. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 3b559a4b3a1..89b20312968 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -1,5 +1,5 @@ /* Output routines for graphical representation. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 71cff2ee763..356f9fe498b 100644 --- a/gcc/graph.h +++ b/gcc/graph.h @@ -1,5 +1,5 @@ /* Header file for graph routines. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphds.c b/gcc/graphds.c index 631d797125a..9eb1343158a 100644 --- a/gcc/graphds.c +++ b/gcc/graphds.c @@ -1,5 +1,5 @@ /* Graph representation and manipulation functions. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphds.h b/gcc/graphds.h index 371607eb8a3..68adc4976af 100644 --- a/gcc/graphds.h +++ b/gcc/graphds.h @@ -1,5 +1,5 @@ /* Graph representation. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphite-dependences.c b/gcc/graphite-dependences.c index 80aff31c9eb..3f8fe54c698 100644 --- a/gcc/graphite-dependences.c +++ b/gcc/graphite-dependences.c @@ -1,5 +1,5 @@ /* Data dependence analysis for Graphite. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 cc93fb94daf..f1619e78609 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 8ceaa495a36..c4b8f3bc876 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 51ca03895e4..29f9740b9a4 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -1,5 +1,5 @@ /* Graphite polyhedral representation. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 0dafc399521..5f63bceb41d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 1d41cffeb04..62572dde7a5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 f49eef606f6..7b52c16e31e 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -1,5 +1,5 @@ /* Gimple Represented as Polyhedra. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 be0a22b3894..fa0c351c852 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -1,5 +1,5 @@ /* Graphite polyhedral representation. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Sebastian Pop and Tobias Grosser . diff --git a/gcc/gsstruct.def b/gcc/gsstruct.def index dcc03f98d22..adeaf030b88 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 f15997a6706..26c8969cdac 100644 --- a/gcc/gstab.h +++ b/gcc/gstab.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gsyms.h b/gcc/gsyms.h index 68cda75c831..d069997ace9 100644 --- a/gcc/gsyms.h +++ b/gcc/gsyms.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2018 Free Software Foundation, Inc. +/* Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 2c84ce38143..72178b68999 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 f826ec9c3c2..9f41b44e725 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 98b5830497d..7b7a1c89045 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 cb38ccbf087..af66018e92c 100644 --- a/gcc/hash-map-traits.h +++ b/gcc/hash-map-traits.h @@ -1,5 +1,5 @@ /* A hash map traits. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-map.h b/gcc/hash-map.h index 5cee4a400d8..9d41696902e 100644 --- a/gcc/hash-map.h +++ b/gcc/hash-map.h @@ -1,5 +1,5 @@ /* A type-safe hash map. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 838560a343e..5ca1e4eea8c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-set.h b/gcc/hash-set.h index ea6e84c78e3..1f09518d082 100644 --- a/gcc/hash-set.h +++ b/gcc/hash-set.h @@ -1,5 +1,5 @@ /* A type-safe hash set. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-table.c b/gcc/hash-table.c index bff9644ae81..646a7a1c497 100644 --- a/gcc/hash-table.c +++ b/gcc/hash-table.c @@ -1,5 +1,5 @@ /* A type-safe hash table template. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 bd83345c7b8..1fd36946a53 100644 --- a/gcc/hash-table.h +++ b/gcc/hash-table.h @@ -1,5 +1,5 @@ /* A type-safe hash table template. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6058cfc1d07..2d17e2c982a 100644 --- a/gcc/hash-traits.h +++ b/gcc/hash-traits.h @@ -1,5 +1,5 @@ /* Traits for hashable types. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 a417ff3d48f..9f911652066 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by INRIA. diff --git a/gcc/hooks.c b/gcc/hooks.c index 46bf2a8cee0..bbc35fc6ee5 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -1,5 +1,5 @@ /* General-purpose hooks. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This 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 bcfc2312516..9e4bc292c8b 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -1,5 +1,5 @@ /* General-purpose hooks. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This 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 d6ebe48c942..22e7078f88b 100644 --- a/gcc/host-default.c +++ b/gcc/host-default.c @@ -1,5 +1,5 @@ /* Default host-specific hook definitions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hosthooks-def.h b/gcc/hosthooks-def.h index 72b7f1f0d1b..e95514305f5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hosthooks.h b/gcc/hosthooks.h index d6d542cd622..f4d1bfbf556 100644 --- a/gcc/hosthooks.h +++ b/gcc/hosthooks.h @@ -1,5 +1,5 @@ /* The host_hooks data structure. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 96b962f0a29..eb28863b297 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hsa-brig.c b/gcc/hsa-brig.c index ca066118ebd..016e61f7d6a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa-builtins.def b/gcc/hsa-builtins.def index e11cc2d3c6a..28c3cbfecec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hsa-common.c b/gcc/hsa-common.c index 0e18fa74a2c..27714cd10c1 100644 --- a/gcc/hsa-common.c +++ b/gcc/hsa-common.c @@ -1,5 +1,5 @@ /* Implementation of commonly needed HSAIL related functions and methods. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa-common.h b/gcc/hsa-common.h index c72343fbdab..9c61786a78c 100644 --- a/gcc/hsa-common.h +++ b/gcc/hsa-common.h @@ -1,5 +1,5 @@ /* HSAIL and BRIG related macros and definitions. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hsa-dump.c b/gcc/hsa-dump.c index 96f82647558..332d89d1289 100644 --- a/gcc/hsa-dump.c +++ b/gcc/hsa-dump.c @@ -1,5 +1,5 @@ /* Infrastructure to dump our HSAIL IL - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa-gen.c b/gcc/hsa-gen.c index 69e092ec4fa..edcec10f49f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa-regalloc.c b/gcc/hsa-regalloc.c index 819f680d1bc..d0c160939f7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Michael Matz This file is part of GCC. diff --git a/gcc/hw-doloop.c b/gcc/hw-doloop.c index 1e73fac5693..2decece62d9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hw-doloop.h b/gcc/hw-doloop.h index 5a68a79f736..25a7d134eeb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hwint.c b/gcc/hwint.c index b10b5e409b9..7fe866fa36d 100644 --- a/gcc/hwint.c +++ b/gcc/hwint.c @@ -1,5 +1,5 @@ /* Operations on HOST_WIDE_INT. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hwint.h b/gcc/hwint.h index 8068cad1229..dfb552fa995 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -1,5 +1,5 @@ /* HOST_WIDE_INT definitions for the GNU compiler. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 8b3907618e7..77feb4528ce 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -1,5 +1,5 @@ /* If-conversion support. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ifcvt.h b/gcc/ifcvt.h index a18ba94b8df..153ad961b2c 100644 --- a/gcc/ifcvt.h +++ b/gcc/ifcvt.h @@ -1,5 +1,5 @@ /* If-conversion header file. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/inchash.c b/gcc/inchash.c index d92cec147f8..2d33b3e9727 100644 --- a/gcc/inchash.c +++ b/gcc/inchash.c @@ -1,5 +1,5 @@ /* Incremential hashing for jhash. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/inchash.h b/gcc/inchash.h index 20c16d5838c..f61e631ca3b 100644 --- a/gcc/inchash.h +++ b/gcc/inchash.h @@ -1,5 +1,5 @@ /* An incremental hash abstract data type. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/incpath.c b/gcc/incpath.c index b11c6a57939..bcbe2082905 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-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 89aa6c9af92..4926e2fb0cd 100644 --- a/gcc/incpath.h +++ b/gcc/incpath.h @@ -1,5 +1,5 @@ /* Set up combined include path for the preprocessor. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This 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 78d1e3be2c8..766b13ce85b 100644 --- a/gcc/init-regs.c +++ b/gcc/init-regs.c @@ -1,5 +1,5 @@ /* Initialization of uninitialized regs. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/input.c b/gcc/input.c index be1da2cf471..bf1ca660ade 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/input.h b/gcc/input.h index 1f766f3cf1f..3c7cf3673a4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h index 9473c894cd1..8e33c624016 100644 --- a/gcc/insn-addr.h +++ b/gcc/insn-addr.h @@ -1,5 +1,5 @@ /* Macros to support INSN_ADDRESSES - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def index 0afd47504ec..337e9df8a75 100644 --- a/gcc/insn-notes.def +++ b/gcc/insn-notes.def @@ -1,5 +1,5 @@ /* Insn note definitions. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/int-vector-builder.h b/gcc/int-vector-builder.h index 49fe473d1ce..adf0904c5b0 100644 --- a/gcc/int-vector-builder.h +++ b/gcc/int-vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector integer constants. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.c b/gcc/internal-fn.c index d082dd5054f..103e0c13c16 100644 --- a/gcc/internal-fn.c +++ b/gcc/internal-fn.c @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.def b/gcc/internal-fn.def index a7e7db68d9b..7313f925abc 100644 --- a/gcc/internal-fn.def +++ b/gcc/internal-fn.def @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.h b/gcc/internal-fn.h index ff3bace1ce6..7164ee5cf3c 100644 --- a/gcc/internal-fn.h +++ b/gcc/internal-fn.h @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/intl.c b/gcc/intl.c index 1dcea9f5758..f3a5757bf8c 100644 --- a/gcc/intl.c +++ b/gcc/intl.c @@ -1,5 +1,5 @@ /* Message translation utilities. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/intl.h b/gcc/intl.h index 22feeb0157b..0baef54a3f6 100644 --- a/gcc/intl.h +++ b/gcc/intl.h @@ -1,5 +1,5 @@ /* intl.h - internationalization - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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-comdats.c b/gcc/ipa-comdats.c index 243756ab0b8..4980fd93cec 100644 --- a/gcc/ipa-comdats.c +++ b/gcc/ipa-comdats.c @@ -1,5 +1,5 @@ /* Localize comdats. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 57589153614..247aba7045a 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -1,5 +1,5 @@ /* Interprocedural constant propagation - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Contributed by Razya Ladelsky and Martin Jambor diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index 4ba0f0b330f..9c54edd5c88 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-fnsummary.c b/gcc/ipa-fnsummary.c index 1c43b31104b..1189648fed8 100644 --- a/gcc/ipa-fnsummary.c +++ b/gcc/ipa-fnsummary.c @@ -1,5 +1,5 @@ /* Function summary pass. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-fnsummary.h b/gcc/ipa-fnsummary.h index 9e795944236..f1642a344d0 100644 --- a/gcc/ipa-fnsummary.h +++ b/gcc/ipa-fnsummary.h @@ -1,5 +1,5 @@ /* IPA function body analysis. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 63b41eabc9a..b48f94ba496 100644 --- a/gcc/ipa-hsa.c +++ b/gcc/ipa-hsa.c @@ -1,5 +1,5 @@ /* Callgraph based analysis of static variables. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 53611394988..25284936bc3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 65dfe69deeb..0035db32e66 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf.c b/gcc/ipa-icf.c index ff313197f64..6701931ecbd 100644 --- a/gcc/ipa-icf.c +++ b/gcc/ipa-icf.c @@ -1,5 +1,5 @@ /* Interprocedural Identical Code Folding pass - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf.h b/gcc/ipa-icf.h index 0359653d2f8..d8a8d43e0aa 100644 --- a/gcc/ipa-icf.h +++ b/gcc/ipa-icf.h @@ -1,5 +1,5 @@ /* Interprocedural semantic function equality pass - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 c967eaa91b5..6c77f328db0 100644 --- a/gcc/ipa-inline-analysis.c +++ b/gcc/ipa-inline-analysis.c @@ -1,5 +1,5 @@ /* Analysis used by inlining decision heuristics. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 0e749985291..0910a9cbcc1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 bd6ab22c5a8..623381fd1ec 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -1,5 +1,5 @@ /* Inlining decision heuristics. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 02d6da06f6d..f6eb677d618 100644 --- a/gcc/ipa-inline.h +++ b/gcc/ipa-inline.h @@ -1,5 +1,5 @@ /* Inlining decision heuristics. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-param-manipulation.c b/gcc/ipa-param-manipulation.c index 1e3a92a125f..037253a87fe 100644 --- a/gcc/ipa-param-manipulation.c +++ b/gcc/ipa-param-manipulation.c @@ -1,6 +1,6 @@ /* Manipulation of formal and actual parameters of functions and function calls. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-param-manipulation.h b/gcc/ipa-param-manipulation.h index 84bc42d5196..e2b543accf1 100644 --- a/gcc/ipa-param-manipulation.h +++ b/gcc/ipa-param-manipulation.h @@ -1,6 +1,6 @@ /* Manipulation of formal and actual parameters of functions and function calls. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-polymorphic-call.c b/gcc/ipa-polymorphic-call.c index 6e547335079..44808cfbe68 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-predicate.c b/gcc/ipa-predicate.c index 6ef02b18f4c..3b7c4dfb1dd 100644 --- a/gcc/ipa-predicate.c +++ b/gcc/ipa-predicate.c @@ -1,5 +1,5 @@ /* IPA predicates. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-predicate.h b/gcc/ipa-predicate.h index 9a82fe6340f..e97754cde77 100644 --- a/gcc/ipa-predicate.h +++ b/gcc/ipa-predicate.h @@ -1,5 +1,5 @@ /* IPA predicates. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 7065af59ba9..4e57b88d131 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -1,5 +1,5 @@ /* Basic IPA optimizations based on profile. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 05e666e0588..d5d9ca9dee2 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -1,5 +1,5 @@ /* Interprocedural analyses. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index 5e826c5d3ba..6d1f7eaa515 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -1,5 +1,5 @@ /* Interprocedural analyses. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 4418eefd3d1..ba0c7c2d83e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 2b9a7e3f3e3..66d54c900a1 100644 --- a/gcc/ipa-ref.c +++ b/gcc/ipa-ref.c @@ -1,5 +1,5 @@ /* Interprocedural reference lists. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 4e22d85ac03..05e105851cc 100644 --- a/gcc/ipa-ref.h +++ b/gcc/ipa-ref.h @@ -1,5 +1,5 @@ /* IPA reference lists. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 6242aef11e6..95f91b7609c 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -1,5 +1,5 @@ /* Callgraph based analysis of static variables. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 75c8128811c..3be02fbb32f 100644 --- a/gcc/ipa-reference.h +++ b/gcc/ipa-reference.h @@ -1,5 +1,5 @@ /* IPA handling of references. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 38f5bcf00a6..eeef7bb26dc 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -1,5 +1,5 @@ /* Function splitting pass - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 f07e3b3eecc..c9723759f50 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -1,5 +1,5 @@ /* Utilities for ipa analysis. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 02ce51b6083..618d74f78ee 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -1,5 +1,5 @@ /* Utilities for ipa analysis. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 35de9131753..ebcccefc00a 100644 --- a/gcc/ipa-visibility.c +++ b/gcc/ipa-visibility.c @@ -1,5 +1,5 @@ /* IPA visibility pass - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa.c b/gcc/ipa.c index 591634649bf..3505899cbf3 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -1,5 +1,5 @@ /* Basic IPA optimizations and utilities. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ira-build.c b/gcc/ira-build.c index da017be5b3d..2f87c8125fd 100644 --- a/gcc/ira-build.c +++ b/gcc/ira-build.c @@ -1,5 +1,5 @@ /* Building internal representation for IRA. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 02002f783d4..565f7a0c372 100644 --- a/gcc/ira-color.c +++ b/gcc/ira-color.c @@ -1,5 +1,5 @@ /* IRA allocation based on graph coloring. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 eb85e7752ae..b57468bcabe 100644 --- a/gcc/ira-conflicts.c +++ b/gcc/ira-conflicts.c @@ -1,5 +1,5 @@ /* IRA conflict builder. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 14d0ff3a9eb..e5d880417d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 dc7a239e516..51bf9c8bcfb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 b7cc9c1a942..181fba5d943 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 f74958f1801..c9e422a797b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 c8f2df43dd1..4b9c11d3b3a 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -1,5 +1,5 @@ /* Integrated Register Allocator (IRA) entry point. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 8a8e4605032..0e7232ab019 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 e28af43f42e..f3533f6ad04 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4f8f7371968..12a6c61a669 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-11-15 David Malcolm PR other/19165 @@ -2615,7 +2619,7 @@ * Initial creation -Copyright (C) 2013-2018 Free Software Foundation, Inc. +Copyright (C) 2013-2019 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 e82f9453eb2..660f54d78bd 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 23f36b383af..b27805cdebe 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 3bc5ae432ef..e689ecfed0a 100644 --- a/gcc/jit/docs/_build/texinfo/libgccjit.texi +++ b/gcc/jit/docs/_build/texinfo/libgccjit.texi @@ -23,7 +23,7 @@ libgccjit 8.0.0 (experimental 20171031), October 31, 2017 David Malcolm -Copyright @copyright{} 2014-2018 Free Software Foundation, Inc. +Copyright @copyright{} 2014-2019 Free Software Foundation, Inc. @end quotation @end copying @@ -46,7 +46,7 @@ Copyright @copyright{} 2014-2018 Free Software Foundation, Inc. @c %**start of body @anchor{index doc}@anchor{0} -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 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-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -388,7 +388,7 @@ Running the test suite @chapter Tutorial -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -432,7 +432,7 @@ the details in later parts of this tutorial. @example /* Smoketest example for libgccjit.so - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -583,7 +583,7 @@ hello world @noindent -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -1037,7 +1037,7 @@ Here's what the above looks like as a complete program: @example /* Usage example for libgccjit.so - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -1170,7 +1170,7 @@ result: 25 @noindent -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -1651,7 +1651,7 @@ install it with @cite{yum install python-xdot}): @example /* Usage example for libgccjit.so - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -1843,7 +1843,7 @@ loop_test returned: 285 @noindent -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -3992,7 +3992,7 @@ instr9: @noindent -@c Copyright (C) 2015-2018 Free Software Foundation, Inc. +@c Copyright (C) 2015-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -4824,7 +4824,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-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -4846,7 +4846,7 @@ and to a dynamic library. See the documentation of @chapter Topic Reference -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -5623,7 +5623,7 @@ its presence using @noindent @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -5740,7 +5740,7 @@ object's context is released. @end cartouche @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -6378,7 +6378,7 @@ create_code (gcc_jit_context *ctxt, void *user_data) Function pointer types can be created using @pxref{91,,gcc_jit_context_new_function_ptr_type()}. -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -7464,7 +7464,7 @@ PTR[INDEX] in C (or, indeed, to @code{PTR + INDEX}). @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8090,7 +8090,7 @@ create_code (gcc_jit_context *ctxt, void *user_data) @end quotation @end deffn -@c Copyright (C) 2017-2018 Free Software Foundation, Inc. +@c Copyright (C) 2017-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8173,7 +8173,7 @@ Generate a @pxref{a,,gcc_jit_type} for a function pointer with the given return type and parameters. @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8261,7 +8261,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-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8538,7 +8538,7 @@ There is currently no support for specifying libraries to link against. @end deffn -@c Copyright (C) 2015-2018 Free Software Foundation, Inc. +@c Copyright (C) 2015-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8789,7 +8789,7 @@ entrypoints: @code{LIBGCCJIT_ABI_10} covers the addition of @pxref{85,,gcc_jit_context_new_rvalue_from_vector()} -@c Copyright (C) 2015-2018 Free Software Foundation, Inc. +@c Copyright (C) 2015-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -9100,7 +9100,7 @@ for its presence using @noindent @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -9138,7 +9138,7 @@ production yet. Contents: -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -9273,7 +9273,7 @@ Compiling a context @section Tutorial -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -9316,7 +9316,7 @@ the details in later parts of this tutorial. @example /* Smoketest example for libgccjit.so C++ API - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -9451,7 +9451,7 @@ hello world @noindent -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -9847,7 +9847,7 @@ Here's what the above looks like as a complete program: @example /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -9962,7 +9962,7 @@ result: 25 @noindent -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -10466,7 +10466,7 @@ install it with @cite{yum install python-xdot}): @example /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -10623,7 +10623,7 @@ loop_test returned: 285 @noindent -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12549,7 +12549,7 @@ instr9: @noindent -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12571,7 +12571,7 @@ instr9: @section Topic Reference -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12965,7 +12965,7 @@ its presence using @noindent @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -13063,7 +13063,7 @@ obj: 4.0 * (float)i @noindent @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -13351,7 +13351,7 @@ size of the struct is not known), or later specified using @pxref{8d,,gcc_jit_struct_set_fields()}. @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -14253,7 +14253,7 @@ gccjit::lvalue element = array[0]; @noindent @end quotation -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -14716,7 +14716,7 @@ create_code (gcc_jit_context *c_ctxt, void *user_data) @end quotation @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -14797,7 +14797,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-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -14869,7 +14869,7 @@ This is a thin wrapper around the @pxref{4a,,gcc_jit_context_compile_to_file()} API entrypoint. @end deffn -@c Copyright (C) 2014-2018 Free Software Foundation, Inc. +@c Copyright (C) 2014-2019 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 84842244a2d..3e630db47ef 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-2018 Free Software Foundation, Inc.' +copyright = u'2014-2019 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 80754213eb0..0d8c0d28983 100644 --- a/gcc/jit/docs/cp/index.rst +++ b/gcc/jit/docs/cp/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 0c6105b150a..2a5f67ca9a1 100644 --- a/gcc/jit/docs/cp/intro/index.rst +++ b/gcc/jit/docs/cp/intro/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 a284288e461..6d50bcc6e60 100644 --- a/gcc/jit/docs/cp/intro/tutorial01.rst +++ b/gcc/jit/docs/cp/intro/tutorial01.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 72f153005d1..55fd53f14c0 100644 --- a/gcc/jit/docs/cp/intro/tutorial02.rst +++ b/gcc/jit/docs/cp/intro/tutorial02.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 dc733f1bfce..861ecf5b533 100644 --- a/gcc/jit/docs/cp/intro/tutorial03.rst +++ b/gcc/jit/docs/cp/intro/tutorial03.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 188d75755f7..291e09a18e7 100644 --- a/gcc/jit/docs/cp/intro/tutorial04.rst +++ b/gcc/jit/docs/cp/intro/tutorial04.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 d4cd9b38f94..7e8d9a14d2e 100644 --- a/gcc/jit/docs/cp/topics/compilation.rst +++ b/gcc/jit/docs/cp/topics/compilation.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 338d68f002f..a60c1d6ce99 100644 --- a/gcc/jit/docs/cp/topics/contexts.rst +++ b/gcc/jit/docs/cp/topics/contexts.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 db0e33b1468..9d5f42957e4 100644 --- a/gcc/jit/docs/cp/topics/expressions.rst +++ b/gcc/jit/docs/cp/topics/expressions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 ca1141dcced..3012218bad3 100644 --- a/gcc/jit/docs/cp/topics/functions.rst +++ b/gcc/jit/docs/cp/topics/functions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 f1ac3f4b688..89a236340d1 100644 --- a/gcc/jit/docs/cp/topics/index.rst +++ b/gcc/jit/docs/cp/topics/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 38278994a0e..39dd924a885 100644 --- a/gcc/jit/docs/cp/topics/locations.rst +++ b/gcc/jit/docs/cp/topics/locations.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 3b803e14879..bcb47189206 100644 --- a/gcc/jit/docs/cp/topics/objects.rst +++ b/gcc/jit/docs/cp/topics/objects.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 bae6e64ee4d..b6c0f4ef63b 100644 --- a/gcc/jit/docs/cp/topics/types.rst +++ b/gcc/jit/docs/cp/topics/types.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 afeb86256fd..6c8609c169c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 b22c8aa76e1..fa70279ff84 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 13efb111e9e..f7a6e07dcb0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 19a308117e8..eccc4871cae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 8c5b93c19e6..21d3ff90d1d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 309eeea1908..147960c72d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 32780ef4c2b..b81efe4d355 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 5b3672184ec..949e0b842cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 5def959ade6..5cb4490f3a9 100644 --- a/gcc/jit/docs/index.rst +++ b/gcc/jit/docs/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 8f58b164974..1e30b77b08a 100644 --- a/gcc/jit/docs/internals/index.rst +++ b/gcc/jit/docs/internals/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 a2c5e7d1743..181d1b0c853 100644 --- a/gcc/jit/docs/intro/index.rst +++ b/gcc/jit/docs/intro/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 3a66e9d40a0..2126d491c76 100644 --- a/gcc/jit/docs/intro/tutorial01.rst +++ b/gcc/jit/docs/intro/tutorial01.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 1b411a1fd09..6530a0226ec 100644 --- a/gcc/jit/docs/intro/tutorial02.rst +++ b/gcc/jit/docs/intro/tutorial02.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 9286bee0a3a..027f0188509 100644 --- a/gcc/jit/docs/intro/tutorial03.rst +++ b/gcc/jit/docs/intro/tutorial03.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 1d15aca27ee..a81594f544c 100644 --- a/gcc/jit/docs/intro/tutorial04.rst +++ b/gcc/jit/docs/intro/tutorial04.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 a5d34406166..4788db798a5 100644 --- a/gcc/jit/docs/intro/tutorial05.rst +++ b/gcc/jit/docs/intro/tutorial05.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2018 Free Software Foundation, Inc. +.. Copyright (C) 2015-2019 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 0185fcf4022..38d338b1f60 100644 --- a/gcc/jit/docs/topics/compatibility.rst +++ b/gcc/jit/docs/topics/compatibility.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2018 Free Software Foundation, Inc. +.. Copyright (C) 2015-2019 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 8654cb346bd..4b0f1eaddd2 100644 --- a/gcc/jit/docs/topics/compilation.rst +++ b/gcc/jit/docs/topics/compilation.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 8f58a3228fd..95964cac683 100644 --- a/gcc/jit/docs/topics/contexts.rst +++ b/gcc/jit/docs/topics/contexts.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 ace4973766d..9dee2d87aa4 100644 --- a/gcc/jit/docs/topics/expressions.rst +++ b/gcc/jit/docs/topics/expressions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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/function-pointers.rst b/gcc/jit/docs/topics/function-pointers.rst index dbaf3746ba3..2cd9f2f8e42 100644 --- a/gcc/jit/docs/topics/function-pointers.rst +++ b/gcc/jit/docs/topics/function-pointers.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2017-2018 Free Software Foundation, Inc. +.. Copyright (C) 2017-2019 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 3733d170754..673ac9c1ea4 100644 --- a/gcc/jit/docs/topics/functions.rst +++ b/gcc/jit/docs/topics/functions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 65cdab8210b..056ce50f317 100644 --- a/gcc/jit/docs/topics/index.rst +++ b/gcc/jit/docs/topics/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 d3cec376ea7..df85d2f5b3b 100644 --- a/gcc/jit/docs/topics/locations.rst +++ b/gcc/jit/docs/topics/locations.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 87b077083e8..af779589c38 100644 --- a/gcc/jit/docs/topics/objects.rst +++ b/gcc/jit/docs/topics/objects.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 9df0a754441..18bd12b7acf 100644 --- a/gcc/jit/docs/topics/performance.rst +++ b/gcc/jit/docs/topics/performance.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2018 Free Software Foundation, Inc. +.. Copyright (C) 2015-2019 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 a43f670b45b..1d2dcd43f13 100644 --- a/gcc/jit/docs/topics/types.rst +++ b/gcc/jit/docs/topics/types.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2018 Free Software Foundation, Inc. +.. Copyright (C) 2014-2019 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 ec918522500..d4fcdbbb59b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 9f5c04b1747..850329c7b36 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 382eb8c8464..b85344767be 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 3e04a9e5c9c..1d96cc352c8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 3919cdfabdd..353825120a5 100644 --- a/gcc/jit/jit-logging.c +++ b/gcc/jit/jit-logging.c @@ -1,5 +1,5 @@ /* Internals of libgccjit: logging - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 c48b659506f..db0b6a53104 100644 --- a/gcc/jit/jit-logging.h +++ b/gcc/jit/jit-logging.h @@ -1,5 +1,5 @@ /* Internals of libgccjit: logging - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 1bb0fde211e..86f588db9ae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 2dfb96e6e34..bc4de9c035a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 95bcaa01d44..04cc6a69033 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 b1d598252cc..b9c6544d018 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 c8dbe9965b1..7a4ec64e2c2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 ff678103108..a887580fa79 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 c7f743cf0a1..9f49adf9c73 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 a9bded1cd2a..4538bc5bbd8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 955a4bf2fbf..1ec31921e26 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 9cf053369b6..5c2bd2dfd4c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/libgccjit.c b/gcc/jit/libgccjit.c index ea7fcfbfb17..de7fb257918 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 ed756f3b61d..e872ae78906 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/libgccjit.map b/gcc/jit/libgccjit.map index ab833b4c3e8..2826f1ca680 100644 --- a/gcc/jit/libgccjit.map +++ b/gcc/jit/libgccjit.map @@ -1,5 +1,5 @@ # Linker script for libgccjit.so -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # Contributed by David Malcolm . # # This file is part of GCC. diff --git a/gcc/json.cc b/gcc/json.cc index 46b6ef668f0..2e8e21b6791 100644 --- a/gcc/json.cc +++ b/gcc/json.cc @@ -1,5 +1,5 @@ /* JSON trees - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/json.h b/gcc/json.h index e99141e71e1..0527a2fc01f 100644 --- a/gcc/json.h +++ b/gcc/json.h @@ -1,5 +1,5 @@ /* JSON trees - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 06f7255d24d..ce5cee523c3 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -1,5 +1,5 @@ /* Optimize jump instructions, for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index 27b8273b95d..a059841b3df 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 9d7c2d3425d..2df97f2b6ac 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -1,5 +1,5 @@ /* Default language-specific hooks. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 8ad2ec763e1..a45579b3325 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -1,5 +1,5 @@ /* The lang_hooks data structure. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lcm.c b/gcc/lcm.c index 154dc947b86..1b26e6db039 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lcm.h b/gcc/lcm.h index d056eac0e34..72f8d0e74ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h index 6bffb385c6e..50d4a4a9e10 100644 --- a/gcc/libfuncs.h +++ b/gcc/libfuncs.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/limitx.h b/gcc/limitx.h index be13b53c060..a47286859e8 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2018 Free Software Foundation, Inc. +/* Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lists.c b/gcc/lists.c index ce74a3d3518..5946ca85433 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -1,5 +1,5 @@ /* List management for the GCC expander. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-doloop.c b/gcc/loop-doloop.c index 4e8ce9f5278..89714be76c4 100644 --- a/gcc/loop-doloop.c +++ b/gcc/loop-doloop.c @@ -1,5 +1,5 @@ /* Perform doloop optimizations - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 f6a8de40e48..bdfa3856a94 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-invariant.c b/gcc/loop-invariant.c index 5bd6fc771ee..715be59955f 100644 --- a/gcc/loop-invariant.c +++ b/gcc/loop-invariant.c @@ -1,5 +1,5 @@ /* RTL-level loop invariant motion. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 8f476819728..82b4bdb1523 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -1,5 +1,5 @@ /* Rtl-level induction variable analysis. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index 5b37052b548..6a9436bc6e4 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -1,5 +1,5 @@ /* Loop unrolling. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-unroll.h b/gcc/loop-unroll.h index 674e82dc5c0..f851ad44c02 100644 --- a/gcc/loop-unroll.h +++ b/gcc/loop-unroll.h @@ -1,5 +1,5 @@ /* Loop unrolling header file. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lower-subreg.c b/gcc/lower-subreg.c index 25cb155e384..fcc0aa207b9 100644 --- a/gcc/lower-subreg.c +++ b/gcc/lower-subreg.c @@ -1,5 +1,5 @@ /* Decompose multiword subregs. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. Contributed by Richard Henderson Ian Lance Taylor diff --git a/gcc/lower-subreg.h b/gcc/lower-subreg.h index 801e36f014f..f05ef667f06 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lra-assigns.c b/gcc/lra-assigns.c index c43fedad74c..e59f499f5f1 100644 --- a/gcc/lra-assigns.c +++ b/gcc/lra-assigns.c @@ -1,5 +1,5 @@ /* Assign reload pseudos. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 7a5b8e7794c..f795462091e 100644 --- a/gcc/lra-coalesce.c +++ b/gcc/lra-coalesce.c @@ -1,5 +1,5 @@ /* Coalesce spilled pseudos. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 c061093ed69..7ffcd353368 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 d0cfaa8714a..e7d4830eccb 100644 --- a/gcc/lra-eliminations.c +++ b/gcc/lra-eliminations.c @@ -1,5 +1,5 @@ /* Code for RTL register eliminations. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 6e0eb96ddf5..9d9e81d100d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 da47692c904..7b60691d19e 100644 --- a/gcc/lra-lives.c +++ b/gcc/lra-lives.c @@ -1,5 +1,5 @@ /* Build live ranges for pseudos. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 627a248cf03..61efc376452 100644 --- a/gcc/lra-remat.c +++ b/gcc/lra-remat.c @@ -1,5 +1,5 @@ /* Rematerialize pseudos values. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 008d7399687..29c362029c3 100644 --- a/gcc/lra-spills.c +++ b/gcc/lra-spills.c @@ -1,5 +1,5 @@ /* Change pseudos by memory. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 ae82b608d8c..75ee74280a4 100644 --- a/gcc/lra.c +++ b/gcc/lra.c @@ -1,5 +1,5 @@ /* LRA (local register allocator) driver and LRA utilities. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 cacad92578e..76b3dcfe03d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 45138fd2f0c..a6af812f514 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 e1d8137ff44..3287178f257 100644 --- a/gcc/lto-compress.c +++ b/gcc/lto-compress.c @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 0927f66d221..87f53f7cd65 100644 --- a/gcc/lto-compress.h +++ b/gcc/lto-compress.h @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 dbb41f6c8b3..5e59e9327e7 100644 --- a/gcc/lto-opts.c +++ b/gcc/lto-opts.c @@ -1,6 +1,6 @@ /* LTO IL options. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 f4d340ff5a3..4cfc0cad4be 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 528aa3c3f35..07f0f6bb006 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 96265027667..c91e58f0465 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 4ddcc8f7ddd..6d78e66bc31 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 01193390cab..209ce86c42a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 f51d6657461..7852ffc66b9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 dd279f6762b..5cd2a60418d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 15cf6edb5b7..c079c7b7161 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Factored out of collect2 by Rafael Espindola diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index ca2f01fed35..3c18f30274e 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-24 Jan Hubicka * lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violations @@ -6027,7 +6031,7 @@ * lto-tree.h: Likewise. * lto-lang.c: Likewise. -Copyright (C) 2006-2018 Free Software Foundation, Inc. +Copyright (C) 2006-2019 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 2cc3619696e..1b856d6d435 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/lto/common.c b/gcc/lto/common.c index 37d2909e637..4f3fb7893c6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 ccf35863f41..750727dfd17 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 0b5a846e1ca..de97125040c 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 5e689f24de8..38422f895de 100644 --- a/gcc/lto/lang-specs.h +++ b/gcc/lto/lang-specs.h @@ -1,5 +1,5 @@ /* LTO driver specs. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 1d280a8e97d..5ef0f53daeb 100644 --- a/gcc/lto/lang.opt +++ b/gcc/lto/lang.opt @@ -1,5 +1,5 @@ ; Options for the LTO front end. -; Copyright (C) 2008-2018 Free Software Foundation, Inc. +; Copyright (C) 2008-2019 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 8eb4a25a634..c6c3304379a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 93995abac4b..97848505400 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 867f075b580..988e89b8fa3 100644 --- a/gcc/lto/lto-partition.c +++ b/gcc/lto/lto-partition.c @@ -1,5 +1,5 @@ /* LTO partitioning logic routines. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 06c0daa5aa2..4152d6a7fe0 100644 --- a/gcc/lto/lto-partition.h +++ b/gcc/lto/lto-partition.h @@ -1,5 +1,5 @@ /* LTO partitioning logic routines. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 6b981d403ed..83b0edf6e28 100644 --- a/gcc/lto/lto-symtab.c +++ b/gcc/lto/lto-symtab.c @@ -1,5 +1,5 @@ /* LTO symbol table. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 6162728b2d4..1f28025e23c 100644 --- a/gcc/lto/lto-symtab.h +++ b/gcc/lto/lto-symtab.h @@ -1,5 +1,5 @@ /* LTO symbol table merging. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 43550876627..c62c5510c20 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 f838dcfc64c..a95ef317109 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -1,5 +1,5 @@ /* Top-level LTO routines. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 6893fc87cd6..a1b39ef8ff0 100644 --- a/gcc/lto/lto.h +++ b/gcc/lto/lto.h @@ -1,5 +1,5 @@ /* LTO declarations. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 9505cc3e6df..5f0b370227e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/machmode.h b/gcc/machmode.h index 239a9098f53..3a7cee88962 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/main.c b/gcc/main.c index 1dc1a0db704..cca8170a415 100644 --- a/gcc/main.c +++ b/gcc/main.c @@ -1,5 +1,5 @@ /* main.c: defines main() for cc1, cc1plus, etc. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/match.pd b/gcc/match.pd index fbb4d6fa6a0..97a94cd8b2f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Richard Biener and Prathamesh Kulkarni diff --git a/gcc/mcf.c b/gcc/mcf.c index f97264425b5..c4aee373650 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 10ccafdd2f6..7e591e63e31 100644 --- a/gcc/mem-stats-traits.h +++ b/gcc/mem-stats-traits.h @@ -1,5 +1,5 @@ /* A memory statistics traits. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 219959faa99..cbc328f4b3d 100644 --- a/gcc/mem-stats.h +++ b/gcc/mem-stats.h @@ -1,5 +1,5 @@ /* A memory statistics tracking infrastructure. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 f0a3f7c48d0..87c352923ea 100644 --- a/gcc/memmodel.h +++ b/gcc/memmodel.h @@ -1,5 +1,5 @@ /* Prototypes of memory model helper functions. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/memory-block.cc b/gcc/memory-block.cc index b439c061081..507feaed157 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/memory-block.h b/gcc/memory-block.h index c045d2e95ab..8ebeee0f6ff 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/mkconfig.sh b/gcc/mkconfig.sh index 0f75c863c0b..308b87d0cc1 100644 --- a/gcc/mkconfig.sh +++ b/gcc/mkconfig.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 62ec13815f8..a363998dc4a 100644 --- a/gcc/mode-classes.def +++ b/gcc/mode-classes.def @@ -1,5 +1,5 @@ /* Machine mode class definitions for GCC. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index 589fbeb0742..ef6f6e1984c 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -1,5 +1,5 @@ /* CPU mode switching - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 121e6191afd..7ead2582eb3 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1,5 +1,5 @@ /* Swing Modulo Scheduling implementation. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 5225e46bf04..589d059424a 100644 --- a/gcc/multiple_target.c +++ b/gcc/multiple_target.c @@ -2,7 +2,7 @@ Contributed by Evgeny Stupachenko - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 8e11f78907f..50536b7d961 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-19 David Malcolm PR c++/43064 @@ -3808,7 +3812,7 @@ Move to c-objc-common.h. -Copyright (C) 2004-2018 Free Software Foundation, Inc. +Copyright (C) 2004-2019 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 909a774f6c6..5db40ca915e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 e38424584ad..a9820493443 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 871c079da36..6a26817649f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 42b2fc221f9..cc5f70a1aa2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 4bae555e40a..5794cdf4603 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 d057ad7a313..2db7c098f30 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 d0d71583708..d3a97597869 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 3631cb2dfc1..cf9a987e1d2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 4372b009e89..39483083e39 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 a714cea4086..2e3e382f0ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 ea6d6ea9806..f84b98434ab 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 b58e000b3fb..1822aa7d615 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 9fff7f6f45e..77d2c374bc0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 4dbdfc9073e..a2214195b2c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 037a1cec503..d600eaa6c41 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 f90efb605ec..b319ef1b02e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 6243cb824dc..072a16e140b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 04ce3bf157a..4512fdf0cb2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog index 26de7cbf165..eb8c7b8da90 100644 --- a/gcc/objcp/ChangeLog +++ b/gcc/objcp/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-17 David Malcolm * Make-lang.in (selftest-obj-c++): New. @@ -542,7 +546,7 @@ * objcp-lang.c: Likewise. -Copyright (C) 2005-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 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 c98286b830c..acd1657fa30 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 46dea14c7ae..71bf986c455 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 6d3abfe3894..4c64f8a0d23 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 24cb1cdc15a..27402e0a18a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 072f91e7973..39aff28a28d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 0372b6090b0..7f0e08c3012 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 187268097bc..9961c287494 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-expand.c b/gcc/omp-expand.c index 79bc9acb771..5c2dba9d1c5 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-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-expand.h b/gcc/omp-expand.h index 9733250d13f..1bfc1e4b2e7 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-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-general.c b/gcc/omp-general.c index 99d8226ef21..12210c556fc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-general.h b/gcc/omp-general.h index b847506d452..f5f03c8b056 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-grid.c b/gcc/omp-grid.c index d443bce169b..12029b72445 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-grid.h b/gcc/omp-grid.h index d8624152c7a..83ee055a367 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 4517fc1bb8c..84a6addbf37 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -4,7 +4,7 @@ Contributed by Diego Novillo - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-low.h b/gcc/omp-low.h index 893f59d4034..22dd5ed4c32 100644 --- a/gcc/omp-low.h +++ b/gcc/omp-low.h @@ -1,5 +1,5 @@ /* Header file for openMP lowering directives. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-offload.c b/gcc/omp-offload.c index a220b4b9982..aade9f2dc60 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-offload.h b/gcc/omp-offload.h index 176c4da7e88..6759a832d2b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 ba03bd50fe6..783118fd20f 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-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-simd-clone.h b/gcc/omp-simd-clone.h index c4833e21cfa..0f99fd798f0 100644 --- a/gcc/omp-simd-clone.h +++ b/gcc/omp-simd-clone.h @@ -1,6 +1,6 @@ /* OMP constructs' SIMD clone supporting code. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opt-functions.awk b/gcc/opt-functions.awk index 6f62526d1cd..1190e6d6b66 100644 --- a/gcc/opt-functions.awk +++ b/gcc/opt-functions.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 f9bc51eafd3..95f551bc11c 100644 --- a/gcc/opt-gather.awk +++ b/gcc/opt-gather.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 5cf1edcd9ff..149959d1b54 100644 --- a/gcc/opt-include.awk +++ b/gcc/opt-include.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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-problem.cc b/gcc/opt-problem.cc index c781ee33237..9f10c9e5256 100644 --- a/gcc/opt-problem.cc +++ b/gcc/opt-problem.cc @@ -1,5 +1,5 @@ /* Rich optional information on why an optimization wasn't possible. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/opt-problem.h b/gcc/opt-problem.h index 55d0ff024f7..dc395d52213 100644 --- a/gcc/opt-problem.h +++ b/gcc/opt-problem.h @@ -1,5 +1,5 @@ /* Rich information on why an optimization wasn't possible. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/opt-read.awk b/gcc/opt-read.awk index 2072958e6ba..151a16f1592 100644 --- a/gcc/opt-read.awk +++ b/gcc/opt-read.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opt-suggestions.c b/gcc/opt-suggestions.c index 9444a35cb54..c14c29d3083 100644 --- a/gcc/opt-suggestions.c +++ b/gcc/opt-suggestions.c @@ -1,6 +1,6 @@ /* Provide option suggestion for --complete option and a misspelled used by a user. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opt-suggestions.h b/gcc/opt-suggestions.h index eb932779939..8d24833c0ed 100644 --- a/gcc/opt-suggestions.h +++ b/gcc/opt-suggestions.h @@ -1,6 +1,6 @@ /* Provide suggestions to handle misspelled options, and implement the --complete option for auto-completing options from a prefix. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-libfuncs.c b/gcc/optabs-libfuncs.c index 73a28e9ca7a..ef43dae12fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-libfuncs.h b/gcc/optabs-libfuncs.h index cf39da36887..85a1059bb71 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-query.c b/gcc/optabs-query.c index 5e5d620d437..71c73fb43cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-query.h b/gcc/optabs-query.h index a2574bb75fa..b0f50a9eb0f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-tree.c b/gcc/optabs-tree.c index 1c7181a5748..8157798cc71 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-tree.h b/gcc/optabs-tree.h index 0133d32bdc8..5e4848997de 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.c b/gcc/optabs.c index 68270bdea98..f8dabbfc50d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.def b/gcc/optabs.def index 7d65ab89074..8af3a2f43fd 100644 --- a/gcc/optabs.def +++ b/gcc/optabs.def @@ -1,5 +1,5 @@ /* Definitions for operation tables, or "optabs". - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.h b/gcc/optabs.h index f9a8169daf8..17b5dfb67fd 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk index 3668b3ef0e4..85f68a6ba5f 100644 --- a/gcc/optc-gen.awk +++ b/gcc/optc-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 4d602230d89..1285a9f5dfa 100644 --- a/gcc/optc-save-gen.awk +++ b/gcc/optc-save-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 de2d29f225a..a143c41a8d6 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/optinfo-emit-json.cc b/gcc/optinfo-emit-json.cc index f28a0e3cb5b..814446b2209 100644 --- a/gcc/optinfo-emit-json.cc +++ b/gcc/optinfo-emit-json.cc @@ -1,5 +1,5 @@ /* Emit optimization information as JSON files. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/optinfo-emit-json.h b/gcc/optinfo-emit-json.h index 2185c08c1e3..e1c01c5772c 100644 --- a/gcc/optinfo-emit-json.h +++ b/gcc/optinfo-emit-json.h @@ -1,5 +1,5 @@ /* Emit optimization information as JSON files. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/optinfo.cc b/gcc/optinfo.cc index 314fcbf3e22..913354914d1 100644 --- a/gcc/optinfo.cc +++ b/gcc/optinfo.cc @@ -1,5 +1,5 @@ /* Optimization information. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/optinfo.h b/gcc/optinfo.h index 4a678ff0aa6..670b09a5e28 100644 --- a/gcc/optinfo.h +++ b/gcc/optinfo.h @@ -1,5 +1,5 @@ /* Optimization information. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/opts-common.c b/gcc/opts-common.c index 91586022f7f..ee8898b22ec 100644 --- a/gcc/opts-common.c +++ b/gcc/opts-common.c @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts-diagnostic.h b/gcc/opts-diagnostic.h index 05d32d5f49f..08110afe3e0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts-global.c b/gcc/opts-global.c index f33c9da4c3f..1c24c855cc8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts.c b/gcc/opts.c index 64e56c25782..a4be6ae9c2a 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 04efda5b82a..f14d9bcb896 100644 --- a/gcc/opts.h +++ b/gcc/opts.h @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/output.h b/gcc/output.h index b2f0cc168eb..835d63556e6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params-enum.h b/gcc/params-enum.h index 5f9ac305025..343355047be 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params-list.h b/gcc/params-list.h index 4889c39a180..6c0fbc7b1b0 100644 --- a/gcc/params-list.h +++ b/gcc/params-list.h @@ -1,5 +1,5 @@ /* File used to generate params.list - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params-options.h b/gcc/params-options.h index e9ac2e73522..d2cb13dd0bb 100644 --- a/gcc/params-options.h +++ b/gcc/params-options.h @@ -1,5 +1,5 @@ /* File used to generate params.list - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params.c b/gcc/params.c index af473968e0b..8d5e58f3145 100644 --- a/gcc/params.c +++ b/gcc/params.c @@ -1,5 +1,5 @@ /* params.c - Run-time parameters. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 6f98fccd291..00389d893cf 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -1,5 +1,5 @@ /* params.def - Run-time parameters. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 8aa960a904e..26f1236aa65 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -1,5 +1,5 @@ /* params.h - Run-time parameters. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 aa0411e6bd5..8c7d272f20f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/passes.c b/gcc/passes.c index 85aa47d5c81..c007aa06eb0 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1,5 +1,5 @@ /* Top level of GCC compilers (cc1, cc1plus, etc.) - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/passes.def b/gcc/passes.def index 144df4fa417..e9d9433abd8 100644 --- a/gcc/passes.def +++ b/gcc/passes.def @@ -1,5 +1,5 @@ /* Description of pass structure - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.c b/gcc/plugin.c index 1a621029bf0..f6c61d20656 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -1,5 +1,5 @@ /* Support for GCC plugin mechanism. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.def b/gcc/plugin.def index 1ca579b21a7..eb31f1a36fe 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.h b/gcc/plugin.h index 86d0b0c3865..ab3e83f132e 100644 --- a/gcc/plugin.h +++ b/gcc/plugin.h @@ -1,5 +1,5 @@ /* Header file for internal GCC plugin mechanism. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 868b164da63..c82afa83b24 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-28 Iain Buclaw * EXCLUDES: Add sources from d/dmd. @@ -2633,7 +2637,7 @@ Sun Oct 31 17:17:18 1999 Jeffrey A Law (law@cygnus.com) libiberty/include directories. -Copyright (C) 1999-2018 Free Software Foundation, Inc. +Copyright (C) 1999-2019 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -4683,7 +4687,7 @@ Sun Oct 31 17:17:18 1999 Jeffrey A Law (law@cygnus.com) libiberty/include directories. -Copyright (C) 1999-2018 Free Software Foundation, Inc. +Copyright (C) 1999-2019 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 dbcfb341bc5..57b587e3ef7 100644 --- a/gcc/po/EXCLUDES +++ b/gcc/po/EXCLUDES @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/po/exgettext b/gcc/po/exgettext index 71d7561d740..22bebe4f9ee 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1998-2019 Free Software Foundation, Inc. # Written by Paul Eggert . # Revised by Zack Weinberg for no-POTFILES operation. diff --git a/gcc/poly-int-types.h b/gcc/poly-int-types.h index 5a1e40a6143..c3adf371de3 100644 --- a/gcc/poly-int-types.h +++ b/gcc/poly-int-types.h @@ -1,5 +1,5 @@ /* Typedefs for polynomial integers used in GCC. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/poly-int.h b/gcc/poly-int.h index c2cd2c2a5c7..d68a652b5fa 100644 --- a/gcc/poly-int.h +++ b/gcc/poly-int.h @@ -1,5 +1,5 @@ /* Polynomial integer classes. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 399970c368a..cc9e657848a 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -1,5 +1,5 @@ /* Post reload partially redundant load elimination - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/postreload.c b/gcc/postreload.c index 56cb14dc676..728aa9b0ed5 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.c b/gcc/predict.c index 81dbb67da4e..745be185a29 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -1,5 +1,5 @@ /* Branch prediction routines for the GNU compiler. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.def b/gcc/predict.def index 27d0e4dc6f9..53b39ab0e3a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.h b/gcc/predict.h index e4d1da090ca..c1f2f0307dd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/prefix.c b/gcc/prefix.c index 59664951381..73da287a78c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/prefix.h b/gcc/prefix.h index 17531789583..9e3350078a4 100644 --- a/gcc/prefix.h +++ b/gcc/prefix.h @@ -1,5 +1,5 @@ /* Provide prototypes for functions exported from prefix.c. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index 691dbb6045c..6948971cecb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 a6e60f110f0..e4df6590719 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a6e72308b35..aff06724206 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 7af92e16838..fbb108568b3 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -1,5 +1,5 @@ /* Print RTL for GCC. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-rtl.h b/gcc/print-rtl.h index 0d41490e187..84808a25372 100644 --- a/gcc/print-rtl.h +++ b/gcc/print-rtl.h @@ -1,5 +1,5 @@ /* Print RTL for GCC. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 8caf9dd0dd0..81b66a1891b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-tree.h b/gcc/print-tree.h index fd843b858f8..1d4fe6e8950 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/profile-count.c b/gcc/profile-count.c index 90f4febfd66..8c58f8666f0 100644 --- a/gcc/profile-count.c +++ b/gcc/profile-count.c @@ -1,5 +1,5 @@ /* Profile counter container type. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/profile-count.h b/gcc/profile-count.h index 183a4fbf5d1..96b74003408 100644 --- a/gcc/profile-count.h +++ b/gcc/profile-count.h @@ -1,5 +1,5 @@ /* Profile counter container type. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/profile.c b/gcc/profile.c index 3c2ac33da55..14b35ff465c 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1,5 +1,5 @@ /* Calculate branch probabilities, and basic block execution counts. - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 183e8d83b65..e30630de5d1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 174e471a8db..8247640bd0d 100644 --- a/gcc/read-md.c +++ b/gcc/read-md.c @@ -1,5 +1,5 @@ /* MD reader for GCC. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-md.h b/gcc/read-md.h index 56d54314f11..18426f71d77 100644 --- a/gcc/read-md.h +++ b/gcc/read-md.h @@ -1,5 +1,5 @@ /* MD reader definitions. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-rtl-function.c b/gcc/read-rtl-function.c index 8746f704d03..53f7a94c188 100644 --- a/gcc/read-rtl-function.c +++ b/gcc/read-rtl-function.c @@ -1,5 +1,5 @@ /* read-rtl-function.c - Reader for RTL function dumps - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-rtl-function.h b/gcc/read-rtl-function.h index ffe4f4116b8..19a3d2a0ad9 100644 --- a/gcc/read-rtl-function.h +++ b/gcc/read-rtl-function.h @@ -1,5 +1,5 @@ /* read-rtl-function.h - Reader for RTL function dumps - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index dfe22d3333b..ebd69bde531 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -1,5 +1,5 @@ /* RTL reader for GCC. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/real.c b/gcc/real.c index 0e2da25c2d1..0164f097a53 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -1,5 +1,5 @@ /* real.c - software floating point emulation. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 cd557b31c23..95b9db83d24 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -1,5 +1,5 @@ /* Definitions of floating-point access for GNU compiler. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/realmpfr.c b/gcc/realmpfr.c index 10f05caaba3..39f9fa1333b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/realmpfr.h b/gcc/realmpfr.h index 77d2bfd6400..bfea86d2bd9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/recog.c b/gcc/recog.c index d7c69439683..6fedf777bfb 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1,5 +1,5 @@ /* Subroutines used by or related to instruction recognition. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/recog.h b/gcc/recog.h index 3d417ea23ac..75cbbdc10ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ree.c b/gcc/ree.c index 8f0ce976af2..e49514ba63b 100644 --- a/gcc/ree.c +++ b/gcc/ree.c @@ -1,5 +1,5 @@ /* Redundant Extension Elimination pass for the GNU compiler. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 76f3f452186..9acbd4887bd 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -1,5 +1,5 @@ /* Register note definitions. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 8b45ecf0ec5..033c978a12f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regcprop.c b/gcc/regcprop.c index 1f805765b93..b107ea24b20 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regcprop.h b/gcc/regcprop.h index 899a99098cb..96992d139ec 100644 --- a/gcc/regcprop.h +++ b/gcc/regcprop.h @@ -1,5 +1,5 @@ /* Copy propagation on hard registers. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reginfo.c b/gcc/reginfo.c index 33befa5d350..7a7fa4d8b24 100644 --- a/gcc/reginfo.c +++ b/gcc/reginfo.c @@ -1,5 +1,5 @@ /* Compute different info about registers. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regrename.c b/gcc/regrename.c index 7294107461b..a180cedb892 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -1,5 +1,5 @@ /* Register renaming for the GNU compiler. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regrename.h b/gcc/regrename.h index b0ac47191e0..37f5e398ded 100644 --- a/gcc/regrename.h +++ b/gcc/regrename.h @@ -1,5 +1,5 @@ /* This file contains definitions for the register renamer. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regs.h b/gcc/regs.h index f143cbd3a8e..48b2e708160 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regset.h b/gcc/regset.h index 9dac07cf9e6..34a9eb457b6 100644 --- a/gcc/regset.h +++ b/gcc/regset.h @@ -1,5 +1,5 @@ /* Define regsets. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regstat.c b/gcc/regstat.c index beeea1f0cd5..4da9b7cc523 100644 --- a/gcc/regstat.c +++ b/gcc/regstat.c @@ -1,5 +1,5 @@ /* Scanning of rtl for dataflow analysis. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 88299a8a905..6cfd5e2f234 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reload.h b/gcc/reload.h index 0cb88e10beb..813075b6f00 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reload1.c b/gcc/reload1.c index 3c0c9ff982f..b703402d0db 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reorg.c b/gcc/reorg.c index 2f0ed547d27..1f26ffbf943 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1,5 +1,5 @@ /* Perform instruction reorganizations for delay slot filling. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 fdfab6916d4..5e1ed44b060 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/resource.h b/gcc/resource.h index d9c66d42c26..7916344c584 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index fdc474d2a52..5e733dd0b79 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -1,5 +1,5 @@ /* RTL specific diagnostic subroutines for GCC - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 b86f5511120..1b3658fcc20 100644 --- a/gcc/rtl-error.h +++ b/gcc/rtl-error.h @@ -1,5 +1,5 @@ /* RTL specific diagnostic subroutines for GCC - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-iter.h b/gcc/rtl-iter.h index 9eb2d5f0ebe..e48ae4f8bfe 100644 --- a/gcc/rtl-iter.h +++ b/gcc/rtl-iter.h @@ -1,5 +1,5 @@ /* RTL iterators - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-tests.c b/gcc/rtl-tests.c index c684f8e1d74..8eda49d2914 100644 --- a/gcc/rtl-tests.c +++ b/gcc/rtl-tests.c @@ -1,5 +1,5 @@ /* Unit tests for RTL-handling. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.c b/gcc/rtl.c index 2ab349981d9..8a897777041 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -1,5 +1,5 @@ /* RTL utility routines. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.def b/gcc/rtl.def index b4282ab7ffd..6c8ff301020 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.h b/gcc/rtl.h index c2aaa9eff4b..71a2ba4f029 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1,5 +1,5 @@ /* Register Transfer Language (RTL) definitions for GCC - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 11e96642139..5f40f65dbc6 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -1,5 +1,5 @@ /* Analyze RTL for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhash.c b/gcc/rtlhash.c index e71b9ca6827..af7529c8049 100644 --- a/gcc/rtlhash.c +++ b/gcc/rtlhash.c @@ -1,5 +1,5 @@ /* RTL hash functions. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhash.h b/gcc/rtlhash.h index 5cfd01b286c..125ccc2110a 100644 --- a/gcc/rtlhash.h +++ b/gcc/rtlhash.h @@ -1,5 +1,5 @@ /* Register Transfer Language (RTL) hash functions. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhooks-def.h b/gcc/rtlhooks-def.h index 7b92581ecad..4e3bb7e457b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhooks.c b/gcc/rtlhooks.c index 59145506a25..0ce3d1ec637 100644 --- a/gcc/rtlhooks.c +++ b/gcc/rtlhooks.c @@ -1,5 +1,5 @@ /* Generic hooks for the RTL middle-end. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtx-vector-builder.c b/gcc/rtx-vector-builder.c index c58760a7aaf..c63eb728066 100644 --- a/gcc/rtx-vector-builder.c +++ b/gcc/rtx-vector-builder.c @@ -1,5 +1,5 @@ /* A class for building vector rtx constants. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtx-vector-builder.h b/gcc/rtx-vector-builder.h index 667a4d7e969..d5950e2b882 100644 --- a/gcc/rtx-vector-builder.h +++ b/gcc/rtx-vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector rtx constants. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/run-rtl-passes.c b/gcc/run-rtl-passes.c index 7e947e9fbc6..f65c0af6dfd 100644 --- a/gcc/run-rtl-passes.c +++ b/gcc/run-rtl-passes.c @@ -1,5 +1,5 @@ /* run-rtl-passes.c - Run RTL passes directly from frontend - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/run-rtl-passes.h b/gcc/run-rtl-passes.h index 8a4243de97a..b38196d7762 100644 --- a/gcc/run-rtl-passes.h +++ b/gcc/run-rtl-passes.h @@ -1,5 +1,5 @@ /* run-rtl-passes.h - Run a subset of the RTL passes - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sancov.c b/gcc/sancov.c index 684a885f44d..59786ac49f9 100644 --- a/gcc/sancov.c +++ b/gcc/sancov.c @@ -1,5 +1,5 @@ /* Code coverage instrumentation for fuzzing. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Dmitry Vyukov and Wish Wu diff --git a/gcc/sanitizer.def b/gcc/sanitizer.def index a043c4e5dd0..374d15007d8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sanopt.c b/gcc/sanopt.c index 082f936adb5..5cb98e1b50e 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -1,5 +1,5 @@ /* Optimize and expand sanitizer functions. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 967868ad118..5e3d6b83afa 100644 --- a/gcc/sbitmap.c +++ b/gcc/sbitmap.c @@ -1,5 +1,5 @@ /* Simple bitmaps. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index 64e5d9f8a77..a33175d26f7 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -1,5 +1,5 @@ /* Simple bitmaps. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index dfdf5cc8895..e15cf08b551 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 49ae2865419..d459e091167 100644 --- a/gcc/sched-ebb.c +++ b/gcc/sched-ebb.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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 d46d8999346..3ca5e263ab4 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c index ea8dd5c7b76..bc309fec7df 100644 --- a/gcc/sched-rgn.c +++ b/gcc/sched-rgn.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 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/sel-sched-dump.c b/gcc/sel-sched-dump.c index a2da29c95e4..60831430a64 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 3c2f944b1ff..d4f2456256d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 85ff5bd3eb4..a3c6b1962ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 b5ec63cf94d..1d9c04a322a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c index e57a8f2dcef..2bae6ef2349 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched.h b/gcc/sel-sched.h index af68d629473..144a21d2a6b 100644 --- a/gcc/sel-sched.h +++ b/gcc/sel-sched.h @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-diagnostic.c b/gcc/selftest-diagnostic.c index 4a7f0dec4c9..eb7dae8b015 100644 --- a/gcc/selftest-diagnostic.c +++ b/gcc/selftest-diagnostic.c @@ -1,5 +1,5 @@ /* Selftest support for diagnostics. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-diagnostic.h b/gcc/selftest-diagnostic.h index b1d6acebd1c..388fe387ba8 100644 --- a/gcc/selftest-diagnostic.h +++ b/gcc/selftest-diagnostic.h @@ -1,5 +1,5 @@ /* Selftest support for diagnostics. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-rtl.c b/gcc/selftest-rtl.c index bd6d677c7b9..a5a81c6b444 100644 --- a/gcc/selftest-rtl.c +++ b/gcc/selftest-rtl.c @@ -1,5 +1,5 @@ /* Selftest support for RTL. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-rtl.h b/gcc/selftest-rtl.h index baaf7832b68..8d743a83c53 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 27be70d4c4e..c2e0ee284ab 100644 --- a/gcc/selftest-run-tests.c +++ b/gcc/selftest-run-tests.c @@ -1,5 +1,5 @@ /* Implementation of selftests. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest.c b/gcc/selftest.c index dc90557d79d..193b03cc68f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest.h b/gcc/selftest.h index 3b2298b73d8..3e00e7516b8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sese.c b/gcc/sese.c index 5e76a7e033a..e9047311602 100644 --- a/gcc/sese.c +++ b/gcc/sese.c @@ -1,5 +1,5 @@ /* Single entry single exit control flow regions. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. Contributed by Jan Sjodin and Sebastian Pop . diff --git a/gcc/sese.h b/gcc/sese.h index d0f03e8d1b5..8931b28b29f 100644 --- a/gcc/sese.h +++ b/gcc/sese.h @@ -1,5 +1,5 @@ /* Single entry single exit control flow regions. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. Contributed by Jan Sjodin and Sebastian Pop . diff --git a/gcc/shrink-wrap.c b/gcc/shrink-wrap.c index 1ad73798747..ab5710144e6 100644 --- a/gcc/shrink-wrap.c +++ b/gcc/shrink-wrap.c @@ -1,5 +1,5 @@ /* Shrink-wrapping related optimizations. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/shrink-wrap.h b/gcc/shrink-wrap.h index d25ac6f030f..afe89994411 100644 --- a/gcc/shrink-wrap.h +++ b/gcc/shrink-wrap.h @@ -1,5 +1,5 @@ /* Shrink-wrapping related functions. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/signop.h b/gcc/signop.h index 280d3b7ce5b..50747facd2b 100644 --- a/gcc/signop.h +++ b/gcc/signop.h @@ -1,5 +1,5 @@ /* Operations with SIGNED and UNSIGNED. -*- C++ -*- - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index db8af2f7692..748155a5823 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -1,5 +1,5 @@ /* RTL simplification functions for GNU compiler. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sort.cc b/gcc/sort.cc index b3be1eac72b..3e9c032c462 100644 --- a/gcc/sort.cc +++ b/gcc/sort.cc @@ -1,5 +1,5 @@ /* Platform-independent deterministic sort function. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Alexander Monakov. This file is part of GCC. diff --git a/gcc/sparseset.c b/gcc/sparseset.c index 286a4fad3e8..5e73638ad54 100644 --- a/gcc/sparseset.c +++ b/gcc/sparseset.c @@ -1,5 +1,5 @@ /* SparseSet implementation. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 e97bf20f62c..6d884a2633e 100644 --- a/gcc/sparseset.h +++ b/gcc/sparseset.h @@ -1,5 +1,5 @@ /* SparseSet implementation. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 596293e8d47..68041add1e2 100644 --- a/gcc/spellcheck-tree.c +++ b/gcc/spellcheck-tree.c @@ -1,5 +1,5 @@ /* Find near-matches for identifiers. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck-tree.h b/gcc/spellcheck-tree.h index 4324bd2f939..255ff314cd8 100644 --- a/gcc/spellcheck-tree.h +++ b/gcc/spellcheck-tree.h @@ -1,5 +1,5 @@ /* Find near-matches for identifiers. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck.c b/gcc/spellcheck.c index 391a2424ba6..f0f036f6813 100644 --- a/gcc/spellcheck.c +++ b/gcc/spellcheck.c @@ -1,5 +1,5 @@ /* Find near-matches for strings. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck.h b/gcc/spellcheck.h index e8fa77ceaa8..3d48e3ed1ff 100644 --- a/gcc/spellcheck.h +++ b/gcc/spellcheck.h @@ -1,5 +1,5 @@ /* Find near-matches for strings and identifiers. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sreal.c b/gcc/sreal.c index e17d93afb6a..b991652c04e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sreal.h b/gcc/sreal.h index e2ad1a38e3e..aa3327b9fe7 100644 --- a/gcc/sreal.h +++ b/gcc/sreal.h @@ -1,5 +1,5 @@ /* Definitions for simple data type for real numbers. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ssa-iterators.h b/gcc/ssa-iterators.h index 4b2eb50d1f4..14626997767 100644 --- a/gcc/ssa-iterators.h +++ b/gcc/ssa-iterators.h @@ -1,5 +1,5 @@ /* Header file for SSA iterators. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ssa.h b/gcc/ssa.h index 807b840a29f..56a8d103965 100644 --- a/gcc/ssa.h +++ b/gcc/ssa.h @@ -1,5 +1,5 @@ /* Common SSA files - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stab.def b/gcc/stab.def index 677128a4d07..5739ed390a6 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-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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 6b04e26195c..a10d59b61e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/statistics.c b/gcc/statistics.c index 87b6312c944..7b86b7bf817 100644 --- a/gcc/statistics.c +++ b/gcc/statistics.c @@ -1,5 +1,5 @@ /* Optimization statistics functions. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 71f1d88748b..39422c7d83c 100644 --- a/gcc/statistics.h +++ b/gcc/statistics.h @@ -1,5 +1,5 @@ /* Memory and optimization statistics helpers. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 07355984de1..b69d7c4f2ba 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stmt.h b/gcc/stmt.h index 3275b241eef..d0fe98cbf80 100644 --- a/gcc/stmt.h +++ b/gcc/stmt.h @@ -1,5 +1,5 @@ /* Declarations and data structures for stmt.c. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 4f323171397..5d6f2e0166c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stor-layout.h b/gcc/stor-layout.h index 559393d0973..038bbaedd43 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/store-motion.c b/gcc/store-motion.c index ca2d8fdf0c5..28c4825b343 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/streamer-hooks.c b/gcc/streamer-hooks.c index 3213aa76074..6fe5b05e044 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 1779d487d60..2a45513ca22 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 75b7f47edad..b7bb865b3e0 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -1,5 +1,5 @@ /* String pool for GCC. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stringpool.h b/gcc/stringpool.h index 5f8107208ed..6f7401eff23 100644 --- a/gcc/stringpool.h +++ b/gcc/stringpool.h @@ -1,5 +1,5 @@ /* Declarations and definitons for stringpool.c. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/substring-locations.c b/gcc/substring-locations.c index db88f204801..084168119cc 100644 --- a/gcc/substring-locations.c +++ b/gcc/substring-locations.c @@ -1,5 +1,5 @@ /* Source locations within string literals. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/substring-locations.h b/gcc/substring-locations.h index 19047a14705..98cefd17699 100644 --- a/gcc/substring-locations.h +++ b/gcc/substring-locations.h @@ -1,5 +1,5 @@ /* Source locations within string literals. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/symbol-summary.h b/gcc/symbol-summary.h index 26e9773d3c0..f2378cdd749 100644 --- a/gcc/symbol-summary.h +++ b/gcc/symbol-summary.h @@ -1,5 +1,5 @@ /* Callgraph summary data structure. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 baa825598b3..d9c2b2d1234 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -1,5 +1,5 @@ /* Symbol table. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f93d6e95cfe..d9e362a74b1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/system.h b/gcc/system.h index d23300f5e5d..d04f8fd3360 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-def.h b/gcc/target-def.h index fb968e66616..9919978a773 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 886237f5723..94a465c9179 100644 --- a/gcc/target-globals.c +++ b/gcc/target-globals.c @@ -1,5 +1,5 @@ /* Target-dependent globals. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-globals.h b/gcc/target-globals.h index aa26223200b..5af846c9f54 100644 --- a/gcc/target-globals.h +++ b/gcc/target-globals.h @@ -1,5 +1,5 @@ /* Target-dependent globals. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 c3945ef2715..5523f38860c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 d39889b3522..8801b8a0858 100644 --- a/gcc/target-insns.def +++ b/gcc/target-insns.def @@ -1,5 +1,5 @@ /* Target instruction definitions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This 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 698c3aa796b..e8f0f703d4e 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -1,5 +1,5 @@ /* Target hook definitions. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 663926b0896..008932b5dbd 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -1,5 +1,5 @@ /* Data structure definitions for a generic GCC target. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 41ccffe8645..898848f6a82 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 430c79e7728..3b6e404f080 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c5ca8d97958..4c9083a857b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,22432 +1,8 @@ -2018-12-31 Thomas Koenig - - PR fortran/82995 - * gfortran.dg/optional_absent_4.f90: New test. - * gfortran.dg/optional_absent_5.f90: New test. - -2018-12-31 Martin Liska - - * g++.dg/tree-prof/devirt.C: Fix scan pattern and test options. - -2018-12-31 Martin Liska - - * g++.dg/predict-2.C: New test. - * g++.dg/predict-3.C: New test. - * g++.dg/predict-4.C: New test. - * gcc.dg/tree-ssa/attr-hotcold-2.c: Adjust test-case. - -2018-12-30 H.J. Lu - - PR testsuite/88639 - * gfortran.dg/ieee/ieee_10.f90: Use dg-additional-options - instead of dg-options. - -2018-12-29 Dominique d'Humieres - - * g++.dg/abi/key2.C: Silence the [-Wreturn-type] warning. - -2018-12-29 Steven G. Kargl - - * gfortran.dg/ieee/ieee_11.F90: New test. - -2018-12-29 Jozef Lawrynowicz - - * gcc.target/msp430/critical-interrupt.c: New test. - -2018-12-29 Steven G. Kargl - - PR fortran/88342 - * gfortran.dg/ieee/ieee_10.f90: New test. - -2018-12-29 Dominique d'Humieres - - PR tree-optimization/68356 - PR target/81210 - PR target/81693 - * gcc.dg/torture/pr68264.c: Skip on darwin. - * gcc.dg/torture/pr68037-1.c: Likewise. - * gcc.dg/torture/pr68037-2.c: Likewise. - * gcc.dg/torture/pr68037-3.c: Likewise. - * gcc.dg/torture/pr25967-1.c: Likewise. - * gcc.dg/torture/pr25967-2.c: Likewise. - -2018-12-29 Jakub Jelinek - - PR ipa/88586 - * g++.dg/gomp/pr88586.C: New test. - -2018-12-28 David Edelsohn - - * c-c++-common/ident-1b.c: XFAIL AIX and Darwin. - * c-c++-common/ident-2b.c: Likewise. - -2018-12-28 H.J. Lu - - * gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file - directive. - * gcc.target/x86_64/abi/asm-support.S: Likewise. - * gcc.target/x86_64/abi/avx/asm-support-darwin.s: Likewise. - * gcc.target/x86_64/abi/avx/asm-support.S: Likewise. - * gcc.target/x86_64/abi/avx512f/asm-support.S: Likewise. - -2018-12-27 Jan Hubicka - - * g++.dg/ipa/devirt-53.C: New testcase. - -2018-12-27 Steven G. Kargl - - PR fortran/81027 - * gfortran.dg/pr81027.f90: New test. - * gfortran.dg/initialization_7.f90: Update error message. - -2018-12-27 Steven G. Kargl - - * libgomp.fortran/aligned1.f03: Fix invalid code that now causes - an error after r267415. - -2018-12-27 Martin Liska - - PR c++/88263 - * g++.dg/gcov/pr88263.C: New test. - -2018-12-26 Steven G. Kargl - - PR fortran/85357 - * gfortran.df/pr85357.f90: New test. - -2018-12-24 Steven G. Kargl - - PR fortran/45513 - PR fortran/81509 - * gfortran.dg/graphite/id-26.f03: Fix non-conforming use of IAND. - * gfortran.dg/pr81509_1.f90: New test. - * gfortran.dg/pr81509_2.f90: New test. - -2018-12-24 Steven G. Kargl - - * gfortran.dg/ieee/ieee_9.f90: XFAIL on arm*-*-gnueabi[hf]. - -2018-12-24 Jan Hubicka - - PR lto/88140 - * gcc.c-torture/pr88140.c: New testcase. - -2018-12-24 Iain Sandoe - - PR testsuite/67974 - * gcc.target/x86_64/abi/avx/asm-support-darwin.s: New. - -2018-12-24 Iain Sandoe - - * c-c++-common/ident-0a.c: Skip for powerpc-darwin. - * c-c++-common/ident-0b.c: Likewise. - * c-c++-common/ident-1a.c: Likewise. - * c-c++-common/ident-1b.c: Likewise. - * c-c++-common/ident-2a.c: Likewise. - * c-c++-common/ident-2b.c: Likewise. - -2018-12-23 Paul Thomas - - PR fortran/77703 - * gfortran.dg/ptr_func_assign_5.f08 : New test. - -2018-12-22 Steven G. Kargl - - PR fortran/88328 - * gfortran.dg/pr88328.f90: New test. - -2018-12-21 Jan Hubicka - - * g++.dg/ipa/devirt-30.C: Add dg-do. - * g++.dg/lto/devirt-1_0.C: New testcase. - * g++.dg/lto/devirt-2_0.C: New testcase. - * g++.dg/lto/devirt-3_0.C: New testcase. - * g++.dg/lto/devirt-4_0.C: New testcase. - * g++.dg/lto/devirt-5_0.C: New testcase. - * g++.dg/lto/devirt-6_0.C: New testcase. - * g++.dg/lto/devirt-13_0.C: New testcase. - * g++.dg/lto/devirt-14_0.C: New testcase. - * g++.dg/lto/devirt-19_0.C: New testcase. - * g++.dg/lto/devirt-22_0.C: New testcase. - * g++.dg/lto/devirt-23_0.C: New testcase. - * g++.dg/lto/devirt-30_0.C: New testcase. - * g++.dg/lto/devirt-34_0.C: New testcase. - -2018-12-26 Steven G . Kargl - - PR fortran/85798 - * gfortran.dg/pr85798.f90: New test. - -2018-12-21 Steven G. Kargl - - PR fortran/88169 - * gfortran.dg/pr88169_1.f90: new test. - * gfortran.dg/pr88169_2.f90: Ditto. - * gfortran.dg/pr88169_3.f90: Ditto. - -2018-12-21 Steven G. Kargl - - PR fortran/69121 - * gfortran.dg/ieee/ieee_9.f90: New test. - -2018-12-21 Jakub Jelinek - - PR c++/86524 - PR c++/88446 - * g++.dg/cpp1y/constexpr-86524.C: New test. - * g++.dg/cpp2a/is-constant-evaluated4.C: New test. - * g++.dg/cpp2a/is-constant-evaluated5.C: New test. - * g++.dg/cpp2a/is-constant-evaluated6.C: New test. - - PR middle-end/85594 - PR middle-end/88553 - * gcc.dg/gomp/pr85594.c: New test. - * gcc.dg/gomp/pr88553.c: New test. - -2018-12-15 Jan Hubicka - - PR ipa/88561 - * g++.dg/tree-prof/devirt.C: New testcase. - -2018-12-21 Paul Thomas - - PR fortran/87881 - * gfortran.dg/inquiry_part_ref_4.f90: New test. - -2018-12-21 Andreas Krebbel - - * gcc.target/s390/vector/fp-signedint-convert-1.c: New test. - * gcc.target/s390/vector/fp-unsignedint-convert-1.c: New test. - -2018-12-21 Jakub Jelinek - - PR rtl-optimization/88563 - * gcc.dg/pr88563.c: New test. - - PR c++/87125 - * g++.dg/cpp0x/pr87125.C: New test. - -2018-12-21 Thomas Preud'homme - - * gcc.target/arm/size-optimization-ieee-1.c: Skip if passing - -mfloat-abi=softfp or -mfloat-abi=hard. - * gcc.target/arm/size-optimization-ieee-2.c: Likewise. - * gcc.target/arm/size-optimization-ieee-3.c: Likewise. - -2018-12-21 Jakub Jelinek - - PR target/88547 - * gcc.target/i386/pr88547-1.c: Expect only 2 knotb and 2 knotw - insns instead of 4, check for vpminud, vpminuq and no vpsubd or - vpsubq. - * gcc.target/i386/sse2-pr88547-1.c: New test. - * gcc.target/i386/sse2-pr88547-2.c: New test. - * gcc.target/i386/sse4_1-pr88547-1.c: New test. - * gcc.target/i386/sse4_1-pr88547-2.c: New test. - * gcc.target/i386/avx2-pr88547-1.c: New test. - * gcc.target/i386/avx2-pr88547-2.c: New test. - * gcc.target/i386/avx512f-pr88547-2.c: New test. - * gcc.target/i386/avx512vl-pr88547-1.c: New test. - * gcc.target/i386/avx512vl-pr88547-2.c: New test. - * gcc.target/i386/avx512vl-pr88547-3.c: New test. - * gcc.target/i386/avx512f_cond_move.c (y): Change from unsigned int - array to int array. - -2018-12-20 Marek Polacek - - PR c++/88196 - ICE with class non-type template parameter. - * g++.dg/cpp0x/ptrmem-cst-arg1.C: Tweak dg-error. - * g++.dg/cpp2a/nontype-class10.C: New test. - * g++.dg/template/pr54858.C: Tweak dg-error. - -2018-12-20 H.J. Lu - - PR c/51628 - * c-c++-common/pr51628-1.c: New test. - * c-c++-common/pr51628-2.c: Likewise. - * c-c++-common/pr51628-3.c: Likewise. - * c-c++-common/pr51628-4.c: Likewise. - * c-c++-common/pr51628-5.c: Likewise. - * c-c++-common/pr51628-6.c: Likewise. - * c-c++-common/pr51628-7.c: Likewise. - * c-c++-common/pr51628-8.c: Likewise. - * c-c++-common/pr51628-9.c: Likewise. - * c-c++-common/pr51628-10.c: Likewise. - * c-c++-common/pr51628-11.c: Likewise. - * c-c++-common/pr51628-12.c: Likewise. - * c-c++-common/pr51628-13.c: Likewise. - * c-c++-common/pr51628-14.c: Likewise. - * c-c++-common/pr51628-15.c: Likewise. - * c-c++-common/pr51628-26.c: Likewise. - * c-c++-common/pr51628-27.c: Likewise. - * c-c++-common/pr51628-28.c: Likewise. - * c-c++-common/pr51628-29.c: Likewise. - * c-c++-common/pr51628-30.c: Likewise. - * c-c++-common/pr51628-31.c: Likewise. - * c-c++-common/pr51628-32.c: Likewise. - * gcc.dg/pr51628-17.c: Likewise. - * gcc.dg/pr51628-18.c: Likewise. - * gcc.dg/pr51628-19.c: Likewise. - * gcc.dg/pr51628-20.c: Likewise. - * gcc.dg/pr51628-21.c: Likewise. - * gcc.dg/pr51628-22.c: Likewise. - * gcc.dg/pr51628-23.c: Likewise. - * gcc.dg/pr51628-24.c: Likewise. - * gcc.dg/pr51628-25.c: Likewise. - * c-c++-common/asan/misalign-1.c: Add - -Wno-address-of-packed-member. - * c-c++-common/asan/misalign-2.c: Likewise. - * c-c++-common/ubsan/align-2.c: Likewise. - * c-c++-common/ubsan/align-4.c: Likewise. - * c-c++-common/ubsan/align-6.c: Likewise. - * c-c++-common/ubsan/align-7.c: Likewise. - * c-c++-common/ubsan/align-8.c: Likewise. - * c-c++-common/ubsan/align-10.c: Likewise. - * g++.dg/ubsan/align-2.C: Likewise. - * gcc.target/i386/avx512bw-vmovdqu16-2.c: Likewise. - * gcc.target/i386/avx512f-vmovdqu32-2.c: Likewise. - * gcc.target/i386/avx512f-vmovdqu64-2.c: Likewise. - * gcc.target/i386/avx512vl-vmovdqu16-2.c: Likewise. - * gcc.target/i386/avx512vl-vmovdqu32-2.c: Likewise. - * gcc.target/i386/avx512vl-vmovdqu64-2.c: Likewise. - -2018-12-20 Vladimir Makarov - - PR target/88457 - * gcc.target/powerpc/pr88457.c: New. - -2018-12-20 Jakub Jelinek - - PR c++/88180 - * g++.dg/parse/pr88180.C: New test. - * g++.dg/pr85039-1.C: Don't expect diagnostics inside of the type - definition's NSDMIs. - -2018-12-20 Richard Sandiford - - * gcc.target/aarch64/pr64946.c: Force nosve. - * gcc.target/aarch64/ssadv16qi.c: Likewise. - * gcc.target/aarch64/usadv16qi.c: Likewise. - * gcc.target/aarch64/vect-abs-compile.c: Likewise. - * gcc.target/aarch64/sve/abs_1.c: New test. - -2018-12-20 Richard Sandiford - - * gcc.target/aarch64/sve/fmla_2.c: New test. - * gcc.target/aarch64/sve/fmla_2_run.c: Likewise - -2018-12-20 Martin Sebor - - PR tree-optimization/84053 - * gcc.dg/Warray-bounds-36.c: New test. - -2018-12-20 David Malcolm - - PR c++/87504 - * c-c++-common/Wtautological-compare-8.c: New test. - -2018-12-20 Richard Biener - - PR tree-optimization/84362 - * g++.dg/vect/pr84362.cc: New testcase. - -2018-12-20 Jakub Jelinek - - PR target/88547 - * gcc.target/i386/pr88547-1.c: New test. - -2018-12-19 Steven G. Kargl - - PR fortran/87992 - * gfortran.dg/pr87992.f90: New test. - -2018-12-19 Uros Bizjak - - * gcc.target/i386/avx512dq-pr82855.c: Update scan-assembler pattern. - -2018-12-19 Tony Wang - Thomas Preud'homme - - * lib/lto.exp (lto-execute): Define output_file and testname_with_flags - to same value as execname. - (scan-symbol): Move and rename to ... - * lib/gcc-dg.exp (scan-symbol-common): This. Adapt into a - helper function returning true or false if a symbol is present. - (scan-symbol): New procedure. - (scan-symbol-not): Likewise. - * gcc.target/arm/size-optimization-ieee-1.c: New testcase. - * gcc.target/arm/size-optimization-ieee-2.c: Likewise. - * gcc.target/arm/size-optimization-ieee-3.c: Likewise. - -2018-12-19 Segher Boessenkool - - * g++.dg/asm-qual-3.C: New testcase. - * gcc.dg/asm-qual-3.c: New testcase. - -2018-12-19 Segher Boessenkool - - * g++.dg/asm-qual-1.C: New testcase. - * g++.dg/asm-qual-2.C: New testcase. - * gcc.dg/asm-qual-1.c: Update. - -2018-12-19 David Malcolm - - PR c++/88375 - * g++.dg/init/pr88375-2.C: New test. - * g++.dg/init/pr88375.C: New test. - -2018-12-19 David Malcolm - - * c-c++-common/Wtautological-compare-ranges.c: New test. - * g++.dg/cpp0x/pr51420.C: Add -fdiagnostics-show-caret and update - expected output. - * g++.dg/diagnostic/bad-binary-ops.C: Update expected output from - 1-location form to 3-location form, with labelling of ranges with - types. Add examples of id-expression nodes with namespaces. - * g++.dg/diagnostic/param-type-mismatch-2.C: Likewise. - -2018-12-19 David Malcolm - - PR c++/43064 - PR c++/43486 - * c-c++-common/pr51712.c (valid2): Mark xfail as passing on C++. - * g++.dg/cpp0x/constexpr-47969.C: Update column of expected error. - * g++.dg/cpp0x/constexpr-ex2.C: Likewise. - * g++.dg/cpp0x/scoped_enum2.C: Likewise. - * g++.dg/cpp1z/decomp48.C: Update expected location of warning - for named local variables to use that of the local variable. - * g++.dg/ext/vla1.C: Update column. - * g++.dg/init/array43.C: Update expected column to be that of the - initializer. - * g++.dg/init/initializer-string-too-long.C: New test. - * g++.dg/init/new44.C: Add "-ftrack-macro-expansion=0". - * g++.dg/init/pr43064-1.C: New test. - * g++.dg/init/pr43064-2.C: New test. - * g++.dg/init/pr43064-3.C: New test. - * g++.dg/other/fold1.C: Update column of expected error. - * g++.dg/parse/crash36.C: Likewise. - * g++.dg/plugin/diagnostic-test-expressions-1.C: Add negative - integer and float expressions. - * g++.dg/template/defarg6.C: Move expected error to the default - argument; add expected message about where instantiated. - * g++.dg/wrappers/Wparentheses.C: New test. - * g++.old-deja/g++.bugs/900402_02.C: Update column of expected - error. - -2018-12-19 Paul A. Clarke - - * gcc.target/powerpc/ssse3-check.h: Enable tests to run. - * gcc.target/powerpc/ssse3-pabsb.c: Code fixes for strict aliasing - issues. - * gcc.target/powerpc/ssse3-pabsd.c: Likewise. - * gcc.target/powerpc/ssse3-palignr.c: Likewise. - * gcc.target/powerpc/ssse3-phaddd.c: Likewise. - * gcc.target/powerpc/ssse3-phaddsw.c: Likewise. - * gcc.target/powerpc/ssse3-phaddw.c: Likewise. - * gcc.target/powerpc/ssse3-phsubd.c: Likewise. - * gcc.target/powerpc/ssse3-phsubw.c: Likewise. - * gcc.target/powerpc/ssse3-pmulhrsw.c: Likewise. - * gcc.target/powerpc/ssse3-pshufb.c: Likewise. - * gcc.target/powerpc/ssse3-psignb.c: Likewise. - * gcc.target/powerpc/ssse3-psignd.c: Likewise. - * gcc.target/powerpc/ssse3-psignw.c: Likewise. - * gcc.target/powerpc/ssse3-vals.h: Provide input data as a union. - -2018-12-19 Thomas Preud'homme - - * gcc.target/arm/cmse/baseline/softfp.c: Force an FPU. - -2018-12-19 Tom de Vries - - * gcc.dg/goacc/nvptx-merged-loop.c: Move to - libgomp/testsuite/libgomp.oacc-c-c++-common. - * gcc.dg/goacc/nvptx-sese-1.c: Same. - -2018-12-19 Tom de Vries - - * lib/scanoffloadrtl.exp: New file. - * gcc.dg-selftests/dg-final.exp (dg_final_directive_check_num_args): Add - offload-rtl. - -2018-12-19 Richard Biener - - PR tree-optimization/88533 - Revert - 2018-04-30 Richard Biener - - PR tree-optimization/28364 - PR tree-optimization/85275 - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust. - - * gcc.dg/tree-ssa/copy-headers-6.c: New testcase. - * gcc.dg/tree-ssa/copy-headers-7.c: Likewise. - * gcc.dg/tree-ssa/ivopt_mult_1.c: Un-XFAIL. - * gcc.dg/tree-ssa/ivopt_mult_2.c: Likewise. - -2018-12-19 Jakub Jelinek - - PR target/88541 - * gcc.target/i386/avx-vpclmulqdq-1.c: New test. - - PR c++/87934 - * g++.dg/cpp0x/constexpr-87934.C: New test. - -2018-12-19 Alexandre Oliva - - PR testsuite/86153 - PR middle-end/83239 - * gcc.dg/vrp-overflow-1.c: New. - - PR c++/87012 - * g++.dg/cpp0x/pr87012.C: New. - - PR c++/88146 - * g++.dg/cpp0x/inh-ctor32.C: New. - -2018-12-18 Jakub Jelinek - - PR rtl-optimization/87759 - * gcc.target/i386/pr87759.c: Require int128 effective target. - -2018-12-18 Vladimir Makarov - - PR rtl-optimization/87759 - * gcc.target/i386/pr87759.c: New. - -2018-12-18 Jakub Jelinek - - PR target/88464 - * gcc.target/i386/avx512f-pr88464-5.c: New test. - * gcc.target/i386/avx512f-pr88464-6.c: New test. - * gcc.target/i386/avx512f-pr88464-7.c: New test. - * gcc.target/i386/avx512f-pr88464-8.c: New test. - * gcc.target/i386/avx512vl-pr88464-5.c: New test. - * gcc.target/i386/avx512vl-pr88464-6.c: New test. - * gcc.target/i386/avx512vl-pr88464-7.c: New test. - * gcc.target/i386/avx512vl-pr88464-8.c: New test. - * gcc.target/i386/avx512vl-pr88464-9.c: New test. - * gcc.target/i386/avx512vl-pr88464-10.c: New test. - * gcc.target/i386/avx512vl-pr88464-11.c: New test. - * gcc.target/i386/avx512vl-pr88464-12.c: New test. - * gcc.target/i386/avx512vl-pr88464-13.c: New test. - * gcc.target/i386/avx512vl-pr88464-14.c: New test. - * gcc.target/i386/avx512vl-pr88464-15.c: New test. - * gcc.target/i386/avx512vl-pr88464-16.c: New test. - -2018-12-18 Kyrylo Tkachov - - * lib/target-supports.exp (check_effective_target_vect_usad_char): - Add non-SVE aarch64 to supported list. - -2018-12-18 Jakub Jelinek - - PR target/88513 - PR target/88514 - * gcc.target/i386/avx512f-pr88513-1.c: New test. - * gcc.target/i386/avx512f-pr88513-2.c: New test. - * gcc.target/i386/avx512vl-pr88464-1.c: New test. - * gcc.target/i386/avx512vl-pr88464-2.c: New test. - * gcc.target/i386/avx512vl-pr88464-3.c: New test. - * gcc.target/i386/avx512vl-pr88464-4.c: New test. - * gcc.target/i386/avx512vl-pr88513-1.c: New test. - * gcc.target/i386/avx512vl-pr88513-2.c: New test. - * gcc.target/i386/avx512vl-pr88513-3.c: New test. - * gcc.target/i386/avx512vl-pr88513-4.c: New test. - * gcc.target/i386/avx512vl-pr88514-1.c: New test. - * gcc.target/i386/avx512vl-pr88514-2.c: New test. - * gcc.target/i386/avx512vl-pr88514-3.c: New test. - -2018-12-18 Wei Xiao - - * g++.target/i386/mv16.C: Handle new march. - * gcc.target/i386/builtin_target.c: Ditto. - -2018-12-17 Peter Bergner - - PR target/87870 - * gcc.target/powerpc/pr87870.c: New test. - -2018-12-17 Jakub Jelinek - - PR c++/88410 - * g++.dg/cpp0x/pr88410.C: New test. - -2018-12-17 Steve Ellcey - - * gcc.target/aarch64/torture/aarch64-torture.exp: New file. - * gcc.target/aarch64/torture/simd-abi-1.c: New test. - * gcc.target/aarch64/torture/simd-abi-2.c: Ditto. - * gcc.target/aarch64/torture/simd-abi-3.c: Ditto. - * gcc.target/aarch64/torture/simd-abi-4.c: Ditto. - * gcc.target/aarch64/torture/simd-abi-5.c: Ditto. - * gcc.target/aarch64/torture/simd-abi-6.c: Ditto. - * gcc.target/aarch64/torture/simd-abi-7.c: Ditto. - -2018-12-17 Martin Sebor - - * gcc.dg/tree-ssa/builtin-snprintf-4.c: Adjust for ILP32. - -2018-12-17 Senthil Kumar Selvaraj - - PR rtl-optimization/88253 - * gcc.target/avr/pr88253.c: New test. - -2018-12-17 Richard Sandiford - - * gcc.dg/loop-versioning-1.c: New test. - * gcc.dg/loop-versioning-10.c: Likewise. - * gcc.dg/loop-versioning-11.c: Likewise. - * gcc.dg/loop-versioning-2.c: Likewise. - * gcc.dg/loop-versioning-3.c: Likewise. - * gcc.dg/loop-versioning-4.c: Likewise. - * gcc.dg/loop-versioning-5.c: Likewise. - * gcc.dg/loop-versioning-6.c: Likewise. - * gcc.dg/loop-versioning-7.c: Likewise. - * gcc.dg/loop-versioning-8.c: Likewise. - * gcc.dg/loop-versioning-9.c: Likewise. - * gfortran.dg/loop_versioning_1.f90: Likewise. - * gfortran.dg/loop_versioning_2.f90: Likewise. - * gfortran.dg/loop_versioning_3.f90: Likewise. - * gfortran.dg/loop_versioning_4.f90: Likewise. - * gfortran.dg/loop_versioning_5.f90: Likewise. - * gfortran.dg/loop_versioning_6.f90: Likewise. - * gfortran.dg/loop_versioning_7.f90: Likewise. - * gfortran.dg/loop_versioning_8.f90: Likewise. - -2018-12-16 Steven G. Kargl - - PR fortran/88116 - * gfortran.dg/pr88116_1.f90: New test. - * gfortran.dg/pr88116_2.f90: Ditto. - - PR fortran/88467 - * gfortran.dg/pr88467.f90: New test. - -2018-12-16 Steven G. Kargl - - * gfortran.dg/pr88138.f90: Remove extraneous 's' in comment. - -2018-12-16 Thomas Koenig - - PR fortran/88363 - * intent_out_13.f90: New test. - -2018-12-15 H.J. Lu - - PR target/88483 - * gcc.target/i386/stackalign/pr88483.c: Removed. Revert - reversion 267133. - -2018-12-15 Steven G. Kargl - - PR fortran/87944 - * gfortran.dg/pr87994_1.f90: New test. - * gfortran.dg/pr87994_2.f90: Ditto. - * gfortran.dg/pr87994_3.f90: Ditto. - -2018-12-16 Jakub Jelinek - - PR c++/88482 - * g++.dg/eh/builtin5.C: New test. - * g++.dg/eh/builtin6.C: New test. - * g++.dg/eh/builtin7.C: New test. - * g++.dg/eh/builtin8.C: New test. - * g++.dg/eh/builtin9.C: New test. - * g++.dg/eh/builtin10.C: New test. - * g++.dg/eh/builtin11.C: New test. - * g++.dg/parse/crash55.C: Adjust expected diagnostics. - -2018-12-15 Steven G. Kargl - - PR fortran/88138 - * gfortran.dg/pr88138.f90: new test. - -2018-12-15 Jakub Jelinek - - PR tree-optimization/88464 - PR target/88498 - * gcc.target/i386/avx512f-pr88462-1.c: Rename to ... - * gcc.target/i386/avx512f-pr88464-1.c: ... this. Fix up PR number. - Expect 4 vectorized loops instead of 3. - (f4): New function. - * gcc.target/i386/avx512f-pr88462-2.c: Rename to ... - * gcc.target/i386/avx512f-pr88464-2.c: ... this. Fix up PR number - and #include. - (avx512f_test): Prepare arguments for f4 and check the results. - * gcc.target/i386/avx512f-pr88464-3.c: New test. - * gcc.target/i386/avx512f-pr88464-4.c: New test. - -2018-12-15 Paolo Carlini - - PR c++/84644 - * g++.dg/cpp0x/decltype68.C: New. - * g++.dg/cpp0x/decltype-33838.C: Adjust. - * g++.dg/template/spec32.C: Likewise. - * g++.dg/template/ttp22.C: Likewise. - -2018-12-15 Jakub Jelinek - - PR target/88489 - * gcc.target/i386/avx512vl-vfixupimmsd-2.c: New test. - * gcc.target/i386/avx512vl-vfixupimmss-2.c: New test. - - PR rtl-optimization/88478 - * g++.dg/opt/pr88478.C: New test. - -2018-12-14 Martin Sebor - - PR tree-optimization/88372 - * gcc.dg/Walloc-size-larger-than-18.c: New test. - * gcc.dg/builtin-object-size-19.c: Same. - -2018-12-14 Martin Sebor - - PR tree-optimization/87096 - * gcc.dg/tree-ssa/builtin-snprintf-4.c: New test. - -2018-12-14 Alexandre Oliva - - PR c++/87814 - * g++.dg/cpp1z/pr87814.C: New. - -2018-12-14 H.J. Lu - - * gcc.target/i386/cf_check-1.c: New test. - * gcc.target/i386/cf_check-2.c: Likewise. - * gcc.target/i386/cf_check-3.c: Likewise. - * gcc.target/i386/cf_check-4.c: Likewise. - * gcc.target/i386/cf_check-5.c: Likewise. - -2018-12-14 Thomas Schwinge - Cesar Philippidis - - * c-c++-common/goacc/note-parallelism.c: New test. - * gfortran.dg/goacc/note-parallelism.f90: New test. - * c-c++-common/goacc/classify-kernels-unparallelized.c: Update. - * c-c++-common/goacc/classify-kernels.c: Likewise. - * c-c++-common/goacc/classify-parallel.c: Likewise. - * c-c++-common/goacc/classify-routine.c: Likewise. - * c-c++-common/goacc/kernels-1.c: Likewise. - * c-c++-common/goacc/kernels-double-reduction-n.c: Likewise. - * c-c++-common/goacc/kernels-double-reduction.c: Likewise. - * gfortran.dg/goacc/classify-kernels-unparallelized.f95: Likewise. - * gfortran.dg/goacc/classify-kernels.f95: Likewise. - * gfortran.dg/goacc/classify-parallel.f95: Likewise. - * gfortran.dg/goacc/classify-routine.f95: Likewise. - * gfortran.dg/goacc/kernels-loop-inner.f95: Likewise. - -2018-12-14 Alexandre Oliva - - PR c++/86823 - * g++.dg/pr86823.C: New. - -2018-12-14 Jakub Jelinek - - PR c++/82294 - PR c++/87436 - * g++.dg/tree-ssa/pr82294.C: New test. - * g++.dg/tree-ssa/pr87436.C: New test. - -2018-11-14 Thomas Preud'homme - - * gcc.target/arm/thumb2-slow-flash-data-2.c: Require arm_fp_ok - effective target. - * gcc.target/arm/thumb2-slow-flash-data-3.c: Likewise. - * gcc.target/arm/thumb2-slow-flash-data-4.c: Likewise. - * gcc.target/arm/thumb2-slow-flash-data-5.c: Likewise. - -2018-12-14 H.J. Lu - - PR target/88483 - * gcc.target/i386/stackalign/pr88483.c: New test. - -2018-12-14 Eric Botcazou - - * gnat.dg/max_size.adb: New test. - * gnat.dg/max_size_pkg.ads: Likewise. - -2018-12-14 Claudiu Zissulescu - - * gcc.target/arc/milli-1.c: New test. - -2018-12-13 Michael Ploujnikov - - * gcc.dg/lto/pr88297_0.c: New test. - * gcc.dg/lto/pr88297_1.c: New test. - -2018-12-13 Jakub Jelinek - - PR tree-optimization/88444 - * gcc.dg/tree-ssa/pr88444.c: New test. - - PR rtl-optimization/88470 - * gcc.target/i386/pr88470.c: New test. - -2018-12-13 Vladimir Makarov - - PR rtl-optimization/88414 - * gcc.target/i386/pr88414.c: New. - -2018-12-13 Marek Polacek - - PR c++/88216 - ICE with class type in non-type template parameter. - * g++.dg/cpp2a/nontype-class9.C: New test. - -2018-12-13 Jakub Jelinek - - PR rtl-optimization/88416 - * gcc.target/i386/pr88416.c: New test. - - PR tree-optimization/88464 - * gcc.target/i386/avx512f-pr88462-1.c: New test. - * gcc.target/i386/avx512f-pr88462-2.c: New test. - -2018-12-13 Nathan Sidwell - - PR c++/87531 - * g++.dg/lookup/pr87531-2.C: New. - -2018-12-13 Rainer Orth - - PR testsuite/88041 - * lib/gdc-dg.exp (gdc-dg-test): Strip gdc.test prefix. - * gdc.test/gdc-test.exp (gdc-do-test): Create $subdir link. - Include $subdir in filename. - Cleanup generated source. - * gdc.test/compilable/ddoc9676a.d (EXTRA_SOURCES): Don't use - absolute path. - * gdc.test/compilable/depsOutput9948.d: Likewise. - -2018-12-13 Jakub Jelinek - - PR testsuite/88454 - * gcc.dg/tree-ssa/split-path-5.c (__ctype_ptr__): Change type from - const char * to const signed char *. - (bmhi_init): Change pattern parameter's type the same. Use - __builtin_strlen instead of undeclared strlen. - -2018-12-13 Andreas Krebbel - - * gcc.target/s390/zvector/vec-double-1.c: New test. - * gcc.target/s390/zvector/vec-double-2.c: New test. - -2018-12-13 Wei Xiao - - * gcc.target/i386/funcspec-56.inc: Handle new march. - -2018-12-13 Jakub Jelinek - - PR target/88465 - * gcc.target/i386/avx512f-pr88465.c: New test. - * gcc.target/i386/avx512dq-pr88465.c: New test. - - PR target/88461 - * gcc.target/i386/pr88461.c: New test. - -2018-12-12 Paolo Carlini - - * g++.dg/other/static5.C: New. - -2018-12-12 Segher Boessenkool - - PR testsuite/88318 - * gcc.dg/independent-cloneids-1.c: Use ^ not \m. - -2018-12-12 Joel Brobecker - - * gcc.dg/lto/20100430-1_0.c: Add dg-require-profiling requirement. - -2018-12-12 Jakub Jelinek - - PR c++/88446 - * g++.dg/cpp2a/is-constant-evaluated3.C: New test. - - PR c++/88449 - * g++.dg/cpp2a/is-constant-evaluated1.C: Change from dg-do compile - to dg-do run. - (e): Adjust comment with correct expected value. - (main): Expect e == 1. - * g++.dg/cpp2a/is-constant-evaluated2.C: New test. - -2018-12-11 Steven G. Kargl - - PR fortran/88155 - * gfortran.dg/pr70870_1.f90: Update testcase to use -std=gnu. - * gfortran.dg/pr88155.f90: New test. - -2018-12-11 Steven G. Kargl - - PR fortran/88249 - * gfortran.dg/pr88249.f90: New test. - -2018-12-11 Jakub Jelinek - - PR tree-optimization/80520 - * gcc.dg/tree-ssa/split-path-11.c (foo): Make the test ilp32 target - clean. - -2018-12-11 Marek Polacek - - PR c++/86608 - reading constexpr volatile variable. - * g++.dg/cpp0x/constexpr-volatile2.C: New test. - * g++.dg/cpp0x/pr65327.C: Add dg-error. - -2018-12-11 Paolo Carlini - - * g++.dg/pr53037-4.C: Test the first two locations too. - -2018-12-11 Jakub Jelinek - - PR tree-optimization/88444 - * gcc.dg/pr88444.c: New test. - -2018-12-11 Dimitar Dimitrov - - * gcc.target/i386/pr52813.c: New test. - -2018-12-11 Jakub Jelinek - - PR target/88425 - * gcc.target/i386/pr88425.c: New test. - - PR sanitizer/88426 - * c-c++-common/ubsan/float-cast-overflow-11.c: New test. - -2018-12-11 Yannick Moy - - * gnat.dg/ghost4.adb: New testcase. - -2018-12-11 Ed Schonberg - - * gnat.dg/iter4.adb: New testcase. - -2018-12-11 Hristian Kirtchev - - * gnat.dg/valid4.adb, gnat.dg/valid4_pkg.adb, - gnat.dg/valid4_pkg.ads: New testcase. - -2018-12-11 Eric Botcazou - - * gnat.dg/packed_array.adb, gnat.dg/packed_array.ads, - gnat.dg/packed_array_pkg.ads: New testcase. - -2018-12-11 Hristian Kirtchev - - * gnat.dg/ghost3.adb, gnat.dg/ghost3.ads: New testcase. - -2018-12-11 Ed Schonberg - - * gnat.dg/bip_cu.adb, gnat.dg/bip_cu_constructor.adb, - gnat.dg/bip_cu_constructor.ads, gnat.dg/bip_cu_t.adb, - gnat.dg/bip_cu_t.ads: New testcase. - -2018-12-11 Hristian Kirtchev - - * gnat.dg/ghost2.adb, gnat.dg/ghost2.ads: New testcase. - -2018-12-11 Eric Botcazou - - * gnat.dg/atomic11.adb, gnat.dg/atomic11_pkg1.ads, - gnat.dg/atomic11_pkg2.ads: New testcase. - -2018-12-11 Ed Schonberg - - * gnat.dg/aspect1.adb, gnat.dg/aspect1_horizontal.adb, - gnat.dg/aspect1_horizontal.ads, gnat.dg/aspect1_vectors_2d.ads: - New testcase. - * gnat.dg/static_pred1.adb: Expect an error message. - -2018-12-11 Jakub Jelinek - - PR lto/86004 - * lib/target-supports.exp (check_effective_target_lto_incremental): - New. - * g++.dg/lto/pr69137_0.C: Require lto_incremental effective target. - * g++.dg/lto/pr65316_0.C: Likewise. - * g++.dg/lto/pr85176_0.C: Likewise. - * g++.dg/lto/pr79000_0.C: Likewise. - * g++.dg/lto/pr66180_0.C: Likewise. - * g++.dg/lto/pr65193_0.C: Likewise. - * g++.dg/lto/pr69077_0.C: Likewise. - * g++.dg/lto/pr68057_0.C: Likewise. - * g++.dg/lto/pr66705_0.C: Likewise. - * g++.dg/lto/pr65302_0.C: Likewise. - * g++.dg/lto/20091002-1_0.C: Likewise. - * g++.dg/lto/pr81940_0.C: Likewise. - * g++.dg/lto/pr64043_0.C: Likewise. - * g++.dg/lto/pr65549_0.C: Likewise. - * g++.dg/lto/pr69133_0.C: Likewise. - * gfortran.dg/lto/pr79108_0.f90: Likewise. - -2018-12-10 Jeff Law - - PR tree-optimization/80520 - * gcc.dg/tree-ssa/split-path-5.c: Update expected output. - * gcc.dg/tree-ssa/split-path-11.c: New test. - -2018-12-10 Steven G. Kargl - - PR fortran/97922 - * gfortran.dg/io_constraints_8.f90: Update error message. - * gfortran.dg/pr87922.f90: New test. - -2018-12-10 Martin Sebor - - PR tree-optimization/86196 - * gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): Use - base size only of arrays. - -2018-12-10 Uros Bizjak - - * gcc.dg/sinatan-1.c: Use dg-add-options ieee. - -2018-12-10 Steven G. Kargl - - PR fortran/88269 - * gfortran.dg/pr88269.f90: New test. - -2018-12-10 Uros Bizjak - - PR target/88418 - * gcc.target/i386/pr88418.c: New test. - -2018-12-10 Richard Biener - - PR tree-optimization/88427 - * gcc.dg/pr88427.c: New testcase. - -2018-12-10 Jakub Jelinek - - PR ipa/87955 - * gcc.target/i386/pr87955.c: Add -msse2 -mfpmath=sse to dg-options. - -2018-12-10 Martin Jambor - - PR ipa/88214 - * gcc.dg/ipa/pr88214.c: New test. - -2018-12-10 Jakub Jelinek - - PR testsuite/88369 - * gcc.dg/vect/vect-ivdep-1.c: Prune versioning for alignment messages. - * gcc.dg/vect/vect-ivdep-2.c: Likewise. - * gcc.dg/vect/nodump-vect-opt-info-1.c: Likewise. - * g++.dg/vect/pr33426-ivdep.cc: Likewise. - * g++.dg/vect/pr33426-ivdep-2.cc: Likewise. - * g++.dg/vect/pr33426-ivdep-3.cc: Likewise. - * g++.dg/vect/pr33426-ivdep-4.cc: Likewise. - -2018-12-10 Richard Biener - - PR middle-end/88415 - * gcc.dg/gomp/pr88415.c: New testcase. - -2018-12-10 Eric Botcazou - - * c-c++-common/patchable_function_entry-decl.c: Pass -mcpu=gr6 for - Visium and remove other specific handling. - * c-c++-common/patchable_function_entry-default.c: Likewise. - * c-c++-common/patchable_function_entry-definition.c: Likewise. - -2018-12-09 Steven G. Kargl - - PR fortran/88205 - * gfortran.dg/pr88205.f90: New unit. - -2018-12-09 Iain Buclaw - - PR d/88039 - * gdc.test/gdc-test.exp (gdc-convert-args): Handle -D. - (dmd2dg): Check generated html in ddoc tests. - (gdc-do-test): Set dg-do-what-default to compile for ddoc tests. - -2018-12-09 Steven G. Kargl - - PR fortran/88206 - * gfortran.dg/pr88206.f90: New test. - -2018-12-09 Steven G. Kargl - - PR fortran/88228 - * gfortran.dg/pr88228.f90: New test. - -2018-12-09 Thomas Schwinge - - * gfortran.dg/goacc/combined-directives-3.f90: New file. - -2018-12-09 Cesar Philippidis - - * c-c++-common/goacc/combined-directives-3.c: New test. - * c-c++-common/goacc/loop-2-kernels.c (void K): Adjust test. - * c-c++-common/goacc/loop-2-parallel.c (void P): Adjust test. - * c-c++-common/goacc/loop-3.c (void p2): Adjust test. - -2018-12-09 Thomas Schwinge - - * gfortran.dg/goacc/loop-2-kernels.f95: Update. - * gfortran.dg/goacc/loop-2-parallel.f95: Likewise. - * gfortran.dg/goacc/nested-parallelism.f90: Likewise. - - * gfortran.dg/goacc/loop-2.f95: Split into... - * gfortran.dg/goacc/loop-2-kernels-nested.f95: ... this new file... - * gfortran.dg/goacc/loop-2-kernels-tile.f95: ..., and this new file... - * gfortran.dg/goacc/loop-2-kernels.f95: ..., and this new file... - * gfortran.dg/goacc/loop-2-parallel-3.f95: ..., and this new file... - * gfortran.dg/goacc/loop-2-parallel-nested.f95: ..., and this new - file... - * gfortran.dg/goacc/loop-2-parallel-tile.f95: ..., and this new file... - * gfortran.dg/goacc/loop-2-parallel.f95: ..., and this new file. - - PR fortran/88420 - * gfortran.dg/goacc/loop-1-2.f95: Update. - * gfortran.dg/goacc/loop-1.f95: Likewise. - -2018-12-08 Steven G. Kargl - - PR fortran/88048 - * gfortran.dg/pr88048.f90: New test. - -2018-12-08 Steven G. Kargl - - PR fortran/87945 - * gfortran.dg/pr87945_1.f90: New test. - * gfortran.dg/pr87945_2.f90: New test. - -2018-12-08 Steven G. Kargl - - PR fortran/88025 - * gfortran.dg/pr88025.f90: New test. - -2018-12-08 Steven G. Kargl - - * gfortran.dg/pr88357_1.f90: New test. - * gfortran.dg/pr88357_2.f90: New test. - -2018-12-08 Jakub Jelinek - - PR fortran/88304 - * gfortran.fortran-torture/compile/pr88304-2.f90: New test. - -2018-12-07 Paolo Carlini - - * g++.dg/other/bitfield7.C: New. - * g++.dg/parse/bitfield8.C: Likewise. - * g++.dg/parse/bitfield9.C: Likewise. - * g++.dg/pr53037-4.C: Test the locations too. - -2018-12-07 Peter Bergner - - PR target/87496 - * gcc.target/powerpc/pr87496.c: Rename from this... - * gcc.target/powerpc/pr87496-1.c: ...to this. Update comment. - * gcc.target/powerpc/pr87496-2.c: New test. - * gcc.target/powerpc/pr87496-3.c: New test. - -2018-12-07 Kyrylo Tkachov - - * gcc.target/aarch64/sve/override_sve_width_1.c: New test. - -2018-12-07 Jeff Law - - PR middle-end/87813 - * gcc.c-torture/builtins/strnlen.x: New file to filter -Og from - options to test. - -2018-12-07 Vladimir Makarov - - PR rtl-optimization/88349 - * gcc.target/mips/pr88349.c: New. - -2018-12-07 Jakub Jelinek - - PR c++/86669 - * g++.dg/cpp0x/initlist105.C: New test. - * g++.dg/cpp0x/initlist106.C: New test. - * g++.dg/other/pr86669.C: New test. - -2018-12-07 Richard Sandiford - - * gcc.target/aarch64/sve/pred_elim_2.c: New test. - -2018-12-07 Richard Sandiford - - * gcc.target/aarch64/sve/pred_elim_1.c: New test. - -2018-12-07 Rainer Orth - - * gcc.target/i386/ipa-stack-alignment-2.c: Add - -fomit-frame-pointer to dg-options. - -2018-12-07 Jakub Jelinek - - PR target/85593 - * gcc.target/i386/pr85593.c: New test. - - PR rtl-optimization/85770 - * gcc.target/i386/pr85770.c: Require int128 effective target. - - PR fortran/88377 - * gfortran.dg/gomp/pr88377.f90: New test. - - PR c/88367 - * gcc.dg/tree-ssa/pr88367.c: New test. - - PR c++/87506 - * g++.dg/cpp0x/constexpr-87506.C: New test. - -2018-12-06 Paolo Carlini - - * g++.dg/parse/bitfield7.C: New. - * g++.dg/other/bitfield2.C: Check location and type. - * g++.dg/parse/bitfield1.C: Likewise. - * g++.dg/parse/bitfield2.C: Likewise. - -2018-12-06 Alexandre Oliva - - PR c++/86747 - * g++.dg/pr86747.C: New. - - PR c++/86397 - * g++.dg/cpp0x/pr86397-1.C: New. - * g++.dg/cpp0x/pr86397-2.C: New. - -2018-12-06 Paul A. Clarke - - PR target/88316 - * gcc.target/powerpc/bmi-check.h: Remove test for - __BUILTIN_CPU_SUPPORTS__, thereby enabling test code to run. - * gcc.target/powerpc/bmi2-check.h: Likewise. - * gcc.target/powerpc/mmx-check.h: Likewise. - * gcc.target/powerpc/sse-check.h: Likewise. - * gcc.target/powerpc/sse2-check.h: Likewise. - * gcc.target/powerpc/sse3-check.h: Likewise. - -2018-12-06 Paul A. Clarke - - PR target/88316 - * gcc.target/powerpc/mmx-packssdw-1.c: Fixes for big-endian. - * gcc.target/powerpc/mmx-packsswb-1.c: Likewise. - * gcc.target/powerpc/mmx-packuswb-1.c: Likewise. - * gcc.target/powerpc/mmx-pmulhw-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpi32x2ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpu16ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtss2si-1.c: Likewise. - * gcc.target/powerpc/sse-cvtss2si-2.c: Likewise. - * gcc.target/powerpc/sse2-pshufhw-1.c: Likewise. - * gcc.target/powerpc/sse2-pshuflw-1.c: Likewise. - -2018-12-06 Marek Polacek - - PR c++/88373 - wrong parse error with ~. - * g++.dg/cpp2a/fn-template19.C: New test. - -2018-12-06 Richard Sandiford - - * gcc.dg/vect/vect-over-widen-23.c: Remove unwanted line. - -2018-12-06 Segher Boessenkool - - * c-c++-common/torture/asm-inline.c: New testcase. - * gcc.dg/asm-qual-2.c: Test asm inline, too. - -2018-12-06 Segher Boessenkool - - PR inline-asm/55681 - * gcc.dg/asm-qual-1.c: Test that "const" and "restrict" are refused. - * gcc.dg/asm-qual-2.c: New test, test that asm-qualifiers are allowed - in any order, but that duplicates are not allowed. - -2018-12-06 Jeff Law - - PR testsuite/86540 - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Skip the post switch conversion - tests on aarch64. - * gcc.dg/tree-ssa/pr77445-2.c: Similarly. - -2018-12-06 David Malcolm - - PR c++/85110 - * g++.dg/diagnostic/missing-default-args.C: New test. - * g++.dg/diagnostic/param-type-mismatch-3.C: New test. - * g++.dg/diagnostic/param-type-mismatch.C: Add tests for invalid - references and incomplete types. - * g++.dg/warn/Wconversion-null-4.C: New test. - -2018-12-06 Jakub Jelinek - - PR target/87598 - * gcc.target/aarch64/asm-5.c: New test. - - PR tree-optimization/85726 - * gcc.dg/tree-ssa/pr85726-1.c: New test. - * gcc.dg/tree-ssa/pr85726-2.c: New test. - * gcc.dg/tree-ssa/pr85726-3.c: New test. - * gcc.dg/tree-ssa/pr85726-4.c: New test. - - PR fortran/88304 - * gfortran.fortran-torture/compile/pr88304.f90: New test. - -2018-12-06 Richard Biener - - PR middle-end/63184 - * c-c++-common/pr19807-2.c: Try link only on x86, add xfailed - optimized dump scanning. - * c-c++-common/pr19807-3.c: Likewise. - -2018-12-06 Paolo Carlini - - * g++.dg/parse/bitfield6b.C: New. - * g++.dg/parse/bitfield3.C: Test location and type. - -2018-12-06 Iain Sandoe - - * lib/c-compat.exp (compat-use-alt-compiler): - Handle -fno-diagnostics-show-line-numbers. - (compat_setup_dfp): Likewise. - -2018-12-05 Jeff Law - - PR rtl-optimization/85770 - * gcc.target/i386/pr85770.c: New test. - -2018-12-05 Martin Sebor - - PR c/87028 - * c-c++-common/Wstringop-truncation.c: Remove xfails. - * gcc.dg/Wstringop-truncation-5.c: New test. - * gcc.dg/strcmpopt_1.c: Adjust. - * gcc.dg/tree-ssa/pr79697.c: Same. - -2018-12-05 Richard Sandiford - - PR tree-optimization/88064 - * gcc.dg/vect/vect-over-widen-23.c: New test. - -2018-12-05 David Malcolm - - * lib/gcc-dg.exp (process-message): Change verbosity level of - "verbose" from 2 to 3. - (dg-locus): Likewise. - -2018-12-05 Richard Biener - - PR middle-end/63184 - * c-c++-common/pr19807-2.c: New testcase. - * c-c++-common/pr19807-3.c: Likewise. - -2018-12-05 Rainer Orth - - PR testsuite/88208 - * gcc.target/sparc/attr-aligned.c (MAXALIGN) - [__sparcv9 || __arch64__]: Define. - -2018-12-05 Rainer Orth - - * gcc.target/sparc/20181129-1.c: Compile with -std=c99. - * gcc.target/sparc/20181129-2.c: Likewise. - -2018-12-05 Jakub Jelinek - - PR tree-optimization/87360 - * g++.dg/opt/pr87360.C: New test. - * gfortran.dg/pr87360.f90: New test. - - PR c++/87897 - * g++.dg/init/const13.C: New test. - - PR sanitizer/88333 - * c-c++-common/asan/pr88333.c: New test. - -2018-12-05 Alexandre Oliva - - PR c++/85569 - * g++.dg/cpp1z/pr85569.C: New. - -2018-12-05 Chenghua Xu - - * gcc.target/mips/msa.c: Adjusted clti_.df $wn,$wn,5 - to clei_.df $wn,$wn,4 in test31. - -2018-12-04 Paolo Carlini - - PR c++/84636 - * g++.dg/parse/bitfield6.C: New. - -2018-12-04 Jakub Jelinek - - PR tree-optimization/87320 - * gcc.dg/pr87320.c: New test. - -2018-12-04 Jeff Law - - * gcc.dg/strlenopt-58.c: Handle targets with 2 byte wchar_t. - -2018-12-04 Martin Sebor - - * gcc.target/i386/attr-aligned-2.c: New test. - * gcc.target/i386/falign-functions-3.c: New test. - -2018-12-04 Jakub Jelinek - - PR target/88188 - * gcc.target/powerpc/pr88188-2.c: New test. - -2018-12-04 Marek Polacek - - PR c++/88184 - ICE when treating name as template-name. - * g++.dg/cpp2a/fn-template17.C: New test. - * g++.dg/cpp2a/fn-template18.C: New test. - -2018-12-04 David Edelsohn - - * gcc.dg/live-patching-2.c: Require LTO. - -2018-12-04 Iain Sandoe - - PR testsuite/88310 - * lib/target-supports.exp (check_effective_target_freorder): - Suppress warnings for missing profile. - -2018-12-04 Jakub Jelinek - - * g++.old-deja/g++.oliva/typename1.C: Don't expect any diagnostics - for C++2a. - * g++.old-deja/g++.oliva/typename2.C: Likewise. - - PR tree-optimization/88285 - * gcc.dg/predict-22.c: Only compile on freorder targets. - -2018-12-04 Julian Brown - - * c-c++-common/goacc/asyncwait-1: Update expected errors and add a - test for "wait (". - -2018-12-04 Jakub Jelinek - - PR c++/88103 - * g++.dg/cpp0x/rv-cond3.C: New test. - -2018-12-04 Richard Biener - - PR tree-optimization/88315 - * gcc.dg/vect/slp-reduc-sad.c: Adjust to provide non-trivial - initial value. - -2018-12-03 Jakub Jelinek - - PR middle-end/64242 - * gcc.c-torture/execute/pr64242.c (foo, bar): New functions. - (p): Make it void *volatile instead of volatile void *. - (q): New variable. - (main): Add a dummy 32-byte aligned variable and escape its address. - Don't require that the two __builtin_alloca (0) calls return the - same address, just require that their difference is smaller than - 1024 bytes. - -2018-12-03 Marek Polacek - - * g++.dg/cpp1y/lambda-generic-83856.C: Use __SIZE_TYPE__. - -2018-12-03 Ed Schonberg - - * gnat.dg/array33.adb: New testcase. - -2018-12-03 Eric Botcazou - - * gnat.dg/array32.adb, gnat.dg/array32.ads: New testcase. - -2018-12-03 Eric Botcazou - - * gnat.dg/generic_inst2.adb, gnat.dg/generic_inst2.ads, - gnat.dg/generic_inst2_c.ads: New testcase. - -2018-12-03 Eric Botcazou - - * gnat.dg/overload2.adb, gnat.dg/overload2_p.adb, - gnat.dg/overload2_p.ads, gnat.dg/overload2_q.adb, - gnat.dg/overload2_q.ads: New testcase. - -2018-12-03 Fritz Reese - Mark Eggleston - - PR fortran/87919 - * gfortran.dg/array_temporaries_5.f90: New test. - * gfortran.dg/dec_bitwise_ops_3.f90: Ditto. - * gfortran.dg/dec_d_lines_3.f: Ditto. - * gfortran.dg/dec_exp_4.f90: Ditto. - * gfortran.dg/dec_exp_5.f90: Ditto. - * gfortran.dg/dec_io_7.f90: Ditto. - * gfortran.dg/dec_structure_24.f90: Ditto. - * gfortran.dg/dec_structure_25.f90: Ditto. - * gfortran.dg/dec_structure_26.f90: Ditto. - * gfortran.dg/dec_structure_27.f90: Ditto. - * gfortran.dg/dec_type_print_3.f90: Ditto. - * gfortran.dg/init_flag_20.f90: Ditto. - -2018-12-03 Jeff Law - - * gcc.dg/pr59963-2.c: Make testnames unique. - * gcc.dg/tree-ssa/builtin-sprintf-warn-18.c: Likewise. - -2018-12-03 Ilya Leoshkevich - - * gcc.target/s390/nodatarel-1.c: Expect .LANCHOR0@GOTENT instead - of a@GOTENT. - * gcc.target/s390/section-anchors.c: New test. - * gcc.target/s390/section-anchors2.c: New test. - * gcc.target/s390/section-anchors3.c: New test. - -2018-12-03 Richard Biener - - PR tree-optimization/88301 - * gcc.dg/tree-ssa/evrp13.c: New testcase. - -2018-12-03 Jakub Jelinek - - PR tree-optimization/71109 - * gcc.c-torture/compile/pr71109.c: New test. - - PR target/88287 - * g++.target/aarch64/sve/vcond_1.C: Adjust for comparison - canonicalization. - -2018-12-03 Ilya Leoshkevich - - PR target/80080 - * gcc.target/s390/pr80080-4.c: New test. - -2018-12-02 Andi Kleen - - * gcc.target/i386/returninst1.c: Run on 64bit only. - * gcc.target/i386/returninst2.c: Dito. - * gcc.target/i386/returninst3.c: Dito. - -2018-12-02 Jakub Jelinek - - PR target/88278 - * gcc.target/i386/pr88278.c: New test. - * gcc.target/i386/pr53759.c: Don't expect vmovlps insn, expect vmovq - instead. - * gcc.target/i386/pr53759-2.c: New test. - - * c-c++-common/gomp/cancel-1.c (f2): Add various taskloop related - tests. - - PR sanitizer/88291 - * c-c++-common/asan/pr88291.c: New test. - - PR c++/88258 - * g++.dg/gomp/pr88258.C: New test. - -2018-12-01 Marek Polacek - - Implement P0634R3, Down with typename! - * g++.dg/cpp0x/alias-decl-43.C: Adjust dg-error. - * g++.dg/cpp0x/decltype67.C: Only expect error in c++17_down. - * g++.dg/cpp1z/typename1.C: New test. - * g++.dg/cpp2a/typename1.C: New test. - * g++.dg/cpp2a/typename10.C: New test. - * g++.dg/cpp2a/typename11.C: New test. - * g++.dg/cpp2a/typename2.C: New test. - * g++.dg/cpp2a/typename3.C: New test. - * g++.dg/cpp2a/typename4.C: New test. - * g++.dg/cpp2a/typename5.C: New test. - * g++.dg/cpp2a/typename6.C: New test. - * g++.dg/cpp2a/typename7.C: New test. - * g++.dg/cpp2a/typename8.C: New test. - * g++.dg/cpp2a/typename9.C: New test. - * g++.dg/diagnostic/missing-typename.C: Only run the test in - c++17_down. - * g++.dg/other/crash-9.C: Add template disambiguator. - * g++.dg/other/nontype-1.C: Only expect error in c++17_down. - * g++.dg/parse/crash13.C: Likewise. - * g++.dg/parse/error36.C: Likewise. - * g++.dg/parse/no-typename1.C: Likewise. - * g++.dg/parse/typedef2.C: Likewise. - * g++.dg/parse/typename11.C: Likewise. - * g++.dg/template/crash48.C: Adjust dg-error. - * g++.dg/template/dependent-name5.C: Only expect error in c++17_down. - Add dg-error. - * g++.dg/template/error29.C: Only expect error in c++17_down. - * g++.dg/template/nested5.C: Add template disambiguator. - * g++.dg/template/pr84789.C: Only expect error in c++17_down. - * g++.dg/template/static30.C: Add dg-error. - * g++.dg/template/typedef6.C: Adjust dg-error. - * g++.dg/template/typename3.C: Only expect error in c++17_down. - - PR c++/83856 - * g++.dg/cpp1y/lambda-generic-83856.C: New test. - - PR c++/79629 - * g++.dg/other/error35.C: New test. - - PR c++/87523 - * g++.dg/cpp1y/lambda-generic-87523.C: New test. - -2018-12-01 Jeff Law - - * gcc.dg/predict-22.c: Update expected output. - -2018-12-01 Jakub Jelinek - - PR target/54589 - * gcc.target/i386/pr54589.c: New test. - -2018-11-30 Jakub Jelinek - - PR testsuite/85368 - * lib/target-supports.exp (logical_op_short_circuit): Remove. - * gcc.dg/builtin-bswap-7.c: Remove logical_op_short_circuit - effective target, drop -mbranch-cost= options from the test and - instead pass --param logical-op-non-short-circuit=0 or - --param logical-op-non-short-circuit=1 depending on what the - tests meant to test. - * gcc.dg/pr21643.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c: Likewise. - * gcc.dg/tree-ssa/phi-opt-11.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c: Likewise. - * gcc.dg/tree-ssa/ssa-thread-14.c: Likewise. - * gcc.dg/tree-ssa/vrp47.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-11.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-16.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-14.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c: Likewise. - * gcc.dg/tree-ssa/vrp87.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c: Likewise. - * gcc.dg/tree-ssa/phi-opt-2.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-13.c: Likewise. - * gcc.dg/tree-ssa/ssa-thread-11.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c: Likewise. - * gcc.dg/tree-ssa/forwprop-28.c: Likewise. - * gcc.dg/binop-xor1.c: Likewise. - * gcc.dg/pr46309.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-18.c: New test. - * gcc.dg/tree-ssa/reassoc-32.c: Add - --param logical-op-non-short-circuit=1 to dg-options. - * 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. - -2018-11-30 Wilco Dijkstra - - PR middle-end/64242 - * gcc.c-torture/execute/pr64242.c: New test. - -2018-11-30 David Malcolm - - * g++.dg/parse/missing-parens-fixit.C: New test. - -2018-11-30 Michael Ploujnikov - - * gcc.dg/independent-cloneids-1.c: New test. - -2018-11-30 Jakub Jelinek - - PR debug/85550 - * g++.dg/debug/dwarf2/pr85550.C: New test. - -2018-11-30 Thomas Schwinge - - PR c/87924 - * c-c++-common/goacc/asyncwait-5.c: Update. - * gfortran.dg/goacc/asyncwait-5.f: Likewise. - - * c-c++-common/goacc/asyncwait-5.c: New file. - * gfortran.dg/goacc/asyncwait-5.f: Likewise. - -2018-11-30 Peter Bergner - - PR target/87496 - * gcc.target/powerpc/pr86324-1.c: Add dg-skip-if selector. - Add -mcpu=power7 option. - -2018-11-30 David Malcolm - - PR preprocessor/88257 - * c-c++-common/Wformat-pr88257.c: New test. - * c-c++-common/Wformat-pr88257.h: New test header. - * c-c++-common/empty.h: New test header. - -2018-11-30 Sam Tebbs - - * gcc.target/arm/neon-dotprod-restriction.c: New file. - * lib/target-supports.exp - (check_effective_target_arm_v8_2a_dotprod_neon_ok_nocache): Include - stdint.h. - -2018-11-30 Martin Liska - - PR sanitizer/81715 - * c-c++-common/asan/asan-stack-small.c: New test. - -2018-11-30 Richard Biener - - * gcc.dg/gimplefe-34.c: New testcase. - * gcc.dg/gimplefe-35.c: Likewise. - -2018-11-30 Martin Liska - - PR testsuite/88265 - * gfortran.dg/simd-builtins-1.f90: Restrict to 128b vectors. - * gfortran.dg/simd-builtins-6.f90: Likewise. - -2018-11-29 Andi Kleen - - * gcc.target/i386/fentryname2.c: New test. - * gcc.target/i386/fentryname3.c: New test. - -2018-11-29 Andi Kleen - - * gcc.target/i386/fentryname1.c: New test. - -2018-11-29 Andi Kleen - - * gcc.target/i386/returninst1.c: New test. - * gcc.target/i386/returninst2.c: New test. - * gcc.target/i386/returninst3.c: New test. - -2018-11-29 Eric Botcazou - - * gcc.target/sparc/20181129-1.c: New test. - * gcc.target/sparc/20181129-2.c: Likewise. - -2018-11-29 Jakub Jelinek - - PR target/88152 - * g++.target/i386/pr88152.C: New test. - -2018-11-29 Vladimir Makarov - - * gcc.target/i386/pr34256.c: Adjust the number of expected moves. - -2018-11-29 Paolo Carlini - - * g++.dg/cpp0x/constexpr-base6b.C: New. - * g++.dg/cpp0x/constexpr-47969.C: Test locations too. - * g++.dg/cpp0x/constexpr-48324.C: Likewise. - * g++.dg/cpp0x/constexpr-ex2.C: Likewise. - * g++.dg/cpp0x/scoped_enum2.C: Likewise. - * g++.dg/cpp1y/pr63996.C: Likewise. - * g++.dg/ext/constexpr-vla5.C: Likewise. - * g++.dg/ext/stmtexpr15.C: Likewise. - * g++.dg/ext/vla1.C: Likewise. - * g++.dg/other/fold1.C: Likewise. - * g++.dg/parse/array-size2.C: Likewise. - * g++.dg/parse/crash36.C: Likewise. - * g++.dg/ubsan/pr81530.C: Likewise. - * g++.dg/warn/Wvla-1.C: Likewise. - * g++.dg/warn/Wvla-2.C: Likewise. - * g++.old-deja/g++.brendan/array1.C: Likewise. - * g++.old-deja/g++.bugs/900402_02.C: Likewise. - * g++.old-deja/g++.law/init3.C: Likewise. - * g++.old-deja/g++.mike/p6149.C: Likewise. - -2018-11-29 David Malcolm - - PR c++/88121 - * g++.dg/lookup/suggestions-scoped-enums.C: New test. - * g++.dg/lookup/suggestions-unscoped-enums.C: New test. - -2018-11-29 Peter Bergner - - PR target/87496 - * gcc.target/powerpc/pr87496.c: New test. - -2018-11-29 Martin Sebor - - PR c/88172 - PR testsuite/88208 - * gcc.dg/attr-aligned-2.c: New test. - * gcc.dg/builtin-has-attribute.c: Adjust. - * c-c++-common/builtin-has-attribute-2.c: Same. - * c-c++-common/builtin-has-attribute-3.c: Same. - * c-c++-common/builtin-has-attribute-4.c: Same. - * c-c++-common/builtin-has-attribute-5.c: New test. - * gcc.target/aarch64/attr-aligned.c: Same. - * gcc.target/i386/attr-aligned.c: Same. - * gcc.target/powerpc/attr-aligned.c: Same. - * gcc.target/sparc/attr-aligned.c: Same. - -2018-11-29 qing zhao - - * gcc.dg/live-patching-1.c: New test. - * gcc.dg/live-patching-2.c: New test. - * gcc.dg/live-patching-3.c: New test. - * gcc.dg/tree-ssa/writeonly-3.c: New test. - * gcc.target/i386/ipa-stack-alignment-2.c: New test. - -2018-11-29 Giuliano Belinassi - - * gcc.dg/sinhatanh-1.c: New test. - * gcc.dg/sinhatanh-2.c: New test. - * gcc.dg/sinhatanh-3.c: New test. - -2018-11-29 Jakub Jelinek - - PR target/54700 - * g++.target/i386/sse4_1-pr54700-1.C: New test. - * g++.target/i386/sse4_1-pr54700-2.C: New test. - * g++.target/i386/avx-pr54700-1.C: New test. - * g++.target/i386/avx-pr54700-2.C: New test. - * g++.target/i386/avx2-pr54700-1.C: New test. - * g++.target/i386/avx2-pr54700-2.C: New test. - * g++.target/i386/sse4_1-check.h: New file. - * g++.target/i386/avx-check.h: New file. - * g++.target/i386/avx2-check.h: New file. - * g++.target/i386/m128-check.h: New file. - * g++.target/i386/m256-check.h: New file. - * g++.target/i386/avx-os-support.h: New file. - - PR target/88152 - * g++.dg/tree-ssa/pr88152-1.C: New test. - * g++.dg/tree-ssa/pr88152-2.C: New test. - - PR target/88234 - * gcc.dg/ubsan/pr88234.c: New test. - -2018-11-29 Richard Biener - - PR tree-optimization/88243 - * gcc.dg/torture/pr88243.c: New testcase. - -2018-11-29 Jakub Jelinek - - PR c++/87539 - * g++.dg/cpp0x/pr87539.C: New test. - -2018-11-28 Martin Sebor - - PR c/88065 - PR c/87297 - * c-c++-common/Wsizeof-pointer-memaccess4.c: New test. - -2018-11-28 Marek Polacek - - Implement P1094R2, Nested inline namespaces. - * g++.dg/cpp2a/nested-inline-ns1.C: New test. - * g++.dg/cpp2a/nested-inline-ns2.C: New test. - -2018-11-28 Nathan Sidwell - - PR c++/87531 - * g++.dg/lookup/pr87531.C: New. - -2018-11-28 Jan Hubicka - - * gcc.dg/predict-13.c: Update template. - * gcc.dg/predict-13b.c: New testcase. - * gcc.dg/predict-22.c: New testcase. - * gcc.dg/tree-ssa/ipa-split-4.c: Change abort to other function to - get sane profile. - -2018-11-28 Marek Polacek - - PR c++/88222 - ICE with bit-field with invalid type. - * g++.dg/ext/flexary31.C: New test. - -2018-11-28 David Edelsohn - - * g++.dg/debug/dwarf2/pr86900.C: XFAIL AIX. - * g++.dg/opt/pr83084.C: XFAIL AIX. - * gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare-debug on AIX. - -2018-11-28 Richard Biener - - PR tree-optimization/88223 - * gcc.dg/torture/pr88223.c: New testcase. - -2018-11-28 Richard Biener - - PR tree-optimization/88217 - * g++.dg/pr88217.C: New testcase. - -2018-11-28 Richard Biener - - PR tree-optimization/79351 - * gcc.dg/torture/pr79351.c: New testcase. - -2018-11-28 Jakub Jelinek - - PR target/88189 - * gcc.target/i386/sse4_1-pr88189-1.c: New test. - * gcc.target/i386/sse4_1-pr88189-2.c: New test. - * gcc.target/i386/avx-pr88189-1.c: New test. - * gcc.target/i386/avx-pr88189-2.c: New test. - - PR c++/87476 - * g++.dg/cpp0x/pr87476-1.C: New test. - * g++.dg/cpp0x/pr87476-2.C: New test. - - PR c++/88215 - * c-c++-common/ubsan/pr88215.c: New test. - -2018-11-28 Richard Biener - - PR tree-optimization/88182 - * g++.dg/gomp/pr88182.C: Move from libgomp and use -fopenmp-simd. - -2018-11-27 Jakub Jelinek - - PR c++/88187 - * g++.dg/other/pr88187.C: New test. - - PR c++/88181 - * g++.dg/debug/pr88181.C: New test. - - PR middle-end/87157 - * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c (main1): Add noipa - attribute. - -2018-11-27 Martin Sebor - - PR 87756 - PR 88211 - PR 88226 - * gcc.dg/tree-ssa/builtin-fprintf-warn-1.c: Update/remove xfails. - * gcc.dg/tree-ssa/builtin-printf-warn-1.c: Same. - * gcc.dg/tree-ssa/user-printf-warn-1.c: Same. - -2018-11-27 Mike Gulick - - PR preprocessor/83173 - * gcc.dg/plugin/location-overflow-test-pr83173.c: New test. - * gcc.dg/plugin/location-overflow-test-pr83173.h: Header for - pr83173.c. - * gcc.dg/plugin/location-overflow-test-pr83173-1.h: Header for - pr83173.c. - * gcc.dg/plugin/location-overflow-test-pr83173-2.h: Header for - pr83173.c. - * gcc.dg/plugin/location_overflow_plugin.c: Use PLUGIN_PRAGMAS - instead of PLUGIN_START_UNIT. - * gcc.dg/plugin/plugin.exp: Enable new test. - -2018-11-27 Jakub Jelinek - - PR testsuite/85368 - * gcc.dg/tree-ssa/phi-opt-11.c: For branch_cost targets, expect 0 ifs - rather than 0 or 2 depending on logical_op_short_circuit. - - PR target/88188 - * gcc.target/powerpc/pr88188.c: New test. - -2018-11-27 Martin Liska - - * gfortran.dg/simd-builtins-1.f90: New test. - * gfortran.dg/simd-builtins-1.h: New test. - * gfortran.dg/simd-builtins-2.f90: New test. - * gfortran.dg/simd-builtins-3.f90: New test. - * gfortran.dg/simd-builtins-3.h: New test. - * gfortran.dg/simd-builtins-4.f: New test. - * gfortran.dg/simd-builtins-4.h: New test. - * gfortran.dg/simd-builtins-5.f: New test. - * gfortran.dg/simd-builtins-6.f90: New test. - -2018-11-27 Jozef Lawrynowicz - - * lib/target-supports.exp - (check_effective_target_logical_op_short_circuit): Add msp430. - (check_effective_target_int_eq_float): New. - (check_effective_target_ptr_eq_long): New. - * c-c++-common/pr41779.c: Require int_eq_float for dg-warning tests. - * c-c++-common/pr57371-2.c: XFAIL optimized dump scan when - sizeof (float) != sizeof (int). - * gcc.dg/pr84670-4.c: Require ptr_eq_long. - * gcc.dg/pr85859.c: Likewise. - * gcc.dg/Wno-frame-address.c: Skip for msp430-elf. - * gcc.dg/torture/stackalign/builtin-apply-2.c: Likewise. - * gcc.dg/ifcvt-4.c: Likewise. - * gcc.dg/pr34856.c: Likewise. - * gcc.dg/builtin-apply2.c: Likewise. - * gcc.dg/tree-ssa/ssa-dse-26.c: Likewise. - * gcc.dg/attr-alloc_size-11.c: Remove dg-warning XFAIL for msp430. - * gcc.dg/tree-ssa/20040204-1.c: Likewise. - * gcc.dg/compat/struct-by-value-16a_x.c: Build at -O1 for msp430 - so it fits. - * gcc.dg/lto/20091013-1_0.c: Require ptr_eq_long. - * gcc.dg/lto/20091013-1_1.c: Remove xfail-if for when - sizeof(void *) != sizeof(long). - * gcc.dg/lto/20091013-1_2.c: Likewise. - * gcc.dg/tree-ssa/loop-1.c: Fix expected dg-final behaviour for msp430. - * gcc.dg/tree-ssa/gen-vect-25.c: Likewise. - * gcc.dg/tree-ssa/gen-vect-11.c: Likewise. - * gcc.dg/tree-ssa/loop-35.c: Likewise. - * gcc.dg/tree-ssa/pr23455.c: Likewise. - * gcc.dg/weak/typeof-2.c: Likewise. - * gcc.target/msp430/interrupt_fn_placement.c: Skip for 430 ISA. - * gcc.target/msp430/pr78818-data-region.c: Fix scan-assembler text. - * gcc.target/msp430/pr79242.c: Don't skip for -msmall. - * gcc.target/msp430/special-regs.c: Use "__asm__" instead of "asm". - -2018-11-26 Martin Sebor - - PR 87756 - * gcc.dg/warn-sprintf-no-nul-2.c: Move incomplete tests from here... - * gcc.dg/warn-sprintf-no-nul-3.c: ...to here and complete them. - -2018-11-26 Marek Polacek - - PR c++/88120 - ICE when calling save_expr in a template. - * g++.dg/cpp0x/pr88120.C: New test. - -2018-11-26 Jozef Lawrynowicz - - * c-c++-common/Warray-bounds-3.c (test_strcpy_bounds): Use long instead - of int if __SIZEOF_INT__ == 2. - * c-c++-common/Wrestrict.c: Test memcpy range with smaller length when - __SIZEOF_SIZE_T < 4. - * c-c++-common/rotate-8.c: Define smaller "large" constant when - __SIZEOF_INT__ == 2. - * gcc.dg/pr53037-1.c: Add dg-require-effective-target int32. - * gcc.dg/pr53037-2.c: Likewise. - * gcc.dg/pr53037-3.c: Likewise. - * gcc.dg/pr85512.c: Likewise. - * gcc.dg/pr59963-2.c: Add dg-warning for int16. - * gcc.dg/sancov/cmp0.c: Explicitly use __INT32_TYPE__ instead of int. - * gcc.dg/tree-ssa/addadd.c: Fix dg-final directives for int16. - * gcc.dg/tree-ssa/pr79327-2.c: Likewise. - * gcc.dg/tree-ssa/builtin-sprintf-2.c: Filter out invalid tests for - int16. - * gcc.dg/tree-ssa/builtin-sprintf-warn-10.c: Update sizes in dg-warning - directives for int16. - -2018-11-26 Jozef Lawrynowicz - - * lib/target-supports.exp (check_effective_target_newlib_nano_io): New. - * gcc.c-torture/execute/920501-8.c: Register undefined linker symbol - _printf_float for newlib_nano_io target. - * gcc.c-torture/execute/930513-1.c: Likewise. - * gcc.dg/torture/builtin-sprintf.c: Likewise. - * gcc.c-torture/execute/ieee/920810-1.x: New. - -2018-11-26 Jakub Jelinek - - PR target/88195 - * gcc.target/i386/pr88195.c: New test. - - PR testsuite/88090 - * obj-c++.dg/attributes/method-nonnull-1.mm (my_size_t): New typedef. - (MyArray::removeObjectAtIndex): Use my_size_t instead of size_t and - expect it in diagnostics. - - PR c++/86900 - * g++.dg/debug/dwarf2/pr86900.C: New test. - -2018-11-26 Jozef Lawrynowicz - - * gcc.c-torture/compile/20151204.c: Add dg-require-effective-target - size20plus. - * gcc.dg/pr34225.c: Likewise. - * gcc.dg/pr40971.c: Likewise. - * gcc.dg/pr69071.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-10.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-2.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-3.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-5.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-6.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-7.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-8.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-9.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-11.c: Add dg-require-effective-target - size32plus. - * gcc.dg/Walloc-size-larger-than-4.c: Likewise. - * gcc.dg/Walloc-size-larger-than-5.c: Likewise. - * gcc.dg/Walloc-size-larger-than-6.c: Likewise. - * gcc.dg/Walloc-size-larger-than-7.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-1.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-1b.c: Likewise. - * lib/target-supports.exp (check_effective_target_size20plus): New. - (check_effective_target_size32plus): Update comment. - -2018-11-26 Uros Bizjak - - PR target/88178 - * gcc.target/pr88178.c: New test. - -2018-11-26 Matthias Klose - - * jit.dg/test-long-names.c: Fix build with -Wformat-security. - -2018-11-25 Rainer Orth - - * lib/target-supports.exp (check_compile): Handle D. - (check_effective_target_d_runtime): New proc. - * lib/gdc-dg.exp (gdc-dg-test): Demote link and run tests to - compile unless d_runtime. - * gdc.dg/runnable.d: Skip unless d_runtime. - * gdc.dg/lto/lto.exp: Require d_runtime to run tests. - -2018-11-24 Paul Thomas - - PR fortran/88143 - * gfortran.dg/associate_46.f90: New test. - -2018-11-23 Jeff Law - - PR rtl-optimization/84768 - * gcc.c-torture/compile/pr84768.c: New test. - -2018-11-23 Vladimir Makarov - - * gcc.target/powerpc/pr70669.c: Use unary minus instead of - addition. - -2018-11-23 Jakub Jelinek - - PR tree-optimization/87756 - * gcc.dg/builtin-memchr-2.c: Scan the gimple dump instead of - optimized. - * gcc.dg/builtin-memchr-3.c: Likewise. - -2018-11-23 Martin Sebor - - PR tree-optimization/87756 - * gcc.dg/builtin-memchr-2.c: New test. - * gcc.dg/builtin-memchr-3.c: Same. - * gcc.dg/warn-sprintf-no-nul-2.c: Same. - -2018-11-23 Martin Sebor - - PR testsuite/88098 - * gcc.dg/Wbuiltin-declaration-mismatch-4.c: Adjust. - * gcc.dg/Wbuiltin-declaration-mismatch-5.c: New test. - * gcc.dg/torture/pr67222.c: Adjust. - -2018-11-23 Richard Biener - - PR tree-optimization/88149 - * g++.dg/torture/pr88149.C: New testcase. - -2018-11-23 Jakub Jelinek - - PR tree-optimization/86614 - * c-c++-common/Warray-bounds-2.c (wrap_strncpy_dstarray_diff_neg, - call_strncpy_dstarray_diff_neg): Don't expect late -Warray-bounds - warnings, just early ones from FE. Remove dg-prune-output. - * c-c++-common/Warray-bounds-6.c: New test. - - * gfortran.dg/pad_source_1.f: New test. - * gfortran.dg/pad_source_2.f: New test. - * gfortran.dg/pad_source_3.f: New test. - * gfortran.dg/pad_source_4.f: New test. - * gfortran.dg/pad_source_5.f: New test. - -2018-11-22 Jan Hubicka - - PR lto/88142 - * g++.dg/lto/odr-5_0.C: New testcase. - * g++.dg/lto/odr-5_1.C: New testcase. - -2018-11-22 Jan Hubicka - - * g++.dg/lto/odr-2_0.C: Drop dg-lto-options. - * g++.dg/lto/odr-3_0.C: Likewise; harden for optimizing compilatoin. - -2018-11-22 Jakub Jelinek - - PR tree-optimization/85794 - * gcc.dg/vect/O3-pr85794.c: New test. - -2018-11-22 Vladimir Makarov - - PR rtl-optimization/87718 - * gcc.target/i386/pr82361-1.c: Check only the first operand of - moves. - -2018-11-22 Thomas Preud'homme - - * gcc.target/arm/pr85434.c: New test. - -2018-11-22 Richard Biener - - PR tree-optimization/88148 - * gfortran.dg/pr88148.f90: New testcase. - -2018-11-22 Andreas Schwab - - * g++.dg/lto/odr-2_0.C: Remove extra brace - -2018-11-22 Martin Liska - - PR sanitizer/88017 - * gcc.dg/tsan/pr88017.c: New test. - -2018-11-21 Jakub Jelinek - - PR c++/88122 - * g++.dg/cpp0x/implicit15.C: New test. - - PR c++/87386 - * g++.dg/diagnostic/pr87386.C: New test. - * g++.dg/parse/error17.C: Adjust expected diagnostics. - - PR rtl-optimization/85925 - * gcc.c-torture/execute/20181120-1.c: Require effective target - int32plus. - (u): New variable. - (main): Compare d against u.f1 rather than 0x101. Use 0x4030201 - instead of 0x10101. - -018-11-21 Lokesh Janghel - - PR target/85667 - * gcc.target/pr85667-1.c: New testcase. - * gcc.target/pr85667-2.c: New testcase. - * gcc.target/pr85667-3.c: New testcase. - * gcc.target/pr85667-4.c: New testcase. - -2018-11-21 Jan Hubicka - - PR lto/87957 - * g++.dg/lto/odr-1_0.C: Extend by mismatched enum. - * g++.dg/lto/odr-1_1.C: Extend by mismatched enum. - * g++.dg/lto/odr-2_0.C: New. - * g++.dg/lto/odr-2_1.C: New. - * g++.dg/lto/odr-3_0.C: New. - * g++.dg/lto/odr-3_1.C: New. - -2018-11-21 Jakub Jelinek - - PR target/87839 - * gcc.target/aarch64/pr87839.c: New test. - -2018-11-21 Renlin Li - - PR middle-end/84877 - * gcc.dg/pr84877.c: New. - -2018-11-21 H.J. Lu - - PR target/87317 - * gcc.target/i386/pr87317-1.c: New file. - * gcc.target/i386/pr87317-2.c: Likewise. - * gcc.target/i386/pr87317-3.c: Likewise. - * gcc.target/i386/pr87317-4.c: Likewise. - * gcc.target/i386/pr87317-5.c: Likewise. - * gcc.target/i386/pr87317-6.c: Likewise. - * gcc.target/i386/pr87317-7.c: Likewise. - * gcc.target/i386/pr87317-8.c: Likewise. - * gcc.target/i386/pr87317-9.c: Likewise. - * gcc.target/i386/pr87317-10.c: Likewise. - * gcc.target/i386/pr87317-11.c: Likewise. - * gcc.target/i386/pr87317-12.c: Likewise. - * gcc.target/i386/pr87317-13.c: Likewise. - -2018-11-21 Tom de Vries - - PR driver/79855 - * lib/options.exp (check_for_options_with_filter): New proc. - * gcc.misc-tests/help.exp: Check that --help=params lines end with - period. - -2018-11-21 Jakub Jelinek - Mark Eggleston - - * gfortran.dg/include_10.f: New test. - * gfortran.dg/include_10.inc: New file. - * gfortran.dg/include_11.f: New test. - * gfortran.dg/include_12.f: New test. - * gfortran.dg/include_13.f90: New test. - * gfortran.dg/gomp/include_1.f: New test. - * gfortran.dg/gomp/include_1.inc: New file. - * gfortran.dg/gomp/include_2.f90: New test. - -2018-11-21 Andreas Krebbel - - * gcc.target/s390/vector/align-1.c: New test. - * gcc.target/s390/vector/align-2.c: New test. - -2018-11-20 Martin Sebor - - * c-c++-common/builtin-has-attribute-2.c: New test. - * c-c++-common/builtin-has-attribute-3.c: New test. - * c-c++-common/builtin-has-attribute-4.c: New test. - * c-c++-common/builtin-has-attribute.c: New test. - * gcc.dg/builtin-has-attribute.c: New test. - * gcc.target/i386/builtin-has-attribute.c: New test. - -2018-11-20 Jan Hubicka - - PR lto/84044 - * g++.dg/lto/odr-4_0.C: New testcase. - * g++.dg/lto/odr-4_1.C: New testcase. - -2018-11-20 Jakub Jelinek - - PR c++/88110 - * g++.dg/cpp2a/constexpr-virtual13.C: New test. - - PR tree-optimization/87895 - * gcc.dg/gomp/pr87895-1.c: New test. - * gcc.dg/gomp/pr87895-2.c: New test. - * gcc.dg/gomp/pr87895-3.c: New test. - -2018-11-20 Uros Bizjak - - PR target/88070 - * gcc.target/i386/pr88070.c: New test. - -2018-11-20 Andreas Krebbel - - * gcc.target/s390/flogr-1.c: New test. - -2018-11-20 Jan Hubicka - - PR lto/87997 - * g++.dg/torture/pr87997.C: New testcase. - -2018-11-20 Jan Hubicka - - PR ipa/87706 - * gcc.dg/ipa/ctor-empty-1.c: Update template. - -2018-11-20 Richard Biener - - PR tree-optimization/88074 - * gcc.dg/pr88074.c: New testcase. - -2018-11-20 Martin Liska - - * pr57362.C: Move to g++.target/i386 folder. - * pr57548.C: Likewise. - * pr59492.C: Likewise. - * pr82625.C: Likewise. - * pr85329-2.C: Likewise. - * pr85329.C: Likewise. - -2018-11-20 Richard Biener - - PR tree-optimization/88069 - * gcc.dg/pr88069.c: New testcase. - -2018-11-20 Martin Liska - - PR ipa/88093 - * gcc.target/i386/ipa-stack-alignment.c: Add - -fomit-frame-pointer. - -2018-11-20 Ilya Leoshkevich - - PR target/88083 - * gcc.target/s390/pr88083.c: New test. - -2018-11-20 Richard Biener - - PR middle-end/83215 - * g++.dg/tree-ssa/pr83215.C: New testcase. - -2018-11-20 Eric Botcazou - - * gcc.c-torture/execute/20181120-1.c: New test. - -2018-11-20 Richard Biener - - PR tree-optimization/88087 - * gcc.dg/tree-ssa/pr88087.c: New testcase. - -2018-11-19 Paul Koning - - * gcc.c-torture/execute/align-3.c: Skip if pdp11. - * gcc.c-torture/execute/pr23467.c: Ditto. - * gcc.c-torture/execute/pr36093.c: Ditto. - * gcc.c-torture/execute/pr43783.c: Ditto. - * gcc.dg/const-elim-2.c: Xfail if pdp11. - * gcc.dg/torture/pr36400.c: Ditto. - * gcc.dg/tree-ssa/loop-1.c: Xfail for pdp11. Add pdp11 to check - for jsr. - -2018-11-19 Paul Koning - - * lib/target-supports.exp (check_weak_available): Return "no" for - pdp11. - -2018-11-19 Marek Polacek - - PR c++/87781 - detect invalid elaborated-type-specifier. - * g++.dg/parse/elab3.C: New test. - * g++.dg/template/crash115.C: Adjust dg-error. - -2018-11-19 Peter Bergner - - PR rtl-optimization/88033 - * gcc.target/i386/pr88033.c: New test. - -2018-11-19 Kyrylo Tkachov - - * gcc.target/aarch64/sve/unroll-1.c: New test. - -2018-11-19 David Malcolm - - PR tree-optimization/87025 - * gcc.dg/pr87025.c: New test. - -2018-11-19 Jakub Jelinek - - PR tree-optimization/88071 - * gcc.dg/pr88071.c: New test. - - PR c++/60994 - * g++.dg/lookup/pr60994.C: New test. - - PR debug/87039 - * g++.dg/gomp/pr78363-4.C: New test. - * g++.dg/gomp/pr78363-5.C: New test. - * g++.dg/gomp/pr78363-6.C: New test. - * g++.dg/gomp/pr78363-7.C: New test. - -2018-11-19 Richard Biener - - PR lto/87229 - * g++.dg/lto/pr87229_0.C: New testcase. - -2018-11-19 Martin Liska - - PR lto/88077 - * gcc.dg/lto/pr88077_0.c: New test. - * gcc.dg/lto/pr88077_1.c: New test. - -2018-11-19 Martin Liska - - * g++.dg/gcov/pr84548.C: Remove remove-gcda. - * g++.dg/gcov/ternary.C: Likewise. - * lib/gcov.exp: Support pattern of following form: - count(1*). - -2018-11-19 Eric Botcazou - - * gcc.target/visium/overflow8.c: Remove -fno-if-conversion and - unrelated final test. - * gcc.target/visium/overflow16: Likewise. - * gcc.target/visium/overflow32.c: Likewise. - -2018-11-18 Paolo Carlini - - * g++.dg/template/crash91.C: Check location too. - -2018-11-19 Martin Liska - - PR gcov-profile/88045 - * g++.dg/gcov/pr88045.C: New test. - -2018-11-18 Thomas Koenig - - PR fortran/88073 - * gfortran.dg/where_7.f90: New test. - -2018-11-18 Thomas Koenig - - PR fortran/70260 - * gfortran.dg/proc_ptr_result_5.f90: Add dg-error directive. - * gfortran.dg/protected_4.f90: Split line to allow for extra error. - * gfortran.dg/protected_6.f90: Likewise. - * gfortran.dg/assign_11.f90: New test. - * gfortran.dg/pointer_assign_12.f90: New test. - -2018-11-17 Jakub Jelinek - - PR tree-optimization/87546 - * gcc.dg/vect/O3-pr87546.c: New test. - -2018-11-17 Jozef Lawrynowicz - - PR middle-end/87854 - * g++.dg/parse/concat1.C: Add dg-error for targets with size_t < 32 - bits. Update comment. - * gcc.dg/concat2.c: Likewise. - * gcc.c-torture/compile/pr46534.c: Likewise. - -2018-11-16 Jakub Jelinek - - PR c++/87269 - * g++.dg/lookup/pr87269.C (std::size_t): New typedef. - (operator"" _a) Change unsigned long type to std::size_t. - -2018-11-16 Michael Meissner - - * gcc.target/powerpc/fusion3.c: Delete. - * gcc.target/powerpc/fusion4.c: Delete. - -2018-11-16 Jakub Jelinek - - PR rtl-optimization/87475 - * g++.dg/opt/pr87475.C: New test. - -2018-11-16 Matthew Malcomson - - * gcc.c-torture/execute/printf-2.c: Skip on wrapped boards. - * gcc.c-torture/execute/user-printf.c: Likewise. - -2018-11-16 Nathan Sidwell - - PR c++/87269 - * g++.dg/lookup/pr87269.C: New. - -2018-11-16 Richard Biener - - PR testsuite/88053 - * g++.dg/lto/pr54625-2_0.c: Add -w. - -2018-11-16 Ilya Leoshkevich - - * gcc.target/s390/md/rXsbg_mode_sXl.c: Do not use arithmetic in - r{o,x}sbg expectations. - * gcc.target/s390/risbg-ll-2.c: Likewise. - -2018-11-16 Richard Biener - - PR testsuite/88053 - * g++.dg/lto/pr54625-1_0.c: Add -w. - -2018-11-15 Martin Sebor - - PR c++/87541 - PR c++/87542 - * g++.dg/ext/attr-alloc_size.C: New test. - * c-c++-common/pr71574.c: Adjust diagnostics. - * c-c++-common/attributes-1.c: Same. - * gcc.dg/attr-alloc_align-2.c: Same. - * gcc.dg/attr-alloc_align-4.c: New test. - * gcc.dg/attr-alloc_size-2.c: Adjust diagnostics. - * gcc.dg/attr-alloc_size.c: Same. - * gcc.dg/attr-assume_aligned-4.c: New test. - * gcc.dg/format/attr-3.c: Adjust diagnostics. - * gcc.dg/nonnull-2.c: Same. - * gcc.dg/torture/pr80612.c: Same. - * obj-c++.dg/attributes/method-format-1.mm: Same. - * obj-c++.dg/attributes/method-nonnull-1.mm: Same. - * objc.dg/attributes/method-format-1.m: same. - * objc.dg/attributes/method-nonnull-1.m: Same. - -2018-11-15 Martin Sebor - - PR c/83656 - * gcc.dg/20021006-1.c - * gcc.dg/Wbuiltin-declaration-mismatch.c: New test. - * gcc.dg/Wbuiltin-declaration-mismatch-2.c: New test. - * gcc.dg/Wbuiltin-declaration-mismatch-3.c: New test. - * gcc.dg/Wbuiltin-declaration-mismatch-4.c: New test. - * gcc.dg/Walloca-16.c: Adjust. - * gcc.dg/Wrestrict-4.c: Adjust. - * gcc.dg/Wrestrict-5.c: Adjust. - * gcc.dg/atomic/stdatomic-generic.c: Adjust. - * gcc.dg/atomic/stdatomic-lockfree.c: Adjust. - * gcc.dg/initpri1.c: Adjust. - * gcc.dg/pr15698-1.c: Adjust. - * gcc.dg/pr69156.c: Adjust. - * gcc.dg/pr83463.c: Adjust. - * gcc.dg/redecl-4.c: Adjust. - * gcc.dg/tls/thr-init-2.c: Adjust. - * gcc.dg/torture/pr55890-2.c: Adjust. - * gcc.dg/torture/pr55890-3.c: Adjust. - * gcc.dg/torture/pr67741.c: Adjust. - * gcc.dg/torture/stackalign/sibcall-1.c: Adjust. - * gcc.dg/torture/tls/thr-init-1.c: Adjust. - * gcc.dg/tree-ssa/builtins-folding-gimple-ub.c: Adjust. - -2018-11-15 Nathan Sidwell - - PR c++/86246 - PR c++/87989 - * g++.dg/template/pr86246.C: New. - * g++.dg/template/pr87989.C: New. - -2018-11-15 Paolo Carlini - - * g++.dg/cpp0x/constexpr-diag3.C: Check locations too. - * g++.dg/cpp0x/constexpr-ice19.C: Likewise. - * g++.dg/cpp0x/constexpr-nonlit2.C: Likewise. - * g++.dg/cpp1z/constexpr-lambda15.C: Likewise. - * g++.dg/ext/constexpr-vla5.C: Likewise. - * g++.dg/gomp/pr85134.C: Likewise. - -2018-11-15 Nathan Sidwell - - DR 2336 - * g++.dg/cpp1y/pr79393-3.C: New. - -2018-11-15 David Malcolm - - PR other/19165 - * c-c++-common/diagnostic-format-json-1.c: New test. - * c-c++-common/diagnostic-format-json-2.c: New test. - * c-c++-common/diagnostic-format-json-3.c: New test. - * c-c++-common/diagnostic-format-json-4.c: New test. - * c-c++-common/diagnostic-format-json-5.c: New test. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c - (custom_diagnostic_finalizer): Add diagnostic_t param. - * gcc.dg/plugin/location_overflow_plugin.c - (verify_unpacked_ranges): Likewise. - (verify_no_columns): Likewise. - * gfortran.dg/diagnostic-format-json-1.F90: New test. - * gfortran.dg/diagnostic-format-json-2.F90: New test. - * gfortran.dg/diagnostic-format-json-3.F90: New test. - -2018-11-15 Richard Biener - - PR middle-end/88029 - * gcc.dg/tree-ssa/pr88029.c: New testcase. - -2018-11-15 Richard Biener - - PR tree-optimization/88031 - * gcc.dg/pr88031.c: New testcase. - -2018-11-15 Wilco Dijkstra - - * gcc.target/aarch64/pr62178.c: Fix spaces. - -2018-11-15 Richard Biener - - PR tree-optimization/88030 - * gcc.dg/tsan/pr88030.c: New testcase. - -2018-11-15 Jakub Jelinek - - PR rtl-optimization/88018 - * g++.dg/tsan/pr88018.C: New test. - -2018-11-15 Richard Biener - - PR middle-end/87917 - * gcc.dg/tree-ssa/pr87917.c: New testcase. - -2018-11-15 Bin Cheng - - PR tree-optimization/84648 - * gcc.dg/tree-ssa/pr84648.c: New test. - * gcc.dg/pr68317.c: Add warning check on overflow. - -2018-11-14 Nathan Sidwell - - PR debug/88006 - PR debug/87462 - * g++.dg/debug/dwarf2/pr87462.C: New. - * g++.dg/debug/dwarf2/pr88006.C: New. - -2018-11-14 Paolo Carlini - - * g++.dg/cpp0x/nsdmi-union6.C: Test locations too. - * g++.dg/cpp0x/nsdmi6.C: Likewise. - * g++.dg/ext/flexary4.C: Likewise. - * g++.dg/ext/flexary9.C: Likewise. - * g++.dg/other/incomplete2.C: Likewise. - * g++.dg/parse/friend12.C: Likewise. - -2018-11-14 Jakub Jelinek - - P1236R1 - Signed integers are two's complement - * g++.dg/cpp2a/constexpr-shift1.C: New test. - * g++.dg/warn/permissive-1.C (enum A, enum D): Don't expect - diagnostics here for c++2a. - * g++.dg/cpp0x/constexpr-shift1.C (fn3, i3, fn4, i4): Don't expect - diagnostics here for c++2a. - * g++.dg/cpp0x/constexpr-60049.C (f3, x3, y3): Likewise. - * g++.dg/ubsan/cxx11-shift-1.C (main): Add some further tests. - * g++.dg/ubsan/cxx11-shift-2.C (main): Likewise. - * g++.dg/ubsan/cxx2a-shift-1.C: New test. - * g++.dg/ubsan/cxx2a-shift-2.C: New test. - -2018-11-14 Jeff Law - - * gcc.c-torture/compile/20181114.c: New test. - -2018-11-14 Richard Biener - - PR middle-end/87985 - * gcc.dg/pr87985.c: New testcase. - -2018-11-14 Ilya Leoshkevich - - * gcc.target/s390/mrecord-mcount.c (profileme): Expect .long in - 31-bit mode. - -2018-11-14 Ilya Leoshkevich - - * gcc.target/s390/global-array-almost-huge-element.c: Run only - in 64-bit mode. - * gcc.target/s390/global-array-almost-negative-huge-element.c: - Likewise. - * gcc.target/s390/global-array-even-element.c: Likewise. - -2018-11-14 Wilco Dijkstra - Jackson Woodruff - - PR 71026/tree-optimization - * gcc.dg/div-cmp-1.c: New test. - * gcc.dg/div-cmp-2.c: New test. - -2018-11-14 Jakub Jelinek - - PR other/88007 - * gcc.dg/pr88007.c: New test. - - PR rtl-optimization/87817 - * gcc.target/i386/bmi2-bzhi-3.c (main): Add a couple of new tests. - -2018-11-14 Wilco Dijkstra - - * gcc.target/aarch64/pr62178.c: Relax scan-assembler checks. - -2018-11-14 Patrick Bernardi - - * gnat.dg/rt_signals.adb: New testcase. - -2018-11-14 Hristian Kirtchev - - * gnat.dg/ghost1.adb, gnat.dg/ghost1.ads: New testcase. - -2018-11-14 Javier Miranda - - * gnat.dg/equal5.adb, gnat.dg/equal5.ads: New testcase. - -2018-11-14 Eric Botcazou - - * gnat.dg/compile_time_error1.adb, - gnat.dg/compile_time_error1.ads, - gnat.dg/compile_time_error1_pkg.ads: New testcase. - -2018-11-14 Justin Squirek - - * gnat.dg/generic_pkg.adb: New testcase. - -2018-11-14 Ed Schonberg - - * gnat.dg/limited_aggr.adb, gnat.dg/limited_aggr.ads: New - testcase. - -2018-11-14 Justin Squirek - - * gnat.dg/enum5.adb: New testcase. - -2018-11-14 Hristian Kirtchev - - * gnat.dg/bip_exception.adb, gnat.dg/bip_exception.ads, - gnat.dg/bip_exception_pkg.ads: New testcase. - -2018-11-14 Hristian Kirtchev - - * gnat.dg/equal4.adb, gnat.dg/equal4.ads, - gnat.dg/equal4_controlled_filter.ads, - gnat.dg/equal4_full_selector_filter.ads, - gnat.dg/equal4_smart_pointers.ads: New testcase. - -2018-11-14 Piotr Trojanek - - * gnat.dg/generic_actuals.adb: New testcase. - -2018-11-14 Richard Biener - - PR tree-optimization/87974 - * g++.dg/opt/pr87974.C: New testcase. - -2018-11-14 Jakub Jelinek - - PR tree-optimization/87977 - * gcc.dg/recip_sqrt_mult_1.c: Add -fcompare-debug to dg-options. - * gcc.dg/recip_sqrt_mult_2.c: Likewise. - * gcc.dg/recip_sqrt_mult_3.c: Likewise. - * gcc.dg/recip_sqrt_mult_4.c: Likewise. - * gcc.dg/recip_sqrt_mult_5.c: Likewise. - -2018-11-13 Peter Bergner - - PR rtl-optimization/87507 - * gcc.target/powerpc/pr87507.c: New test. - * gcc.target/powerpc/pr68805.c: Update expected results. - -2018-11-13 Jakub Jelinek - - PR tree-optimization/87898 - * gcc.dg/gomp/pr87898.c: New test. - -2018-11-13 David Malcolm - - * g++.dg/plugin/comment_plugin.c: Replace "source_location" with - "location_t". - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c: Likewise. - -2018-11-13 Martin Sebor - - PR middle-end/81824 - * gcc.dg/attr-copy-5.c: New test. - * gcc.dg/tls/diag-6.c: Adjust expected diagnostics. - -2018-11-13 Richard Biener - - PR tree-optimization/86991 - * gcc.dg/pr86991.c: New testcase. - -2018-11-13 David Malcolm - - PR ipa/87955 - * gcc.target/i386/pr87955.c: New test. - -2018-11-12 Aldy Hernandez - - * gcc.dg/tree-ssa/pr64130.c: Adjust for new value_range pretty - printer. - * gcc.dg/tree-ssa/vrp92.c: Same. - -2018-11-13 Richard Biener - - PR tree-optimization/87931 - * gcc.dg/graphite/pr87931.c: New testcase. - -2018-11-13 Martin Liska - - PR sanitizer/87930 - * gcc.target/i386/pr87930.c: New test. - -2018-11-13 Richard Biener - - PR tree-optimization/87962 - * gcc.dg/pr87962.c: New testcase. - -2018-11-13 Richard Biener - - PR tree-optimization/87967 - * g++.dg/opt/pr87967.C: New testcase. - -2018-11-13 Claudiu Zissulescu - - * gcc.target/arc/builtin_eh.c: New test. - -2018-11-13 Claudiu Zissulescu - - * gcc.target/arc/firq-1.c: Update test. - * gcc.target/arc/firq-3.c: Likewise. - * gcc.target/arc/firq-4.c: Likewise. - * gcc.target/arc/interrupt-6.c: Likewise. - -2018-11-13 Jakub Jelinek - - PR rtl-optimization/87918 - * gcc.target/i386/pr87918.c: New test. - -2018-11-13 Alan Modra - - * gcc.target/powerpc/rotmask.c: New. - -2018-11-13 Kugan Vivekanandarajah - - PR middle-end/86677 - PR middle-end/87528 - * g++.dg/tree-ssa/pr86544.C: Run only for target supporting popcount - pattern. - * gcc.dg/tree-ssa/popcount.c: Likewise. - * gcc.dg/tree-ssa/popcount2.c: Likewise. - * gcc.dg/tree-ssa/popcount3.c: Likewise. - * gcc.target/aarch64/popcount4.c: New test. - * lib/target-supports.exp (check_effective_target_popcountl): New. - -2018-11-12 Martin Liska - - PR gcov-profile/87442 - * gcc.dg/profile-filtering-1.c: New test. - * gcc.dg/profile-filtering-2.c: New test. - -2018-11-12 Martin Sebor - - PR c/81824 - * gcc.dg/Wattribute-alias.c: Require ifunc support. - -2018-11-12 Renlin Li - - PR target/87815 - * gcc.target/aarch64/sve/pr87815.c: New. - -2018-11-12 Sudakshina Das - - * gcc.target/arm/multilib.exp: Add some -march=armv8.5-a - combination tests. - -2018-11-11 Xianmiao Qu - - * gcc.target/csky/fnmul-1.c: New. - * gcc.target/csky/fnmul-2.c: New. - * gcc.target/csky/fnmul-3.c: New. - * gcc.target/csky/fnmul-4.c: New. - -2018-11-11 Uros Bizjak - - PR target/87928 - * gcc.target/i386/pr87928.c: New test. - -2018-11-09 Martin Sebor - - PR testsuite/87965 - * c-c++-common/pr60226.c: Adjust text of expected diagnostic. - * gcc.dg/pr39323-1.c: Ditto. - -2018-11-09 Paul Koning - - * gcc.dg/Walloca-16.c: Ignore conflicting types for built-in - warnings. - * gcc.dg/Wrestrict-4.c: Ditto. - * gcc.dg/Wrestrict-5.c: Ditto. - * gcc.dg/pr83463.c: Ditto. - * gcc.dg/torture/pr55890-2.c: Ditto. - * gcc.dg/torture/pr55890-3.c: Ditto. - * gcc.dg/torture/pr71816.c: Ditto. - -2018-11-09 Jakub Jelinek - - * c-c++-common/gomp/clauses-5.c: New test. - - * c-c++-common/gomp/requires-1.c: Prune not supported yet messages. - * c-c++-common/gomp/requires-2.c: Likewise. - * c-c++-common/gomp/requires-4.c: Likewise. - - * c-c++-common/gomp/lastprivate-conditional-1.c: New test. - * c-c++-common/gomp/lastprivate-conditional-2.c: New test. - -2018-11-09 Jeff Law - - gcc.dg/torture/stackalign/builtin-apply-2.c: Skip on v850. - -2018-11-09 Martin Sebor - - PR middle-end/81824 - * gcc.dg/Wattribute-alias.c: New test. - * gcc.dg/Wmissing-attributes.c: New test. - * gcc.dg/attr-copy.c: New test. - * gcc.dg/attr-copy-2.c: New test. - * gcc.dg/attr-copy-3.c: New test. - * gcc.dg/attr-copy-4.c: New test. - -2018-11-09 Martin Sebor - - PR c/87795 - * gcc.dg/attr-aligned.c: New test. - -2018-11-09 Martin Liska - - * gcc.target/i386/ipa-stack-alignment.c: New test. - -2018-11-09 Martin Liska - - * gcc.dg/tree-ssa/writeonly-2.c: New test. - -2018-11-09 Jakub Jelinek - - * gcc.dg/gomp/workshare-reduction-1.c: New test. - * gcc.dg/gomp/workshare-reduction-2.c: New test. - * gcc.dg/gomp/workshare-reduction-3.c: New test. - * gcc.dg/gomp/workshare-reduction-4.c: New test. - * gcc.dg/gomp/workshare-reduction-5.c: New test. - * gcc.dg/gomp/workshare-reduction-6.c: New test. - * gcc.dg/gomp/workshare-reduction-7.c: New test. - * gcc.dg/gomp/workshare-reduction-8.c: New test. - * gcc.dg/gomp/workshare-reduction-9.c: New test. - * gcc.dg/gomp/workshare-reduction-10.c: New test. - * gcc.dg/gomp/workshare-reduction-11.c: New test. - * gcc.dg/gomp/workshare-reduction-12.c: New test. - * gcc.dg/gomp/workshare-reduction-13.c: New test. - * gcc.dg/gomp/workshare-reduction-14.c: New test. - * gcc.dg/gomp/workshare-reduction-15.c: New test. - * gcc.dg/gomp/workshare-reduction-16.c: New test. - * gcc.dg/gomp/workshare-reduction-17.c: New test. - * gcc.dg/gomp/workshare-reduction-18.c: New test. - * gcc.dg/gomp/workshare-reduction-19.c: New test. - * gcc.dg/gomp/workshare-reduction-20.c: New test. - * gcc.dg/gomp/workshare-reduction-21.c: New test. - * gcc.dg/gomp/workshare-reduction-22.c: New test. - * gcc.dg/gomp/workshare-reduction-23.c: New test. - * gcc.dg/gomp/workshare-reduction-24.c: New test. - * gcc.dg/gomp/workshare-reduction-25.c: New test. - * gcc.dg/gomp/workshare-reduction-26.c: New test. - * gcc.dg/gomp/workshare-reduction-27.c: New test. - * gcc.dg/gomp/workshare-reduction-28.c: New test. - * gcc.dg/gomp/workshare-reduction-29.c: New test. - * gcc.dg/gomp/workshare-reduction-30.c: New test. - * gcc.dg/gomp/workshare-reduction-31.c: New test. - * gcc.dg/gomp/workshare-reduction-32.c: New test. - * gcc.dg/gomp/workshare-reduction-33.c: New test. - * gcc.dg/gomp/workshare-reduction-34.c: New test. - * gcc.dg/gomp/workshare-reduction-35.c: New test. - * gcc.dg/gomp/workshare-reduction-36.c: New test. - * gcc.dg/gomp/workshare-reduction-37.c: New test. - * gcc.dg/gomp/workshare-reduction-38.c: New test. - * gcc.dg/gomp/workshare-reduction-39.c: New test. - * gcc.dg/gomp/workshare-reduction-40.c: New test. - * gcc.dg/gomp/workshare-reduction-41.c: New test. - * gcc.dg/gomp/workshare-reduction-42.c: New test. - * gcc.dg/gomp/workshare-reduction-43.c: New test. - * gcc.dg/gomp/workshare-reduction-44.c: New test. - * gcc.dg/gomp/workshare-reduction-45.c: New test. - * gcc.dg/gomp/workshare-reduction-46.c: New test. - * gcc.dg/gomp/workshare-reduction-47.c: New test. - * gcc.dg/gomp/workshare-reduction-48.c: New test. - * gcc.dg/gomp/workshare-reduction-49.c: New test. - * gcc.dg/gomp/workshare-reduction-50.c: New test. - * gcc.dg/gomp/workshare-reduction-51.c: New test. - * gcc.dg/gomp/workshare-reduction-52.c: New test. - * gcc.dg/gomp/workshare-reduction-53.c: New test. - * gcc.dg/gomp/workshare-reduction-54.c: New test. - * gcc.dg/gomp/workshare-reduction-55.c: New test. - * gcc.dg/gomp/workshare-reduction-56.c: New test. - * gcc.dg/gomp/workshare-reduction-57.c: New test. - * gcc.dg/gomp/workshare-reduction-58.c: New test. - -2018-11-09 Stafford Horne - Richard Henderson - - * gcc.c-torture/execute/20101011-1.c: Adjust for OpenRISC. - * gcc.dg/20020312-2.c: Likewise. - * gcc.dg/attr-alloc_size-11.c: Likewise. - * gcc.dg/builtin-apply2.c: Likewise. - * gcc.dg/nop.h: Likewise. - * gcc.dg/torture/stackalign/builtin-apply-2.c: Likewise. - * gcc.dg/tree-ssa/20040204-1.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. - * lib/target-supports.exp - (check_effective_target_logical_op_short_circuit): Add or1k*-*-*. - * gcc.target/or1k/*: New. - -2018-11-09 Richard Biener - - PR tree-optimization/87621 - * g++.dg/vect/pr87621.cc: New testcase. - -2018-11-09 Alexandre Oliva - - PR rtl-optimization/86438 - * gcc.dg/torture/pr86438.c: New. - - PR target/87793 - * gcc.dg/pr87793.c: New. - -2018-11-09 Prathamesh Kulkarni - - * gcc.target/arm/neon-vect-div-1.c: New test. - * gcc.target/arm/neon-vect-div-2.c: Likewise. - -2018-11-08 Andi Kleen - - * gcc.target/i386/ptwrite1.c: New test. - * gcc.target/i386/ptwrite2.c: New test. - -2018-11-08 Jerry DeLisle - - PR libfortran/78351 - * gfortran.dg/read_legacy_comma.f90: New test. - -2018-11-08 Peter Bergner - - PR rtl-optimization/87600 - * gcc.dg/pr87600.h: New file. - * gcc.dg/pr87600-1.c: New test. - * gcc.dg/pr87600-2.c: Likewise. - -2018-11-08 Jakub Jelinek - - * c-c++-common/gomp/atomic-17.c: New test. - * c-c++-common/gomp/atomic-18.c: New test. - * c-c++-common/gomp/atomic-19.c: New test. - * c-c++-common/gomp/atomic-20.c: New test. - * c-c++-common/gomp/atomic-21.c: New test. - * c-c++-common/gomp/atomic-22.c: New test. - * c-c++-common/gomp/clauses-1.c (r2): New variable. - (foo): Add ntm argument and test if and nontemporal clauses on - constructs with simd. - (bar): Put taskloop simd inside of taskgroup with task_reduction, - use in_reduction clause instead of reduction. Add another - taskloop simd without nogroup clause, but with reduction clause and - a new in_reduction. Add ntm and i3 arguments. Test if and - nontemporal clauses on constructs with simd. Change if clauses on - some constructs from specific to the particular constituents to one - without a modifier. Add new tests for combined host teams and for - new parallel master and {,parallel }master taskloop{, simd} combined - constructs. - (baz): New function with host teams tests. - * gcc.dg/gomp/combined-1.c: Moved to ... - * c-c++-common/gomp/combined-1.c: ... here. Adjust expected library - call. - * c-c++-common/gomp/combined-2.c: New test. - * c-c++-common/gomp/combined-3.c: New test. - * c-c++-common/gomp/critical-1.c: New test. - * c-c++-common/gomp/critical-2.c: New test. - * c-c++-common/gomp/default-1.c: New test. - * c-c++-common/gomp/defaultmap-1.c: New test. - * c-c++-common/gomp/defaultmap-2.c: New test. - * c-c++-common/gomp/defaultmap-3.c: New test. - * c-c++-common/gomp/depend-5.c: New test. - * c-c++-common/gomp/depend-6.c: New test. - * c-c++-common/gomp/depend-iterator-1.c: New test. - * c-c++-common/gomp/depend-iterator-2.c: New test. - * c-c++-common/gomp/depobj-1.c: New test. - * c-c++-common/gomp/flush-1.c: New test. - * c-c++-common/gomp/flush-2.c: New test. - * c-c++-common/gomp/for-1.c: New test. - * c-c++-common/gomp/for-2.c: New test. - * c-c++-common/gomp/for-3.c: New test. - * c-c++-common/gomp/for-4.c: New test. - * c-c++-common/gomp/for-5.c: New test. - * c-c++-common/gomp/for-6.c: New test. - * c-c++-common/gomp/for-7.c: New test. - * c-c++-common/gomp/if-1.c (foo): Add some further tests. - * c-c++-common/gomp/if-2.c (foo): Likewise. Expect slightly different - diagnostics wording in one case. - * c-c++-common/gomp/if-3.c: New test. - * c-c++-common/gomp/master-combined-1.c: New test. - * c-c++-common/gomp/master-combined-2.c: New test. - * c-c++-common/gomp/nontemporal-1.c: New test. - * c-c++-common/gomp/nontemporal-2.c: New test. - * c-c++-common/gomp/reduction-task-1.c: New test. - * c-c++-common/gomp/reduction-task-2.c: New test. - * c-c++-common/gomp/requires-1.c: New test. - * c-c++-common/gomp/requires-2.c: New test. - * c-c++-common/gomp/requires-3.c: New test. - * c-c++-common/gomp/requires-4.c: New test. - * c-c++-common/gomp/schedule-modifiers-1.c (bar): Don't expect - diagnostics for nonmonotonic modifier with static, runtime or auto - schedule kinds. - * c-c++-common/gomp/simd7.c: New test. - * c-c++-common/gomp/target-data-1.c: New test. - * c-c++-common/gomp/taskloop-reduction-1.c: New test. - * c-c++-common/gomp/taskwait-depend-1.c: New test. - * c-c++-common/gomp/teams-1.c: New test. - * c-c++-common/gomp/teams-2.c: New test. - * gcc.dg/gomp/appendix-a/a.24.1.c: Update from OpenMP examples. Add - shared(c) clause. - * gcc.dg/gomp/atomic-5.c (f1): Add another expected error. - * gcc.dg/gomp/clause-1.c: Adjust expected diagnostics for const - qualified vars without mutable member no longer being predeterined - shared. - * gcc.dg/gomp/sharing-1.c: Likewise. - * g++.dg/gomp/clause-3.C: Likewise. - * g++.dg/gomp/member-2.C: Likewise. - * g++.dg/gomp/predetermined-1.C: Likewise. - * g++.dg/gomp/private-1.C: Likewise. - * g++.dg/gomp/sharing-1.C: Likewise. - * g++.dg/gomp/sharing-2.C: Likewise. Add a few tests with aggregate - const static data member without mutable elements. - * gcc.dg/gomp/for-4.c: Expected nonmonotonic functions in the dumps. - * gcc.dg/gomp/for-5.c: Likewise. - * gcc.dg/gomp/for-6.c: Change expected library call. - * gcc.dg/gomp/pr39495-2.c (foo): Don't expect errors on !=. - * gcc.dg/gomp/reduction-2.c: New test. - * gcc.dg/gomp/simd-1.c: New test. - * gcc.dg/gomp/teams-1.c: Adjust expected diagnostic lines. - * g++.dg/gomp/atomic-18.C: New test. - * g++.dg/gomp/atomic-19.C: New test. - * g++.dg/gomp/atomic-5.C (f1): Adjust expected lines of read-only - variable messages. Add another expected error. - * g++.dg/gomp/critical-3.C: New test. - * g++.dg/gomp/depend-iterator-1.C: New test. - * g++.dg/gomp/depend-iterator-2.C: New test. - * g++.dg/gomp/depobj-1.C: New test. - * g++.dg/gomp/doacross-1.C: New test. - * g++.dg/gomp/for-21.C: New test. - * g++.dg/gomp/for-4.C: Expected nonmonotonic functions in the dumps. - * g++.dg/gomp/for-5.C: Likewise. - * g++.dg/gomp/for-6.C: Change expected library call. - * g++.dg/gomp/loop-4.C: New test. - * g++.dg/gomp/pr33372-1.C: Adjust location of the expected - diagnostics. - * g++.dg/gomp/pr33372-3.C: Likewise. - * g++.dg/gomp/pr39495-2.C (foo): Don't expect errors on !=. - * g++.dg/gomp/simd-2.C: New test. - * g++.dg/gomp/tpl-atomic-2.C: Adjust expected diagnostic lines. - -2018-11-08 Uros Bizjak - - * gcc.dg/pr87874.c (em): Declare uint64_max as - const unsigned long long int. - -2018-11-08 Jozef Lawrynowicz - - * gcc.dg/attr-alloc_size-10.c: Fix calculation of USHRT_MAX to prevent - integer overflow when sizeof(short) == sizeof(int). - * gcc.dg/attr-alloc_size-11.c: Likewise. - * gcc.dg/attr-alloc_size-3.c: Likewise. - * gcc.dg/attr-alloc_size-5.c: Likewise. - * gcc.dg/builtin-stringop-chk-7.c: Likewise. - -2018-11-08 Jozef Lawrynowicz - - * c-c++-common/patchable_function_entry-decl.c: Add regex to search for - uppercase "NOP" instructions in assembler output. - * c-c++-common/patchable_function_entry-default.c: Likewise. - * c-c++-common/patchable_function_entry-definition.c: Likewise. - -2018-11-08 Jozef Lawrynowicz - - * c-c++-common/pr27336.c: Skip test if the target keeps null pointer - checks. - * gcc.dg/addr_equal-1.c: Likewise. - * gcc.dg/tree-ssa/pr78154.c: Likewise. - * gcc.dg/tree-ssa/vrp111.c: Likewise. - -2018-11-08 Jozef Lawrynowicz - - * lib/gcc-dg.exp (gcc-dg-prune): Add new regexps for when the size of - an output section is too large for a memory region, or a memory - region overflows. - -2018-11-08 Eric Botcazou - - * gnat.dg/null_pointer_deref1.adb: Remove -gnatp and add pragma. - * gnat.dg/null_pointer_deref2.adb: Likewise. - * gnat.dg/null_pointer_deref3.adb: Likewise. - * gnat.dg/opt74.adb: New test. - * gnat.dg/opt74_pkg.ad[sb]: New helper. - * gnat.dg/warn12.adb: Delete. - * gnat.dg/warn12_pkg.ads: Likewise. - -2018-11-08 David Malcolm - - PR ipa/86395 - * g++.dg/ipa/devirt-12.C: Add "-all" suffix to - "-fdump-ipa-inline". - * g++.dg/ipa/imm-devirt-1.C: Add "-optimized" suffix to - "-fdump-tree-einline". - * g++.dg/tree-prof/inline_mismatch_args.C: Add "-all" suffix to - "-fdump-tree-einline". - * g++.dg/tree-ssa/inline-1.C: Add "-optimized" suffix to - "-fdump-tree-einline". - * g++.dg/tree-ssa/inline-2.C: Likewise. - * g++.dg/tree-ssa/inline-3.C: Likewise. - * g++.dg/tree-ssa/inline-4.C: New test, based on inline-1.C, but - using "-fopt-info-inline". - * gcc.dg/ipa/fopt-info-inline-1.c: New test. - * gcc.dg/ipa/inline-4.c: Add "-all" suffix to - "-fdump-ipa-inline". Add "-fopt-info-inline" and dg-optimized - directive. - * gcc.dg/ipa/inline-7.c: Add "-optimized" suffix to - "-fdump-tree-einline". Add "-fopt-info-inline" and dg-optimized - directive. Update scan-tree-dump-times to reflect /order - suffixes. - * gcc.dg/ipa/inlinehint-4.c: Update scan-tree-dump-times to - reflect /order suffixes. - * gcc.dg/plugin/dump-1.c: Add "-loop" to "-fopt-info-note" to - avoid getting extra messages from inliner. - * gcc.dg/plugin/dump-2.c: Likewise. - * gcc.dg/pr26570.c: Add dg-prune-output to ignore new - "function body not available" missed optimization messages. - * gcc.dg/pr71969-2.c: Update scan-tree-dump-times to reflect - /order suffixes. - * gcc.dg/pr71969-3.c: Likewise. - * gcc.dg/tree-ssa/inline-11.c: Add "-all" suffix to - "-fdump-tree-einline". - * gcc.dg/tree-ssa/inline-3.c: Add "-optimized" suffix to - "-fdump-tree-einline". Update scan-tree-dump-times to reflect - /order suffixes. - * gcc.dg/tree-ssa/inline-4.c: Add "-optimized" suffix to - "-fdump-tree-einline". Add "-fopt-info-inline" and dg-optimized - directive. - * gcc.dg/tree-ssa/inline-8.c: Add "-optimized" suffix to - "-fdump-tree-einline". - * gfortran.dg/pr79966.f90: Update scan-ipa-dump to reflect /order - suffixes. - -2018-11-08 David Malcolm - - * gcc.dg/format/gcc_diag-10.c: Add coverage for %f. - -2018-11-08 David Malcolm - - * gcc.dg/format/gcc_diag-10.c (cgraph_node): New typedef. - (test_dump): Add testing of %C. - -2018-11-08 Eric Botcazou - - * g++.dg/other/pr87916.C: New test. - -2018-11-08 Richard Biener - - PR tree-optimization/87929 - * gcc.dg/pr87929.c: New testcase. - -2018-11-08 Martin Liska - - * gcc.dg/pr87811.c: Update scanned pattern. - * gcc.dg/pr87811-2.c: Likewise. - -2018-11-08 Rainer Orth - - * g++.dg/lto/pr87906_0.C: Use moon instead of possibly predefined - sun. - * g++.dg/lto/pr87906_1.C: Likewise. - -2018-11-08 Richard Biener - - PR tree-optimization/87913 - * gcc.dg/tree-ssa/phi-opt-20.c: New testcase. - -2018-11-08 Chenghua Xu - - * gcc.target/mips/mips.exp (mips-dg-options): - Add mips_option_dependency msoft-float vs no-mmi and - mips16/micromips vs no-mmi/ext/ext2 only gcc - config with Loongson target. - -2018-11-07 Jozef Lawrynowicz - - * gcc.c-torture/compile/pr65595.c: Change type of "num" argument to - memcpy from "unsigned long" to __SIZE_TYPE__. - -2018-11-07 Jozef Lawrynowicz - - PR c/87691 - * gcc.target/msp430/pr87691.c: New test. - -2018-11-07 Nikolai Merinov - - * gcc.dg/Wno-attribute-warning.c: New test. - -2018-11-07 Nathan Sidwell - - PR c++/87904 - * g++.dg/lookup/pr87904.C: New. - -2018-11-07 Uros Bizjak - - * gcc.dg/pr87874.c: Compile only for int128 effective target. - -2018-11-07 Richard Biener - - PR tree-optimization/87914 - * lib/target-supports.exp (check_effective_target_vect_var_shift): New. - (check_avx2_available): Likewise. - * g++.dg/vect/pr87914.cc: New testcase. - -2018-11-07 Chenghua Xu - - * gcc.target/mips/loongson-ctz.c: Fix typo. - * gcc.target/mips/loongson-dctz.c: Fix typo. - -2018-11-07 Jan Hubicka - - * g++.dg/lto/odr-1_1.C: Fix template. - -2018-11-07 Chenghua Xu - - * gcc.target/mips/loongson-ctz.c: New test. - * gcc.target/mips/loongson-dctz.c: Likewise. - * gcc.target/mips/mips.exp (mips_option_groups): Add - -mloongson-ext2 option. - -2018-11-07 Chenghua Xu - - * gcc.target/mips/mips.exp (mips_option_groups): Add - -mloongson-ext option. - (mips-dg-options): Add mips_option_dependency options - "-mmicromips" vs "-mno-loongson-ext", - -2018-11-07 Chenghua Xu - - * gcc.target/mips/loongson-shift-count-truncated-1.c - (dg-options): Run under -mloongson-mmi option. - Include loongson-mmiintrin.h instead of loongson.h. - * gcc.target/mips/loongson-simd.c: Likewise. - * gcc.target/mips/mips.exp (mips_option_groups): Add - -mloongson-mmi option. - (mips-dg-options): Add mips_option_dependency options "-mips16" vs - "-mno-loongson-mmi", "-mmicromips" vs "-mno-loongson-mmi", - "-msoft-float" vs "-mno-loongson-mmi". - (mips-dg-init): Add -mloongson-mmi option. - * lib/target-supports.exp: Rename check_mips_loongson_hw_available - to check_mips_loongson_mmi_hw_available. - Rename check_effective_target_mips_loongson_runtime to - check_effective_target_mips_loongson_mmi_runtime. - (check_effective_target_vect_int): Use mips_loongson_mmi instead - of mips_loongson when check et-is-effective-target. - (add_options_for_mips_loongson_mmi): New proc. - Rename check_effective_target_mips_loongson to - check_effective_target_mips_loongson_mmi. - (check_effective_target_vect_shift, - check_effective_target_whole_vector_shift, - check_effective_target_vect_no_int_min_max, - check_effective_target_vect_no_align, - check_effective_target_vect_short_mult, - check_vect_support_and_set_flags):Use mips_loongson_mmi instead - of mips_loongson when check et-is-effective-target. - -2018-11-07 Richard Biener - - PR lto/87906 - * g++.dg/lto/pr87906_0.C: New testcase. - * g++.dg/lto/pr87906_1.C: Likewise. - -2018-11-07 Alexandre Oliva - - PR rtl-optimization/87874 - * gcc.dg/pr87874.c: New. - -2018-11-06 Ilya Leoshkevich - - * gcc.target/s390/load-and-test-fp-1.c: Accept cdb. - -2018-11-06 Jozef Lawrynowicz - - * gcc.target/msp430/special-regs.c: New test. - -2018-11-06 Rainer Orth - - PR sanitizer/80953 - * c-c++-common/asan/alloca_loop_unpoisoning.c: Require alloca - support. - (foo): Use __builtin_alloca. - -2018-11-06 Jan Hubicka - - * gcc.dg/lto/tbaa-1.c: New testcase. - -2018-11-06 Richard Biener - - PR tree-optimization/87889 - * gcc.dg/pr87894.c: New testcase. - -2018-11-06 Andreas Krebbel - - PR target/87723 - * gcc.target/s390/pr87723.c: New test. - -2018-11-06 Richard Biener - - PR middle-end/18041 - * gcc.target/i386/pr18041-1.c: New testcase. - * gcc.target/i386/pr18041-2.c: Likewise. - -2018-11-06 Wei Xiao - - * gcc.target/i386/avx-1.c: Update tests for VFIXUPIMM* intrinsics. - * gcc.target/i386/avx512f-vfixupimmpd-1.c: Ditto. - * gcc.target/i386/avx512f-vfixupimmpd-2.c: Ditto. - * gcc.target/i386/avx512f-vfixupimmps-1.c: Ditto. - * gcc.target/i386/avx512f-vfixupimmsd-1.c: Ditto. - * gcc.target/i386/avx512f-vfixupimmsd-2.c: Ditto. - * gcc.target/i386/avx512f-vfixupimmss-1.c: Ditto. - * gcc.target/i386/avx512f-vfixupimmss-2.c: Ditto. - * gcc.target/i386/avx512vl-vfixupimmpd-1.c: Ditto. - * gcc.target/i386/avx512vl-vfixupimmps-1.c: Ditto. - * 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. - * gcc.target/i386/testimm-10.c: Ditto. - * gcc.target/i386/testround-1.c: Ditto. - -2018-11-05 Paul Koning - - * lib/target-supports.exp: Add check for "inf" effective target - keyword. - * gcc.dg/builtins-44.c: Skip if no infinite support. - * gcc.dg/builtins-45.c: Ditto. - * gcc.dg/torture/builtin-complex-1.c: Ditto. - * gcc.dg/torture/builtin-cproj-1.c: Ditto. - * gcc.dg/torture/builtin-frexp-1.c: Ditto. - * gcc.dg/torture/builtin-ldexp-1.c: Ditto. - * gcc.dg/torture/builtin-logb-1.c: Ditto. - * gcc.dg/torture/builtin-math-2.c: Ditto. - * gcc.dg/torture/builtin-math-5.c: Ditto. - * gcc.dg/torture/builtin-math-7.c: Ditto. - * gcc.dg/torture/builtin-modf-1.c: Ditto. - * gcc.dg/torture/type-generic-1.c: Ditto. - -2018-11-05 Ilya Leoshkevich - - * gcc.target/s390/md/andc-splitter-1.c: Add colon to - expectations. - * gcc.target/s390/md/andc-splitter-2.c: Likewise. - * gcc.target/s390/md/setmem_long-1.c: Likewise. - -2018-11-05 Richard Biener - - PR tree-optimization/87873 - * gcc.dg/pr87873.c: New testcase. - -2018-11-05 Robin Dapp - - * gcc.target/s390/ifcvt-one-insn-bool.c: New test. - * gcc.target/s390/ifcvt-one-insn-char.c: New test. - -2018-11-05 Robin Dapp - - * gcc.dg/loop-8.c: On s390, always run the test with -march=zEC12. - -2018-11-05 Richard Biener - - * gcc.dg/pr41488.c: Scan ivcanon dump instead of sccp one. - * gcc.dg/tree-ssa/scev-7.c: Likewise. - -2018-11-05 Jakub Jelinek - - PR tree-optimization/87859 - * gcc.dg/store_merging_24.c: New test. - * gcc.dg/store_merging_25.c: New test. - - PR sanitizer/87837 - * c-c++-common/ubsan/pr87837.c: New test. - -2018-11-05 Martin Liska - - PR c/87811 - * gcc.dg/pr87811.c: New test. - * gcc.dg/pr87811-2.c: Likewise. - * gcc.dg/pr87811-3.c: Likewise. - -2018-11-05 Martin Liska - - PR gcov-profile/77698 - * gcc.dg/tree-prof/pr77698.c: New test. - -2018-11-04 Bernd Edlinger - - PR tree-optimization/86572 - * gcc.dg/pr86572.c: New test. - -2018-11-04 Bernd Edlinger - - PR tree-optimization/87672 - * gcc.dg/pr87672.c: New test. - -2018-11-04 Uros Bizjak - - PR middle-end/58372 - * g++.target/i386/pr58372.C: New test. - -2018-11-03 Sandra Loosemore - - PR target/87079 - * gcc.target/nios2/pr87079-1.c: New. - * gcc.target/nios2/pr87079-2.c: New. - -2018-11-02 Rainer Orth - - * gcc.dg/compat/pr83487-1_y.c: Move dg-skip-if ... - * gcc.dg/compat/pr83487-1_main.c: ... here. - * gcc.dg/compat/struct-by-value-10_main.c, - gcc.dg/compat/struct-by-value-10_x.c, - gcc.dg/compat/struct-by-value-11_main.c, - gcc.dg/compat/struct-by-value-11_x.c, - gcc.dg/compat/struct-by-value-12_main.c, - gcc.dg/compat/struct-by-value-12_x.c, - gcc.dg/compat/struct-by-value-13_main.c, - gcc.dg/compat/struct-by-value-13_x.c, - gcc.dg/compat/struct-by-value-14_main.c, - gcc.dg/compat/struct-by-value-14_x.c, - gcc.dg/compat/struct-by-value-15_main.c, - gcc.dg/compat/struct-by-value-15_x.c, - gcc.dg/compat/struct-by-value-17_main.c, - gcc.dg/compat/struct-by-value-17_x.c, - gcc.dg/compat/struct-by-value-18_main.c, - gcc.dg/compat/struct-by-value-18_x.c, - gcc.dg/compat/struct-by-value-2_main.c, - gcc.dg/compat/struct-by-value-2_x.c, - gcc.dg/compat/struct-by-value-22_main.c, - gcc.dg/compat/struct-by-value-22_x.c, - gcc.dg/compat/struct-by-value-3_main.c, - gcc.dg/compat/struct-by-value-3_x.c, - gcc.dg/compat/struct-by-value-4_main.c, - gcc.dg/compat/struct-by-value-4_x.c, - gcc.dg/compat/struct-by-value-5b_main.c, - gcc.dg/compat/struct-by-value-5b_x.c, - gcc.dg/compat/struct-by-value-6b_main.c, - gcc.dg/compat/struct-by-value-6b_x.c, - gcc.dg/compat/struct-by-value-6b_main.c, - gcc.dg/compat/struct-by-value-7b_x.c, - gcc.dg/compat/struct-by-value-7b_main.c, - gcc.dg/compat/struct-by-value-8_main.c, - gcc.dg/compat/struct-by-value-8_x.c, - gcc.dg/compat/struct-by-value-9_main.c, - gcc.dg/compat/struct-by-value-9_x.c, - gcc.dg/compat/struct-return-2_main.c, - gcc.dg/compat/struct-return-2_x.c: Likewise. - -2018-11-02 Nathan Sidwell - - * g++.dg/lookup/crash6.C: Adjust error - * g++.dg/parse/crash38.C: Likewise. - -2018-11-02 Andreas Schwab - - * gcc.c-torture/execute/20010904-2.c: Fix last change. - * gcc.dg/Wattributes-10.c: Likewise. - -2018-11-02 Richard Biener - - PR tree-optimization/87776 - * gcc.dg/torture/pr87776.c: New testcase. - -2018-11-01 Marek Polacek - - Implement P0846R0, ADL and function templates. - * g++.dg/addr_builtin-1.C: Adjust dg-error. - * g++.dg/cpp2a/fn-template1.C: New test. - * g++.dg/cpp2a/fn-template10.C: New test. - * g++.dg/cpp2a/fn-template11.C: New test. - * g++.dg/cpp2a/fn-template12.C: New test. - * g++.dg/cpp2a/fn-template13.C: New test. - * g++.dg/cpp2a/fn-template14.C: New test. - * g++.dg/cpp2a/fn-template15.C: New test. - * g++.dg/cpp2a/fn-template16.C: New test. - * g++.dg/cpp2a/fn-template2.C: New test. - * g++.dg/cpp2a/fn-template3.C: New test. - * g++.dg/cpp2a/fn-template4.C: New test. - * g++.dg/cpp2a/fn-template5.C: New test. - * g++.dg/cpp2a/fn-template6.C: New test. - * g++.dg/cpp2a/fn-template7.C: New test. - * g++.dg/cpp2a/fn-template8.C: New test. - * g++.dg/cpp2a/fn-template9.C: New test. - * g++.dg/parse/fn-template1.C: New test. - * g++.dg/parse/fn-template2.C: New test. - * g++.dg/parse/template19.C: Adjust dg-error. - * g++.dg/template/pr61745.C: Add target to dg-error. - -2017-11-01 Thomas Koenig - - PR fortran/54613 - * gfortran.dg/findloc_1.f90: Actually commit. - * gfortran.dg/findloc_2.f90: Actually commit. - * gfortran.dg/findloc_3.f90: Actually commit. - * gfortran.dg/findloc_4.f90: Actually commit. - * gfortran.dg/findloc_5.f90: Actually commit. - * gfortran.dg/findloc_6.f90: Actually commit. - -2018-11-01 Paul Thomas - - PR fortran/40196 - * gfortran.dg/inquiry_part_ref_1.f08: New test. - * gfortran.dg/inquiry_part_ref_2.f90: New test. - * gfortran.dg/inquiry_part_ref_3.f90: New test. - -2018-11-01 Paul Koning - - * gcc.c-torture/execute/20010904-1.c: Align 2 if pdp11. - * gcc.c-torture/execute/20010904-2.c: Ditto. - * c-c++-common/builtin-arith-overflow-2.c: Skip if pdp11. - * gcc.dg/Walloc-size-larger-than-4.c: Ditto. - * gcc.dg/Walloc-size-larger-than-5.c: Ditto. - * gcc.dg/Walloc-size-larger-than-6.c: Ditto. - * gcc.dg/Walloc-size-larger-than-7.c: Ditto. - * gcc.dg/Walloca-14.c: Ditto. - * gcc.dg/Wlarger-than3.c: Ditto. - * gcc.dg/compat/pr83487-1_y.c: Ditto. - * gcc.dg/compat/struct-by-value-2_x.c: Ditto. - * gcc.dg/compat/struct-by-value-3_x.c: Ditto. - * gcc.dg/compat/struct-by-value-4_x.c: Ditto. - * gcc.dg/compat/struct-by-value-5b_x.c: Ditto. - * gcc.dg/compat/struct-by-value-6b_x.c: Ditto. - * gcc.dg/compat/struct-by-value-7b_x.c: Ditto. - * gcc.dg/compat/struct-by-value-8_x.c: Ditto. - * gcc.dg/compat/struct-by-value-9_x.c: Ditto. - * gcc.dg/compat/struct-by-value-10_x.c: Ditto. - * gcc.dg/compat/struct-by-value-11_x.c: Ditto. - * gcc.dg/compat/struct-by-value-12_x.c: Ditto. - * gcc.dg/compat/struct-by-value-13_x.c: Ditto. - * gcc.dg/compat/struct-by-value-14_x.c: Ditto. - * gcc.dg/compat/struct-by-value-15_x.c: Ditto. - * gcc.dg/compat/struct-by-value-16_x.c: Ditto. - * gcc.dg/compat/struct-by-value-17_x.c: Ditto. - * gcc.dg/compat/struct-by-value-18_x.c: Ditto. - * gcc.dg/compat/struct-by-value-22_x.c: Ditto. - * gcc.dg/compat/struct-return-2_x.c: Ditto. - * gcc.dg/falign-labels-1.c: Ditto. - * gcc.dg/long_branch.c: Ditto. - * gcc.dg/nextafter-1.c: Ditto. - * gcc.dg/pr35045.c: Ditto. - * gcc.dg/pr48616.c: Ditto. - * gcc.dg/pr84100.c: Ditto. - * gcc.dg/tree-ssa/builtin-sprintf-9.c: Ditto. - * gcc.dg/tree-ssa/builtin-sprintf-warn-10.c: Ditto. - * gcc.dg/tree-ssa/builtin-sprintf.c: Ditto. - * gcc.dg/Wattributes-10.c: Expect error if pdp11. - * gcc.dg/attr-alloc_size-11.c: Don't XFAIL if pdp11. - * gcc.dg/builtin-inf-1.c: Add pdp11 to warnings about INF. - * gcc.dg/builtins-1.c: Ditto. - -2018-11-01 Thomas Koenig - - PR fortran/46020 - * gfortran.dg/bind_c_18.f90: Adjust error message. - -2018-11-01 Marek Polacek - - * g++.dg/cpp1z/constexpr-lambda22.C: New test, - -2018-11-01 Jozef Lawrynowicz - - * gcc.dg/tree-ssa/cunroll-13.c: Add missing cast from literal to int32. - -2018-11-30 Jan Hubicka - - * g++.dg/lto/pr84805_1.C: Update template. - * g++.dg/lto/pr84805_0.C: Update template. - * g++.dg/lto/pr84805_1b.C: Update template. - * g++.dg/lto/pr84805_0b.C: Update template. - -2018-11-01 Jakub Jelinek - - PR tree-optimization/87826 - * gcc.dg/pr87826.c: New test. - -2018-11-01 Thomas Koenig - - PR fortran/46020 - * gfortran.dg/bind_c_usage_7.f90: Adjust error message. - * gfortran.dg/bind_c_usage_32.f90: New test. - -2018-11-01 Nathan Sidwell - - * g++.dg/abi/anon5.C: New. - -2018-11-01 Jakub Jelinek - - PR d/87824 - * gdc.dg/simd.d: Add -Wno-psabi. - * gdc.dg/compilable.d: Likewise. - -2018-11-01 Martin Liska - Jason Merrill - - PR c++/64266 - PR bootstrap/70422 - PR ipa/81277 - * g++.dg/cpp0x/constexpr-__func__2.C: Make it a compilation - test. - * g++.old-deja/g++.ext/pretty4.C: Remove as the run-time - assumptions are not longer valid. - -2018-10-31 Thomas Koenig - - PR fortran/20520 - * gfortran.dg/allocatable_uninitialized_1.f90: New test. - -2018-10-31 Nathan Sidwell - - * g++.dg/lookup/friend21.C: New. - -2018-10-31 Martin Liska - - PR driver/83193 - * gcc.target/aarch64/spellcheck_7.c: New test. - * gcc.target/aarch64/spellcheck_8.c: New test. - * gcc.target/aarch64/spellcheck_9.c: New test. - -2018-10-31 Nathan Sidwell - - * g++.dg/lookup/using60.C: New. - -2018-10-31 Richard Biener - - PR middle-end/70359 - PR middle-end/86270 - * gcc.target/i386/pr70359.c: New testcase. - * gcc.target/i386/pr86270.c: Likewise. - -2018-10-31 Claudiu Zissulescu - - * gcc.target/arc/jumptable.c: New test. - -2018-10-31 Claudiu Zissulescu - - * gcc.target/arc/tls-gd.c: New file. - * gcc.target/arc/tls-ie.c: Likewise. - * gcc.target/arc/tls-ld.c: Likewise. - * gcc.target/arc/tls-le.c: Likewise. - * gcc.target/arc/tls-1.c: Update test. - -2018-10-31 Claudiu Zissulescu - - * gcc.target/arc/mulsi3_highpart-2.c: Update test. - -2018-10-31 Martin Liska - - * c-c++-common/ubsan/pr63839.c: Update to new sanitizer message. - * c-c++-common/ubsan/unreachable-1.c (main): Likewise. - * c-c++-common/ubsan/unreachable-2.c: Likewise. - * c-c++-common/ubsan/unreachable-4.c (main): Likewise. - -2018-10-31 Thomas Preud'homme - - PR target/87374 - * gcc.target/arm/movdi_movt.c: Skip if both -mslow-flash-data and - -mword-relocations would be passed when compiling the test. - * gcc.target/arm/movsi_movt.c: Likewise. - * gcc.target/arm/pr81863.c: Likewise. - * gcc.target/arm/thumb2-slow-flash-data-1.c: Likewise. - * gcc.target/arm/thumb2-slow-flash-data-2.c: Likewise. - * gcc.target/arm/thumb2-slow-flash-data-3.c: Likewise. - * gcc.target/arm/thumb2-slow-flash-data-4.c: Likewise. - * gcc.target/arm/thumb2-slow-flash-data-5.c: Likewise. - * gcc.target/arm/tls-disable-literal-pool.c: Likewise. - -2018-10-31 Richard Biener - - PR testsuite/87802 - * g++.dg/vect/slp-pr87105.cc: XFAIL for strict alignment targets. - -2018-10-30 Thomas Koenig - - PR fortran/85896 - * gfortran.dg/min_max_type.f90: New test. - -2018-10-30 Martin Sebor - - PR middle-end/87041 - * gcc.c-torture/execute/fprintf-2.c: New test. - * gcc.c-torture/execute/printf-2.c: Same. - * gcc.c-torture/execute/user-printf.c: Same. - * gcc.dg/tree-ssa/builtin-fprintf-warn-1.c: Same. - * gcc.dg/tree-ssa/builtin-printf-2.c: Same. - * gcc.dg/tree-ssa/builtin-printf-warn-1.c: Same. - * gcc.dg/tree-ssa/user-printf-warn-1.c: Same. - -2018-10-30 Marek Polacek - - Implement P0892R2, explicit(bool). - * g++.dg/cpp2a/explicit1.C: New test. - * g++.dg/cpp2a/explicit10.C: New test. - * g++.dg/cpp2a/explicit11.C: New test. - * g++.dg/cpp2a/explicit12.C: New test. - * g++.dg/cpp2a/explicit13.C: New test. - * g++.dg/cpp2a/explicit2.C: New test. - * g++.dg/cpp2a/explicit3.C: New test. - * g++.dg/cpp2a/explicit4.C: New test. - * g++.dg/cpp2a/explicit5.C: New test. - * g++.dg/cpp2a/explicit6.C: New test. - * g++.dg/cpp2a/explicit7.C: New test. - * g++.dg/cpp2a/explicit8.C: New test. - * g++.dg/cpp2a/explicit9.C: New test. - -2018-10-30 Segher Boessenkool - - PR rtl-optimization/87708 - * gcc.dg/ira-shrinkwrap-prep-1.c: xfail test. - * gcc.dg/ira-shrinkwrap-prep-2.c: xfail test. - -2018-10-30 Paolo Carlini - - * g++.dg/cpp1z/has-unique-obj-representations1.C: Test location too. - * g++.dg/ext/flexarray-mangle-2.C: Likewise. - * g++.dg/ext/flexarray-mangle.C: Likewise. - * g++.dg/ext/flexarray-subst.C: Likewise. - * g++.dg/ext/flexary10.C: Likewise. - * g++.dg/ext/flexary11.C: Likewise. - * g++.dg/ext/flexary14.C: Likewise. - * g++.dg/ext/flexary16.C: Likewise. - * g++.dg/ext/flexary26.C: Likewise. - * g++.dg/ext/flexary27.C: Likewise. - * g++.dg/ext/flexary7.C: Likewise. - * g++.dg/ext/pr71290.C: Likewise. - -2018-10-30 Paul Koning - - * gcc.dg/tree-ssa/attr-alias.c: Skip if no weak support. - -2018-10-30 Michael Ploujnikov - - * gcc.dg/tree-prof/cold_partition_label.c: Update for cold - section names without numbers. - * gcc.dg/tree-prof/section-attr-1.c: Ditto. - * gcc.dg/tree-prof/section-attr-2.c: Ditto. - * gcc.dg/tree-prof/section-attr-3.c: Ditto. - -2018-10-29 David Malcolm - - PR c++/87721 - * c-c++-common/substring-location-PR-87721.c: New test. - * gcc.dg/plugin/diagnostic-test-string-literals-1.c: Add test for - PR 87721. - * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c - (test_string_literals): Fold the index arguments before checking - for INTEGER_CST. - -2018-10-29 David Malcolm - - * c-c++-common/spellcheck-reserved.c: Update expected output for - C++ for merger of "did you mean" suggestions into the error - message. - * g++.dg/ext/builtin3.C: Update expected output for merger of "did - you mean" suggestion into the error. - * g++.dg/lookup/error1.C: Likewise. - * g++.dg/lookup/pr77549.C: Likewise. - * g++.dg/lookup/pr80913.C: Likewise. - * g++.dg/lookup/suggestions1.C: Likewise. - * g++.dg/lookup/suggestions2.C: New test. - * g++.dg/overload/koenig1.C: Update expected output as above. - * g++.dg/spellcheck-identifiers-2.C: Likewise. - * g++.dg/spellcheck-identifiers.C: Likewise. - * g++.dg/spellcheck-ns.C: New test. - * g++.dg/spellcheck-pr77829.C: Update expected output as above. - * g++.dg/spellcheck-pr78656.C: Likewise. - * g++.dg/spellcheck-pr79298.C: Likewise, adding - -fdiagnostics-show-caret to options. - * g++.dg/spellcheck-pr80177.C: Likewise. - * g++.dg/spellcheck-single-vs-multiple.C: New test. - * g++.dg/spellcheck-typenames.C: Update expected output as above. - * g++.dg/template/static10.C: Likewise. - * g++.old-deja/g++.mike/ns5.C: Likewise. - * g++.old-deja/g++.mike/ns7.C: Likewise. - * g++.old-deja/g++.ns/koenig5.C: Likewise. - * g++.old-deja/g++.other/lineno5.C: Likewise. - -2018-10-29 Paolo Carlini - - * g++.dg/cpp0x/auto24.C: Test location too. - * g++.dg/cpp0x/auto3.C: Likewise. - * g++.dg/cpp0x/auto42.C: Likewise. - * g++.dg/cpp0x/initlist57.C: Likewise. - * g++.dg/cpp0x/initlist75.C: Likewise. - * g++.dg/cpp0x/initlist80.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-ice13.C: Likewise. - * g++.old-deja/g++.brendan/array-refs.C: Likewise. - * g++.old-deja/g++.bugs/900322_01.C: Likewise. - * g++.old-deja/g++.bugs/900519_07.C: Likewise. - * g++.old-deja/g++.other/typeck1.C: Likewise. - -2018-10-29 Kugan Vivekanandarajah - - PR middle-end/87469 - * g++.dg/pr87469.C: New test. - -2018-10-29 Marek Polacek - - PR c++/87594 - constexpr rejects-valid with range-based for. - * g++.dg/cpp1y/constexpr-loop8.C: New test. - -2018-10-29 Richard Biener - - PR tree-optimization/87785 - * gcc.dg/torture/20181029-1.c: New testcase. - * gcc.dg/torture/20181029-2.c: Likewise. - -2018-10-29 Richard Biener - - PR tree-optimization/87790 - * gcc.dg/pr87790.c: New testcase. - -2018-10-29 Martin Liska - - * g++.dg/gcov/gcov-8.C: Do not check intermediate format. - * lib/gcov.exp: Remove legacy verify-intermediate. - -2018-10-28 Kugan Vivekanandarajah - - * gcc.dg/gimplefe-30.c: New test. - * gcc.dg/gimplefe-31.c: New test. - * gcc.dg/gimplefe-32.c: New test. - * gcc.dg/gimplefe-33.c: New test. - -2018-10-28 Iain Buclaw - - * gcc.misc-tests/help.exp: Add D to option descriptions check. - * gdc.dg/asan/asan.exp: New file. - * gdc.dg/asan/gdc272.d: New test. - * gdc.dg/compilable.d: New test. - * gdc.dg/dg.exp: New file. - * gdc.dg/gdc254.d: New test. - * gdc.dg/gdc260.d: New test. - * gdc.dg/gdc270a.d: New test. - * gdc.dg/gdc270b.d: New test. - * gdc.dg/gdc282.d: New test. - * gdc.dg/gdc283.d: New test. - * gdc.dg/imports/gdc170.d: New test. - * gdc.dg/imports/gdc231.d: New test. - * gdc.dg/imports/gdc239.d: New test. - * gdc.dg/imports/gdc241a.d: New test. - * gdc.dg/imports/gdc241b.d: New test. - * gdc.dg/imports/gdc251a.d: New test. - * gdc.dg/imports/gdc251b.d: New test. - * gdc.dg/imports/gdc253.d: New test. - * gdc.dg/imports/gdc254a.d: New test. - * gdc.dg/imports/gdc256.d: New test. - * gdc.dg/imports/gdc27.d: New test. - * gdc.dg/imports/gdcpkg256/package.d: New test. - * gdc.dg/imports/runnable.d: New test. - * gdc.dg/link.d: New test. - * gdc.dg/lto/lto.exp: New file. - * gdc.dg/lto/ltotests_0.d: New test. - * gdc.dg/lto/ltotests_1.d: New test. - * gdc.dg/runnable.d: New test. - * gdc.dg/simd.d: New test. - * gdc.test/gdc-test.exp: New file. - * lib/gdc-dg.exp: New file. - * lib/gdc.exp: New file. - -2017-10-28 Thomas Koenig - - PR fortran/54613 - * gfortran.dg/findloc_1.f90: New test. - * gfortran.dg/findloc_2.f90: New test. - * gfortran.dg/findloc_3.f90: New test. - * gfortran.dg/findloc_4.f90: New test. - * gfortran.dg/findloc_5.f90: New test. - * gfortran.dg/findloc_6.f90: New test. - -2018-10-26 Bill Schmidt - Jinsong Ji - - * gcc.target/powerpc/sse-addss-1.c: Call abort under DEBUG also; - formatting cleanup. - * gcc.target/powerpc/sse-pavgw-1.c: Likewise. - * gcc.target/powerpc/sse2-addsd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtdq2pd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtpd2dq-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtpd2ps-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtps2dq-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtps2pd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtsd2si-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtsd2si-2.c: Likewise. - * gcc.target/powerpc/sse2-cvtsd2ss-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtss2sd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvttpd2dq-1.c: Likewise. - * gcc.target/powerpc/sse2-cvttsd2si-1.c: Likewise. - * gcc.target/powerpc/sse2-divpd-1.c: Likewise. - * gcc.target/powerpc/sse2-divsd-1.c: Likewise. - * gcc.target/powerpc/sse2-maxsd-1.c: Likewise. - * gcc.target/powerpc/sse2-minsd-1.c: Likewise. - * gcc.target/powerpc/sse2-movmskpd-1.c: Likewise. - * gcc.target/powerpc/sse2-movq-1.c: Likewise. - * gcc.target/powerpc/sse2-movsd-3.c: Likewise. - * gcc.target/powerpc/sse2-mulpd-1.c: Likewise. - * gcc.target/powerpc/sse2-mulsd-1.c: Likewise. - * gcc.target/powerpc/sse2-packssdw-1.c: Likewise. - * gcc.target/powerpc/sse2-packsswb-1.c: Likewise. - * gcc.target/powerpc/sse2-packuswb-1.c: Likewise. - * gcc.target/powerpc/sse2-paddsb-1.c: Likewise. - * gcc.target/powerpc/sse2-paddsw-1.c: Likewise. - * gcc.target/powerpc/sse2-paddusb-1.c: Likewise. - * gcc.target/powerpc/sse2-pmovmskb-1.c: Likewise. - * gcc.target/powerpc/sse2-pmulhw-1.c: Likewise. - * gcc.target/powerpc/sse2-pmuludq1.c: Likewise. - * gcc.target/powerpc/sse2-psadbw-1.c: Likewise. - * gcc.target/powerpc/sse2-pshufd-1.c: Likewise. - * gcc.target/powerpc/sse2-pshufhw-1.c: Likewise. - * gcc.target/powerpc/sse2-pshuflw-1.c: Likewise. - * gcc.target/powerpc/sse2-pslld-2.c: Likewise. - * gcc.target/powerpc/sse2-pslldq-1.c: Likewise. - * gcc.target/powerpc/sse2-psrld-1.c: Likewise. - * gcc.target/powerpc/sse2-psrld-2.c: Likewise. - * gcc.target/powerpc/sse2-psrldq-1.c: Likewise. - * gcc.target/powerpc/sse2-psubusb-1.c: Likewise. - * gcc.target/powerpc/sse2-sqrtpd-1.c: Likewise. - * gcc.target/powerpc/sse2-subsd-1.c: Likewise. - -2018-10-26 Paul A. Clarke - - * gcc.target/powerpc/ssse3-check.h: New file. - * gcc.target/powerpc/ssse3-vals.h: New file. - * gcc.target/powerpc/ssse3-pabsb.c: New file. - * gcc.target/powerpc/ssse3-pabsd.c: New file. - * gcc.target/powerpc/ssse3-pabsw.c: New file. - * gcc.target/powerpc/ssse3-palignr.c: New file. - * gcc.target/powerpc/ssse3-phaddd.c: New file. - * gcc.target/powerpc/ssse3-phaddsw.c: New file. - * gcc.target/powerpc/ssse3-phaddw.c: New file. - * gcc.target/powerpc/ssse3-phsubd.c: New file. - * gcc.target/powerpc/ssse3-phsubsw.c: New file. - * gcc.target/powerpc/ssse3-phsubw.c: New file. - * gcc.target/powerpc/ssse3-pmaddubsw.c: New file. - * gcc.target/powerpc/ssse3-pmulhrsw.c: New file. - * gcc.target/powerpc/ssse3-pshufb.c: New file. - * gcc.target/powerpc/ssse3-psignb.c: New file. - * gcc.target/powerpc/ssse3-psignd.c: New file. - * gcc.target/powerpc/ssse3-psignw.c: New file. - -2018-10-26 Paul A. Clarke - - * gcc.target/powerpc/mmx-packs.c: Enable 32 bit execution. - * gcc.target/powerpc/mmx-packssdw-1.c: Likewise. - * gcc.target/powerpc/mmx-packsswb-1.c: Likewise. - * gcc.target/powerpc/mmx-packs.c: Likewise. - * gcc.target/powerpc/mmx-packssdw-1.c: Likewise. - * gcc.target/powerpc/mmx-packsswb-1.c: Likewise. - * gcc.target/powerpc/mmx-paddb-1.c: Likewise. - * gcc.target/powerpc/mmx-paddd-1.c: Likewise. - * gcc.target/powerpc/mmx-paddsb-1.c: Likewise. - * gcc.target/powerpc/mmx-paddsw-1.c: Likewise. - * gcc.target/powerpc/mmx-paddusb-1.c: Likewise. - * gcc.target/powerpc/mmx-paddusw-1.c: Likewise. - * gcc.target/powerpc/mmx-paddw-1.c: Likewise. - * gcc.target/powerpc/mmx-pcmpeqb-1.c: Likewise. - * gcc.target/powerpc/mmx-pcmpeqd-1.c: Likewise. - * gcc.target/powerpc/mmx-pcmpeqw-1.c: Likewise. - * gcc.target/powerpc/mmx-pcmpgtb-1.c: Likewise. - * gcc.target/powerpc/mmx-pcmpgtd-1.c: Likewise. - * gcc.target/powerpc/mmx-pcmpgtw-1.c: Likewise. - * gcc.target/powerpc/mmx-pmaddwd-1.c: Likewise. - * gcc.target/powerpc/mmx-pmulhw-1.c: Likewise. - * gcc.target/powerpc/mmx-pmullw-1.c: Likewise. - * gcc.target/powerpc/mmx-pslld-1.c: Likewise. - * gcc.target/powerpc/mmx-psllw-1.c: Likewise. - * gcc.target/powerpc/mmx-psrad-1.c: Likewise. - * gcc.target/powerpc/mmx-psraw-1.c: Likewise. - * gcc.target/powerpc/mmx-psrld-1.c: Likewise. - * gcc.target/powerpc/mmx-psrlw-1.c: Likewise. - * gcc.target/powerpc/mmx-psubb-2.c: Likewise. - * gcc.target/powerpc/mmx-psubd-2.c: Likewise. - * gcc.target/powerpc/mmx-psubsb-1.c: Likewise. - * gcc.target/powerpc/mmx-psubsw-1.c: Likewise. - * gcc.target/powerpc/mmx-psubusb-1.c: Likewise. - * gcc.target/powerpc/mmx-psubusw-1.c: Likewise. - * gcc.target/powerpc/mmx-psubw-2.c: Likewise. - * gcc.target/powerpc/mmx-punpckhbw-1.c: Likewise. - * gcc.target/powerpc/mmx-punpckhdq-1.c: Likewise. - * gcc.target/powerpc/mmx-punpckhwd-1.c: Likewise. - * gcc.target/powerpc/mmx-punpcklbw-1.c: Likewise. - * gcc.target/powerpc/mmx-punpckldq-1.c: Likewise. - * gcc.target/powerpc/mmx-punpcklwd-1.c: Likewise. - * gcc.target/powerpc/pr37191.c: Likewise. - * gcc.target/powerpc/sse-addps-1.c: Likewise. - * gcc.target/powerpc/sse-addss-1.c: Likewise. - * gcc.target/powerpc/sse-andnps-1.c: Likewise. - * gcc.target/powerpc/sse-andps-1.c: Likewise. - * gcc.target/powerpc/sse-cmpss-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpi16ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpi32ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpi32x2ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpi8ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpspi16-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpspi8-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpu16ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtpu8ps-1.c: Likewise. - * gcc.target/powerpc/sse-cvtsi2ss-1.c: Likewise. - * gcc.target/powerpc/sse-cvtsi2ss-2.c: Likewise. - * gcc.target/powerpc/sse-cvtss2si-1.c: Likewise. - * gcc.target/powerpc/sse-cvtss2si-2.c: Likewise. - * gcc.target/powerpc/sse-cvttss2si-1.c: Likewise. - * gcc.target/powerpc/sse-cvttss2si-2.c: Likewise. - * gcc.target/powerpc/sse-divps-1.c: Likewise. - * gcc.target/powerpc/sse-divss-1.c: Likewise. - * gcc.target/powerpc/sse-maxps-1.c: Likewise. - * gcc.target/powerpc/sse-maxps-2.c: Likewise. - * gcc.target/powerpc/sse-maxss-1.c: Likewise. - * gcc.target/powerpc/sse-minps-1.c: Likewise. - * gcc.target/powerpc/sse-minps-2.c: Likewise. - * gcc.target/powerpc/sse-minss-1.c: Likewise. - * gcc.target/powerpc/sse-movaps-1.c: Likewise. - * gcc.target/powerpc/sse-movaps-2.c: Likewise. - * gcc.target/powerpc/sse-movhlps-1.c: Likewise. - * gcc.target/powerpc/sse-movhps-1.c: Likewise. - * gcc.target/powerpc/sse-movhps-2.c: Likewise. - * gcc.target/powerpc/sse-movlhps-1.c: Likewise. - * gcc.target/powerpc/sse-movlps-1.c: Likewise. - * gcc.target/powerpc/sse-movlps-2.c: Likewise. - * gcc.target/powerpc/sse-movmskb-1.c: Likewise. - * gcc.target/powerpc/sse-movmskps-1.c: Likewise. - * gcc.target/powerpc/sse-movss-1.c: Likewise. - * gcc.target/powerpc/sse-movss-2.c: Likewise. - * gcc.target/powerpc/sse-movss-3.c: Likewise. - * gcc.target/powerpc/sse-mulps-1.c: Likewise. - * gcc.target/powerpc/sse-mulss-1.c: Likewise. - * gcc.target/powerpc/sse-orps-1.c: Likewise. - * gcc.target/powerpc/sse-pavgw-1.c: Likewise. - * gcc.target/powerpc/sse-pmaxsw-1.c: Likewise. - * gcc.target/powerpc/sse-pmaxub-1.c: Likewise. - * gcc.target/powerpc/sse-pminsw-1.c: Likewise. - * gcc.target/powerpc/sse-pminub-1.c: Likewise. - * gcc.target/powerpc/sse-pmulhuw-1.c: Likewise. - * gcc.target/powerpc/sse-psadbw-1.c: Likewise. - * gcc.target/powerpc/sse-rcpps-1.c: Likewise. - * gcc.target/powerpc/sse-rsqrtps-1.c: Likewise. - * gcc.target/powerpc/sse-shufps-1.c: Likewise. - * gcc.target/powerpc/sse-sqrtps-1.c: Likewise. - * gcc.target/powerpc/sse-subps-1.c: Likewise. - * gcc.target/powerpc/sse-subss-1.c: Likewise. - * gcc.target/powerpc/sse-ucomiss-1.c: Likewise. - * gcc.target/powerpc/sse-ucomiss-2.c: Likewise. - * gcc.target/powerpc/sse-ucomiss-3.c: Likewise. - * gcc.target/powerpc/sse-ucomiss-4.c: Likewise. - * gcc.target/powerpc/sse-ucomiss-5.c: Likewise. - * gcc.target/powerpc/sse-ucomiss-6.c: Likewise. - * gcc.target/powerpc/sse-unpckhps-1.c: Likewise. - * gcc.target/powerpc/sse-unpcklps-1.c: Likewise. - * gcc.target/powerpc/sse-xorps-1.c: Likewise. - * gcc.target/powerpc/sse2-addpd-1.c: Likewise. - * gcc.target/powerpc/sse2-addsd-1.c: Likewise. - * gcc.target/powerpc/sse2-andnpd-1.c: Likewise. - * gcc.target/powerpc/sse2-andpd-1.c: Likewise. - * gcc.target/powerpc/sse2-cmppd-1.c: Likewise. - * gcc.target/powerpc/sse2-cmpsd-1.c: Likewise. - * gcc.target/powerpc/sse2-comisd-1.c: Likewise. - * gcc.target/powerpc/sse2-comisd-2.c: Likewise. - * gcc.target/powerpc/sse2-comisd-3.c: Likewise. - * gcc.target/powerpc/sse2-comisd-4.c: Likewise. - * gcc.target/powerpc/sse2-comisd-5.c: Likewise. - * gcc.target/powerpc/sse2-comisd-6.c: Likewise. - * gcc.target/powerpc/sse2-cvtdq2pd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtdq2ps-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtpd2dq-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtpd2ps-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtps2dq-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtps2pd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtsd2si-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtsd2si-2.c: Likewise. - * gcc.target/powerpc/sse2-cvtsd2ss-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtsi2sd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvtsi2sd-2.c: Likewise. - * gcc.target/powerpc/sse2-cvtss2sd-1.c: Likewise. - * gcc.target/powerpc/sse2-cvttpd2dq-1.c: Likewise. - * gcc.target/powerpc/sse2-cvttps2dq-1.c: Likewise. - * gcc.target/powerpc/sse2-cvttsd2si-1.c: Likewise. - * gcc.target/powerpc/sse2-cvttsd2si-2.c: Likewise. - * gcc.target/powerpc/sse2-divpd-1.c: Likewise. - * gcc.target/powerpc/sse2-divsd-1.c: Likewise. - * gcc.target/powerpc/sse2-maxpd-1.c: Likewise. - * gcc.target/powerpc/sse2-maxsd-1.c: Likewise. - * gcc.target/powerpc/sse2-minpd-1.c: Likewise. - * gcc.target/powerpc/sse2-minsd-1.c: Likewise. - * gcc.target/powerpc/sse2-mmx.c: Likewise. - * gcc.target/powerpc/sse2-movhpd-1.c: Likewise. - * gcc.target/powerpc/sse2-movhpd-2.c: Likewise. - * gcc.target/powerpc/sse2-movlpd-1.c: Likewise. - * gcc.target/powerpc/sse2-movlpd-2.c: Likewise. - * gcc.target/powerpc/sse2-movmskpd-1.c: Likewise. - * gcc.target/powerpc/sse2-movq-1.c: Likewise. - * gcc.target/powerpc/sse2-movq-2.c: Likewise. - * gcc.target/powerpc/sse2-movq-3.c: Likewise. - * gcc.target/powerpc/sse2-movsd-1.c: Likewise. - * gcc.target/powerpc/sse2-movsd-2.c: Likewise. - * gcc.target/powerpc/sse2-movsd-3.c: Likewise. - * gcc.target/powerpc/sse2-mulpd-1.c: Likewise. - * gcc.target/powerpc/sse2-mulsd-1.c: Likewise. - * gcc.target/powerpc/sse2-orpd-1.c: Likewise. - * gcc.target/powerpc/sse2-packssdw-1.c: Likewise. - * gcc.target/powerpc/sse2-packsswb-1.c: Likewise. - * gcc.target/powerpc/sse2-packuswb-1.c: Likewise. - * gcc.target/powerpc/sse2-paddb-1.c: Likewise. - * gcc.target/powerpc/sse2-paddd-1.c: Likewise. - * gcc.target/powerpc/sse2-paddq-1.c: Likewise. - * gcc.target/powerpc/sse2-paddsb-1.c: Likewise. - * gcc.target/powerpc/sse2-paddsw-1.c: Likewise. - * gcc.target/powerpc/sse2-paddusb-1.c: Likewise. - * gcc.target/powerpc/sse2-paddusw-1.c: Likewise. - * gcc.target/powerpc/sse2-paddw-1.c: Likewise. - * gcc.target/powerpc/sse2-pand-1.c: Likewise. - * gcc.target/powerpc/sse2-pandn-1.c: Likewise. - * gcc.target/powerpc/sse2-pavgb-1.c: Likewise. - * gcc.target/powerpc/sse2-pavgw-1.c: Likewise. - * gcc.target/powerpc/sse2-pcmpeqb-1.c: Likewise. - * gcc.target/powerpc/sse2-pcmpeqd-1.c: Likewise. - * gcc.target/powerpc/sse2-pcmpeqw-1.c: Likewise. - * gcc.target/powerpc/sse2-pcmpgtb-1.c: Likewise. - * gcc.target/powerpc/sse2-pcmpgtd-1.c: Likewise. - * gcc.target/powerpc/sse2-pcmpgtw-1.c: Likewise. - * gcc.target/powerpc/sse2-pextrw.c: Likewise. - * gcc.target/powerpc/sse2-pinsrw.c: Likewise. - * gcc.target/powerpc/sse2-pmaddwd-1.c: Likewise. - * gcc.target/powerpc/sse2-pmaxsw-1.c: Likewise. - * gcc.target/powerpc/sse2-pmaxub-1.c: Likewise. - * gcc.target/powerpc/sse2-pminsw-1.c: Likewise. - * gcc.target/powerpc/sse2-pminub-1.c: Likewise. - * gcc.target/powerpc/sse2-pmovmskb-1.c: Likewise. - * gcc.target/powerpc/sse2-pmulhuw-1.c: Likewise. - * gcc.target/powerpc/sse2-pmulhw-1.c: Likewise. - * gcc.target/powerpc/sse2-pmullw-1.c: Likewise. - * gcc.target/powerpc/sse2-pmuludq-1.c: Likewise. - * gcc.target/powerpc/sse2-por-1.c: Likewise. - * gcc.target/powerpc/sse2-psadbw-1.c: Likewise. - * gcc.target/powerpc/sse2-pshufd-1.c: Likewise. - * gcc.target/powerpc/sse2-pshufhw-1.c: Likewise. - * gcc.target/powerpc/sse2-pshuflw-1.c: Likewise. - * gcc.target/powerpc/sse2-pslld-1.c: Likewise. - * gcc.target/powerpc/sse2-pslld-2.c: Likewise. - * gcc.target/powerpc/sse2-pslldq-1.c: Likewise. - * gcc.target/powerpc/sse2-psllq-1.c: Likewise. - * gcc.target/powerpc/sse2-psllq-2.c: Likewise. - * gcc.target/powerpc/sse2-psllw-1.c: Likewise. - * gcc.target/powerpc/sse2-psllw-2.c: Likewise. - * gcc.target/powerpc/sse2-psrad-1.c: Likewise. - * gcc.target/powerpc/sse2-psrad-2.c: Likewise. - * gcc.target/powerpc/sse2-psraw-1.c: Likewise. - * gcc.target/powerpc/sse2-psraw-2.c: Likewise. - * gcc.target/powerpc/sse2-psrld-1.c: Likewise. - * gcc.target/powerpc/sse2-psrld-2.c: Likewise. - * gcc.target/powerpc/sse2-psrldq-1.c: Likewise. - * gcc.target/powerpc/sse2-psrlq-1.c: Likewise. - * gcc.target/powerpc/sse2-psrlq-2.c: Likewise. - * gcc.target/powerpc/sse2-psrlw-1.c: Likewise. - * gcc.target/powerpc/sse2-psrlw-2.c: Likewise. - * gcc.target/powerpc/sse2-psubb-1.c: Likewise. - * gcc.target/powerpc/sse2-psubd-1.c: Likewise. - * gcc.target/powerpc/sse2-psubq-1.c: Likewise. - * gcc.target/powerpc/sse2-psubsb-1.c: Likewise. - * gcc.target/powerpc/sse2-psubsw-1.c: Likewise. - * gcc.target/powerpc/sse2-psubusb-1.c: Likewise. - * gcc.target/powerpc/sse2-psubusw-1.c: Likewise. - * gcc.target/powerpc/sse2-psubw-1.c: Likewise. - * gcc.target/powerpc/sse2-punpckhbw-1.c: Likewise. - * gcc.target/powerpc/sse2-punpckhdq-1.c: Likewise. - * gcc.target/powerpc/sse2-punpckhqdq-1.c: Likewise. - * gcc.target/powerpc/sse2-punpckhwd-1.c: Likewise. - * gcc.target/powerpc/sse2-punpcklbw-1.c: Likewise. - * gcc.target/powerpc/sse2-punpckldq-1.c: Likewise. - * gcc.target/powerpc/sse2-punpcklqdq-1.c: Likewise. - * gcc.target/powerpc/sse2-punpcklwd-1.c: Likewise. - * gcc.target/powerpc/sse2-pxor-1.c: Likewise. - * gcc.target/powerpc/sse2-shufpd-1.c: Likewise. - * gcc.target/powerpc/sse2-sqrtpd-1.c: Likewise. - * gcc.target/powerpc/sse2-subpd-1.c: Likewise. - * gcc.target/powerpc/sse2-subsd-1.c: Likewise. - * gcc.target/powerpc/sse2-ucomisd-1.c: Likewise. - * gcc.target/powerpc/sse2-ucomisd-2.c: Likewise. - * gcc.target/powerpc/sse2-ucomisd-3.c: Likewise. - * gcc.target/powerpc/sse2-ucomisd-4.c: Likewise. - * gcc.target/powerpc/sse2-ucomisd-5.c: Likewise. - * gcc.target/powerpc/sse2-ucomisd-6.c: Likewise. - * gcc.target/powerpc/sse2-unpckhpd-1.c: Likewise. - * gcc.target/powerpc/sse2-unpcklpd-1.c: Likewise. - * gcc.target/powerpc/sse2-xorpd-1.c: Likewise. - * gcc.target/powerpc/sse3-addsubpd.c: Likewise. - * gcc.target/powerpc/sse3-addsubps.c: Likewise. - * gcc.target/powerpc/sse3-haddpd.c: Likewise. - * gcc.target/powerpc/sse3-haddps.c: Likewise. - * gcc.target/powerpc/sse3-hsubpd.c: Likewise. - * gcc.target/powerpc/sse3-hsubps.c: Likewise. - * gcc.target/powerpc/sse3-lddqu.c: Likewise. - * gcc.target/powerpc/sse3-movddup.c: Likewise. - * gcc.target/powerpc/sse3-movshdup.c: Likewise. - * gcc.target/powerpc/sse3-movsldup.c: Likewise. - * gcc.target/powerpc/mmx-packuswb-1.c: Likewise. Also, add - ommitted "-mpower8-vector" to dg-options. - -2018-10-26 Jan Hubicka - - * g++.dg/lto/odr-1_0.C: Fix template. - * g++.dg/lto/odr-1_1.C: Fix template. - -2018-10-26 Richard Biener - - PR tree-optimization/87105 - * g++.dg/vect/slp-pr87105.cc: Adjust. - * gcc.dg/torture/20181024-1.c: New testcase. - * g++.dg/opt/20181025-1.C: Likewise. - -2018-10-26 Richard Biener - - PR testsuite/87754 - * g++.dg/lto/odr-1_0.C: Fix pattern. - -2018-10-26 Richard Biener - - PR tree-optimization/87746 - * gcc.dg/pr87746.c: New testcase. - -2018-10-26 Rainer Orth - - * gcc.dg/pr78973-2.c: Remove xfail on dg-warning. - -2018-10-25 Carl Love - - * gcc.target/powerpc/float128-cmp2-runnable.c: New test file. - -2018-10-25 Martin Liska - - PR testsuite/87739 - * gcc.dg/tree-ssa/pr84436-5.c (foo): Use signed char. - -2018-10-25 Martin Liska - - PR other/87735 - * gcc.dg/tree-prof/time-profiler-1.c: Revert. - * gcc.dg/tree-prof/time-profiler-2.c: Likewise. - * gcc.dg/tree-prof/time-profiler-3.c: Likewise. - -2018-10-25 Ilya Leoshkevich - - * gcc.target/s390/global-array-almost-huge-element.c: New test. - * gcc.target/s390/global-array-almost-negative-huge-element.c: New test. - * gcc.target/s390/global-array-element-pic.c: New test. - * gcc.target/s390/global-array-even-element.c: New test. - * gcc.target/s390/global-array-huge-element.c: New test. - * gcc.target/s390/global-array-negative-huge-element.c: New test. - * gcc.target/s390/global-array-odd-element.c: New test. - -2018-10-25 Jan Hubicka - - * g++.dg/lto/odr-1_0.C: New test. - * g++.dg/lto/odr-1_1.C: New test. - -2018-10-25 Thomas Preud'homme - - - * gcc.dg/sibcall-9.c: Make v static. - * gcc.dg/sibcall-10.c: Likewise. - -2018-10-25 Richard Biener - - PR tree-optimization/87665 - PR tree-optimization/87745 - * gfortran.dg/20181025-1.f: New testcase. - -2018-10-25 Jakub Jelinek - - PR fortran/87725 - * c-c++-common/gomp/schedule-modifiers-1.c (bar): Separate modifier - from kind with a colon rather than comma. - * gfortran.dg/gomp/schedule-modifiers-1.f90: New test. - * gfortran.dg/gomp/schedule-modifiers-2.f90: New test. - -2018-10-24 Michael Meissner - - * gcc.target/powerpc/float128-math.c: New test to make sure the - long double built-in function names use the f128 form if the user - switched from IBM long double to IEEE long double. - * gcc.target/powerpc/ppc-fortran/ieee128-math.f90: Likewise. - -2018-10-24 Jakub Jelinek - - PR c++/86288 - * g++.dg/cpp0x/gen-attrs-66.C: New test. - -2018-10-24 Martin Sebor - - PR c++/84851 - * g++.dg/Wclass-memaccess-4.C: Remove XFAIL. - -2018-10-24 Martin Liska - - PR tree-optimization/84436 - * gcc.dg/tree-ssa/pr84436-1.c: New test. - * gcc.dg/tree-ssa/pr84436-2.c: New test. - * gcc.dg/tree-ssa/pr84436-3.c: New test. - * gcc.dg/tree-ssa/pr84436-4.c: New test. - * gcc.dg/tree-ssa/pr84436-5.c: New test. - -2018-10-24 Ilya Leoshkevich - - * gcc.target/s390/20181024-1.c: New test. - -2018-10-24 Richard Biener - - PR tree-optimization/87105 - * gcc.dg/vect/bb-slp-39.c: New testcase. - * gfortran.dg/vect/pr83232.f90: Un-XFAIL. - -2018-10-24 Richard Biener - - PR tree-optimization/84013 - * gcc.dg/tree-ssa/restrict-9.c: New testcase. - -2018-10-24 Richard Biener - - PR tree-optimization/87665 - * gcc.dg/torture/pr87665.c: New testcase. - -2018-10-23 Jakub Jelinek - - * g++.dg/cpp2a/lambda-this3.C: Limit dg-bogus directives to c++17_down - only. Add expected warnings and messages for c++2a. - -2018-10-23 Richard Biener - - PR tree-optimization/87105 - PR tree-optimization/87608 - * g++.dg/tree-ssa/phiopt-1.C: New testcase. - g++.dg/vect/slp-pr87105.cc: Likewise. - * g++.dg/tree-ssa/pr21463.C: Scan phiopt2 because this testcase - relies on phiprop run before. - * g++.dg/tree-ssa/pr30738.C: Likewise. - * g++.dg/tree-ssa/pr57380.C: Likewise. - * gcc.dg/tree-ssa/pr84859.c: Likewise. - * gcc.dg/tree-ssa/pr45397.c: Scan phiopt2 because phiopt1 is - confused by copies in the IL left by EVRP. - * gcc.dg/tree-ssa/phi-opt-5.c: Likewise, this time confused - by predictors. - * gcc.dg/tree-ssa/phi-opt-12.c: Scan phiopt2. - * gcc.dg/pr24574.c: Likewise. - * g++.dg/tree-ssa/pr86544.C: Scan phiopt4. - -2018-10-23 Richard Biener - - PR tree-optimization/87700 - * gcc.dg/torture/pr87700.c: New testcase. - -2018-10-23 Richard Biener - - PR tree-optimization/87693 - * gcc.dg/torture/pr87693.c: New testcase. - -2018-10-23 Paul Thomas - - PR fortran/85603 - * gfortran.dg/deferred_character_23.f90 : Check reallocation is - occurring as it should and a regression caused by version 1 of - this patch. - -2018-10-22 Yury Gribov - - PR tree-optimization/87633 - * g++.dg/pr87633.C: New test. - -2018-10-22 Marek Polacek - - PR testsuite/87694 - * g++.dg/concepts/memfun-err.C: Make it a compile test. - -2018-10-22 Richard Biener - - * gcc.dg/tree-ssa/evrp12.c: New testcase. - * gcc.dg/predict-6.c: Adjust. - * gcc.dg/tree-ssa/vrp33.c: Disable EVRP. - * gcc.dg/tree-ssa/vrp02.c: Likewise. - * gcc.dg/tree-ssa/cunroll-9.c: Likewise. - -2018-10-22 Martin Liska - - PR tree-optimization/87686 - * g++.dg/tree-ssa/pr87686.C: New test. - -2018-10-22 Jakub Jelinek - - * g++.target/i386/i386.exp: Use g++-dg-runtest to iterate - properly -std= options. - -2018-10-22 Richard Biener - - * gcc.dg/graphite/scop-4.c: Avoid out-of-bound access. - -2018-10-22 Eric Botcazou - - * gnat.dg/sso14.adb: New test. - * gnat.dg/sso15.adb: Likewise. - -2018-10-22 Eric Botcazou - - * gnat.dg/warn19.ad[sb]: New test. - * gnat.dg/warn19_pkg.ads: New helper. - -2018-10-22 Richard Biener - - PR tree-optimization/87640 - * gcc.dg/torture/pr87640.c: New testcase. - -2018-10-22 Ilya Leoshkevich - - * gcc.target/s390/litpool-int.c: New test. - -2018-10-22 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-andn-di-zmm-1.c: New test. - * gcc.target/i386/avx512f-andn-si-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-andn-si-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-andn-si-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-andn-si-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-andn-si-zmm-5.c: Likewise. - * gcc.target/i386/avx512vl-andn-si-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-andn-si-ymm-1.c: Likewise. - -2018-10-22 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-and-di-zmm-1.c: New test. - * gcc.target/i386/avx512f-and-si-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-and-si-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-and-si-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-and-si-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-and-si-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-and-si-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-or-di-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-or-si-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-or-si-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-or-si-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-or-si-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-or-si-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-or-si-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-xor-di-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-xor-si-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-xor-si-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-xor-si-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-xor-si-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-xor-si-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-xor-si-zmm-6.c: Likewise. - * gcc.target/i386/avx512vl-and-si-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-and-si-ymm-1.c: Likewise. - * gcc.target/i386/avx512vl-or-si-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-or-si-ymm-1.c: Likewise. - * gcc.target/i386/avx512vl-xor-si-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-xor-si-ymm-1.c: Likewise. - -2018-10-22 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-add-di-zmm-1.c: New test. - * gcc.target/i386/avx512f-add-si-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-add-si-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-add-si-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-add-si-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-add-si-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-add-si-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-sub-di-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-sub-si-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-sub-si-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-sub-si-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-sub-si-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-sub-si-zmm-5.c: Likewise. - * gcc.target/i386/avx512vl-add-si-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-add-si-ymm-1.c: Likewise. - * gcc.target/i386/avx512vl-sub-si-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-sub-si-ymm-1.c: Likewise. - -2018-10-21 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx-1.c (__builtin_ia32_vfmsubpd512_mask): New. - (__builtin_ia32_vfmsubpd512_maskz): Likewise. - (__builtin_ia32_vfmsubps512_mask): Likewise. - (__builtin_ia32_vfmsubps512_maskz): Likewise. - (__builtin_ia32_vfnmaddpd512_mask3): Likewise. - (__builtin_ia32_vfnmaddpd512_maskz): Likewise. - (__builtin_ia32_vfnmaddps512_mask3): Likewise. - (__builtin_ia32_vfnmaddps512_maskz): Likewise. - (__builtin_ia32_vfnmsubpd512_maskz): Likewise. - (__builtin_ia32_vfnmsubps512_maskz): Likewise. - * gcc.target/i386/sse-13.c - (__builtin_ia32_vfmsubpd512_mask): Likewise. - (__builtin_ia32_vfmsubpd512_maskz): Likewise. - (__builtin_ia32_vfmsubps512_mask): Likewise. - (__builtin_ia32_vfmsubps512_maskz): Likewise. - (__builtin_ia32_vfnmaddpd512_mask3): Likewise. - (__builtin_ia32_vfnmaddpd512_maskz): Likewise. - (__builtin_ia32_vfnmaddps512_mask3): Likewise. - (__builtin_ia32_vfnmaddps512_maskz): Likewise. - (__builtin_ia32_vfnmsubpd512_maskz): Likewise. - (__builtin_ia32_vfnmsubps512_maskz): Likewise. - * gcc.target/i386/sse-23.c - (__builtin_ia32_vfmsubpd512_mask): Likewise. - (__builtin_ia32_vfmsubpd512_maskz): Likewise. - (__builtin_ia32_vfmsubps512_mask): Likewise. - (__builtin_ia32_vfmsubps512_maskz): Likewise. - (__builtin_ia32_vfnmaddpd512_mask3): Likewise. - (__builtin_ia32_vfnmaddpd512_maskz): Likewise. - (__builtin_ia32_vfnmaddps512_mask3): Likewise. - (__builtin_ia32_vfnmaddps512_maskz): Likewise. - (__builtin_ia32_vfnmsubpd512_maskz): Likewise. - (__builtin_ia32_vfnmsubps512_maskz): Likewise. - -2018-10-21 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-fnmsub-df-zmm-1.c: New test. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-7.c: Likewise. - * gcc.target/i386/avx512f-fnmsub-sf-zmm-8.c: Likewise. - * gcc.target/i386/avx512vl-fnmsub-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-fnmsub-sf-ymm-1.c: Likewise. - -2018-10-21 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-fnmadd-df-zmm-1.c: New test. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-7.c: Likewise. - * gcc.target/i386/avx512f-fnmadd-sf-zmm-8.c: Likewise. - * gcc.target/i386/avx512vl-fnmadd-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-fnmadd-sf-ymm-1.c: Likewise. - -2018-10-21 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-fmsub-df-zmm-1.c: New test. - * gcc.target/i386/avx512f-fmsub-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-fmsub-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-fmsub-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-fmsub-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-fmsub-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-fmsub-sf-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-fmsub-sf-zmm-7.c: Likewise. - * gcc.target/i386/avx512f-fmsub-sf-zmm-8.c: Likewise. - * gcc.target/i386/avx512vl-fmsub-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-fmsub-sf-ymm-1.c: Likewise. - -2018-10-21 Paul Thomas - - PR fortran/71880 - * gfortran.dg/deferred_character_31.f90 : New test. - -2018-10-21 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-mul-df-zmm-1.c: New test. - * gcc.target/i386/avx512f-mul-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-mul-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-mul-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-mul-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-mul-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-mul-sf-zmm-6.c: Likewise. - * gcc.target/i386/avx512vl-mul-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-mul-sf-ymm-1.c: Likewise. - -2018-10-21 H.J. Lu - - PR target/87662 - * gcc.target/i386/pr87662.c - -2018-10-20 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512f-div-df-zmm-1.c: New test. - * gcc.target/i386/avx512f-div-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-div-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-div-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-div-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-div-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512vl-div-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-div-sf-ymm-1.c: Likewise. - -2018-10-20 Marek Polacek - - * g++.dg/*.C: Use target c++17 instead of explicit dg-options. - * lib/g++-dg.exp: Don't test C++11 by default. Add C++17 to - the list of default stds to test. - -2018-10-20 Jakub Jelinek - - PR middle-end/87647 - * gcc.c-torture/compile/pr87647.c: New test. - -2018-10-19 Jakub Jelinek - - PR middle-end/85488 - PR middle-end/87649 - * c-c++-common/gomp/doacross-2.c: New test. - * c-c++-common/gomp/sink-3.c: Expect another error during error - recovery. - -2018-10-19 Segher Boessenkool - - * gcc.target/powerpc/safe-indirect-jump-2.c: Do not check assigned CR - field number. - * gcc.target/powerpc/safe-indirect-jump-3.c: Ditto. - -2018-10-19 Richard Biener - - PR middle-end/87645 - * gcc.dg/torture/pr87645.c: New testcase. - -2018-10-19 Richard Biener - - PR target/87657 - * gcc.target/i386/pr87657.c: New testcase. - -2018-10-19 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512-binop-1.h: New file. - * gcc.target/i386/avx512-binop-2.h: Likewise. - * gcc.target/i386/avx512-binop-3.h: Likewise. - * gcc.target/i386/avx512-binop-4.h: Likewise. - * gcc.target/i386/avx512-binop-5.h: Likewise. - * gcc.target/i386/avx512-binop-6.h: Likewise. - * gcc.target/i386/avx512f-add-df-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-add-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-add-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-add-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-add-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-add-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-add-sf-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-sub-df-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-sub-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-sub-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-sub-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-sub-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-sub-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512vl-add-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-add-sf-ymm-1.c: Likewise. - * gcc.target/i386/avx512vl-sub-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-sub-sf-ymm-1.c: Likewise. - -2018-10-19 Ilya Leoshkevich - - PR rtl-optimization/87596 - * gcc.target/i386/pr87596.c: New test. - -2018-10-19 Eric Botcazou - - * gnat.dg/frame_overflow2.adb: New test. - -2018-10-18 H.J. Lu - - PR target/72782 - * gcc.target/i386/avx512-fma-1.h: New file. - * gcc.target/i386/avx512-fma-2.h: Likewise. - * gcc.target/i386/avx512-fma-3.h: Likewise. - * gcc.target/i386/avx512-fma-4.h: Likewise. - * gcc.target/i386/avx512-fma-5.h: Likewise. - * gcc.target/i386/avx512-fma-6.h: Likewise. - * gcc.target/i386/avx512-fma-7.h: Likewise. - * gcc.target/i386/avx512-fma-8.h: Likewise. - * gcc.target/i386/avx512f-fmadd-df-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-1.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-2.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-3.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-4.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-5.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-6.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-7.c: Likewise. - * gcc.target/i386/avx512f-fmadd-sf-zmm-8.c: Likewise. - * gcc.target/i386/avx512vl-fmadd-sf-xmm-1.c: Likewise. - * gcc.target/i386/avx512vl-fmadd-sf-ymm-1.c: Likewise. - -2018-10-18 Tobias Burnus - - PR fortran/87625 - * gfortran.dg/realloc_on_assign_31.f90: New file. - -2018-10-18 David Malcolm - - PR tree-optimization/87562 - * c-c++-common/substring-location-PR-87562-1-a.h: New file. - * c-c++-common/substring-location-PR-87562-1-b.h: New file. - * c-c++-common/substring-location-PR-87562-1.c: New test. - * gcc.dg/plugin/diagnostic-test-string-literals-1.c: Add test for - PR 87562. - * gcc.dg/plugin/pr87562-a.h: New file. - * gcc.dg/plugin/pr87562-b.h: New file. - -2018-10-18 Paul Thomas - - PR fortran/58618 - * gfortran.dg/associate_45.f90 : New test. - -2018-10-18 Paul Thomas - - PR fortran/58618 - * gfortran.dg/deferred_character_30.f90 : New test. - -2018-10-18 Richard Biener - - PR middle-end/87087 - * gcc.dg/torture/pr87087.c: New testcase. - * gcc.dg/graphite/pr84204.c: XFAIL. - * gcc.dg/graphite/pr85935.c: Likewise. - -2018-10-18 H.J. Lu - - PR target/87537 - * gcc.target/i386/pr87537-1.c: New test. - -2018-10-17 Joseph Myers - - * gcc.dg/c11-static-assert-7.c, gcc.dg/c11-static-assert-8.c, - gcc.dg/c11-static-assert-9.c, gcc.dg/c2x-static-assert-1.c, - gcc.dg/c2x-static-assert-2.c, gcc.dg/c99-static-assert-2.c, - gcc.dg/gnu2x-static-assert-1.c: New tests. - * gcc.dg/missing-symbol-3.c: Update expected fix-it text. - -2018-10-17 Tobias Burnus - - PR fortran/87632 - * gfortran.dg/select_type_47.f90: New. - -2018-10-17 Eric Botcazou - - * gcc.c-torture/execute/pr87623.c: New test. - -2018-10-17 Paolo Carlini - - PR c++/84705 - * g++.dg/cpp0x/pr84705.C: New. - -2018-10-17 Paul Thomas - - PR fortran/56386 - PR fortran/58906 - PR fortran/77385 - * gfortran.dg/associate_44.f90 : New test. - - PR fortran/80260 - * gfortran.dg/select_type_45.f90 : New test. - - PR fortran/82077 - * gfortran.dg/select_type_46.f90 : New test. - -2018-10-16 Tobias Burnus - - PR fortran/67125 - * gfortran.dg/allocate_with_source_26.f90: Extend - testcase with polymorphic variables. - -2018-10-16 Tobias Burnus - - PR fortran/67125 - * gfortran.dg/allocate_with_source_26.f90: New. - -2018-10-15 David Malcolm - - * gcc.dg/missing-header-fixit-3.c: Update expected indentation - to reflect minimum margin width. - * gcc.dg/missing-header-fixit-4.c: Likewise. - * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c: - Likewise. - * gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c: - Likewise. - * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers-2.c: - New test. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add it. - -2018-10-15 Tobias Burnus - - PR fortran/87597 - * gfortran.dg/inline_matmul_24.f90: Tweak scan-tree. - -2018-10-15 Renlin Li - - PR target/87563 - * gcc.target/aarch64/sve/pr87563.c: New. - -2018-10-15 Paul Thomas - Tobias Burnus - - PR fortran/87566 - * gfortran.dg/select_type_44.f90: New test. - * gfortran.dg/associate_42.f90: New test. - -2018-10-15 Bin Cheng - - PR tree-optimization/87022 - * gcc.dg/tree-ssa/pr87022.c: New test. - -2018-10-15 Richard Biener - - PR middle-end/87610 - * gcc.dg/torture/restrict-6.c: New testcase. - -2018-10-15 Andreas Krebbel - - * g++.dg/vec-init-1.C: New test. - -2018-10-14 H.J. Lu - - PR target/87599 - * gcc.target/i386/pr87599.c: New test. - -2018-10-14 H.J. Lu - - PR target/87572 - * gcc.target/i386/pr87572.c: New test. - -2018-10-14 Paul Thomas - - PR fortran/83146 - * gfortran.dg/associate_43.f90: New test. - -2018-10-14 Anthony Green - - * gcc.c-torture/execute/20101011-1.c: Adjust for moxie. - -2018-10-12 Yury Gribov - - PR middle-end/81376 - * c-c++-common/pr81376.c: New test. - * gcc.target/i386/387-ficom-2.c: Update test. - * gcc.target/i386/387-ficom-2.c: Ditto. - -2018-10-12 Tobias Burnus - - PR fortran/87597 - * gfortran.dg/inline_matmul_24.f90: New. - -2018-10-12 Tobias Burnus - - PR fortran/58787 - * gfortran.dg/goacc/pr77765.f90: Modify dg-error. - * gfortran.dg/interface_42.f90: Ditto. - * gfortran.dg/internal_references_1.f90: Ditto. - * gfortran.dg/invalid_procedure_name.f90: Ditto. - * gfortran.dg/pr65453.f90: Ditto. - * gfortran.dg/pr77414.f90: Ditto. - * gfortran.dg/pr78741.f90: Ditto. - * gfortran.dg/same_name_2.f90: Ditto. - -2018-10-12 Wilco Dijkstra - - * gcc.target/aarch64/popcnt.c: Test zero-extended popcount. - * gcc.target/aarch64/vec_zeroextend.c: Test zero-extended vectors. - -2018-10-11 Will Schmidt - - * gcc.target/powerpc/fold-vec-insert-char-p8.c: New. - * gcc.target/powerpc/fold-vec-insert-char-p9.c: New. - * gcc.target/powerpc/fold-vec-insert-double.c: New. - * gcc.target/powerpc/fold-vec-insert-float-p8.c: New. - * gcc.target/powerpc/fold-vec-insert-float-p9.c: New. - * gcc.target/powerpc/fold-vec-insert-int-p8.c: New. - * gcc.target/powerpc/fold-vec-insert-int-p9.c: New. - * gcc.target/powerpc/fold-vec-insert-longlong.c: New. - * gcc.target/powerpc/fold-vec-insert-short-p8.c: New. - * gcc.target/powerpc/fold-vec-insert-short-p9.c: New. - -2018-10-11 Will Schmidt - - * gcc.target/powerpc/fold-vec-extract-char.p7.c: New. - * gcc.target/powerpc/fold-vec-extract-char.p8.c: New. - * gcc.target/powerpc/fold-vec-extract-char.p9.c: New. - * gcc.target/powerpc/fold-vec-extract-double.p7.c: New. - * gcc.target/powerpc/fold-vec-extract-double.p8.c: New. - * gcc.target/powerpc/fold-vec-extract-double.p9.c: New. - * gcc.target/powerpc/fold-vec-extract-float.p7.c: New. - * gcc.target/powerpc/fold-vec-extract-float.p8.c: New. - * gcc.target/powerpc/fold-vec-extract-float.p9.c: New. - * gcc.target/powerpc/fold-vec-extract-int.p7.c: New. - * gcc.target/powerpc/fold-vec-extract-int.p8.c: New. - * gcc.target/powerpc/fold-vec-extract-int.p9.c: New. - * gcc.target/powerpc/fold-vec-extract-longlong.p7.c: New. - * gcc.target/powerpc/fold-vec-extract-longlong.p8.c: New. - * gcc.target/powerpc/fold-vec-extract-longlong.p9.c: New. - * gcc.target/powerpc/fold-vec-extract-short.p7.c: New. - * gcc.target/powerpc/fold-vec-extract-short.p8.c: New. - * gcc.target/powerpc/fold-vec-extract-short.p9.c: New. - -2018-10-11 Will Schmidt - - * gcc.target/powerpc/fold-vec-select-char.c: New. - * gcc.target/powerpc/fold-vec-select-double.c: New. - * gcc.target/powerpc/fold-vec-select-float.c: New. - * gcc.target/powerpc/fold-vec-select-int.c: New. - * gcc.target/powerpc/fold-vec-select-longlong.c: New. - * gcc.target/powerpc/fold-vec-select-short.c: New. - -2018-10-09 Giuliano Belinassi - - PR tree-optimization/86829 - * gcc.dg/sinatan-1.c: New test. - * gcc.dg/sinatan-2.c: New test. - * gcc.dg/sinatan-3.c: New test. - -2018-10-11 Will Schmidt - - * gcc.target/powerpc/fold-vec-mergeeo-floatdouble.c: New. - * gcc.target/powerpc/fold-vec-mergeeo-int.c: New. - * gcc.target/powerpc/fold-vec-mergeeo-longlong.c: New. - -2018-10-11 Tobias Burnus - - Revert: - 2018-10-09 Tobias Burnus - - PR fortran/83522 - * gfortran.dg/actual_array_substr_1.f90: Add dg-error, - change to dg-do compile. - * gfortran.dg/actual_array_substr_2.f90: Ditto. - * gfortran.dg/array_initializer_1.f90: Use array - element not size-one section. - * gfortran.dg/array_substring.f90: New. - -2018-10-11 Wilco Dijkstra - - PR target/87511 - * gcc.target/aarch64/pr87511.c: Add new test. - -2018-10-11 David Malcolm - - PR c++/84993 - * g++.dg/torture/accessor-fixits-9.C: New test. - -2018-10-11 Nathan Sidwell - - * g++.dg/parse/close-brace.C: New. - * g++.dg/cpp0x/noexcept16.C: Avoid warning. - * g++.old-deja/g++.other/crash32.C: Add another error - -2018-10-11 Jakub Jelinek - - PR c++/85070 - * g++.dg/cpp0x/pr85070.C: Change effective target for diagnostics from - c++14_only to c++14. - -2018-10-11 David Malcolm - - * lib/multiline.exp (dg-begin-multiline-output): Issue an error if - there hasn't been a dg-end-multiline-output since the last - dg-begin-multiline-output. - (dg-end-multiline-output): Issue an error if there hasn't been a - dg-begin-multiline-output. Reset _multiline_last_beginning_line - as soon possible. Rename "line" to "last_line". - -2018-10-11 Andrew Stubbs - - * selftests/repeat.rtl: New file. - -2018-10-11 Jakub Jelinek - - PR c++/87582 - * g++.dg/cpp1z/decomp48.C: New test. - -2018-10-11 David Malcolm - - * g++.dg/diagnostic/macro-arg-count.C: Move to... - * c-c++-common/cpp/macro-arg-count-1.c: ...here, generalizing - output for C vs C++. Expect notes showing the definitions of the - macros. - * c-c++-common/cpp/macro-arg-count-2.c: New test, adapted from the - above. - -2018-10-11 Martin Jambor - - * gcc.dg/warn-abs-1.c: Guard tests assuming size of long double is - greater that the size of double by target large_long double. - -2018-10-11 Jakub Jelinek - - * g++.dg/cpp2a/feat-cxx2a.C: New test. - - PR c++/87547 - * g++.dg/rtti/typeid12.C: New test. - -2018-10-10 Eric Botcazou - - * g++.dg/other/pr87574.C: New test. - -2018-10-10 Marek Polacek - - PR c++/87567 - constexpr rejects call to non-constexpr function. - * g++.dg/cpp1y/constexpr-loop7.C: New test. - -2018-10-10 Paul A. Clarke - - PR target/87579 - * gcc.target/powerpc/sse3-check.h: Remove duplicated code. - * gcc.target/powerpc/sse3-addsubps.c: Likewise. - * gcc.target/powerpc/sse3-addsubpd.c: Likewise. - * gcc.target/powerpc/sse3-haddps.c: Likewise. - * gcc.target/powerpc/sse3-hsubps.c: Likewise. - * gcc.target/powerpc/sse3-haddpd.c: Likewise. - * gcc.target/powerpc/sse3-hsubpd.c: Likewise. - * gcc.target/powerpc/sse3-lddqu.c: Likewise. - * gcc.target/powerpc/sse3-movsldup.c: Likewise. - * gcc.target/powerpc/sse3-movshdup.c: Likewise. - * gcc.target/powerpc/sse3-movddup.c: Likewise. - * gcc.target/powerpc/pr37191.c: Likewise. -2018-10-10 Martin Sebor - - PR c/54391 - * gcc.dg/transparent-union-6.c: New. - -2018-10-10 Martin Sebor - - * gcc.c-torture/execute/memchr-1.c: Avoid assuming 4-byte wchar_t. - Add a test for 2-byte wchar_t. - * gcc.dg/builtin-memchr.c: New test. - -2018-10-10 Uros Bizjak - - PR target/87573 - * gcc.target/i386/pr87573.c: New test. - -2018-10-10 Jakub Jelinek - - PR target/87550 - * gcc.target/i386/pr87550.c: New test. - - PR c/87286 - * gcc.dg/pr87286.c: Add -Wno-psabi to dg-options. - -2018-10-09 Paolo Carlini - - PR c++/84423 - * g++.dg/concepts/pr84423-1.C: New. - * g++.dg/concepts/pr84423-2.C: Likewise. - * g++.dg/cpp0x/auto39.C: Test location too. - * g++.dg/cpp0x/auto9.C: Likewise. - * g++.dg/cpp1y/pr60384.C: Likewise. - -2018-10-09 Paul A. Clarke - - * gcc.target/powerpc/sse3-check.h: New file. - * gcc.target/powerpc/sse3-addsubps.c: New file. - * gcc.target/powerpc/sse3-addsubpd.c: New file. - * gcc.target/powerpc/sse3-haddps.c: New file. - * gcc.target/powerpc/sse3-hsubps.c: New file. - * gcc.target/powerpc/sse3-haddpd.c: New file. - * gcc.target/powerpc/sse3-hsubpd.c: New file. - * gcc.target/powerpc/sse3-lddqu.c: New file. - * gcc.target/powerpc/sse3-movsldup.c: New file. - * gcc.target/powerpc/sse3-movshdup.c: New file. - * gcc.target/powerpc/sse3-movddup.c: New file. - * gcc.target/powerpc/pr37191.c: New file. - -2018-10-09 Tobias Burnus - - PR fortran/83522 - * gfortran.dg/actual_array_substr_1.f90: Add dg-error, - change to dg-do compile. - * gfortran.dg/actual_array_substr_2.f90: Ditto. - * gfortran.dg/array_initializer_1.f90: Use array - element not size-one section. - * gfortran.dg/array_substring.f90: New. - -2018-10-09 Eric Botcazou - - * gnat.dg/derived_type5.adb, gnat.dg/derived_type5_pkg.ads: New - testcase. - -2018-10-09 Eric Botcazou - - * gnat.dg/warn17.adb: New testcase. - -2018-10-09 Eric Botcazou - - * gnat.dg/inline14.adb, gnat.dg/inline14_pkg.adb, - gnat.dg/inline14_pkg.ads: New testcase. - -2018-10-09 Ed Schonberg - - * gnat.dg/warn18.adb: New testcase. - -2018-10-09 Martin Liska - - * c-c++-common/asan/pr64820.c: Add line number to scanned - pattern. - * c-c++-common/asan/use-after-return-1.c: Likewise. - * g++.dg/asan/function-argument-1.C (main): Likewise. - * g++.dg/asan/function-argument-2.C (main): Likewise. - * g++.dg/asan/function-argument-3.C (main): Likewise. - * g++.dg/asan/use-after-scope-1.C (main): Likewise. - * g++.dg/asan/use-after-scope-2.C (main): Likewise. - * g++.dg/asan/use-after-scope-types-1.C (main): Likewise. - * g++.dg/asan/use-after-scope-types-2.C (main): Likewise. - * g++.dg/asan/use-after-scope-types-3.C (main): Likewise. - * g++.dg/asan/use-after-scope-types-4.C (main): Likewise. - * g++.dg/asan/use-after-scope-types-5.C (main): Likewise. - * gcc.dg/asan/pr78541.c (main): Likewise. - * gcc.dg/asan/use-after-scope-1.c (main): Likewise. - * gcc.dg/asan/use-after-scope-10.c (main): Likewise. - * gcc.dg/asan/use-after-scope-2.c (main): Likewise. - * gcc.dg/asan/use-after-scope-3.c (main): Likewise. - * gcc.dg/asan/use-after-scope-5.c (main): Likewise. - * gcc.dg/asan/use-after-scope-9.c (main): Likewise. - -2018-10-09 Paul Thomas - - PR fortran/87151 - * gfortran.dg/deferred_type_component_3.f90: New test. - - PR fortran/80931 - * gfortran.dg/deferred_character_28.f90: New test. - * gfortran.dg/deferred_character_29.f90: New test (note that - this test appears in PR83196 comment #4 by mistake). - -2018-10-08 Eric Botcazou - - * gcc.target/i386/vararg-loc.c: Accept a column number. - -2018-10-08 Martin Liska - - * gcc.target/i386/i386.exp: Move procedures to - target-supports.exp. - * g++.target/i386/i386.exp: New file. - * gcc.target/i386/mv*.C: Move here tests and remove - target filter in these tests. - -2018-10-08 Cesar Philippidis - - * gfortran.dg/contiguous_4.f90: Adjust. - * gfortran.dg/contiguous_4.f90: New test. - -2018-10-08 Paul Thomas - - PR fortran/86372 - * gfortran.dg/associate_41.f90: New test. - -2018-10-08 Rainer Orth - - * gcc.dg/merge-all-constants-2.c: Require string_merging support. - * gnat.dg/string_merge1.adb: Likewise. - * gnat.dg/string_merge2.adb: Likewise. - -2018-10-08 Rainer Orth - - * c-c++-common/Wprio-ctor-dtor.c: Require init_priority support. - -2018-10-08 Martin Liska - - * g++.dg/ext/pr82625.C: Add dg-compile filter. - -2018-10-08 Paolo Carlini - - PR c++/71128 - * g++.dg/concepts/pr71128.C: New. - -2018-10-08 Richard Sandiford - - PR c/87286 - * gcc.dg/pr87286.c: New test. - -2018-10-06 Thomas Koenig - - PR fortran/86111 - * gfortran.dg/array_constructor_type_23.f90: New test. - -2018-10-06 Paul Thomas - - PR fortran/83999 - * gfortran.dg/elemental_function_4.f90 : New test. - -2018-10-05 Peter Bergner - - PR rtl-optimization/86939 - PR rtl-optimization/87479 - * gcc.target/powerpc/pr86939.c: New test. - * gcc/testsuite/gcc.target/i386/pr49095.c: Fix expected results. - -2018-10-05 Bernd Edlinger - - * gnat.dg/string_merge1.adb: Fix test expectations. - * gnat.dg/string_merge2.adb: Likewise. - -2018-10-05 David Malcolm - - PR c++/56856 - * g++.dg/ext/builtin4.C: Set expected location for warning to the - correct location within the format string. - * g++.dg/plugin/plugin.exp (plugin_test_list): Add the plugin and - files for testing locations within string literal locations from - the C frontend. - * g++.dg/warn/Wformat-method.C: New test. - * g++.dg/warn/Wformat-pr71863.C: New test. - * g++.dg/warn/Wformat-ranges-c++11.C: New test. - * g++.dg/warn/Wformat-ranges.C: New test, based on - gcc.dg/format/diagnostic-ranges.c. - * gcc.dg/plugin/diagnostic-test-string-literals-1.c - (test_multitoken_macro): Generalize expected output to work with - both C and C++. - * gcc.dg/plugin/diagnostic-test-string-literals-2.c - (test_stringified_token_1): Likewise. - (test_stringified_token_3): Likewise. - -2018-10-05 David Malcolm - - * lib/multiline.exp (proc dg-end-multiline-output): Check argument - count. If there's a 3rd argument, use dg-process-target on it, - bailing out, or recording expected failures as "maybe_x". - (proc handle-multiline-outputs): Extract "maybe_x", and use it - to convert pass/fail into xpass/xfail. - -2018-10-05 Martin Sebor - - PR tree-optimization/87490 - * gcc.dg/pr87490.c: New test. - * gcc.dg/warn-strnlen-no-nul-2.c: Same. - -2018-10-05 Steve Ellcey - - PR tree-optimization/71625 - * /gcc.target/aarch64/vclz.c (test_vclz_s8): Add noinline attribute. - (test_vclz_s16): Ditto. - (test_vclz_s32): Ditto. - (test_vclzq_s8): Ditto. - (test_vclzq_s16): Ditto. - (test_vclzq_s32): Ditto. - (test_vclz_u8): Ditto. - (test_vclz_u16): Ditto. - (test_vclz_u32): Ditto. - (test_vclzq_u8): Ditto. - (test_vclzq_u16): Ditto. - (test_vclzq_u32): Ditto. - * gcc.target/aarch64/vneg_s.c (test_vneg_s8): Ditto. - (test_vneg_s16): Ditto. - (test_vneg_s32): Ditto. - (test_vneg_s64): Ditto. - (test_vnegd_s64): Ditto. - (test_vnegq_s8): Ditto. - (test_vnegq_s16): Ditto. - (test_vnegq_s32): Ditto. - (test_vnegq_s64): Ditto. - -2018-10-05 Segher Boessenkool - - PR target/87509 - * gcc.target/powerpc/test_fpscr_drn_builtin.c: Use hard_dfp instead - of dfp_hw. Don't include . - * gcc.target/powerpc/test_fpscr_drn_builtin_error.c: Ditto. Require - lp64. - * gcc.target/powerpc/test_fpscr_rn_builtin.c: Don't include . - * gcc.target/powerpc/test_fpscr_rn_builtin_error.c: Ditto. - * gcc.target/powerpc/test_mffsl.c: Ditto. - -2018-10-04 Vinay Kumar - - * c-c++-common/Wprio-ctor-dtor.c: New test. - -2018-10-04 David Malcolm - - * gcc.dg/vect/nodump-vect-opt-info-2.c: New test. - * gcc.dg/vect/vect-alias-check-4.c: Add "-fopt-info-vec-all" to - dg-additional-options. Add dg-message and dg-missed directives - to verify that -fopt-info messages are written at the correct - locations. - -2018-10-04 David Malcolm - - * gcc.dg/plugin/dump-1.c: Update expected output for test_scopes - due to "-internals" not being selected. - * gcc.dg/plugin/dump-2.c: New test, based on dump-1.c, with - "-internals" added to re-enable the output from test_scopes. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add dump-2.c. - -2018-10-04 Bernd Edlinger - - * gnat.dg/string_merge1.adb: New test. - * gnat.dg/string_merge2.adb: New test. - * gcc.dg/merge-all-constants-1.c: Adjust test. - * gcc.dg/merge-all-constants-2.c: New test. - -2018-10-04 Bill Seurer - - PR target/87486 - * gcc.target/powerpc/undef-bool-2.c: Fix expected error output. - -2018-10-04 Martin Liska - - PR c/87483 - * gcc.dg/pr87483.c: New test. - -2018-10-04 Martin Liska - - PR ipa/82625 - * g++.dg/ext/pr82625.C: New test. - -2018-10-04 David Malcolm - - * gcc.dg/plugin/dump-1.c: New test. - * gcc.dg/plugin/dump_plugin.c: New test plugin. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above. - -2018-10-04 Peter Bergner - - PR rtl-optimization/87466 - * gcc.target/powerpc/pr87466.c: New test. - -2018-10-04 Prathamesh Kulkarni - - PR tree-optimization/85787 - * gcc.dg/ipa/propmalloc-4.c: New test. - -2018-10-04 Richard Biener - - * gcc.dg/tree-ssa/cunroll-15.c: Add XFAILs for arm and powerpc. - -2018-10-03 Ian Lance Taylor - - * go.test/go-test.exp (go-set-goarch): Use amd64p32 on x32. - -2018-10-03 Martin Sebor - - * gcc.dg/warn-sprintf-no-nul.c: New test. - -2018-10-03 Martin Liska - - PR gcov-profile/86109 - * g++.dg/gcov/pr86109.C: New test. - -2018-10-02 Marc Glisse - - * gcc.dg/tree-ssa/muldiv-1.c: New file. - * gcc.dg/tree-ssa/muldiv-2.c: Likewise. - -2018-10-02 Segher Boessenkool - - PR target/87081 - * gcc.target/powerpc/vec-init-6.c: Fix expected asm. - -2018-10-01 Martin Sebor - - * gcc.dg/warn-strnlen-no-nul.c: New. - -2018-10-01 Carl Love - - PR 69431 - * gcc.target/powerpc/test_mffsl-p9.c: New file. - * gcc.target/powerpc/test_fpscr_rn_builtin.c: New file. - * gcc.target/powerpc/test_fpscr_drn_builtin.c: New file. - * gcc.target/powerpc/test_fpscr_rn_builtin_error.c: New file. - * gcc.target/powerpc/test_fpscr_drn_builtin_error.c: New file. - -2018-10-01 Paul Thomas - - PR fortran/65677 - * gfortran.dg/dependency_52.f90 : Expand the test to check both - the call to adjustl and direct assignment of the substring. - -2018-10-01 Richard Biener - - PR tree-optimization/87465 - * gcc.dg/tree-ssa/cunroll-15.c: New testcase. - -2018-10-01 Tamar Christina - - PR target/86486 - * gcc.dg/pr82788.c: Skip for AArch64. - * gcc.dg/guality/vla-1.c: Turn off stack-clash. - * gcc.target/aarch64/subsp.c: Likewise. - * gcc.dg/params/blocksort-part.c: Skip stack-clash checks - on AArch64. - * gcc.dg/stack-check-10.c: Add AArch64 specific checks. - * gcc.dg/stack-check-12.c: ILP32 fixup. - * gcc.dg/stack-check-5.c: Add AArch64 specific checks. - * gcc.dg/stack-check-6a.c: Skip on AArch64, we don't support this. - * lib/target-supports.exp - (check_effective_target_frame_pointer_for_non_leaf): AArch64 does not - require frame pointer for non-leaf functions. - -2018-10-01 Tamar Christina - - PR target/86486 - * gcc.target/aarch64/stack-check-alloca-1.c: New. - * gcc.target/aarch64/stack-check-alloca-10.c: New. - * gcc.target/aarch64/stack-check-alloca-2.c: New. - * gcc.target/aarch64/stack-check-alloca-3.c: New. - * gcc.target/aarch64/stack-check-alloca-4.c: New. - * gcc.target/aarch64/stack-check-alloca-5.c: New. - * gcc.target/aarch64/stack-check-alloca-6.c: New. - * gcc.target/aarch64/stack-check-alloca-7.c: New. - * gcc.target/aarch64/stack-check-alloca-8.c: New. - * gcc.target/aarch64/stack-check-alloca-9.c: New. - * gcc.target/aarch64/stack-check-alloca.h: New. - * gcc.target/aarch64/stack-check-14.c: New. - * gcc.target/aarch64/stack-check-15.c: New. - -2018-10-01 Tamar Christina - - PR target/86486 - * gcc.target/aarch64/stack-check-prologue-16.c: New test - * gcc.target/aarch64/stack-check-cfa-3.c: New test. - * gcc.target/aarch64/sve/struct_vect_24.c: New test. - * gcc.target/aarch64/sve/struct_vect_24_run.c: New test. - -2018-10-01 Jeff Law - Richard Sandiford - Tamar Christina - - PR target/86486 - * gcc.target/aarch64/stack-check-12.c: New. - * gcc.target/aarch64/stack-check-13.c: New. - * gcc.target/aarch64/stack-check-cfa-1.c: New. - * gcc.target/aarch64/stack-check-cfa-2.c: New. - * gcc.target/aarch64/stack-check-prologue-1.c: New. - * gcc.target/aarch64/stack-check-prologue-10.c: New. - * gcc.target/aarch64/stack-check-prologue-11.c: New. - * gcc.target/aarch64/stack-check-prologue-12.c: New. - * gcc.target/aarch64/stack-check-prologue-13.c: New. - * gcc.target/aarch64/stack-check-prologue-14.c: New. - * gcc.target/aarch64/stack-check-prologue-15.c: New. - * gcc.target/aarch64/stack-check-prologue-2.c: New. - * gcc.target/aarch64/stack-check-prologue-3.c: New. - * gcc.target/aarch64/stack-check-prologue-4.c: New. - * gcc.target/aarch64/stack-check-prologue-5.c: New. - * gcc.target/aarch64/stack-check-prologue-6.c: New. - * gcc.target/aarch64/stack-check-prologue-7.c: New. - * gcc.target/aarch64/stack-check-prologue-8.c: New. - * gcc.target/aarch64/stack-check-prologue-9.c: New. - * gcc.target/aarch64/stack-check-prologue.h: New. - * lib/target-supports.exp - (check_effective_target_supports_stack_clash_protection): Add AArch64. - -2018-10-01 Tamar Christina - - * lib/target-supports.exp (check_cached_effective_target_indexed): New. - (check_cached_effective_target, clear_effective_target_cache): Cleanup. - (check_compile): Support values already Boolean. - (check_alias_available, check_gc_sections_available, - check_profiling_available, check_effective_target_vect_cmdline_needed, - check_effective_target_vect_int, - check_effective_target_vect_intfloat_cvt, - check_effective_target_vect_doubleint_cvt, - check_effective_target_vect_intdouble_cvt, - check_effective_target_vect_uintfloat_cvt, - check_effective_target_vect_floatint_cvt, - check_effective_target_vect_floatuint_cvt, - check_effective_target_vect_peeling_profitable, - check_effective_target_vect_simd_clones, - check_effective_target_vect_peeling_profitable, - check_effective_target_vect_simd_clones, - check_effective_target_vect_shift, - check_effective_target_vect_bswap, - check_effective_target_vect_shift_char, - check_effective_target_vect_float, - check_effective_target_vect_double, - check_effective_target_vect_long_long, - check_effective_target_vect_no_int_min_max, - check_effective_target_vect_no_int_add, - check_effective_target_vect_no_bitwise, - check_effective_target_vect_perm, - check_effective_target_vect_perm_byte, - check_effective_target_vect_perm_short, - check_effective_target_xorsign, - check_effective_target_vect_widen_sum_hi_to_si_pattern, - check_effective_target_vect_widen_sum_hi_to_si, - check_effective_target_vect_widen_sum_qi_to_hi, - check_effective_target_vect_widen_sum_qi_to_si, - check_effective_target_vect_widen_mult_qi_to_hi, - check_effective_target_vect_widen_mult_hi_to_si, - check_effective_target_vect_widen_mult_qi_to_hi_pattern, - check_effective_target_vect_widen_mult_hi_to_si_pattern, - check_effective_target_vect_widen_mult_si_to_di_pattern, - check_effective_target_vect_widen_shift, - check_effective_target_vect_sdot_qi, - check_effective_target_vect_udot_qi, - check_effective_target_vect_sdot_hi, - check_effective_target_vect_udot_hi, - check_effective_target_vect_usad_char, - check_effective_target_vect_pack_trunc, - check_effective_target_vect_unpack, - check_effective_target_unaligned_stack, - check_effective_target_vect_no_align, - check_effective_target_vect_hw_misalign, - check_effective_target_natural_alignment_32, - check_effective_target_natural_alignment_64, - check_effective_target_vect_element_align, - check_effective_target_vect_load_lanes **, - check_effective_target_vect_condition, - check_effective_target_vect_cond_mixed, - check_effective_target_vect_char_mult, - check_effective_target_vect_short_mult, - check_effective_target_vect_int_mult, - check_effective_target_vect_extract_even_odd, - check_effective_target_vect_interleave, - check_effective_target_vect_stridedN, - check_effective_target_vect_call_copysignf, - check_effective_target_sqrt_insn, - check_effective_target_vect_call_sqrtf, - check_effective_target_vect_call_btrunc, - check_effective_target_vect_call_btruncf, - check_effective_target_vect_call_ceil, - check_effective_target_vect_call_ceilf, - check_effective_target_vect_call_floor, - check_effective_target_vect_call_floorf, - check_effective_target_vect_call_lceil, - check_effective_target_vect_call_lfloor, - check_effective_target_vect_call_nearbyint, - check_effective_target_vect_call_nearbyintf, - check_effective_target_vect_call_round, - check_effective_target_vect_call_roundf, - check_effective_target_section_anchors, - check_effective_target_bswap, - check_effective_target_sync_int_long, - check_effective_target_sync_char_short, - check_effective_target_tiny, - check_effective_target_pie_copyreloc, - check_effective_target_got32x_reloc, - check_effective_target_tls_get_addr_via_got): Use new caching. - -2018-10-01 MCC CS - - PR tree-optimization/87261 - * gcc.dg/pr87261.c: New test. - -2018-10-01 Claudiu Zissulescu - - * gcc.target/arc/tph_addx.c: New test. - -2018-10-01 Claudiu Zissulescu - - * gcc.target/arc/tmac-3.c: New file. - -2018-09-30 Paul Thomas - - PR fortran/87359 - * gfortran.dg/associate_40.f90 : New test. - -2018-09-30 Paul Thomas - - PR fortran/70752 - PR fortran/72709 - * gfortran.dg/deferred_character_25.f90 : New test. - * gfortran.dg/deferred_character_26.f90 : New test. - * gfortran.dg/deferred_character_27.f90 : New test to verify - that PR82617 remains fixed. - -2018-09-30 Paul Thomas - - PR fortran/70149 - * gfortran.dg/deferred_character_24.f90 : New test. - -2018-09-29 H.J. Lu - - PR target/87370 - * gcc.target/i386/pr87370.c: New test. - -2018-09-29 Paul Thomas - - PR fortran/65667 - * gfortran.dg/dependency_52.f90 : New test. - -2018-09-29 Jakub Jelinek - - PR target/87467 - * gcc.target/i386/avx512f-abspd-1.c (SIZE): Divide by two. - (CALC): Use double instead of float. - (TEST): Adjust to test _mm512_abs_pd and _mm512_mask_abs_pd rather than - _mm512_abs_ps and _mm512_mask_abs_ps. - -2018-09-28 David Malcolm - - * c-c++-common/unroll-1.c: Update expected output from "note" to - "optimized". - * c-c++-common/unroll-2.c: Likewise. - * c-c++-common/unroll-3.c: Likewise. - * g++.dg/tree-ssa/dom-invalid.C: Update expected output from - dg-message to dg-missed. Convert param from -fopt-info to - -fopt-info-missed-ipa. - * g++.dg/tree-ssa/pr81408.C: Update expected output from - dg-message to dg-missed. - * g++.dg/vect/slp-pr56812.cc: Update expected output from - dg-message to dg-optimized. - * gcc.dg/pr26570.c: Update expected output from dg-message to - dg-missed. Convert param from -fopt-info to - -fopt-info-missed-ipa. - * gcc.dg/pr32773.c: Likewise. - * gcc.dg/tree-ssa/pr19210-1.c: Update expected output from - dg-message to dg-missed. - * gcc.dg/unroll-2.c: Update expected output from dg-message to - dg-optimized. - * gcc.dg/vect/nodump-vect-opt-info-1.c: Likewise. Convert param - from -fopt-info to -fopt-info-vec. - * gfortran.dg/directive_unroll_1.f90: Update expected output from - "note" to "optimized". - * gfortran.dg/directive_unroll_2.f90: Likewise. - * gfortran.dg/directive_unroll_3.f90: Likewise. - * gnat.dg/unroll4.adb: Likewise. - * lib/gcc-dg.exp (dg-optimized): New procedure. - (dg-missed): New procedure. - -2018-09-28 Joseph Myers - - PR c/87390 - * gcc.dg/torture/fp-int-convert.h (TEST_I_F_VAL): Convert integer - values explicitly to target type for comparison. - -2018-09-28 Steve Ellcey - - PR testsuite/87433 - * gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions - instead of 4. - -2018-09-28 Steve Ellcey - - PR testsuite/87433 - * gcc.dg/zero_bits_compound-1.c: Do not run on aarch64*-*-*. - -2018-09-28 Eric Botcazou - - * gcc.target/sparc/20160229-1.c: Minor tweak. - * gcc.target/sparc/cbcond-2.c: Likewise. - * gcc.target/sparc/movcc-1.c: Add -mcpu=v9 option. - * gcc.target/sparc/movcc-2.c: Minor tweak. - * gcc.target/sparc/overflow-3.c: Likewise. - * gcc.target/sparc/overflow-4.c: Add -mno-vis4 option. - * gcc.target/sparc/overflow-5.c: Minor tweak. - * gcc.target/sparc/setcc-4.c: Add -mno-vis4 option. - -2018-09-27 Segher Boessenkool - - * g++.dg/ext/altivec-6.C: Change the vec_splat second argument to a - valid value, in the "vector bool int" case. - -2018-09-27 Uros Bizjak - - * gcc.dg/rtl/x86_64/dfinit.c: Update scan-rtl-dump string. - * gcc.dg/rtl/x86_64/times-two.c.before-df.c: Ditto. - * gcc.target/i386/pr79804.c (foo): Use register "19", not "20". - -2018-09-27 Martin Liska - - * g++.dg/pr60518.C: Add -Wno-missing-profile. - * g++.dg/torture/pr59265.C: Likewise. - * g++.dg/tree-prof/morefunc.C: Likewise. - * g++.dg/tree-ssa/dom-invalid.C: Likewise. - * gcc.dg/pr26570.c: Likewise. - * gcc.dg/pr32773.c: Likewise. - * gcc.dg/pr40209.c: Likewise. - * gcc.dg/pr51957-1.c: Likewise. - * gcc.dg/pr80747.c: Likewise. - * gcc.target/aarch64/pr62262.c: Likewise. - -2018-09-27 Richard Biener - - PR testsuite/87451 - * gcc.dg/debug/dwarf2/inline5.c: Deal with different comment characters. - -2018-09-27 Richard Biener - - PR debug/37801 - PR debug/87440 - * gcc.dg/debug/dwarf2/inline2.c: Adjust. - * gcc.dg/debug/dwarf2/inline4.c: New testcase. - -2018-09-27 Paolo Carlini - - PR c++/67544 - * g++.dg/concepts/pr67544.C: New. - -2018-09-27 Paolo Carlini - - PR c++/84940 - * g++.dg/expr/unary4.C: New. - -2018-09-26 Indu Bhagat - - PR gcov-profile/86957 - * gcc.dg/Wmissing-profile.c: New test. - -2018-09-26 Joseph Myers - - PR c/87390 - * gcc.target/i386/excess-precision-9.c, - gcc.target/i386/excess-precision-10.c: New tests. - -2018-09-26 Richard Biener - - PR debug/87443 - * gcc.dg/debug/dwarf2/inline5.c: New testcase. - -2018-09-26 Martin Jambor - - PR c/87347 - * gcc.dg/pr87347.c: New test. - -2018-09-26 Paolo Carlini - - PR c++/71131 - * g++.dg/concepts/pr71131.C: New. - -2018-09-26 Paolo Carlini - - PR c++/71127 - * g++.dg/concepts/pr71127.C: New. - -2018-09-26 Paolo Carlini - - PR c++/67655 - * g++.dg/concepts/pr67655.C: New. - -2018-09-26 Thomas Quinot - - * gnat.dg/sso13.adb: New testcase. - -2018-09-26 Justin Squirek - - * gnat.dg/warn16.adb: New testcase. - -2018-09-26 Hristian Kirtchev - - * gnat.dg/elab7.adb, gnat.dg/elab7_pkg1.adb, - gnat.dg/elab7_pkg1.ads, gnat.dg/elab7_pkg2.adb, - gnat.dg/elab7_pkg2.ads: New testcase. - -2018-09-26 Javier Miranda - - * gnat.dg/interface8.adb, gnat.dg/interface8.ads: New testcase. - -2018-09-26 Ed Schonberg - - * gnat.dg/predicate2-containers.ads, - gnat.dg/predicate2-project-name_values.ads, - gnat.dg/predicate2-project-registry-attribute.ads, - gnat.dg/predicate2-project-registry.ads, - gnat.dg/predicate2-project-typ-set.ads, - gnat.dg/predicate2-project-typ.ads, - gnat.dg/predicate2-project.ads, - gnat.dg/predicate2-source_reference.ads, gnat.dg/predicate2.ads, - gnat.dg/predicate2_main.adb: New testcase. - -2018-09-26 Hristian Kirtchev - - * gnat.dg/dynhash1.adb: New testcase. - -2018-09-26 Hristian Kirtchev - - * gnat.dg/sets1.adb: New testcase. - * gnat.dg/dynhash.adb, gnat.dg/linkedlist.adb: Update testcases - to new API. - -2018-09-26 Thomas Quinot - - * gnat.dg/sso12.adb: New testcase. - -2018-09-26 Justin Squirek - - * gnat.dg/expr_func8.adb: New testcase. - -2018-09-26 Ed Schonberg - - * gnat.dg/predicate3.adb, gnat.dg/predicate3_pkg.ads: New - testcase. - -2018-09-26 Paolo Carlini - - PR c++/67656 - * g++.dg/concepts/pr67656.C: New. - -2018-09-26 Eric Botcazou - - * gnat.dg/addr12.adb, gnat.dg/addr12_a.adb, - gnat.dg/addr12_a.ads, gnat.dg/addr12_b.adb, - gnat.dg/addr12_b.ads, gnat.dg/addr12_c.ads: New testcase. - -2018-09-26 Eric Botcazou - - * g++.dg/other/vthunk1.C: Rename to... - * g++.dg/other/thunk1.C: ...this. - * g++.dg/other/thunk2a.C: New test. - * g++.dg/other/thunk2b.C: Likewise. - -2018-09-25 Jim Wilson - - * gcc.target/riscv/weak-1.c: New. - -2018-09-25 Jeff Law - - * gcc.dg/warn-stpcpy-no-nul.c: Drop unnecessary xfails. - * gcc.dg/warn-stplen-no-nul.c: Likewise. - -2018-09-25 Alexandre Oliva - - * gnat.dg/dinst.adb: Adjust for locviews. - -2018-09-25 Will Schmidt - - * g++.dg/ext/altivec-6.C: Updated vec_splat() calls. - * gcc.target/powerpc/fold-vec-splat-char.c: Remove invalid - vec_splat calls from recently added tests. Update instruction counts. - * gcc.target/powerpc/fold-vec-splat-floatdouble.c: Same. - * gcc.target/powerpc/fold-vec-splat-int.c: Same. - * gcc.target/powerpc/fold-vec-splat-longlong.c: Same. - * gcc.target/powerpc/fold-vec-splat-pixel.c: Same. - * gcc.target/powerpc/fold-vec-splat-short.c: Same. - -2018-09-25 Marek Polacek - - PR c++/87425 - * g++.dg/cpp2a/constexpr-virtual12.C: New test. - -2018-09-25 Jakub Jelinek - - PR c++/87398 - * g++.dg/other/pr87398.C: New test. - * g++.dg/cpp2a/constexpr-virtual10.C: New test. - * g++.dg/cpp2a/constexpr-virtual11.C: New test. - -2018-09-25 Martin Jambor - - PR testsuite/87339 - * gcc.dg/warn-abs-1.c: Do not test _Float128. Remove dg-skip-if and - float125 target. - * gcc.target/i386/warn-abs-3.c: New test. - -2018-09-25 Paolo Carlini - - PR c++/81246 - * g++.dg/cpp0x/pr81246.C: New. - -2018-09-25 H.J. Lu - - PR target/82699 - * gcc.target/i386/pr82699-5.c: Add -fno-pic for ia32. - * gcc.target/i386/pr82699-6.c: Add -fno-pic. - -2018-09-25 Jakub Jelinek - - * gfortran.dg/coarray_lock_7.f90: Adjust scan-tree-dump-times for - ILP32. - -2018-09-25 Richard Biener - - PR tree-optimization/87402 - * gcc.dg/torture/pr87402.c: New testcase. - -2018-09-25 H.J. Lu - - PR testsuite/70150 - * gcc.dg/20020312-2.c (dg-additional-options): Set to "-no-pie" - for pie_enabled target. - * gcc.dg/uninit-19.c: Check pie_enabled for PIC. - * gcc.target/i386/pr34256.c: Likewise. - -2018-09-24 Paolo Carlini - - PR c++/85070 - * g++.dg/cpp0x/pr85070.C: New. - -2018-09-24 H.J. Lu - - PR target/82699 - * gcc.target/i386/pr82699-1.c: New file. - * gcc.target/i386/pr82699-2.c: Likewise. - * gcc.target/i386/pr82699-3.c: Likewise. - * gcc.target/i386/pr82699-4.c: Likewise. - * gcc.target/i386/pr82699-5.c: Likewise. - * gcc.target/i386/pr82699-6.c: Likewise. - -2018-09-24 Thomas Koenig - - PR fortran/87401 - * gfortran.dg/intent_out_12.f90: New test. - -2018-09-24 Will Schmidt - - PR testsuite/86952 - * gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and - update expected codegen - -2018-09-24 Cesar Philippidis - - * gfortran.dg/goacc/nested-parallelism.f90: New test. - -2018-09-24 Ilya Leoshkevich - - PR target/80080 - * gcc.target/s390/risbg-ll-3.c: Expect conditional returns. - * gcc.target/s390/zvector/vec-cmp-2.c: Likewise. - -2018-09-24 Martin Liska - - PR sanitizer/85774 - * g++.dg/asan/pr85774.C: New test. - -2018-09-24 Alexandre Oliva - - PR middle-end/87054 - * gcc.dg/pr87054.c: Adjust for no __int128 on x86. - -2018-09-23 Thomas Koenig - - PR fortran/87395 - * gfortran.dg/intent_out_11.f90: New test. - -2018-09-23 Janne Blomqvist - - * gfortran.dg/coarray_lib_alloc_4.f90: Fix scan patterns. - * gfortran.dg/coarray_lock_7.f90: Likewise. - -2018-09-23 Thomas Koenig - - PR fortran/87395 - * gfortran.dg/intent_out_10.f90: New test. - -2018-09-22 Thomas Koenig - - PR fortran/41453 - * gfortran.dg/intent_optimize_2.f90: New test. - -2018-09-22 Jerry DeLisle - - PR fortran/87318 - * gfortran.dg/dtio_1.f90: Update test to valid code. - -2018-09-22 Paul Thomas - - PR fortran/85603 - * gfortran.dg/deferred_character_23.f90 : New test. - -2018-09-21 Jeff Law - - * gcc.dg/tree-ssa/vrp113.c: Disable EVRP. - * gcc.dg/tree-ssa/vrp120.c: New test. - -2018-09-21 Marek Polacek - - PR c++/87372 - __func__ constexpr evaluation. - * g++.dg/cpp1y/func_constexpr2.C: New test. - -2018-09-21 Paul Thomas - - PR fortran/77325 - * gfortran.dg/deferred_character_22.f90 : New test. - -2018-09-21 Paul Thomas - - PR fortran/87359 - * gfortran.dg/finalize_33.f90 : New test. - -2018-09-21 David Malcolm - - PR tree-optimization/87309 - * gcc.dg/pr87309.c: New test. - -2018-09-21 Eric Botcazou - - * c-c++-common/dump-ada-spec-14.c: New test. - -2018-09-21 Eric Botcazou - - * gcc.dg/nested-func-11.c: New test. - - * lib/target-supports.exp (check_effective_target_tls_runtime): Make - more robust and remove target-specific handling. - -2018-09-21 Eric Botcazou - - * gcc.c-torture/execute/20180921-1.c: New test. - -2018-09-20 Marek Polacek - - PR c++/87109 - wrong ctor with maybe-rvalue semantics. - * g++.dg/cpp0x/ref-qual19.C: Adjust the expected results. - * g++.dg/cpp0x/ref-qual20.C: New test. - -2018-09-20 Allan Sandfeld Jensen - - * g++.dg/ipa/pr64059.C: Removed now redundant -nostdlib. - * g++.dg/lto/20081109-1_0.C: Likewise. - * g++.dg/lto/20090302_0.C: Likewise. - * g++.dg/lto/pr45621_0.C: Likewise. - * g++.dg/lto/pr60567_0.C: Likewise. - * g++.dg/lto/pr62026.C: Likewise. - * gcc.dg/lto/pr45736_0.c: Likewise. - * gcc.dg/lto/pr52634_0.c: Likewise. - * gfortran.dg/lto/20091016-1_0.f90: Likewise. - * gfortran.dg/lto/pr79108_0.f90: Likewise. - -2018-09-20 Alexandre Oliva - - PR middle-end/87054 - * gcc.dg/pr87054.c: New. - -2018-09-20 Richard Sandiford - - PR tree-optimization/87288 - * gcc.dg/vect/pr87288-1.c: New test. - * gcc.dg/vect/pr87288-2.c: Likewise, - * gcc.dg/vect/pr87288-3.c: Likewise. - -2018-09-20 Richard Sandiford - - PR tree-optimization/86877 - * gfortran.dg/vect/vect-8-epilogue.F90: New test. - -2018-09-19 Marek Polacek - - * g++.dg/conversion/op4.C: Add dg-warning. - * g++.dg/warn/Wclass-conversion1.C: New test. - * g++.dg/warn/Wclass-conversion2.C: New test. - * g++.dg/warn/Wconversion5.C: Remove file. - * g++.dg/warn/conversion-function-1.C: Use -Wno-class-converison. - * g++.old-deja/g++.bugs/900215_01.C: Adjust dg-warning. - * g++.old-deja/g++.jason/conversion5.C: Likewise. - -2018-09-19 Paolo Carlini - - PR c++/87324 - * g++.dg/cpp0x/desig5.C: New. - -2018-09-19 Paul Thomas - - PR fortran/84109 - * gfortran.dg/elemental_function_3.f90 : New test. - -2018-09-19 Marek Polacek - - PR c++/87357 - missing -Wconversion warning - * g++.dg/warn/Wconversion5.C: New test. - -2018-09-19 Matthew Malcomson - - * gcc.target/aarch64/atomic-store.c: New. - -2018-09-19 Richard Biener - - PR tree-optimization/87349 - PR tree-optimization/87342 - * gcc.dg/torture/pr87349-1.c: New testcase. - * gcc.dg/torture/pr87349-2.c: Likewise. - * gcc.dg/torture/pr87342.c: Likewise. - -2018-09-18 Thomas Koenig - - PR fortran/29550 - * gfortran.dg/inline_matmul_13.f90: Adjust count for - _gfortran_matmul. - * gfortran.dg/inline_matmul_16.f90: Likewise. - * gfortran.dg/promotion_2.f90: Add -fblas-matmul-limit=1. Scan - for dgemm instead of dgemm_. Add call to random_number to make - standard conforming. - * gfortran.dg/matmul_blas_1.f90: New test. - * gfortran.dg/matmul_bounds_14.f: New test. - * gfortran.dg/matmul_bounds_15.f: New test. - * gfortran.dg/matmul_bounds_16.f: New test. - * gfortran.dg/blas_gemm_routines.f: New test / additional file for - preceding tests. - -2018-09-18 Paul Thomas - - PR fortran/87239 - * gfortran.dg/elemental_function_2.f90 : New test. - -2018-09-18 Paul Thomas - - PR fortran/87336 - * gfortran.dg/pointer_array_10.f90 : New test. - * gfortran.dg/assign_10.f90 : Increase 'parm' count to 20. - * gfortran.dg/transpose_optimization_2.f90 : Increase 'parm' - count to 72. - -2018-09-18 Paolo Carlini - - PR c++/85065 - * g++.dg/concepts/pr85065.C: New. - -2018-09-18 Kyrylo Tkachov - - PR testsuite/87339 - * gcc.dg/warn-abs-1.c: Require float128 target. - Skip if large_long_double newlib target. - -2018-09-18 Nathan Sidwell - - PR c++/86881 - * g++.dg/warn/pr86881.C: New. - -2018-09-18 Kyrylo Tkachov - - * gcc.target/aarch64/spellcheck_1.c: - Make architecture suggestion optional. - * gcc.target/aarch64/spellcheck_4.c: - Likewise. - -2018-09-18 Kyrylo Tkachov - - * gcc.target/aarch64/combine_bfxil.c: Avoid passing pointers to - functions. - -2018-09-17 Cesar Philippidis - Bernd Schmidt - - * gcc.target/nvptx/atomic-fetch-2.c: Rename to ... - * gcc.target/nvptx/atomic_fetch-2.c: ... this. - * gcc.target/nvptx/atomic_fetch-3.c: New test. - -2018-09-17 Richard Biener - - PR tree-optimization/87328 - * gcc.dg/torture/pr87328.c: New testcase. - -2018-09-17 Martin Jambor - - PR c/63886 - * gcc.dg/warn-abs-1.c: New test. - * gcc.dg/dfp/warn-abs-2.c: Likewise. - -2018-09-17 Bernd Edlinger - - * gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp: Don't pass - TEST_ALWAYS_FLAGS to HOSTCXX. - -2018-09-17 Paul Thomas - - PR fortran/64120 - * gfortran.dg/allocatable_scalar_14.f90 : New test. - -2018-09-17 Richard Biener - - PR tree-optimization/87301 - * gcc.dg/torture/pr87301.c: New testcase. - -2018-09-17 Paul Thomas - - PR fortran/85954 - * gfortran.dg/deferred_character_21.f90 : New test. - -2018-09-16 Janus Weil - - PR fortran/86484 - PR fortran/84543 - * gfortran.dg/class_assign_2.f90: New test case. - * gfortran.dg/class_assign_3.f90: New test case. - -2018-09-16 Thomas Koenig - - PR fortran/37802 - * gfortran.dg/matmul_bounds_13.f90: New test case. - * gfortran.dg/inline_matmul_15.f90: Adjust test for runtime - error. - * gfortran.dg/matmul_5.f90: Likewise. - * gfortran.dg/matmul_bounds_10.f90: Likewise. - * gfortran.dg/matmul_bounds_11.f90: Likewise. - * gfortran.dg/matmul_bounds_2.f90: Likewise. - * gfortran.dg/matmul_bounds_4.f90: Likewise. - * gfortran.dg/matmul_bounds_5.f90: Likewise. - -2018-09-15 Eric Botcazou - - * gcc.c-torture/compile/20180915-1.c: New test. - -2018-09-14 David Malcolm - - PR c/82967 - * c-c++-common/attributes-1.c: Remove bogus suggestion from - dg-prune-output. - * gcc.dg/diagnostic-token-ranges.c (undeclared_identifier): Remove - bogus suggestion. - * gcc.dg/spellcheck-identifiers-4.c: New test. - -2018-09-14 Bernd Edlinger - - * gcc.dg/warn-strlen-no-nul.c: Add some missing test cases. - -2018-09-14 Martin Sebor - - * gcc.dg/warn-stpcpy-no-nul.c: New test. - -2018-09-14 Martin Sebor - Jeff Law - - * gcc.dg/warn-strcpy-no-nul.c: New test. - -2018-09-14 Martin Sebor - - c++/61941 - * g++.dg/pr61941.C: New test. - -2018-09-14 Kyrylo Tkachov - - * gcc.target/aarch64/combine_bfi_1.c: Scan for bfi instruction - rather than pattern name in combine dump. - -2018-09-14 Sam Tebbs - - PR target/85628 - * gcc.target/aarch64/combine_bfxil.c (combine_zero_extended_int, foo6): - New functions. - -2018-09-14 Kyrylo Tkachov - - PR tree-optimization/87259 - * gcc.dg/pr87259.c: New test. - -2018-09-13 Martin Sebor - Jeff Law - - * gcc.dg/warn-strlen-no-nul.c: New test. - -2018-09-13 Richard Biener - - PR tree-optimization/87263 - * gcc.dg/torture/pr87263.c: New testcase. - * gcc.dg/torture/ssa-fre-2.c: Likewise. - * gcc.dg/torture/ssa-fre-3.c: Likewise. - * gcc.dg/torture/ssa-fre-4.c: Likewise. - -2018-09-13 Omar Sandoval - Tom de Vries - - PR debug/86985 - * gcc.dg/guality/zero-length-array.c: New test. - -2018-09-13 Sam Tebbs - - PR target/85628 - * gcc.target/aarch64/combine_bfxil.c: New file. - * gcc.target/aarch64/combine_bfxil_2.c: New file. - -2018-09-13 Jakub Jelinek - Kyrylo Tkachov - - PR middle-end/87290 - * gcc.target/i386/pr87290.c: New test. - * gcc.c-torture/execute/pr87290.c: New test. - -2018-09-13 Jakub Jelinek - - PR tree-optimization/87287 - * gcc.dg/tree-ssa/pr87287.c: New test. - -2018-09-12 David Malcolm - - PR c++/85110 - * g++.dg/cpp0x/explicit4.C: Update expected output to reflect - special-casing of diagnostic for a single non-viable candidate due - to a bad argument. - * g++.dg/diagnostic/param-type-mismatch-2.C: Likewise. - Add test coverage for an unmatched overloaded operator. - * g++.dg/expr/pmf-1.C: Likewise. - * g++.old-deja/g++.bugs/900330_02.C: Likewise. - * g++.old-deja/g++.jason/conversion11.C: Likewise. - * g++.old-deja/g++.law/arg11.C: Likewise. - * g++.old-deja/g++.law/arm9.C: Likewise. - * g++.old-deja/g++.robertl/eb131.C: Likewise. - -2018-09-12 Paul Thomas - - PR fortran/87284 - * gfortran.dg/allocate_with_mold_2.f90: New test. - -2018-09-12 Jakub Jelinek - - PR middle-end/82853 - * gcc.target/i386/pr82853-1.c: New test. - * gcc.target/i386/pr82853-2.c: New test. - -2018-09-12 Richard Biener - - PR tree-optimization/87280 - * gcc.dg/torture/pr87280.c: New testcase. - -2018-09-12 Richard Biener - - PR tree-optimization/87266 - * gcc.dg/torture/pr87266-1.c: New testcase. - * gcc.dg/torture/pr87266-2.c: Likewise. - * gcc.dg/torture/pr87266-3.c: Likewise. - * gcc.dg/torture/pr87266-4.c: Likewise. - -2018-09-12 Andreas Krebbel - - * gcc.target/s390/dfp_to_bfp_rounding.c: New test. - -2018-09-12 Jakub Jelinek - Andreas Krebbel - - PR tree-optimization/86844 - * gcc.c-torture/execute/pr86844.c: New test. - * gcc.dg/store_merging_22.c: New test. - * gcc.dg/store_merging_23.c: New test. - -2018-09-12 Jakub Jelinek - - PR middle-end/87248 - * c-c++-common/torture/pr87248.c: New test. - -2018-09-11 Janus Weil - - PR fortran/87172 - * gfortran.dg/iso_c_binding_only_2.f90: New test case. - -2018-09-11 Paul Thomas - - PR fortran/87277 - * gfortran.dg/select_type_43.f90: New test. - -2018-09-11 Nathan Sidwell - - * gcc.dg/driver-specs.c: New. - -2018-09-11 Joey Ye - - * lib/gcov.exp (verify-intermediate): Add missing close. - -2018-09-11 Janus Weil - - PR fortran/86830 - * gfortran.dg/typebound_call_30.f90: New test case. - -2018-09-10 Janus Weil - - PR fortran/85395 - * gfortran.dg/proc_ptr_comp_52.f90: New test case. - -2018-09-08 Marek Polacek - - PR c++/87150 - wrong ctor with maybe-rvalue semantics. - * g++.dg/cpp0x/move-return2.C: New test. - -2018-09-08 Marek Polacek - - * c-c++-common/array-init.c: Add dg-prune-output. - * g++.dg/cpp0x/lambda/lambda-const-this.C: Add dg-warning. - * g++.dg/cpp0x/lambda/lambda-in-class-neg.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-in-class.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-nested.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-nsdmi1.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-nsdmi4.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-this.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-this17.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-this18.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-this2.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-this8.C: Likewise. - * g++.dg/cpp1y/pr64382.C: Likewise. - * g++.dg/cpp1y/pr77739.C: Likewise. - * g++.dg/cpp1z/lambda-this1.C: Likewise. - * g++.dg/cpp1z/lambda-this2.C: Likewise. - * g++.dg/template/crash84.C: Adjust dg-error. - -2018-09-07 Marek Polacek - - * g++.dg/cpp1z/direct-enum-init1.C: Remove "inside" from diagnostic - messages. - -2018-09-07 Marek Polacek - - PR c++/87152 - range-based for loops with initializer broken in templates. - * g++.dg/cpp2a/range-for11.C: New test. - * g++.dg/cpp2a/range-for12.C: New test. - * g++.dg/cpp2a/range-for13.C: New test. - * g++.dg/cpp2a/range-for14.C: New test. - * g++.dg/cpp2a/range-for15.C: New test. - * g++.dg/cpp2a/range-for16.C: New test. - * g++.dg/cpp2a/range-for17.C: New test. - * g++.dg/cpp2a/range-for18.C: New test. - * g++.dg/parse/error61.C (foo): Adjust dg-error. - -2018-09-06 Will Schmidt - - PR target/86731 - * gcc.target/powerpc/pr86731.c: New test. - * gcc.target/powerpc/pr86731-longlong.c: New test. - * gcc.target/powerpc/pr86731-fwrapv.c: New test. - * gcc.target/powerpc/pr86731-fwrapv-longlong.c: New test. - * gcc.target/powerpc/pr86731-nogimplefold.c: New test. - * gcc.target/powerpc/pr86731-nogimplefold-longlong.c: New test. - -2018-09-06 Ilya Leoshkevich - - PR target/80080 - * gcc.target/s390/pr80080-3.c: New test. - * gcc.target/s390/s390.exp: Make sure the new test passes - on all optimization levels. - -2018-09-05 Marek Polacek - - PR c++/86982, -Wreturn-local-addr and std::move and std::forward. - * g++.dg/warn/Wreturn-local-addr-5.C: New test. - -2018-09-05 Cesar Philippidis - Bernd Schmidt - - * gcc.target/nvptx/atomic_fetch-1.c: New test. - * gcc.target/nvptx/atomic_fetch-1.c: New test. - -2018-09-05 Marek Polacek - - PR c++/87109, wrong overload with ref-qualifiers. - * g++.dg/cpp0x/ref-qual19.C: New test. - -2018-09-05 Bernhard Reutner-Fischer - - PR testsuite/52665 - * lib/gcc-dg.exp (gcc-dg-test-1): Iterate over _required_options. - * lib/target-supports.exp (scan-assembler_required_options, - scan-assembler-not_required_options, - scan-assembler-times_required_options): Add -fno-ident. - * lib/scanasm.exp (scan-assembler-times): Fix error message. - * c-c++-common/ident-0a.c: New test. - * c-c++-common/ident-0b.c: New test. - * c-c++-common/ident-1a.c: New test. - * c-c++-common/ident-1b.c: New test. - * c-c++-common/ident-2a.c: New test. - * c-c++-common/ident-2b.c: New test. - -2018-09-05 Kyrylo Tkachov - - * gcc.dg/recip_sqrt_mult_1.c: New test. - * gcc.dg/recip_sqrt_mult_2.c: Likewise. - * gcc.dg/recip_sqrt_mult_3.c: Likewise. - * gcc.dg/recip_sqrt_mult_4.c: Likewise. - * gcc.dg/recip_sqrt_mult_5.c: Likewise. - * g++.dg/recip_sqrt_mult_1.C: Likewise. - * g++.dg/recip_sqrt_mult_2.C: Likewise. - -2018-09-05 Martin Liska - - PR tree-optimization/87205 - * gcc.dg/tree-ssa/pr87205-2.c: New test. - * gcc.dg/tree-ssa/pr87205.c: New test. - -2018-09-05 Richard Biener - - PR tree-optimization/87217 - * gfortran.dg/pr87217.f: New testcase. - -2018-09-05 Pádraig Brady p@draigbrady.com - - PR c++/87137 - * g++.dg/abi/pr87137.C: New. - - PR c++/87185 - * g++.dg/pr87185.C: New. - -2018-09-05 Martin Liska - - PR testsuite/87216 - * gcc.dg/tree-prof/pr59521-3.c: Update scanned pattern - to support Darwin names. - -2018-09-05 Martin Liska - - * g++.dg/gcov/loop.C: Update test to support new format. - -2018-09-04 H.J. Lu - - PR debug/86593 - * g++.dg/pr86593.C: New test. - -2018-09-04 Jakub Jelinek - - PR target/87198 - * gcc.target/i386/pr87198.c: New test. - -2018-09-04 Rainer Orth - - PR target/86744 - * gcc.target/i386/addr-sel-1.c: Don't xfail "b\\+1" scan. - -2018-09-04 Richard Biener - - PR tree-optimization/87211 - * gcc.dg/torture/pr87211.c: New testcase. - -2018-09-04 Richard Biener - - PR tree-optimization/87176 - * gcc.dg/torture/pr87176.c: New testcase. - * gcc.dg/torture/ssa-fre-1.c: Likewise. - -2018-09-03 Jerry DeLisle - - * gfortran.dg/modulo_check: New test. - -2018-09-03 Richard Biener - - PR tree-optimization/87177 - * gcc.dg/torture/pr87177.c: New testcase. - * gcc.dg/torture/pr87177-2.c: Likewise. - -2018-09-03 Richard Biener - - PR tree-optimization/87200 - * gcc.dg/torture/pr87200.c: New testcase. - -2018-09-03 Richard Biener - - PR tree-optimization/87197 - * gcc.dg/torture/pr87197.c: New testcase. - - PR tree-optimization/87169 - * gcc.dg/torture/pr87169.c: New testcase. - -2018-09-03 Martin Liska - - PR driver/83193 - * gcc.dg/completion-4.c: New test. - -2018-09-03 Paolo Carlini - - PR c++/84980 - * g++.dg/concepts/pr84980.C: New. - -2018-09-03 Martin Liska - - PR middle-end/59521 - * c-c++-common/pr59521-1.c: New test. - * c-c++-common/pr59521-2.c: New test. - * gcc.dg/tree-prof/pr59521-3.c: New test. - -2018-09-02 Bernd Edlinger - - * c-c++-common/array-init.c: New test. - * g++.dg/init/string2.C: Remove selector. - -2018-09-01 Michael Matz - - PR tree-optimization/87074 - * gcc.dg/pr87074.c: New test. - -2018-08-31 Richard Biener - - PR tree-optimization/87168 - * gcc.dg/torture/pr87168.c: New testcase. - -2018-08-31 Vlad Lazar - - * gcc.target/aarch64/scalar_intrinsics.c (test_vnegd_s64): New. - * gcc.target/aarch64/vneg_s.c (RUN_TEST_SCALAR): New. - (test_vnegd_s64): Likewise. - * gcc.target/aarch64/vnegd_64.c: New. - * gcc.target/aarch64/vabsd_64.c: New. - * gcc.tartget/aarch64/vabs_intrinsic_3.c: New. - -2018-08-31 Nathan Sidwell - - PR c++/87155 - PR c++/84707 - * g++.dg/cpp0x/pr87155.C: New. - * g++.dg/cpp0x/inline-ns10.C: Adjust. - -2018-08-31 Jakub Jelinek - - PR middle-end/87138 - * gcc.target/i386/avx512bw-pr87138.c: New test. - -2018-08-31 Paul Thomas - - PR fortran/86328 - PR fortran/86760 - * gfortran.dg/pr86328.f90 : New test. - in comment 12 of the PR. - * gfortran.dg/pr86760.f90 : New test. - -2018-08-30 Sandra Loosemore - - * g++.dg/cpp0x/noexcept30.C: Make dependence on - -fdelete-null-pointer-checks explicit. - * g++.dg/cpp1y/constexpr-82218.C: Likewise. - * g++.dg/expr/pmf-3.C: Likewise. - * g++.dg/ext/attr-returns-nonnull.C: Likewise. - * g++.dg/tree-ssa/lifetime-dse1.C: Likewise. - * g++.dg/tree-ssa/pr61034.C: Likewise. - * gcc.dg/addr_equal-1.c: Likewise. - * gcc.dg/ipa/pr85734.c: Likewise. - * gcc.dg/ipa/propmalloc-1.c: Likewise. - * gcc.dg/ipa/propmalloc-2.c: Likewise. - * gcc.dg/ipa/propmalloc-3.c: Likewise. - * gcc.dg/tree-ssa/pr78154.c: Likewise. - * gcc.dg/tree-ssa/pr83648.c: Likewise. - -2018-08-30 Martin Sebor - - PR testsuite/87158 - * gcc.c-torture/execute/memchr-1.c: Correct big-endian expectations. - -2018-08-30 Qing Zhao - - PR testsuite/86519 - * gcc.dg/strcmpopt_6.c: Remove. - * gcc.target/aarch64/strcmpopt_6.c: New testcase. - * gcc.target/i386/strcmpopt_6.c: Likewise. - -2018-08-30 Richard Biener - - PR tree-optimization/87147 - * gcc.dg/torture/pr87147.c: New testcase. - -2018-08-30 Tamar Christina - - * gcc.target/aarch64/large_struct_copy_2.c: New. - -2018-08-29 Bernd Edlinger - - PR middle-end/87053 - * gcc.c-torture/execute/pr87053.c: New test. - -2018-08-29 Jakub Jelinek - - PR c++/87095 - * g++.dg/ubsan/vptr-13.C: New test. - -2018-08-29 Paolo Carlini - - PR c++/85265 - * g++.dg/concepts/pr85265.C: New. - -2018-08-29 Martin Sebor - Bernd Edlinger - - PR tree-optimization/86714 - PR tree-optimization/86711 - * gcc.c-torture/execute/memchr-1.c: New test. - * gcc.c-torture/execute/pr86714.c: New test. - * gcc.c-torture/execute/widechar-3.c: New test. - * gcc.dg/strlenopt-58.c: New test. - -2018-08-29 Richard Biener - - PR tree-optimization/87132 - * gcc.dg/torture/pr87132.c: New testcase. - -2018-08-29 David Malcolm - - PR c++/85110 - * g++.dg/diagnostic/param-type-mismatch-2.C: Update expected - output to reflect underlining of pertinent parameter in decl - for "no known conversion" messages. - -2018-08-29 Jakub Jelinek - - PR c++/87122 - * g++.dg/cpp1z/decomp47.C: New test. - -2018-08-29 Matthew Malcomson - - * gcc.target/aarch64/simd/vect_su_add_sub.c: Use 32 and 64-bit types - where appropriate. - -2018-08-29 Richard Biener - - PR tree-optimization/87117 - * gfortran.dg/pr87117.f90: New testcase. - -2018-08-29 Richard Biener - - PR tree-optimization/87126 - * gcc.dg/tree-ssa/pr87126.c: New testcase. - -2018-08-28 MCC CS - - PR tree-optimization/87009 - * gcc.dg/pr87009.c: New test. - -2018-08-28 Martin Sebor - - PR middle-end/86631 - * g++.dg/Walloca1.C: Adjust. - -2018-08-28 Paolo Carlini - - PR c++/86546 - * g++.dg/other/switch4.C: New. - -2018-08-28 Richard Biener - - PR tree-optimization/87124 - * g++.dg/torture/pr87124.C: New testcase. - -2017-08-28 Paul Thomas - - PR fortran/80477 - * gfortran.dg/class_result_7.f90: New test. - * gfortran.dg/class_result_8.f90: New test. - * gfortran.dg/class_result_9.f90: New test. - - PR fortran/86481 - * gfortran.dg/allocate_with_source_25.f90: New test. - -2018-08-28 Jakub Jelinek - - PR middle-end/87099 - * gcc.dg/pr87099.c: New test. - -2018-08-28 Richard Sandiford - - PR testsuite/87078 - * gcc.dg/vect/slp-37.c: Restrict scan tests to vect_hw_misalign. - -2018-08-28 Richard Biener - - PR tree-optimization/87117 - * gcc.dg/pr87117-1.c: New testcase. - -2018-08-28 Richard Biener - - PR tree-optimization/87117 - * gcc.dg/pr87117-2.c: New testcase. - -2018-08-28 Richard Biener - - PR tree-optimization/87117 - * gcc.dg/lvalue-5.c: New testcase. - -2018-08-27 Jeff Law - - PR tree-optimization/87110 - * gcc.c-torture/compile/pr87110.c: New test. - -2018-08-27 Martin Sebor - - PR tree-optimization/86914 - * gcc.dg/strlenopt-57.c: New test. - -2018-08-27 Martin Sebor - - PR tree-optimization/87112 - * gcc.dg/pr87112.c: New test. - -2018-08-27 David Malcolm - - PR c++/63392 - * g++.dg/diagnostic/missing-typename.C: New test. - -2018-08-27 Jeff Law - - * gcc.c-torture/compile/dse.c: New test. - -2018-08-27 Jakub Jelinek - - PR c++/86993 - * g++.dg/diagnostic/pr86993.C: New test. - -2018-08-27 Richard Biener - - PR tree-optimization/86927 - * gcc.dg/vect/pr86927.c: New testcase. - -2018-08-27 David Malcolm - - PR c++/87091 - * gcc.dg/empty.h: New file. - * gcc.dg/fixits-pr84852-1.c: Update for move of fix-it hint to - top of file and removal of redundant second printing of warning - location. - * gcc.dg/fixits-pr84852-2.c: Likewise. - * gcc.dg/missing-header-fixit-3.c: Likewise. - * gcc.dg/missing-header-fixit-4.c: New test. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c: Update for - conversion of show_caret_p to a tri-state. - -2018-08-27 David Malcolm - - PR c++/87091 - * g++.dg/pr85523.C: Extend expected output to show line - before line-insertion fix-it hint. - * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c - (test_fixit_insert_newline): Add previous line to expected output. - * gcc.dg/plugin/diagnostic-test-show-locus-bw.c: Likewise. - * gcc.dg/plugin/diagnostic-test-show-locus-color.c: Likewise. - -2018-08-27 Martin Liska - - PR sanitizer/86962 - * gcc.dg/asan/pr86962.c: New test. - -2018-08-27 Martin Liska - - * gcc.dg/tree-prof/val-prof-10.c: New test. - -2018-08-27 Martin Liska - - PR tree-optimization/86847 - * gcc.dg/tree-ssa/switch-3.c: New test. - * gcc.dg/tree-ssa/vrp105.c: Remove. - -2018-08-27 Martin Liska - - * gcc.dg/tree-ssa/switch-2.c: New test. - -2018-08-27 Richard Biener - - * g++.dg/torture/20180705-1.C: New testcase. - * gcc.dg/tree-ssa/ssa-fre-67.c: Likewise. - * gcc.dg/tree-ssa/ssa-ccp-14.c: Scan FRE dump. - * gcc.dg/tree-ssa/ssa-fre-46.c: Use -O2. - * gcc.dg/tree-ssa/vrp92.c: Disable FRE. - * gcc.dg/pr83666.c: Drop --param=sccvn-max-scc-size option. - * gcc.dg/pr85195.c: Likewise. - * gcc.dg/pr85467.c: Likewise. - * gcc.dg/torture/pr81790.c: Likewise. - - * gfortran.dg/reassoc_4.f: Change max-completely-peeled-insns - param to current default. - -2018-08-27 Jakub Jelinek - - PR rtl-optimization/87065 - * gcc.target/i386/pr87065.c: New test. - -2018-08-26 Marek Polacek - - PR c++/87080 - * g++.dg/cpp0x/Wpessimizing-move5.C: New test. - - PR c++/87029, Implement -Wredundant-move. - * g++.dg/cpp0x/Wredundant-move1.C: New test. - * g++.dg/cpp0x/Wredundant-move2.C: New test. - * g++.dg/cpp0x/Wredundant-move3.C: New test. - * g++.dg/cpp0x/Wredundant-move4.C: New test. - -2018-08-25 Thomas Koenig - - PR libfortran/86704 - * gfortran.dg/matmul_19.f90: New test. - -2018-08-25 Janus Weil - - PR fortran/86545 - * gfortran.dg/generic_35.f90: New test case. - -2018-08-24 David Malcolm - - PR c++/87091 - * gcc.dg/missing-header-fixit-3.c: Update for changes to how - line spans are printed with -fdiagnostics-show-line-numbers. - -2018-08-24 Thomas Koenig - - PR fortran/86837 - * gfortran.dg/implied_do_io_6.f90: New test. - -2018-08-24 H.J. Lu - - PR middle-end/87092 - * gcc.dg/pr87092.c: New test. - -2018-08-24 Marek Polacek - - PR c++/67012 - PR c++/86942 - * g++.dg/cpp0x/auto52.C: New test. - * g++.dg/cpp1y/auto-fn52.C: New test. - * g++.dg/cpp1y/auto-fn53.C: New test. - * g++.dg/cpp1y/auto-fn54.C: New test. - -2018-08-24 Richard Sandiford - - * lib/target-supports.exp (vect_perm_supported): Only return - false for variable-length vectors if the permute size is not - a power of 2. - (check_effective_target_vect_perm) - (check_effective_target_vect_perm_byte) - (check_effective_target_vect_perm_short): Remove check for - variable-length vectors. - * gcc.dg/vect/slp-23.c: Add an XFAIL for variable-length SVE. - * gcc.dg/vect/slp-perm-10.c: Likewise. - * gcc.dg/vect/slp-perm-9.c: Add an XFAIL for variable-length vectors. - -2018-08-24 Richard Sandiford - - * gcc.target/aarch64/sve/bswap_1.c: New test. - * gcc.target/aarch64/sve/bswap_2.c: Likewise. - * gcc.target/aarch64/sve/bswap_3.c: Likewise. - -2018-08-24 Richard Sandiford - - * gcc.target/aarch64/sve/slp_perm_1.c: New test. - * gcc.target/aarch64/sve/slp_perm_2.c: Likewise. - * gcc.target/aarch64/sve/slp_perm_3.c: Likewise. - * gcc.target/aarch64/sve/slp_perm_4.c: Likewise. - * gcc.target/aarch64/sve/slp_perm_5.c: Likewise. - * gcc.target/aarch64/sve/slp_perm_6.c: Likewise. - * gcc.target/aarch64/sve/slp_perm_7.c: Likewise. - -2018-08-24 H.J. Lu - - PR debug/79342 - * gcc.dg/pr79342.: New test. - -2018-08-23 Martin Sebor - - PR tree-optimization/87072 - * gcc.dg/Warray-bounds-35.c: New test. - -2018-08-23 Richard Biener - - PR middle-end/87024 - * gcc.dg/pr87024.c: New testcase. - -2018-08-23 Richard Sandiford - - * gcc.dg/vect/no-vfa-vect-depend-2.c: Remove XFAIL. - * gcc.dg/vect/no-vfa-vect-depend-3.c: Likewise. - * gcc.dg/vect/pr65947-13.c: Update for vect_fold_extract_last. - * gcc.dg/vect/pr80631-2.c: Likewise. - -2017-08-23 Paul Thomas - - PR fortran/86863 - * gfortran.dg/submodule_32.f08: New test. - -2018-08-22 Janus Weil - - PR fortran/86935 - * gfortran.dg/associate_3.f90: Update error message. - * gfortran.dg/associate_39.f90: New test case. - -2018-08-22 Janus Weil - - PR fortran/86888 - * gfortran.dg/alloc_comp_basics_6.f90: Update an error message and add - an additional case. - * gfortran.dg/alloc_comp_basics_7.f90: New test case. - * gfortran.dg/class_17.f03: Update error message. - * gfortran.dg/class_55.f90: Ditto. - * gfortran.dg/dtio_11.f90: Update error messages. - * gfortran.dg/implicit_actual.f90: Add an error message. - * gfortran.dg/typebound_proc_12.f90: Update error message. - -2018-08-22 Martin Sebor - - PR middle-end/87052 - * gcc.dg/pr87052.c: New test. - * gcc.dg/tree-ssa/dump-3.c: Adjust. - -2018-08-22 Szabolcs Nagy - - * gfortran.dg/max_fmax_aarch64.f90: Rename to... - * gfortran.dg/max_expr.f90: ...this. - * gfortran.dg/min_fmin_aarch64.f90: Rename to... - * gfortran.dg/min_expr.f90: ...this. - -2018-08-22 Richard Sandiford - - PR tree-optimization/86725 - * gcc.dg/vect/no-scevccp-pr86725-2.c: New test. - * gcc.dg/vect/no-scevccp-pr86725-3.c: Likewise. - * gcc.dg/vect/no-scevccp-pr86725-4.c: Likewise. - * gcc.dg/vect/no-scevccp-pr86725-5.c: Likewise. - -2018-08-22 Richard Sandiford - - PR tree-optimization/86725 - * gcc.dg/vect/no-scevccp-pr86725-1.c: New test. - -2018-08-22 Richard Sandiford - - * gcc.dg/vect/vect-avg-16.c: New test. - * gcc.dg/vect/slp-37.c: Expect the loop to be vectorized. - * gcc.dg/vect/vect-strided-u8-i8-gap4.c, - * gcc.dg/vect/vect-strided-u8-i8-gap4-big-array.c: Likewise for - the second loop in main1. - -2018-08-22 Iain Sandoe - - * gcc.dg/lto/pr85248_0.c (test_alias): - Stringify __USER_LABEL_PREFIX__. - (test_noreturn): Likewise. - -2018-08-22 Richard Biener - - PR tree-optimization/86988 - * g++.dg/pr86988.C: New testcase. - -2018-08-22 Richard Biener - - PR tree-optimization/86945 - * tree-cfg.c (generate_range_test): Use unsigned arithmetic. - -2018-08-21 Janne Blomqvist - - * gfortran.dg/nan_1.f90: Remove tests that test MAX/MIN with NaNs. - -2018-08-21 Nicolas Koenig - Thomas Koenig - - PR fortran/25829 - * gfortran.dg/f2003_inquire_1.f03: Add write statement. - * gfortran.dg/f2003_io_1.f03: Add wait statement. - -2018-08-21 Marek Polacek - - PR c++/86981, Implement -Wpessimizing-move. - * g++.dg/cpp0x/Wpessimizing-move1.C: New test. - * g++.dg/cpp0x/Wpessimizing-move2.C: New test. - * g++.dg/cpp0x/Wpessimizing-move3.C: New test. - * g++.dg/cpp0x/Wpessimizing-move4.C: New test. - * g++.dg/cpp1z/Wpessimizing-move1.C: New test. - - PR c++/65043 - * g++.dg/concepts/pr67595.C: Add dg-warning. - * g++.dg/cpp0x/Wnarrowing11.C: New test. - * g++.dg/cpp0x/Wnarrowing12.C: New test. - * g++.dg/cpp0x/rv-cast5.C: Add static_cast. - - PR c++/86499 - * g++.dg/cpp0x/lambda/lambda-non-local.C: New test. - * g++.dg/cpp0x/lambda/lambda-this10.C: Adjust dg-error. - -2018-08-21 Ed Schonberg - - * gnat.dg/expr_func7.adb, gnat.dg/expr_func7.ads: New testcase. - -2018-08-21 Ed Schonberg - - * gnat.dg/expr_func6.adb, gnat.dg/expr_func6.ads: New testcase. - -2018-08-21 Javier Miranda - - * gnat.dg/spark2.adb, gnat.dg/spark2.ads: New testcase. - -2018-08-21 Ed Schonberg - - * gnat.dg/prot6.adb, gnat.dg/prot6.ads: New testcase. - -2018-08-21 Ed Schonberg - - * gnat.dg/access5.adb, gnat.dg/access5.ads: New testcase. - -2018-08-21 Eric Botcazou - - * gnat.dg/rep_clause7.adb: New testcase. - -2018-08-21 Ed Schonberg - - * gnat.dg/task1.adb, gnat.dg/task1.ads, gnat.dg/task1_pkg.adb, - gnat.dg/task1_pkg.ads: New testcase. - -2018-08-21 Hristian Kirtchev - - * gnat.dg/linkedlist.adb: New testcase. - -2018-08-21 Hristian Kirtchev - - * gnat.dg/elab6.adb, gnat.dg/elab6.ads, gnat.dg/elab6_pkg.adb, - gnat.dg/elab6_pkg.ads: New testcase. - -2018-08-21 Ed Schonberg - - * gnat.dg/expr_func5.adb: New testcase. - -2018-08-21 Hristian Kirtchev - - * gnat.dg/dynhash.adb: New testcase. - -2018-08-21 Javier Miranda - - * gnat.dg/enum4.adb: New testcase. - -2018-08-21 Tamar Christina - - * gcc.target/aarch64/large_struct_copy.c: New test. - -2018-08-21 Szabolcs Nagy - - * g++.dg/torture/pr86763.C: Restrict to *-*-linux*. - -2018-08-21 Bernd Edlinger - - PR middle-end/86121 - * gcc.dg/Wstringop-overflow-6.c: Remove xfail. - -2018-08-21 Tom de Vries - - * gcc.c-torture/unsorted/dump-noaddr.x: Use -gno-record-gcc-switches - to avoid mismatch in .debug and .earlydebug dump files. - -2018-08-20 Michael Meissner - - PR target/87033 - * gcc.target/powerpc/pr87033.c: New test. - -2018-08-20 Martin Sebor - - PR tree-optimization/87034 - * gcc.dg/builtin-sprintf-warn-20.c: New test. - -2018-08-20 David Malcolm - - PR other/84889 - * gcc.dg/plugin/diagnostic-group-test-1.c: New test. - * gcc.dg/plugin/diagnostic_group_plugin.c: New test. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the new tests. - -2018-08-20 H.J. Lu - - PR target/87014 - * g++.dg/torture/pr87014.C: New file. - -2018-08-20 Bernd Edlinger - - PR target/86984 - * gcc.target/alpha/pr86984.c: New test. - -2018-08-20 Richard Biener - - PR tree-optimization/78655 - * gcc.dg/tree-ssa/evrp11.c: New testcase. - -2018-08-18 Iain Sandoe - - * gcc.dg/debug/dwarf2/pr80263.c: Suppress pubtypes output - for Darwin. - -2018-08-18 Iain Sandoe - - * g++.dg/debug/dwarf2/pr85302.C: Skip unsupported split DWARF - test on Darwin. - * g++.dg/debug/dwarf2/pr85302.C: Likewise. - * gcc.dg/lto/pr83719_0.c: Likewise. - -2018-08-17 Martin Sebor - - PR testsuite/86996 - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust. - -2018-08-17 David Malcolm - - * g++.dg/conversion/Wwrite-strings.C: New test. - -2018-08-17 Sandra Loosemore - Chung-Lin Tang - Xianmiao Qu - - C-SKY port: Testsuite - - * g++.dg/Wno-frame-address.C: Adjust for C-SKY. - * g++.dg/torture/type-generic-1.C: Likewise. - * gcc.c-torture/compile/20000804-1.c: Likewise. - * gcc.c-torture/execute/20101011-1.c: Likewise. - * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: Likewise. - * gcc.dg/20020312-2.c: Likewise. - * gcc.dg/Wno-frame-address.c: Likewise. - * gcc.dg/c11-true_min-1.c: Likewise. - * gcc.dg/sibcall-10.c: Likewise. - * gcc.dg/sibcall-9.c: Likewise. - * gcc.dg/stack-usage-1.c: Likewise. - * gcc.dg/torture/float32-tg-3.c: Likewise. - * gcc.dg/torture/float32x-tg-3.c: Likewise. - * gcc.dg/torture/float64-tg-3.c: Likewise. - * gcc.dg/torture/float64x-tg-3.c: Likewise. - * gcc.dg/torture/type-generic-1.c: Likewise. - * gcc.target/csky/*: New. - * lib/target-supports.exp (check_profiling_available): Add - csky-*-elf. - (check_effective_target_hard_float): Handle C-SKY targets with - single-precision hard float only. - (check_effective_target_logical_op_short_circuit): Handle C-SKY. - -2018-08-17 David Malcolm - - * gcc.dg/format/gcc_diag-1.c: Fix typo. Add test coverage for - gcc_dump_printf. - * gcc.dg/format/gcc_diag-10.c: Add gimple typedef. Add test - coverage for gcc_dump_printf. - -2018-08-17 Martin Liska - - * g++.dg/opt/mpx.C: Fix scanned pattern. - * gcc.target/i386/mpx.c: Likewise. - * g++.dg/warn/Wunreachable-code-1.C: Remove. - * g++.dg/warn/Wunreachable-code-2.C: Likewise. - * gcc.dg/torture/pr52969.c: Likewise. - * g++.dg/warn/pr31246-2.C: Likewise. - * g++.dg/warn/pr31246.C: Likewise. - * gcc.dg/pr33092.c: Likewise. - * g++.dg/opt/eh1.C: Remove a deprecated option. - * g++.dg/template/inline1.C: Likewise. - * g++.dg/tree-ssa/pr81408.C: Likewise. - * gcc.dg/pr41837.c: Likewise. - * gcc.dg/pr41841.c: Likewise. - * gcc.dg/pr42250.c: Likewise. - * gcc.dg/pr43084.c: Likewise. - * gcc.dg/pr43317.c: Likewise. - * gcc.dg/pr51879-18.c: Likewise. - * gcc.dg/torture/pr36066.c: Likewise. - * gcc.dg/tree-ssa/ifc-8.c: Likewise. - * gcc.dg/tree-ssa/ifc-cd.c: Likewise. - * gcc.dg/tree-ssa/pr19210-1.c: Likewise. - * gcc.dg/tree-ssa/pr45122.c: Likewise. - * gcc.target/i386/pr45352-2.c: Likewise. - * gcc.target/i386/zee.c: Likewise. - * gfortran.dg/auto_char_len_2.f90: Likewise. - * gfortran.dg/auto_char_len_4.f90: Likewise. - * gfortran.dg/c_ptr_tests_15.f90: Likewise. - * gfortran.dg/char_array_structure_constructor.f90: Likewise. - * gfortran.dg/gomp/pr47331.f90: Likewise. - * gfortran.dg/pr40999.f: Likewise. - * gfortran.dg/pr41011.f: Likewise. - * gfortran.dg/pr42051.f03: Likewise. - * gfortran.dg/pr46804.f90: Likewise. - * gfortran.dg/pr83149_1.f90: Likewise. - * gfortran.dg/pr83149_b.f90: Likewise. - * gfortran.dg/whole_file_1.f90: Likewise. - * gfortran.dg/whole_file_10.f90: Likewise. - * gfortran.dg/whole_file_11.f90: Likewise. - * gfortran.dg/whole_file_12.f90: Likewise. - * gfortran.dg/whole_file_13.f90: Likewise. - * gfortran.dg/whole_file_14.f90: Likewise. - * gfortran.dg/whole_file_15.f90: Likewise. - * gfortran.dg/whole_file_16.f90: Likewise. - * gfortran.dg/whole_file_17.f90: Likewise. - * gfortran.dg/whole_file_18.f90: Likewise. - * gfortran.dg/whole_file_19.f90: Likewise. - * gfortran.dg/whole_file_2.f90: Likewise. - * gfortran.dg/whole_file_20.f03: Likewise. - * gfortran.dg/whole_file_3.f90: Likewise. - * gfortran.dg/whole_file_4.f90: Likewise. - * gfortran.dg/whole_file_5.f90: Likewise. - * gfortran.dg/whole_file_6.f90: Likewise. - * gfortran.dg/whole_file_7.f90: Likewise. - * gfortran.dg/whole_file_8.f90: Likewise. - * gfortran.dg/whole_file_9.f90: Likewise. - * gcc.dg/vect/vect.exp: Likewise. - -2018-08-17 Richard Biener - - PR middle-end/86505 - * gcc.dg/torture/pr86505.c: New testcase. - -2018-08-16 Martin Sebor - - PR tree-optimization/86853 - * gcc.dg/tree-ssa/builtin-sprintf-10.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-11.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-18.c: Adjust. - -2018-08-16 David Malcolm - - * gcc.dg/missing-header-fixit-3.c: New test. - -2018-08-16 David Malcolm - - * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c - (test_fixit_insert_newline): Update expected output to show '+' - characters in margin of line-insertion fix-it hint. - -2018-08-16 Nathan Sidwell - - * gcc.dg/cpp/macsyntx.c: Adjust expected errors. - * gcc.dg/cpp/macsyntx2.c: likewise. - -2018-08-15 Uros Bizjak - - PR testsuite/86745 - * gcc.target/i386/avx-cvt-2.c: Loosen scan-assembler strings. - * gcc.target/i386/avx-cvt-2.c: Ditto. - -2018-08-16 David Malcolm - - PR c++/70693 - * c-c++-common/Wmisleading-indentation-pr70693.c: New test. - -2018-08-16 Vlad Lazar - - * gcc.target/aarch64/imm_choice_comparison.c: New test. - -2018-08-16 Iain Sandoe - - * gcc.dg/memcmp-1.c (lib_memcmp): Apply __USER_LABEL_PREFIX__. - (lib_strncmp): Likewise. - -2018-08-16 Iain Sandoe - - * c-c++-common/asan/pointer-subtract-3.c: Skip for Darwin. - * c-c++-common/asan/pointer-subtract-4.c: Likewise. - * g++.dg/torture/pr44295.C : Likewise. - -2018-08-16 Iain Sandoe - - PR testsuite/78544 - * gcc.dg/tree-prof/section-attr-1.c: Add Darwin-specific section - attributes and matching. - * gcc.dg/tree-prof/section-attr-2.c: Likewise. - * gcc.dg/tree-prof/section-attr-3.c: Likewise. - -2018-08-16 Iain Sandoe - - * gcc.dg/asan/pr81923.c: Stringify __USER_LABEL_PREFIX__. - -2018-08-15 Uros Bizjak - - * gcc.target/i386/rop1.c: Remove. - * gcc.target/i386/pr83554 (dg-options): Remove -mmitigate-rop. - -2018-08-15 Will Schmidt - - * gcc.target/powerpc/fold-vec-splat-char.c: New. - * gcc.target/powerpc/fold-vec-splat-floatdouble.c: New. - * gcc.target/powerpc/fold-vec-splat-int.c: New. - * gcc.target/powerpc/fold-vec-splat-longlong.c: New. - * gcc.target/powerpc/fold-vec-splat-pixel.c: New. - * gcc.target/powerpc/fold-vec-splat-short.c: New. - -2018-08-15 David Malcolm - - * g++.dg/diagnostic/aka3.C: New test. - * g++.dg/diagnostic/param-type-mismatch-2.C: Update expected - output to show range labels. - * g++.dg/diagnostic/param-type-mismatch.C: Likewise. - * g++.dg/plugin/plugin.exp (plugin_test_list): Add... - * g++.dg/plugin/show-template-tree-color-labels.C: New test. - * gcc.dg/bad-binary-ops.c: Update expected output to show range - labels. Add an "aka" example. - * gcc.dg/cpp/pr66415-1.c: Update expected output to show range - labels. - * gcc.dg/format/diagnostic-ranges.c: Likewise. - * gcc.dg/format/pr72858.c: Likewise. - * gcc.dg/format/pr78498.c: Likewise. - * gcc.dg/param-type-mismatch.c: Add "-Wpointer-sign" to options. - Update expected output to show range labels. Add examples of - -Wincompatible-pointer-types and -Wpointer-sign for parameters. - * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c: - Update expected output to show range labels. - * gcc.dg/plugin/diagnostic-test-show-locus-bw.c: Likewise. - (test_very_wide_line): Adjust so that label is at left-clipping - boundary. - (test_very_wide_line_2): New test. - * gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c: - Update expected output to show range labels. - * gcc.dg/plugin/diagnostic-test-show-locus-color.c: Likewise. - * gcc.dg/plugin/diagnostic-test-show-locus-no-labels.c: New test. - * gcc.dg/plugin/diagnostic_plugin_show_trees.c (show_tree): Update - for new param to gcc_rich_location::add_expr. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c (add_range): - Add "label" param. - (test_show_locus): Add examples of labels to various tests. Tweak - the "very wide_line" test case and duplicate it, to cover the - boundary values for clipping of labels against the left-margin. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add - diagnostic-test-show-locus-no-labels.c. - * gcc.dg/pr69554-1.c: Update expected output to show range labels. - Update line numbers of dg-locus directives. - * gcc.dg/pr69627.c: Update expected output to show range labels. - * lib/multiline.exp (proc _build_multiline_regex): Remove - special-case handling of lines with trailing '|'. - -2018-08-15 Qing Zhao - - PR testsuite/86519 - * gcc.dg/strcmpopt_6.c: Scan the assembly file instead of - the .expand file. - -2018-08-15 Prathamesh Kulkarni - - * gcc.dg/wmain.c: New test. - -2018-08-15 Iain Sandoe - - PR c/19315 - * gcc.dg/graphite/pr82451.c: Make array 'a' an extern. - * gcc.dg/redecl-10.c: Expect warnings for the static vars with - unknown size. - -2018-08-15 Martin Liska - - PR tree-optimization/86925 - * gcc.dg/predict-20.c: New test. - * gcc.dg/predict-21.c: New test. - -2018-08-15 Paolo Carlini - - * g++.dg/init/goto3.C: Adjust for error instead of permerror. - -2018-08-14 Allan Sandfeld Jensen - - * gcc.target/i386/sse2-movs.c: New test. - -2018-08-14 Martin Sebor - - PR tree-optimization/86650 - * gcc.dg/Warray-bounds-34.c: New test. - -2018-08-14 Janus Weil - - PR fortran/86116 - * gfortran.dg/generic_34.f90: New test case. - -2018-08-13 Marek Polacek - - PR c++/57891 - * g++.dg/cpp0x/Wnarrowing6.C: New test. - * g++.dg/cpp0x/Wnarrowing7.C: New test. - * g++.dg/cpp0x/Wnarrowing8.C: New test. - * g++.dg/cpp0x/Wnarrowing9.C: New test. - * g++.dg/cpp0x/Wnarrowing10.C: New test. - * g++.dg/cpp0x/constexpr-47969.C: Adjust dg-error. - * g++.dg/cpp0x/constexpr-ex2.C: Likewise. - * g++.dg/cpp0x/constexpr-targ.C: Likewise. - * g++.dg/cpp0x/scoped_enum2.C: Likewise. - * g++.dg/ext/stmtexpr15.C: Likewise. - * g++.dg/gomp/pr47963.C: Likewise. - * g++.dg/init/new37.C: Likewise. - * g++.dg/init/new43.C: Likewise. - * g++.dg/other/fold1.C: Likewise. - * g++.dg/parse/array-size2.C: Likewise. - * g++.dg/template/dependent-name3.C: Likewise. - * g++.dg/cpp0x/constexpr-data2.C: Add dg-error. - * g++.dg/other/vrp1.C: Likewise. - * g++.dg/template/char1.C: Likewise. - -2018-08-13 Segher Boessenkool - - * gcc.target/powerpc/pr56605.c: The generated code can have an AND - instead of a ZERO_EXTEND. - -2018-08-13 Martin Sebor - - PR tree-optimization/71625 - * c-c++-common/attr-nonstring-3.c: Temporarily xfail a test case. - * g++.dg/init/string2.C: New test. - * g++.dg/init/string3.C: New test. - * g++.dg/init/string4.C: New test. - * gcc.dg/init-string-3.c: New test. - * gcc.dg/strlenopt-55.c: New test. - * gcc.dg/strlenopt-56.c: New test. - -2018-08-13 Marek Polacek - - P0806R2 - Deprecate implicit capture of this via [=] - * g++.dg/cpp2a/lambda-this1.C: New test. - * g++.dg/cpp2a/lambda-this2.C: New test. - * g++.dg/cpp2a/lambda-this3.C: New test. - -2018-08-13 Marek Polacek - - PR c++/86915 - * g++.dg/diagnostic/auto1.C: New test. - -2018-08-12 Paul Thomas - - PR fortran/66679 - * gfortran.dg/transfer_class_3.f90: New test. - -2018-08-12 Paul Thomas - - PR fortran/86906 - * gfortran.dg/use_rename_9.f90: New test. - -2018-08-11 Jakub Jelinek - - PR tree-optimization/86835 - * gcc.dg/pr86835.c: New test. - -2018-08-10 Janus Weil - - PR fortran/57160 - * gfortran.dg/actual_pointer_function_1.f90: Fix invalid test case. - * gfortran.dg/inline_matmul_23.f90: Add option "-ffrontend-optimize". - * gfortran.dg/short_circuiting_2.f90: New test case. - * gfortran.dg/short_circuiting_3.f90: New test case. - -2018-08-10 Alexander Monakov - - PR target/82418 - * gcc.target/i386/pr82418.c: New test. - -2018-08-10 Martin Liska - - PR target/83610 - * gcc.dg/predict-17.c: New test. - * gcc.dg/predict-18.c: New test. - * gcc.dg/predict-19.c: New test. - -2018-08-10 Martin Liska - - PR tree-optimization/85799 - * gcc.dg/pr85799.c: New test. - -2018-08-09 Jeff Law - - PR middle-end/86897 - * gcc.dg/uninit-suppress_2.c: Disable DOM. - -2018-08-09 Richard Sandiford - - * gcc.target/aarch64/sve/reduc_8.c: New test. - -2018-08-09 David Malcolm - - PR other/84889 - * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c: New - test. - * gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c: - New test. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the new tests. - * lib/prune.exp: Add -fno-diagnostics-show-line-numbers to - TEST_ALWAYS_FLAGS. - -2018-08-09 Richard Sandiford - - PR tree-optimization/86858 - * gcc.dg/vect/pr86858.c: New test. - -2018-08-09 Richard Sandiford - - PR tree-optimization/86871 - * gcc.dg/vect/pr86871.c: New test. - -2018-08-09 Paolo Carlini - - * g++.old-deja/g++.mike/p784.C: Add -fpermissive. - -2018-08-09 Andreas Krebbel - - * gcc.target/s390/target-attribute/tattr-arch-tune-1.c: Decrement - arch and tune numbers by 2. - * gcc.target/s390/target-attribute/tattr-arch-tune-2.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-1.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-10.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-11.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-12.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-13.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-14.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-15.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-16.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-17.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-18.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-19.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-2.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-20.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-21.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-22.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-23.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-24.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-25.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-26.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-27.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-28.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-29.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-3.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-30.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-31.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-32.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-4.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-5.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-6.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-7.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-8.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m31-9.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-1.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-10.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-11.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-12.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-13.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-14.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-15.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-16.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-17.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-18.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-19.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-2.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-20.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-21.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-22.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-23.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-24.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-25.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-26.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-27.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-28.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-29.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-3.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-30.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-31.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-32.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-33.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-4.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-5.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-6.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-7.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-8.c: Likewise. - * gcc.target/s390/target-attribute/tattr-m64-9.c: Likewise. - -2018-08-09 Andreas Krebbel - - PR target/84332 - * gcc.target/s390/pr84332.c: New testcase. - -2018-08-08 Andreas Schwab - - PR target/46179 - * gcc.target/m68k/tls-dimode.c: New file. - -2018-08-08 Nathan Sidwell - - * c-c++-common/inc-from-1a.h, c-c++-common/inc-from-1b.h, - c-c++-common/inc-from-1.c: New - -2018-08-08 Andreas Krebbel - - PR target/85295 - * gcc.target/s390/TI-constants-lra.c: New testcase. - * gcc.target/s390/TI-constants-nolra.c: New testcase. - -2018-08-08 Ilya Leoshkevich - - * gcc.target/s390/hotpatch-8.c: Remove. - * gcc.target/s390/hotpatch-9.c: Remove. - * gcc.target/s390/mnop-mcount-m31-fpic.c: Remove. - * gcc.target/s390/mnop-mcount-m31.c: Remove. - -2018-08-08 Jakub Jelinek - - P0595R1 - is_constant_evaluated - * g++.dg/cpp2a/is-constant-evaluated1.C: New test. - - PR c++/86836 - * g++.dg/cpp1z/decomp46.C: New test. - - PR c++/86738 - * g++.dg/opt/pr86738.C: New test. - -2018-08-07 Richard Sandiford - - PR target/86838 - * gcc.target/aarch64/frecpe_1.c: New test. - * gcc.target/aarch64/frecpe_2.c: Likewise. - -2018-08-07 Paolo Carlini - - PR c++/59480, DR 136 - * g++.dg/other/friend8.C: New. - * g++.dg/other/friend9.C: Likewise. - * g++.dg/other/friend10.C: Likewise. - * g++.dg/other/friend11.C: Likewise. - * g++.dg/other/friend12.C: Likewise. - * g++.dg/other/friend13.C: Likewise. - * g++.dg/other/friend14.C: Likewise. - * g++.dg/other/friend15.C: Likewise. - * g++.dg/parse/defarg4.C: Compile with -fpermissive -w. - * g++.dg/parse/defarg8.C: Likewise. - -2018-08-07 Martin Liska - - PR middle-end/83023 - * gcc.dg/predict-16.c: New test. - * g++.dg/predict-1.C: New test. - -2018-08-07 Steve Ellcey - Rainer Orth - - PR tree-optimization/80925 - * gcc.dg/vect/no-section-anchors-vect-69.c: Expect 3 loops - vectorized on !vect_hw_misalign targets. - -2018-08-06 Marek Polacek - - PR c++/86767 - * g++.dg/cpp1y/constexpr-86767.C: New test. - -2018-08-06 Uros Bizjak - - * g++.dg/torture/pr86763.C (dg-additional-options): Add -lrt - for target *-*-linux-gnu. - -2018-08-06 Alan Hayward - - * gcc.target/aarch64/sve/tls_preserve_1.c: New test. - * gcc.target/aarch64/sve/tls_preserve_2.c: New test. - * gcc.target/aarch64/sve/tls_preserve_3.c: New test. - -2018-08-06 Andreas Krebbel - - * gcc.target/s390/nomemloopunroll-1.c: New test. - -2018-08-05 H.J. Lu - - PR target/86386 - * gcc.target/i386/pr86386.c: New file. - -2018-08-04 Tom de Vries - - * lib/gcc-gdb-test.exp: Use absolute line number in pass/fail line. - -2018-08-04 Andreas Schwab - - * gcc.dg/guality/const-volatile.c: Remove duplicate test - "type:cvip". - -2018-08-04 Janus Weil - - PR fortran/45521 - * gfortran.dg/interface_assignment_6.f90: New test case. - -2018-08-04 Uros Bizjak - - PR testsuite/86153 - * g++.dg/pr83239.C (dg-options): Add -finline-limit=500. - -2018-08-03 David Malcolm - Jonathan Wakely - - PR c++/85523 - * g++.dg/pr85523.C: New test. - -2018-08-03 Bogdan Harjoc - - PR c/86690 - * gcc.dg/union-duplicate-field.c: New test. - -2018-08-03 Jason Merrill - - PR c++/86706 - * g++.dg/template/pr86706.C: New test. - -2018-08-03 Richard Sandiford - - * gcc.dg/vect/bb-slp-over-widen-1.c: Expect AVG_FLOOR to be used - on vect_avg_qi targets. - * gcc.dg/vect/bb-slp-over-widen-2.c: Likewise. - * gcc.dg/vect/bb-slp-pow-1.c: New test. - * gcc.dg/vect/vect-avg-15.c: Likewise. - -2018-08-03 Martin Liska - - * gcc.dg/predict-1.c: Adjust scanned pattern to cover 2 digits. - * gcc.dg/predict-13.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-9.c: Likewise. - * gfortran.dg/predict-1.f90: Likewise. - -2018-08-02 Richard Biener - - PR c++/86763 - * g++.dg/torture/pr86763.C: New testcase. - -2018-08-02 Richard Biener - - PR tree-optimization/86816 - * g++.dg/torture/pr86816.C: New testcase. - -2018-08-02 Richard Sandiford - - * gcc.target/aarch64/f16_mov_immediate_1.c: Expect fmov immediate - to be used. - * gcc.target/aarch64/f16_mov_immediate_2.c: Likewise. - * gcc.target/aarch64/f16_mov_immediate_3.c: Force +nofp16. - * gcc.target/aarch64/sve/single_1.c: Except fmov immediate to be used - for .h. - * gcc.target/aarch64/sve/single_2.c: Likewise. - * gcc.target/aarch64/sve/single_3.c: Likewise. - * gcc.target/aarch64/sve/single_4.c: Likewise. - -2018-08-02 Jackson Woodruff - - PR target/86014 - * gcc.target/aarch64/ldp_stp_13.c: New test. - -2018-08-01 Martin Sebor - - PR tree-optimization/86650 - * gcc.dg/format/gcc_diag-10.c: Adjust. - -2018-08-01 Richard Sandiford - - * gcc.target/aarch64/sve/var_stride_2.c: Update expected form - of range check. - * gcc.target/aarch64/sve/var_stride_4.c: Likewise. - -2018-08-01 Richard Sandiford - - PR target/86753 - * gcc.target/aarch64/sve/vcond_4.c: XFAIL positive tests. - * gcc.target/aarch64/sve/vcond_5.c: Likewise. - -2018-08-01 Richard Sandiford - - * gcc.dg/pointer-range-check-1.c: New test. - * gcc.dg/pointer-range-check-2.c: Likewise. - -2018-08-01 Richard Sandiford - - PR tree-optimization/86749 - * gcc.dg/vect/pr86749.c: New test. - -2018-08-01 Paolo Carlini - - PR c++/86661 - * g++.dg/lookup/name-clash12.C: New. - -2018-08-01 Richard Biener - - * gcc.dg/tree-ssa/ssa-fre-68.c: New testcase. - -2018-08-01 Uros Bizjak - - * gcc.dg/plugin/poly-int-07_plugin.c (dg-options): Use -O0. - -2018-08-01 Uros Bizjak - - * gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*. - -2018-08-01 Martin Liska - - * gcc.dg/tree-prof/stringop-1.c: Adjust scanned pattern. - * gcc.dg/tree-prof/stringop-2.c: Likewise. - * gcc.dg/tree-prof/val-prof-1.c: Likewise. - * gcc.dg/tree-prof/val-prof-2.c: Likewise. - * gcc.dg/tree-prof/val-prof-3.c: Likewise. - * gcc.dg/tree-prof/val-prof-4.c: Likewise. - * gcc.dg/tree-prof/val-prof-5.c: Likewise. - * gcc.dg/tree-prof/val-prof-7.c: Likewise. - -2018-08-01 Martin Liska - - PR value-prof/35543 - * gcc.dg/tree-prof/val-prof-7.c: Add __builtin_memmove. - -2018-08-01 Sam Tebbs - - * gcc.target/aarch64/extract_zero_extend.c: New file. - -2018-08-01 Jakub Jelinek - - PR c/85704 - * gcc.c-torture/compile/pr85704.c: New test. - -2018-07-31 Alexandre Oliva - Olivier Hainque - - * gnat.dg/dinst.adb: New. - * gnat.dg/dinst_pkg.ads, gnat.dg/dinst_pkg.adb: New. - -2018-07-31 David Malcolm - - * gcc.dg/format/gcc_diag-1.c (foo): Update the %v tests for - tdiag and cxxdiag. - * gcc.dg/format/gcc_diag-10.c (test_diag): Update tests of %G - and %K. - -2018-07-31 Richard Earnshaw - - * c-c++-common/spec-barrier-1.c: New test. - * c-c++-common/spec-barrier-2.c: New test. - * gcc.dg/spec-barrier-3.c: New test. - -2018-07-31 Martin Sebor - - PR tree-optimization/86741 - * gcc.dg/Warray-bounds-33.c: New test. - -2018-07-31 Andreas Krebbel - - * gcc.target/s390/memset-1.c: Improve testcase. - -2018-07-31 Tom de Vries - - PR debug/86687 - * g++.dg/guality/pr86687.C: New test. - -2018-07-31 Jakub Jelinek - - P1008R1 - prohibit aggregates with user-declared constructors - * g++.dg/ext/is_aggregate.C: Add tests with deleted or defaulted ctor. - * g++.dg/cpp0x/defaulted1.C (main): Ifdef out for C++2a B b = {1};. - * g++.dg/cpp0x/deleted2.C: Expect error for C++2a. - * g++.dg/cpp2a/aggr1.C: New test. - * g++.dg/cpp2a/aggr2.C: New test. - -2018-07-31 Segher Boessenkool - - PR target/86640 - * gcc.target/arm/pr86640.c: New testcase. - -2018-07-31 Martin Liska - - PR gcov-profile/85338 - PR gcov-profile/85350 - PR gcov-profile/85372 - * gcc.misc-tests/gcov-pr85338.c: New test. - * gcc.misc-tests/gcov-pr85350.c: New test. - * gcc.misc-tests/gcov-pr85372.c: New test. - -2018-07-31 Martin Liska - - PR gcov-profile/83813 - PR gcov-profile/84758 - PR gcov-profile/85217 - PR gcov-profile/85332 - * gcc.misc-tests/gcov-pr83813.c: New test. - * gcc.misc-tests/gcov-pr84758.c: New test. - * gcc.misc-tests/gcov-pr85217.c: New test. - * gcc.misc-tests/gcov-pr85332.c: New test. - -2018-07-31 Ed Schonberg - - * gnat.dg/prot5.adb, gnat.dg/prot5_pkg.adb, - gnat.dg/prot5_pkg.ads: New testcase. - -2018-07-31 Justin Squirek - - * gnat.dg/addr11.adb: New testcase. - -2018-07-31 Hristian Kirtchev - - * gnat.dg/global.adb, gnat.dg/global.ads: New testcase. - -2018-07-31 Gary Dismukes - - * gnat.dg/block_ext_return_assert_failure.adb: New testcase. - -2018-07-31 Ed Schonberg - - * gnat.dg/iter3.adb: New testcase. - -2018-07-31 Andre Vieira - - Revert 'AsyncI/O patch committed' - 2018-07-25 Nicolas Koenig - Thomas Koenig - - PR fortran/25829 - * gfortran.dg/f2003_inquire_1.f03: Add write statement. - * gfortran.dg/f2003_io_1.f03: Add wait statement. - -2018-07-30 Segher Boessenkool - - PR rtl-optimization/85160 - * gcc.target/powerpc/combine-2-2.c: New testcase. - -2018-07-27 Martin Sebor - - PR tree-optimization/86696 - * g++.dg/pr86696.C: New test. - -2018-07-27 David Malcolm - - PR tree-optimization/86636 - * gcc.c-torture/compile/pr86636.c: Add dg-do compile. - Add dg-require-effective-target pthread. - -2018-07-26 Qing Zhao - - * gcc.dg/strcmpopt_5.c: Change to O2 to enable the transformation. - * gcc.dg/strcmpopt_6.c: Likewise. - -2018-07-26 Pat Haugen - - PR target/86612 - * gcc.target/powerpc/pr58673-2.c: Call strdup. - -2018-07-26 Martin Sebor - - PR tree-optimization/86043 - PR tree-optimization/86042 - * gcc/testsuite/gcc.dg/attr-nonstring-2.c: Xfail test cases due to - pr86688. - * gcc.dg/strlenopt-44.c: New test. - -2018-07-26 Martin Liska - - PR gcov-profile/86536 - * gcc.misc-tests/gcov-pr86536.c: New test. - -2018-07-25 Martin Sebor - - * gcc.c-torture/execute/builtins/strnlen.c: Remove DejaGnu directives - ignored by the test harness. - -2018-07-25 Nicolas Koenig - Thomas Koenig - - PR fortran/25829 - * gfortran.dg/f2003_inquire_1.f03: Add write statement. - * gfortran.dg/f2003_io_1.f03: Add wait statement. - -2018-07-25 Jakub Jelinek - - PR c++/85515 - * g++.dg/pr85515-2.C: Add expected dg-error. - * g++.dg/cpp0x/range-for36.C: New test. - -2018-07-25 Claudiu Zissulescu - - * gcc.target/arc/uncached-1.c: New test. - * gcc.target/arc/uncached-2.c: Likewise. - -2018-07-24 Martin Sebor - - PR tree-optimization/86622 - PR tree-optimization/86532 - * gcc.c-torture/execute/strlen-2.c: New test. - * gcc.c-torture/execute/strlen-3.c: New test. - * gcc.c-torture/execute/strlen-4.c: New test. - -2018-07-24 David Malcolm - - PR tree-optimization/86636 - * gcc.c-torture/compile/pr86636.c: New test. - -2018-07-24 Matthew Malcomson - - * gcc.target/aarch64/simd/vect_su_add_sub.c: New. - -2018-07-24 Jakub Jelinek - - PR middle-end/86627 - * gcc.target/i386/pr86627.c: New test. - - PR testsuite/86649 - * g++.dg/tree-ssa-/pr19476-1.C: Check dom2 dump instead of ccp1. - * g++.dg/tree-ssa-/pr19476-5.C: Likewise. - * g++.dg/tree-ssa-/pr19476-6.C: New test. - * g++.dg/tree-ssa-/pr19476-7.C: New test. - -2018-07-23 Carl Love - - PR 86591 - * gcc.target/powerpc/altivec-1-runnable.c: Move vector double tests to - file altivec-2-runnable.c. - * gcc.target/powerpc/altivec-2-runnable.c: Add vector double tests. - * gcc.target/powerpc/buitlins-1.c: Remove dg-final check for xxlor. - Update dg-final test for __divdi3 and __udivdi3 instructions. Update - comments for instruction generated by vec_mergeh, vec_perm, vec_round, - vec_cts, vec_ctu, vec_cpsgn tests. - -2018-07-23 Bernd Edlinger - - PR c/86617 - * gcc.dg/pr86617.c: New test. - -2018-07-23 Jakub Jelinek - - PR c++/86569 - * g++.dg/warn/Wnonnull-compare-9.C: New test. - -2018-07-20 Martin Sebor - - PR middle-end/82063 - * c-c++-common/pr68657-1.c: Adjust. - * c-c++-common/pr68657-2.c: Same. - * c-c++-common/pr68657-3.c: Same. - * c-c++-common/pr68833-1.c: Same. - * gcc.dg/Walloc-size-larger-than-16.c: Same. - * gcc.dg/Walloca-larger-than.c: New test. - * gcc.dg/Walloca-larger-than-2.c: New test. - * gcc.dg/Wframe-larger-than-2.c: New test. - * gcc.dg/Wlarger-than3.c: New test. - * gcc.dg/Wvla-larger-than-3.c: New test. - * gcc.dg/pr42611.c: Adjust. - * gnat.dg/frame_overflow.adb: Same. - -2018-07-20 Martin Sebor - - PR tree-optimization/86613 - PR tree-optimization/86611 - * c-c++-common/Warray-bounds-2.c: Undefine macros and - prune duplicate warnings. - * gcc.dg/Warray-bounds-31.c: Xfail test cases with - data-model-dependencies. - * gcc.dg/Warray-bounds-32.c: Ditto. - -2018-07-20 Richard Biener - - PR debug/86585 - * g++.dg/lto/pr86585_0.C: New testcase. - * g++.dg/lto/pr86585_1.C: Likewise. - -2018-07-19 Martin Sebor - - PR tree-optimization/83776 - PR tree-optimization/84047 - * gcc.dg/Warray-bounds-29.c: New test. - * gcc.dg/Warray-bounds-30.c: New test. - * gcc.dg/Warray-bounds-31.c: New test. - * gcc.dg/Warray-bounds-32.c: New test. - -2018-07-19 Michael Collison - Richard Henderson - - * gcc.target/aarch64/builtin_sadd_128.c: New testcase. - * gcc.target/aarch64/builtin_saddl.c: New testcase. - * gcc.target/aarch64/builtin_saddll.c: New testcase. - * gcc.target/aarch64/builtin_uadd_128.c: New testcase. - * gcc.target/aarch64/builtin_uaddl.c: New testcase. - * gcc.target/aarch64/builtin_uaddll.c: New testcase. - * gcc.target/aarch64/builtin_ssub_128.c: New testcase. - * gcc.target/aarch64/builtin_ssubl.c: New testcase. - * gcc.target/aarch64/builtin_ssubll.c: New testcase. - * gcc.target/aarch64/builtin_usub_128.c: New testcase. - * gcc.target/aarch64/builtin_usubl.c: New testcase. - * gcc.target/aarch64/builtin_usubll.c: New testcase. - -2018-07-19 Paolo Carlini - - Revert fix for c++/59480 (and testsuite followup) - - 2018-07-19 Paolo Carlini - - * g++.old-deja/g++.mike/p784.C: Add -fpermissive. - - 2019-07-18 Paolo Carlini - - PR c++/59480, DR 136 - * g++.dg/other/friend8.C: New. - * g++.dg/other/friend9.C: Likewise. - * g++.dg/other/friend10.C: Likewise. - * g++.dg/other/friend11.C: Likewise. - * g++.dg/other/friend12.C: Likewise. - * g++.dg/parse/defarg4.C: Compile with -fpermissive -w. - * g++.dg/parse/defarg8.C: Likewise. - -2018-07-19 Andre Vieira - - * gcc.target/aarch64/profile.c: New test. - -2018-07-19 Andre Vieira - - PR target/83009 - * gcc/target/aarch64/store_v2vec_lanes.c: Add extra tests. - -2018-07-19 H.J. Lu - - PR target/86560 - * gcc.target/i386/pr86560-4.c: New test. - * gcc.target/i386/pr86560-5.c: Likewise. - -2018-07-19 H.J. Lu - - PR target/86560 - * gcc.target/i386/pr86560-1.c: New test. - * gcc.target/i386/pr86560-2.c: Likewise. - * gcc.target/i386/pr86560-3.c: Likewise. - -2018-07-19 Kyrylo Tkachov - - * gfortran.dg/max_fmax_aarch64.f90: New test. - * gfortran.dg/min_fmin_aarch64.f90: Likewise. - * gfortran.dg/minmax_integer.f90: Likewise. - -2018-07-19 Paolo Carlini - - * g++.old-deja/g++.mike/p784.C: Add -fpermissive. - -2018-07-18 Kugan Vivekanandarajah - - PR middle-end/86544 - * g++.dg/tree-ssa/pr86544.C: New test. - -2018-07-18 Jakub Jelinek - - PR c++/86550 - * g++.dg/cpp0x/lambda/lambda-86550.C: New test. - -2018-07-18 Bernd Edlinger - - PR 69558 - * c-c++-common/cpp/diagnostic-pragma-2.c: New test. - * c-c++-common/pr69558.c: Remove xfail. - * gcc.dg/cpp/builtin-macro-1.c: Adjust test expectations. - * gcc.dg/pr61817-1.c: Likewise. - * gcc.dg/pr61817-2.c: Likewise. - * g++.dg/plugin/pragma_plugin.c: Warn at expansion_point_location. - -2018-07-18 Janus Weil - - PR fortran/85599 - * gfortran.dg/function_optimize_5.f90: Add option - '-faggressive-function-elimination' and update dg-warning clauses. - * gfortran.dg/short_circuiting.f90: New test. - -2018-07-18 Marek Polacek - - PR c++/86190 - bogus -Wsign-conversion warning - * g++.dg/warn/Wsign-conversion-3.C: New test. - * g++.dg/warn/Wsign-conversion-4.C: New test. - -2018-07-18 Paolo Carlini - - PR c++/59480, DR 136 - * g++.dg/other/friend8.C: New. - * g++.dg/other/friend9.C: Likewise. - * g++.dg/other/friend10.C: Likewise. - * g++.dg/other/friend11.C: Likewise. - * g++.dg/other/friend12.C: Likewise. - * g++.dg/parse/defarg4.C: Compile with -fpermissive -w. - * g++.dg/parse/defarg8.C: Likewise. - -2018-07-18 Paolo Carlini - - * g++.dg/ext/uow-3.C: Adjust. - * g++.dg/ext/uow-4.C: Likewise. - * g++.dg/lookup/name-clash11.C: Likewise. - * g++.dg/lookup/name-clash7.C: Likewise. - * g++.dg/lookup/redecl1.C: Likewise. - * g++.dg/warn/changes-meaning.C: Likewise. - * g++.old-deja/g++.jason/scoping8.C: Likewise. - * g++.old-deja/g++.law/nest1.C: Likewise. - -2018-07-18 Richard Biener - - PR debug/86523 - * g++.dg/lto/pr86523-3_0.C: New testcase. - -2018-07-17 Andreas Schwab - - * gcc.target/m68k/mulsi_highpart.c: New test. - -2018-07-17 Jakub Jelinek - - * gcc.dg/cpp/pr61854-c90.c (foo): Expect a note, rather than error. - * gcc.dg/cpp/pr61854-c94.c (foo): Likewise. - * gcc.dg/cpp/pr61854-4.c (foo): Likewise. - * gcc.dg/cpp/pr61854-8.c: New test. - -2018-07-17 David Edelsohn - - * gcc.target/powerpc/pr85456.c: Require longdouble128. - -2018-07-17 Fritz Reese - - PR fortran/83184 - * gfortran.dg/dec_structure_23.f90: Oops, "un-fix" error messages. - -2018-07-17 Will Schmidt - - * gcc.target/powerpc/fold-vec-unpack-char.c: New. - * gcc.target/powerpc/fold-vec-unpack-float.c: New. - * gcc.target/powerpc/fold-vec-unpack-int.c: New. - * gcc.target/powerpc/fold-vec-unpack-pixel.c: New. - * gcc.target/powerpc/fold-vec-unpack-short.c: New. - -2018-07-17 David Edelsohn - - * gcc.target/powerpc/pr57150.c: Require longdouble128. - * gcc.target/powerpc/pr79916.c: Require dfp. - -2018-07-17 Richard Biener - - PR lto/86456 - * g++.dg/debug/dwarf2/pr86456.C: New testcase. - -2018-07-17 Robin Dapp - - * gcc.target/s390/function-align1.c: New test. - * gcc.target/s390/function-align2.c: New test. - * gcc.target/s390/function-align3.c: New test. - -2018-07-17 Eric Botcazou - - * gnat.dg/discr55.adb: New test. - -2018-07-17 Rainer Orth - - * gcc.target/i386/vartrack-1.c (dg-options): Add - -fomit-frame-pointer. - -2018-07-17 Rainer Orth - - * g++.dg/lto/pr86523-1_0.C: Require fpic, shared support. - (dg-lto-options): Add -fPIC. - * g++.dg/lto/pr86523-2_0.C: Likewise. - -2018-07-17 Martin Liska - - * gcc.target/powerpc/loop_align.c: Update scanned pattern. - -2018-07-17 Ed Schonberg - - * gnat.dg/generic_call_cw.adb, gnat.dg/generic_call_iface.adb: New - testcase. - -2018-07-17 Eric Botcazou - - * gnat.dg/sso10.adb, gnat.dg/sso10_pkg.ads: New testcase. - -2018-07-17 Patrick Bernardi - - * gnat.dg/memorytest.adb: New testcase. - -2018-07-17 Hristian Kirtchev - - * gnat.dg/config_pragma1.adb, gnat.dg/config_pragma1_pkg.ads: - New testcase. - -2018-07-17 Ed Schonberg - - * gnat.dg/equal3.adb: New testcase. - -2018-07-17 Justin Squirek - - * gnat.dg/split_args.adb: New testcase. - -2018-07-17 Ed Schonberg - - * gnat.dg/discr54.adb, gnat.dg/discr54_pkg.ads: New testcase. - -2018-07-17 Hristian Kirtchev - - * gnat.dg/bip_case_expr.adb, gnat.dg/bip_case_expr_pkg.ads: - New testcase. - -2018-07-16 Carl Love - - PR target/86414 - Forgot the PR number on the commit log. - - 2018-07-16 Carl Love - - PR target/86414 - * gcc.target/powerpc/divkc3-2.c: Add dg-require-effective-target - longdouble128. - * gcc.target/powerpc/divkc3-3.c: Ditto. - * gcc.target/powerpc/mulkc3-2.c: Ditto. - * gcc.target/powerpc/mulkc3-3.c: Ditto. - * gcc.target/powerpc/fold-vec-mergehl-double.c: Update counts. - * gcc.target/powerpc/pr85456.c: Make check Linux and AIX specific. - -2018-07-16 Segher Boessenkool - - * gcc.target/powerpc/convert-fp-128.c: New testcase. - * gcc.target/powerpc/convert-fp-64.c: New testcase. - -2018-07-16 Segher Boessenkool - - * lib/target-supports.exp (check_effective_target_longdouble64, - check_effective_target_ppc_float128, - check_effective_target_ppc_float128_insns, - check_effective_target_powerpc_vsx): New. - -2018-07-16 Segher Boessenkool - - * lib/target-supports.exp (check_ppc_float128_hw_available): Fix - syntax error. - -2018-07-16 Jakub Jelinek - - PR tree-optimization/86526 - * gcc.c-torture/compile/pr86526.c: New test. - -2018-07-16 Carl Love - - * gcc.target/powerpc/divkc3-2.c: Add dg-require-effective-target - longdouble128. - * gcc.target/powerpc/divkc3-3.c: Ditto. - * gcc.target/powerpc/mulkc3-2.c: Ditto. - * gcc.target/powerpc/mulkc3-3.c: Ditto. - * gcc.target/powerpc/fold-vec-mergehl-double.c: Update counts. - * gcc.target/powerpc/pr85456.c: Make check Linux and AIX specific. - -2018-07-16 Fritz Reese - - PR fortran/83184 - * gfortran.dg/assumed_rank_14.f90: New testcase. - * gfortran.dg/assumed_rank_15.f90: New testcase. - * gfortran.dg/dec_structure_8.f90: Update error messages. - * gfortran.dg/dec_structure_23.f90: Update error messages. - -2018-07-16 Bernd Edlinger - - PR middle-end/86528 - * gcc.c-torture/execute/pr86528.c: New test. - * gcc.dg/Wrestrict-10.c (test_arr_strcat_2): Fix typo. - -2018-07-16 Paolo Carlini - - * g++.dg/template/spec40.C: New. - * g++.dg/parse/ptrmem8.C: Likewise. - -2018-07-16 Ilya Leoshkevich - - * gcc.target/s390/mnop-mcount-m31-fpic.c: New testcase. - * gcc.target/s390/mnop-mcount-m31-mzarch.c: New testcase. - * gcc.target/s390/mnop-mcount-m31.c: New testcase. - * gcc.target/s390/mnop-mcount-m64-mfentry.c: New testcase. - * gcc.target/s390/mnop-mcount-m64.c: New testcase. - -2018-07-16 Ilya Leoshkevich - - * gcc.target/s390/mrecord-mcount.c: New testcase. - -2018-07-16 Ilya Leoshkevich - - * gcc.target/s390/mfentry-m64.c: New testcase. - -2018-07-16 Hristian Kirtchev - - * gnat.dg/abstract_state1.adb, gnat.dg/abstract_state1.ads: New - testcase. - -2018-07-16 Hristian Kirtchev - - * gnat.dg/validity_check3.adb, gnat.dg/validity_check3.ads: New - testcase. - -2018-07-16 Hristian Kirtchev - - * gnat.dg/wide_wide_value1.adb: New testcase. - -2018-07-16 Javier Miranda - - * gnat.dg/bit_order1.adb: New testcase. - -2018-07-16 Javier Miranda - - * gnat.dg/iter2.adb, gnat.dg/iter2.ads: New testcase. - -2018-07-16 Richard Biener - - PR lto/86523 - * g++.dg/lto/pr86523-1_0.C: New testcase. - * g++.dg/lto/pr86523-2_0.C: Likewise. - -2018-07-16 Martin Liska - - PR ipa/86529 - * g++.dg/ipa/pr86529.C: New test. - -2018-07-16 Tom de Vries - - PR debug/86455 - * gcc.target/i386/vartrack-1.c: New test. - -2018-07-16 Eric Botcazou - - * gnat.dg/opt73.adb: New test. - -2018-07-16 Jakub Jelinek - - PR c++/3698 - PR c++/86208 - * g++.dg/opt/pr3698.C: New test. - -2018-07-16 Richard Biener - - PR ipa/86389 - * gcc.dg/torture/pr86389.c: Require trampolines. - -2018-07-15 Tom de Vries - - * lib/gcc-gdb-test.exp (guality_minimal_options): New proc. - * lib/gfortran-dg.exp (gfortran-dg-runtest): Don't call torture-init if - already called. - * g++.dg/guality/guality.exp: Ensure Og is part of torture options. - * gcc.dg/guality/guality.exp: Same. - * gfortran.dg/guality/guality.exp: Same. - -2018-07-13 H.J. Lu - Sunil K Pandey - - PR target/84413 - * gcc.target/i386/pr84413-1.c: New test. - * gcc.target/i386/pr84413-2.c: Likewise. - * gcc.target/i386/pr84413-3.c: Likewise. - -2018-07-13 Bill Schmidt - Steve Munroe - - * gcc.target/powerpc/sse2-pand-1.c: New file. - * gcc.target/powerpc/sse2-pandn-1.c: Likewise. - * gcc.target/powerpc/sse2-por-1.c: Likewise. - * gcc.target/powerpc/sse2-pxor-1.c: Likewise. - -2018-07-13 Nathan Sidwell - - PR c++/86374 - * g++.dg/pr86374.C: New. - -2018-07-13 Qing Zhao - - PR middle-end/78809 - * gcc.dg/strcmpopt_5.c: New test. - * gcc.dg/strcmpopt_6.c: New test. - -2018-07-13 Richard Biener - - PR middle-end/85974 - * gcc.c-torture/compile/930326-1.c: Adjust to cover widening. - -2018-07-13 Tom de Vries - - * gcc.dg/guality/clztest.c: Add -fno-ipa-icf in dg-options. - * gcc.dg/guality/ctztest.c: Same. - * gcc.dg/guality/sra-1.c: Same. - -2018-07-13 Tom de Vries - - * gcc.dg/vla-1.c: Update. - -2018-07-13 Tom de Vries - - * gcc.src/maintainers.exp: New file. - -2018-07-13 Kugan Vivekanandarajah - - PR middle-end/86489 - * gcc.dg/pr86489.c: New test. - -2018-07-12 Martin Sebor - - PR testsuite/86510 - g++.dg/warn/pr86453.C: Adjust. - -2018-07-12 Jim Wilson - - * gnat.dg/warn5.adb: Expect warning for riscv*-*-*. - -2018-07-12 Kito Cheng - - * gcc.target/riscv/interrupt-conflict-mode.c: New. - -2018-07-12 Jakub Jelinek - - * c-c++-common/gomp/declare-target-3.c: New test. - * g++.dg/gomp/declare-target-2.C: New test. - -2018-07-12 Martin Sebor - - PR c/86453 - * c-c++-common/Wattributes.c: Adjust. - * gcc.dg/Wattributes-10.c: New test. - * g++.dg/Wattributes-3.C: Adjust. - * gcc.dg/Wattributes-6.c: Adjust. - * gcc.dg/pr18079.c: Adjust. - * gcc.dg/torture/pr42363.c: Adjust. - -2018-07-12 Julia Koval - - * gcc.target/i386/avx512vl-vpclmulqdq-2.c: Remove 128bit - version. - -2018-07-12 Richard Sandiford - - * gcc.dg/vect/vect-cond-arith-6.c: New test. - * gcc.target/aarch64/sve/cond_arith_4.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_4_run.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_5.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_5_run.c: Likewise. - * gcc.target/aarch64/sve/slp_14.c: Likewise. - * gcc.target/aarch64/sve/slp_14_run.c: Likewise. - -2018-07-12 Richard Sandiford - - * gcc.dg/vect/vect-cond-arith-4.c: New test. - * gcc.dg/vect/vect-cond-arith-5.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_1.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_1_run.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_2.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_2_run.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_3.c: Likewise. - * gcc.target/aarch64/sve/cond_arith_3_run.c: Likewise. - -2018-07-12 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect/vect-fma-2.c: New test. - * gcc.target/aarch64/sve/reduc_4.c: Likewise. - * gcc.target/aarch64/sve/reduc_6.c: Likewise. - * gcc.target/aarch64/sve/reduc_7.c: Likewise. - -2018-07-12 Richard Sandiford - - * gcc.dg/vect/vect-cond-arith-3.c: New test. - * gcc.target/aarch64/sve/vcond_13.c: Likewise. - * gcc.target/aarch64/sve/vcond_13_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_14.c: Likewise. - * gcc.target/aarch64/sve/vcond_14_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_15.c: Likewise. - * gcc.target/aarch64/sve/vcond_15_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_16.c: Likewise. - * gcc.target/aarch64/sve/vcond_16_run.c: Likewise. - -2018-07-12 Richard Sandiford - - * gcc.dg/vect/vect-cond-arith-2.c: New test. - * gcc.target/aarch64/sve/loop_add_6.c: Likewise. - -2018-07-12 Richard Biener - - PR target/84829 - * gcc.target/i386/pr84829.c: New testcase. - -2018-07-12 Jakub Jelinek - - * gcc.dg/torture/20180712-1.c: New test. - - PR tree-optimization/86492 - * gcc.c-torture/execute/pr86492.c: New test. - -2018-07-12 Richard Biener - - PR c/86453 - * g++.dg/warn/pr86453.C: New testcase. - -2018-07-12 Richard Biener - - PR middle-end/86479 - * gcc.dg/graphite/pr86479.c: New testcase. - -2018-07-11 Jakub Jelinek - - * gcc.target/i386/avx512bw-vpcmpb-2.c (CMP): Use SIZE macro instead - of hardcoding size. Cast (rel) to MASK_TYPE. - * gcc.target/i386/avx512bw-vpcmpub-2.c (CMP): Likewise. - * gcc.target/i386/avx512f-vinserti32x4-3.c: New test. - * gcc.target/i386/avx512f-vinsertf32x4-3.c: New test. - * gcc.target/i386/avx512vl-vpcmpnequb-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpgeub-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpleb-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpgeb-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpltb-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpltub-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpleub-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpneqb-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpnequw-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpgeuw-2.c: New test. - * gcc.target/i386/avx512vl-vpcmplew-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpgew-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpltw-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpltuw-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpleuw-2.c: New test. - * gcc.target/i386/avx512vl-vpcmpneqw-2.c: New test. - -2018-07-11 Grazvydas Ignotas - - * gcc.target/i386/avx512bw-vpcmpb-2.c (SIZE): Define to - (AVX512F_LEN / 8) instead of (AVX512F_LEN / 16). - * gcc.target/i386/avx512bw-vpcmpub-2.c (SIZE): Likewise. - -2018-07-10 Mark Wielaard - - PR debug/86459 - * gcc.dg/pr86459.c: New test. - -2018-07-10 Martin Sebor - - PR testsuite/86461 - * gcc.c-torture/execute/builtins/strlen-3.c: Adjust. - -2018-07-10 Martin Liska - - PR testsuite/86445 - * gcc.dg/pr84100.c: Change it back to dg-bogus. - -2018-07-10 Jakub Jelinek - - PR sanitizer/86406 - * g++.dg/ubsan/pr86406.C: New test. - - PR fortran/86421 - * gfortran.dg/vect/pr86421.f90: New test. - -2018-07-09 Martin Sebor - - PR tree-optimization/86415 - * gcc.dg/strlenopt-53.c: New test. - -2018-07-09 Martin Sebor - - PR middle-end/77357 - * gcc.dg/strlenopt-49.c: New test. - * gcc.dg/strlenopt-50.c: New test. - * gcc.dg/strlenopt-51.c: New test. - * gcc.dg/strlenopt-52.c: New test. - * gcc.c-torture/execute/builtins/strlen-3.c: Adjust. - -2018-07-09 Jakub Jelinek - - PR c/86420 - * gcc.dg/nextafter-1.c (TEST): Adjust the tests that expect denormals - to be returned and when first argument is not 0, so that they don't do - anything for NEED_EXC or NEED_ERRNO. - -2018-07-09 Tom de Vries - - * gcc.dg/guality/asm-1.c: Use relative line numbers where obvious. - * gcc.dg/guality/bswaptest.c: Same. - * gcc.dg/guality/clztest.c: Same. - * gcc.dg/guality/csttest.c: Same. - * gcc.dg/guality/ctztest.c: Same. - * gcc.dg/guality/drap.c: Same. - * gcc.dg/guality/nrv-1.c: Same. - * gcc.dg/guality/pr41353-1.c: Same. - * gcc.dg/guality/pr41353-2.c: Same. - * gcc.dg/guality/pr41404-1.c: Same. - * gcc.dg/guality/pr43051-1.c: Same. - * gcc.dg/guality/pr43077-1.c: Same. - * gcc.dg/guality/pr43177.c: Same. - * gcc.dg/guality/pr43329-1.c: Same. - * gcc.dg/guality/pr43479.c: Same. - * gcc.dg/guality/pr43593.c: Same. - * gcc.dg/guality/pr45003-1.c: Same. - * gcc.dg/guality/pr45003-2.c: Same. - * gcc.dg/guality/pr45003-3.c: Same. - * gcc.dg/guality/pr48437.c: Same. - * gcc.dg/guality/pr48466.c: Same. - * gcc.dg/guality/pr49888.c: Same. - * gcc.dg/guality/pr54200.c: Same. - * gcc.dg/guality/pr54519-1.c: Same. - * gcc.dg/guality/pr54519-2.c: Same. - * gcc.dg/guality/pr54519-3.c: Same. - * gcc.dg/guality/pr54519-4.c: Same. - * gcc.dg/guality/pr54519-5.c: Same. - * gcc.dg/guality/pr54519-6.c: Same. - * gcc.dg/guality/pr54551.c: Same. - * gcc.dg/guality/pr54693-2.c: Same. - * gcc.dg/guality/pr54693.c: Same. - * gcc.dg/guality/pr54796.c: Same. - * gcc.dg/guality/pr54970.c: Same. - * gcc.dg/guality/pr67192.c: Same. - * gcc.dg/guality/pr69947.c: Same. - * gcc.dg/guality/pr78726.c: Same. - * gcc.dg/guality/rotatetest.c: Same. - * gcc.dg/guality/sra-1.c: Same. - * gcc.dg/guality/vla-2.c: Same. - -2018-07-09 Paolo Carlini - - * g++.dg/diagnostic/long-short.C: New. - * g++.dg/diagnostic/signed-unsigned.C: Likewise. - * g++.dg/diagnostic/virtual-friend.C: Likewise. - * g++.old-deja/g++.brendan/crash11.C: Adjust. - -2018-07-09 Tom de Vries - - * gcc.dg/vla-1.c: New test. - -2018-07-07 Tom de Vries - - * gcc.misc-tests/options.exp (check_for_all_options): Clean up dump - files. - (get_dump_flags): New proc. - (toplevel): Test all dump flags. - -2018-07-07 Eric Botcazou - - * gnat.dg/stack_usage6.adb: New test. - * gnat.dg/stack_usage6_pkg.ads: New helper. - -2018-07-07 Eric Botcazou - - * gnat.dg/pure_function3a.adb: New test. - * gnat.dg/pure_function3b.adb: Likewise. - * gnat.dg/pure_function3c.adb: Likewise. - * gnat.dg/pure_function3_pkg.ads: New helper. - -2018-07-07 Jakub Jelinek - - PR target/84711 - * gcc.dg/vect/pr84711.c: Remove unnecessary sse - dg-require-effective-target. Add -msse not just on i386-*, but - on all i?86-* and x86_64-*. - -2018-07-06 Kugan Vivekanandarajah - - * gcc.dg/tree-ssa/phi-opt-16.c: New test. - * gcc.dg/tree-ssa/phi-opt-17.c: New test. - * gcc.dg/tree-ssa/phi-opt-18.c: New test. - * gcc.dg/tree-ssa/phi-opt-19.c: New test. - * gcc.dg/tree-ssa/popcount3.c: New test. - -2018-07-06 Kugan Vivekanandarajah - - * gcc.dg/tree-ssa/pr64183.c: Disable final value replacement - to preserve the test. - * gcc.target/i386/pr85073.c: Likewise. - -2018-07-06 Jakub Jelinek - - PR tree-optimization/86401 - * gcc.dg/tree-ssa/pr86401-1.c: New test. - * gcc.dg/tree-ssa/pr86401-2.c: New test. - * c-c++-common/rotate-9.c: New test. - -2018-07-06 Peter Bergner - - PR target/86324 - gcc.target/powerpc/pr86324-1.c: New test. - gcc.target/powerpc/pr86324-2.c: Likewise. - -2018-07-06 Tamar Christina - - PR target/84711 - * gcc.dg/vect/pr84711.c: Add -msse for i686 targets. - -2018-07-06 Tamar Christina - - * gcc.target/aarch64/struct_cpy.c: Remove ;. - -2018-07-05 Jeff Law - - * gcc.dg/tree-ssa/asm-2.c (REGISTER): Override for v850 too. - -2018-07-05 Paul Thomas - - PR fortran/86408 - * gfortran.dg/deferred_character_20.f90: New test. - -2018-07-05 Fritz Reese - - PR fortran/83183 - PR fortran/86325 - * gfortran.dg/init_flag_18.f90: New testcase. - * gfortran.dg/init_flag_19.f03: New testcase. - -2018-07-05 Carl Love - * gcc.target/altivec-1-runnable.c: New test file. - * gcc.target/altivec-2-runnable.c: New test file. - * gcc.target/vsx-7.c (main2): Change expected expected instruction - for tests. - -2018-07-05 Martin Sebor - - PR c++/86400 - * gcc.dg/strlenopt-47.c: New test. - * gcc.dg/strlenopt-48.c: New test. - -2018-07-05 Tamar Christina - - PR target/84711 - * gcc.target/arm/big-endian-subreg.c: New. - -2018-07-05 Tamar Christina - - PR target/84711 - * gcc.dg/vect/pr84711.c: New. - -2018-07-05 Tamar Christina - - * gcc.target/aarch64/struct_cpy.c: New. - -2018-07-05 Christophe Lyon - - * c-c++-common/unroll-1.c: Remove 'note:' in matching string. - * c-c++-common/unroll-2.c: Likewise. - * g++.dg/cdce3.C: Likewise. - * g++.dg/ext/unroll-1.C: Likewise. - * g++.dg/ext/unroll-2.C: Likewise. - * g++.dg/ext/unroll-3.C: Likewise. - * gcc.dg/cdce1.c: Likewise. - * gcc.dg/cdce2.c: Likewise. - * gcc.dg/gomp/pr68128-1.c: Likewise. - * gcc.dg/vect/pr46032.c: Likewise. - * gcc.dg/vect/vect-cond-10.c: Likewise. - * gcc.dg/vect/vect-cond-8.c: Likewise. - * gcc.dg/vect/vect-cond-9.c: Likewise. - * gcc.dg/vect/vect-mask-load-1.c: Likewise. - * gcc.dg/vect/vect-mask-loadstore-1.c: Likewise. - * gcc.target/i386/avx-cvt-2.c: Likewise. - * gcc.target/i386/avx-cvt-3.c: Likewise. - * gcc.target/i386/avx2-cvt-2.c: Likewise. - * gcc.target/i386/avx2-gather-2.c: Likewise. - * gcc.target/i386/avx2-gather-6.c: Likewise. - * gcc.target/i386/avx512f-gather-2.c: Likewise. - * gcc.target/i386/sse2-cvt-2.c: Likewise. - * gfortran.dg/directive_unroll_1.f90: Likewise. - * gfortran.dg/directive_unroll_2.f90: Likewise. - * gnat.dg/unroll2.adb: Likewise. - * gnat.dg/unroll3.adb: Likewise. - -2018-07-05 Tom de Vries - - * lib/gcc-dg.exp (dg-final): Simplify tcl code. - -2018-07-04 Martin Sebor - - PR tree-optimization/86274 - * gcc.dg/tree-ssa/builtin-sprintf-9.c: Fix typo. - -2018-07-04 Jerry DeLisle - - PR fortran/82009 - * gfortran.dg/block_16.f08. New test. - -2018-07-04 Aldy Hernandez - - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust test because aarch64 - has a slightly different IL that provides more threading - opportunities. - -2018-07-04 Martin Liska - - PR middle-end/66240 - PR target/45996 - PR c/84100 - * gcc.dg/pr84100.c (foo): - * gcc.target/i386/falign-functions-2.c: New test. - * gcc.target/i386/falign-functions.c: New test. - -2018-07-04 Martin Liska - - * gcc.dg/pr47793.c: Remove. - -2018-07-04 Richard Sandiford - - * gcc.dg/vect/bb-slp-over-widen-1.c: Fix name of dump file for - final scan test. - * gcc.dg/vect/bb-slp-over-widen-2.c: Likewise. - -2018-07-03 H.J. Lu - - PR target/85620 - * gcc.target/i386/pr85620-1.c: New test. - * gcc.target/i386/pr85620-2.c: Likewise. - * gcc.target/i386/pr85620-3.c: Likewise. - * gcc.target/i386/pr85620-4.c: Likewise. - -2018-07-03 Martin Sebor - - PR tree-optimization/86274 - * gcc.dg/tree-ssa/builtin-sprintf-9.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust. - * gcc.dg/tree-ssa/builtin-sprintf-warn-10.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-15.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-7.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf.c: Same. - * gcc.dg/tree-ssa/pr83198.c: Same. - -2018-07-03 Paolo Carlini - - * g++.dg/other/locations1.C: New. - * g++.dg/tls/locations1.C: Likewise. - * g++.dg/diagnostic/virtual-constexpr.C: Likewise. - * g++.dg/diagnostic/virtual-static.C: Likewise. - * g++.dg/concepts/fn-concept2.C: Test the locations too. - * g++.dg/cpp0x/constexpr-virtual5.C: Likewise. - * g++.dg/cpp0x/pr51463.C: Likewise. - * g++.dg/other/typedef1.C: Likewise. - * g++.dg/parse/dtor13.C: Likewise. - * g++.dg/template/error44.C: Likewise. - * g++.dg/template/typedef4.C: Likewise. - * g++.dg/template/typedef5.C: Likewise. - * g++.dg/tls/diag-2.C: Likewise. - * g++.old-deja/g++.brendan/crash11.C: Likewise. - -2018-07-03 Marek Polacek - - PR c++/86201 - * g++.dg/diagnostic/pr86201.C: New test. - -2018-07-03 Uros Bizjak - - PR target/85694 - * gcc.target/i386/pr85694.c: New test. - -2018-07-03 Richard Sandiford - - PR tree-optimization/85694 - * lib/target-supports.exp (check_effective_target_vect_avg_qi): - Return true for AArch64 without SVE. - * gcc.target/aarch64/vect_hadd_1.h: New file. - * gcc.target/aarch64/vect_shadd_1.c: New test. - * gcc.target/aarch64/vect_srhadd_1.c: Likewise. - * gcc.target/aarch64/vect_uhadd_1.c: Likewise. - * gcc.target/aarch64/vect_urhadd_1.c: Likewise. - -2018-07-03 Marek Polacek - - PR middle-end/86202 - * gcc.dg/Wint-conversion-2.c: New test. - - PR c++/84306 - * g++.dg/overload/conv-op3.C: New test. - -2018-07-03 Richard Biener - - PR ipa/86389 - * gcc.dg/torture/pr86389.c: New testcase. - -2018-07-03 Richard Sandiford - - PR tree-optimization/85694 - * lib/target-supports.exp (check_effective_target_vect_avg_qi): New - proc. - * gcc.dg/vect/vect-avg-1.c: New test. - * gcc.dg/vect/vect-avg-2.c: Likewise. - * gcc.dg/vect/vect-avg-3.c: Likewise. - * gcc.dg/vect/vect-avg-4.c: Likewise. - * gcc.dg/vect/vect-avg-5.c: Likewise. - * gcc.dg/vect/vect-avg-6.c: Likewise. - * gcc.dg/vect/vect-avg-7.c: Likewise. - * gcc.dg/vect/vect-avg-8.c: Likewise. - * gcc.dg/vect/vect-avg-9.c: Likewise. - * gcc.dg/vect/vect-avg-10.c: Likewise. - * gcc.dg/vect/vect-avg-11.c: Likewise. - * gcc.dg/vect/vect-avg-12.c: Likewise. - * gcc.dg/vect/vect-avg-13.c: Likewise. - * gcc.dg/vect/vect-avg-14.c: Likewise. - -2018-07-03 Richard Sandiford - - * gcc.dg/vect/vect-over-widen-5.c: Test that the extensions - get split into two for use by the over-widening pattern. - * gcc.dg/vect/vect-over-widen-6.c: Likewise. - * gcc.dg/vect/vect-over-widen-7.c: Likewise. - * gcc.dg/vect/vect-over-widen-8.c: Likewise. - * gcc.dg/vect/vect-over-widen-9.c: Likewise. - * gcc.dg/vect/vect-over-widen-10.c: Likewise. - * gcc.dg/vect/vect-over-widen-11.c: Likewise. - * gcc.dg/vect/vect-over-widen-12.c: Likewise. - * gcc.dg/vect/vect-over-widen-13.c: Likewise. - * gcc.dg/vect/vect-over-widen-14.c: Likewise. - * gcc.dg/vect/vect-over-widen-15.c: Likewise. - * gcc.dg/vect/vect-over-widen-16.c: Likewise. - * gcc.dg/vect/vect-over-widen-22.c: New test. - -2018-07-03 Richard Sandiford - - * gcc.dg/vect/vect-widen-mult-u8-u32.c: Check specifically for a - widen_mult pattern. - * gcc.dg/vect/vect-over-widen-1.c: Update the scan tests for new - over-widening messages. - * gcc.dg/vect/vect-over-widen-1-big-array.c: Likewise. - * gcc.dg/vect/vect-over-widen-2.c: Likewise. - * gcc.dg/vect/vect-over-widen-2-big-array.c: Likewise. - * gcc.dg/vect/vect-over-widen-3.c: Likewise. - * gcc.dg/vect/vect-over-widen-3-big-array.c: Likewise. - * gcc.dg/vect/vect-over-widen-4.c: Likewise. - * gcc.dg/vect/vect-over-widen-4-big-array.c: Likewise. - * gcc.dg/vect/bb-slp-over-widen-1.c: New test. - * gcc.dg/vect/bb-slp-over-widen-2.c: Likewise. - * gcc.dg/vect/vect-over-widen-5.c: Likewise. - * gcc.dg/vect/vect-over-widen-6.c: Likewise. - * gcc.dg/vect/vect-over-widen-7.c: Likewise. - * gcc.dg/vect/vect-over-widen-8.c: Likewise. - * gcc.dg/vect/vect-over-widen-9.c: Likewise. - * gcc.dg/vect/vect-over-widen-10.c: Likewise. - * gcc.dg/vect/vect-over-widen-11.c: Likewise. - * gcc.dg/vect/vect-over-widen-12.c: Likewise. - * gcc.dg/vect/vect-over-widen-13.c: Likewise. - * gcc.dg/vect/vect-over-widen-14.c: Likewise. - * gcc.dg/vect/vect-over-widen-15.c: Likewise. - * gcc.dg/vect/vect-over-widen-16.c: Likewise. - * gcc.dg/vect/vect-over-widen-17.c: Likewise. - * gcc.dg/vect/vect-over-widen-18.c: Likewise. - * gcc.dg/vect/vect-over-widen-19.c: Likewise. - * gcc.dg/vect/vect-over-widen-20.c: Likewise. - * gcc.dg/vect/vect-over-widen-21.c: Likewise. - -2018-07-03 Richard Sandiford - - * gcc.dg/vect/vect-mixed-size-cond-1.c: New test. - -2018-07-02 Jim Wilson - - * gcc.target/riscv/interrupt-debug.c: New. - -2018-07-02 Paolo Carlini - - * g++.dg/diagnostic/thread-thread_local.C: New. - -2018-07-02 Martin Liska - - PR testsuite/86366 - * gcc.dg/profile-dir-1.c: Fix scanned pattern. - * gcc.dg/profile-dir-2.c: Likewise. - * gcc.dg/profile-dir-3.c: Likewise. - -2018-07-02 Christophe Lyon - - * gcc.target/arm/arm-soft-strd-even.c: Skip if -mfloat-abi is - overriden. - -2018-07-02 Richard Biener - - PR tree-optimization/86363 - * gcc.dg/torture/pr86363.c: New testcase. - -2018-07-02 Martin Liska - - * gcc.dg/completion-1.c: New test. - * gcc.dg/completion-2.c: New test. - * gcc.dg/completion-3.c: New test. - -2018-07-02 Paul Thomas - - PR fortran/82969 - PR fortran/86242 - * gfortran.dg/proc_ptr_50.f90: New test. - -2018-07-02 Paul Thomas - - PR fortran/45305 - * gfortran.dg/scalarize_parameter_array_2.f90: New test. - -2018-07-02 Martin Liska - - PR ipa/86279 - * gcc.dg/ipa/pr86279.c: New test. - -2018-07-02 Martin Liska - - PR ipa/86323 - * g++.dg/ipa/pr86323.C: New test. - -2018-07-01 Tom de Vries - - revert: - 2018-07-01 Tom de Vries - - * gcc.dg/guality/prevent-optimization.h (VOLATILE): Define. - * gcc.dg/guality/vla-1.c (f1): Mark local vla a as VOLATILE. - -2018-07-01 Tom de Vries - - * lib/gcc-gdb-test.exp (gdb-test): Handle '@' prefix in line number - argument. - * gcc.dg/guality/const-volatile.c: Replace gdb-test line nrs 50 and 58 - with @main. - -2018-07-01 Tom de Vries - - * gcc.dg/guality/prevent-optimization.h (VOLATILE): Define. - * gcc.dg/guality/vla-1.c (f1): Mark local vla a as VOLATILE. - -2018-07-01 Tom de Vries - - * lib/gcc-dg.exp (get-absolute-line): Handle '.'. - * gcc.dg/guality/vla-1.c: Use relative line numbers. - -2018-07-01 Tom de Vries - - * gcc.dg-selftests/dg-final.exp (verify_call_1): Factor out of ... - (verify_call): ... here. Move to toplevel. - (verify_call_np, dg_final_directive_check_utils): New proc. - (toplevel): Call dg_final_directive_check_utils. - * lib/gcc-dg.exp (get-absolute-line): Fix typo in variable reference. - -2018-06-30 Jim Wilson - - * gcc.target/riscv/shift-shift-1.c: New. - * gcc.target/riscv/shift-shift-2.c: New. - * gcc.target/riscv/shift-shift-3.c: New. - -2018-06-30 Richard Sandiford - - * gcc.dg/vect/vect-widen-mult-extern-1.c: New test. - -2018-06-30 Richard Sandiford - - * gcc.dg/vect/vect-widen-mult-sum.c: Remove xfail. - * gcc.dg/vect/no-scevccp-outer-6.c: Don't match widened multiplications - by 4 in the computation of a[i]. - * gcc.dg/vect/vect-mult-const-pattern-1.c: Test specifically for the - main multiplication constant. - * gcc.dg/vect/vect-mult-const-pattern-2.c: Likewise. - * gcc.dg/vect/vect-widen-mult-const-s16.c: Likewise. - * gcc.dg/vect/vect-widen-mult-const-u16.c: Likewise. Expect the - pattern to cast the result to int. - * gcc.dg/vect/vect-reduc-dot-1.c: New test. - * gcc.dg/vect/vect-reduc-dot-2.c: Likewise. - * gcc.dg/vect/vect-reduc-dot-3.c: Likewise. - * gcc.dg/vect/vect-reduc-dot-4.c: Likewise. - * gcc.dg/vect/vect-reduc-dot-5.c: Likewise. - * gcc.dg/vect/vect-reduc-dot-6.c: Likewise. - * gcc.dg/vect/vect-reduc-dot-7.c: Likewise. - * gcc.dg/vect/vect-reduc-dot-8.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-1.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-2.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-3.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-4.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-5.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-6.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-7.c: Likewise. - * gcc.dg/vect/vect-reduc-sad-8.c: Likewise. - * gcc.dg/vect/vect-widen-mult-1.c: Likewise. - * gcc.dg/vect/vect-widen-mult-2.c: Likewise. - * gcc.dg/vect/vect-widen-mult-3.c: Likewise. - * gcc.dg/vect/vect-widen-mult-4.c: Likewise. - -2018-06-30 Richard Sandiford - - * gcc.dg/vect/vect-reduc-dot-u16b.c: Remove xfail and update the - test for vectorization along the lines described in the comment. - -2018-06-30 Tom de Vries - - * gcc.dg/guality/guality.exp (guality_transform_options): New proc. - (toplevel): Apply guality_transform_options on DG_TORTURE_OPTIONS and - LTO_TORTURE_OPTIONS. - * gcc.dg/guality/prevent-optimization.h: New file. - * gcc.dg/guality/pr45882.c: Include prevent-optimization.h. - (a): Replace __attribute__((used)) with ATTRIBUTE_USED. - -2018-06-30 Tom de Vries - - * gcc.dg/guality/pr45882.c (foo): Use relative line numbers. - * lib/gcc-dg.exp (dg-final): New proc. - * lib/gcc-gdb-test.exp (gdb-test): Add and handle additional line number - argument. - -2018-06-29 Martin Sebor - - * gcc.dg/strlenopt-46.c: Define strnlen for targets like Solaris 10 - that don't define the function. - -2018-06-29 Marek Polacek - - PR c++/86184 - * g++.dg/ext/cond3.C: New test. - -2018-06-29 Kyrylo Tkachov - - * gcc.target/arm/arm-soft-strd-even.c: New test. - -2018-06-29 Tom de Vries - - * gcc.dg/guality/pr45882.c (foo): Add line number var for breakpoint - line, and use it. - * lib/gcc-dg.exp (get-absolute-line): Factor out of ... - (process-message): ... here. - * lib/gcc-gdb-test.exp (gdb-test): Use get-absolute-line. - -2018-06-29 Martin Liska - - PR tree-optimization/86263 - * gcc.dg/tree-ssa/pr86263.c: New test. - -2018-06-28 Carl Love - - * gcc.target/p9-extract-1.c: Add test case. - * gcc.target/builtins-3-p9-runnable.c: Add test case to match - name in ABI. - -2018-06-28 Uros Bizjak - - PR target/86348 - * gcc.target/i386/pr86348.c: New test. - -2018-06-28 Wilco Dijkstra - - * gcc.target/aarch64/f16_mov_immediate_3.c: Fix testcase. - -2018-06-28 Fritz Reese - - PR fortran/82865 - * gfortran.dg/dec_type_print_2.f03: New testcase. - -2018-06-28 David Pagan - - PR c/55976 - * gcc.dg/noncompile/pr55976-1.c: Add dg-prune-output for extraneous - message causing unexpected test FAIL. - -2018-06-28 Martin Liska - - * gcc.dg/tree-ssa/switch-1.c: New test. - -2018-06-28 Eric Botcazou - - * gnat.dg/debug15.adb: New test. - -2018-06-27 David Malcolm - - PR c++/86329 - * g++.dg/lookup/pr86329.C: New test. - -2018-06-27 Carl Love - - * gcc.target/vsx-vector-abss.c: New file to test vec_abss. - -2018-06-27 Tamar Christina - - PR target/85769 - * gcc.target/aarch64/f16_mov_immediate_3.c: New. - -2018-06-26 Kelvin Nilsen - - * gcc.target/powerpc/builtins-1.c: Correct a comment. - -2018-06-26 Will Schmidt - - * gcc.target/powerpc/fold-vec-neg-int.p8.c: Specify powerpc_p8vector_ok - requirement for this test. - * gcc.target/powerpc/fold-vec-neg-int.c: Specify powerpc_p8vector_ok - requirement, and -mpower8-vector compile option. - -2018-06-26 Jakub Jelinek - - PR target/86314 - * gcc.dg/pr86314.c: New test. - - PR debug/86257 - * gcc.target/i386/pr86257.c: Add -mtls-dialect=gnu to dg-options. - -2018-06-26 Rainer Orth - - * gcc.target/i386/pr86257.c: Require 64-bit. - -2018-06-26 Rainer Orth - - * g++.dg/pr86082.C: Require IBM1047 support. - -2018-06-26 Richard Biener - - PR middle-end/86271 - * gcc.dg/pr86271.c: New testcase. - -2018-06-26 Alexandre Oliva - - PR debug/86064 - * gcc.dg/pr86064.c: New. - -2018-06-25 Jeff Law - - * lib/target-supports.exp - (check_effective_target_logical_op_short_circuit): Add v850. - -2018-06-25 Martin Sebor - - PR tree-optimization/86204 - * gcc.dg/strlenopt-46.c: New test. - -2018-06-25 Martin Sebor - - PR tree-optimization/85700 - * gcc.dg/Wstringop-truncation-4.c: New test. - -2018-06-25 Fritz Reese - - PR fortran/82972 - PR fortran/83088 - PR fortran/85851 - * gfortran.dg/init_flag_17.f90: New testcase. - -2018-06-25 Carl Love - - * gcc.target/powerpc/p9-extract-1.c: Make second argument of - vec_extract a signed int. Add vec_extract tests for bool char - and bool int. - * gcc.target/powerpc/p9-extract-4.c: New test file for long long - vec_extract tests. - -2018-06-25 Tom de Vries - - * lib/gcc-gdb-test.exp (report_gdb): Handle gdb -v failure. - -2018-06-25 Jakub Jelinek - - PR target/84786 - * gcc.target/i386/avx512f-pr84786-3.c: New test. - -2018-06-25 Eric Botcazou - - * gnat.dg/sso9.adb: New testcase. - * gnat.dg/sso9_pkg.ads: Likewise. - -2018-06-25 Tom de Vries - - PR debug/86257 - * gcc.target/i386/pr86257.c: New test. - -2018-06-25 Andreas Krebbel - - PR C++/86082 - * g++.dg/pr86082.C: New test. - -2018-06-24 Tom de Vries - - * g++.dg/guality/guality.exp: Don't use which on gdb arg to report_gdb. - * gcc.dg/guality/guality.exp: Same. - * gfortran.dg/guality/guality.exp: Same. - * lib/gcc-gdb-test.exp: Do early out if which gdb fails. - -2018-06-23 Paolo Carlini - - * g++.dg/concepts/locations1.C: New. - * g++.dg/cpp0x/locations1.C: Likewise. - * g++.dg/cpp1z/inline-var2.C: Test locations too. - * g++.dg/cpp1z/inline-var3.C: Likewise. - -2018-06-22 Paul Thomas - - PR fortran/86281 - * gfortran.dg/assumed_charlen_function_7.f90: Add -std=legacy. - -2018-06-22 Kelvin Nilsen - - * gcc.target/powerpc/builtins-3-p8.c (test_pack_float): Remove - this test. - * gcc.target/powerpc/builtins-9.c: New test. - * gcc.target/powerpc/fold-vec-pack-double.c: Modify dg directives - to expect different code generation on big-endian vs. - little-endian targets. - -2018-06-22 Tom de Vries - - * g++.dg/guality/guality.exp (guality_gdb_name): Default to - $rootme/../gdb/gdb, if available. - * gcc.dg/guality/guality.exp (guality_gdb_name): Same. - * gfortran.dg/guality/guality.exp (guality_gdb_name): Same. - -2018-06-22 Tom de Vries - - * lib/gcc-gdb-test.exp (report_gdb): New proc. - * g++.dg/guality/guality.exp: Use report_gdb. - * gcc.dg/guality/guality.exp: Same. - * gfortran.dg/guality/guality.exp: Same. - -2018-06-22 Jakub Jelinek - - PR c++/85662 - * g++.dg/ext/offsetof3.C: New test. - -2018-06-22 Carl Love - - * gcc.target/powerpc/altivec-7.c: Add qualifiers for counts on AIX - versus Linux. Change checks for xxlnor, xxland and xxlxor to also look - for the vnor, vand and vxor instructions. - * gcc.target/powerpc/builtins-1.c: Move vec_or tests to a new file. - Remove counts for xxlor. Fix match on bl __divdi3 and bl __udivdi3. - * gcc.target/powerpc/builtins-4.c: Fix matching for vsl instructions. - * gcc.target/powerpc/builtins-5.c: New test file for vec_or test cases. - * gcc.target/powerpc/vsx-vector-6.p7.c: Fix xxlnor BE expected count. - Add -dp to dg-options, update expected counts. - -2018-06-22 Paul Koning - - * gcc.c-torture/execute/builtins/lib/chk.c: Use smaller alignment - if pdp11. - * gcc.c-torture/compile/20010518-2.c: Skip if pdp11 -mint32. - * gcc.c-torture/compile/20040101-1.c: Ditto. - * gcc.c-torture/compile/20050622-1.c: Ditto. - * gcc.c-torture/compile/20080625-1.c: Ditto. - * gcc.c-torture/compile/20090107-1.c: Ditto. - * gcc.c-torture/compile/920501-12.c: Ditto. - * gcc.c-torture/compile/920501-4.c: Ditto. - * gcc.c-torture/compile/961203-1.c: Ditto. - * gcc.c-torture/compile/limits-externdecl.c: Ditto. - * gcc.c-torture/compile/pr25310.c: Ditto. - -2018-06-22 Cesar Philippidis - James Norris - Thomas Schwinge - Tom de Vries - - * c-c++-common/goacc/deviceptr-4.c: New file. - * c-c++-common/goacc/kernels-counter-var-redundant-load.c: - Likewise. - * c-c++-common/goacc/kernels-loop-data-2.c: Likewise. - * c-c++-common/goacc/kernels-loop-data-enter-exit-2.c: Likewise. - * c-c++-common/goacc/kernels-loop-data-enter-exit.c: Likewise. - * c-c++-common/goacc/kernels-loop-data-update.c: Likewise. - * c-c++-common/goacc/kernels-loop-data.c: Likewise. - * c-c++-common/goacc/kernels-parallel-loop-data-enter-exit.c: - Likewise. - * c-c++-common/goacc/parallel-reduction.c: Likewise. - * c-c++-common/goacc/private-reduction-1.c: Likewise. - * gfortran.dg/goacc/kernels-parallel-loop-data-enter-exit.f95: - Likewise. - * gfortran.dg/goacc/modules.f95: Likewise. - * gfortran.dg/goacc/routine-8.f90: Likewise. - * gfortran.dg/goacc/routine-level-of-parallelism-1.f90: Likewise. - -2018-06-21 Michael Meissner - - * gcc.target/powerpc/pack02.c: Use __ibm128 instead of long double - if the long double format is IEEE 128-bit for tests that are - explicitly testing IBM extended double support. Use the - appropriate pack and unpack built-in functions. Change calls from - __builtin_isinfl to __builtin_isinf since the later supports all - floating point types. - * gcc.target/powerpc/pr57150.c: Likewise. - * gcc.target/powerpc/pr60203.c: Likewise. - * gcc.target/powerpc/pr67808.c: Likewise. - * gcc.target/powerpc/pr70117.c: Likewise. - * gcc.target/powerpc/tfmode_off.c: Likewise. - -2018-06-21 Paul Thomas - - PR fortran/49630 - * gfortran.dg/assumed_charlen_function_7.f90: New test. - -2018-06-21 Paul Thomas - - PR fortran/83118 - * gfortran.dg/unlimited_polymorphic_30.f03: New test. - -2018-06-21 Tom de Vries - - * gcc.dg/guality/pr45882.c (a): Add used attribute. - -2018-06-21 Tom de Vries - - PR tree-optimization/85859 - * gcc.dg/pr85859.c: New test. - -2018-06-21 Richard Biener - - PR tree-optimization/86232 - * gcc.dg/torture/pr86232.c: New testcase. - -2018-06-21 Andre Vieira - - * gcc/gcc.target/aarch64/aes_xor_combine.c: New test. - -2018-06-21 Andre Vieira - - * gcc/gcc.target/aarch64/aes_2.c: New test. - -2018-06-20 Than McIntosh - - PR libgcc/86213 - * gcc.dg/split-8.c: New. - -2018-06-20 Kelvin Nilsen - - * gcc.target/powerpc/builtins-1.c: Adjust dg directives to scan - for vpkudus in place of vpksdus. - * gcc.target/powerpc/builtins-3-p8.c: Likewise. - -2018-06-20 Nathan Sidwell - - PR c++/85634 - * g++.dg/lookup/pr85634-2.C: New. - -2018-06-20 Paolo Carlini - - * g++.dg/template/friend65.C: New. - * g++.dg/cpp0x/main1.C: Likewise. - * g++.dg/other/main2.C: Likewise. - * g++.dg/other/main3.C: Likewise. - * g++.dg/template/friend42.C: Test location too. - * g++.dg/concepts/decl-diagnose.C: Likewise. - * g++.dg/warn/main-2.C: Update. - -2018-06-20 Chung-Lin Tang - Thomas Schwinge - Cesar Philippidis - - * c-c++-common/goacc/declare-1.c: Update test case to utilize OpenACC - 2.5 data clause semantics. - * c-c++-common/goacc/declare-2.c: Likewise. - * c-c++-common/goacc/default-4.c: Likewise. - * c-c++-common/goacc/finalize-1.c: New test. - * c-c++-common/goacc/kernels-alias-2.c: Update test case to utilize - OpenACC 2.5 data clause semantics. - * c-c++-common/goacc/kernels-alias.c: Likewise. - * c-c++-common/goacc/routine-5.c: Likewise. - * c-c++-common/goacc/update-if_present-1.c: New test. - * c-c++-common/goacc/update-if_present-2.c: New test. - * g++.dg/goacc/template.C: Update test case to utilize OpenACC - 2.5 data clause semantics. - * gfortran.dg/goacc/combined-directives.f90: Likewise. - * gfortran.dg/goacc/data-tree.f95: Likewise. - * gfortran.dg/goacc/declare-2.f95: Likewise. - * gfortran.dg/goacc/default-4.f: Likewise. - * gfortran.dg/goacc/enter-exit-data.f95: Likewise. - * gfortran.dg/goacc/finalize-1.f: New test. - * gfortran.dg/goacc/kernels-alias-2.f95: Update test case to utilize - OpenACC 2.5 data clause semantics. - * gfortran.dg/goacc/kernels-alias.f95: Likewise. - * gfortran.dg/goacc/kernels-tree.f95: Likewise. - * gfortran.dg/goacc/nested-function-1.f90: Likewise. - * gfortran.dg/goacc/parallel-tree.f95: Likewise. - * gfortran.dg/goacc/reduction-promotions.f90: Likewise. - * gfortran.dg/goacc/update-if_present-1.f90: New test. - * gfortran.dg/goacc/update-if_present-2.f90: New test. - -2018-06-20 Jakub Jelinek - - PR c++/86210 - * g++.dg/warn/Wnonnull4.C: New test. - -2018-06-20 Marek Polacek - - PR c++/86240 - * g++.dg/pr86240.C: New test. - -2018-06-20 Jakub Jelinek - - PR debug/86194 - * gcc.target/i386/pr86194.c: New test. - - PR tree-optimization/86231 - * gcc.dg/tree-ssa/vrp119.c: New test. - * gcc.c-torture/execute/pr86231.c: New test. - -2018-06-20 Tom de Vries - - PR tree-optimization/86097 - * gcc.dg/autopar/pr86097.c: New test. - -2018-06-20 Nathan Sidwell - - PR c++/85634 - * g++.dg/lookup/pr85634.C: New. - -2018-06-20 Kyrylo Tkachov - - * gcc.target/aarch64/ldp_stp_q.c: New test. - * gcc.target/aarch64/stp_vec_128_1.c: Likewise. - * gcc.target/aarch64/ldp_stp_q_disable.c: Likewise. - -2018-06-20 Martin Liska - - * gcc.dg/tree-ssa/vrp104.c: Grep just for GIMPLE IL. - -2018-06-19 Martin Sebor - - PR tree-optimization/48560 - * gcc.dg/Warray-bounds-28.c: New test. - -2018-06-19 Martin Sebor - - PR middle-end/85602 - * c-c++-common/attr-nonstring-8.c: Adjust text of expected warning - to also match C++. - -2018-06-19 Jan Hubicka - - * g++.dg/lto/pr84805_0.C: Update template. - * g++.dg/lto/pr84805_1.C: Update template. - -2018-06-19 Eric Botcazou - - * gnat.dg/aggr24.adb: New test. - * gnat.dg/aggr24_pkg.ad[sb]: New helper. - -2018-06-19 Richard Biener - - PR tree-optimization/86179 - * gcc.dg/pr86179.c: New testcase. - -2018-06-18 Martin Sebor - - PR middle-end/85602 - * gcc.dg/attr-nonstring-2.c: Adjust text of expected warning. - * c-c++-common/attr-nonstring-8.c: New test. - -2018-06-18 Martin Sebor - - PR tree-optimization/81384 - * gcc.c-torture/execute/builtins/lib/strnlen.c: New test. - * gcc.c-torture/execute/builtins/strnlen-lib.c: New test. - * gcc.c-torture/execute/builtins/strnlen.c: New test. - * gcc.dg/attr-nonstring-2.c: New test. - * gcc.dg/attr-nonstring-3.c: New test. - * gcc.dg/attr-nonstring-4.c: New test. - * gcc.dg/strlenopt-45.c: New test. - * gcc.dg/strlenopt.h (strnlen): Declare. - -2018-06-18 Wilco Dijkstra - - PR tree-optimization/86076 - * gcc.dg/pr86076.c: Add target pthread for bare-metal targets. - -2018-06-18 Wilco Dijkstra - - PR tree-optimization/64946 - * gcc.target/aarch64/vect-abs-compile.c: Remove xfail. - -2018-06-17 Eric Botcazou - - * gcc.dg/debug/dwarf2/pr37726.c: Move to... - * gcc.dg/guality/pr37726.c: ...here and turn into GDB test. - * gnat.dg/stack_usage5.adb: New test. - -2018-06-16 Kugan Vivekanandarajah - - PR middle-end/82479 - * gcc.dg/tree-ssa/popcount.c: New test. - * gcc.dg/tree-ssa/popcount2.c: New test. - -2018-06-16 Kugan Vivekanandarajah - - PR middle-end/64946 - * gcc.dg/absu.c: New test. - * gcc.dg/gimplefe-29.c: New test. - * gcc.target/aarch64/pr64946.c: New test. - -2018-06-15 Jakub Jelinek - - PR c/86093 - * c-c++-common/pr86093.c: New test. - - PR middle-end/85878 - * gfortran.fortran-torture/compile/pr85878.f90: New test. - - PR middle-end/86123 - * gcc.c-torture/compile/pr86123.c: New test. - -2018-06-15 Tom de Vries - - * gcc.dg-selftests/dg-final.exp: Force sequential execution. - -2018-06-15 Nick Clifton - - PR 84195 - * gcc.c-torture/compile/pr84195.c: New test. - -2018-06-15 Richard Biener - - PR middle-end/86159 - * g++.dg/pr86159.C: New testcase. - -2018-06-15 Richard Biener - - PR middle-end/86076 - * gcc.dg/pr86076.c: New testcase. - -2018-06-14 Marek Polacek - - PR c++/86063 - * g++.dg/cpp0x/gen-attrs-65.C: New test. - -2018-06-14 Jakub Jelinek - - PR target/86048 - * gcc.target/i386/pr86048.c: Require sse2 effective target. Add - -msse2 to dg-options. - - PR middle-end/86122 - * gcc.c-torture/compile/pr86122.c: New test. - - P0624R2 - Default constructible and assignable stateless lambdas - * g++.dg/cpp2a/lambda1.C: New test. - * g++.dg/cpp0x/lambda/lambda-ice2.C: Adjust expected diagnostics - for -std=c++2a. - -2018-06-14 Paolo Carlini - - * g++.dg/other/static3.C: New. - * g++.dg/other/static4.C: Likewise. - * g++.dg/warn/Wshadow-15.C: Likewise. - * g++.dg/cpp0x/gnu_fext-numeric-literals.C: Test locations too. - * g++.dg/cpp0x/std_fext-numeric-literals.C: Likewise. - * g++.dg/cpp0x/std_fno-ext-numeric-literals.C: Likewise. - * g++.dg/cpp0x/udlit-args-neg.C: Likewise. - * g++.dg/cpp0x/udlit-clink-neg.C: Likewise. - * g++.dg/cpp0x/udlit-extern-c.C: Likewise. - * g++.dg/cpp0x/udlit-member-neg.C: Likewise. - -2018-06-14 Jakub Jelinek - - PR target/85945 - * gcc.c-torture/compile/pr85945.c: New test. - -2018-06-14 Richard Biener - - PR ipa/86124 - * gcc.dg/pr86124.c: New testcase. - -2018-06-13 Martin Sebor - - PR tree-optimization/86114 - * gcc.dg/pr86114.c: New test. - -2018-06-13 Steven G. Kargl - - PR fortran/86110 - * gfortran.dg/pr86110.f90: New test. - -2018-06-13 Cesar Philippidis - - PR fortran/85703 - * gfortran.dg/goacc/pr85703.f90: New test. - * gfortran.dg/gomp/pr85703.f90: New test. - -2018-06-13 Cesar Philippidis - - PR fortran/85702 - * gfortran.dg/goacc/pr85702.f90: New test. - -2018-06-13 Eric Botcazou - - * gcc.target/i386/pr86048.c: New test. - -2018-06-12 Claudiu Zissulescu - - * gcc.target/arc/fma-1.c: New test. - -2018-06-12 Claudiu Zissulescu - - * gcc.target/arc/pr9001107555.c: New file. - -2018-06-12 Richard Sandiford - - * g++.dg/torture/aarch64-vect-init-1.C: New test. - -2018-06-12 Paolo Carlini - - * g++.dg/init/delete3.C: New. - * g++.dg/init/new49.C: Likewise. - * g++.dg/init/new25.C: Test locations too. - * g++.dg/template/new4.C: Likewise. - * g++.old-deja/g++.jason/operator.C: Likewise. - -2018-06-12 Marek Polacek - - Core issue 1331 - const mismatch with defaulted copy constructor - * g++.dg/cpp0x/defaulted15.C (struct F): Remove dg-error. - * g++.dg/cpp0x/defaulted52.C: New test. - * g++.dg/cpp0x/defaulted53.C: New test. - * g++.dg/cpp0x/defaulted54.C: New test. - * g++.dg/cpp0x/defaulted55.C: New test. - * g++.dg/cpp0x/defaulted56.C: New test. - * g++.dg/cpp0x/defaulted57.C: New test. - * g++.dg/cpp0x/defaulted58.C: New test. - * g++.dg/cpp0x/defaulted59.C: New test. - * g++.dg/cpp0x/defaulted60.C: New test. - -2018-06-12 David Malcolm - - PR other/69968 - * gcc.dg/spellcheck-transposition.c: New test. - -2018-06-12 Steven G. Kargl - - PR fortran/44491 - * gfortran.dg/pr44491.f90: New testcase - -2018-06-12 Martin Sebor - - PR tree-optimization/85259 - * gcc.dg/Wstringop-overflow-5.c: New test. - * gcc.dg/Wstringop-overflow-6.c: New test. - -2018-06-12 Martin Sebor - - PR c/85931 - * gcc.dg/Wstringop-truncation-3.c: New test. - -2018-06-12 Will Schmidt - - * gcc.target/powerpc/p8-vec-xl-xst-v2.c: New. - * gcc.target/powerpc/p8-vec-xl-xst.c: Disable gimple-folding. - * gcc.target/powerpc/swaps-p8-17.c: Same. - -2018-06-12 Will Schmidt - - * gcc.target/powerpc/fold-vec-store-vec_vsx_st-char.c: New. - * gcc.target/powerpc/fold-vec-store-vec_vsx_st-double.c: New. - * gcc.target/powerpc/fold-vec-store-vec_vsx_st-float.c: New. - * gcc.target/powerpc/fold-vec-store-vec_vsx_st-int.c: New. - * gcc.target/powerpc/fold-vec-store-vec_vsx_st-longlong.c: New. - * gcc.target/powerpc/fold-vec-store-vec_vsx_st-short.c: New. - -2018-06-12 Will Schmidt - - * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-char.c: New. - * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-double.c: New. - * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-float.c: New. - * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-int.c: New. - * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-longlong.c: New. - * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-short.c: New. - -2018-06-12 Will Schmidt - - * gcc.target/powerpc/fold-vec-store-vec_xst-char.c: New. - * gcc.target/powerpc/fold-vec-store-vec_xst-double.c: New. - * gcc.target/powerpc/fold-vec-store-vec_xst-float.c: New. - * gcc.target/powerpc/fold-vec-store-vec_xst-int.c: New. - * gcc.target/powerpc/fold-vec-store-vec_xst-longlong.c: New. - * gcc.target/powerpc/fold-vec-store-vec_xst-short.c: New. - -2018-06-12 Will Schmidt - - * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-char.c: New. - * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-double.c: New. - * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-float.c: New. - * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-int.c: New. - * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-longlong.c: New. - * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-short.c: New. - -2018-06-12 Will Schmidt - - * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-char.c: New. - * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-double.c: New. - * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-float.c: New. - * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-int.c: New. - * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-longlong.c: New. - * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-short.c: New. - -2018-06-12 Will Schmidt - - * gcc.target/powerpc/fold-vec-load-vec_xl-char.c: New testcase. - * gcc.target/powerpc/fold-vec-load-vec_xl-double.c: New testcase. - * gcc.target/powerpc/fold-vec-load-vec_xl-float.c: New testcase. - * gcc.target/powerpc/fold-vec-load-vec_xl-int.c: New testcase. - * gcc.target/powerpc/fold-vec-load-vec_xl-longlong.c: New testcase. - * gcc.target/powerpc/fold-vec-load-vec_xl-short.c: New testcase. - -2018-06-12 Martin Liska - - * g++.dg/opt/mpx.C: New test. - * gcc.target/i386/mpx.c: New test. - -2018-06-12 Claudiu Zissulescu - - * gcc.target/arc/builtin_simdarc.c: Update test. - * gcc.target/arc/mulsi3_highpart-2.c: Likewise. - * gcc.target/arc/tumaddsidi4.c: Likewise. - -2018-06-12 Eric Botcazou - - * gnat.dg/opt72a.ad[sb]: New test. - * gnat.dg/opt72_pkg.ads: New helper. - -2018-06-12 Tom de Vries - - * gcc.dg-selftests/dg-final.exp: New file. - -2018-06-11 Paolo Carlini - - * g++.dg/lookup/new2.C: Test locations too. - * g++.dg/other/ellipsis1.C: Likewise. - * g++.dg/other/operator1.C: Likewise. - * g++.dg/other/operator2.C: Likewise. - * g++.dg/overload/operator2.C: Likewise. - * g++.dg/parse/defarg11.C: Likewise. - * g++.dg/parse/operator4.C: Likewise. - * g++.dg/template/error30.C: Likewise. - * g++.dg/template/explicit-args3.C: Likewise. - * g++.dg/warn/effc1.C: Likewise. - * g++.old-deja/g++.brendan/prepost2.C: Likewise. - * g++.old-deja/g++.brendan/prepost3.C: Likewise. - * g++.old-deja/g++.bugs/900215_01.C: Likewise. - * g++.old-deja/g++.jason/conversion5.C: Likewise. - * g++.old-deja/g++.jason/operator.C: Likewise. - -2018-06-11 Martin Sebor - - PR tree-optimization/86083 - * gcc.dg/strlenopt-44.c: New test. - -2018-06-11 Janus Weil - - PR fortran/45521 - * gfortran.dg/generic_32.f90: New test. - * gfortran.dg/generic_33.f90: New test. - -2018-06-11 Carl Love - * gcc.target/powerpc/altivec-7.c (main): Remove tests - vec_unpackh(vecubi[0]) and vec_unpackl(vecubi[0]) returning - long long bool. Remove duplicate dg-final for xxlxor. Update - dg-final instruction counts. - * gcc.target/powerpc/altivec-37.c (main): New file for - tests vec_unpackh and vec_unpackl returning long long bool and - long long int. - -2018-06-11 Martin Liska - - PR tree-optimization/86089 - * gcc.dg/tree-ssa/pr86089.c: New test. - -2018-06-11 Julia Koval - - * gcc.target/i386/avx512fvl-vaes-1.c: Remove 128bit versions from test. - * gcc.target/i386/vpclmulqdq.c: Ditto. - -2018-06-11 Olivier Hainque - - * gnat.dg/lang-dw2.adb: New test. - * gnat.dg/lang-dw3.adb: New test. - -2018-06-11 Hristian Kirtchev - - * gnat.dg/assertion_policy1.adb, gnat.dg/assertion_policy1_pkg.adb, - gnat.dg/assertion_policy1_pkg.ads: New testcase. - -2018-06-11 Ed Schonberg - - * gnat.dg/predicate1.adb: New testcase. - -2018-06-11 Yannick Moy - - * gnat.dg/spark1.adb, gnat.dg/spark1.ads: New testcase. - -2018-06-11 Hristian Kirtchev - - * gnat.dg/gnat_array_split1.adb, gnat.dg/gnat_array_split1.ads: New - testcase. - -2018-06-11 Javier Miranda - - * gnat.dg/prot4.adb: New testcase. - -2018-06-11 Yannick Moy - - * gnat.dg/part_of1-instantiation.adb, - gnat.dg/part_of1-instantiation.ads, - gnat.dg/part_of1-private_generic.adb, - gnat.dg/part_of1-private_generic.ads, gnat.dg/part_of1.ads: New - testcase. - -2018-06-11 Piotr Trojanek - - * gnat.dg/contract1.adb: New testcase. - -2018-06-11 Javier Miranda - - * gnat.dg/aggr23.adb, gnat.dg/aggr23_q.adb, gnat.dg/aggr23_tt.ads: New - testcase. - -2018-06-11 Ed Schonberg - - * gnat.dg/inline_always1.adb: New testcase. - -2018-06-11 Ed Schonberg - - * gnat.dg/nested_generic2.adb, gnat.dg/nested_generic2.ads, - gnat.dg/nested_generic2_g1.adb, gnat.dg/nested_generic2_g1.ads, - gnat.dg/nested_generic2_g2.ads: New testcase. - -2018-06-10 Paolo Carlini - - * g++.dg/template/friend64.C: New. - * g++.old-deja/g++.other/friend4.C: Test the location too. - * g++.old-deja/g++.pt/crash23.C: Likewise. - -2018-06-10 Thomas Koenig - - * gfortran.dg/inline_matmul_23.f90: New test. - -2018-06-10 Janus Weil - - PR fortran/85088 - * gfortran.dg/intent_decl_1.f90: New test case. - -2018-06-09 Steven G. Kargl - - * gfortran.dg/ieee/ieee_4.f90: xfail on i?86-*-freebsd* - * gfortran.dg/ieee/large_4.f90: Ditto. - * gfortran.dg/round_4.f90: Ditto. - -2018-06-09 Steven G. Kargl - - PR fortran/38351 - * gfortran.dg/pr38351.f90: New test. - * gfortran.dg/typebound_operator_4.f03: Adjust for new error message. - -2018-06-09 Steven G. Kargl - - PR fortran/85138 - PR fortran/85996 - PR fortran/86051 - * gfortran.dg/pr85138_1.f90: New test. - * gfortran.dg/pr85138_2.f90: Ditto. - * gfortran.dg/pr85996.f90: Ditto. - -2018-06-09 Steven G. Kargl - - PR fortran/78278 - * gfortran.dg/data_bounds_1.f90: Add -std=gnu option. - * gfortran.dg/data_char_1.f90: Ditto. - * gfortran.dg/pr78571.f90: Ditto. - * gfortran.dg/pr78278.f90: New test. - -2018-06-09 Steven G. Kargl - - PR fortran/63514 - * gfortran.dg/pr63514.f90: New test. - -2018-06-08 Thomas Koenig - - PR fortran/85631 - * gfortran.dg/bounds_check_20.f90: New test. - -2018-06-08 Carl Love - - * gcc.target/powerpc/p8vector-builtin-3.c: Add vec_pack test. Update - vpkudum counts. - * gcc.target/powerpc/p9-extract-3.c: Make second argument of - vec_extract a signed int. - * gcc.target/powerpc/vec-cmp.c: Add vec_cmple, vec_cmpge tests. Update, - vcmpgtsb, vcmpgtub, vcmpgtsh, vcmpgtuh, vcmpgtsw, vcmpgtsw, vcmpgtuw, - vcmpgtsd, vcmpgtud. - * gcc.target/powerpc/vsx-extract-4.c: Make second argument of - vec_extract a signed int. - * gcc.target/powerpc/vsx-extract-5.c: Make second argument of - vec_extract a signed int. - * gcc.target/powerpc/vsx-vector-7.c (foo): Add tests for vec_sel and - vec_xor builtins. Update xxsel, xxlxor counts. - -2018-06-08 Steven G. Kargl - - PR fortran/86059 - * gfortran.dg/associate_30.f90: Remove code tested ... - * gfortran.dg/pr67803.f90: Ditto. - * gfortran.dg/pr67805.f90: Ditto. - * gfortran.dg/pr86059.f90: ... here. New test. - -2018-06-08 Steven G. Kargl - - PR fortran/78571 - * gfortran.dg/pr78571.f90: New test. - -2018-06-08 Peter Bergner - - PR target/85755 - * gcc.target/powerpc/pr85755.c: New test. - -2018-06-08 Carl Love - - * gcc.target/powerpc/vsx-vector-6-be.p7.c: Rename this file to - vsx-vector-6.p7.c. - * gcc.target/powerpc/vsx-vector-6-le.p9.c: Rename this file to - vsx-vector-6.p9.c. - * gcc.target/powerpc/vsx-vector-6-be.p8.c: Move instruction counts - for BE system that are different then for an LE system from this file - into vsx-vector-6-le.c using be target qualifier. Remove this file. - * gcc.target/powerpc/vsx-vector-6-le.c: Add le qualifiers as needed for - the various instruction counts. Rename file to vsx-vector-6.p8.c. - -2018-06-08 Martin Liska - - * gcc.dg/ipa/ipa-icf-38.c: Scan optimized tree dump. - -2018-06-08 Martin Liska - - * g++.dg/dg.exp: Do not use mpx.exp. - * g++.dg/lto/lto.exp: Likewise. - * g++.dg/lto/pr69729_0.C: Remove. - * g++.dg/opt/pr71529.C: Remove. - * g++.dg/pr63995-1.C: Remove. - * g++.dg/pr68270.C: Remove. - * g++.dg/pr71624.C: Remove. - * g++.dg/pr71633.C: Remove. - * g++.dg/pr79761.C: Remove. - * g++.dg/pr79764.C: Remove. - * g++.dg/pr79769.C: Remove. - * gcc.dg/lto/chkp-privatize-1_0.c: Remove. - * gcc.dg/lto/chkp-privatize-2_0.c: Remove. - * gcc.dg/lto/chkp-privatize_0.c: Remove. - * gcc.dg/lto/chkp-removed-alias_0.c: Remove. - * gcc.dg/lto/chkp-static-bounds_0.c: Remove. - * gcc.dg/lto/chkp-wrap-asm-name_0.c: Remove. - * gcc.dg/lto/lto.exp: Do not use mpx.exp. - * gcc.dg/lto/pr66221_0.c: Remove. - * gcc.target/i386/chkp-always_inline.c: Remove. - * gcc.target/i386/chkp-bndret.c: Remove. - * gcc.target/i386/chkp-builtins-1.c: Remove. - * gcc.target/i386/chkp-builtins-2.c: Remove. - * gcc.target/i386/chkp-builtins-3.c: Remove. - * gcc.target/i386/chkp-builtins-4.c: Remove. - * gcc.target/i386/chkp-const-check-1.c: Remove. - * gcc.target/i386/chkp-const-check-2.c: Remove. - * gcc.target/i386/chkp-hidden-def.c: Remove. - * gcc.target/i386/chkp-label-address.c: Remove. - * gcc.target/i386/chkp-lifetime-1.c: Remove. - * gcc.target/i386/chkp-narrow-bounds.c: Remove. - * gcc.target/i386/chkp-pr69044.c: Remove. - * gcc.target/i386/chkp-remove-bndint-1.c: Remove. - * gcc.target/i386/chkp-remove-bndint-2.c: Remove. - * gcc.target/i386/chkp-strchr.c: Remove. - * gcc.target/i386/chkp-strlen-1.c: Remove. - * gcc.target/i386/chkp-strlen-2.c: Remove. - * gcc.target/i386/chkp-strlen-3.c: Remove. - * gcc.target/i386/chkp-strlen-4.c: Remove. - * gcc.target/i386/chkp-strlen-5.c: Remove. - * gcc.target/i386/chkp-stropt-1.c: Remove. - * gcc.target/i386/chkp-stropt-10.c: Remove. - * gcc.target/i386/chkp-stropt-11.c: Remove. - * gcc.target/i386/chkp-stropt-12.c: Remove. - * gcc.target/i386/chkp-stropt-13.c: Remove. - * gcc.target/i386/chkp-stropt-14.c: Remove. - * gcc.target/i386/chkp-stropt-15.c: Remove. - * gcc.target/i386/chkp-stropt-16.c: Remove. - * gcc.target/i386/chkp-stropt-17.c: Remove. - * gcc.target/i386/chkp-stropt-2.c: Remove. - * gcc.target/i386/chkp-stropt-3.c: Remove. - * gcc.target/i386/chkp-stropt-4.c: Remove. - * gcc.target/i386/chkp-stropt-5.c: Remove. - * gcc.target/i386/chkp-stropt-6.c: Remove. - * gcc.target/i386/chkp-stropt-7.c: Remove. - * gcc.target/i386/chkp-stropt-8.c: Remove. - * gcc.target/i386/chkp-stropt-9.c: Remove. - * gcc.target/i386/i386.exp: Do not use mpx.exp. - * gcc.target/i386/indirect-thunk-11.c: Remove. - * gcc.target/i386/indirect-thunk-12.c: Remove. - * gcc.target/i386/indirect-thunk-attr-12.c: Remove. - * gcc.target/i386/indirect-thunk-attr-13.c: Remove. - * gcc.target/i386/indirect-thunk-bnd-1.c: Remove. - * gcc.target/i386/indirect-thunk-bnd-2.c: Remove. - * gcc.target/i386/indirect-thunk-bnd-3.c: Remove. - * gcc.target/i386/indirect-thunk-bnd-4.c: Remove. - * gcc.target/i386/interrupt-bnd-err-1.c: Remove. - * gcc.target/i386/interrupt-bnd-err-2.c: Remove. - * gcc.target/i386/mpx/alloca-1-lbv.c: Remove. - * gcc.target/i386/mpx/alloca-1-nov.c: Remove. - * gcc.target/i386/mpx/alloca-1-ubv.c: Remove. - * gcc.target/i386/mpx/arg-addr-1-lbv.c: Remove. - * gcc.target/i386/mpx/arg-addr-1-nov.c: Remove. - * gcc.target/i386/mpx/arg-addr-1-ubv.c: Remove. - * gcc.target/i386/mpx/bitfields-1-lbv.c: Remove. - * gcc.target/i386/mpx/bitfields-1-nov.c: Remove. - * gcc.target/i386/mpx/bitfields-1-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-1-lbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-1-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-1-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-2.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-lbounds-1-lbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-lbounds-1-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-lbounds-2.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-ubounds-1-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-ubounds-1-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-chk-ptr-ubounds-2.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-1.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-2-lbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-2-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-2-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-3.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-get-ptr-lbound-1.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-get-ptr-lbound-2.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-get-ptr-ubound-1.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-get-ptr-ubound-2.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-init-ptr-bounds-1.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-init-ptr-bounds-2-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-init-ptr-bounds-3.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-1.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-2-lbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-2-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-2-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-3-lbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-3-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-3-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-4.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-null-ptr-bounds-1-bbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-1.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-2-lbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-2-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-2-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-1-lbv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-1-nov.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-1-ubv.c: Remove. - * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-2.c: Remove. - * gcc.target/i386/mpx/calloc-1-lbv.c: Remove. - * gcc.target/i386/mpx/calloc-1-nov.c: Remove. - * gcc.target/i386/mpx/calloc-1-ubv.c: Remove. - * gcc.target/i386/mpx/chkp-fix-calls-1.c: Remove. - * gcc.target/i386/mpx/chkp-fix-calls-2.c: Remove. - * gcc.target/i386/mpx/chkp-fix-calls-3.c: Remove. - * gcc.target/i386/mpx/chkp-fix-calls-4.c: Remove. - * gcc.target/i386/mpx/chkp-thunk-comdat-1.cc: Remove. - * gcc.target/i386/mpx/chkp-thunk-comdat-2.cc: Remove. - * gcc.target/i386/mpx/chkp-thunk-comdat-3.c: Remove. - * gcc.target/i386/mpx/fastcall-1-lbv.c: Remove. - * gcc.target/i386/mpx/fastcall-1-nov.c: Remove. - * gcc.target/i386/mpx/fastcall-1-ubv.c: Remove. - * gcc.target/i386/mpx/fastcall-2-lbv.c: Remove. - * gcc.target/i386/mpx/fastcall-2-nov.c: Remove. - * gcc.target/i386/mpx/fastcall-2-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-1-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-1-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-1-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-10-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-10-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-10-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-2-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-2-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-2-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-3-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-3-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-3-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-4-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-4-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-4-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-5-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-5-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-5-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-6-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-6-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-6-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-7-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-7-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-7-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-8-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-8-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-8-ubv.c: Remove. - * gcc.target/i386/mpx/field-addr-9-lbv.c: Remove. - * gcc.target/i386/mpx/field-addr-9-nov.c: Remove. - * gcc.target/i386/mpx/field-addr-9-ubv.c: Remove. - * gcc.target/i386/mpx/frame-address-1-nov.c: Remove. - * gcc.target/i386/mpx/hard-reg-1-nov.c: Remove. - * gcc.target/i386/mpx/hard-reg-2-lbv.c: Remove. - * gcc.target/i386/mpx/hard-reg-2-nov.c: Remove. - * gcc.target/i386/mpx/hard-reg-2-ubv.c: Remove. - * gcc.target/i386/mpx/if-stmt-1-lbv.c: Remove. - * gcc.target/i386/mpx/if-stmt-1-nov.c: Remove. - * gcc.target/i386/mpx/if-stmt-1-ubv.c: Remove. - * gcc.target/i386/mpx/if-stmt-2-lbv.c: Remove. - * gcc.target/i386/mpx/if-stmt-2-nov.c: Remove. - * gcc.target/i386/mpx/if-stmt-2-ubv.c: Remove. - * gcc.target/i386/mpx/label-address-1.c: Remove. - * gcc.target/i386/mpx/legacy-1-nov.c: Remove. - * gcc.target/i386/mpx/macro.c: Remove. - * gcc.target/i386/mpx/malloc-1-lbv.c: Remove. - * gcc.target/i386/mpx/malloc-1-nov.c: Remove. - * gcc.target/i386/mpx/malloc-1-ubv.c: Remove. - * gcc.target/i386/mpx/memcpy-1.c: Remove. - * gcc.target/i386/mpx/memmove-1.c: Remove. - * gcc.target/i386/mpx/memmove-2.c: Remove. - * gcc.target/i386/mpx/memmove-zero-length.c: Remove. - * gcc.target/i386/mpx/mpx-check.h: Remove. - * gcc.target/i386/mpx/mpx-os-support.h: Remove. - * gcc.target/i386/mpx/mpx.exp: Remove. - * gcc.target/i386/mpx/nested-function-1-lbv.c: Remove. - * gcc.target/i386/mpx/nested-function-1-nov.c: Remove. - * gcc.target/i386/mpx/nested-function-1-ubv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-1-lbv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-1-nov.c: Remove. - * gcc.target/i386/mpx/pointer-arg-1-ubv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-2-lbv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-2-nov.c: Remove. - * gcc.target/i386/mpx/pointer-arg-2-ubv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-3-lbv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-3-nov.c: Remove. - * gcc.target/i386/mpx/pointer-arg-3-ubv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-4-lbv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-4-nov.c: Remove. - * gcc.target/i386/mpx/pointer-arg-4-ubv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-5-lbv.c: Remove. - * gcc.target/i386/mpx/pointer-arg-5-nov.c: Remove. - * gcc.target/i386/mpx/pointer-arg-5-ubv.c: Remove. - * gcc.target/i386/mpx/pointer-diff-1.c: Remove. - * gcc.target/i386/mpx/pointer-store-1-lbv.c: Remove. - * gcc.target/i386/mpx/pointer-store-1-nov.c: Remove. - * gcc.target/i386/mpx/pointer-store-1-ubv.c: Remove. - * gcc.target/i386/mpx/pr65508.c: Remove. - * gcc.target/i386/mpx/pr65531.cc: Remove. - * gcc.target/i386/mpx/pr66048.cc: Remove. - * gcc.target/i386/mpx/pr66134.c: Remove. - * gcc.target/i386/mpx/pr66566.c: Remove. - * gcc.target/i386/mpx/pr66567.c: Remove. - * gcc.target/i386/mpx/pr66568.c: Remove. - * gcc.target/i386/mpx/pr66569.c: Remove. - * gcc.target/i386/mpx/pr66581.c: Remove. - * gcc.target/i386/mpx/pr68337-1.c: Remove. - * gcc.target/i386/mpx/pr68337-2.c: Remove. - * gcc.target/i386/mpx/pr68416.c: Remove. - * gcc.target/i386/mpx/pr78339.c: Remove. - * gcc.target/i386/mpx/pr79631.c: Remove. - * gcc.target/i386/mpx/pr79633.c: Remove. - * gcc.target/i386/mpx/pr79753.c: Remove. - * gcc.target/i386/mpx/pr79770.c: Remove. - * gcc.target/i386/mpx/pr79987.c: Remove. - * gcc.target/i386/mpx/pr79988.c: Remove. - * gcc.target/i386/mpx/realloc-1-lbv.c: Remove. - * gcc.target/i386/mpx/realloc-1-nov.c: Remove. - * gcc.target/i386/mpx/realloc-1-ubv.c: Remove. - * gcc.target/i386/mpx/realloc-2-lbv.c: Remove. - * gcc.target/i386/mpx/realloc-2-nov.c: Remove. - * gcc.target/i386/mpx/realloc-2-ubv.c: Remove. - * gcc.target/i386/mpx/reference-1-lbv.cpp: Remove. - * gcc.target/i386/mpx/reference-1-nov.cpp: Remove. - * gcc.target/i386/mpx/reference-1-ubv.cpp: Remove. - * gcc.target/i386/mpx/reference-2-lbv.cpp: Remove. - * gcc.target/i386/mpx/reference-2-nov.cpp: Remove. - * gcc.target/i386/mpx/reference-2-ubv.cpp: Remove. - * gcc.target/i386/mpx/reference-3-lbv.cpp: Remove. - * gcc.target/i386/mpx/reference-3-nov.cpp: Remove. - * gcc.target/i386/mpx/reference-3-ubv.cpp: Remove. - * gcc.target/i386/mpx/reference-4-lbv.cpp: Remove. - * gcc.target/i386/mpx/reference-4-nov.cpp: Remove. - * gcc.target/i386/mpx/reference-4-ubv.cpp: Remove. - * gcc.target/i386/mpx/return-pointer-1-lbv.c: Remove. - * gcc.target/i386/mpx/return-pointer-1-nov.c: Remove. - * gcc.target/i386/mpx/return-pointer-1-ubv.c: Remove. - * gcc.target/i386/mpx/return-struct-1-lbv.c: Remove. - * gcc.target/i386/mpx/return-struct-1-nov.c: Remove. - * gcc.target/i386/mpx/return-struct-1-ubv.c: Remove. - * gcc.target/i386/mpx/return-struct-2-lbv.c: Remove. - * gcc.target/i386/mpx/return-struct-2-nov.c: Remove. - * gcc.target/i386/mpx/return-struct-2-ubv.c: Remove. - * gcc.target/i386/mpx/return-struct-3-lbv.c: Remove. - * gcc.target/i386/mpx/return-struct-3-nov.c: Remove. - * gcc.target/i386/mpx/return-struct-3-ubv.c: Remove. - * gcc.target/i386/mpx/return-struct-4-lbv.c: Remove. - * gcc.target/i386/mpx/return-struct-4-nov.c: Remove. - * gcc.target/i386/mpx/return-struct-4-ubv.c: Remove. - * gcc.target/i386/mpx/return-struct-5-lbv.c: Remove. - * gcc.target/i386/mpx/return-struct-5-nov.c: Remove. - * gcc.target/i386/mpx/return-struct-5-ubv.c: Remove. - * gcc.target/i386/mpx/return-struct-6-lbv.c: Remove. - * gcc.target/i386/mpx/return-struct-6-nov.c: Remove. - * gcc.target/i386/mpx/return-struct-6-ubv.c: Remove. - * gcc.target/i386/mpx/sincos-1-nov.c: Remove. - * gcc.target/i386/mpx/static-array-1-lbv.c: Remove. - * gcc.target/i386/mpx/static-array-1-nov.c: Remove. - * gcc.target/i386/mpx/static-array-1-ubv.c: Remove. - * gcc.target/i386/mpx/static-init-1-lbv.c: Remove. - * gcc.target/i386/mpx/static-init-1-nov.c: Remove. - * gcc.target/i386/mpx/static-init-1-ubv.c: Remove. - * gcc.target/i386/mpx/static-init-2-lbv.c: Remove. - * gcc.target/i386/mpx/static-init-2-nov.c: Remove. - * gcc.target/i386/mpx/static-init-2-ubv.c: Remove. - * gcc.target/i386/mpx/static-init-3-lbv.c: Remove. - * gcc.target/i386/mpx/static-init-3-nov.c: Remove. - * gcc.target/i386/mpx/static-init-3-ubv.c: Remove. - * gcc.target/i386/mpx/static-init-4-lbv.c: Remove. - * gcc.target/i386/mpx/static-init-4-nov.c: Remove. - * gcc.target/i386/mpx/static-init-4-ubv.c: Remove. - * gcc.target/i386/mpx/static-init-5-lbv.c: Remove. - * gcc.target/i386/mpx/static-init-5-nov.c: Remove. - * gcc.target/i386/mpx/static-init-5-ubv.c: Remove. - * gcc.target/i386/mpx/static-init-6-lbv.c: Remove. - * gcc.target/i386/mpx/static-init-6-nov.c: Remove. - * gcc.target/i386/mpx/static-init-6-ubv.c: Remove. - * gcc.target/i386/mpx/static-string-1-lbv.c: Remove. - * gcc.target/i386/mpx/static-string-1-nov.c: Remove. - * gcc.target/i386/mpx/static-string-1-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-1-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-1-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-1-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-10-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-10-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-10-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-2-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-2-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-2-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-3-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-3-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-3-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-4-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-4-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-4-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-5-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-5-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-5-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-6-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-6-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-6-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-7-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-7-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-7-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-8-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-8-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-8-ubv.c: Remove. - * gcc.target/i386/mpx/struct-arg-9-lbv.c: Remove. - * gcc.target/i386/mpx/struct-arg-9-nov.c: Remove. - * gcc.target/i386/mpx/struct-arg-9-ubv.c: Remove. - * gcc.target/i386/mpx/struct-copy-1-lbv.c: Remove. - * gcc.target/i386/mpx/struct-copy-1-nov.c: Remove. - * gcc.target/i386/mpx/struct-copy-1-ubv.c: Remove. - * gcc.target/i386/mpx/struct-copy-2-lbv.c: Remove. - * gcc.target/i386/mpx/struct-copy-2-nov.c: Remove. - * gcc.target/i386/mpx/struct-copy-2-ubv.c: Remove. - * gcc.target/i386/mpx/thread-local-var-1-lbv.c: Remove. - * gcc.target/i386/mpx/thread-local-var-1-nov.c: Remove. - * gcc.target/i386/mpx/thread-local-var-1-ubv.c: Remove. - * gcc.target/i386/mpx/union-arg-1-lbv.c: Remove. - * gcc.target/i386/mpx/union-arg-1-nov.c: Remove. - * gcc.target/i386/mpx/union-arg-1-ubv.c: Remove. - * gcc.target/i386/mpx/va-arg-pack-1-lbv.c: Remove. - * gcc.target/i386/mpx/va-arg-pack-1-nov.c: Remove. - * gcc.target/i386/mpx/va-arg-pack-1-ubv.c: Remove. - * gcc.target/i386/mpx/va-arg-pack-2-lbv.c: Remove. - * gcc.target/i386/mpx/va-arg-pack-2-nov.c: Remove. - * gcc.target/i386/mpx/va-arg-pack-2-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-1-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-1-nov.c: Remove. - * gcc.target/i386/mpx/vararg-1-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-2-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-2-nov.c: Remove. - * gcc.target/i386/mpx/vararg-2-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-3-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-3-nov.c: Remove. - * gcc.target/i386/mpx/vararg-3-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-4-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-4-nov.c: Remove. - * gcc.target/i386/mpx/vararg-4-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-5-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-5-nov.c: Remove. - * gcc.target/i386/mpx/vararg-5-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-6-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-6-nov.c: Remove. - * gcc.target/i386/mpx/vararg-6-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-7-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-7-nov.c: Remove. - * gcc.target/i386/mpx/vararg-7-ubv.c: Remove. - * gcc.target/i386/mpx/vararg-8-lbv.c: Remove. - * gcc.target/i386/mpx/vararg-8-nov.c: Remove. - * gcc.target/i386/mpx/vararg-8-ubv.c: Remove. - * gcc.target/i386/mpx/vla-1-lbv.c: Remove. - * gcc.target/i386/mpx/vla-1-nov.c: Remove. - * gcc.target/i386/mpx/vla-1-ubv.c: Remove. - * gcc.target/i386/mpx/vla-2-lbv.c: Remove. - * gcc.target/i386/mpx/vla-2-nov.c: Remove. - * gcc.target/i386/mpx/vla-2-ubv.c: Remove. - * gcc.target/i386/mpx/vla-trailing-1-lbv.c: Remove. - * gcc.target/i386/mpx/vla-trailing-1-nov.c: Remove. - * gcc.target/i386/mpx/vla-trailing-1-ubv.c: Remove. - * gcc.target/i386/pr63995-2.c: Remove. - * gcc.target/i386/pr64805.c: Remove. - * gcc.target/i386/pr65044.c: Remove. - * gcc.target/i386/pr65167.c: Remove. - * gcc.target/i386/pr65183.c: Remove. - * gcc.target/i386/pr65184.c: Remove. - * gcc.target/i386/pr65523.c: Remove. - * gcc.target/i386/pr70876.c: Remove. - * gcc.target/i386/pr70877.c: Remove. - * gcc.target/i386/pr71458.c: Remove. - * gcc.target/i386/pr80880.c: Remove. - * gcc.target/i386/ret-thunk-25.c: Remove. - * gcc.target/i386/thunk-retbnd.c: Remove. - * lib/mpx-dg.exp: Remove. - * gcc.target/i386/funcspec-56.inc: Adjust test case. - -2018-06-07 Carl Love - - * gcc.target/powerpc/builtins-3-p9-runnable.c: Add debug print - statements. - -2018-06-07 Carl Love - - * gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c (dg-error): Update expected - error message. - -2018-06-07 Marek Polacek - - PR c/85318 - * gcc.dg/Wc90-c99-compat-10.c: New test. - * gcc.dg/Wc90-c99-compat-11.c: New test. - * gcc.dg/Wc90-c99-compat-12.c: New test. - * gcc.dg/Wc90-c99-compat-9.c: New test. - -2018-06-07 Paul Koning - - * gcc.c-torture/compile/20180605-1.c: New test. - -2018-06-07 Steven G. Kargl - - PR fortran/86045 - * gfortran.dg/pr86045.f90: New test. - -2018-06-07 Marek Polacek - - * g++.dg/cpp0x/range-for9.C: Adjust dg-error. - -2018-06-07 Olga Makhotina - - * gcc.target/i386/funcspec-56.inc: Test arch=tremont. - -2018-06-07 Jozef Lawrynowicz - - * gcc.target/msp430/msp430i-device-symbol.c: New test. - * gcc.target/msp430/msp430f-device-symbol.c: New test. - * gcc.target/msp430/msp430.h: New test header file. - -2018-06-07 Jakub Jelinek - - PR tree-optimization/69615 - * gcc.dg/tree-ssa/pr69615.c: New test. - -2018-06-07 Richard Biener - - PR tree-optimization/85935 - * gcc.dg/graphite/pr85935.c: New testcase. - -2018-06-04 Carl Love - - * gcc.target/powerpc/builtins-8-p9-runnable.c: Add additional - debug print statements. Fix a few formating issues. - -2018-06-06 Michael Meissner - - PR target/85657 - * gcc.target/powerpc/pr85657-4.c: New tests. - * gcc.target/powerpc/pr85657-5.c: Likewise. - * gcc.target/powerpc/pr85657-6.c: Likewise. - -2018-06-06 Thomas Koenig - - PR fortran/85641 - * gfortran.dg/realloc_on_assign_30.f90: New test. - -2018-06-06 Carl Love - * gcc.target/powerpc/builtins-7-p9-runnable.c: Change first - argument to vui_arg. - -2018-06-06 Carl Love - - * gcc.target/powerpc/builtins-3.c: Move tests requiring -mvsx - to builtins-4.c. - * gcc.target/powerpc/builtins-4.c: New test file for tests - that need -mvsx. - -2018-06-06 Michael Meissner - - PR target/85657 - * g++.dg/pr85657.C: Only test whether __ibm128 and long double can - be used in templates. Don't check for them in overloaded functions. - -2018-06-06 Jim Wilson - - * gcc.target/riscv/interrupt-5.c (sub3): Add new test. - * gcc.target/riscv/interrupt-mmode.c: New. - * gcc.target/riscv/interrupt-smode.c: New. - * gcc.target/riscv/interrupt-umode.c: New. - -2018-06-06 Marek Polacek - - PR c++/85977 - * g++.dg/cpp0x/initlist102.C: New test. - * g++.dg/cpp0x/initlist103.C: New test. - * g++.dg/cpp0x/initlist104.C: New test. - -2018-06-06 Eric Botcazou - - * gcc.dg/torture/pr86066.c: New test. - -2018-06-06 Richard Biener - - PR tree-optimization/86062 - * g++.dg/tree-ssa/pr86062.C: New testcase. - -2018-06-06 Jozef Lawrynowicz - - * gcc.target/msp430/function-attributes-4.c: New test. - * gcc.target/msp430/static-interrupts.c: New test. - -2018-06-05 Steve Ellcey - - PR target/79924 - * gcc.target/aarch64/mgeneral-regs_1.c: Update error message. - * gcc.target/aarch64/mgeneral-regs_2.c: Ditto. - * gcc.target/aarch64/mgeneral-regs_3.c: Ditto. - * gcc.target/aarch64/nofp_1.c: Ditto. - -2018-06-05 Andre Vieira - - * gcc.target/arm/cmse/cmse-1c99.c: New test. - -2018-06-05 Cesar Philippidis - - PR fortran/85701 - * gfortran.dg/goacc/pr85701.f90: New test. - -2018-06-05 Marek Polacek - - PR c++/85976 - * g++.dg/cpp0x/alias-decl-64.C: New test. - -2018-06-05 Richard Biener - - PR tree-optimization/86046 - * gcc.dg/pr86046.c: New testcase. - -2018-06-05 Richard Biener - - PR tree-optimization/86047 - * gcc.dg/pr86047.c: New testcase. - -2018-06-05 Kyrylo Tkachov - - PR target/81497 - * g++.target/arm/arm.exp: New file. - * g++.target/arm/pr81497.C: Likewise. - -2018-06-05 Andreas Krebbel - - * gcc.target/s390/htm-builtins-compile-4.c: New test. - -2018-06-04 Eric Botcazou - - * gcc.dg/store_merging_21.c: New test. - * gnat.dg/opt71b.adb: Likewise. - * gnat.dg/opt71.adb: Rename into... - * gnat.dg/opt71a.adb: ...this. - -2018-06-04 Richard Biener - - PR tree-optimization/85955 - * gcc.dg/pr85955.c: New testcase. - -2018-06-04 Steven G. Kargl - - PR fortran/85981 - * gfortran.dg/allocate_alloc_opt_14.f90: New test. - * gfortran.dg/allocate_alloc_opt_1.f90: Update error string. - * gfortran.dg/allocate_stat_2.f90: Ditto. - * gfortran.dg/deallocate_alloc_opt_1.f90: Ditto. - -2018-06-04 Richard Sandiford - - * gcc.target/aarch64/sve/extract_5.c: New test. - -2018-06-04 Jakub Jelinek - - PR target/85832 - PR target/86036 - * gcc.target/i386/avx512f-pr85832.c: Expect vptestnm rather than - vptestm. - * gcc.target/i386/avx512vl-pr85832.c: Likewise. - * gcc.target/i386/avx512vlbw-pr85832.c: Likewise. - * gcc.target/i386/avx512bw-pr85832.c: Likewise. - * gcc.target/i386/avx512bw-pr86036.c: New test. - -2018-06-04 Richard Biener - - PR tree-optimization/86038 - * gcc.dg/pr86038.c: New testcase. - -2018-06-04 Jakub Jelinek - - PR tree-optimization/69615 - * gcc.dg/pr69615.c: New test. - - PR c++/86025 - * c-c++-common/gomp/pr86025.c: New test. - -2018-06-03 Andreas Schwab - - * gcc.target/powerpc/altivec-7.c: Remove extra brace. - -2018-06-03 Eric Botcazou - - * gcc.dg/torture/pr86034.c: New test. - -2018-06-03 Paul Thomas - - PR fortran/36497 - * gfortran.dg/cray_pointer_12.f90: New test. - -2018-06-02 Steven G. Kargl - - PR fortran/85938 - * gfortran.dg/pr85938.f90: Fixed by revision r261081 - -2018-06-02 Eric Botcazou - - * gnat.dg/specs/opt3.ads: New test. - * gnat.dg/specs/opt3_pkg.ads: New helper. - -2018-06-02 Eric Botcazou - - * gnat.dg/discr53.ad[sb]: New test. - * gnat.dg/discr53_pkg.ads: New helper. - -2018-06-01 Carl Love - - * gcc.target/powerpc/vsx-vector-6-be.p7.c: New test file. - * gcc.target/powerpc/vsx-vector-6-be.p8.c: New test file. - -2018-06-01 Carl Love - - * gcc.target/powerpc/altivec-12.c (main): Fix declaration of ucz - to make it consistent with the naming convention in the file. - * gcc.target/powerpc/altivec-7-be.c: Move BE specific checks - to altivec-7.c. Delete file. - * gcc.target/powerpc/altivec-7-le.c: Move LE specific checks - to altivec-7.c. Delete file. - * gcc.target/powerpc/altivec-7.h: Move to altivec-7.c. - * gcc.target/powerpc/altivec-7.c (main): Add vec_unpackh and - vec_unpackl tests. Update instruction counts. - * gcc.target/powerpc/builtins-1-le.c: Move LE specific checks to - tests to builtins-1.c. - * gcc.target/powerpc/builtins-1-be.c: Move BE specific - tests to builtins-1.c. - * gcc.target/powerpc/builtins-1.h: Move to file builtins-1.c. - * gcc.target/powerpc/builtins-1.c (main): Add test case for vec_and. - vec_round, vec_rsqrt, vec_rsqrte, vec_mergee, vec_mergh, vec_mergo. - Remove vec_ctf tests returning double. Remove vec_cts with - double args. Remove vec_sel with invalid arguments. Add tests for - vec_splat. - Add instruction counts for new tests. - * gcc.target/powerpc/builtins-3-runnable.c (main): Add test for - vec_doublee, vec_doubleo, vec_doublel, vec_doubleh, vec_signed, - vec_unsigned. - * gcc.target/powerpc/builtins-3.c: Add tests test_sll_vuill_vuill_vuc, - test_sll_vsill_vsill_vuc. - * gcc.target/powerpc/p9-xxbr-2.c (rev_bool_long_long): Added test for - vec_revb. - * gcc.target/powerpc/vsx-7.h: Rename to vsx-7.c. Remove redundant - tests from altivec-7.h. - * gcc.target/powerpc/vsx-7-be.c: Remove file. - * gcc.target/powerpc/vsx-builtin-7.c: Add test functions splat_sc_s8, - splat_uc_u8, splat_ssi_s16, splat_usi_s16, splat_si_s32, splat_ui_u32, - splat_sll, splat_uc, splat_int128, splat_uint128. - Make second argument of vec_extract and vec_insert a signed int. - * gcc.target/powerpc/vsx-vector-5.c (vrint): Add vrint test for float - argument. - -2018-06-01 Eric Botcazou - - * gcc.dg/store_merging_20.c: New test. - * gnat.dg/opt71.adb: Likewise. - * gnat.dg/opt71_pkg.ads: New helper. - -2018-06-01 Carl Love - - * gcc.target/powerpc/altivec-35.c (foo): Add builtin test vec_madds. - * gcc.target/powerpc/builtins-6-runnable.c (main): Fix typo for output. - Add vec_xst_be for signed and unsigned arguments. - -2018-06-01 Steven G. Kargl - - PR fortran/85816 - PR fortran/85975 - * gfortran.dg/pr85816.f90: New test. - * gfortran.dg/pr85975.f90: New test. - -2018-06-01 Steven G. Kargl - - PR fortran/63570 - * gfortran.dg/random_init_1.f90: New test. - * gfortran.dg/random_init_2.f90: New test. - * gfortran.dg/random_init_3.f90: New test. - * gfortran.dg/random_init_4.f90: New test. - * gfortran.dg/random_init_5.f90: New test. - * gfortran.dg/random_init_6.f90: New test. - -2018-06-01 Richard Sandiford - - PR tree-optimization/85989 - * gcc.dg/torture/pr85989.c: New test. - -2018-06-01 Richard Biener - - PR middle-end/86017 - * gcc.dg/tree-ssa/pr86017.c: New testcase. - -2018-06-01 Richard Biener - - PR ipa/85960 - * gcc.dg/ipa/ipa-pta-19.c: New testcase. - -2018-05-31 Qing Zhao - - PR middle-end/78809 - * gcc.dg/strcmpopt_2.c: New test. - * gcc.dg/strcmpopt_3.c: New test. - - PR middle-end/83026 - * gcc.dg/strcmpopt_3.c: New test. - -2018-05-31 Jakub Jelinek - - PR target/85984 - * gcc.target/i386/pr85984.c: New test. - -2018-05-31 Martin Sebor - - PR c/82063 - * gcc.dg/Walloc-size-larger-than-1.c: New test. - * gcc.dg/Walloc-size-larger-than-10.c: New test. - * gcc.dg/Walloc-size-larger-than-11.c: New test. - * gcc.dg/Walloc-size-larger-than-12.c: New test. - * gcc.dg/Walloc-size-larger-than-13.c: New test. - * gcc.dg/Walloc-size-larger-than-14.c: New test. - * gcc.dg/Walloc-size-larger-than-15.c: New test. - * gcc.dg/Walloc-size-larger-than-16.c: New test. - * gcc.dg/Walloc-size-larger-than-17.c: New test. - * gcc.dg/Walloc-size-larger-than-2.c: New test. - * gcc.dg/Walloc-size-larger-than-3.c: New test. - * gcc.dg/Walloc-size-larger-than-4.c: New test. - * gcc.dg/Walloc-size-larger-than-5.c: New test. - * gcc.dg/Walloc-size-larger-than-6.c: New test. - * gcc.dg/Walloc-size-larger-than-7.c: New test. - * gcc.dg/Walloc-size-larger-than-8.c: New test. - * gcc.dg/Walloc-size-larger-than-9.c: New test. - * gcc.dg/Walloc-size-larger-than.c: New test. - -2018-05-31 Chung-Lin Tang - Cesar Philippidis - - PR middle-end/85879 - * gfortran.dg/goacc/pr77371-1.f90: New test. - * gfortran.dg/goacc/pr77371-2.f90: New test. - * gfortran.dg/goacc/pr85879.f90: New test. - -2018-05-31 Eric Botcazou - - * gnat.dg/stack_usage1.adb: Replace -fstack-usage with -Wstack-usage. - * gnat.dg/stack_usage1b.adb: Likewise. - * gnat.dg/stack_usage1c.adb: Likewise. - * gnat.dg/stack_usage3.adb: Likewise. - * gnat.dg/stack_usage1_pkg.adb: Delete. - -2018-05-31 Eric Botcazou - - * gcc.dg/store_merging_10.c: Turn dg-do compile into dg-do run. - * gcc.dg/store_merging_11.c: Likewise. - * gcc.dg/store_merging_13.c: Likewise. - * gcc.dg/store_merging_14.c: Likewise. - * gcc.dg/store_merging_15.c: Likewise. - * gcc.dg/store_merging_16.c: Likewise. Remove local variable. - -2018-05-31 Ed Schonberg - - * gnat.dg/limited1.adb, gnat.dg/limited1_inner.adb, - gnat.dg/limited1_inner.ads, gnat.dg/limited1_outer.adb, - gnat.dg/limited1_outer.ads: New testcase. - -2018-05-31 Hristian Kirtchev - - * gnat.dg/tampering_check1.adb, gnat.dg/tampering_check1_ivectors.ads, - gnat.dg/tampering_check1_trim.adb, gnat.dg/tampering_check1_trim.ads: - New testcase. - -2018-05-31 Eric Botcazou - - * gnat.dg/size_clause1.adb: New testcase. - -2018-05-31 Javier Miranda - - * gnat.dg/tagged1.adb, gnat.dg/tagged1.ads: New testcase. - -2018-05-31 Sameera Deshpande - - * gcc.target/aarch64/advsimd-intrinsics/vld1x3.c: New test for - vld1x3 intrinsics for aarch64. - * gcc.target/aarch64/advsimd-intrinsics/vst1x2.c: New test for - vst1x2 intrinsics for aarch64. - * gcc.target/aarch64/advsimd-intrinsics/vst1x3.c: New test for - vst1x3 intrinsics for aarch64. - -2018-05-30 Jonathan Wakely - - PR c++/77777 - * g++.dg/diagnostic/pr77777.C: New test. - -2018-05-30 David Pagan - - PR c/55976 - * gcc.dg/noncompile/pr55976-1.c: New test. - * gcc.dg/noncompile/pr55976-2.c: New test. - -2018-05-30 Jan Hubicka - - * gcc.dg/lto/20111213-1_0.c: Fix template. - * gcc.dg/lto/20100603-1_0.c: Fix template. - * gcc.dg/lto/20100603-2_0.c: Fix template. - * gcc.dg/lto/20100603-3_0.c: Fix template. - - * g++.dg/lto/20081109-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20081118_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20081119-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20081120-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20081120-2_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20081123_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20081204-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20081219_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20090302_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20090313_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20091002-2_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20091002-3_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20091026-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20100724-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20101010-4_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20101015-2_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/20110311-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/pr45621_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/pr48042_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/pr48354-1_0.C: Add -flinker-output=nolto-rel. - * g++.dg/lto/pr54625-1_0.c: Add -flinker-output=nolto-rel. - * g++.dg/lto/pr54625-2_0.c: Add -flinker-output=nolto-rel. - * g++.dg/lto/pr68811_0.C: Add -flinker-output=nolto-rel. - * g++.dg/torture/pr43760.C: New test. Add -flinker-output=nolto-rel. - * gcc.dg/lto/20081120-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20081120-2_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20081126_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20081204-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20081204-2_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20081212-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20081224_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20090116_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20090126-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20090126-2_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20090206-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20090219_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20091013-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20091014-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20091015-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20091016-1_0.c: Add -flinker-output=nolto-rel. - * gcc.dg/lto/20091020-1_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20091020-2_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20091027-1_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20100426_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20100430-1_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20100603-1_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20100603-2_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20100603-3_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/20111213-1_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr45736_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr52634_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr54702_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr59323-2_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr59323_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr60820_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr81406_0.c: Add -flinker-output-nolto-rel. - * gcc.dg/lto/pr83388_0.c: Add -flinker-output-nolto-rel. - * gfortran.dg/lto/20091016-1_0.f90: Add -flinker-output-nolto-rel. - * gfortran.dg/lto/20091028-1_0.f90: Add -flinker-output-nolto-rel. - * gfortran.dg/lto/20091028-2_0.f90: Add -flinker-output-nolto-rel. - * gfortran.dg/lto/pr46911_0.f: Add -flinker-output-nolto-rel. - * gfortran.dg/lto/pr47839_0.f90: Add -flinker-output-nolto-rel. - -2018-05-30 Andre Vieira - - Revert: - * gcc/target/aarch64/store_v2vec_lanes.c: Add extra tests. - -2017-05-30 Jackson Woodruff - - * gcc.target/aarch64/simd/ldp_stp_9: New. - * gcc.target/aarch64/simd/ldp_stp_10: New. - * gcc.target/aarch64/simd/ldp_stp_11: New. - * gcc.target/aarch64/simd/ldp_stp_12: New. - -2018-05-30 Ed Schonberg - - * gnat.dg/tls1.adb, gnat.dg/tls1_pkg.ads: New testcase. - -2018-05-30 Hristian Kirtchev - - * gnat.dg/synchronized1.adb, gnat.dg/synchronized1.ads: New testcase. - -2018-05-29 Uros Bizjak - - PR target/85950 - * gcc.target/i386/pr85950.c: New test. - -2018-05-29 Marek Polacek - - PR c++/85883 - * g++.dg/cpp1z/class-deduction55.C: New test. - * g++.dg/cpp1z/class-deduction56.C: New test. - * g++.dg/cpp1z/class-deduction57.C: New test. - -2018-05-29 Jakub Jelinek - - PR c++/85952 - * g++.dg/warn/Wunused-var-33.C: New test. - - PR target/85918 - * gcc.target/i386/avx512dq-pr85918.c: Add -mprefer-vector-width=512 - and -fno-vect-cost-model options. Add aligned(64) attribute to the - arrays. Add suffix 1 to all functions and use 4 iterations rather - than N. Add functions with conversions to and from float. - Add new set of functions with 8 iterations and another one - with 16 iterations, expect 24 vectorized loops instead of just 4. - * gcc.target/i386/avx512dq-pr85918-2.c: New test. - -2018-05-29 Javier Miranda - - * gnat.dg/equal2.adb: New testcase. - -2018-05-29 Ed Schonberg - - * gnat.dg/float_attributes_overflows.adb: New testcase. - -2018-05-29 Pascal Obry - - * gnat.dg/normalize_pathname.adb: New testcase. - -2018-05-29 Tom de Vries - - * lib/scanasm.exp (scan-assembler-times): Use proc name in error - message. - * lib/scanipa.exp (scan-ipa-dump-times): Same. - * lib/scanrtl.exp (scan-rtl-dump-times): Same. - * lib/scantree.exp (scan-tree-dump-times): Same. - -2018-05-29 Tom de Vries - - * lib/scanasm.exp (scan-stack-usage, scan-stack-usage-not) - (scan-ada-spec, scan-ada-spec-not, scan-lto-assembler): - Use proc name as first argument to dg-scan. - -2018-05-29 Tom de Vries - - * lib/scanasm.exp (scan-hidden, scan-not-hidden): Handle being called - with no arguments. - -2018-05-28 Richard Biener - - PR tree-optimization/85934 - * gcc.target/i386/pr85934.c: New testcase. - -2018-05-28 Eric Botcazou - - * gnat.dg/renaming12.adb, gnat.dg/renaming12.ads: New testcase. - -2018-05-28 Eric Botcazou - - * gnat.dg/rep_clause6.adb, gnat.dg/rep_clause6.ads: New testcase. - -2018-05-28 Ed Schonberg - - * gnat.dg/fixedpnt5.adb: New testcase. - -2018-05-28 Justin Squirek - - * gnat.dg/array31.adb: New testcase. - -2018-05-28 Justin Squirek - - * gnat.dg/warn15-core-main.adb, gnat.dg/warn15-core.ads, - gnat.dg/warn15-interfaces.ads, gnat.dg/warn15.ads: New testcase. - -2018-05-27 Steven G. Kargl - - * gfortran.dg/data_stmt_pointer.f90: new test. - -2018-05-27 Jakub Jelinek - - PR target/85918 - * gcc.target/i386/avx512dq-pr85918.c: New test. - -2018-05-25 Jim Wilson - - * gcc.target/riscv/interrupt-1.c: New. - * gcc.target/riscv/interrupt-2.c: New. - * gcc.target/riscv/interrupt-3.c: New. - * gcc.target/riscv/interrupt-4.c: New. - * gcc.target/riscv/interrupt-5.c: New. - -2018-05-25 Steven G. Kargl - - PR fortran/85786 - * gfortran.dg/pr85786.f90: New test. - -2018-05-25 Paul Koning - - * gcc.c-torture/compile/20151204.c: Skip if pdp11. - * gcc.c-torture/compile/pr55921.c: Ditto. - * gcc.c-torture/compile/pr60655-1.c: Ditto. - * gcc.c-torture/compile/vector-align-1.c: Add max alignment if pdp11. - -2018-05-25 Jakub Jelinek - - PR target/85832 - * gcc.target/i386/avx512f-pr85832.c: New test. - * gcc.target/i386/avx512vl-pr85832.c: New test. - * gcc.target/i386/avx512bw-pr85832.c: New test. - * gcc.target/i386/avx512vlbw-pr85832.c: New test. - -2018-05-25 Bin Cheng - - PR tree-optimization/85720 - * gcc.dg/tree-ssa/pr85720.c: New test. - * gcc.target/i386/avx256-unaligned-store-2.c: Disable loop pattern - distribution. - -2018-05-25 Martin Liska - - PR testsuite/85911 - * gcc.dg/tree-prof/update-loopch.c: Do not scan - for 'Removing basic block'. - -2018-05-25 Patrick Bernardi - - * gnat.dg/sec_stack1.adb: New testcase. - -2018-05-25 Ed Schonberg - - * gnat.dg/fixedpnt4.adb: New testcase. - -2018-05-25 Javier Miranda - - * gnat.dg/interface7.adb: New testcase. - -2018-05-25 Hristian Kirtchev - - * gnat.dg/sec_stack2.adb: New testcase. - -2018-05-25 Ed Schonberg - - * gnat.dg/interface6.adb: New testcase. - -2018-05-25 Ed Schonberg - - * gnat.dg/static_pred1.adb, gnat.dg/static_pred1.ads: New testcase. - -2018-05-25 Richard Sandiford - - * lib/target-supports.exp - (check_effective_target_vect_double_cond_arith): Include - multiplication and division. - * gcc.dg/vect/pr53773.c: Do not expect a scalar tail when using - fully-masked loops with a fixed vector length. - * gcc.dg/vect/vect-cond-arith-1.c: Add multiplication and division - tests. - * gcc.target/aarch64/sve/vcond_8.c: Likewise. - * gcc.target/aarch64/sve/vcond_9.c: Likewise. - * gcc.target/aarch64/sve/vcond_12.c: Add multiplication tests. - -2018-05-25 Richard Sandiford - - * gcc.target/aarch64/sve/div_1.c: New test. - * gcc.target/aarch64/sve/div_1_run.c: Likewise. - * gcc.target/aarch64/sve/mul_highpart_2.c: Likewise. - * gcc.target/aarch64/sve/mul_highpart_2_run.c: Likewise. - -2018-05-25 Richard Sandiford - - * gcc.dg/vect/bb-slp-div-1.c: New XFAILed test. - -2018-05-25 Richard Sandiford - - * lib/target-supports.exp - (check_effective_target_vect_double_cond_arith): New proc. - * gcc.dg/vect/vect-cond-arith-1.c: New test. - * gcc.target/aarch64/sve/vcond_8.c: Likewise. - * gcc.target/aarch64/sve/vcond_8_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_9.c: Likewise. - * gcc.target/aarch64/sve/vcond_9_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_12.c: Likewise. - * gcc.target/aarch64/sve/vcond_12_run.c: Likewise. - -2018-05-25 Janus Weil - - PR fortran/85839 - * gfortran.dg/f2018_obs.f90: New test case. - -2018-05-24 Steven G. Kargl - - PR fortran/85543 - * gfortran.dg/pr85543.f90: New test. - -2018-05-24 Steven G. Kargl - - PR fortran/85780 - * gfortran.dg/pr85780.f90: New test. - -2018-05-24 Steven G. Kargl - - PR fortran/85779 - * gfortran.dg/pr85779_1.f90: New test. - * gfortran.dg/pr85779_2.f90: Ditto. - * gfortran.dg/pr85779_3.f90: Ditto. - -2018-05-24 Steven G. Kargl - - PR fortran/85895 - - * gfortran.dg/coarray_3.f90: Fix invalid testcase. - * gfortran.dg/pr85895.f90: New test. - -2018-05-24 Uros Bizjak - - * gcc.target/i386/avx512f-vcvtusi2sd64-1.c: Update scan string. - * gcc.target/i386/avx512f-vcvtusi2ss64-1.c: Ditto. - -2018-05-24 Roger Sayle - - * gcc.dg/fold-popcount-1.c: New testcase. - * gcc.dg/fold-popcount-2.c: New testcase. - * gcc.dg/fold-popcount-3.c: New testcase. - * gcc.dg/fold-popcount-4.c: New testcase. - -2018-05-24 Marek Polacek - - PR c++/85847 - * g++.dg/cpp0x/new3.C: New test. - -2018-05-24 Javier Miranda - - * gnat.dg/discr52.adb: New testcase. - -2018-05-24 Ed Schonberg - - * gnat.dg/others1.adb: New testcase. - -2018-05-24 Justin Squirek - - * gnat.dg/raise_expr.adb: New testcase. - -2018-05-24 Hristian Kirtchev - - * gnat.dg/formal_containers.adb: New testcase. - -2018-05-24 Rainer Orth - - * gcc.target/i386/pr85345.c: Require ifunc support. - -2018-05-24 Richard Sandiford - - * gcc.dg/vect/vect-fma-1.c: New test. - -2018-05-24 Rainer Orth - - * gcc.dg/tree-prof/update-loopch.c: Fix dumpfile name in - scan-tree-dump*. - -2018-05-24 Andre Vieira - - PR target/83009 - * gcc/target/aarch64/store_v2vec_lanes.c: Add extra tests. - -2018-05-23 Jozef Lawrynowicz - - PR target/78849 - * gcc.target/msp430/msp430.exp: Remove -pedantic-errors from - DEFAULT_CFLAGS. - * gcc.target/msp430/pr78849.c: New test. - -2018-05-23 Marek Polacek - - * g++.dg/cpp2a/range-for8.C: New test. - * g++.dg/cpp2a/range-for9.C: New test. - * g++.dg/cpp2a/range-for10.C: New test. - -2017-05-23 Segher Boessenkool - - * lib/target-supports.exp (check_effective_target_be): New. - (check_effective_target_le): New. - -2018-05-23 Marek Polacek - - * g++.dg/cpp2a/range-for1.C: New test. - * g++.dg/cpp2a/range-for2.C: New test. - * g++.dg/cpp2a/range-for3.C: New test. - * g++.dg/cpp2a/range-for4.C: New test. - * g++.dg/cpp2a/range-for5.C: New test. - * g++.dg/cpp2a/range-for6.C: New test. - * g++.dg/cpp2a/range-for7.C: New test. - -2018-05-23 Uros Bizjak - - * gcc.target/i386/cvt-3.c: New test. - -2018-05-23 Uros Bizjak - - * gcc.target/i386/cvt-2.c: New test. - -2018-05-23 Alexander Monakov - - * gcc.dg/pr79985.c: New testcase. - -2018-05-23 Richard Biener - - * gcc.dg/tree-ssa/ssa-fre-66.c: New testcase. - -2018-05-23 Sudakshina Das - - PR target/84882 - * gcc.target/aarch64/pr84882.c: New test. - * gcc.target/aarch64/target_attr_18.c: Likewise. - -2018-05-23 Richard Sandiford - - PR tree-optimization/85853 - * gfortran.dg/vect/pr85853.f90: New test. - -2018-05-23 Hristian Kirtchev - - * gnat.dg/import2.adb: New testcase. - -2018-05-23 Ed Schonberg - - * gnat.dg/discr51.adb: New testcase. - -2018-05-23 Javier Miranda - - * gnat.dg/valid_scalars1.adb: New testcase. - -2018-05-23 Ed Schonberg - - * gnat.dg/iter1.adb, gnat.dg/iter1.ads: New testcase. - -2018-05-23 Hristian Kirtchev - - * gnat.dg/elab5.adb, gnat.dg/elab5_pkg.adb, gnat.dg/elab5_pkg.ads: New - testcase. - -2018-05-23 Hristian Kirtchev - - * gnat.dg/elab4.adb, gnat.dg/elab4_pkg.adb, gnat.dg/elab4_pkg.ads: New - testcase. - -2018-05-23 Bob Duff - - * gnat.dg/addr10.adb: New testcase. - -2018-05-23 Richard Biener - - PR middle-end/85874 - * gcc.dg/Wstrict-overflow-27.c: New testcase. - -2018-05-23 Yury Gribov - - PR tree-optimization/85822 - * c-c++-common/pr85822.c: New test. - -2018-05-23 Richard Biener - - * gcc.dg/tree-ssa/ssa-fre-65.c: New testcase. - -2018-05-22 Janus Weil - - PR fortran/85841 - * gfortran.dg/pr30667.f: Add option "-std=legacy". - -2018-05-22 Martin Sebor - - PR middle-end/85359 - * gcc.dg/attr-nonstring.c: New test. - -2018-05-22 H.J. Lu - - PR target/85345 - * gcc.target/i386/pr85345.c: New test. - -2018-05-22 Luis Machado - - * gcc.target/aarch64/lsl_asr_sbfiz.c: New test. - -2018-05-22 Janus Weil - - PR fortran/85841 - * gfortran.dg/gomp/appendix-a/a.6.1.f90: Replace dg-options by - dg-additional-options. - * gfortran.dg/graphite/block-2.f: Ditto. - * gfortran.dg/graphite/id-19.f: Ditto. - * gfortran.dg/vect/Ofast-pr50414.f90: Ditto. - * gfortran.dg/vect/cost-model-pr34445a.f: Ditto. - * gfortran.dg/vect/pr52580.f: Ditto. - -2018-05-22 Jackson Woodruff - - * gcc.target/aarch64/ldp_stp_6.c: New. - * gcc.target/aarch64/ldp_stp_7.c: New. - * gcc.target/aarch64/ldp_stp_8.c: New. - -2018-05-22 Martin Sebor - - PR c/85623 - * c-c++-common/attr-nonstring-3.c: Adjust. - * c-c++-common/attr-nonstring-4.c: Adjust. - * c-c++-common/attr-nonstring-6.c: New test. - -2018-05-22 Martin Sebor - - PR tree-optimization/85826 - * gcc.dg/Wrestrict-17.c: New test. - -2018-05-22 Richard Sandiford - - * gcc.dg/torture/pr85862.c: Rename to... - * gcc.dg/torture/pr85852.c: ...this. - -2018-05-22 Justin Squirek - - * gnat.dg/warn14.adb: New testcase. - -2018-05-22 Hristian Kirtchev - - * gnat.dg/controlled8.adb: New testcase. - -2018-05-22 Patrick Bernardi - - * gnat.dg/discr50.adb: New testcase. - -2018-05-22 Ed Schonberg - - * gnat.dg/discr49.adb, gnat.dg/discr49_rec1.adb, - gnat.dg/discr49_rec1.ads, gnat.dg/discr49_rec2.adb, - gnat.dg/discr49_rec2.ads: New testcase. - -2018-05-22 Ed Schonberg - - * gnat.dg/gen_formal_pkg.adb, gnat.dg/gen_formal_pkg_a.ads, - gnat.dg/gen_formal_pkg_b.ads, gnat.dg/gen_formal_pkg_w.ads: New - testcase. - -2018-05-22 Ed Schonberg - - * gnat.dg/fixedpnt3.adb: New testcase. - -2018-05-22 Justin Squirek - - * gnat.dg/pure_function1.adb, gnat.dg/pure_function1.ads, - gnat.dg/pure_function2.adb, gnat.dg/pure_function2.ads: New testcases. - -2018-05-22 Richard Sandiford - - PR middle-end/85862 - * gcc.dg/torture/pr85862.c: New test. - -2018-05-22 Richard Biener - - PR tree-optimization/85834 - * g++.dg/torture/pr85834.C: New testcase. - * gcc.dg/tree-ssa/ssa-fre-64.c: Likewise. - -2018-05-22 Martin Liska - - PR ipa/85607 - * g++.dg/ipa/pr85607.C: New test. - -2018-05-22 Richard Biener - - PR tree-optimization/85863 - * gfortran.fortran-torture/compile/pr85863.f: New testcase. - -2018-05-22 Janus Weil - - PR fortran/85841 - * gfortran.dg/assumed_rank_5.f90: Update error message. - * gfortran.dg/assumed_type_4.f90: Ditto. - * gfortran.dg/bind_c_array_params.f03: Ditto. - * gfortran.dg/bind_c_usage_28.f90: Ditto. - * gfortran.dg/c_funloc_tests_5.f03: Ditto. - * gfortran.dg/c_funloc_tests_6.f90: Ditto. - * gfortran.dg/c_loc_tests_11.f03: Ditto. - * gfortran.dg/coarray_atomic_2.f90: Ditto. - * gfortran.dg/coarray_collectives_2.f90: Ditto. - * gfortran.dg/coarray_collectives_10.f90: Ditto. - * gfortran.dg/coarray_collectives_13.f90: Ditto. - * gfortran.dg/rank_3.f90: Ditto. - * gfortran.dg/error_stop_4.f90: Replace -std=f2008ts by -std=f2008. - * gfortran.dg/implicit_14.f90: Ditto. - -2018-05-21 Christian Groessler - - * gcc.c-torture/compile/simd-5.c: Fix comment. - -2018-05-21 Michael Meissner - - PR target/85657 - * gcc.target/powerpc/pr85657-1.c: New test for converting between - __float128, __ibm128, and long double. - * gcc.target/powerpc/pr85657-2.c: Likewise. - * gcc.target/powerpc/pr85657-3.c: Likewise. - * g++.dg/pr85667.C: New test to make sure __ibm128 is - implementated as a separate type internally, and is not just an - alias for long double. - -2018-05-21 Richard Sandiford - - PR tree-optimization/85814 - * gcc.dg/torture/pr85814.c: New test. - -2018-05-21 Paolo Carlini - - PR c++/84588 - * g++.dg/cpp0x/cond1.C: New. - * g++.dg/cpp1y/pr84588-1.C: Likewise. - * g++.dg/cpp1y/pr84588-2.C: Likewise. - * g++.dg/cpp1y/pr84588-3.C: Likewise. - * g++.dg/parse/cond6.C: Likewise. - * g++.dg/parse/cond7.C: Likewise. - * g++.dg/parse/cond8.C: Likewise. - * g++.dg/cpp1z/decomp16.C: Update. - * g++.old-deja/g++.jason/cond.C: Likewise. - -2018-05-21 Steven G. Kargl - - ChangeLog for r260480 - * gfortran.dg/graphite/block-2.f: Adjust testcase for new gfortran - warnings for deleted and obsolescent features. - * gfortran.dg/graphite/id-19.f: Ditto. - * gfortran.dg/graphite/id-20.f: Ditto. - * gfortran.dg/graphite/id-27.f90: Ditto. - * gfortran.dg/graphite/pr82449.f: Ditto. - -2018-05-21 Kyrylo Tkachov - - * gcc.target/aarch64/vec_init_1.c: Scan for LD1 instead of INS for - tiny and large memory models. - -2018-04-04 Ed Schonberg - - * gnat.dg/suppress_initialization.adb, - gnat.dg/suppress_initialization_pkg.ads: New testcase. - -2018-04-04 Ed Schonberg - - * gnat.dg/exit1.adb: New testcase. - -2018-04-04 Ed Schonberg - - * gnat.dg/array30.adb: New testcase. - -2018-04-04 Hristian Kirtchev - - * gnat.dg/sync2.adb, gnat.dg/sync2.ads: New testcase. - -2018-05-21 Kyrylo Tkachov - - * gcc.c-torture/execute/ssad-run.c: New test. - * gcc.c-torture/execute/usad-run.c: Likewise. - * gcc.target/aarch64/ssadv16qi.c: Likewise. - * gcc.target/aarch64/usadv16qi.c: Likewise. - -2018-05-21 Tamar Christina - - * gcc.target/gcc.target/aarch64/sha3.h (veor3q_u8, veor3q_u32, - veor3q_u64, veor3q_s8, veor3q_s16, veor3q_s32, veor3q_s64, vbcaxq_u8, - vbcaxq_u32, vbcaxq_u64, vbcaxq_s8, vbcaxq_s16, vbcaxq_s32, - vbcaxq_s64): New. - * gcc.target/gcc.target/aarch64/sha3_1.c: Likewise. - * gcc.target/gcc.target/aarch64/sha3_1.c: Likewise. - * gcc.target/gcc.target/aarch64/sha3_1.c: Likewise. - -2018-05-21 Janus Weil - - PR fortran/85841 - * gfortran.dg/g77/19990826-3.f: Add option "-std=legacy". - * gfortran.dg/g77/20020307-1.f: Ditto. - * gfortran.dg/g77/980310-3.f: Ditto. - * gfortran.dg/goacc/loop-1-2.f95: Ditto. - * gfortran.dg/goacc/loop-1.f95: Ditto. - * gfortran.dg/gomp/appendix-a/a.6.1.f90: Ditto. - * gfortran.dg/gomp/appendix-a/a.6.2.f90: Ditto. - * gfortran.dg/gomp/do-1.f90: Ditto. - * gfortran.dg/gomp/omp_do1.f90: Ditto. - * gfortran.dg/pr17229.f: Ditto. - * gfortran.dg/pr37243.f: Ditto. - * gfortran.dg/pr49721-1.f: Ditto. - * gfortran.dg/pr58484.f: Ditto. - * gfortran.dg/pr81175.f: Ditto. - * gfortran.dg/pr81723.f: Ditto. - * gfortran.dg/predcom-2.f: Ditto. - * gfortran.dg/vect/Ofast-pr50414.f90: Ditto. - * gfortran.dg/vect/cost-model-pr34445a.f: Ditto. - * gfortran.dg/vect/fast-math-mgrid-resid.f: Ditto. - * gfortran.dg/vect/pr52580.f: Ditto. - -2018-05-20 Paul Thomas - - PR fortran/80657 - * gfortran.dg/char_result_18.f90: New test. - -2018-05-20 Paul Thomas - - PR fortran/49636 - * gfortran.dg/associate_38.f90: New test. - -2018-05-20 Paul Thomas - - PR fortran/82275 - * gfortran.dg/select_type_42.f90: New test. - -2018-05-19 Paul Thomas - - PR fortran/82923 - * gfortran.dg/allocate_assumed_charlen_4.f90: New test. Note - that the patch fixes PR66694 & PR82617, although the testcases - are not explicitly included. - -2018-05-18 Kito Cheng - - * gcc.dg/stack-usage-1.c: Add support for rv32e. - -2018-05-18 Marc Glisse - - PR c++/82899 - * g++.dg/pr82899.C: New testcase. - -2018-05-18 Martin Liska - - * gcc.dg/pr68766.c: Change pruned output. - -2018-05-18 Cesar Philippidis - - PR c++/85782 - * c-c++-common/goacc/pr85782.c: New test. - -2018-05-18 Sudakshina Das - - * gcc.target/aarch64/sve/slp_5.c: Remove xfail for tld1d and tld2d. - -2018-05-18 Kyrylo Tkachov - - * gcc.target/arm/pr62554.c: Delete. - * gcc.target/arm/pr69610-1.c: Likewise. - * gcc.target/arm/pr69610-2.c: Likewise. - -2018-05-18 Kyrylo Tkachov - - * gcc.target/arm/pr40887.c: Update comment. - * lib/target-supports.exp: Don't generate effective target checks - and related helpers for armv5. Update comment. - * gcc.target/arm/armv5_thumb_isa.c: Delete. - * gcc.target/arm/di-longlong64-sync-withhelpers.c: Update effective - target check and options. - -2018-05-18 Prathamesh Kulkarni - - PR middle-end/85817 - * gcc.dg/tree-ssa/pr83648.c: Change scan-tree-dump to - scan-tree-dump-not for h. - -2018-05-18 Richard Biener - - * gcc.dg/tree-ssa/pr21559.c: Adjust. - * gcc.dg/tree-ssa/pr45397.c: Likewise. - * gcc.dg/tree-ssa/pr61839_1.c: Likewise. - * gcc.dg/tree-ssa/pr61839_2.c: Likewise. - * gcc.dg/tree-ssa/pr61839_4.c: Likewise. - * gcc.dg/tree-ssa/vrp17.c: Likewise. - * gcc.dg/tree-ssa/vrp18.c: Likewise. - * gcc.dg/tree-ssa/vrp23.c: Likewise. - * gcc.dg/tree-ssa/vrp24.c: Likewise. - * gcc.dg/tree-ssa/vrp58.c: Likewise. - * gcc.dg/vrp-min-max-1.c: Likewise. - * gcc.dg/vrp-min-max-3.c: New testcase. - -2018-05-18 Richard Biener - - * gcc.dg/tree-ssa/ssa-dse-35.c: New testcase. - * gcc.dg/graphite/scop-10.c: Adjust to avoid dead code. - * gcc.dg/graphite/scop-6.c: Likewise. - * gcc.dg/graphite/scop-7.c: Likewise. - * gcc.dg/graphite/scop-8.c: Likewise. - * gcc.dg/graphite/scop-9.c: Likewise. - -2018-05-18 Kyrylo Tkachov - - * gcc.target/aarch64/vect-init-ld1.c: New test. - -2018-05-18 Martin Liska - - * gcc.dg/tree-ssa/vrp104.c: Adjust dump file that is scanned. - * gcc.dg/tree-prof/update-loopch.c: Likewise. - -2018-05-18 Martin Liska - - * gcc.dg/ipa/ipa-icf-39.c: New test. - * gcc.dg/pr68766.c: Adjust pruned output. - -2018-05-18 Richard Sandiford - - * lib/target-supports.exp (check_effective_target_scalar_all_fma): - New proc. - * gcc.dg/fma-1.c: New test. - * gcc.dg/fma-2.c: Likewise. - * gcc.dg/fma-3.c: Likewise. - * gcc.dg/fma-4.c: Likewise. - * gcc.dg/fma-5.c: Likewise. - * gcc.dg/fma-6.c: Likewise. - * gcc.dg/fma-7.c: Likewise. - * gcc.dg/gimplefe-26.c: Use .FMA instead of __FMA and require - scalar_all_fma. - * gfortran.dg/reassoc_7.f: Pass -ffp-contract=off. - * gfortran.dg/reassoc_8.f: Likewise. - * gfortran.dg/reassoc_9.f: Likewise. - * gfortran.dg/reassoc_10.f: Likewise. - -2018-05-17 Jim Wilson - - * gcc.target/riscv/switch-qi.c: New. - * gcc.target/riscv/switch-si.c: New. - -2018-05-17 Pat Haugen - - PR target/85698 - * gcc.target/powerpc/pr85698.c: New test. - -2018-05-17 Richard Biener - - * gcc.dg/tree-ssa/ssa-fre-63.c: New testcase. - -2018-05-17 Bin Cheng - - PR tree-optimization/85793 - * gcc.dg/vect/pr85793.c: New test. - -2018-05-17 Richard Sandiford - - * gcc.dg/gimplefe-28.c: New test. - * gcc.dg/asan/use-after-scope-9.c: Adjust expected output for - internal function calls. - * gcc.dg/goacc/loop-processing-1.c: Likewise. - -2018-05-17 Martin Liska - - * gcc.dg/plugin/ggcplug.c (plugin_init): Do not use - space in between 'G_' and '('. - -2018-05-17 Jakub Jelinek - - PR target/85323 - * gcc.target/i386/pr85323-7.c: New test. - * gcc.target/i386/pr85323-8.c: New test. - * gcc.target/i386/pr85323-9.c: New test. - - PR target/85323 - * gcc.target/i386/pr85323-4.c: New test. - * gcc.target/i386/pr85323-5.c: New test. - * gcc.target/i386/pr85323-6.c: New test. - - PR target/85323 - * gcc.target/i386/pr85323-1.c: New test. - * gcc.target/i386/pr85323-2.c: New test. - * gcc.target/i386/pr85323-3.c: New test. - - * gcc.target/i386/avx512f-set-v32hi-1.c: New test. - * gcc.target/i386/avx512f-set-v32hi-2.c: New test. - * gcc.target/i386/avx512f-set-v32hi-3.c: New test. - * gcc.target/i386/avx512f-set-v32hi-4.c: New test. - * gcc.target/i386/avx512f-set-v32hi-5.c: New test. - * gcc.target/i386/avx512f-set-v64qi-1.c: New test. - * gcc.target/i386/avx512f-set-v64qi-2.c: New test. - * gcc.target/i386/avx512f-set-v64qi-3.c: New test. - * gcc.target/i386/avx512f-set-v64qi-4.c: New test. - * gcc.target/i386/avx512f-set-v64qi-5.c: New test. - * gcc.target/i386/avx512f-setzero-1.c: New test. - -2018-05-17 James Greenhalgh - - * gcc.target/aarch64/vect-slp-dup.c: New. - -2018-05-17 Paolo Carlini - - PR c++/85713 - * g++.dg/cpp1y/lambda-generic-85713-2.C: New. - -2018-05-17 Olga Makhotina - - * gcc.target/i386/builtin_target.c: Test goldmont-plus. - * gcc.target/i386/funcspec-56.inc: Tests for arch=goldmont-plus. - -2018-05-17 Richard Biener - - PR tree-optimization/85757 - * gcc.dg/tree-ssa/ssa-dse-34.c: New testcase. - -2018-05-16 Marek Polacek - - PR c++/85363 - * g++.dg/cpp0x/initlist-throw1.C: New test. - * g++.dg/cpp0x/initlist-throw2.C: New test. - -2018-05-16 Carl Love - - * gcc.target/powerpc/vsx-vector-6-be.c: Remove file. - * gcc.target/powerpc/vsx-vector-6-le.c (dg-final): Update counts for - xvcmpeqdp., xvcmpgtdp., xvcmpgedp., xxlxor, xvrdpi. - -2018-05-16 Richard Biener - - * gcc.dg/tree-ssa/ssa-dse-32.c: New testcase. - * gcc.dg/tree-ssa/ssa-dse-33.c: Likewise. - * gcc.dg/uninit-pr81897-2.c: Use -fno-tree-dse. - -2018-05-16 Richard Sandiford - - * gcc.target/aarch64/sve/vcond_10.c: New test. - * gcc.target/aarch64/sve/vcond_10_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_11.c: Likewise. - * gcc.target/aarch64/sve/vcond_11_run.c: Likewise. - -2018-05-15 Martin Sebor - - PR tree-optimization/85753 - * gcc.dg/Wrestrict-10.c: Adjust. - * gcc.dg/Wrestrict-16.c: New test. - -2018-05-15 Martin Sebor - - PR middle-end/85643 - * c-c++-common/attr-nonstring-7.c: New test. - -2018-05-15 Richard Biener - - * gcc.dg/tree-ssa/ssa-dse-31.c: New testcase. - -2018-05-15 Prathamesh Kulkarni - - PR tree-optimization/83648 - * gcc.dg/tree-ssa/pr83648.c: New test. - * gcc.dg/tree-ssa/pr83648-2.c: Likewise. - -2018-05-14 Prathamesh Kulkarni - - PR ipa/85734 - * gcc.dg/ipa/pr85734.c: New test. - -2018-05-14 Eric Botcazou - - PR target/85756 - * gnat.dg/opt70.adb: New test. - * gnat.dg/opt70_pkg.ad[sb]: New helper. - -2018-05-14 Kyrylo Tkachov - - * gcc.target/aarch64/crypto-fuse-1.c: New test. - * gcc.target/aarch64/crypto-fuse-2.c: Likewise. - -2018-05-14 Wilco Dijkstra - - * gcc.target/aarch64/vmov_n_1.c: Update test. - * gcc.target/aarch64/vfp-1.c: Update test. - -2018-05-14 Jakub Jelinek - - PR target/85756 - * gcc.c-torture/execute/pr85756.c: New test. - -2018-05-14 Sebastian Peryt - - * gcc.target/i386/cldemote-1.c: New test. - -2018-05-13 Paul Thomas - - PR fortran/85742 - * gfortran.dg/assumed_type_9.f90 : New test. - -2018-05-11 Steven G. Kargl - - PR fortran/85542 - * gfortran.dg/pr85542.f90: New test. - -2018-05-11 Martin Jambor - - PR ipa/85655 - * g++.dg/lto/pr85655_0.C: New test. - -2018-05-11 Sebastian Peryt - - * gcc.target/i386/tpause-1.c: New test. - * gcc.target/i386/umonitor-1.c: New test. - -2018-05-11 Jakub Jelinek - - PR c/85696 - * c-c++-common/gomp/pr85696.c: New test. - -2018-05-11 Allan Sandfeld Jensen - Jakub Jelinek - - PR tree-optimization/85692 - * gcc.target/i386/pr85692.c: New test. - -2018-05-11 Martin Liska - - PR sanitizer/85556 - * c-c++-common/ubsan/attrib-6.c: New test. - -2018-05-10 Steven G. Kargl - - PR fortran/85687 - * gfortran.dg/pr85687.f90: new test. - -2018-05-10 Steven G. Kargl - - PR fortran/85521 - * gfortran.dg/pr85521_1.f90: New test. - * gfortran.dg/pr85521_2.f90: New test. - -2018-05-10 Steven G. Kargl - - PR fortran/70870 - * gfortran.dg/pr70870_1.f90: New test. - -2018-05-10 Uros Bizjak - - * gcc.target/i386/xgetsetbv.c: Check also variable arguments. - -2018-05-10 Jakub Jelinek - - PR c++/85662 - * g++.dg/ext/offsetof2.C: New test. - -2018-05-10 Paul Thomas - - PR fortran/68846 - * gfortran.dg/temporary_3.f90 : New test. - - PR fortran/70864 - * gfortran.dg/temporary_2.f90 : New test. - -2018-05-10 Segher Boessenkool - - * gcc.dg/vmx/extract-be-order.c: Delete testcase. - * gcc.dg/vmx/extract-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/insert-be-order.c: Delete testcase. - * gcc.dg/vmx/insert-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/ld-be-order.c: Delete testcase. - * gcc.dg/vmx/ld-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/lde-be-order.c: Delete testcase. - * gcc.dg/vmx/ldl-be-order.c: Delete testcase. - * gcc.dg/vmx/ldl-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/merge-be-order.c: Delete testcase. - * gcc.dg/vmx/merge-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/mult-even-odd-be-order.c: Delete testcase. - * gcc.dg/vmx/pack-be-order.c: Delete testcase. - * gcc.dg/vmx/perm-be-order.c: Delete testcase. - * gcc.dg/vmx/splat-be-order.c: Delete testcase. - * gcc.dg/vmx/splat-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/st-be-order.c: Delete testcase. - * gcc.dg/vmx/st-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/ste-be-order.c: Delete testcase. - * gcc.dg/vmx/stl-be-order.c: Delete testcase. - * gcc.dg/vmx/stl-vsx-be-order.c: Delete testcase. - * gcc.dg/vmx/sum2s-be-order.c: Delete testcase. - * gcc.dg/vmx/unpack-be-order.c: Delete testcase. - * gcc.dg/vmx/vsums-be-order.c: Delete testcase. - * gcc.target/powerpc/vec-setup-be-double.c: Delete testcase. - * gcc.target/powerpc/vec-setup-be-long.c: Delete testcase. - * gcc.target/powerpc/vec-setup.h: Remove -maltivec=be support. - -2018-05-10 Jakub Jelinek - - PR tree-optimization/85699 - * gcc.dg/nextafter-1.c (NO_LONG_DOUBLE): Define if not defined. Use - !NO_LONG_DOUBLE instead of __LDBL_MANT_DIG__ != 106. - * gcc.dg/nextafter-2.c: Include stdlib.h. For glibc < 2.24 define - NO_LONG_DOUBLE to 1 before including nextafter-1.c. - -2018-05-10 Eric Botcazou - - * g++.dg/tls/pr85400.C: New test. - -2018-05-09 Paolo Carlini - - PR c++/85713 - * g++.dg/cpp1y/lambda-generic-85713.C: New. - -2018-05-09 Carl Love - - * gcc.target/powerpc/builtins-8-runnable.c: New builtin test file. - -2018-05-09 Paolo Carlini - - PR c++/85713 - Revert: - 2018-05-08 Paolo Carlini - - PR c++/84588 - * g++.dg/cpp1y/pr84588.C: New. - -2018-05-09 Andreas Schwab - - * gcc.target/aarch64/sve/vcond_6.c: Add missing brace. - -2018-05-09 Richard Sandiford - - * gcc.target/aarch64/store_lane_spill_1.c: New test. - * gcc.target/aarch64/sve/store_lane_spill_1.c: Likewise. - -2018-05-08 Carl Love - * gcc.target/powerpc/builtins-8-p9-runnable.c: Add new test file. - -2018-05-08 Paolo Carlini - - PR c++/84588 - * g++.dg/cpp1y/pr84588.C: New. - -2018-05-08 Marek Polacek - - PR c++/85695 - * g++.dg/cpp1z/constexpr-if22.C: New test. - -2018-05-08 Uros Bizjak - - PR target/85693 - * gcc.target/i386/pr85693.c: New test. - -2018-05-08 Jakub Jelinek - - PR target/85683 - * gcc.target/i386/pr49095.c: Add -masm=att to dg-options. Add - scan-assembler-times checking that except for [fh]*xor other functions - don't use any load instructions. - -2018-05-08 Olga Makhotina - - * gcc.target/i386/builtin_target.c: Test goldmont. - * gcc.target/i386/funcspec-56.inc: Tests for arch=goldmont and - arch=silvermont. - -2018-05-08 Jakub Jelinek - - PR target/85572 - * g++.dg/other/sse2-pr85572-1.C: New test. - * g++.dg/other/sse2-pr85572-2.C: New test. - * g++.dg/other/sse4-pr85572-1.C: New test. - * g++.dg/other/avx2-pr85572-1.C: New test. - - PR target/85317 - * gcc.target/i386/pr85317.c: New test. - * gcc.target/i386/avx2-vpmovmskb-2.c (avx2_test): Add asm volatile - optimization barrier to avoid optimizing away the expected insn. - - PR target/85480 - * gcc.target/i386/avx512dq-pr85480-1.c: New test. - * gcc.target/i386/avx512dq-pr85480-2.c: New test. - -2018-05-08 Richard Sandiford - - * g++.dg/other/sve_const_pred_1.C: Rename to... - * g++.target/aarch64/sve/const_pred_1.C: ...this. Remove aarch64 - target selectors and explicit -march options. - * g++.dg/other/sve_const_pred_2.C: Rename to... - * g++.target/aarch64/sve/const_pred_2.C: ...this and adjust likewise. - * g++.dg/other/sve_const_pred_3.C: Rename to... - * g++.target/aarch64/sve/const_pred_3.C: ...this and adjust likewise. - * g++.dg/other/sve_const_pred_4.C: Rename to... - * g++.target/aarch64/sve/const_pred_4.C: ...this and adjust likewise. - * g++.dg/other/sve_tls_2.C: Rename to... - * g++.target/aarch64/sve/tls_2.C: ...this and adjust likewise. - * g++.dg/other/sve_vcond_1.C: Rename to... - * g++.target/aarch64/sve/vcond_1.C: ...this and adjust likewise. - * g++.dg/other/sve_vcond_1_run.C: Rename to... - * g++.target/aarch64/sve/vcond_1_run.C: ...this and adjust likewise. - -2018-05-08 Richard Sandiford - - PR testsuite/85586 - * gcc.dg/vect/pr85586.c: Restrict LOOP VECTORIZED test to - !vect_no_align. - -2018-05-08 Paolo Carlini - - PR c++/57429 - * g++.dg/cpp0x/deleted14.C: New. - -2018-05-08 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/vcond_6.c: Do not expect any ANDs. - XFAIL the BIC test. - * gcc.target/aarch64/sve/vcond_7.c: New test. - * gcc.target/aarch64/sve/vcond_7_run.c: Likewise. - -2018-05-08 Paolo Carlini - - PR c++/70563 - * g++.dg/cpp0x/sfinae62.C: New. - -2018-05-08 Richard Sandiford - - * gcc.target/aarch64/sve/vcond_6.c (LOOP): Unconditionally - load from src[i]. - -2018-05-08 Paolo Carlini - - PR c++/80691 - * g++.dg/cpp0x/narrowing1.C: New. - -2018-05-08 Richard Biener - - PR middle-end/85588 - * gcc.dg/torture/pr85574.c: Rename to... - * gcc.dg/torture/pr85588.c: ... this. - -2018-05-08 Thomas Koenig - - PR fortran/54613 - * gfortran.dg/minmaxloc_12.f90: New test case. - * gfortran.dg/minmaxloc_13.f90: New test case. - -2018-05-07 Nathan Sidwell - - * g++.dg/cpp0x/range-for10.C: Delete. - * g++.dg/ext/forscope1.C: Delete. - * g++.dg/ext/forscope2.C: Delete. - * g++.dg/template/for1.C: Delete. - -2018-05-07 Jeff Law - - * gfortran.dg/linefile.f90: New test. - -2018-05-07 Christophe Lyon - - * gcc.dg/nextafter-2.c: Add c99_runtime effective target - and options. - -2018-05-06 Jakub Jelinek - - PR c++/85659 - * g++.dg/ext/asm14.C: New test. - * g++.dg/ext/asm15.C: New test. - * g++.dg/ext/asm16.C: New test. - -2018-05-06 Michael Eager - - * gcc.target/microblaze/others/picdtr.c: Correct option - -fPIE -mpic-data-is-text-relative. - -2018-05-06 Andrew Sadek - - * gcc.target/microblaze/others/picdtr.c: Add test for - -fPIE -mpic-data-is-text-relative. - -2018-05-06 Andre Vehreschild - - PR fortran/85507 - * gfortran.dg/coarray_dependency_1.f90: New test. - * gfortran.dg/coarray_lib_comm_1.f90: Fix counting caf-expressions. - -2018-05-04 Pekka Jääskeläinen - - * brig.dg/test/gimple/smoke_test.hsail: Fix the test - to match the currently produced gimple. - -2018-05-04 Carl Love - - * gcc.target/powerpc/vsx-vector-6.h (foo): Add test for vec_max, - vec_trunc. - * gcc.target/powerpc/vsx-vector-6-le.c (dg-final): Update xvcmpeqdp, - xvcmpgtdp, xvcmpgedp counts. Add xxsel counts. - * gcc.target/powerpc/vsx-vector-6-be.c (dg-final): Update xvcmpgtdp, - xvcmpgedp counts. Add xxsel counts. - -2018-05-04 Richard Biener - - PR middle-end/85627 - * g++.dg/torture/pr85627.C: New testcase. - -2018-05-04 Richard Biener - - PR middle-end/85574 - * gcc.dg/torture/pr85574.c: New testcase. - * gcc.dg/torture/pr57656.c: Use dg-additional-options. - -2018-05-04 Jakub Jelinek - - PR libstdc++/85466 - * gcc.dg/nextafter-1.c: New test. - * gcc.dg/nextafter-2.c: New test. - * gcc.dg/nextafter-3.c: New test. - * gcc.dg/nextafter-4.c: New test. - -2018-05-03 Nathan Sidwell - - Remove -ffriend-injection. - * g++.old-deja/g++.jason/scoping15.C: Delete. - * g++.old-deja/g++.mike/net43.C: Delete. - -2018-05-03 Jakub Jelinek - - PR target/85530 - * gcc.target/i386/avx512f-vpmullq-1.c: New test. - * gcc.target/i386/avx512f-vpmullq-2.c: New test. - * gcc.target/i386/avx512dq-vpmullq-3.c: New test. - * gcc.target/i386/avx512dq-vpmullq-4.c: New test. - -2018-05-03 Tom de Vries - - PR testsuite/85106 - * lib/scanoffloadtree.exp: New file. - -2018-05-03 Richard Biener - - PR tree-optimization/85615 - * gcc.dg/torture/pr85615.c: New testcase. - -2018-05-03 Kyrylo Tkachov - - PR tree-optimization/70291 - * gcc.dg/complex-6.c: New test. - * gcc.dg/complex-7.c: Likewise. - -2018-05-03 Richard Biener - - PR testsuite/85579 - * fortran.dg/pr51434.f90: Truncate transfer argument. - -2018-05-02 Jakub Jelinek - - PR target/85582 - * gcc.c-torture/execute/pr85582-3.c: New test. - -2018-05-02 Paolo Carlini - Jason Merrill - - PR c++/68374 - * g++.dg/warn/Wshadow-13.C: New. - * g++.dg/warn/Wshadow-14.C: Likewise. - -2018-05-02 Tom de Vries - - PR libgomp/82428 - * c-c++-common/goacc/builtin-goacc-parlevel-id-size-2.c: New test. - * c-c++-common/goacc/builtin-goacc-parlevel-id-size.c: New test. - -2018-05-02 David Pagan - - PR c/30552 - * gcc.dg/noncompile/pr30552-1.c: New test. - * gcc.dg/noncompile/pr30552-2.c: New test. - * gcc.dg/noncompile/pr30552-3.c: New test. - * gcc.dg/noncompile/pr30552-4.c: New test. - -2018-05-02 Richard Biener - - PR tree-optimization/85597 - * gcc.dg/vect/pr85597.c: New testcase. - -2018-05-02 Tom de Vries - - PR testsuite/85106 - * gcc.dg/ipa/ipa-icf-38.c: Use scan-ltrans-tree-dump. - * lib/scanltranstree.exp: New file. - * lib/target-supports.exp (scan-ltrans-tree-dump_required_options) - (scan-ltrans-tree-dump-times_required_options) - (scan-ltrans-tree-dump-not_required_options) - (scan-ltrans-tree-dump-dem_required_options) - (scan-ltrans-tree-dump-dem-not_required_options): New proc. - * lib/gcc-dg.exp: Include scanltranstree.exp. - -2018-05-02 Tom de Vries - - PR testsuite/85106 - * gcc.dg/ipa/ipa-icf-38.c: New test. - * gcc.dg/ipa/ipa-icf-38a.c: New test. - * lib/scandump.exp (dump-base): New proc. - (scan-dump, scan-dump-times, scan-dump-not, scan-dump-dem) - (scan-dump-dem-not): Add and handle parameter for suffix of the dump - base. - * lib/scanipa.exp: Add "" argument to scan-dump calls. - * lib/scanlang.exp: Same. - * lib/scanrtl.exp: Same. - * lib/scantree.exp: Same. - * lib/scanwpaipa.exp: New file. - * lib/gcc-dg.exp: Include scanwpaipa.exp. - -2018-05-02 Richard Biener - - PR middle-end/85567 - * gcc.dg/torture/pr85567.c: New testcase. - -2018-05-02 Jakub Jelinek - - PR target/85582 - * gcc.c-torture/execute/pr85582-1.c: New test. - * gcc.c-torture/execute/pr85582-2.c: New test. - -2018-05-02 Richard Sandiford - - PR tree-optimization/85586 - * gcc.dg/vect/pr85586.c: New test. - -2018-05-01 Marc Glisse - - PR tree-optimization/85143 - * gcc.dg/tree-ssa/minmax-loopend.c: Extend and split... - * gcc.dg/tree-ssa/minmax-loopend-2.c: ... here. - -2018-05-01 David Malcolm - - PR c/84258 - * c-c++-common/Wformat-pr84258.c: New test. - -2018-05-01 Prathamesh Kulkarni - - PR tree-optimization/82665 - * gcc.dg/tree-ssa/pr82665.c: New test. - -2018-04-30 David Malcolm - - PR c++/85523 - * gcc.dg/plugin/diagnostic-test-show-locus-generate-patch.c - (test_add_fixit_insert_formatted_single_line): New function. - (test_add_fixit_insert_formatted_multiline): New function. - Extend expected output of generated patch to include fix-it hints - for these. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c: Include - "gcc-rich-location.h". Add test coverage for - gcc_rich_location::add_fixit_insert_formatted. - -2018-04-30 David Malcolm - - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c - (test_show_locus): Update for location_get_source_line returning a - char_span. Use char_span for handling words in the - "test_many_nested_locations" fix-it example. - -2018-04-30 Claudiu Zissulescu - - * gcc.target/arc/interrupt-8.c: Update test. - * gcc.target/arc/loop-4.c: Likewise. - * gcc.target/arc/loop-hazard-1.c: Likewise. - * gcc.target/arc/sdata-3.c: Likewise. - -2018-04-30 Claudiu Zissulescu - - * gcc.target/arc/store-merge-1.c: New test. - * gcc.target/arc/add_n-combine.c: Update test. - -2018-04-30 Andrew Sadek - - Microblaze Target: PIC data text relative - - * gcc.target/microblaze/others/data_var1.c: Include - PIC case of r20 base register. - * gcc.target/microblaze/others/data_var2.c: Ditto. - * gcc.target/microblaze/others/picdtr.c: Add new - test case for -mpic-is-data-text-relative. - * gcc.target/microblaze/others/sdata_var1.c: Add - * gcc.target/microblaze/others/sdata_var2.c: Ditto. - * gcc.target/microblaze/others/sdata_var3.c: Ditto. - * gcc.target/microblaze/others/sdata_var4.c: Ditto. - * gcc.target/microblaze/others/sdata_var5.c: Ditto. - * gcc.target/microblaze/others/sdata_var6.c: Ditto. - * gcc.target/microblaze/others/string_cst1_gpopt.c: - Ditto. - * gcc.target/microblaze/others/string_cst2_gpopt.c: - Ditto. - -2018-04-30 Richard Biener - - PR tree-optimization/28364 - PR tree-optimization/85275 - * gcc.dg/tree-ssa/copy-headers-5.c: New testcase. - * gcc.dg/tree-ssa/predcom-8.c: Likewise. - * gcc.dg/tree-ssa/cunroll-13.c: Rewrite to gimple testcase. - * gcc.dg/tree-ssa/ivopt_mult_1.c: XFAIL. - * gcc.dg/tree-ssa/ivopt_mult_1g.c: Add gimple variant that - still passes. - * gcc.dg/tree-ssa/ivopt_mult_2.c: XFAIL. - * gcc.dg/tree-ssa/ivopt_mult_2g.c: Add gimple variant that - still passes. - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust. - * gcc.dg/tree-ssa/20030710-1.c: Likewise. - * gcc.dg/tree-ssa/20030711-1.c: Likewise. - -2018-04-28 Uros Bizjak - - PR target/84431 - * gcc.target/i386/pr84431.c: New test. - -2018-04-27 Martin Jambor - - PR ipa/85549 - * g++.dg/ipa/pr85549.C: New test. - -2018-04-27 Jakub Jelinek - - PR c++/85553 - * g++.dg/cpp0x/Wzero-as-null-pointer-constant-3.C: Add dg-bogus - directive. - * g++.dg/cpp0x/constexpr-85553.C: New test. - -2018-04-27 David Malcolm - - PR c++/85515 - * g++.dg/pr85515-1.C: New test. - * g++.dg/pr85515-2.C: New test. - -2018-04-27 Paolo Carlini - - PR c++/84691 - * g++.dg/cpp0x/friend3.C: New. - -2018-04-27 Kyrylo Tkachov - - PR target/82518 - * lib/target-supports.exp (check_effective_target_vect_load_lanes): - Use check_effective_target_arm_little_endian. - -2018-04-27 Jakub Jelinek - - PR tree-optimization/85529 - * gcc.c-torture/execute/pr85529-1.c: New test. - * gcc.c-torture/execute/pr85529-2.c: New test. - * gcc.dg/pr85529.c: New test. - -2018-04-26 Maciej W. Rozycki - - * gcc.target/mips/data-sym-pool.c (dg-options): Match `ld' and - `.dword' in addition to `lw' and `.word'. - -2018-04-26 Maciej W. Rozycki - - * gcc.target/mips/data-sym-pool.c (dg-options): Add `-mplt'. - -2018-04-26 Eric Botcazou - - * gnat.dg/loop_optimization24.adb: New test. - -2018-04-26 Richard Biener - - PR tree-optimization/85116 - * gcc.dg/tree-ssa/copy-headers-2.c: New testcase. - * gcc.dg/tree-ssa/copy-headers-3.c: Likewise. - * gcc.dg/tree-ssa/copy-headers-4.c: Likewise. - * gcc.dg/tree-ssa/loadpre6.c: Adjust. - -2018-04-25 Sebastian Peryt - - PR target/85473 - * gcc.target/i386/pr85473-1.c: New test. - * gcc.target/i386/pr85473-2.c: New test. - -2018-04-25 Nathan Sidwell - Jakub Jelinek - - PR c++/85437 - PR c++/49171 - * g++.dg/cpp0x/addressof1.C: Make reinterpret cases runtime checks. - * g++.dg/cpp0x/constexpr-cast.C: Remove xfails - * g++.dg/cpp0x/constexpr-nullptr-2.C: Likewise. - * g++.dg/cpp0x/constexpr-pmf1.C: Check when optimized. - * g++.dg/cpp0x/pr85437-1.C: New. - * g++.dg/cpp0x/pr85437-2.C: New. - * g++.dg/cpp0x/pr85437-3.C: New. - * g++.dg/cpp0x/pr85437-4.C: New. - -2018-04-24 Steven G. Kargl - - PR fortran/85520 - * gfortran.dg/pr85520.f90: New test. - -2018-04-24 Kyrylo Tkachov - - PR target/85512 - * gcc.dg/pr85512.c: New test. - -2018-04-24 H.J. Lu - - PR target/85485 - * g++.dg/cet-notrack-1.C (dg-options): Remove -mcet. - * g++.dg/torture/pr85334.C (dg-additional-options): Likwise. - * gcc.dg/pr85388-1.c (dg-options): Likwise. - * gcc.dg/pr85388-2.c (dg-options): Likwise. - * gcc.dg/pr85388-3.c (dg-options): Likwise. - * gcc.dg/pr85388-4.c (dg-options): Likwise. - * gcc.dg/pr85388-5.c (dg-options): Likwise. - * gcc.dg/pr85388-6.c (dg-options): Likwise. - * gcc.dg/torture/pr85397-1.c (dg-additional-options): Likwise. - * gcc.target/i386/attr-nocf-check-1a.c (dg-options): Likwise. - * gcc.target/i386/attr-nocf-check-3a.c (dg-options): Likwise. - * gcc.target/i386/cet-label.c (dg-options): Likwise. - * gcc.target/i386/cet-label-2.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-1b.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-2a.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-2b.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-3.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-4b.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-5a.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-5b.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-6a.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-6b.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-7.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-icf-2.c (dg-options): Likwise. - * gcc.target/i386/cet-notrack-icf-4.c (dg-options): Likwise. - * gcc.target/i386/cet-property-1.c (dg-options): Likwise. - * gcc.target/i386/cet-property-2.c (dg-options): Likwise. - * gcc.target/i386/cet-sjlj-1.c (dg-options): Likwise. - * gcc.target/i386/cet-sjlj-2.c (dg-options): Likwise. - * gcc.target/i386/cet-sjlj-3.c (dg-options): Likwise. - * gcc.target/i386/cet-sjlj-4.c (dg-options): Likwise. - * gcc.target/i386/cet-sjlj-5.c (dg-options): Likwise. - * gcc.target/i386/cet-sjlj-6a.c (dg-options): Likwise. - * gcc.target/i386/cet-sjlj-6b.c (dg-options): Likwise. - * gcc.target/i386/cet-switch-1.c (dg-options): Likwise. - * gcc.target/i386/cet-switch-2.c (dg-options): Likwise. - * gcc.target/i386/cet-switch-3.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-11.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-12.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-attr-12.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-attr-13.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-attr-14.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-attr-15.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-attr-16.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-extern-8.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-extern-9.c (dg-options): Likwise. - * gcc.target/i386/indirect-thunk-extern-10.c (dg-options): Likwise. - * gcc.target/i386/pr82659-1.c (dg-options): Likwise. - * gcc.target/i386/pr82659-2.c (dg-options): Likwise. - * gcc.target/i386/pr82659-3.c (dg-options): Likwise. - * gcc.target/i386/pr82659-4.c (dg-options): Likwise. - * gcc.target/i386/pr82659-5.c (dg-options): Likwise. - * gcc.target/i386/pr82659-6.c (dg-options): Likwise. - * gcc.target/i386/pr84146.c (dg-options): Likwise. - * gcc.target/i386/pr85403.c (dg-options): Likwise. - * gcc.target/i386/pr85404.c (dg-options): Likwise. - * gcc.target/i386/cet-intrin-3.c (dg-options): Replace -mcet - with -mshstk. - * gcc.target/i386/cet-intrin-5.c (dg-options): Likwise. - * gcc.target/i386/cet-intrin-6.c (dg-options): Likwise. - * gcc.target/i386/cet-intrin-7.c (dg-options): Likwise. - * gcc.target/i386/cet-intrin-8.c (dg-options): Likwise. - * gcc.target/i386/cet-intrin-9.c (dg-options): Likwise. - * gcc.target/i386/cet-intrin-10.c (dg-options): Likwise. - * gcc.target/i386/cet-rdssp-1.c (dg-options): Likwise. - * (dg-options): Likwise. - * gcc.target/i386/cet-notrack-1a.c (dg-options): Remove - -mno-cet. - * gcc.target/i386/cet-notrack-4a.c (dg-options): Likwise. - * gcc.target/i386/cet-label-3.c: Removed. - * gcc.target/i386/cet-property-3.c: Likwise. - * gcc.target/i386/cet-sjlj-7.c: Likwise. - -2018-04-24 Jakub Jelinek - - PR target/85511 - * gcc.target/i386/pr85511.c: New test. - - PR target/85503 - * g++.dg/ext/pr85503.C: New test. - - PR target/85508 - * gcc.target/i386/pr85508.c: New test. - -2018-04-24 Andreas Krebbel - - PR tree-optimization/85478 - * g++.dg/pr85478.C: New test. - -2018-04-23 Eric Botcazou - - * g++.dg/torture/pr85496.C: New test. - -2018-04-23 Andrey Belevantsev - - PR rtl-optimization/85423 - * gcc.dg/pr85423.c: New test. - -2018-04-20 Martin Sebor - - PR c/85365 - * gcc.dg/Wrestrict-15.c: New test. - -2018-04-20 Michael Meissner - - PR target/85456 - * gcc.target/powerpc/pr85456.c: New test. - -2018-04-20 Bill Schmidt - - * g++.dg/ext/undef-bool-1.C: Require lp64. - * gcc.target/powerpc/undef-bool-2.c: Likewise. - -2018-04-20 Jeff Law - - * gcc.dg/stack-check-5.c: Improve dg-skip-if selector for the - stack protector. - * gcc.dg/stack-check-6.c: Likewise. - * gcc.dg/stack-check-6a.c: Likewise. - * gcc.target/i386/stack-check-17.c: Add dg-skip-if selector. - * gcc.target/i386/stack-check-18.c: Likewise. - * gcc.target/i386/stack-check-19.c: Likewise. - -2018-04-20 Kyrylo Tkachov - - PR testsuite/85483 - * gcc.target/aarch64/sve/vcond_1.c: Move to... - * g++.dg/other/sve_vcond_1.C: ... Here. Add target directives. - * gcc.target/aarch64/sve/vcond_1_run.c: Move to... - * g++.dg/other/sve_vcond_1_run.C: ... Here. Change include file name. - -2018-04-20 H.J. Lu - - PR target/85469 - * gcc.target/i386/pr85044.c (dg-options): Remove -mibt. - * gcc.target/i386/sse-26.c (dg-options): Remove -mno-ibt. - -2018-04-20 Richard Biener - - PR middle-end/85475 - * gcc.dg/torture/pr85475.c: New testcase. - -2018-04-20 Martin Jambor - - ipa/85449 - * gcc.dg/ipa/pr85449.c: New test. - -2018-04-20 Martin Jambor - - ipa/85447 - * g++.dg/ipa/pr85447.C: New file. - * gcc.dg/ipa/ipcp-self-recursion-1.c: Likewise. - -2018-04-20 Jakub Jelinek - - PR c++/85462 - * g++.dg/cpp0x/pr85462.C: New test. - -2018-04-19 H.J. Lu - - * gcc.target/i386/pr85404.c: Require CET target. - -2018-04-19 Jakub Jelinek - - PR tree-optimization/85467 - * gcc.dg/pr85467.c: New test. - -2018-04-19 Paolo Carlini - - PR c++/84611 - * g++.dg/parse/crash68.C: New. - -2018-04-19 H.J. Lu - - PR libgcc/85334 - * g++.dg/torture/pr85334.C: New test. - -2018-04-19 Jonathan Wakely - - PR c++/85464 - missing location for -Wignored-qualifiers diagnostic - * g++.dg/diagnostic/pr85464.C: New. - -2018-04-19 H.J. Lu - - PR target/85397 - * gcc.dg/torture/pr85397-1.c: New test. - * gcc.target/i386/cet-sjlj-6a.c: Adjusted. - * gcc.target/i386/cet-sjlj-6b.c: Likewise. - -2018-04-19 H.J. Lu - - PR target/85404 - * gcc.target/i386/pr85404.c: New test. - -2018-04-19 H.J. Lu - - PR target/85417 - * c-c++-common/attr-nocf-check-1.c: Compile with - -fcf-protection=none. - * c-c++-common/attr-nocf-check-3.c: Likewise. - * gcc.dg/march-generic.c: Likewise. - * gcc.target/i386/align-limit.c: Likewise. - * gcc.target/i386/cet-notrack-icf-1.c: Likewise. - * gcc.target/i386/cet-notrack-icf-3.c: Likewise. - * gcc.target/i386/cet-property-2.c: Likewise. - * gcc.target/i386/ret-thunk-26.c: Likewise. - * c-c++-common/fcf-protection-1.c: Remove dg-error for x86 - targets. - * c-c++-common/fcf-protection-2.c: Likewise. - * c-c++-common/fcf-protection-3.c: Likewise. - * c-c++-common/fcf-protection-5.c: Likewise. - * c-c++-common/fcf-protection-6.c: Likewise. - * c-c++-common/fcf-protection-7.c: Likewise. - * gcc.target/i386/cet-label-3.c: New test. - * gcc.target/i386/cet-property-3.c: Likewise. - * gcc.target/i386/cet-sjlj-7.c: Likewise. - * gcc.target/i386/pr85417-1.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-7.c: Also expect - __x86_indirect_thunk_nt_(r|e)ax - * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. - * gcc.target/i386/pr85403.c: Remove dg-error, - -2018-04-19 Sebastian Peryt - - * gcc.target/i386/movdir-1.c: New test. - -2018-04-19 Richard Biener - - PR middle-end/85455 - * gcc.dg/pr85455.c: New testcase. - -2018-04-19 Christophe Lyon - - * g++.dg/lto/pr85405_0.C: Require shared and fpic effective - targets. - * g++.dg/lto/pr85405b_0.C: Likewise. - * g++.dg/lto/pr84805_0.C: Likewise. - -2018-04-18 Martin Liska - - PR ipa/83983 - PR ipa/85391 - * g++.dg/lto/pr83121_1.C (struct Environment): Adjust expected - output. - -2018-04-18 H.J. Lu - - PR target/85388 - * gcc.dg/pr85388-1.c: New test. - * gcc.dg/pr85388-2.c: Likewise. - * gcc.dg/pr85388-3.c: Likewise. - * gcc.dg/pr85388-4.c: Likewise. - * gcc.dg/pr85388-5.c: Likewise. - * gcc.dg/pr85388-6.c: Likewise. - -2018-04-18 Jan Hubicka - Martin Liska - - * g++.dg/lto/pr83121_0.C: Update template. - * g++.dg/lto/pr83121_1.C: Update template. - * g++.dg/lto/pr84805_0.C: Update template. - * g++.dg/lto/pr84805_1.C: Update template. - * g++.dg/lto/pr84805_2.C: Update template. - -2018-04-18 Paolo Carlini - - PR c++/84630 - * g++.dg/cpp0x/pr84630.C: New. - -2018-04-18 Jakub Jelinek - - PR c++/84463 - * g++.dg/cpp0x/constexpr-nullptr-1.C: Add -O1 to dg-options. - * g++.dg/cpp0x/constexpr-nullptr-2.C: Expect different diagnostics - in two cases. Uncomment two other tests and add expected dg-error for - them. - * g++.dg/init/struct2.C: Cast to int rather than long to avoid - -Wnarrowing diagnostics on some targets for c++11. - * g++.dg/parse/array-size2.C: Remove xfail. - * g++.dg/cpp0x/constexpr-84463.C: New test. - -2018-04-17 Bill Schmidt - - * gcc.target/powerpc/undef-bool-2.c: Add -mvsx. - * gcc.target/g++.dg/ext/undef-bool-1.C: Likewise. - -2018-04-17 Jakub Jelinek - - PR testsuite/85326 - * g++.dg/other/pr81422.C: Require effective target tls and c++11. - * g++.dg/other/pr60675.C: Likewise. Remove -std=c++11 from dg-options. - * g++.dg/other/sve_tls_2.C: Require effective target tls. - -2018-04-13 Kelvin Nilsen - - * gcc.target/powerpc/bfp/scalar-extract-sig-5.c: Simplify to - prevent cascading of errors and change expected error message. - * gcc.target/powerpc/bfp/scalar-test-neg-4.c: Restrict this test - to 64-bit targets. - * gcc.target/powerpc/bfp/scalar-test-data-class-8.c: Likewise. - * gcc.target/powerpc/bfp/scalar-test-data-class-9.c: Likewise. - * gcc.target/powerpc/bfp/scalar-test-data-class-10.c: Likewise. - * gcc.target/powerpc/bfp/scalar-insert-exp-11.c: Change expected - error message. - * gcc.target/powerpc/bfp/scalar-extract-exp-5.c: Likewise. - -2018-04-17 Jakub Jelinek - - PR target/85430 - * gcc.dg/pr85430.c: New test. - -2018-04-17 Kyrylo Tkachov - - PR testsuite/85326 - * gcc.target/arm/pr54300.C: Move to... - * g++.dg/other/pr54300.C: ... Here. Add target directives. - * gcc.target/arm/pr55073.C: Move to... - * g++.dg/other/pr55073.C: ... Here. Add target directives. - * gcc.target/arm/pr56184.C: Move to... - * g++.dg/other/pr56184.C: ... Here. Add target directives. - * gcc.target/arm/pr59985.C: Move to... - * g++.dg/other/pr59985.C: ... Here. Add target directives. - * gcc.target/aarch64/pr60675.C: Move to... - * g++.dg/other/pr60675.C: ... Here. Add target directives. - * gcc.target/aarch64/pr81422.C: Move to... - * g++.dg/other/pr81422.C: ... Here. Add target directives. - * gcc.target/aarch64/sve/const_pred_1.C: Move to... - * g++.dg/other/sve_const_pred_1.C: ... Here. Add target directives. - * gcc.target/aarch64/sve/const_pred_2.C: Move to... - * g++.dg/other/sve_const_pred_2.C: ... Here. Add target directives. - * gcc.target/aarch64/sve/const_pred_3.C: Move to... - * g++.dg/other/sve_const_pred_3.C: ... Here. Add target directives. - * gcc.target/aarch64/sve/const_pred_4.C: Move to... - * g++.dg/other/sve_const_pred_4.C: ... Here. Add target directives. - * gcc.target/aarch64/sve/tls_2.C: Move to... - * g++.dg/other/sve_tls_2.C: ... Here. Add target directives. - * gcc.target/aarch64/pr81414.C: Rename to... - * gcc.target/aarch64/pr81414.c: ... This. - * gcc.target/aarch64/simd/pr67896.C: Rename to... - * gcc.target/aarch64/simd/pr67896.c: ... This. Update error expected - messages. - * gcc.target/aarch64/sve/vcond_1.C: Rename to... - * gcc.target/aarch64/sve/vcond_1.c: ... This. Avoid use of stdint.h. - * gcc.target/aarch64/sve/vcond_1_run.C: Rename to... - * gcc.target/aarch64/sve/vcond_1_run.c: ... This. Update include - file name. - -2018-04-17 Jakub Jelinek - - PR middle-end/85414 - * gcc.dg/pr85414.c: New test. - -2018-04-17 Martin Jambor - - PR ipa/85421 - * g++.dg/ipa/pr85421.C: New test. - -2018-04-17 Martin Liska - - PR lto/85405 - * g++.dg/lto/pr85405b_0.C: New test. - * g++.dg/lto/pr85405b_1.C: New test. - -2018-04-17 Martin Liska - - PR lto/85405 - * g++.dg/lto/pr85405_0.C: New test. - * g++.dg/lto/pr85405_1.C: New test. - -2018-04-17 Martin Liska - - PR ipa/85329 - * g++.dg/ext/pr85329-2.C: New test. - * g++.dg/ext/pr85329.C: New test. - * gcc.target/i386/mvc12.c: New test. - -2018-04-16 Alexandre Oliva - - PR c++/85039 - * g++.dg/pr85039-1.C: New. - * g++.dg/pr85039-2.C: New. - * g++.dg/parse/semicolon3.C: Remove test_offsetof. - -2018-04-16 Bill Schmidt - - PR target/85080 - * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: Skip dump checks - if the target supports efficient unaligned storage accesses. - -2018-04-16 Aaron Sawdey - - PR target/83660 - * gcc.target/powerpc/pr83660.C: New test. - -2018-04-16 H.J. Lu - - PR target/85403 - * gcc.target/i386/pr85403.c: New test. - -2018-04-16 Olga Makhotina - - PR target/84331 - * gcc.target/i386/funcspec-56.inc: Test arch=skylake. - -2018-04-16 Paolo Carlini - Jason Merrill - - PR c++/85112 - * g++.dg/cpp0x/pr85112.C: New. - -2018-04-15 Bill Schmidt - - PR testsuite/85326 - * g++.dg/ext/undef-bool-1.C: New file. - * gcc.target/powerpc/powerpc.exp: Remove .C support. - * gcc.target/powerpc/undef-bool-1.C: Remove file. - -2018-04-14 Segher Boessenkool - - PR target/85293 - * gcc.target/powerpc/pr80098-2.c: Remove -mdirect-move. Remove the - corresponding dg-error clause. - * gcc.target/powerpc/pr80098-3.c: Ditto. - * gcc.target/powerpc/pr80103-1.c: Delete. - -2018-04-14 Andre Vehreschild - - PR fortran/81773 - PR fortran/83606 - * gfortran.dg/coarray/get_to_indexed_array_1.f90: New test. - * gfortran.dg/coarray/get_to_indirect_array.f90: New test. - -2018-04-14 Thomas Koenig - - PR fortran/85387 - * gfortran.dg/implied_do_io_5.f90: New test. - -2018-04-13 Paul A. Clarke - - PR target/83402 - * gcc.target/powerpc/sse2-psllw-1.c: Refactor and add tests for - several values: positive, negative, and zero. - * gcc.target/powerpc/sse2-pslld-1.c: Same. - * gcc.target/powerpc/sse2-psllq-1.c: Same. - -2018-04-13 Vladimir Makarov - - PR rtl-optimization/79916 - * gcc.target/powerpc/pr79916.c: New. - -2018-04-13 Jakub Jelinek - - PR rtl-optimization/85393 - * g++.dg/opt/pr85393.C: New test. - * g++.dg/opt/pr85393-aux.cc: New file. - - PR rtl-optimization/85376 - * gcc.dg/pr85376.c: New test. - -2018-04-13 Andrey Belevantsev - - PR rtl-optimization/83852 - * gcc.dg/pr83852.c: New testcase. - -2018-04-13 Andreas Krebbel - - PR testsuite/85326 - * gcc.target/s390/pr77822-1.C: Rename to ... - * gcc.target/s390/pr77822-1.c: ... this. Add asm scan check. - * gcc.target/s390/pr77822-2.c: Add asm scan check. - * gcc.target/s390/s390.exp: Remove C from testcase regexps. - -2018-04-13 Jan Hubicka - - PR lto/71991 - * gcc.target/i386/pr71991.c: New testcase. - -2018-04-13 Martin Liska - Jakub Jelinek - - PR middle-end/81657 - * gcc.dg/string-opt-1.c: Remove bogus comment. Expect a mempcpy - call. - -2018-04-12 David Malcolm - - PR c++/85385 - * g++.dg/diagnostic/macro-arg-count.C: New test. - -2018-04-12 Thomas Koenig - - PR fortran/83064 - PR testsuite/85346 - * gfortran.dg/do_concurrent_5.f90: Dynamically allocate main work - array and move test to libgomp/testsuite/libgomp.fortran. - * gfortran.dg/do_concurrent_6.f90: New test. - -2018-04-12 Marek Polacek - - PR c++/85258 - * g++.dg/parse/error61.C: New test. - -2018-04-12 Kelvin Nilsen - - PR target/85347 - * gcc.target/powerpc/vec-ldl-1.c: Change dejagnu directives to - specify -mvsx on gcc command line. - -2018-04-12 Jakub Jelinek - - PR target/85328 - * gcc.target/i386/pr85328.c: New test. - -2018-04-12 Andreas Krebbel - - * gcc.target/s390/nobp-no-dwarf2-cfi.c: New test. - -2018-04-12 Jakub Jelinek - - PR rtl-optimization/85342 - * gcc.target/i386/pr85342.c: New test. - -2018-04-11 Jason Merrill - - * lib/asan-dg.exp (check_effective_target_fsanitize_address): False - if ulimit -v is set. - -2018-04-11 Bin Cheng - - PR testsuite/85190 - * gcc.dg/vect/pr81196.c: Remove function with undefined behavior. - -2018-04-11 Paolo Carlini - - * g++.dg/warn/Wzero-as-null-pointer-constant-7.C: Move... - * g++.dg/cpp0x/Wzero-as-null-pointer-constant-3.C: ... here. - -2018-04-11 Jakub Jelinek - - PR c++/70808 - * g++.dg/warn/Wzero-as-null-pointer-constant-7.C: Require c++11 - effective target. - -2018-04-11 Alexander Monakov - - PR target/84301 - * gcc.target/i386/pr84301.c: New test. - -2018-04-11 Jakub Jelinek - - PR tree-optimization/85331 - * gcc.c-torture/execute/pr85331.c: New test. - -2018-04-11 Marek Polacek - - PR c++/85032 - * g++.dg/cpp0x/pr51225.C: Adjust error message. - * g++.dg/cpp1z/constexpr-if21.C: New test. - -2018-04-11 Jakub Jelinek - - PR target/85281 - * gcc.target/i386/pr85281.c: New test. - -2018-04-11 Alexander Monakov - - PR rtl-optimization/84659 - * gcc.dg/pr84659.c: New test. - -2018-04-11 Jakub Jelinek - - PR debug/85302 - * g++.dg/debug/dwarf2/pr85302.C: New test. - -2018-04-11 Thomas Preud'homme - - PR target/85261 - * config/arm/arm-builtins.c (arm_expand_builtin): Force input operand - into register. - -2018-04-10 Paolo Carlini - - PR c++/70808 - * g++.dg/warn/Wzero-as-null-pointer-constant-7.C: New. - -2018-04-10 Segher Boessenkool - - * gcc.target/powerpc/dfmode_off.c: Add -fno-asynchronous-unwind-tables. - * gcc.target/powerpc/dimode_off.c: Ditto. - * gcc.target/powerpc/tfmode_off.c: Ditto. - * gcc.target/powerpc/timode_off.c: Ditto. - -2018-04-10 Kelvin Nilsen - - * gcc.target/powerpc/vec-ldl-1.c: New test. - * gcc.dg/vmx/ops-long-1.c: Correct test programs to reflect - corrections to ABI implementation. - -2018-04-10 Thomas Schwinge - - PR target/85056 - * gcc.target/nvptx/pr85056.c (main): Initialize "sum". - -2018-04-10 Jakub Jelinek - - PR rtl-optimization/85300 - * gcc.dg/pr85300.c: New test. - -2018-04-10 David Malcolm - - PR c++/85110 - * g++.dg/cpp1z/direct-enum-init1.C: Update for the cases - where we now show the pertinent parameter. - * g++.dg/diagnostic/aka2.C: Likewise. - * g++.dg/diagnostic/param-type-mismatch-2.C: Likewise. - -2018-04-10 Jakub Jelinek - - PR fortran/85313 - * gfortran.dg/gomp/pr85313.f90: New test. - -2018-04-10 Paolo Carlini - - PR c++/24314 - * g++.dg/parse/template29.C: New. - -2018-04-10 Bin Cheng - - PR testsuite/85190 - * gcc.dg/vect/pr81196.c: Adjust pointer for aligned access. - -2018-04-10 Jakub Jelinek - - PR target/85177 - PR target/85255 - * gcc.target/i386/avx512f-pr85177.c: New test. - * gcc.target/i386/avx512f-pr85255.c: New test. - -2018-04-10 Richard Sandiford - - PR tree-optimization/85286 - * gcc.dg/vect/pr85286.c: New test. - -2018-04-10 Kyrylo Tkachov - - PR target/85173 - * gcc.target/arm/pr85173.c: New test. - -2018-04-10 Jakub Jelinek - - PR lto/85248 - * gcc.dg/lto/pr85248_0.c: New test. - * gcc.dg/lto/pr85248_1.c: New test. - -2018-04-09 Jan Hubicka - - PR lto/85078 - * g++.dg/torture/pr85078.C: New. - -2018-04-09 Paolo Carlini - - PR c++/85227 - * g++.dg/cpp1z/decomp44.C: New. - * g++.dg/cpp1z/decomp45.C: Likewise. - -2018-04-09 Thomas Koenig - - PR fortran/83064 - * gfortran.dg/do_concurrent_5.f90: New test. - * gfortran.dg/vect/vect-do-concurrent-1.f90: Adjust dg-bogus - message. - -2018-04-09 Thomas Koenig - - PR fortran/51260 - * gfortran.dg/parameter_array_element_3.f90: New test. - -2018-04-09 Jakub Jelinek - - PR c++/85194 - * g++.dg/cpp1z/decomp43.C: New test. - - PR rtl-optimization/80463 - * g++.dg/pr80463.C: Add -w to dg-options. - -2018-04-09 Richard Biener - - PR tree-optimization/85284 - * gcc.dg/torture/pr85284.c: New testcase. - -2018-04-09 Andrey Belevantsev - - PR rtl-optimization/80463 - PR rtl-optimization/83972 - PR rtl-optimization/83480 - - * gcc.dg/pr80463.c: New test. - * g++.dg/pr80463.C: Likewise. - * gcc.dg/pr83972.c: Likewise. - -2018-04-09 Andrey Belevantsev - - PR rtl-optimization/83913 - * gcc.dg/pr83913.c: New test. - -2018-04-09 Andrey Belevantsev - - PR rtl-optimization/83962 - * gcc.dg/pr83962.c: New test. - -2018-04-09 Andrey Belevantsev - - PR rtl-optimization/83530 - * gcc.dg/pr83530.c: New test. - -2018-04-07 Thomas Koenig - - PR middle-end/82976 - * gfortran.dg/realloc_on_assign_16a.f90: New test. - -2018-04-07 Jakub Jelinek - - PR tree-optimization/85257 - * gcc.dg/pr85257.c: New test. - -2018-04-06 Eric Botcazou - - * g++.dg/opt/pr85196.C: New test. - -2018-04-06 David Malcolm - - PR c++/84269 - * g++.dg/lookup/missing-std-include-6.C: Move std::array and - std::tuple here since they need C++11. - * g++.dg/lookup/missing-std-include-8.C: New test. - * g++.dg/lookup/missing-std-include.C: Move std::array and - std::tuple test to missing-std-include-6.C to avoid failures - with C++98. - -2018-04-06 Jakub Jelinek - - PR debug/85252 - * gcc.dg/debug/pr85252.c: New test. - - PR rtl-optimization/84872 - * gcc.dg/graphite/pr84872.c: New test. - - PR c++/85210 - * g++.dg/cpp1z/decomp42.C: New test. - -2018-04-06 David Malcolm - - PR c++/85021 - * g++.dg/lookup/missing-std-include-7.C: New test. - -2018-04-06 Tamar Christina - - * gcc.dg/struct-simple.c: Revert r254862. - * lib/target-supports.exp - (check_effective_target_word_mode_no_slow_unalign): Likewise. - -2018-04-06 Richard Biener - - PR middle-end/85244 - * gcc.dg/torture/pr85244-1.c: New testcase. - * gcc.dg/torture/pr85244-2.c: Likewise. - -2018-04-06 Jakub Jelinek - - PR sanitizer/85213 - * c-c++-common/ubsan/pr85213.c: New test. - -2018-04-06 Richard Biener - - PR middle-end/85180 - * gcc.dg/pr85180.c: New testcase. - -2018-04-06 Andreas Krebbel - - * gcc.target/s390/vector/vcond-shift.c: Use the proper conditions - to trigger the optimization. Do some cleanup and function - renaming. Add more test functions. - -2018-04-06 Andreas Krebbel - - * gcc.target/s390/s390.exp: Remove -O0 from list of torture - options. - * gcc.target/s390/hotpatch-1.c: Skip when building without - optimization. - * gcc.target/s390/hotpatch-10.c: Likewise. - * gcc.target/s390/hotpatch-11.c: Likewise. - * gcc.target/s390/hotpatch-12.c: Likewise. - * gcc.target/s390/hotpatch-13.c: Likewise. - * gcc.target/s390/hotpatch-14.c: Likewise. - * gcc.target/s390/hotpatch-15.c: Likewise. - * gcc.target/s390/hotpatch-16.c: Likewise. - * gcc.target/s390/hotpatch-17.c: Likewise. - * gcc.target/s390/hotpatch-18.c: Likewise. - * gcc.target/s390/hotpatch-19.c: Likewise. - * gcc.target/s390/hotpatch-2.c: Likewise. - * gcc.target/s390/hotpatch-3.c: Likewise. - * gcc.target/s390/hotpatch-4.c: Likewise. - * gcc.target/s390/hotpatch-5.c: Likewise. - * gcc.target/s390/hotpatch-6.c: Likewise. - * gcc.target/s390/hotpatch-7.c: Likewise. - * gcc.target/s390/hotpatch-8.c: Likewise. - * gcc.target/s390/hotpatch-9.c: Likewise. - -2018-04-06 Andreas Krebbel - - * c-c++-common/Wattributes.c: Disable warning for s390* target and - check for an error instead. - * gcc.dg/Wattributes-6.c: Likewise. - -2018-04-05 Jakub Jelinek - - PR c++/85209 - * g++.dg/cpp1z/decomp39.C: New test. - * g++.dg/cpp1z/decomp40.C: New test. - - PR c++/85208 - * g++.dg/cpp1z/decomp41.C: New test. - - PR middle-end/85195 - * gcc.dg/pr85195.c: New test. - -2018-04-05 Paolo Carlini - - PR c++/80956 - * g++.dg/cpp0x/initlist100.C: New. - * g++.dg/cpp0x/initlist101.C: Likewise. - -2018-04-05 Paolo Carlini - - PR c++/84792 - * g++.dg/other/pr84792-1.C: New. - * g++.dg/other/pr84792-2.C: Likewise. - -2018-04-05 Uros Bizjak - - PR target/85193 - * gcc.target/i386/pr85193.c: New test. - -2018-04-05 Alexandre Oliva - - PR c++/84979 - * g++.dg/concepts/pr84979.C: New. - * g++.dg/concepts/pr84979-2.C: New. - * g++.dg/concepts/pr84979-3.C: New. - -2018-04-04 Paolo Carlini - - PR c++/80026 - * g++.dg/cpp0x/variadic174.C: New. - -2018-04-04 Jakub Jelinek - - PR inline-asm/85172 - * g++.dg/ext/builtin13.C: New test. - * g++.dg/ext/atomic-4.C: New test. - - PR c++/85146 - * g++.dg/ext/bases2.C: Expect extra error diagnostics. - * g++.dg/ext/bases3.C: New test. - -2018-04-04 Thomas Preud'homme - - PR target/85203 - * gcc.target/arm/cmse/cmse-1.c: Tighten cmse_nonsecure_caller RTL scan - to match a single insn of the baz function. Move scan directives at - the end of the file below the functions they are trying to test for - better readability. - * gcc.target/arm/cmse/cmse-16.c: New testcase. - -2018-04-04 Peter Bergner - - PR rtl-optimization/84878 - * gcc.target/powerpc/pr84878.c: New test. - -2018-04-04 Michael Matz - - * gcc.dg/Wstringop-overflow-4.c: New test. - * c-c++-common/Wstringop-truncation-4.c: Adjust. - -2018-04-04 Jakub Jelinek - - PR testsuite/85189 - * g++.dg/inherit/override-attribs.C: Use dg-message instead of dg-error - for the diagnostics of overridden functions. Adjust for new wording. - -2018-04-04 Richard Biener - - PR lto/85176 - * g++.dg/lto/pr85176_0.C: New testcase. - -2018-04-04 Richard Biener - - PR testsuite/85191 - * lib/target-supports.exp (check_effective_target_vect_perm_short): - Fix typo. - -2018-04-04 Martin Liska - - PR sanitizer/85174 - * c-c++-common/asan/pointer-compare-1.c: Disable section anchors - and msdata as a workaround for powerpc. - -2018-04-04 Richard Biener - - PR tree-optimization/85168 - * gcc.dg/torture/pr85168.c: New testcase. - -2018-04-04 Alexandre Oliva - - PR c++/84943 - * g++.dg/pr84943.C: New. - * g++.dg/pr84943-2.C: New. - -2018-04-03 Jakub Jelinek - - PR rtl-optimization/85167 - * gcc.dg/pr85167.c: New test. - - PR tree-optimization/85156 - * c-c++-common/pr85156.c: New test. - * gcc.c-torture/execute/pr85156.c: New test. - -2018-04-03 Bill Schmidt - - * gcc.target/powerpc/powerpc.exp: Add .C suffix for main loop. - * gcc.target/powerpc/undef-bool-1.C: New file. - * gcc.target/powerpc/undef-bool-2.c: New file. - -2018-04-03 Paolo Carlini - - PR c++/84768 - * g++.dg/cpp1z/class-deduction52.C: New. - -2018-04-03 Jakub Jelinek - - PR c++/85147 - * g++.dg/cpp0x/pr85147.C: New test. - - PR c++/85140 - * g++.dg/cpp0x/gen-attrs-64.C: New test. - - PR c++/85134 - * g++.dg/gomp/pr85134.C: New test. - * g++.dg/cpp0x/constexpr-ice19.C: Expect one further error. - - PR target/85169 - * gcc.c-torture/execute/pr85169.c: New test. - * gcc.target/i386/avx512f-pr85169.c: New test. - * gcc.target/i386/avx512bw-pr85169.c: New test. - -2018-04-03 Segher Boessenkool - - PR target/85126 - * gcc.target/powerpc/pr69946: Adjust comment. Remove - scan-assembler-times clause. - -2018-04-03 Christophe Lyon - - * gcc.target/arm/armv8_2-fp16-move-1.c: Move -mfloat-abi=hard to - dg-additional-options. - -2018-04-03 Segher Boessenkool - - * gcc.target/powerpc/pr82015.c: Use __vector instead of vector. - -2018-04-03 Richard Biener - - PR testsuite/85154 - * gcc.dg/vect/vect-95.c: Remove scan for alignment peeling. - -2018-04-02 Jim Wilson - - * gcc.target/riscv/pr84660.c: New. - * gcc.target/riscv/shift-and-1.c: New. - * gcc.target/riscv/shift-and-2.c: New. - -2018-04-02 Thomas Koenig - - PR fortran/85102 - * gfortran.dg/array_simplify_2.f90: New test. - -2018-04-01 Jakub Jelinek - - PR middle-end/85090 - * gcc.target/i386/avx512f-pr85090-1.c: New test. - * gcc.target/i386/avx512f-pr85090-2.c: New test. - * gcc.target/i386/avx512f-pr85090-3.c: New test. - * gcc.target/i386/avx512bw-pr85090-2.c: New test. - * gcc.target/i386/avx512bw-pr85090-3.c: New test. - -2018-03-31 Alexandre Oliva - - PR c++/85027 - * g++.dg/pr85027.C: New. - -2018-03-31 Segher Boessenkool - - PR target/83315 - * gcc.target/powerpc/sse-maxps-2.c: New test. - * gcc.target/powerpc/sse-minps-2.c: New test. - -2018-03-30 Jakub Jelinek - - PR c++/84791 - * g++.dg/gomp/pr84791.C: New test. - -2018-03-30 Paul Thomas - - PR fortran/84931 - * gfortran.dg/array_constructor_53.f90: New test. - -2018-03-30 Thomas Koenig - - PR fortran/85130 - * gfortran.dg/substr_6.f90: Remove illegal test for - out-of-bounds substring. - -2017-03-30 Thomas Koenig - - PR fortran/85111 - * gfortran.dg/zero_sized_10.f90: New test. - -2018-03-29 David Malcolm - - PR c++/84269 - * g++.dg/lookup/missing-std-include-6.C: New test. - * g++.dg/lookup/missing-std-include.C: Add std::pair and - std::tuple tests. - * g++.dg/spellcheck-reswords.C: Expect a hint about . - * g++.dg/spellcheck-stdlib.C: Add tests for names in , - , , and . - -2018-03-29 Vladimir Makarov - - PR inline-asm/84985 - * gcc.target/i386/pr84985.c: New. - -2018-03-29 David Malcolm - - PR c++/85110 - * g++.dg/diagnostic/param-type-mismatch-2.C: New test. - -2018-03-29 Jakub Jelinek - - PR c++/85108 - * g++.dg/warn/Wunused-var-31.C: New test. - - PR c/85094 - * c-c++-common/Wduplicated-branches-14.c: New test. - -2018-03-29 Paolo Carlini - - PR c++/84606 - * g++.dg/cpp0x/pr84606.C: New. - -2018-03-29 Carl Love - - Revert - 2017-09-27 Carl Love - - * gcc.target/powerpc/builtin-fctid-fctiw-runnable.c: New test file - for the __builtin_fctid and __builtin_fctiw. - -2018-03-28 Peter Bergner - - PR target/84912 - * gcc.target/powerpc/extend-divide-1.c (div_weo): Remove test for - deleted builtin function. - (div_weuo): Likewise. - * gcc.target/powerpc/extend-divide-2.c (div_deo): Likewise. - (div_deuo): Likewise. - -2018-03-28 Paolo Carlini - - PR c++/85028 - * g++.dg/other/default13.C: New. - -2018-03-28 Jakub Jelinek - - PR target/85095 - * gcc.target/i386/pr85095-1.c: New test. - * gcc.target/i386/pr85095-2.c: New test. - * gcc.c-torture/execute/pr85095.c: New test. - - PR tree-optimization/82004 - * gcc.dg/pr82004.c: New test. - -2018-03-28 Jakub Jelinek - Martin Liska - - PR sanitizer/85081 - * g++.dg/asan/pr85081.C: New test. - -2018-03-28 Alexandre Oliva - - PR c++/84789 - * g++.dg/template/pr84789.C: Adjust for testing with - -fconcepts too. - - PR c++/84973 - * g++.dg/template/pr84973.C: New. - * g++.dg/template/pr84973-2.C: New. - * g++.dg/template/pr84973-3.C: New. - - PR c++/84968 - * g++.dg/eh/pr84968.C: New. - -2018-03-27 Michael Meissner - - PR target/84914 - * gcc.target/powerpc/mulkc-2.c: New tests to make sure complex - long double multiply/divide uses the correct function. - * gcc.target/powerpc/mulkc-3.c: Likewise. - * gcc.target/powerpc/divkc-2.c: Likewise. - * gcc.target/powerpc/divkc-3.c: Likewise. - -2018-03-27 Paolo Carlini - - PR c++/85067 - * g++.dg/cpp0x/defaulted51.C: New. - * g++.dg/cpp0x/constexpr-68754.C: Adjust. - -2018-03-27 Jakub Jelinek - - PR c++/85077 - * g++.dg/ext/vector35.C: New test. - - PR c++/85061 - * g++.dg/ext/builtin-offsetof3.C: New test. - - PR c++/85076 - * g++.dg/cpp1y/pr85076.C: New test. - -2018-03-27 Thomas Koenig - - PR fortran/85084 - * gfortran.dg/matmul_rank_1.f90: New test. - -2018-03-27 Thomas Koenig - Harald Anlauf - - * gfortran.dg/structure_constructor_15.f90: New test. - -2018-03-27 Volker Reichelt - - * g++.dg/cpp0x/defaulted2.C: Use dg-message instead of dg-error - for the diagnostics of overridden functions. Adjust for new wording. - * g++.dg/cpp0x/implicit1.C: Likewise. - * g++.dg/cpp0x/override1.C: Likewise. - * g++.dg/cpp1y/auto-fn18.C: Likewise. - * g++.dg/eh/shadow1.C: Likewise. - * g++.dg/inherit/covariant12.C: Likewise. - * g++.dg/inherit/covariant14.C: Likewise. - * g++.dg/inherit/covariant15.C: Likewise. - * g++.dg/inherit/covariant16.C: Likewise. - * g++.dg/inherit/covariant22.C: Likewise. - * g++.dg/inherit/crash3.C: Likewise. - * g++.dg/inherit/error2.C: Likewise. - * g++.dg/template/crash100.C: Likewise. - * g++.old-deja/g++.eh/spec6.C: Likewise. - * g++.old-deja/g++.mike/p811.C: Likewise. - * g++.old-deja/g++.other/virtual11.C: Likewise. - * g++.old-deja/g++.other/virtual4.C: Likewise. - -2018-03-27 H.J. Lu - - PR target/85044 - * gcc.target/i386/pr85044.c: New test. - -2018-03-27 Martin Sebor - - PR testsuite/83462 - * c-c++-common/Warray-bounds-4.c: Disable assertion for targets - other than x86. - -2018-03-27 Kyrylo Tkachov - - PR target/83009 - * gcc.target/aarch64/store_v2vec_lanes.c: XFAIL for ilp32. - -2018-03-27 Ramana Radhakrishnan - - PR target/81863 - * gcc.target/arm/pr81863.c: New test. - -2018-03-27 Cesar Philippidis - - PR target/85056 - * gcc.target/nvptx/pr85056.c: New test. - * gcc.target/nvptx/pr85056a.c: New test. - -2018-03-27 Richard Biener - - PR testsuite/82847 - * lib/target-supports.exp (check_ssse3_available): New function. - (check_effective_target_vect_perm_short): Enable for x86 if - check_ssse3_available. - -2018-03-27 Richard Biener - - PR tree-optimization/85082 - * gfortran.dg/pr85082.f90: New testcase. - -2018-03-27 Chenghua Xu - - * gcc.target/mips/umips-stroe16-2.c: Change "length = 2" - to "l=2" in dg-final. - -2018-03-27 Chenghua Xu - - * gcc.target/mips/fix-r4000-1.c: Delete "[^\n]+" in dg-final. - * gcc.target/mips/fix-r4000-2.c: Likewise. - * gcc.target/mips/fix-r4000-3.c: Likewise. - * gcc.target/mips/fix-r4000-4.c: Likewise. - * gcc.target/mips/fix-r4000-5.c: Likewise. - * gcc.target/mips/fix-r4000-6.c: Likewise. - * gcc.target/mips/fix-r4000-7.c: Likewise. - * gcc.target/mips/fix-r4000-8.c: Likewise. - * gcc.target/mips/fix-r4000-9.c: Likewise. - * gcc.target/mips/fix-r4000-10.c: Likewise. - * gcc.target/mips/fix-r4000-7.c: Change dg-final - "mulditi3_r4000" instead of "mulditi3". - * gcc.target/mips/fix-r4000-8.c: Change dg-final - "umulditi3_r4000" instead of "umulditi3". - -2018-03-27 Jakub Jelinek - - PR c++/85068 - * g++.dg/inherit/covariant22.C: New test. - -2018-03-27 Richard Biener - - PR testsuite/84004 - * gcc.dg/vect/vect-95.c: Never expect the loop to be peeled for - alignment. - -2018-03-27 Paolo Carlini - Jason Merrill - - PR c++/84632 - * g++.dg/init/array49.C: New. - * g++.dg/torture/pr70499.C: Adjust. - -2018-03-26 Uros Bizjak - - PR target/85073 - * gcc.target/i386/pr85073.c: New test. - -2018-03-26 Richard Biener - - PR testsuite/85066 - * gcc.dg/vect/costmodel/x86_64/costmodel-pr84986.c: Use long long - instead of long. - -2018-03-26 Thomas Koenig - - PR fortran/66709 - * gfortran.dg/parameter_array_format.f90: New test. - -2018-03-25 Thomas Koenig - Neil Carlson - - PR fortran/84381 - * gfortran.dg/literal_character_constant_1.inc: Replace - call abort by STOP n. - * gfortran.dg/overload_1.f90: Likewise. - -2018-03-25 Seth Johnson - Dominique d'Humieres - - PR fortran/84924 - * gfortran.dg/scalar_pointer_1.f90: New test. - -2018-03-25 Tom de Vries - - * gcc.dg/tree-ssa/vrp104.c: Make scan-tree-dump-times pattern more - precise. - -2018-03-24 Jerry DeLisle - - PR fortran/69497 - * gfortran.dg/pr89497.f90: New test. - -2018-03-24 Thomas Koenig - - PR fortran/70068 - * gfortran.dg/substr_7.f90: New test. - -2018-03-24 Steven G. Kargl - - PR fortran/42651 - * gfortran.dg/pr42651.f90: New test. - * gfortran.dg/func_result_7.f90: Update error message. - -2018-03-24 Richard Sandiford - - PR tree-optimization/84005 - * gcc.dg/vect/bb-slp-1.c: Make sure there is no message about - failing to force the alignment. - -2018-03-23 Peter Bergner - - * gcc.target/powerpc/builtins-1-le.c : Rename duplicate test - from this to... - : ...this. - -2018-03-23 Peter Bergner - - * gcc.target/powerpc/builtins-1-le.c: Filter out gimple folding disabled - message. Fix scan-assembler patterns. - -2018-03-23 Jakub Jelinek - - PR c++/85015 - * g++.dg/cpp0x/pr85015.C: New test. - - PR c++/84942 - * g++.dg/cpp1y/pr84942.C: New test. - -2018-03-23 Vladimir Makarov - - PR inline-asm/85030 - * gcc.target/i386/pr85030.c: New. - -2018-03-23 Kyrylo Tkachov - - PR target/85026 - * g++.dg/pr85026.C: New test. - -2018-03-23 David Edelsohn - - * g++.dg/debug/pr84704.C: XFAIL AIX. - -2018-03-23 Sudakshina Das - - PR target/84826 - * gcc.target/arm/pr84826.c: Add dg directive. - -2018-03-23 Marek Polacek - - PR c++/85033 - * g++.dg/ext/builtin-offsetof2.C: New test. - - PR c++/85045 - * g++.dg/cpp0x/Wnarrowing5.C: New test. - * gcc.dg/pr85045.c: New test. - -2018-03-23 Eric Botcazou - - PR debug/85020 - * gnat.dg/lto22.adb: New test. - * gnat.dg/lto22_pkg1.ad[sb]: New helper. - * gnat.dg/lto22_pkg2.ads: Likewise. - -2018-03-23 Jakub Jelinek - - PR c/80778 - * gcc.dg/lto/pr80778_0.c: New test. - - PR inline-asm/85034 - * gcc.target/i386/pr85034.c: New test. - - PR inline-asm/85022 - * c-c++-common/torture/pr85022.c: New test. - - PR sanitizer/85029 - * g++.dg/ubsan/pr85029.C: New test. - -2018-03-23 Alexandre Oliva - - PR c++/71251 - * g++.dg/cpp0x/pr71251.C: New. - - PR c++/84789 - * g++.dg/template/pr84789.C: New. - * g++.dg/template/pr84789-2.C: New. - * g++.dg/template/pr84789-3.C: New. - * g++.dg/parse/dtor11.C: Accept alternate error message. - - PR c++/84729 - * g++.dg/pr84729.C: New. - * g++.old-deja/g++.ext/arrnew2.C: Require error. - * g++.old-deja/g++.robertl/eb58.C: Likewise. - * g++.old-deja/g++.robertl/eb63.C: Likewise. - -2018-03-22 Steven G. Kargl - - PR fortran/84922 - * gfortran.dg/interface_42.f90: New test. - * gfortran.dg/interface_43.f90: New test. - -2018-03-22 Sudakshina Das - - PR target/84826 - * gcc.target/arm/pr84826.c: New test. - -2018-03-22 Christophe Lyon - - * gcc.target/arm/addr-modes-float.c: Move dg-do before - dg-require-effective-target. - * gcc.target/arm/addr-modes-int.c: Likewise. - * gcc.target/nios2/lo-addr-tls.c: Likewise. - -2018-03-22 Kelvin Nilsen - - PR target/84760 - * gcc.target/powerpc/altivec-ld-1.c: New test. - -2018-03-22 Bin Cheng - - * gcc.dg/graphite/pr83126.c: Require pthread for the test. - -2018-03-22 Jakub Jelinek - - PR inline-asm/84941 - * gcc.dg/pr84941.c: New test. - -2018-03-22 Tom de Vries - - PR tree-optimization/84956 - * gcc.dg/pr84956.c: New test. - -2018-03-22 Marek Polacek - - PR c++/84854 - * g++.dg/cpp1z/constexpr-if15.C: New test. - * g++.dg/cpp1z/constexpr-if16.C: New test. - -2018-03-21 Joseph Myers - - * gcc.dg/builtin-tgmath-3.c: New test. - -2018-03-21 Alexandre Oliva - - PR c++/71965 - * g++.dg/concepts/pr71965.C: New. - - PR c++/84610 - PR c++/84642 - * g++.dg/cpp0x/pr84610.C: New. - * g++.dg/cpp0x/pr84642.C: New. - -2018-03-21 Jakub Jelinek - - PR c/84999 - * c-c++-common/pr84999.c: New test. - -2018-03-21 Paolo Carlini - - PR c++/84972 - * g++.dg/ext/desig10.C: New. - -2018-03-21 Thomas Koenig - Harald Anlauf - - PR fortran/84957 - * gfortran.dg/pr84957.f90: New test. - -2018-03-21 Jakub Jelinek - - PR tree-optimization/84960 - * gcc.c-torture/compile/pr84960.c: New test. - -2018-03-21 Richard Sandiford - - PR tree-optimization/84811 - * gcc.dg/torture/pr84811.c: New test. - -2018-03-21 Jakub Jelinek - - PR tree-optimization/84982 - * c-c++-common/pr84982.c: New test. - - PR c++/84961 - * c-c++-common/pr43690.c: Don't expect errors on "m" (--x) and - "m" (++x) in C++. - * g++.dg/torture/pr84961-1.C: New test. - * g++.dg/torture/pr84961-2.C: New test. - -2018-03-21 Nathan Sidwell - - PR c++/85008 - * g++.dg/pr85008.C: New. - -2018-03-21 Janne Blomqvist - - PR fortran/84615 - * gfortran.dg/char_result_17.f90: New test. - -2018-03-21 David Malcolm - - PR c++/84994 - * g++.dg/other/accessor-fixits-1.C: Move to... - * g++.dg/torture/accessor-fixits-1.C: ...here. - * g++.dg/other/accessor-fixits-2.C: Move to... - * g++.dg/torture/accessor-fixits-2.C: ...here. - * g++.dg/other/accessor-fixits-3.C: Move to... - * g++.dg/torture/accessor-fixits-3.C: ...here. - * g++.dg/other/accessor-fixits-4.C: Move to... - * g++.dg/torture/accessor-fixits-4.C: ...here. - * g++.dg/other/accessor-fixits-5.C: Move to... - * g++.dg/torture/accessor-fixits-5.C: ...here. - * g++.dg/torture/accessor-fixits-6.C: New testcase. - * g++.dg/torture/accessor-fixits-7.C: New testcase. - * g++.dg/torture/accessor-fixits-8.C: New testcase. - -2018-03-21 Rainer Orth - - * gcc.dg/tree-ssa/pr84512.c: xfail on 64-bit SPARC. - -2018-03-21 Sudakshina Das - - PR target/82989 - * gcc.target/arm/pr82989.c: Change dg scan-assembly directives. - -2018-03-21 Nathan Sidwell - - PR c++/84804 - * g++.dg/lookup/pr84804.C: New. - -2018-03-21 Martin Sebor - - PR c++/84850 - * g++.dg/Wclass-memaccess-3.C: New test. - * g++.dg/Wclass-memaccess-4.C: New test. - -2018-03-21 David Malcolm - - PR c++/84892 - * g++.dg/other/accessor-fixits-1.C - (test_access_const_t1_color): New. - (test_deref_const_t1_color): New. - * g++.dg/other/accessor-fixits-5.C: New testcase. - -2018-03-21 Tom de Vries - - PR tree-optimization/83126 - * gcc.dg/graphite/pr83126.c: New test. - -2018-03-21 Nathan Sidwell - - * g++.dg/ext/anon-struct6.C: Adjust. - * g++.dg/ext/deprecate-1.C: New. - * g++.dg/ext/deprecate-2.C: New. - * g++.dg/lookup/pr84602.C: Adjust. - * g++.dg/lookup/pr84962.C: Adjust. - * g++.old-deja/g++.other/anon4.C - - PR c++/84836 - * g++.dg/lookup/pr84836.C: New. - -2018-03-21 Bin Cheng - - PR tree-optimization/84969 - * gcc.dg/tree-ssa/pr84969.c: New test. - -2018-03-21 Jakub Jelinek - - PR rtl-optimization/84989 - * gcc.target/i386/pr84989.c: New test. - -2018-03-21 Christophe Lyon - - * gcc.target/arm/pr82518.c: Require arm_neon_hw. - -2018-03-21 Martin Liska - - PR ipa/84963 - * gfortran.dg/goacc/pr84963.f90: New test. - -2018-03-21 Marek Polacek - - PR c++/71638, ICE with NSDMI and reference. - * g++.dg/cpp0x/nsdmi14.C: New test. - * g++.dg/cpp1y/nsdmi-aggr10.C: New test. - -2018-03-21 Chenghua Xu - - * gcc.dg/vect/vect-strided-shift-1.c: Add dg-skip-if for - MIPS with -mpaired-single directives. - -2018-03-20 Steven G. Kargl - - PR fortran/85001 - * gfortran.dg/interface_41.f90: New test. - -2018-03-20 Jakub Jelinek - - PR debug/84875 - * gcc.dg/pr84875.c: New test. - -2018-03-20 Marek Polacek - - PR c++/84978, ICE with NRVO. - * g++.dg/opt/nrv19.C: New test. - -2018-03-20 Kyrylo Tkachov - - PR target/82518 - * lib/target-supports.exp (check_effective_target_vect_load_lanes): - Disable for armeb targets. - * gcc.target/arm/pr82518.c: New test. - -2018-03-20 Nathan Sidwell - - PR c++/84962 - * g++.dg/lookup/pr84962.C: New. - - PR c++/84970 - * g++.dg/lookup/pr84970.C: New. - -2018-03-20 Richard Biener - - PR target/84986 - * gcc.dg/vect/costmodel/x86_64/costmodel-pr84986.c: New testcase. - -2018-03-20 Martin Liska - - PR ipa/84825 - * g++.dg/ipa/pr84825.C: New test. - -2018-03-20 Martin Liska - - * gcc.dg/lto/chkp-ctor-merge_0.c: Remove. - -2018-03-20 Jakub Jelinek - - PR target/84845 - * gcc.c-torture/compile/pr84845.c: New test. - -2018-03-20 Sudakshina Das - - PR target/82989 - * gcc.target/arm/pr82989.c: New test. - -2018-03-20 Jakub Jelinek - - PR target/84945 - * gcc.target/i386/pr84945.c: New test. - -2018-03-20 Christophe Lyon - - PR target/81647 - * gcc.target/aarch64/pr81647.c: Require fenv_exceptions. - -2018-03-20 Jakub Jelinek - - PR c/84953 - * gcc.dg/pr84953.c: New test. - -2018-03-19 Marek Polacek - - PR c++/84925 - * g++.dg/cpp1z/lambda-__func__.C: New test. - - PR c++/84927 - * g++.dg/cpp1y/nsdmi-aggr9.C: New test. - -2018-03-19 Maxim Ostapenko - - PR sanitizer/78651 - * g++.dg/asan/pr78651.C: New test. - -2018-03-19 Tom de Vries - - * gcc.dg/tree-ssa/pr84512.c: Don't require effective target - vect_int_mult. Add nvptx xfail for PR84958. - -2018-03-19 Nathan Sidwell - - PR c++/84835 - * g++.dg/cpp1y/pr84835.C: New. - -2018-03-19 Sudakshina Das - - PR target/81647 - * gcc.target/aarch64/pr81647.c: New. - -2018-03-19 Richard Biener - - PR tree-optimization/84933 - * g++.dg/pr84933.C: New testcase. - -2018-03-19 Richard Biener - - PR tree-optimization/84859 - * gcc.dg/tree-ssa/pr84859.c: New testcase. - * gcc.dg/tree-ssa/pr35286.c: Disable cselim. - * gcc.dg/tree-ssa/split-path-6.c: Likewise. - * gcc.dg/tree-ssa/split-path-7.c: Likewise. - -2018-03-19 Nathan Sidwell - - PR c++/84812 - * g++.dg/lookup/pr84812.C: New. - -2018-03-19 Richard Biener - - PR tree-optimization/84929 - * gcc.dg/torture/pr84929.c: New testcase. - -2018-03-19 Tamar Christina - - PR target/84711 - * gcc.target/arm/big-endian-subreg.c: Delete. - -2018-03-19 Thomas Koenig - - PR fortran/84931 - * gfortran.dg/array_constructor_52.f90: New test. - -2018-03-17 Steven G. Kargl - - PR fortran/77414 - * gfortran.dg/pr77414.f90: New test. - * gfortran.dg/internal_references_1.f90: Adjust error message. - -2018-03-18 Steven G. Kargl - - PR fortran/65453 - * gfortran.dg/pr65453.f90: New test. - -2018-03-18 Richard Sandiford - - PR tree-optimization/84913 - * gfortran.dg/vect/pr84913.f90: New test. - -2018-03-18 Thomas Koenig - - PR fortran/79929 - * gfortran.dg/warn_concat.f90: New test. - -2018-03-16 Jakub Jelinek - - PR target/84899 - * gcc.dg/pr84899.c: New test. - -2018-03-16 Steven G. Kargl - - PR fortran/69395 - * gfortran.dg/pr69395.f90: Add test for max dimensions - -2018-03-16 Vladimir Makarov - - PR target/84876 - * gcc.target/i386/pr84876.c: New test. - -2018-03-16 Martin Liska - - PR ipa/84833 - * gcc.target/i386/mvc11.c: New test. - -2018-03-16 Martin Liska - - PR ipa/84722 - * gcc.target/i386/mvc10.c: New test. - -2018-03-16 Jakub Jelinek - - PR c++/79937 - PR c++/82410 - * g++.dg/cpp1y/pr79937-1.C: New test. - * g++.dg/cpp1y/pr79937-2.C: New test. - * g++.dg/cpp1y/pr79937-3.C: New test. - * g++.dg/cpp1y/pr79937-4.C: New test. - * g++.dg/cpp1y/pr82410.C: New test. - -2018-03-16 Tom de Vries - - * gcc.dg/tree-ssa/pr84512.c: Require effective target vect_int_mult. - -2018-03-16 Tom de Vries - - * gcc.dg/builtin-unreachable-6.c: Require effective target label_values. - -2018-03-16 Jakub Jelinek - - PR c++/84874 - * g++.dg/cpp2a/desig8.C: New test. - - PR tree-optimization/84841 - * gcc.dg/pr84841.c: New test. - - PR c++/84874 - * g++.dg/cpp2a/desig7.C: New test. - -2018-03-16 Mark Doffman - Jim MacArthur - - * gfortran.dg/automatic_1.f90: New test. - * gfortran.dg/automatic_repeat.f90: New test - * gfortran.dg/automatic_save.f90: New test. - * gfortran.dg/vax_structure.f90: New test. - -2018-03-15 Steven G. Kargl - - PR fortran/78741 - * gfortran.dg/pr78741.f90: New test. - -2018-03-15 Steven G. Kargl - - PR fortran/69395 - * gfortran.dg/pr69395.f90: New test. - -2018-03-15 Jakub Jelinek - - PR c++/79085 - * g++.dg/opt/pr79085.C: New test. - -2018-03-15 H.J. Lu - - PR target/84574 - * gcc.target/i386/ret-thunk-9.c: Expect __x86_return_thunk - label instead of __x86_indirect_thunk label. - -2018-03-15 Jakub Jelinek - - PR c++/84222 - * g++.dg/warn/deprecated.C (T::member3): Change dg-warning to dg-bogus. - * g++.dg/warn/deprecated-6.C (T::member3): Likewise. - * g++.dg/warn/deprecated-13.C: New test. - -2018-03-15 Olga Makhotina - - * gcc.target/i386/sgx.c (_enclv_u32): Test new intrinsic. - -2018-03-15 Richard Biener - - PR c/84873 - * c-c++-common/pr84873.c: New testcase. - -2018-03-15 Tamar Christina - - PR target/84711 - * gcc.target/arm/big-endian-subreg.c: New. - -2018-03-15 Jakub Jelinek - - PR target/84860 - * gcc.c-torture/compile/pr84860.c: New test. - -2018-03-15 Julia Koval - - * gcc.target/i386/builtin_target.c (check_intel_cpu_model): Add - cannonlake. - (check_features): Add avx512vbmi2, gfni, vpclmulqdq, avx512vnni, - avx512bitalg. - -2018-03-15 Jakub Jelinek - - PR c/84853 - * gcc.dg/pr84853.c: New test. - -2018-03-14 Carl Love - - * gcc.target/powerpc/builtins-7-runnable.c: New test file. - -2018-03-14 Martin Liska - - PR ipa/8480 - * g++.dg/lto/pr84805_0.C: New test. - * g++.dg/lto/pr84805_1.C: New test. - * g++.dg/lto/pr84805_2.C: New test. - -2018-03-14 David Malcolm - - PR c/84852 - * gcc.dg/fixits-pr84852-1.c: New test. - * gcc.dg/fixits-pr84852-2.c: New test. - -2018-03-14 Thomas Preud'homme - - * lib/scanasm.exp (scan-assembler-times): Move FAIL debug info into a - separate verbose message. - * lib/scandump.exp (scan-dump-times): Likewise. - -2018-03-14 Julia Koval - - * g++.dg/ext/mv16.C: Split up icelake on icelake client and icelake - server. - * gcc.target/i386/funcspec-56.inc: Ditto. - -2018-03-14 Richard Sandiford - - * gcc.target/aarch64/sve/mul_highpart_1_run.c: Restrict to - aarch64_sve_hw. - -2018-03-14 Jakub Jelinek - - PR sanitizer/83392 - * c-c++-common/ubsan/ptr-overflow-sanitization-1.c: Adjust expected - check count from 17 to 14. - - PR target/84844 - * gcc.target/i386/pr84844.c: New test. - -2018-03-14 Richard Biener - - PR tree-optimization/84830 - * gcc.dg/torture/pr84830.c: New testcase. - -2018-03-14 Marek Polacek - - PR c++/84596 - * g++.dg/cpp0x/static_assert15.C: New test. - -2018-03-13 Steven G. Kargl - - PR fortran/61775 - * gfortran.dg/pr61775.f90: New test. - -2018-03-13 Jakub Jelinek - - PR c++/84843 - * g++.dg/ext/pr84843-1.C: New test. - * g++.dg/ext/pr84843-2.C: New test. - -2018-03-13 David Pagan - - PR c/46921 - * gcc.dg/pr46921.c: New test. - -2018-03-13 Martin Sebor - - PR tree-optimization/84725 - * c-c++-common/Wstringop-truncation-4.c: New test. - * c-c++-common/attr-nonstring-5.c: New test. - -2018-03-13 Richard Sandiford - - * gcc.target/aarch64/sve/unpack_fcvt_signed_1.c: Expect zips rather - than unpacks. - * gcc.target/aarch64/sve/unpack_fcvt_unsigned_1.c: Likewise. - * gcc.target/aarch64/sve/unpack_float_1.c: Likewise. - -2018-03-13 Richard Sandiford - - * gcc.target/aarch64/sve/tls_1.c: New test. - * gcc.target/aarch64/sve/tls_2.C: Likewise. - -2018-03-13 Richard Sandiford - - * gcc.target/aarch64/sve/mul_highpart_1.c: New test. - * gcc.target/aarch64/sve/mul_highpart_1_run.c: Likewise. - -2018-03-13 Martin Liska - - PR ipa/84658. - * g++.dg/ipa/pr84658.C: New test. - -2018-03-13 Jakub Jelinek - - PR middle-end/84834 - * gcc.dg/pr84834.c: New test. - - PR target/84827 - * gcc.target/i386/pr84827.c: New test. - - PR target/84828 - * g++.dg/ext/pr84828.C: New test. - - PR target/84786 - * gcc.target/i386/avx512f-pr84786-1.c: New test. - * gcc.target/i386/avx512f-pr84786-2.c: New test. - - PR c++/84808 - * g++.dg/cpp1y/constexpr-84808.C: New test. - - PR c++/84704 - * g++.dg/debug/pr84704.C: New test. - -2018-03-12 Renlin Li - - * gcc.target/aarch64/movi_hf.c: New. - * gcc.target/aarch64/f16_mov_immediate_1.c: Update. - * gcc.target/aarch64/f16_mov_immediate_2.c: Update. - -2018-03-12 Martin Sebor - - PR tree-optimization/83456 - * c-c++-common/Wrestrict-2.c: Remove test cases. - * c-c++-common/Wrestrict.c: Same. - * gcc.dg/Wrestrict-12.c: New test. - * gcc.dg/Wrestrict-14.c: New test. - -2018-03-12 H.J. Lu - - * g++.dg/pr84821.C: New test. - -2018-03-12 H.J. Lu - - * gcc.dg/pr84799.c: New test. - -2018-03-12 Richard Biener - - PR tree-optimization/84803 - * gcc.dg/torture/pr84803.c: New testcase. - -2018-03-12 Jakub Jelinek - - PR c++/84813 - * g++.dg/debug/pr84813.C: New test. - -2018-03-11 Paul Thomas - - PR fortran/84546 - * gfortran.dg/unlimited_polymorphic_29.f90: New test. - -2018-03-11 Steven G. Kargl - - PR fortran/83939 - * gfortran.dg/pr83939.f90 - -2018-03-11 Thomas Koenig - - PR fortran/66128 - * gfortran.dg/zero_sized_9.f90: New test. - -2018-03-11 Jakub Jelinek - - PR debug/58150 - * g++.dg/debug/dwarf2/enum2.C: New test. - -2018-03-10 Steven G. Kargl - - PR fortran/84734 - * gfortran.dg/pr84734.f90: New test. - -2018-03-10 Eric Botcazou - - * gnat.dg/prot3.adb: New test. - * gnat.dg/prot3_pkg.ad[sb]: New helper. - -2018-03-09 Jason Merrill - Paolo Carlini - - PR c++/71169 - PR c++/71832 - * g++.dg/cpp0x/pr71169.C: New. - * g++.dg/cpp0x/pr71169-2.C: Likewise. - * g++.dg/cpp0x/pr71832.C: Likewise. - -2018-03-09 Peter Bergner - - PR target/83969 - * gcc.target/powerpc/pr83969.c: New test. - -2018-03-09 Jakub Jelinek - - PR target/84772 - * gcc.dg/pr84772.c: New test. - - PR c++/84076 - * g++.dg/warn/Wformat-2.C: New test. - - PR c++/84767 - * g++.dg/ext/vla18.C: New test. - -2018-03-09 Martin Sebor - - PR tree-optimization/84526 - * gcc.dg/Wrestrict-10.c: New test. - * gcc.dg/Wrestrict-11.c: New test. - -2018-03-09 Alexandre Oliva - - PR rtl-optimization/84682 - * gcc.dg/torture/pr84682-1.c: New. - * gcc.dg/torture/pr84682-2.c: New. - * gcc.dg/torture/pr84682-3.c: New. - -2018-03-09 Jakub Jelinek - - PR c++/84724 - * g++.dg/ext/pr84724.C: New test. - -2018-03-09 Vladimir Makarov - - PR target/83712 - * gcc.target/arm/pr83712.c: New. - -2018-03-09 Richard Biener - - PR tree-optimization/84775 - * gcc.dg/torture/pr84775.c: New testcase. - -2018-03-09 Jakub Jelinek - - PR debug/84404 - * gcc.dg/graphite/pr84404.c: Only compile on pthread effective - targets. - -2018-03-09 Eric Botcazou - - * gcc.c-torture/compile/20180309-1.c: New test. - -2018-03-08 Jakub Jelinek - - PR c++/80598 - * g++.dg/warn/Wunused-function4.C: New test. - - PR inline-asm/84742 - * gcc.target/i386/pr84742-1.c: New test. - * gcc.target/i386/pr84742-2.c: New test. - -2018-03-08 Kyrylo Tkachov - - PR target/84748 - * gcc.c-torture/execute/pr84748.c: New test. - -2018-03-08 Richard Biener - - PR middle-end/84552 - * gcc.dg/graphite/pr84552.c: New testcase. - -2018-03-08 Richard Biener - - PR tree-optimization/84178 - * gcc.dg/torture/pr84178-2.c: New testcase. - -2018-03-08 David Malcolm - - PR tree-optimization/84178 - * gcc.c-torture/compile/pr84178-1.c: New test. - -2018-03-08 Thomas Schwinge - - * lib/target-supports.exp: Do not return zero from a ifunc - function. - -2018-03-08 Richard Biener - - PR tree-optimization/84746 - * gcc.dg/torture/pr84746.c: New testcase. - - -2018-03-08 Alexandre Oliva - PR debug/84404 - PR debug/84408 - * gcc.dg/graphite/pr84404.c: New. - -2018-03-08 Jakub Jelinek - - PR tree-optimization/84740 - * gcc.dg/torture/pr84740.c: New test. - - PR tree-optimization/84739 - * gcc.dg/pr84739.c: New test. - -2018-03-07 Martin Sebor - - PR tree-optimization/83519 - * gcc.dg/Wrestrict-13.c: New test. - -2018-03-07 Steven G. Kargl - - PR fortran/64124 - PR fortran/70409 - * gfortran.dg/pr64124.f90: New tests. - * gfortran.dg/pr70409.f90: New tests. - -2018-03-07 Segher Boessenkool - - PR target/82411 - * gcc.target/powerpc/ppc-sdata-2.c: Skip if -mno-readonly-in-sdata. - -2018-03-07 Martin Sebor - - PR tree-optimization/84526 - * gcc.dg/Wrestrict-10.c: New test. - -2018-03-07 Martin Sebor - - PR tree-optimization/84468 - * g++.dg/warn/Wstringop-truncation-2.C: New test. - * gcc.dg/Wstringop-truncation.c: New test. - * gcc.dg/Wstringop-truncation-2.c: New test. - -2018-03-07 Jakub Jelinek - - PR fortran/84565 - * gfortran.dg/pr84565.f90: New test. - - PR middle-end/84723 - * gcc.target/i386/pr84723-1.c: New test. - * gcc.target/i386/pr84723-2.c: New test. - * gcc.target/i386/pr84723-3.c: New test. - * gcc.target/i386/pr84723-4.c: New test. - * gcc.target/i386/pr84723-5.c: New test. - -2018-03-06 Steven G. Kargl - - PR fortran/64107 - * gfortran.dg/pr64107.f90: New test. - -2017-03-06 Thomas Koenig - - PR fortran/84697 - PR fortran/66128 - * gfortran.dg/minmaxloc_zerosize_1.f90: New test. - -2018-03-06 Marek Polacek - - PR c++/84684 - * g++.dg/cpp1z/constexpr-84684.C: New test. - -2018-03-06 Jakub Jelinek - - PR c/84721 - * gcc.dg/pr84721.c: New test. - - PR target/84710 - * gcc.dg/pr84710.c: New test. - -2018-03-06 Steven G. Kargl - - PR fortran/56667 - * gfortran.dg/implied_do_2.f90: New test. - * gfortran.dg/coarray_8.f90: Update for new error message. - -2018-03-06 Jakub Jelinek - - PR inline-asm/84683 - * g++.dg/ext/pr84683.C: New test. - - PR tree-optimization/84687 - * gcc.dg/pr84687.c: New test. - -2018-03-06 Alexandre Oliva - - PR c++/84231 - * g++.dg/pr84231.C: New. - - PR c++/84593 - * g++.dg/cpp1y/pr84593.C: New. - - PR c++/84492 - * g++.dg/pr84492.C: New. - -2018-03-05 Bill Schmidt - - * gcc.target/powerpc/spec-barr-1.c: Change called function name to - __builtin_ppc_speculation_barrier. - -2018-03-05 Jakub Jelinek - - PR target/84700 - * gcc.target/powerpc/pr84700.c: New test. - -2018-03-05 Nathan Sidwell - - PR c++/84702 - * g++.dg/lookup/pr84702.C: New. - -2018-03-05 Jakub Jelinek - - PR target/84564 - * gcc.target/i386/pr84564.c: New test. - -2018-03-05 Marek Polacek - - PR c++/84707 - * g++.dg/cpp0x/inline-ns10.C: New test. - -2018-03-05 Nathan Sidwell - - PR c++/84694 - * g++.dg/template/pr84694.C: New. - -2018-03-05 Jakub Jelinek - - PR target/84524 - * gcc.c-torture/execute/pr84524.c: New test. - * gcc.target/i386/avx512bw-pr84524.c: New test. - -2018-03-05 Peter Bergner - - PR target/84264 - * g++.dg/pr84264.C: New test. - -2018-03-05 Paolo Carlini - - PR c++/84618 - * g++.dg/cpp0x/lambda/lambda-ice29.C: New. - * g++.dg/cpp0x/lambda/lambda-ice17.C: Adjust. - * g++.dg/cpp0x/lambda/lambda-ice23.C: Likewise. - -2018-03-05 Olga Makhotina - - * g++.dg/other/i386-2.C: Add -mpconfig and -mwbnoinvd. - * g++.dg/other/i386-3.C: Ditto. - * gcc.target/i386/sse-12.c: Ditto. - * gcc.target/i386/sse-13.c: Ditto. - * gcc.target/i386/sse-14.c: Ditto. - * gcc.target/i386/sse-23.c: Add pconfig and wbnoinvd. - * gcc.target/i386/wbinvd-1.c: New test. - * gcc.target/i386/wbnoinvd-1.c: Ditto. - * gcc.target/i386/pconfig-1.c: Ditto. - -2018-03-05 Pádraig Brady - Nathan Sidwell - - PR c++/84497 - * g++.dg/cpp0x/pr84497.C: New. - -2018-03-05 Richard Biener - - PR tree-optimization/84670 - * gcc.dg/pr84670-1.c: New testcase. - * gcc.dg/pr84670-2.c: Likewise. - * gcc.dg/pr84670-3.c: Likewise. - * gcc.dg/pr84670-4.c: Likewise. - -2018-03-05 Richard Biener - - PR tree-optimization/84650 - * gcc.dg/graphite/pr84650.c: New testcase. - -2018-03-05 Paolo Carlini - - PR c++/82022 - * g++.dg/cpp1z/constexpr-lambda20.C: New. - -2018-03-03 Harald Anlauf - - PR fortran/71085 - * gfortran.dg/pr71085.f90: New test. - -2018-03-03 Steven G. Kargl - - PR fortran/66128 - * gfortran.dg/zero_sized_8.f90: Really commit New test. - -2018-03-03 Steven G. Kargl - - PR fortran/51434 - * gfortran.dg/pr51434.f90: New test. - -2018-03-03 Paolo Carlini - - PR c++/61358 - * g++.dg/cpp0x/lambda/lambda-61358.C: New. - -2018-03-03 Paolo Carlini - - PR c++/67370 - * g++.dg/cpp0x/lambda/lambda-67370.C: New. - -2018-03-03 Paolo Carlini - - PR c++/71464 - * g++.dg/torture/pr71464.C: New. - -2018-03-03 Paul Thomas - - PR fortran/80965 - * gfortran.dg/select_type_41.f90: New test. - -2018-03-02 Paolo Carlini - - PR c++/61135 - * g++.dg/cpp0x/lambda/lambda-61135.C: New. - -2018-03-02 Marek Polacek - - PR c++/84578 - * g++.dg/ext/flexary29.C: New test. - -2018-03-02 Jakub Jelinek - - * c-c++-common/Warray-bounds-2.c: Fix a comment typo. - -2018-03-02 Paolo Carlini - - PR c++/81812 - * g++.dg/torture/pr81812.C: New. - -2018-03-02 Marek Polacek - - PR c++/84171 - * g++.dg/warn/Wsign-compare-8.C: New test. - - PR c++/84663 - * g++.dg/parse/array-size3.C: New test. - - PR c++/84664 - * g++.dg/cpp0x/lambda/lambda-ice28.C: New test. - -2018-03-02 Jakub Jelinek - - PR c++/84662 - * g++.dg/cpp1y/pr84662.C: New test. - -2018-03-02 Thomas Schwinge - - * g++.dg/lto/20080915_0.C: Don't use "dg-lto-options". - * g++.dg/lto/20080907_0.C: Use "#pragma GCC" instead of - "dg-lto-options". - * g++.dg/lto/20101010-1_0.C: Likewise. - * g++.dg/lto/20101010-2_0.C: Likewise. - -2018-03-02 Jakub Jelinek - - PR ipa/84628 - * gcc.dg/pr84628.c: New test. - - PR target/56540 - * gcc.target/ia64/pr56540.c: New test. - -2018-03-02 Will Schmidt - - * gcc.target/powerpc/altivec-7-be.c: Remove VSX content, allow - 32-bit target. - * gcc.target/powerpc/altivec-7.h: Remove VSX content. - * gcc.target/powerpc/vsx-7-be.c: New test (VSX content). - * gcc.target/powerpc/vsx-7.h: New include (VSX content). - * gcc.target/powerpc/altivec-7-le.c: Add vsx-7.h include. - -2018-03-02 Marek Polacek - - PR c++/84590 - * c-c++-common/ubsan/shift-11.c: New test. - -2018-03-02 Richard Sandiford - - * gcc.dg/vect/vect-alias-check-13.c: New test. - -2018-03-02 Jakub Jelinek - - PR target/84614 - * gcc.dg/pr84614.c: New test. - - PR inline-asm/84625 - * gcc.target/i386/pr84625.c: New test. - -2018-03-02 Richard Biener - - PR tree-optimization/84427 - * gcc.dg/torture/pr84427.c: New testcase. - -2018-03-01 Peter Bergner - - PR target/84534 - * gcc.target/powerpc/vec-setup-be-long.c: Add dg-xfail-run-if on - powerpc64le*-*-linux*. - * gcc.target/powerpc/vsx-vector-6-le.c: Do not count xxlor's. - * gcc.target/powerpc/vsx-vector-6-le.p9.c: Likewise. - -2018-03-01 Martin Sebor - - PR c++/84294 - * g++.dg/ext/attr-const.C: Remove xfail. - * g++.dg/ext/attr-malloc-3.C: New test. - * g++.dg/ext/attr-noinline-3.C: New test. - * g++.dg/ext/attr-noreturn-3.C: New test. - * g++.dg/ext/attr-nothrow-3.C: New test. - * g++.dg/ext/attr-pure.C: Remove xfail. - -2018-03-02 Jakub Jelinek - - PR sanitizer/70875 - * gcc.dg/ubsan/bounds-3.c: Add -fno-sanitize-recover=bounds to - dg-options and dg-shouldfail "ubsan" directive. - -2018-03-01 Marek Polacek - Jason Merrill - - PR c++/84582 - * g++.dg/cpp1y/auto-fn15.C: Extend testing. - * g++.dg/cpp1z/static1.C: New test. - * g++.dg/template/static37.C: New test. - -2018-03-01 Nathan Sidwell - - PR c++/84434 - * g++.dg/template/pr84434.C: New. - -2018-03-01 Thomas Preud'homme - - * gcc.target/arm/copysign_softfloat_1.c: Remove dg-add-options and add - -mthumb to the command-line. - -2018-03-01 Marek Polacek - - PR c++/84596 - * g++.dg/cpp0x/static_assert14.C: New test. - -2018-03-01 Paolo Carlini - - PR c++/79410 - * g++.dg/torture/pr79410.C: New. - -2018-03-01 Martin Liska - - PR sanitizer/82484 - * gcc.dg/asan/pr82484.c: New test. - -2018-03-01 Richard Biener - - PR debug/84645 - * gfortran.dg/lto/pr84645_0.f90: New testcase. - -2018-03-01 Paul Thomas - - PR fortran/84219 - * gfortran.dg/coarray_47.f90: New test. - -2018-03-01 Paul Thomas - - PR fortran/84538 - * gfortran.dg/class_array_23.f03: New test. - -2018-03-01 Richard Sandiford - - PR rtl-optimization/84528 - * gcc.dg/torture/pr84538.c: Rename to... - * gcc.dg/torture/pr84528.c: ...this. - -2018-03-01 Richard Sandiford - - PR rtl-optimization/84528 - * gcc.dg/torture/pr84538.c: New test. - -2018-02-28 Martin Sebor - - * c-c++-common/Warray-bounds-2.c: Declare helper static to avoid - -fpic test failures. - * c-c++-common/Wrestrict-2.c: Same. - * c-c++-common/Wstringop-truncation.c: Same. - * gcc.dg/Warray-bounds-22.c: Same. - * gcc.dg/Wstringop-overflow.c: Same. - * gcc.dg/attr-alloc_size-3.c (unsigned_range): Same. - (signed_range): Same. - (unsigned_anti_range): Same. - * gcc.dg/attr-alloc_size-4.c (unsigned_range): Same. - (signed_range): Same. - (unsigned_anti_range): Same. - * gcc.dg/attr-alloc_size-7.c: Same. - * gcc.dg/attr-alloc_size-8.c: Same. - * gcc.dg/builtin-alloc-size.c: Same. - * gcc.dg/builtin-stpncpy.c: Same. - * gcc.dg/builtins-nonnull.c: Same. - * gcc.dg/nonnull-4.c (g16_1_3_5_7_11_13): Same. - * gcc.dg/pr79214.c: Same. - * gcc.dg/tree-ssa/builtin-snprintf-warn-1.c: Same. - * gcc.dg/tree-ssa/builtin-snprintf-warn-2.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-5.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-11.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-12.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-13.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-14.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-15.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-19.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-9.c: Same. - -2018-02-28 David Edelsohn - - PR target/84014 - * gcc.target/powerpc/pr84014.c: Use ilp32, not -m32 option. - -2018-02-28 Jakub Jelinek - - PR c++/84609 - * g++.dg/cpp0x/pr84609.C: New test. - -2018-02-28 Martin Sebor - - PR testsuite/84617 - * g++.dg/ext/attr-malloc-3.C: New test. - * g++.dg/ext/attr-const.C: Adjust. Xfail assertions failing due - to pre-existing problems. - * g++.dg/ext/attr-pure.C: Same. - -2018-02-28 Paul Thomas - - PR fortran/83901 - * gfortran.dg/associate_37.f90: New test. - - PR fortran/83344 - * gfortran.dg/associate_36.f90: Add Steve Kargl as contributer. - -2018-02-28 Jakub Jelinek - - PR target/52991 - * gcc.dg/bf-ms-layout.c: Revert 2012-04-26 changes. - * gcc.dg/bf-ms-layout-2.c: Revert 2012-02-23 changes. - * gcc.dg/bf-ms-layout-4.c: New test. - * gcc.dg/bf-ms-layout-5.c: New test. - -2018-02-28 Peter Bergner - - PR target/83399 - * gcc.target/powerpc/pr83399.c: Only run on Linux. - -2018-02-28 Richard Biener - - PR tree-optimization/84584 - * gcc.dg/graphite/pr84584.c: New testcase. - -2018-02-28 Jonathan Wakely - - PR preprocessor/84517 - * g++.dg/cpp0x/udlit-macros.C: Expect a warning for ""__FILE__. - -2018-02-28 Eric Botcazou - - * c-c++-common/dump-ada-spec-12.c: New test. - * c-c++-common/dump-ada-spec-13.c: Likewise. - -2018-02-28 Eric Botcazou - - * c-c++-common/dump-ada-spec-11.c: New test. - -2018-02-28 Martin Liska - - PR testsuite/84597 - * g++.dg/ext/timevar1.C: Fix pruned patterns. - * g++.dg/ext/timevar2.C: Likewise. - -2018-02-28 Eric Botcazou - - * c-c++-common/dump-ada-spec-8.c: New test. - * c-c++-common/dump-ada-spec-9.c: Likewise. - * c-c++-common/dump-ada-spec-10.c: Likewise. - -2018-02-28 Richard Biener - - PR middle-end/84607 - * gcc.dg/pr84607.c: New testcase. - -2018-02-28 Nathan Sidwell - - PR c++/84602 - * g++.dg/lookup/pr84602.C: New. - -2018-02-28 Jakub Jelinek - - PR c++/83871 - PR c++/83503 - * g++.dg/ext/attr-warning.C: Remove -fdump-tree-optimized from - dg-options. - * g++.dg/ext/attr-nonnull.C: Likewise. - * g++.dg/ext/attr-noinline.C: Fix syntax in scan-tree-dump-not - directives. - * g++.dg/ext/attr-noinline-2.C: Likewise. - * g++.dg/ext/attr-noreturn-2.C: Use -fdump-tree-optimized instead of - -fdump-tree-eh in dg-options. - -2018-02-28 Alan Modra - - * lib/prune.exp (prune_gcc_output): Match lower case "in function" - GNU ld message. - * g++.dg/other/anon5.C: Match lower case "bad value" GNU ld message. - -2018-02-27 Martin Sebor - - PR c++/83871 - PR c++/83503 - * g++.dg/Wmissing-attributes.C: New test. - * g++.dg/ext/attr-const-pure.C: New test. - * g++.dg/ext/attr-const.C: New test. - * g++.dg/ext/attr-deprecated-2.C: New test. - * g++.dg/ext/attr-malloc-2.C: New test. - * g++.dg/ext/attr-malloc.C: New test. - * g++.dg/ext/attr-noinline-2.C: New test. - * g++.dg/ext/attr-noinline.C: New test. - * g++.dg/ext/attr-nonnull.C: New test. - * g++.dg/ext/attr-noreturn-2.C: New test. - * g++.dg/ext/attr-noreturn.C: New test. - * g++.dg/ext/attr-nothrow-2.C: New test. - * g++.dg/ext/attr-nothrow.C: New test. - * g++.dg/ext/attr-optimize.C: New test. - * g++.dg/ext/attr-pure.C: New test. - * g++.dg/ext/attr-returns-nonnull.C: New test. - * g++.dg/ext/attr-warning.C: New test. - -2018-02-27 Nathan Sidwell - - PR c++/84426 - * g++.dg/lookup/pr84426.C: New. - -2018-02-27 Richard Biener - - PR tree-optimization/84512 - * gcc.dg/tree-ssa/pr84512.c: New testcase. - -2018-02-27 Martin Liska - - PR gcov-profile/84548 - * g++.dg/gcov/pr84548.C: New test. - -2018-02-27 Jakub Jelinek - - PR target/84575 - * gcc.target/i386/pr84309.c: Add -mno-avx2 to dg-options. - -2018-02-26 Jakub Jelinek - - PR c++/84558 - * g++.dg/cpp1y/pr84558.C: New test. - -2018-02-26 Paolo Carlini - - PR c++/84540 - * g++.dg/cpp0x/alignas14.C: New. - * g++.dg/cpp0x/alignas15.C: Likewise. - -2018-02-26 Jakub Jelinek - - PR c++/84557 - * g++.dg/gomp/pr84557.C: New test. - -2018-02-26 Marek Polacek - - PR c++/84325 - * g++.dg/cpp1z/pr84325.C: New test. - -2018-02-26 Carl Love - - * gcc.target/powerpc/builtins-3.c: Move vec_neg builtin tests to - Power 8 test file. - * gcc.target/powerpc/builtins-3-p8.c: Add vec_neg builtin tests. - * gcc.target/powerpc/fold-vec-neg-char.c(dg-options): Add -mcpu=power8. - * gcc.target/powerpc/fold-vec-neg-floatdouble.c(dg-options): Add - -mcpu=power8. - * gcc.target/powerpc/fold-vec-neg-int.c(dg-options): Remove file. - * gcc.target/powerpc/fold-vec-neg-short.c(dg-options): Add - -mcpu=power8. - -2018-02-26 H.J. Lu - - PR target/84039 - * gcc.target/i386/indirect-thunk-1.c: Updated. - * gcc.target/i386/indirect-thunk-2.c: Likewise. - * gcc.target/i386/indirect-thunk-3.c: Likewise. - * gcc.target/i386/indirect-thunk-4.c: Likewise. - * gcc.target/i386/indirect-thunk-5.c: Likewise. - * gcc.target/i386/indirect-thunk-6.c: Likewise. - * gcc.target/i386/indirect-thunk-7.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. - * gcc.target/i386/ret-thunk-9.c: Likewise. - * gcc.target/i386/ret-thunk-10.c: Likewise. - * gcc.target/i386/ret-thunk-11.c: Likewise. - * gcc.target/i386/ret-thunk-12.c: Likewise. - * gcc.target/i386/ret-thunk-13.c: Likewise. - * gcc.target/i386/ret-thunk-14.c: Likewise. - * gcc.target/i386/ret-thunk-15.c: Likewise. - -2018-02-26 Eric Botcazou - - * gcc.c-torture/execute/20180226-1.c: New test. - -2018-02-26 Richard Sandiford - - PR tree-optimization/83965 - * gcc.dg/vect/pr83965-2.c: New test. - -2018-02-26 Tom de Vries - - * gcc.c-torture/compile/regs-arg-size.c (swprintf): Declare. - -2018-02-26 H.J. Lu - - PR target/84530 - * gcc.target/i386/ret-thunk-22.c: New test. - * gcc.target/i386/ret-thunk-23.c: Likewise. - * gcc.target/i386/ret-thunk-24.c: Likewise. - * gcc.target/i386/ret-thunk-25.c: Likewise. - * gcc.target/i386/ret-thunk-26.c: Likewise. - -2018-02-26 Paolo Carlini - - PR c++/84533 - * g++.dg/cpp1z/pr84533.C: New. - -2018-02-26 Marek Polacek - - PR c++/84537 - * g++.dg/parse/error60.C: New test. - -2018-02-26 Jakub Jelinek - - PR c++/84556 - * g++.dg/gomp/pr84556.C: New test. - * g++.dg/vect/pr84556.cc: New test. - -2018-02-26 Dominique d'Humieres - - PR fortran/32957 - * gfortran.dg/c_f_pointer_shape_tests_2.f03: Use explicit KIND c_int. - * gfortran.dg/c_f_pointer_shape_tests_4.f03: Likewise. - * gfortran.dg/c_funloc_tests_3.f03: Likewise. - * gfortran.dg/c_loc_test.f90: Likewise. - * gfortran.dg/c_loc_tests_2.f03: Likewise. - * gfortran.dg/proc_decl_17.f90: Likewise. - * gfortran.dg/proc_ptr_8.f90: Likewise. - -2018-02-26 Ramana Radhakrishnan - - PR target/84521 - * gcc.target/aarch64/lr_free_2.c: Revert changes in - r254814 disabling -fomit-frame-pointer by default. - * gcc.target/aarch64/spill_1.c: Likewise. - * gcc.target/aarch64/test_frame_11.c: Likewise. - * gcc.target/aarch64/test_frame_12.c: Likewise. - * gcc.target/aarch64/test_frame_13.c: Likewise. - * gcc.target/aarch64/test_frame_14.c: Likewise. - * gcc.target/aarch64/test_frame_15.c: Likewise. - * gcc.target/aarch64/test_frame_3.c: Likewise. - * gcc.target/aarch64/test_frame_5.c: Likewise. - * gcc.target/aarch64/test_frame_9.c: Likewise. - -2018-02-25 Steven G. Kargl - - PR fortran/83633 - * gfortran.dg/explicit_shape_1.f90: New test. - * gfortran.dg/automatic_module_variable.f90: Update regex. - * gfortran.dg/bad_automatic_objects_1.f90: Ditto. - * gfortran.dg/constant_shape.f90: Ditto. - * gfortran.dg/dec_structure_23.f90: Ditto. - * gfortran.dg/pr78240.f90: Ditto. - -2018-02-25 Paul Thomas - - PR fortran/84523 - * gfortran.dg/pr84523.f90: New test. - -2018-02-25 Thomas Koenig - - PR fortran/78238 - * gfortran.dg/select_type_40.f90: New test. - -2018-02-24 Steven G. Kargl - - PR fortran/30792 - * gfortran.dg/data_substring.f90: New test. - -2018-02-24 Marek Polacek - - PR c++/83692 - * g++.dg/cpp1z/constexpr-83692.C: New test. - -2018-02-23 Steven G. Kargl - - PR fortran/84346 - * gfortran.dg/statement_function_1.f90: Update test. - -2018-02-23 Jerry DeLisle - - PR fortran/84506 - * gfortran.dg/inquire_19.f90: New test. - -2018-02-23 Paul Thomas - - PR fortran/83149 - * gfortran.dg/pr83149_b.f90: New test. - * gfortran.dg/pr83149_a.f90: Additional source for previous. - -2018-02-23 Carl Love - - * gcc.target/powerpc/builtins-3-runnable.c: Move tests for vec_float2, - vec_signed2 and vec_unsigned2 to new Power 8 test file. - * gcc.target/powerpc/builtins-3-runnable-p8.c: New test file for - Power 8 tests. - -2018-02-23 Will Schmidt - - * gcc.target/powerpc/pr80695-p9.c: Update dg-requires stanza. - * gcc.target/powerpc/pr80695-p8.c: Update dg-requires stanza. - -2018-02-23 Will Schmidt - - * gcc.target/powerpc/fold-vec-mult-int128-p9.c: Add maddld insn to - expected output. - -2018-02-23 Paul Thomas - - PR fortran/83149 - * gfortran.dg/pr83149_1.f90: New test. - * gfortran.dg/pr83149.f90: Additional source for previous. - -2018-02-23 Segher Boessenkool - - PR testsuite/80551 - * c-c++-common/tsan/race_on_mutex.c: Change regexp to allow - __GI___pthread_mutex_init as well. - -2018-02-23 Paul Thomas - - PR fortran/83148 - * gfortran.dg/class_68.f90: New test. - -2018-02-22 Thomas Koenig - - PR fortran/59781 - * gfortran.dg/derived_init_5.f90: New test. - -2018-02-22 Jakub Jelinek - - PR target/82851 - * gcc.target/i386/avx2-vpaddq-3.c: Add -mtune=generic to dg-options. - * gcc.target/i386/avx2-vpsubq-3.c: Likewise. - -2018-02-22 Vladimir Makarov - - PR target/81572 - * gcc.target/powerpc/pr81572.c: New. - -2018-02-22 Andreas Schwab - - * go.test/go-test.exp (go-set-goarch): Recognize riscv64-*-*. - -2018-02-22 Martin Sebor - - PR tree-optimization/84480 - * c-c++-common/Wstringop-truncation.c: Adjust text of expected warnings. - * g++.dg/warn/Wstringop-truncation-1.C: New test. - -2018-02-22 H.J. Lu - - PR target/84176 - * gcc.target/i386/indirect-thunk-11.c: New test. - * gcc.target/i386/indirect-thunk-12.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-12.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-13.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-14.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-15.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-16.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-10.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-8.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-9.c: Likewise. - -2018-02-22 Steve Ellcey - - PR target/83335 - * gcc.target/aarch64/asm-2.c: Add dg-error for - ILP32 mode. - * gcc.target/aarch64/asm-4.c: New test. - -2018-02-22 Thomas Preud'homme - - * gcc.target/arm/multilib.exp: Add tests for Armv8-R multilib mappings. - -2018-02-22 Marek Polacek - - PR c++/84493 - * g++.dg/parse/error59.C: New test. - -2018-02-22 Tom de Vries - - * gcc.c-torture/execute/pr82210.c: Require effective target alloca. - -2018-02-22 Paolo Carlini - - PR c++/77655 - * g++.dg/cpp0x/pr77655.C: New. - -2018-02-22 Jakub Jelinek - - PR c++/84496 - * g++.dg/cpp1y/pr84496.C: New test. - - PR target/84502 - * g++.dg/torture/pr84502.C: New test. - - PR tree-optimization/84503 - * gcc.dg/pr84503-1.c: New test. - * gcc.dg/pr84503-2.c: New test. - -2018-02-21 Jakub Jelinek - - PR tree-optimization/84478 - * gcc.c-torture/execute/pr84478.c: New test. - -2018-02-20 Martin Sebor - - PR middle-end/84095 - * c-c++-common/Warray-bounds-3.c: Adjust text of expected warnings. - * c-c++-common/Wrestrict.c: Same. - * gcc.dg/Wrestrict-6.c: Same. - * gcc.dg/Warray-bounds-27.c: New test. - * gcc.dg/Wrestrict-8.c: New test. - * gcc.dg/Wrestrict-9.c: New test. - * gcc.dg/pr84095.c: New test. - -2018-02-20 Thomas Koenig - - * gfortran.dg/structure_constructor_14.f90: Adjust STOP number. - -2018-02-20 Thomas Koenig - - PR fortran/48890 - PR fortran/83823 - * gfortran.dg/structure_constructor_14.f90: New test. - -2018-02-20 Jeff Law - - PR middle-end/82123 - PR tree-optimization/81592 - PR middle-end/79257 - * gcc.dg/pr81592.c: New test. - * gcc.dg/pr82123.c: New test. - * gcc.dg/builtin-unreachable-6.c: Turn off VRP. - -2018-02-20 Jakub Jelinek - - PR c++/84488 - * g++.dg/warn/Wunused-var-30.C: New test. - -2018-02-20 Richard Sandiford - - PR tree-optimization/84419 - * gcc.dg/vect/pr84419.c: New test. - -2018-02-20 Jakub Jelinek - - PR middle-end/82004 - * gfortran.dg/pr82004.f90: New test. - -2018-02-20 Siddhesh Poyarekar - - * g++.dg/warn/Wimplicit-fallthrough-3.C: New test case. - -2018-02-20 Martin Liska - - PR c/84310 - PR target/79747 - * gcc.target/i386/pr84310.c: New test. - * gcc.target/i386/pr84310-2.c: Likewise. - -2018-02-20 Paolo Carlini - - PR c++/84446 - * g++.dg/cpp0x/lambda/lambda-ice27.C: New. - -2018-02-20 Jakub Jelinek - - PR c++/84445 - * g++.dg/cpp1z/launder7.C: New test. - - PR c++/84449 - * g++.dg/cpp0x/constexpr-84449.C: New test. - - PR c++/84455 - * g++.dg/cpp0x/lambda/lambda-ice26.C: New test. - -2018-02-19 Paul Thomas - - PR fortran/83344 - PR fortran/83975 - * gfortran.dg/associate_22.f90: Enable commented out test. - * gfortran.dg/associate_36.f90: New test. - -2018-02-19 Jakub Jelinek - - PR target/84146 - * gcc.target/i386/pr84146.c: Add -fcompare-debug to dg-options. - -2017-02-19 Uros Bizjak - - * gcc.target/i386/pr70023.c (dg-do): Compile only for target int128. - (dg-options): Use -mavx instead of -w. - -2018-02-19 Jakub Jelinek - - PR c++/84444 - * g++.dg/cpp1z/launder8.C: New test. - - PR c++/84448 - * g++.dg/gomp/pr84448.C: New test. - - PR c++/84430 - * g++.dg/gomp/pr84430.C: New test. - - PR tree-optimization/84452 - * gcc.dg/pr84452.c: New test. - - PR c++/79064 - * g++.dg/template/overload15.C (f): Use 0u - 1ll instead of 0u - 1l. - -2018-02-19 Thomas Koenig - - PR fortran/35339 - * gfortran.dg/implied_do_io_4.f90: New test. - -2018-02-19 Andre Vehreschild - - * gfortran.dg/coarray_alloc_comp_6.f08: New test. - * gfortran.dg/coarray_alloc_comp_7.f08: New test. - * gfortran.dg/coarray_alloc_comp_8.f08: New test. - -2018-02-19 Carl Love - - * gcc.target/powerpc/fold-vec-neg-int.p7.c: Remove test file. - -2018-01-16 Sebastian Peryt - - PR target/84460 - * gcc.target/i386/pr57193.c: Add -mtune=generic. - -2018-02-19 Paolo Carlini - - PR c++/84348 - * g++.dg/cpp0x/auto50.C: New. - * g++.dg/parse/friend12.C: Adjust. - -2018-02-18 Jerry DeLisle - - PR libgfortran/84389 - * gfortran.dg/dtio_33.f90: New test. - -2018-02-18 Jerry DeLisle - - PR libgfortran/84412 - * gfortran.dg/inquire_18.f90: New test. - -2018-02-18 Janus Weil - - PR fortran/84381 - * gfortran.dg/io_real_boz2.f90: Remove option "-fall-intrinsics". - * gfortran.dg/pointer_intent_3.f90: Ditto. - * gfortran.dg/proc_ptr_common_1.f90: Ditto. - * gfortran.dg/protected_3.f90: Ditto. - * gfortran.dg/protected_4.f90: Ditto. - * gfortran.dg/protected_5.f90: Ditto. - * gfortran.dg/protected_6.f90: Ditto. - -2018-02-18 Paul Thomas - - PR fortran/80945 - * gfortran.dg/associate_35.f90: Remove error, add stop n's and - change to run. - -2018-02-17 Thomas Koenig - - PR fortran/84270 - * gfortran.dg/inline_matmul_22.f90: New test. - -2018-02-17 Thomas Koenig - - PR fortran/84381 - * gfortran.dg/abort_shoulfail.f90: New test. - * gcc.target/powerpc/ppc-fortran/pr80108-1.f90: Replace CALL ABORT - by STOP n. - * gfortran.dg/PR19754_2.f90: Likewise. - * gfortran.dg/PR19872.f: Likewise. - * gfortran.dg/PR49268.f90: Likewise. - * gfortran.dg/Wall.f90: Likewise. - * gfortran.dg/Wno-all.f90: Likewise. - * gfortran.dg/achar_1.f90: Likewise. - * gfortran.dg/achar_2.f90: Likewise. - * gfortran.dg/achar_4.f90: Likewise. - * gfortran.dg/achar_6.F90: Likewise. - * gfortran.dg/actual_array_constructor_1.f90: Likewise. - * gfortran.dg/actual_array_constructor_2.f90: Likewise. - * gfortran.dg/actual_array_constructor_3.f90: Likewise. - * gfortran.dg/actual_array_offset_1.f90: Likewise. - * gfortran.dg/actual_array_result_1.f90: Likewise. - * gfortran.dg/actual_array_substr_1.f90: Likewise. - * gfortran.dg/actual_array_substr_2.f90: Likewise. - * gfortran.dg/actual_pointer_function_1.f90: Likewise. - * gfortran.dg/actual_procedure_1.f90: Likewise. - * gfortran.dg/adjustl_1.f90: Likewise. - * gfortran.dg/advance_1.f90: Likewise. - * gfortran.dg/advance_4.f90: Likewise. - * gfortran.dg/advance_5.f90: Likewise. - * gfortran.dg/advance_6.f90: Likewise. - * gfortran.dg/aint_anint_1.f90: Likewise. - * gfortran.dg/aliasing_array_result_1.f90: Likewise. - * gfortran.dg/aliasing_dummy_1.f90: Likewise. - * gfortran.dg/aliasing_dummy_4.f90: Likewise. - * gfortran.dg/aliasing_dummy_5.f90: Likewise. - * gfortran.dg/alloc_comp_assign_1.f90: Likewise. - * gfortran.dg/alloc_comp_assign_10.f90: Likewise. - * gfortran.dg/alloc_comp_assign_11.f90: Likewise. - * gfortran.dg/alloc_comp_assign_12.f03: Likewise. - * gfortran.dg/alloc_comp_assign_13.f08: Likewise. - * gfortran.dg/alloc_comp_assign_14.f08: Likewise. - * gfortran.dg/alloc_comp_assign_15.f03: Likewise. - * gfortran.dg/alloc_comp_assign_2.f90: Likewise. - * gfortran.dg/alloc_comp_assign_3.f90: Likewise. - * gfortran.dg/alloc_comp_assign_4.f90: Likewise. - * gfortran.dg/alloc_comp_assign_5.f90: Likewise. - * gfortran.dg/alloc_comp_assign_6.f90: Likewise. - * gfortran.dg/alloc_comp_assign_7.f90: Likewise. - * gfortran.dg/alloc_comp_assign_8.f90: Likewise. - * gfortran.dg/alloc_comp_assign_9.f90: Likewise. - * gfortran.dg/alloc_comp_auto_array_1.f90: Likewise. - * gfortran.dg/alloc_comp_auto_array_2.f90: Likewise. - * gfortran.dg/alloc_comp_basics_1.f90: Likewise. - * gfortran.dg/alloc_comp_basics_2.f90: Likewise. - * gfortran.dg/alloc_comp_basics_5.f90: Likewise. - * gfortran.dg/alloc_comp_bounds_1.f90: Likewise. - * gfortran.dg/alloc_comp_class_1.f90: Likewise. - * gfortran.dg/alloc_comp_class_2.f90: Likewise. - * gfortran.dg/alloc_comp_class_4.f03: Likewise. - * gfortran.dg/alloc_comp_class_5.f03: Likewise. - * gfortran.dg/alloc_comp_constructor_1.f90: Likewise. - * gfortran.dg/alloc_comp_constructor_2.f90: Likewise. - * gfortran.dg/alloc_comp_constructor_3.f90: Likewise. - * gfortran.dg/alloc_comp_constructor_4.f90: Likewise. - * gfortran.dg/alloc_comp_constructor_5.f90: Likewise. - * gfortran.dg/alloc_comp_constructor_6.f90: Likewise. - * gfortran.dg/alloc_comp_constructor_7.f90: Likewise. - * gfortran.dg/alloc_comp_deep_copy_1.f03: Likewise. - * gfortran.dg/alloc_comp_deep_copy_2.f03: Likewise. - * gfortran.dg/alloc_comp_deep_copy_3.f03: Likewise. - * gfortran.dg/alloc_comp_default_init_1.f90: Likewise. - * gfortran.dg/alloc_comp_default_init_2.f90: Likewise. - * gfortran.dg/alloc_comp_initializer_1.f90: Likewise. - * gfortran.dg/alloc_comp_initializer_4.f03: Likewise. - * gfortran.dg/alloc_comp_optional_1.f90: Likewise. - * gfortran.dg/alloc_comp_result_1.f90: Likewise. - * gfortran.dg/alloc_comp_result_2.f90: Likewise. - * gfortran.dg/alloc_comp_scalar_1.f90: Likewise. - * gfortran.dg/alloc_comp_transformational_1.f90: Likewise. - * gfortran.dg/allocatable_dummy_1.f90: Likewise. - * gfortran.dg/allocatable_dummy_3.f90: Likewise. - * gfortran.dg/allocatable_function_1.f90: Likewise. - * gfortran.dg/allocatable_function_10.f90: Likewise. - * gfortran.dg/allocatable_function_3.f90: Likewise. - * gfortran.dg/allocatable_function_5.f90: Likewise. - * gfortran.dg/allocatable_function_6.f90: Likewise. - * gfortran.dg/allocatable_function_7.f90: Likewise. - * gfortran.dg/allocatable_function_8.f90: Likewise. - * gfortran.dg/allocatable_scalar_1.f90: Likewise. - * gfortran.dg/allocatable_scalar_10.f90: Likewise. - * gfortran.dg/allocatable_scalar_12.f90: Likewise. - * gfortran.dg/allocatable_scalar_13.f90: Likewise. - * gfortran.dg/allocatable_scalar_3.f90: Likewise. - * gfortran.dg/allocatable_scalar_4.f90: Likewise. - * gfortran.dg/allocatable_scalar_5.f90: Likewise. - * gfortran.dg/allocatable_scalar_6.f90: Likewise. - * gfortran.dg/allocatable_scalar_7.f90: Likewise. - * gfortran.dg/allocatable_scalar_8.f90: Likewise. - * gfortran.dg/allocatable_scalar_9.f90: Likewise. - * gfortran.dg/allocate_alloc_opt_10.f90: Likewise. - * gfortran.dg/allocate_alloc_opt_3.f90: Likewise. - * gfortran.dg/allocate_alloc_opt_6.f90: Likewise. - * gfortran.dg/allocate_assumed_charlen_1.f90: Likewise. - * gfortran.dg/allocate_assumed_charlen_2.f90: Likewise. - * gfortran.dg/allocate_class_3.f90: Likewise. - * gfortran.dg/allocate_deferred_char_scalar_1.f03: Likewise. - * gfortran.dg/allocate_deferred_char_scalar_2.f03: Likewise. - * gfortran.dg/allocate_derived_5.f90: Likewise. - * gfortran.dg/allocate_with_arrayspec_1.f90: Likewise. - * gfortran.dg/allocate_with_mold_1.f90: Likewise. - * gfortran.dg/allocate_with_source_1.f90: Likewise. - * gfortran.dg/allocate_with_source_10.f08: Likewise. - * gfortran.dg/allocate_with_source_11.f08: Likewise. - * gfortran.dg/allocate_with_source_12.f03: Likewise. - * gfortran.dg/allocate_with_source_15.f03: Likewise. - * gfortran.dg/allocate_with_source_16.f90: Likewise. - * gfortran.dg/allocate_with_source_17.f03: Likewise. - * gfortran.dg/allocate_with_source_18.f03: Likewise. - * gfortran.dg/allocate_with_source_2.f90: Likewise. - * gfortran.dg/allocate_with_source_20.f03: Likewise. - * gfortran.dg/allocate_with_source_22.f03: Likewise. - * gfortran.dg/allocate_with_source_23.f03: Likewise. - * gfortran.dg/allocate_with_source_24.f90: Likewise. - * gfortran.dg/allocate_with_source_5.f90: Likewise. - * gfortran.dg/allocate_with_source_6.f90: Likewise. - * gfortran.dg/allocate_with_source_7.f08: Likewise. - * gfortran.dg/allocate_with_source_8.f08: Likewise. - * gfortran.dg/allocate_with_source_9.f08: Likewise. - * gfortran.dg/allocate_zerosize_1.f90: Likewise. - * gfortran.dg/allocate_zerosize_3.f: Likewise. - * gfortran.dg/altreturn_3.f90: Likewise. - * gfortran.dg/altreturn_5.f90: Likewise. - * gfortran.dg/altreturn_7.f90: Likewise. - * gfortran.dg/and_or_xor.f90: Likewise. - * gfortran.dg/anint_1.f90: Likewise. - * gfortran.dg/any_all_1.f90: Likewise. - * gfortran.dg/anyallcount_1.f90: Likewise. - * gfortran.dg/append_1.f90: Likewise. - * gfortran.dg/argument_checking_1.f90: Likewise. - * gfortran.dg/argument_checking_2.f90: Likewise. - * gfortran.dg/argument_checking_8.f90: Likewise. - * gfortran.dg/arithmetic_if.f90: Likewise. - * gfortran.dg/array_1.f90: Likewise. - * gfortran.dg/array_2.f90: Likewise. - * gfortran.dg/array_alloc_1.f90: Likewise. - * gfortran.dg/array_alloc_2.f90: Likewise. - * gfortran.dg/array_alloc_3.f90: Likewise. - * gfortran.dg/array_assignment_1.F90: Likewise. - * gfortran.dg/array_assignment_5.f90: Likewise. - * gfortran.dg/array_constructor_1.f90: Likewise. - * gfortran.dg/array_constructor_10.f90: Likewise. - * gfortran.dg/array_constructor_11.f90: Likewise. - * gfortran.dg/array_constructor_12.f90: Likewise. - * gfortran.dg/array_constructor_15.f90: Likewise. - * gfortran.dg/array_constructor_16.f90: Likewise. - * gfortran.dg/array_constructor_17.f90: Likewise. - * gfortran.dg/array_constructor_19.f90: Likewise. - * gfortran.dg/array_constructor_23.f: Likewise. - * gfortran.dg/array_constructor_24.f: Likewise. - * gfortran.dg/array_constructor_32.f90: Likewise. - * gfortran.dg/array_constructor_36.f90: Likewise. - * gfortran.dg/array_constructor_39.f90: Likewise. - * gfortran.dg/array_constructor_4.f90: Likewise. - * gfortran.dg/array_constructor_40.f90: Likewise. - * gfortran.dg/array_constructor_44.f90: Likewise. - * gfortran.dg/array_constructor_45.f90: Likewise. - * gfortran.dg/array_constructor_46.f90: Likewise. - * gfortran.dg/array_constructor_47.f90: Likewise. - * gfortran.dg/array_constructor_49.f90: Likewise. - * gfortran.dg/array_constructor_5.f90: Likewise. - * gfortran.dg/array_constructor_50.f90: Likewise. - * gfortran.dg/array_constructor_6.f90: Likewise. - * gfortran.dg/array_constructor_7.f90: Likewise. - * gfortran.dg/array_constructor_8.f90: Likewise. - * gfortran.dg/array_constructor_9.f90: Likewise. - * gfortran.dg/array_constructor_type_1.f03: Likewise. - * gfortran.dg/array_constructor_type_10.f03: Likewise. - * gfortran.dg/array_constructor_type_11.f03: Likewise. - * gfortran.dg/array_constructor_type_12.f03: Likewise. - * gfortran.dg/array_constructor_type_13.f90: Likewise. - * gfortran.dg/array_constructor_type_14.f03: Likewise. - * gfortran.dg/array_constructor_type_16.f03: Likewise. - * gfortran.dg/array_constructor_type_2.f03: Likewise. - * gfortran.dg/array_constructor_type_22.f03: Likewise. - * gfortran.dg/array_constructor_type_3.f03: Likewise. - * gfortran.dg/array_constructor_type_4.f03: Likewise. - * gfortran.dg/array_constructor_type_5.f03: Likewise. - * gfortran.dg/array_constructor_type_6.f03: Likewise. - * gfortran.dg/array_constructor_type_7.f03: Likewise. - * gfortran.dg/array_function_1.f90: Likewise. - * gfortran.dg/array_function_5.f90: Likewise. - * gfortran.dg/array_initializer_1.f90: Likewise. - * gfortran.dg/array_initializer_2.f90: Likewise. - * gfortran.dg/array_memcpy_5.f90: Likewise. - * gfortran.dg/array_memset_2.f90: Likewise. - * gfortran.dg/array_reference_1.f90: Likewise. - * gfortran.dg/array_return_value_1.f90: Likewise. - * gfortran.dg/array_section_1.f90: Likewise. - * gfortran.dg/array_temporaries_3.f90: Likewise. - * gfortran.dg/arrayio_1.f90: Likewise. - * gfortran.dg/arrayio_10.f90: Likewise. - * gfortran.dg/arrayio_11.f90: Likewise. - * gfortran.dg/arrayio_12.f90: Likewise. - * gfortran.dg/arrayio_13.f90: Likewise. - * gfortran.dg/arrayio_14.f90: Likewise. - * gfortran.dg/arrayio_16.f90: Likewise. - * gfortran.dg/arrayio_2.f90: Likewise. - * gfortran.dg/arrayio_3.f90: Likewise. - * gfortran.dg/arrayio_4.f90: Likewise. - * gfortran.dg/arrayio_5.f90: Likewise. - * gfortran.dg/arrayio_6.f90: Likewise. - * gfortran.dg/arrayio_7.f90: Likewise. - * gfortran.dg/arrayio_8.f90: Likewise. - * gfortran.dg/arrayio_9.f90: Likewise. - * gfortran.dg/arrayio_derived_1.f90: Likewise. - * gfortran.dg/assign_10.f90: Likewise. - * gfortran.dg/assign_9.f90: Likewise. - * gfortran.dg/assign_func_dtcomp_1.f90: Likewise. - * gfortran.dg/assignment_1.f90: Likewise. - * gfortran.dg/associate_1.f03: Likewise. - * gfortran.dg/associate_11.f90: Likewise. - * gfortran.dg/associate_13.f90: Likewise. - * gfortran.dg/associate_15.f90: Likewise. - * gfortran.dg/associate_17.f90: Likewise. - * gfortran.dg/associate_18.f08: Likewise. - * gfortran.dg/associate_19.f03: Likewise. - * gfortran.dg/associate_20.f03: Likewise. - * gfortran.dg/associate_22.f90: Likewise. - * gfortran.dg/associate_23.f90: Likewise. - * gfortran.dg/associate_24.f90: Likewise. - * gfortran.dg/associate_25.f90: Likewise. - * gfortran.dg/associate_27.f90: Likewise. - * gfortran.dg/associate_28.f90: Likewise. - * gfortran.dg/associate_32.f03: Likewise. - * gfortran.dg/associate_33.f03: Likewise. - * gfortran.dg/associate_34.f90: Likewise. - * gfortran.dg/associate_6.f03: Likewise. - * gfortran.dg/associate_7.f03: Likewise. - * gfortran.dg/associate_8.f03: Likewise. - * gfortran.dg/associate_9.f03: Likewise. - * gfortran.dg/associated_1.f90: Likewise. - * gfortran.dg/associated_2.f90: Likewise. - * gfortran.dg/associated_5.f90: Likewise. - * gfortran.dg/associated_6.f90: Likewise. - * gfortran.dg/associated_target_3.f90: Likewise. - * gfortran.dg/associated_target_4.f90: Likewise. - * gfortran.dg/associated_target_5.f03: Likewise. - * gfortran.dg/associated_target_6.f03: Likewise. - * gfortran.dg/assumed_dummy_1.f90: Likewise. - * gfortran.dg/assumed_rank_1.f90: Likewise. - * gfortran.dg/assumed_rank_10.f90: Likewise. - * gfortran.dg/assumed_rank_2.f90: Likewise. - * gfortran.dg/assumed_rank_7.f90: Likewise. - * gfortran.dg/assumed_rank_8.f90: Likewise. - * gfortran.dg/assumed_rank_9.f90: Likewise. - * gfortran.dg/assumed_rank_bounds_1.f90: Likewise. - * gfortran.dg/assumed_rank_bounds_2.f90: Likewise. - * gfortran.dg/assumed_shape_ranks_2.f90: Likewise. - * gfortran.dg/assumed_type_2.f90: Likewise. - * gfortran.dg/atan2_1.f90: Likewise. - * gfortran.dg/auto_array_1.f90: Likewise. - * gfortran.dg/auto_char_dummy_array_1.f90: Likewise. - * gfortran.dg/auto_char_dummy_array_3.f90: Likewise. - * gfortran.dg/auto_char_len_3.f90: Likewise. - * gfortran.dg/auto_char_pointer_array_result_1.f90: Likewise. - * gfortran.dg/auto_internal_assumed.f90: Likewise. - * gfortran.dg/auto_pointer_array_result_1.f90: Likewise. - * gfortran.dg/auto_save_2.f90: Likewise. - * gfortran.dg/automatic_default_init_1.f90: Likewise. - * gfortran.dg/backslash_1.f90: Likewise. - * gfortran.dg/backslash_2.f90: Likewise. - * gfortran.dg/backslash_3.f: Likewise. - * gfortran.dg/backspace_1.f: Likewise. - * gfortran.dg/backspace_10.f90: Likewise. - * gfortran.dg/backspace_11.f90: Likewise. - * gfortran.dg/backspace_2.f: Likewise. - * gfortran.dg/backspace_3.f: Likewise. - * gfortran.dg/backspace_4.f: Likewise. - * gfortran.dg/backspace_5.f: Likewise. - * gfortran.dg/backspace_6.f: Likewise. - * gfortran.dg/backspace_7.f90: Likewise. - * gfortran.dg/backspace_8.f: Likewise. - * gfortran.dg/backspace_9.f: Likewise. - * gfortran.dg/bessel_1.f90: Likewise. - * gfortran.dg/bessel_2.f90: Likewise. - * gfortran.dg/bessel_5.f90: Likewise. - * gfortran.dg/bessel_6.f90: Likewise. - * gfortran.dg/bessel_7.f90: Likewise. - * gfortran.dg/bind_c_dts_2.f03: Likewise. - * gfortran.dg/bind_c_dts_3.f03: Likewise. - * gfortran.dg/bind_c_usage_15.f90: Likewise. - * gfortran.dg/bind_c_usage_16.f03: Likewise. - * gfortran.dg/bind_c_usage_17.f90: Likewise. - * gfortran.dg/bind_c_usage_24.f90: Likewise. - * gfortran.dg/binding_c_table_15_1.f03: Likewise. - * gfortran.dg/binding_label_tests_16.f03: Likewise. - * gfortran.dg/binding_label_tests_23.f90: Likewise. - * gfortran.dg/bit_comparison_1.F90: Likewise. - * gfortran.dg/bit_comparison_2.F90: Likewise. - * gfortran.dg/block_1.f08: Likewise. - * gfortran.dg/block_13.f08: Likewise. - * gfortran.dg/block_14.f90: Likewise. - * gfortran.dg/block_2.f08: Likewise. - * gfortran.dg/block_6.f08: Likewise. - * gfortran.dg/block_7.f08: Likewise. - * gfortran.dg/block_8.f08: Likewise. - * gfortran.dg/blockdata_1.f90: Likewise. - * gfortran.dg/bound_1.f90: Likewise. - * gfortran.dg/bound_2.f90: Likewise. - * gfortran.dg/bound_3.f90: Likewise. - * gfortran.dg/bound_4.f90: Likewise. - * gfortran.dg/bound_5.f90: Likewise. - * gfortran.dg/bound_6.f90: Likewise. - * gfortran.dg/bound_7.f90: Likewise. - * gfortran.dg/bound_8.f90: Likewise. - * gfortran.dg/bound_9.f90: Likewise. - * gfortran.dg/bound_simplification_1.f90: Likewise. - * gfortran.dg/bound_simplification_3.f90: Likewise. - * gfortran.dg/bound_simplification_4.f90: Likewise. - * gfortran.dg/bound_simplification_5.f90: Likewise. - * gfortran.dg/bound_simplification_6.f90: Likewise. - * gfortran.dg/bounds_check_1.f90: Likewise. - * gfortran.dg/bounds_check_12.f90: Likewise. - * gfortran.dg/bounds_check_14.f90: Likewise. - * gfortran.dg/bounds_check_15.f90: Likewise. - * gfortran.dg/bounds_check_19.f90: Likewise. - * gfortran.dg/bounds_check_8.f90: Likewise. - * gfortran.dg/bounds_check_9.f90: Likewise. - * gfortran.dg/bounds_check_fail_2.f90: Likewise. - * gfortran.dg/bounds_check_fail_3.f90: Likewise. - * gfortran.dg/bounds_check_fail_4.f90: Likewise. - * gfortran.dg/boz_1.f90: Likewise. - * gfortran.dg/boz_11.f90: Likewise. - * gfortran.dg/boz_13.f90: Likewise. - * gfortran.dg/boz_14.f90: Likewise. - * gfortran.dg/boz_15.f90: Likewise. - * gfortran.dg/boz_3.f90: Likewise. - * gfortran.dg/boz_6.f90: Likewise. - * gfortran.dg/boz_9.f90: Likewise. - * gfortran.dg/byte_1.f90: Likewise. - * gfortran.dg/byte_2.f90: Likewise. - * gfortran.dg/c_assoc.f90: Likewise. - * gfortran.dg/c_assoc_2.f03: Likewise. - * gfortran.dg/c_assoc_3.f90: Likewise. - * gfortran.dg/c_by_val_1.f: Likewise. - * gfortran.dg/c_by_val_5.f90: Likewise. - * gfortran.dg/c_char_tests.f03: Likewise. - * gfortran.dg/c_char_tests_2.f03: Likewise. - * gfortran.dg/c_f_pointer_complex.f03: Likewise. - * gfortran.dg/c_f_pointer_logical.f03: Likewise. - * gfortran.dg/c_f_pointer_shape_tests_2.f03: Likewise. - * gfortran.dg/c_f_pointer_shape_tests_4.f03: Likewise. - * gfortran.dg/c_f_pointer_shape_tests_5.f90: Likewise. - * gfortran.dg/c_f_pointer_tests.f90: Likewise. - * gfortran.dg/c_f_pointer_tests_4.f90: Likewise. - * gfortran.dg/c_kind_int128_test2.f03: Likewise. - * gfortran.dg/c_kind_params.f90: Likewise. - * gfortran.dg/c_loc_test_20.f90: Likewise. - * gfortran.dg/c_loc_tests_2.f03: Likewise. - * gfortran.dg/c_ptr_tests_14.f90: Likewise. - * gfortran.dg/c_ptr_tests_15.f90: Likewise. - * gfortran.dg/c_size_t_test.f03: Likewise. - * gfortran.dg/c_sizeof_1.f90: Likewise. - * gfortran.dg/c_sizeof_5.f90: Likewise. - * gfortran.dg/c_sizeof_6.f90: Likewise. - * gfortran.dg/char4_iunit_1.f03: Likewise. - * gfortran.dg/char4_iunit_2.f03: Likewise. - * gfortran.dg/char_allocation_1.f90: Likewise. - * gfortran.dg/char_array_constructor.f90: Likewise. - * gfortran.dg/char_array_structure_constructor.f90: Likewise. - * gfortran.dg/char_assign_1.f90: Likewise. - * gfortran.dg/char_associated_1.f90: Likewise. - * gfortran.dg/char_cast_2.f90: Likewise. - * gfortran.dg/char_comparison_1.f: Likewise. - * gfortran.dg/char_component_initializer_1.f90: Likewise. - * gfortran.dg/char_component_initializer_2.f90: Likewise. - * gfortran.dg/char_cons_len.f90: Likewise. - * gfortran.dg/char_conversion.f90: Likewise. - * gfortran.dg/char_cshift_1.f90: Likewise. - * gfortran.dg/char_cshift_2.f90: Likewise. - * gfortran.dg/char_decl_2.f90: Likewise. - * gfortran.dg/char_eoshift_1.f90: Likewise. - * gfortran.dg/char_eoshift_2.f90: Likewise. - * gfortran.dg/char_eoshift_3.f90: Likewise. - * gfortran.dg/char_eoshift_4.f90: Likewise. - * gfortran.dg/char_eoshift_5.f90: Likewise. - * gfortran.dg/char_expr_1.f90: Likewise. - * gfortran.dg/char_expr_3.f90: Likewise. - * gfortran.dg/char_initialiser_actual.f90: Likewise. - * gfortran.dg/char_length_12.f90: Likewise. - * gfortran.dg/char_length_14.f90: Likewise. - * gfortran.dg/char_length_15.f90: Likewise. - * gfortran.dg/char_length_17.f90: Likewise. - * gfortran.dg/char_length_20.f90: Likewise. - * gfortran.dg/char_length_21.f90: Likewise. - * gfortran.dg/char_length_5.f90: Likewise. - * gfortran.dg/char_length_6.f90: Likewise. - * gfortran.dg/char_length_7.f90: Likewise. - * gfortran.dg/char_length_8.f90: Likewise. - * gfortran.dg/char_pack_1.f90: Likewise. - * gfortran.dg/char_pack_2.f90: Likewise. - * gfortran.dg/char_pointer_assign.f90: Likewise. - * gfortran.dg/char_pointer_assign_3.f90: Likewise. - * gfortran.dg/char_pointer_comp_assign.f90: Likewise. - * gfortran.dg/char_pointer_dependency.f90: Likewise. - * gfortran.dg/char_pointer_dummy.f90: Likewise. - * gfortran.dg/char_pointer_func.f90: Likewise. - * gfortran.dg/char_reshape_1.f90: Likewise. - * gfortran.dg/char_result_1.f90: Likewise. - * gfortran.dg/char_result_12.f90: Likewise. - * gfortran.dg/char_result_13.f90: Likewise. - * gfortran.dg/char_result_14.f90: Likewise. - * gfortran.dg/char_result_15.f90: Likewise. - * gfortran.dg/char_result_2.f90: Likewise. - * gfortran.dg/char_result_3.f90: Likewise. - * gfortran.dg/char_result_4.f90: Likewise. - * gfortran.dg/char_result_5.f90: Likewise. - * gfortran.dg/char_result_6.f90: Likewise. - * gfortran.dg/char_result_7.f90: Likewise. - * gfortran.dg/char_result_8.f90: Likewise. - * gfortran.dg/char_spread_1.f90: Likewise. - * gfortran.dg/char_transpose_1.f90: Likewise. - * gfortran.dg/char_type_len.f90: Likewise. - * gfortran.dg/char_unpack_1.f90: Likewise. - * gfortran.dg/char_unpack_2.f90: Likewise. - * gfortran.dg/character_array_constructor_1.f90: Likewise. - * gfortran.dg/character_comparison_1.f90: Likewise. - * gfortran.dg/character_comparison_2.f90: Likewise. - * gfortran.dg/character_comparison_3.f90: Likewise. - * gfortran.dg/character_comparison_4.f90: Likewise. - * gfortran.dg/character_comparison_5.f90: Likewise. - * gfortran.dg/character_comparison_6.f90: Likewise. - * gfortran.dg/character_comparison_7.f90: Likewise. - * gfortran.dg/character_comparison_8.f90: Likewise. - * gfortran.dg/character_comparison_9.f90: Likewise. - * gfortran.dg/charlen_15.f90: Likewise. - * gfortran.dg/charlen_16.f90: Likewise. - * gfortran.dg/chkbits.f90: Likewise. - * gfortran.dg/chmod_1.f90: Likewise. - * gfortran.dg/chmod_2.f90: Likewise. - * gfortran.dg/chmod_3.f90: Likewise. - * gfortran.dg/class_1.f03: Likewise. - * gfortran.dg/class_18.f03: Likewise. - * gfortran.dg/class_19.f03: Likewise. - * gfortran.dg/class_35.f90: Likewise. - * gfortran.dg/class_46.f03: Likewise. - * gfortran.dg/class_48.f90: Likewise. - * gfortran.dg/class_51.f90: Likewise. - * gfortran.dg/class_52.f90: Likewise. - * gfortran.dg/class_6.f03: Likewise. - * gfortran.dg/class_63.f90: Likewise. - * gfortran.dg/class_64.f90: Likewise. - * gfortran.dg/class_65.f90: Likewise. - * gfortran.dg/class_66.f90: Likewise. - * gfortran.dg/class_67.f90: Likewise. - * gfortran.dg/class_9.f03: Likewise. - * gfortran.dg/class_alias.f90: Likewise. - * gfortran.dg/class_allocate_1.f03: Likewise. - * gfortran.dg/class_allocate_10.f03: Likewise. - * gfortran.dg/class_allocate_13.f90: Likewise. - * gfortran.dg/class_allocate_14.f90: Likewise. - * gfortran.dg/class_allocate_15.f90: Likewise. - * gfortran.dg/class_allocate_19.f03: Likewise. - * gfortran.dg/class_allocate_21.f90: Likewise. - * gfortran.dg/class_allocate_22.f90: Likewise. - * gfortran.dg/class_allocate_3.f03: Likewise. - * gfortran.dg/class_allocate_4.f03: Likewise. - * gfortran.dg/class_allocate_5.f90: Likewise. - * gfortran.dg/class_allocate_6.f03: Likewise. - * gfortran.dg/class_allocate_7.f03: Likewise. - * gfortran.dg/class_allocate_8.f03: Likewise. - * gfortran.dg/class_allocate_9.f03: Likewise. - * gfortran.dg/class_array_1.f03: Likewise. - * gfortran.dg/class_array_14.f90: Likewise. - * gfortran.dg/class_array_15.f03: Likewise. - * gfortran.dg/class_array_16.f90: Likewise. - * gfortran.dg/class_array_2.f03: Likewise. - * gfortran.dg/class_array_20.f03: Likewise. - * gfortran.dg/class_array_21.f03: Likewise. - * gfortran.dg/class_array_3.f03: Likewise. - * gfortran.dg/class_array_4.f03: Likewise. - * gfortran.dg/class_array_7.f03: Likewise. - * gfortran.dg/class_array_8.f03: Likewise. - * gfortran.dg/class_array_9.f03: Likewise. - * gfortran.dg/class_defined_operator_1.f03: Likewise. - * gfortran.dg/class_dummy_1.f03: Likewise. - * gfortran.dg/class_optional_1.f90: Likewise. - * gfortran.dg/class_optional_2.f90: Likewise. - * gfortran.dg/class_result_5.f90: Likewise. - * gfortran.dg/class_result_6.f90: Likewise. - * gfortran.dg/class_to_type_1.f03: Likewise. - * gfortran.dg/class_to_type_2.f90: Likewise. - * gfortran.dg/class_to_type_3.f03: Likewise. - * gfortran.dg/class_to_type_4.f90: Likewise. - * gfortran.dg/coarray/alloc_comp_1.f90: Likewise. - * gfortran.dg/coarray/alloc_comp_4.f90: Likewise. - * gfortran.dg/coarray/allocate_errgmsg.f90: Likewise. - * gfortran.dg/coarray/atomic_1.f90: Likewise. - * gfortran.dg/coarray/atomic_2.f90: Likewise. - * gfortran.dg/coarray/codimension.f90: Likewise. - * gfortran.dg/coarray/coindexed_1.f90: Likewise. - * gfortran.dg/coarray/collectives_1.f90: Likewise. - * gfortran.dg/coarray/collectives_2.f90: Likewise. - * gfortran.dg/coarray/collectives_3.f90: Likewise. - * gfortran.dg/coarray/collectives_4.f90: Likewise. - * gfortran.dg/coarray/cosubscript_1.f90: Likewise. - * gfortran.dg/coarray/dummy_1.f90: Likewise. - * gfortran.dg/coarray/event_1.f90: Likewise. - * gfortran.dg/coarray/event_2.f90: Likewise. - * gfortran.dg/coarray/get_array.f90: Likewise. - * gfortran.dg/coarray/image_index_1.f90: Likewise. - * gfortran.dg/coarray/image_index_2.f90: Likewise. - * gfortran.dg/coarray/image_index_3.f90: Likewise. - * gfortran.dg/coarray/lib_realloc_1.f90: Likewise. - * gfortran.dg/coarray/lock_1.f90: Likewise. - * gfortran.dg/coarray/lock_2.f90: Likewise. - * gfortran.dg/coarray/move_alloc_1.f90: Likewise. - * gfortran.dg/coarray/poly_run_1.f90: Likewise. - * gfortran.dg/coarray/poly_run_2.f90: Likewise. - * gfortran.dg/coarray/poly_run_3.f90: Likewise. - * gfortran.dg/coarray/ptr_comp_3.f08: Likewise. - * gfortran.dg/coarray/registering_1.f90: Likewise. - * gfortran.dg/coarray/scalar_alloc_1.f90: Likewise. - * gfortran.dg/coarray/scalar_alloc_2.f90: Likewise. - * gfortran.dg/coarray/send_array.f90: Likewise. - * gfortran.dg/coarray/send_char_array_1.f90: Likewise. - * gfortran.dg/coarray/sendget_array.f90: Likewise. - * gfortran.dg/coarray/subobject_1.f90: Likewise. - * gfortran.dg/coarray/sync_1.f90: Likewise. - * gfortran.dg/coarray/sync_3.f90: Likewise. - * gfortran.dg/coarray/this_image_1.f90: Likewise. - * gfortran.dg/coarray/this_image_2.f90: Likewise. - * gfortran.dg/coarray_13.f90: Likewise. - * gfortran.dg/coarray_15.f90: Likewise. - * gfortran.dg/coarray_16.f90: Likewise. - * gfortran.dg/coarray_2.f90: Likewise. - * gfortran.dg/coarray_23.f90: Likewise. - * gfortran.dg/coarray_40.f90: Likewise. - * gfortran.dg/coarray_alloc_comp_1.f08: Likewise. - * gfortran.dg/coarray_alloc_comp_2.f08: Likewise. - * gfortran.dg/coarray_allocate_10.f08: Likewise. - * gfortran.dg/coarray_allocate_2.f08: Likewise. - * gfortran.dg/coarray_allocate_3.f08: Likewise. - * gfortran.dg/coarray_allocate_4.f08: Likewise. - * gfortran.dg/coarray_allocate_5.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_lib_alloc_4.f90: Likewise. - * gfortran.dg/coarray_lib_comm_1.f90: Likewise. - * gfortran.dg/coarray_lib_realloc_1.f90: Likewise. - * gfortran.dg/coarray_lib_token_1.f90: Likewise. - * gfortran.dg/coarray_lib_token_2.f90: Likewise. - * gfortran.dg/coarray_ptr_comp_1.f08: Likewise. - * gfortran.dg/coarray_ptr_comp_2.f08: Likewise. - * gfortran.dg/coarray_send_by_ref_1.f08: Likewise. - * gfortran.dg/coarray_stat_2.f90: Likewise. - * gfortran.dg/coarray_subobject_1.f90: Likewise. - * gfortran.dg/coindexed_1.f90: Likewise. - * gfortran.dg/comma.f: Likewise. - * gfortran.dg/comma_format_extension_3.f: Likewise. - * gfortran.dg/comma_format_extension_4.f: Likewise. - * gfortran.dg/common_2.f90: Likewise. - * gfortran.dg/common_4.f90: Likewise. - * gfortran.dg/common_align_1.f90: Likewise. - * gfortran.dg/common_align_2.f90: Likewise. - * gfortran.dg/common_equivalence_1.f: Likewise. - * gfortran.dg/common_pointer_1.f90: Likewise. - * gfortran.dg/common_resize_1.f: Likewise. - * gfortran.dg/complex_intrinsic_1.f90: Likewise. - * gfortran.dg/complex_intrinsic_3.f90: Likewise. - * gfortran.dg/complex_intrinsic_5.f90: Likewise. - * gfortran.dg/complex_intrinsic_7.f90: Likewise. - * gfortran.dg/complex_read.f90: Likewise. - * gfortran.dg/complex_write.f90: Likewise. - * gfortran.dg/constant_substring.f: Likewise. - * gfortran.dg/constructor_2.f90: Likewise. - * gfortran.dg/constructor_3.f90: Likewise. - * gfortran.dg/constructor_6.f90: Likewise. - * gfortran.dg/contained_1.f90: Likewise. - * gfortran.dg/contained_3.f90: Likewise. - * gfortran.dg/contained_equivalence_1.f90: Likewise. - * gfortran.dg/contained_module_proc_1.f90: Likewise. - * gfortran.dg/continuation_1.f90: Likewise. - * gfortran.dg/continuation_11.f90: Likewise. - * gfortran.dg/continuation_12.f90: Likewise. - * gfortran.dg/continuation_13.f90: Likewise. - * gfortran.dg/continuation_14.f: Likewise. - * gfortran.dg/continuation_8.f90: Likewise. - * gfortran.dg/convert_2.f90: Likewise. - * gfortran.dg/convert_implied_open.f90: Likewise. - * gfortran.dg/count_init_expr.f03: Likewise. - * gfortran.dg/cr_lf.f90: Likewise. - * gfortran.dg/cray_pointers_10.f90: Likewise. - * gfortran.dg/cray_pointers_2.f90: Likewise. - * gfortran.dg/cray_pointers_5.f90: Likewise. - * gfortran.dg/cray_pointers_7.f90: Likewise. - * gfortran.dg/cray_pointers_8.f90: Likewise. - * gfortran.dg/cshift_1.f90: Likewise. - * gfortran.dg/cshift_2.f90: Likewise. - * gfortran.dg/cshift_large_1.f90: Likewise. - * gfortran.dg/cshift_nan_1.f90: Likewise. - * gfortran.dg/csqrt_2.f: Likewise. - * gfortran.dg/data_array_1.f90: Likewise. - * gfortran.dg/data_char_1.f90: Likewise. - * gfortran.dg/data_char_2.f90: Likewise. - * gfortran.dg/data_char_3.f90: Likewise. - * gfortran.dg/data_derived_1.f90: Likewise. - * gfortran.dg/data_implied_do_1.f90: Likewise. - * gfortran.dg/data_namelist_conflict.f90: Likewise. - * gfortran.dg/deallocate_alloc_opt_3.f90: Likewise. - * gfortran.dg/deallocate_stat.f90: Likewise. - * gfortran.dg/deallocate_stat_2.f90: Likewise. - * gfortran.dg/debug/pr37738.f: Likewise. - * gfortran.dg/dec_bitwise_ops_1.f90: Likewise. - * gfortran.dg/dec_bitwise_ops_2.f90: Likewise. - * gfortran.dg/dec_exp_1.f90: Likewise. - * gfortran.dg/dec_init_1.f90: Likewise. - * gfortran.dg/dec_init_2.f90: Likewise. - * gfortran.dg/dec_init_3.f90: Likewise. - * gfortran.dg/dec_init_4.f90: Likewise. - * gfortran.dg/dec_io_1.f90: Likewise. - * gfortran.dg/dec_io_2.f90: Likewise. - * gfortran.dg/dec_io_2a.f90: Likewise. - * gfortran.dg/dec_io_6.f90: Likewise. - * gfortran.dg/dec_loc_rval_1.f90: Likewise. - * gfortran.dg/dec_logical_xor_1.f90: Likewise. - * gfortran.dg/dec_math.f90: Likewise. - * gfortran.dg/dec_parameter_1.f: Likewise. - * gfortran.dg/dec_parameter_2.f90: Likewise. - * gfortran.dg/dec_static_1.f90: Likewise. - * gfortran.dg/dec_static_2.f90: Likewise. - * gfortran.dg/dec_structure_1.f90: Likewise. - * gfortran.dg/dec_structure_10.f90: Likewise. - * gfortran.dg/dec_structure_18.f90: Likewise. - * gfortran.dg/dec_structure_19.f90: Likewise. - * gfortran.dg/dec_structure_2.f90: Likewise. - * gfortran.dg/dec_structure_22.f90: Likewise. - * gfortran.dg/dec_structure_3.f90: Likewise. - * gfortran.dg/dec_structure_4.f90: Likewise. - * gfortran.dg/dec_structure_5.f90: Likewise. - * gfortran.dg/dec_structure_6.f90: Likewise. - * gfortran.dg/dec_structure_7.f90: Likewise. - * gfortran.dg/dec_union_1.f90: Likewise. - * gfortran.dg/dec_union_2.f90: Likewise. - * gfortran.dg/dec_union_3.f90: Likewise. - * gfortran.dg/dec_union_4.f90: Likewise. - * gfortran.dg/dec_union_5.f90: Likewise. - * gfortran.dg/default_format_1.f90: Likewise. - * gfortran.dg/default_format_2.f90: Likewise. - * gfortran.dg/default_format_denormal_1.f90: Likewise. - * gfortran.dg/default_format_denormal_2.f90: Likewise. - * gfortran.dg/default_initialization_3.f90: Likewise. - * gfortran.dg/default_initialization_4.f90: Likewise. - * gfortran.dg/default_initialization_5.f90: Likewise. - * gfortran.dg/deferred_character_1.f90: Likewise. - * gfortran.dg/deferred_character_10.f90: Likewise. - * gfortran.dg/deferred_character_11.f90: Likewise. - * gfortran.dg/deferred_character_12.f90: Likewise. - * gfortran.dg/deferred_character_13.f90: Likewise. - * gfortran.dg/deferred_character_14.f90: Likewise. - * gfortran.dg/deferred_character_15.f90: Likewise. - * gfortran.dg/deferred_character_16.f90: Likewise. - * gfortran.dg/deferred_character_2.f90: Likewise. - * gfortran.dg/deferred_character_3.f90: Likewise. - * gfortran.dg/deferred_character_4.f90: Likewise. - * gfortran.dg/deferred_character_5.f90: Likewise. - * gfortran.dg/deferred_character_6.f90: Likewise. - * gfortran.dg/deferred_character_7.f90: Likewise. - * gfortran.dg/deferred_character_8.f90: Likewise. - * gfortran.dg/deferred_character_9.f90: Likewise. - * gfortran.dg/deferred_character_assignment_1.f90: Likewise. - * gfortran.dg/deferred_type_component_1.f90: Likewise. - * gfortran.dg/deferred_type_component_2.f90: Likewise. - * gfortran.dg/deferred_type_param_2.f90: Likewise. - * gfortran.dg/deferred_type_param_4.f90: Likewise. - * gfortran.dg/deferred_type_param_5.f90: Likewise. - * gfortran.dg/deferred_type_param_6.f90: Likewise. - * gfortran.dg/deferred_type_param_8.f90: Likewise. - * gfortran.dg/deferred_type_param_9.f90: Likewise. - * gfortran.dg/deferred_type_proc_pointer_1.f90: Likewise. - * gfortran.dg/deferred_type_proc_pointer_2.f90: Likewise. - * gfortran.dg/defined_assignment_1.f90: Likewise. - * gfortran.dg/defined_assignment_10.f90: Likewise. - * gfortran.dg/defined_assignment_11.f90: Likewise. - * gfortran.dg/defined_assignment_2.f90: Likewise. - * gfortran.dg/defined_assignment_3.f90: Likewise. - * gfortran.dg/defined_assignment_4.f90: Likewise. - * gfortran.dg/defined_assignment_5.f90: Likewise. - * gfortran.dg/defined_assignment_8.f90: Likewise. - * gfortran.dg/defined_assignment_9.f90: Likewise. - * gfortran.dg/dependency_2.f90: Likewise. - * gfortran.dg/dependency_21.f90: Likewise. - * gfortran.dg/dependency_22.f90: Likewise. - * gfortran.dg/dependency_23.f90: Likewise. - * gfortran.dg/dependency_24.f90: Likewise. - * gfortran.dg/dependency_25.f90: Likewise. - * gfortran.dg/dependency_26.f90: Likewise. - * gfortran.dg/dependency_39.f90: Likewise. - * gfortran.dg/dependency_40.f90: Likewise. - * gfortran.dg/dependency_41.f90: Likewise. - * gfortran.dg/dependency_42.f90: Likewise. - * gfortran.dg/dependency_43.f90: Likewise. - * gfortran.dg/dependency_44.f90: Likewise. - * gfortran.dg/dependency_45.f90: Likewise. - * gfortran.dg/dependency_50.f90: Likewise. - * gfortran.dg/dependency_51.f90: Likewise. - * gfortran.dg/dependent_decls_1.f90: Likewise. - * gfortran.dg/der_array_1.f90: Likewise. - * gfortran.dg/der_array_io_1.f90: Likewise. - * gfortran.dg/der_array_io_2.f90: Likewise. - * gfortran.dg/der_array_io_3.f90: Likewise. - * gfortran.dg/der_io_1.f90: Likewise. - * gfortran.dg/der_io_3.f90: Likewise. - * gfortran.dg/der_pointer_2.f90: Likewise. - * gfortran.dg/derived_comp_array_ref_1.f90: Likewise. - * gfortran.dg/derived_comp_array_ref_2.f90: Likewise. - * gfortran.dg/derived_comp_array_ref_4.f90: Likewise. - * gfortran.dg/derived_comp_array_ref_7.f90: Likewise. - * gfortran.dg/derived_constructor_char_3.f90: Likewise. - * gfortran.dg/derived_constructor_comps_1.f90: Likewise. - * gfortran.dg/derived_constructor_comps_4.f90: Likewise. - * gfortran.dg/derived_constructor_comps_5.f90: Likewise. - * gfortran.dg/derived_constructor_comps_6.f90: Likewise. - * gfortran.dg/derived_external_function_1.f90: Likewise. - * gfortran.dg/derived_init_1.f90: Likewise. - * gfortran.dg/derived_init_2.f90: Likewise. - * gfortran.dg/derived_init_3.f90: Likewise. - * gfortran.dg/derived_init_4.f90: Likewise. - * gfortran.dg/derived_pointer_null_1.f90: Likewise. - * gfortran.dg/derived_pointer_recursion_2.f90: Likewise. - * gfortran.dg/dev_null.F90: Likewise. - * gfortran.dg/dfloat_1.f90: Likewise. - * gfortran.dg/dim_sum_1.f90: Likewise. - * gfortran.dg/dim_sum_2.f90: Likewise. - * gfortran.dg/dim_sum_3.f90: Likewise. - * gfortran.dg/direct_io_10.f: Likewise. - * gfortran.dg/direct_io_11.f90: Likewise. - * gfortran.dg/direct_io_12.f90: Likewise. - * gfortran.dg/direct_io_2.f90: Likewise. - * gfortran.dg/direct_io_3.f90: Likewise. - * gfortran.dg/direct_io_4.f90: Likewise. - * gfortran.dg/direct_io_5.f90: Likewise. - * gfortran.dg/direct_io_6.f90: Likewise. - * gfortran.dg/direct_io_7.f90: Likewise. - * gfortran.dg/direct_io_8.f90: Likewise. - * gfortran.dg/direct_io_9.f: Likewise. - * gfortran.dg/do_1.f90: Likewise. - * gfortran.dg/do_3.F90: Likewise. - * gfortran.dg/do_concurrent_2.f90: Likewise. - * gfortran.dg/do_concurrent_4.f90: Likewise. - * gfortran.dg/do_corner_warn.f90: Likewise. - * gfortran.dg/do_iterator_2.f90: Likewise. - * gfortran.dg/dollar_edit_descriptor_1.f: Likewise. - * gfortran.dg/dollar_edit_descriptor_2.f: Likewise. - * gfortran.dg/dos_eol.f: Likewise. - * gfortran.dg/dot_product_1.f03: Likewise. - * gfortran.dg/dot_product_2.f90: Likewise. - * gfortran.dg/dot_product_4.f90: Likewise. - * gfortran.dg/dshift_1.F90: Likewise. - * gfortran.dg/dshift_2.F90: Likewise. - * gfortran.dg/dtio_1.f90: Likewise. - * gfortran.dg/dtio_10.f90: Likewise. - * gfortran.dg/dtio_12.f90: Likewise. - * gfortran.dg/dtio_14.f90: Likewise. - * gfortran.dg/dtio_15.f90: Likewise. - * gfortran.dg/dtio_16.f90: Likewise. - * gfortran.dg/dtio_17.f90: Likewise. - * gfortran.dg/dtio_19.f90: Likewise. - * gfortran.dg/dtio_2.f90: Likewise. - * gfortran.dg/dtio_20.f03: Likewise. - * gfortran.dg/dtio_22.f90: Likewise. - * gfortran.dg/dtio_24.f90: Likewise. - * gfortran.dg/dtio_25.f90: Likewise. - * gfortran.dg/dtio_26.f03: Likewise. - * gfortran.dg/dtio_27.f90: Likewise. - * gfortran.dg/dtio_28.f03: Likewise. - * gfortran.dg/dtio_3.f90: Likewise. - * gfortran.dg/dtio_30.f03: Likewise. - * gfortran.dg/dtio_31.f03: Likewise. - * gfortran.dg/dtio_32.f03: Likewise. - * gfortran.dg/dtio_4.f90: Likewise. - * gfortran.dg/dtio_5.f90: Likewise. - * gfortran.dg/dtio_7.f90: Likewise. - * gfortran.dg/dtio_8.f90: Likewise. - * gfortran.dg/dtio_9.f90: Likewise. - * gfortran.dg/dummy_procedure_3.f90: Likewise. - * gfortran.dg/dummy_procedure_7.f90: Likewise. - * gfortran.dg/dup_save_1.f90: Likewise. - * gfortran.dg/dup_save_2.f90: Likewise. - * gfortran.dg/dynamic_dispatch_1.f03: Likewise. - * gfortran.dg/dynamic_dispatch_11.f03: Likewise. - * gfortran.dg/dynamic_dispatch_12.f90: Likewise. - * gfortran.dg/dynamic_dispatch_2.f03: Likewise. - * gfortran.dg/dynamic_dispatch_3.f03: Likewise. - * gfortran.dg/dynamic_dispatch_4.f03: Likewise. - * gfortran.dg/dynamic_dispatch_5.f03: Likewise. - * gfortran.dg/dynamic_dispatch_7.f03: Likewise. - * gfortran.dg/dynamic_dispatch_8.f03: Likewise. - * gfortran.dg/dynamic_dispatch_9.f03: Likewise. - * gfortran.dg/e_d_fmt.f90: Likewise. - * gfortran.dg/edit_real_1.f90: Likewise. - * gfortran.dg/elemental_by_value_1.f90: Likewise. - * gfortran.dg/elemental_dependency_1.f90: Likewise. - * gfortran.dg/elemental_dependency_4.f90: Likewise. - * gfortran.dg/elemental_dependency_5.f90: Likewise. - * gfortran.dg/elemental_dependency_6.f90: Likewise. - * gfortran.dg/elemental_optional_args_2.f90: Likewise. - * gfortran.dg/elemental_optional_args_3.f90: Likewise. - * gfortran.dg/elemental_optional_args_4.f90: Likewise. - * gfortran.dg/elemental_optional_args_5.f03: Likewise. - * gfortran.dg/elemental_optional_args_6.f90: Likewise. - * gfortran.dg/elemental_optional_args_7.f90: Likewise. - * gfortran.dg/elemental_scalar_args_1.f90: Likewise. - * gfortran.dg/elemental_scalar_args_2.f90: Likewise. - * gfortran.dg/elemental_subroutine_1.f90: Likewise. - * gfortran.dg/elemental_subroutine_10.f90: Likewise. - * gfortran.dg/elemental_subroutine_11.f90: Likewise. - * gfortran.dg/elemental_subroutine_2.f90: Likewise. - * gfortran.dg/elemental_subroutine_3.f90: Likewise. - * gfortran.dg/elemental_subroutine_7.f90: Likewise. - * gfortran.dg/elemental_subroutine_9.f90: Likewise. - * gfortran.dg/empty_format_1.f90: Likewise. - * gfortran.dg/endfile.f: Likewise. - * gfortran.dg/endfile.f90: Likewise. - * gfortran.dg/endfile_2.f90: Likewise. - * gfortran.dg/entry_1.f90: Likewise. - * gfortran.dg/entry_10.f90: Likewise. - * gfortran.dg/entry_12.f90: Likewise. - * gfortran.dg/entry_13.f90: Likewise. - * gfortran.dg/entry_14.f90: Likewise. - * gfortran.dg/entry_16.f90: Likewise. - * gfortran.dg/entry_3.f90: Likewise. - * gfortran.dg/entry_6.f90: Likewise. - * gfortran.dg/entry_9.f90: Likewise. - * gfortran.dg/entry_array_specs_2.f: Likewise. - * gfortran.dg/enum_1.f90: Likewise. - * gfortran.dg/enum_9.f90: Likewise. - * gfortran.dg/eof_1.f90: Likewise. - * gfortran.dg/eof_2.f90: Likewise. - * gfortran.dg/eof_4.f90: Likewise. - * gfortran.dg/eof_5.f90: Likewise. - * gfortran.dg/eor_handling_1.f90: Likewise. - * gfortran.dg/eor_handling_2.f90: Likewise. - * gfortran.dg/eor_handling_3.f90: Likewise. - * gfortran.dg/eor_handling_4.f90: Likewise. - * gfortran.dg/eor_handling_5.f90: Likewise. - * gfortran.dg/eoshift_3.f90: Likewise. - * gfortran.dg/eoshift_4.f90: Likewise. - * gfortran.dg/eoshift_5.f90: Likewise. - * gfortran.dg/eoshift_6.f90: Likewise. - * gfortran.dg/eoshift_large_1.f90: Likewise. - * gfortran.dg/equiv_6.f90: Likewise. - * gfortran.dg/equiv_7.f90: Likewise. - * gfortran.dg/equiv_9.f90: Likewise. - * gfortran.dg/equiv_constraint_4.f90: Likewise. - * gfortran.dg/erf_2.F90: Likewise. - * gfortran.dg/erf_3.F90: Likewise. - * gfortran.dg/erfc_scaled_1.f90: Likewise. - * gfortran.dg/error_format_2.f90: Likewise. - * gfortran.dg/error_recovery_5.f90: Likewise. - * gfortran.dg/execute_command_line_2.f90: Likewise. - * gfortran.dg/execute_command_line_3.f90: Likewise. - * gfortran.dg/exit_1.f08: Likewise. - * gfortran.dg/exit_3.f08: Likewise. - * gfortran.dg/exponent_1.f90: Likewise. - * gfortran.dg/exponent_2.f90: Likewise. - * gfortran.dg/extended_char_comparison_1.f: Likewise. - * gfortran.dg/extends_1.f03: Likewise. - * gfortran.dg/extends_16.f90: Likewise. - * gfortran.dg/extends_2.f03: Likewise. - * gfortran.dg/extends_3.f03: Likewise. - * gfortran.dg/extends_4.f03: Likewise. - * gfortran.dg/extends_type_of_1.f03: Likewise. - * gfortran.dg/extends_type_of_2.f03: Likewise. - * gfortran.dg/external_procedures_3.f90: Likewise. - * gfortran.dg/f2003_inquire_1.f03: Likewise. - * gfortran.dg/f2003_io_1.f03: Likewise. - * gfortran.dg/f2003_io_4.f03: Likewise. - * gfortran.dg/f2003_io_5.f03: Likewise. - * gfortran.dg/f2003_io_6.f03: Likewise. - * gfortran.dg/f2003_io_7.f03: Likewise. - * gfortran.dg/f2c_1.f90: Likewise. - * gfortran.dg/f2c_2.f90: Likewise. - * gfortran.dg/f2c_3.f90: Likewise. - * gfortran.dg/f2c_4.f90: Likewise. - * gfortran.dg/f2c_6.f90: Likewise. - * gfortran.dg/f2c_7.f90: Likewise. - * gfortran.dg/f2c_9.f90: Likewise. - * gfortran.dg/fgetc_1.f90: Likewise. - * gfortran.dg/fgetc_2.f90: Likewise. - * gfortran.dg/filename_null.f90: Likewise. - * gfortran.dg/finalize_12.f90: Likewise. - * gfortran.dg/finalize_13.f90: Likewise. - * gfortran.dg/finalize_15.f90: Likewise. - * gfortran.dg/finalize_17.f90: Likewise. - * gfortran.dg/finalize_18.f90: Likewise. - * gfortran.dg/finalize_25.f90: Likewise. - * gfortran.dg/finalize_29.f08: Likewise. - * gfortran.dg/finalize_31.f90: Likewise. - * gfortran.dg/float_1.f90: Likewise. - * gfortran.dg/flush_1.f90: Likewise. - * gfortran.dg/fmt_bz_bn.f: Likewise. - * gfortran.dg/fmt_bz_bn_err.f: Likewise. - * gfortran.dg/fmt_cache_1.f: Likewise. - * gfortran.dg/fmt_cache_2.f: Likewise. - * gfortran.dg/fmt_cache_3.f90: Likewise. - * gfortran.dg/fmt_colon.f90: Likewise. - * gfortran.dg/fmt_e.f90: Likewise. - * gfortran.dg/fmt_en.f90: Likewise. - * gfortran.dg/fmt_error_10.f: Likewise. - * gfortran.dg/fmt_error_9.f: Likewise. - * gfortran.dg/fmt_exhaust.f90: Likewise. - * gfortran.dg/fmt_f0_1.f90: Likewise. - * gfortran.dg/fmt_f_an_p.f: Likewise. - * gfortran.dg/fmt_fw_d.f90: Likewise. - * gfortran.dg/fmt_g.f: Likewise. - * gfortran.dg/fmt_g0_1.f08: Likewise. - * gfortran.dg/fmt_g0_2.f08: Likewise. - * gfortran.dg/fmt_g0_4.f08: Likewise. - * gfortran.dg/fmt_g0_5.f08: Likewise. - * gfortran.dg/fmt_g0_6.f08: Likewise. - * gfortran.dg/fmt_g0_7.f08: Likewise. - * gfortran.dg/fmt_g_1.f90: Likewise. - * gfortran.dg/fmt_int_sign.f90: Likewise. - * gfortran.dg/fmt_l.f90: Likewise. - * gfortran.dg/fmt_missing_period_2.f: Likewise. - * gfortran.dg/fmt_missing_period_3.f: Likewise. - * gfortran.dg/fmt_p_1.f90: Likewise. - * gfortran.dg/fmt_pf.f90: Likewise. - * gfortran.dg/fmt_read.f90: Likewise. - * gfortran.dg/fmt_read_bz_bn.f90: Likewise. - * gfortran.dg/fmt_t_1.f90: Likewise. - * gfortran.dg/fmt_t_2.f90: Likewise. - * gfortran.dg/fmt_t_3.f90: Likewise. - * gfortran.dg/fmt_t_4.f90: Likewise. - * gfortran.dg/fmt_t_5.f90: Likewise. - * gfortran.dg/fmt_t_6.f: Likewise. - * gfortran.dg/fmt_t_7.f: Likewise. - * gfortran.dg/fmt_t_9.f: Likewise. - * gfortran.dg/fmt_tl.f: Likewise. - * gfortran.dg/fmt_unlimited.f90: Likewise. - * gfortran.dg/fmt_white.f: Likewise. - * gfortran.dg/fmt_zero_digits.f90: Likewise. - * gfortran.dg/fold_nearest.f90: Likewise. - * gfortran.dg/forall_1.f90: Likewise. - * gfortran.dg/forall_10.f90: Likewise. - * gfortran.dg/forall_12.f90: Likewise. - * gfortran.dg/forall_13.f90: Likewise. - * gfortran.dg/forall_15.f90: Likewise. - * gfortran.dg/forall_4.f90: Likewise. - * gfortran.dg/forall_5.f90: Likewise. - * gfortran.dg/forall_6.f90: Likewise. - * gfortran.dg/forall_7.f90: Likewise. - * gfortran.dg/fraction.f90: Likewise. - * gfortran.dg/fseek.f90: Likewise. - * gfortran.dg/ftell_1.f90: Likewise. - * gfortran.dg/ftell_2.f90: Likewise. - * gfortran.dg/ftell_3.f90: Likewise. - * gfortran.dg/func_assign_2.f90: Likewise. - * gfortran.dg/func_assign_3.f90: Likewise. - * gfortran.dg/func_derived_1.f90: Likewise. - * gfortran.dg/func_derived_2.f90: Likewise. - * gfortran.dg/func_derived_3.f90: Likewise. - * gfortran.dg/func_result_1.f90: Likewise. - * gfortran.dg/func_result_2.f90: Likewise. - * gfortran.dg/func_result_6.f90: Likewise. - * gfortran.dg/function_charlen_2.f90: Likewise. - * gfortran.dg/function_charlen_3.f: Likewise. - * gfortran.dg/function_kinds_1.f90: Likewise. - * gfortran.dg/function_kinds_4.f90: Likewise. - * gfortran.dg/function_optimize_10.f90: Likewise. - * gfortran.dg/function_optimize_11.f90: Likewise. - * gfortran.dg/function_optimize_12.f90: Likewise. - * gfortran.dg/function_optimize_4.f90: Likewise. - * gfortran.dg/function_optimize_8.f90: Likewise. - * gfortran.dg/g77/13037.f: Likewise. - * gfortran.dg/g77/1832.f: Likewise. - * gfortran.dg/g77/19981119-0.f: Likewise. - * gfortran.dg/g77/19990313-0.f: Likewise. - * gfortran.dg/g77/19990313-1.f: Likewise. - * gfortran.dg/g77/19990313-2.f: Likewise. - * gfortran.dg/g77/19990313-3.f: Likewise. - * gfortran.dg/g77/19990419-1.f: Likewise. - * gfortran.dg/g77/19990826-0.f: Likewise. - * gfortran.dg/g77/19990826-2.f: Likewise. - * gfortran.dg/g77/20000503-1.f: Likewise. - * gfortran.dg/g77/20001111.f: Likewise. - * gfortran.dg/g77/20010116.f: Likewise. - * gfortran.dg/g77/20010216-1.f: Likewise. - * gfortran.dg/g77/20010430.f: Likewise. - * gfortran.dg/g77/20010610.f: Likewise. - * gfortran.dg/g77/6177.f: Likewise. - * gfortran.dg/g77/7388.f: Likewise. - * gfortran.dg/g77/947.f: Likewise. - * gfortran.dg/g77/970625-2.f: Likewise. - * gfortran.dg/g77/971102-1.f: Likewise. - * gfortran.dg/g77/980628-0.f: Likewise. - * gfortran.dg/g77/980628-1.f: Likewise. - * gfortran.dg/g77/980628-10.f: Likewise. - * gfortran.dg/g77/980628-2.f: Likewise. - * gfortran.dg/g77/980628-3.f: Likewise. - * gfortran.dg/g77/980628-7.f: Likewise. - * gfortran.dg/g77/980628-8.f: Likewise. - * gfortran.dg/g77/980628-9.f: Likewise. - * gfortran.dg/g77/980701-0.f: Likewise. - * gfortran.dg/g77/980701-1.f: Likewise. - * gfortran.dg/g77/cabs.f: Likewise. - * gfortran.dg/g77/claus.f: Likewise. - * gfortran.dg/g77/complex_1.f: Likewise. - * gfortran.dg/g77/cpp3.F: Likewise. - * gfortran.dg/g77/cpp4.F: Likewise. - * gfortran.dg/g77/cpp5.F: Likewise. - * gfortran.dg/g77/dcomplex.f: Likewise. - * gfortran.dg/g77/dnrm2.f: Likewise. - * gfortran.dg/g77/erfc.f: Likewise. - * gfortran.dg/g77/f77-edit-i-in.f: Likewise. - * gfortran.dg/g77/f77-edit-t-in.f: Likewise. - * gfortran.dg/g77/f90-intrinsic-bit.f: Likewise. - * gfortran.dg/g77/f90-intrinsic-mathematical.f: Likewise. - * gfortran.dg/g77/f90-intrinsic-numeric.f: Likewise. - * gfortran.dg/g77/int8421.f: Likewise. - * gfortran.dg/g77/intrinsic-unix-bessel.f: Likewise. - * gfortran.dg/g77/intrinsic-unix-erf.f: Likewise. - * gfortran.dg/g77/le.f: Likewise. - * gfortran.dg/g77/short.f: Likewise. - * gfortran.dg/gamma_1.f90: Likewise. - * gfortran.dg/gamma_4.f90: Likewise. - * gfortran.dg/gamma_5.f90: Likewise. - * gfortran.dg/generic_13.f90: Likewise. - * gfortran.dg/generic_15.f90: Likewise. - * gfortran.dg/generic_19.f90: Likewise. - * gfortran.dg/generic_20.f90: Likewise. - * gfortran.dg/generic_23.f03: Likewise. - * gfortran.dg/generic_25.f90: Likewise. - * gfortran.dg/generic_27.f90: Likewise. - * gfortran.dg/generic_31.f90: Likewise. - * gfortran.dg/generic_4.f90: Likewise. - * gfortran.dg/global_vars_c_init.f90: Likewise. - * gfortran.dg/global_vars_f90_init.f90: Likewise. - * gfortran.dg/gnu_logical_1.F: Likewise. - * gfortran.dg/goacc/fixed-1.f: Likewise. - * gfortran.dg/goacc/fixed-2.f: Likewise. - * gfortran.dg/goacc/gang-static.f95: Likewise. - * gfortran.dg/goacc/kernels-loop-2.f95: Likewise. - * 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-n.f95: Likewise. - * gfortran.dg/goacc/kernels-loop.f95: Likewise. - * gfortran.dg/goacc/omp-fixed.f: Likewise. - * gfortran.dg/gomp/crayptr5.f90: Likewise. - * gfortran.dg/gomp/pr48794-2.f90: Likewise. - * gfortran.dg/gomp/pr48794.f90: Likewise. - * gfortran.dg/gomp/pr72744.f90: Likewise. - * gfortran.dg/gomp/pr77665.f90: Likewise. - * gfortran.dg/gomp/workshare2.f90: Likewise. - * gfortran.dg/gomp/workshare3.f90: Likewise. - * gfortran.dg/goto_1.f: Likewise. - * gfortran.dg/goto_2.f90: Likewise. - * gfortran.dg/goto_4.f90: Likewise. - * gfortran.dg/goto_6.f: Likewise. - * gfortran.dg/graphite/id-26.f03: Likewise. - * gfortran.dg/graphite/id-pr45370.f90: Likewise. - * gfortran.dg/graphite/pr29581.f90: Likewise. - * gfortran.dg/graphite/pr29832.f90: Likewise. - * gfortran.dg/graphite/run-id-1.f: Likewise. - * gfortran.dg/graphite/run-id-2.f90: Likewise. - * gfortran.dg/graphite/run-id-3.f90: Likewise. - * gfortran.dg/hollerith.f90: Likewise. - * gfortran.dg/hollerith4.f90: Likewise. - * gfortran.dg/hollerith6.f90: Likewise. - * gfortran.dg/hollerith8.f90: Likewise. - * gfortran.dg/hollerith_1.f90: Likewise. - * gfortran.dg/hollerith_character_array_constructor.f90: Likewise. - * gfortran.dg/hollerith_f95.f90: Likewise. - * gfortran.dg/hollerith_legacy.f90: Likewise. - * gfortran.dg/host_assoc_call_3.f90: Likewise. - * gfortran.dg/host_assoc_function_1.f90: Likewise. - * gfortran.dg/host_assoc_function_3.f90: Likewise. - * gfortran.dg/host_assoc_function_4.f90: Likewise. - * gfortran.dg/host_assoc_function_9.f90: Likewise. - * gfortran.dg/host_dummy_index_1.f90: Likewise. - * gfortran.dg/hypot_1.f90: Likewise. - * gfortran.dg/iall_iany_iparity_1.f90: Likewise. - * gfortran.dg/iargc.f90: Likewise. - * gfortran.dg/ibits.f90: Likewise. - * gfortran.dg/ichar_1.f90: Likewise. - * gfortran.dg/ichar_2.f90: Likewise. - * gfortran.dg/ieee/ieee_1.F90: Likewise. - * gfortran.dg/ieee/ieee_2.f90: Likewise. - * gfortran.dg/ieee/ieee_3.f90: Likewise. - * gfortran.dg/ieee/ieee_4.f90: Likewise. - * gfortran.dg/ieee/ieee_6.f90: Likewise. - * gfortran.dg/ieee/ieee_7.f90: Likewise. - * gfortran.dg/ieee/ieee_8.f90: Likewise. - * gfortran.dg/ieee/intrinsics_1.f90: Likewise. - * gfortran.dg/ieee/intrinsics_2.F90: Likewise. - * gfortran.dg/ieee/large_1.f90: Likewise. - * gfortran.dg/ieee/large_2.f90: Likewise. - * gfortran.dg/ieee/large_3.F90: Likewise. - * gfortran.dg/ieee/large_4.f90: Likewise. - * gfortran.dg/ieee/rounding_1.f90: Likewise. - * gfortran.dg/ieee/underflow_1.f90: Likewise. - * gfortran.dg/impl_do_var_data.f90: Likewise. - * gfortran.dg/implicit_10.f90: Likewise. - * gfortran.dg/implicit_12.f90: Likewise. - * gfortran.dg/implicit_class_1.f90: Likewise. - * gfortran.dg/implicit_pure_1.f90: Likewise. - * gfortran.dg/implied_do_1.f90: Likewise. - * gfortran.dg/implied_do_io_1.f90: Likewise. - * gfortran.dg/implied_do_io_2.f90: Likewise. - * gfortran.dg/implied_do_io_3.f90: Likewise. - * gfortran.dg/implied_shape_1.f08: Likewise. - * gfortran.dg/import.f90: Likewise. - * gfortran.dg/import4.f90: Likewise. - * gfortran.dg/impure_1.f08: Likewise. - * gfortran.dg/index.f90: Likewise. - * gfortran.dg/index_2.f90: Likewise. - * gfortran.dg/init_flag_1.f90: Likewise. - * gfortran.dg/init_flag_10.f90: Likewise. - * gfortran.dg/init_flag_15.f03: Likewise. - * gfortran.dg/init_flag_2.f90: Likewise. - * gfortran.dg/init_flag_3.f90: Likewise. - * gfortran.dg/init_flag_4.f90: Likewise. - * gfortran.dg/init_flag_5.f90: Likewise. - * gfortran.dg/init_flag_6.f90: Likewise. - * gfortran.dg/init_flag_7.f90: Likewise. - * gfortran.dg/init_flag_9.f90: Likewise. - * gfortran.dg/initialization_11.f90: Likewise. - * gfortran.dg/initialization_19.f90: Likewise. - * gfortran.dg/initialization_2.f90: Likewise. - * gfortran.dg/initialization_22.f90: Likewise. - * gfortran.dg/initialization_27.f90: Likewise. - * gfortran.dg/initialization_5.f90: Likewise. - * gfortran.dg/initialization_6.f90: Likewise. - * gfortran.dg/inline_matmul_1.f90: Likewise. - * gfortran.dg/inline_matmul_10.f90: Likewise. - * gfortran.dg/inline_matmul_11.f90: Likewise. - * gfortran.dg/inline_matmul_13.f90: Likewise. - * gfortran.dg/inline_matmul_14.f90: Likewise. - * gfortran.dg/inline_matmul_16.f90: Likewise. - * gfortran.dg/inline_matmul_17.f90: Likewise. - * gfortran.dg/inline_matmul_18.f90: Likewise. - * gfortran.dg/inline_matmul_19.f90: Likewise. - * gfortran.dg/inline_matmul_2.f90: Likewise. - * gfortran.dg/inline_matmul_20.f90: Likewise. - * gfortran.dg/inline_matmul_22.f90: Likewise. - * gfortran.dg/inline_matmul_3.f90: Likewise. - * gfortran.dg/inline_matmul_4.f90: Likewise. - * gfortran.dg/inline_matmul_5.f90: Likewise. - * gfortran.dg/inline_matmul_6.f90: Likewise. - * gfortran.dg/inline_matmul_7.f90: Likewise. - * gfortran.dg/inline_matmul_8.f90: Likewise. - * gfortran.dg/inline_matmul_9.f90: Likewise. - * gfortran.dg/inline_sum_1.f90: Likewise. - * gfortran.dg/inline_sum_3.f90: Likewise. - * gfortran.dg/inline_sum_5.f90: Likewise. - * gfortran.dg/inquire-complex.f90: Likewise. - * gfortran.dg/inquire.f90: Likewise. - * gfortran.dg/inquire_10.f90: Likewise. - * gfortran.dg/inquire_13.f90: Likewise. - * gfortran.dg/inquire_15.f90: Likewise. - * gfortran.dg/inquire_16.f90: Likewise. - * gfortran.dg/inquire_17.f90: Likewise. - * gfortran.dg/inquire_5.f90: Likewise. - * gfortran.dg/inquire_6.f90: Likewise. - * gfortran.dg/inquire_7.f90: Likewise. - * gfortran.dg/inquire_9.f90: Likewise. - * gfortran.dg/inquire_internal.f90: Likewise. - * gfortran.dg/inquire_recl_f2018.f90: Likewise. - * gfortran.dg/inquire_size.f90: Likewise. - * gfortran.dg/int_1.f90: Likewise. - * gfortran.dg/int_conv_1.f90: Likewise. - * gfortran.dg/int_range_io_1.f90: Likewise. - * gfortran.dg/integer_exponentiation_2.f90: Likewise. - * gfortran.dg/integer_exponentiation_3.F90: Likewise. - * gfortran.dg/integer_exponentiation_5.F90: Likewise. - * gfortran.dg/integer_plus.f90: Likewise. - * gfortran.dg/intent_out_2.f90: Likewise. - * gfortran.dg/intent_out_5.f90: Likewise. - * gfortran.dg/intent_out_6.f90: Likewise. - * gfortran.dg/interface_12.f90: Likewise. - * gfortran.dg/interface_19.f90: Likewise. - * gfortran.dg/interface_4.f90: Likewise. - * gfortran.dg/interface_5.f90: Likewise. - * gfortran.dg/interface_9.f90: Likewise. - * gfortran.dg/interface_assignment_1.f90: Likewise. - * gfortran.dg/interface_assignment_2.f90: Likewise. - * gfortran.dg/internal_dummy_2.f08: Likewise. - * gfortran.dg/internal_dummy_3.f08: Likewise. - * gfortran.dg/internal_dummy_4.f08: Likewise. - * gfortran.dg/internal_pack_1.f90: Likewise. - * gfortran.dg/internal_pack_10.f90: Likewise. - * gfortran.dg/internal_pack_12.f90: Likewise. - * gfortran.dg/internal_pack_13.f90: Likewise. - * gfortran.dg/internal_pack_14.f90: Likewise. - * gfortran.dg/internal_pack_15.f90: Likewise. - * gfortran.dg/internal_pack_2.f90: Likewise. - * gfortran.dg/internal_pack_3.f90: Likewise. - * gfortran.dg/internal_pack_4.f90: Likewise. - * gfortran.dg/internal_pack_6.f90: Likewise. - * gfortran.dg/internal_pack_8.f90: Likewise. - * gfortran.dg/internal_readwrite_1.f90: Likewise. - * gfortran.dg/internal_readwrite_2.f90: Likewise. - * gfortran.dg/internal_readwrite_3.f90: Likewise. - * gfortran.dg/intrinsic_actual_1.f: Likewise. - * gfortran.dg/intrinsic_actual_2.f90: Likewise. - * gfortran.dg/intrinsic_actual_4.f90: Likewise. - * gfortran.dg/intrinsic_argument_conformance_2.f90: Likewise. - * gfortran.dg/intrinsic_char_1.f90: Likewise. - * gfortran.dg/intrinsic_ifunction_1.f90: Likewise. - * gfortran.dg/intrinsic_intkinds_1.f90: Likewise. - * gfortran.dg/intrinsic_modulo_1.f90: Likewise. - * gfortran.dg/intrinsic_pack_1.f90: Likewise. - * gfortran.dg/intrinsic_pack_2.f90: Likewise. - * gfortran.dg/intrinsic_pack_3.f90: Likewise. - * gfortran.dg/intrinsic_pack_5.f90: Likewise. - * gfortran.dg/intrinsic_product_1.f90: Likewise. - * gfortran.dg/intrinsic_sign_1.f90: Likewise. - * gfortran.dg/intrinsic_sign_2.f90: Likewise. - * gfortran.dg/intrinsic_spread_1.f90: Likewise. - * gfortran.dg/intrinsic_spread_2.f90: Likewise. - * gfortran.dg/intrinsic_spread_3.f90: Likewise. - * gfortran.dg/intrinsic_unpack_1.f90: Likewise. - * gfortran.dg/intrinsic_unpack_2.f90: Likewise. - * gfortran.dg/intrinsic_unpack_3.f90: Likewise. - * gfortran.dg/intrinsic_verify_1.f90: Likewise. - * gfortran.dg/intrinsics_kind_argument_1.f90: Likewise. - * gfortran.dg/io_err_1.f90: Likewise. - * gfortran.dg/io_real_boz.f90: Likewise. - * gfortran.dg/iomsg_1.f90: Likewise. - * gfortran.dg/iostat_1.f90: Likewise. - * gfortran.dg/iostat_2.f90: Likewise. - * gfortran.dg/iostat_4.f90: Likewise. - * gfortran.dg/is_iostat_end_eor_1.f90: Likewise. - * gfortran.dg/ishft_1.f90: Likewise. - * gfortran.dg/ishft_2.f90: Likewise. - * gfortran.dg/ishft_4.f90: Likewise. - * gfortran.dg/isnan_1.f90: Likewise. - * gfortran.dg/isnan_2.f90: Likewise. - * gfortran.dg/iso_c_binding_rename_1.f03: Likewise. - * gfortran.dg/iso_c_binding_rename_2.f03: Likewise. - * gfortran.dg/iso_fortran_env_1.f90: Likewise. - * gfortran.dg/iso_fortran_env_3.f90: Likewise. - * gfortran.dg/iso_fortran_env_5.f90: Likewise. - * gfortran.dg/iso_fortran_env_6.f90: Likewise. - * gfortran.dg/itime_idate_1.f: Likewise. - * gfortran.dg/itime_idate_2.f: Likewise. - * gfortran.dg/large_integer_kind_1.f90: Likewise. - * gfortran.dg/large_integer_kind_2.f90: Likewise. - * gfortran.dg/large_real_kind_1.f90: Likewise. - * gfortran.dg/large_real_kind_2.F90: Likewise. - * gfortran.dg/large_real_kind_3.F90: Likewise. - * gfortran.dg/large_real_kind_form_io_1.f90: Likewise. - * gfortran.dg/large_real_kind_form_io_2.f90: Likewise. - * gfortran.dg/large_recl.f90: Likewise. - * gfortran.dg/large_unit_1.f90: Likewise. - * gfortran.dg/large_unit_2.f90: Likewise. - * gfortran.dg/largeequiv_1.f90: Likewise. - * gfortran.dg/leadz_trailz_1.f90: Likewise. - * gfortran.dg/leadz_trailz_2.f90: Likewise. - * gfortran.dg/leadz_trailz_3.f90: Likewise. - * gfortran.dg/list_read_1.f90: Likewise. - * gfortran.dg/list_read_10.f90: Likewise. - * gfortran.dg/list_read_11.f90: Likewise. - * gfortran.dg/list_read_12.f90: Likewise. - * gfortran.dg/list_read_13.f: Likewise. - * gfortran.dg/list_read_14.f90: Likewise. - * gfortran.dg/list_read_2.f90: Likewise. - * gfortran.dg/list_read_3.f90: Likewise. - * gfortran.dg/list_read_4.f90: Likewise. - * gfortran.dg/list_read_5.f90: Likewise. - * gfortran.dg/list_read_6.f90: Likewise. - * gfortran.dg/list_read_7.f90: Likewise. - * gfortran.dg/list_read_8.f90: Likewise. - * gfortran.dg/list_read_9.f90: Likewise. - * gfortran.dg/loc_2.f90: Likewise. - * gfortran.dg/logical_1.f90: Likewise. - * gfortran.dg/logical_dot_product.f90: Likewise. - * gfortran.dg/logical_temp_io.f90: Likewise. - * gfortran.dg/logical_temp_io_kind8.f90: Likewise. - * gfortran.dg/lrshift_1.f90: Likewise. - * gfortran.dg/ltime_gmtime_1.f90: Likewise. - * gfortran.dg/ltime_gmtime_2.f90: Likewise. - * gfortran.dg/lto/pr40725_0.f03: Likewise. - * gfortran.dg/lto/pr41576_1.f90: Likewise. - * gfortran.dg/make_unit.f90: Likewise. - * gfortran.dg/mapping_1.f90: Likewise. - * gfortran.dg/mapping_2.f90: Likewise. - * gfortran.dg/mapping_3.f90: Likewise. - * gfortran.dg/masklr_1.F90: Likewise. - * gfortran.dg/masklr_2.F90: Likewise. - * gfortran.dg/matmul_1.f90: Likewise. - * gfortran.dg/matmul_10.f90: Likewise. - * gfortran.dg/matmul_12.f90: Likewise. - * gfortran.dg/matmul_16.f90: Likewise. - * gfortran.dg/matmul_17.f90: Likewise. - * gfortran.dg/matmul_18.f90: Likewise. - * gfortran.dg/matmul_2.f90: Likewise. - * gfortran.dg/matmul_3.f90: Likewise. - * gfortran.dg/matmul_4.f90: Likewise. - * gfortran.dg/matmul_6.f90: Likewise. - * gfortran.dg/matmul_8.f03: Likewise. - * gfortran.dg/matmul_9.f90: Likewise. - * gfortran.dg/matmul_bounds_12.f90: Likewise. - * gfortran.dg/matmul_bounds_6.f90: Likewise. - * gfortran.dg/matmul_const.f90: Likewise. - * gfortran.dg/maxloc_1.f90: Likewise. - * gfortran.dg/maxloc_2.f90: Likewise. - * gfortran.dg/maxloc_3.f90: Likewise. - * gfortran.dg/maxloc_4.f90: Likewise. - * gfortran.dg/maxloc_string_1.f90: Likewise. - * gfortran.dg/maxlocval_1.f90: Likewise. - * gfortran.dg/maxlocval_2.f90: Likewise. - * gfortran.dg/maxlocval_3.f90: Likewise. - * gfortran.dg/maxlocval_4.f90: Likewise. - * gfortran.dg/maxval_char_1.f90: Likewise. - * gfortran.dg/maxval_char_2.f90: Likewise. - * gfortran.dg/maxval_char_3.f90: Likewise. - * gfortran.dg/maxval_char_4.f90: Likewise. - * gfortran.dg/maxval_parameter_1.f90: Likewise. - * gfortran.dg/mclock.f90: Likewise. - * gfortran.dg/merge_bits_1.F90: Likewise. - * gfortran.dg/merge_bits_2.F90: Likewise. - * gfortran.dg/merge_char_1.f90: Likewise. - * gfortran.dg/merge_init_expr.f90: Likewise. - * gfortran.dg/min_max_optional_1.f90: Likewise. - * gfortran.dg/min_max_optional_5.f90: Likewise. - * gfortran.dg/minloc_1.f90: Likewise. - * gfortran.dg/minloc_2.f90: Likewise. - * gfortran.dg/minloc_3.f90: Likewise. - * gfortran.dg/minloc_4.f90: Likewise. - * gfortran.dg/minloc_string_1.f90: Likewise. - * gfortran.dg/minlocval_1.f90: Likewise. - * gfortran.dg/minlocval_2.f90: Likewise. - * gfortran.dg/minlocval_3.f90: Likewise. - * gfortran.dg/minlocval_4.f90: Likewise. - * gfortran.dg/minmax_char_1.f90: Likewise. - * gfortran.dg/minmaxloc_1.f90: Likewise. - * gfortran.dg/minmaxloc_10.f90: Likewise. - * gfortran.dg/minmaxloc_11.f90: Likewise. - * gfortran.dg/minmaxloc_12.f90: Likewise. - * gfortran.dg/minmaxloc_13.f90: Likewise. - * gfortran.dg/minmaxloc_2.f90: Likewise. - * gfortran.dg/minmaxloc_3.f90: Likewise. - * gfortran.dg/minmaxloc_4.f90: Likewise. - * gfortran.dg/minmaxloc_5.f90: Likewise. - * gfortran.dg/minmaxloc_6.f90: Likewise. - * gfortran.dg/minmaxloc_7.f90: Likewise. - * gfortran.dg/minmaxloc_8.f90: Likewise. - * gfortran.dg/minmaxval_1.f90: Likewise. - * gfortran.dg/minval_char_1.f90: Likewise. - * gfortran.dg/minval_char_2.f90: Likewise. - * gfortran.dg/minval_char_3.f90: Likewise. - * gfortran.dg/minval_char_4.f90: Likewise. - * gfortran.dg/minval_char_5.f90: Likewise. - * gfortran.dg/minval_parameter_1.f90: Likewise. - * gfortran.dg/missing_optional_dummy_1.f90: Likewise. - * gfortran.dg/missing_optional_dummy_2.f90: Likewise. - * gfortran.dg/missing_optional_dummy_6.f90: Likewise. - * gfortran.dg/missing_parens_1.f90: Likewise. - * gfortran.dg/missing_parens_2.f90: Likewise. - * gfortran.dg/mod_large_1.f90: Likewise. - * gfortran.dg/mod_sign0_1.f90: Likewise. - * gfortran.dg/module_blank_common.f90: Likewise. - * gfortran.dg/module_commons_1.f90: Likewise. - * gfortran.dg/module_commons_3.f90: Likewise. - * gfortran.dg/module_double_reuse.f90: Likewise. - * gfortran.dg/module_equivalence_1.f90: Likewise. - * gfortran.dg/module_equivalence_2.f90: Likewise. - * gfortran.dg/module_equivalence_3.f90: Likewise. - * gfortran.dg/module_equivalence_5.f90: Likewise. - * gfortran.dg/module_interface_1.f90: Likewise. - * gfortran.dg/module_nan.f90: Likewise. - * gfortran.dg/module_private_array_refs_1.f90: Likewise. - * gfortran.dg/module_procedure_1.f90: Likewise. - * gfortran.dg/module_read_1.f90: Likewise. - * gfortran.dg/module_read_2.f90: Likewise. - * gfortran.dg/module_widestring_1.f90: Likewise. - * gfortran.dg/move_alloc.f90: Likewise. - * gfortran.dg/move_alloc_10.f90: Likewise. - * gfortran.dg/move_alloc_13.f90: Likewise. - * gfortran.dg/move_alloc_14.f90: Likewise. - * gfortran.dg/move_alloc_15.f90: Likewise. - * gfortran.dg/move_alloc_16.f90: Likewise. - * gfortran.dg/move_alloc_2.f90: Likewise. - * gfortran.dg/move_alloc_5.f90: Likewise. - * gfortran.dg/move_alloc_6.f90: Likewise. - * gfortran.dg/move_alloc_9.f90: Likewise. - * gfortran.dg/multiple_allocation_1.f90: Likewise. - * gfortran.dg/multiple_allocation_3.f90: Likewise. - * gfortran.dg/mvbits_1.f90: Likewise. - * gfortran.dg/mvbits_2.f90: Likewise. - * gfortran.dg/mvbits_3.f90: Likewise. - * gfortran.dg/mvbits_4.f90: Likewise. - * gfortran.dg/mvbits_7.f90: Likewise. - * gfortran.dg/mvbits_8.f90: Likewise. - * gfortran.dg/namelist_11.f: Likewise. - * gfortran.dg/namelist_12.f: Likewise. - * gfortran.dg/namelist_13.f90: Likewise. - * gfortran.dg/namelist_14.f90: Likewise. - * gfortran.dg/namelist_15.f90: Likewise. - * gfortran.dg/namelist_16.f90: Likewise. - * gfortran.dg/namelist_17.f90: Likewise. - * gfortran.dg/namelist_18.f90: Likewise. - * gfortran.dg/namelist_19.f90: Likewise. - * gfortran.dg/namelist_20.f90: Likewise. - * gfortran.dg/namelist_21.f90: Likewise. - * gfortran.dg/namelist_22.f90: Likewise. - * gfortran.dg/namelist_23.f90: Likewise. - * gfortran.dg/namelist_24.f90: Likewise. - * gfortran.dg/namelist_26.f90: Likewise. - * gfortran.dg/namelist_27.f90: Likewise. - * gfortran.dg/namelist_28.f90: Likewise. - * gfortran.dg/namelist_29.f90: Likewise. - * gfortran.dg/namelist_37.f90: Likewise. - * gfortran.dg/namelist_38.f90: Likewise. - * gfortran.dg/namelist_39.f90: Likewise. - * gfortran.dg/namelist_40.f90: Likewise. - * gfortran.dg/namelist_41.f90: Likewise. - * gfortran.dg/namelist_42.f90: Likewise. - * gfortran.dg/namelist_43.f90: Likewise. - * gfortran.dg/namelist_44.f90: Likewise. - * gfortran.dg/namelist_47.f90: Likewise. - * gfortran.dg/namelist_48.f90: Likewise. - * gfortran.dg/namelist_49.f90: Likewise. - * gfortran.dg/namelist_50.f90: Likewise. - * gfortran.dg/namelist_51.f90: Likewise. - * gfortran.dg/namelist_52.f90: Likewise. - * gfortran.dg/namelist_54.f90: Likewise. - * gfortran.dg/namelist_55.f90: Likewise. - * gfortran.dg/namelist_56.f90: Likewise. - * gfortran.dg/namelist_57.f90: Likewise. - * gfortran.dg/namelist_58.f90: Likewise. - * gfortran.dg/namelist_59.f90: Likewise. - * gfortran.dg/namelist_60.f90: Likewise. - * gfortran.dg/namelist_61.f90: Likewise. - * gfortran.dg/namelist_64.f90: Likewise. - * gfortran.dg/namelist_65.f90: Likewise. - * gfortran.dg/namelist_69.f90: Likewise. - * gfortran.dg/namelist_70.f90: Likewise. - * gfortran.dg/namelist_71.f90: Likewise. - * gfortran.dg/namelist_72.f: Likewise. - * gfortran.dg/namelist_73.f90: Likewise. - * gfortran.dg/namelist_77.f90: Likewise. - * gfortran.dg/namelist_78.f90: Likewise. - * gfortran.dg/namelist_79.f90: Likewise. - * gfortran.dg/namelist_80.f90: Likewise. - * gfortran.dg/namelist_81.f90: Likewise. - * gfortran.dg/namelist_82.f90: Likewise. - * gfortran.dg/namelist_84.f90: Likewise. - * gfortran.dg/namelist_85.f90: Likewise. - * gfortran.dg/namelist_86.f90: Likewise. - * gfortran.dg/namelist_87.f90: Likewise. - * gfortran.dg/namelist_88.f90: Likewise. - * gfortran.dg/namelist_89.f90: Likewise. - * gfortran.dg/namelist_90.f: Likewise. - * gfortran.dg/namelist_95.f90: Likewise. - * gfortran.dg/namelist_char_only.f90: Likewise. - * gfortran.dg/namelist_empty.f90: Likewise. - * gfortran.dg/namelist_internal.f90: Likewise. - * gfortran.dg/namelist_use.f90: Likewise. - * gfortran.dg/namelist_use_only.f90: Likewise. - * gfortran.dg/namelist_utf8.f90: Likewise. - * gfortran.dg/nan_1.f90: Likewise. - * gfortran.dg/nan_2.f90: Likewise. - * gfortran.dg/nan_3.f90: Likewise. - * gfortran.dg/nan_6.f90: Likewise. - * gfortran.dg/nan_7.f90: Likewise. - * gfortran.dg/nearest_1.f90: Likewise. - * gfortran.dg/nearest_2.f90: Likewise. - * gfortran.dg/nearest_3.f90: Likewise. - * gfortran.dg/negative-z-descriptor.f90: Likewise. - * gfortran.dg/negative_automatic_size.f90: Likewise. - * gfortran.dg/negative_unit.f: Likewise. - * gfortran.dg/negative_unit2.f90: Likewise. - * gfortran.dg/negative_unit_int8.f: Likewise. - * gfortran.dg/nested_array_constructor_2.f90: Likewise. - * gfortran.dg/nested_array_constructor_3.f90: Likewise. - * gfortran.dg/nested_array_constructor_4.f90: Likewise. - * gfortran.dg/nested_modules_1.f90: Likewise. - * gfortran.dg/nested_modules_2.f90: Likewise. - * gfortran.dg/nested_modules_3.f90: Likewise. - * gfortran.dg/nesting_1.f90: Likewise. - * gfortran.dg/new_line.f90: Likewise. - * gfortran.dg/newunit_1.f90: Likewise. - * gfortran.dg/newunit_3.f90: Likewise. - * gfortran.dg/newunit_5.f90.f90: Likewise. - * gfortran.dg/nint_1.f90: Likewise. - * gfortran.dg/nint_2.f90: Likewise. - * gfortran.dg/no_arg_check_2.f90: Likewise. - * gfortran.dg/no_range_check_1.f90: Likewise. - * gfortran.dg/no_range_check_2.f90: Likewise. - * gfortran.dg/no_range_check_3.f90: Likewise. - * gfortran.dg/noadv_size.f90: Likewise. - * gfortran.dg/nonreturning_statements.f90: Likewise. - * gfortran.dg/norm2_1.f90: Likewise. - * gfortran.dg/norm2_3.f90: Likewise. - * gfortran.dg/nosigned_zero_1.f90: Likewise. - * gfortran.dg/nosigned_zero_2.f90: Likewise. - * gfortran.dg/nosigned_zero_3.f90: Likewise. - * gfortran.dg/null_4.f90: Likewise. - * gfortran.dg/null_9.f90: Likewise. - * gfortran.dg/nullify_3.f90: Likewise. - * gfortran.dg/oldstyle_1.f90: Likewise. - * gfortran.dg/open_access_append_1.f90: Likewise. - * gfortran.dg/open_access_append_2.f90: Likewise. - * gfortran.dg/open_errors.f90: Likewise. - * gfortran.dg/open_negative_unit_1.f90: Likewise. - * gfortran.dg/open_new.f90: Likewise. - * gfortran.dg/open_readonly_1.f90: Likewise. - * gfortran.dg/operator_1.f90: Likewise. - * gfortran.dg/optional_absent_1.f90: Likewise. - * gfortran.dg/optional_absent_2.f90: Likewise. - * gfortran.dg/optional_absent_3.f90: Likewise. - * gfortran.dg/optional_class_1.f90: Likewise. - * gfortran.dg/optional_dim_2.f90: Likewise. - * gfortran.dg/optional_dim_3.f90: Likewise. - * gfortran.dg/output_exponents_1.f90: Likewise. - * gfortran.dg/overload_1.f90: Likewise. - * gfortran.dg/overload_2.f90: Likewise. - * gfortran.dg/overwrite_1.f: Likewise. - * gfortran.dg/pad_no.f90: Likewise. - * gfortran.dg/parameter_array_init_1.f90: Likewise. - * gfortran.dg/parameter_array_init_2.f90: Likewise. - * gfortran.dg/parameter_array_init_4.f90: Likewise. - * gfortran.dg/parameter_array_init_5.f90: Likewise. - * gfortran.dg/parameter_array_section_2.f90: Likewise. - * gfortran.dg/parens_3.f90: Likewise. - * gfortran.dg/parens_5.f90: Likewise. - * gfortran.dg/parens_6.f90: Likewise. - * gfortran.dg/parent_result_ref_1.f90: Likewise. - * gfortran.dg/parent_result_ref_2.f90: Likewise. - * gfortran.dg/parent_result_ref_3.f90: Likewise. - * gfortran.dg/parent_result_ref_4.f90: Likewise. - * gfortran.dg/parity_1.f90: Likewise. - * gfortran.dg/past_eor.f90: Likewise. - * gfortran.dg/pdt_1.f03: Likewise. - * gfortran.dg/pdt_10.f03: Likewise. - * gfortran.dg/pdt_11.f03: Likewise. - * gfortran.dg/pdt_12.f03: Likewise. - * gfortran.dg/pdt_13.f03: Likewise. - * gfortran.dg/pdt_14.f03: Likewise. - * gfortran.dg/pdt_15.f03: Likewise. - * gfortran.dg/pdt_19.f03: Likewise. - * gfortran.dg/pdt_20.f03: Likewise. - * gfortran.dg/pdt_22.f03: Likewise. - * gfortran.dg/pdt_23.f03: Likewise. - * gfortran.dg/pdt_25.f03: Likewise. - * gfortran.dg/pdt_26.f03: Likewise. - * gfortran.dg/pdt_27.f03: Likewise. - * gfortran.dg/pdt_28.f03: Likewise. - * gfortran.dg/pdt_3.f03: Likewise. - * gfortran.dg/pdt_4.f03: Likewise. - * gfortran.dg/pdt_5.f03: Likewise. - * gfortran.dg/pdt_7.f03: Likewise. - * gfortran.dg/pointer_1.f90: Likewise. - * gfortran.dg/pointer_array_1.f90: Likewise. - * gfortran.dg/pointer_array_3.f90: Likewise. - * gfortran.dg/pointer_array_4.f90: Likewise. - * gfortran.dg/pointer_array_5.f90: Likewise. - * gfortran.dg/pointer_array_6.f90: Likewise. - * gfortran.dg/pointer_array_7.f90: Likewise. - * gfortran.dg/pointer_array_8.f90: Likewise. - * gfortran.dg/pointer_array_9.f90: Likewise. - * gfortran.dg/pointer_array_component_1.f90: Likewise. - * gfortran.dg/pointer_array_component_2.f90: Likewise. - * gfortran.dg/pointer_assign_10.f90: Likewise. - * gfortran.dg/pointer_assign_11.f90: Likewise. - * gfortran.dg/pointer_assign_4.f90: Likewise. - * gfortran.dg/pointer_assign_8.f90: Likewise. - * gfortran.dg/pointer_assign_9.f90: Likewise. - * gfortran.dg/pointer_check_10.f90: Likewise. - * gfortran.dg/pointer_check_9.f90: Likewise. - * gfortran.dg/pointer_function_actual_1.f90: Likewise. - * gfortran.dg/pointer_function_actual_2.f90: Likewise. - * gfortran.dg/pointer_function_result_1.f90: Likewise. - * gfortran.dg/pointer_init_1.f90: Likewise. - * gfortran.dg/pointer_init_3.f90: Likewise. - * gfortran.dg/pointer_init_4.f90: Likewise. - * gfortran.dg/pointer_init_5.f90: Likewise. - * gfortran.dg/pointer_init_8.f90: Likewise. - * gfortran.dg/pointer_intent_1.f90: Likewise. - * gfortran.dg/pointer_intent_4.f90: Likewise. - * gfortran.dg/pointer_intent_5.f90: Likewise. - * gfortran.dg/pointer_remapping_10.f90: Likewise. - * gfortran.dg/pointer_remapping_4.f03: Likewise. - * gfortran.dg/pointer_remapping_5.f08: Likewise. - * gfortran.dg/pointer_remapping_9.f90: Likewise. - * gfortran.dg/pointer_target_1.f90: Likewise. - * gfortran.dg/pointer_target_2.f90: Likewise. - * gfortran.dg/popcnt_poppar_1.F90: Likewise. - * gfortran.dg/popcnt_poppar_2.F90: Likewise. - * gfortran.dg/power.f90: Likewise. - * gfortran.dg/power1.f90: Likewise. - * gfortran.dg/power_3.f90: Likewise. - * gfortran.dg/power_4.f90: Likewise. - * gfortran.dg/power_5.f90: Likewise. - * gfortran.dg/pr12884.f: Likewise. - * gfortran.dg/pr15129.f90: Likewise. - * gfortran.dg/pr15140.f90: Likewise. - * gfortran.dg/pr15324.f90: Likewise. - * gfortran.dg/pr15332.f: Likewise. - * gfortran.dg/pr15957.f90: Likewise. - * gfortran.dg/pr15959.f90: Likewise. - * gfortran.dg/pr16597.f90: Likewise. - * gfortran.dg/pr16861.f90: Likewise. - * gfortran.dg/pr16938.f90: Likewise. - * gfortran.dg/pr17090.f90: Likewise. - * gfortran.dg/pr17143.f90: Likewise. - * gfortran.dg/pr17164.f90: Likewise. - * gfortran.dg/pr17229.f: Likewise. - * gfortran.dg/pr17285.f90: Likewise. - * gfortran.dg/pr17286.f90: Likewise. - * gfortran.dg/pr17472.f: Likewise. - * gfortran.dg/pr17612.f90: Likewise. - * gfortran.dg/pr17706.f90: Likewise. - * gfortran.dg/pr18025.f90: Likewise. - * gfortran.dg/pr18122.f90: Likewise. - * gfortran.dg/pr18210.f90: Likewise. - * gfortran.dg/pr18392.f90: Likewise. - * gfortran.dg/pr19155.f: Likewise. - * gfortran.dg/pr19216.f: Likewise. - * gfortran.dg/pr19467.f90: Likewise. - * gfortran.dg/pr19657.f: Likewise. - * gfortran.dg/pr19926.f90: Likewise. - * gfortran.dg/pr19928-1.f90: Likewise. - * gfortran.dg/pr19928-2.f90: Likewise. - * gfortran.dg/pr20086.f90: Likewise. - * gfortran.dg/pr20124.f90: Likewise. - * gfortran.dg/pr20163-2.f: Likewise. - * gfortran.dg/pr20480.f90: Likewise. - * gfortran.dg/pr20755.f: Likewise. - * gfortran.dg/pr20950.f: Likewise. - * gfortran.dg/pr21177.f90: Likewise. - * gfortran.dg/pr21730.f: Likewise. - * gfortran.dg/pr22491.f: Likewise. - * gfortran.dg/pr25603.f: Likewise. - * gfortran.dg/pr26246_2.f90: Likewise. - * gfortran.dg/pr32136.f90: Likewise. - * gfortran.dg/pr32533.f90: Likewise. - * gfortran.dg/pr33794.f90: Likewise. - * gfortran.dg/pr35662.f90: Likewise. - * gfortran.dg/pr35944-1.f90: Likewise. - * gfortran.dg/pr35944-2.f90: Likewise. - * gfortran.dg/pr35983.f90: Likewise. - * gfortran.dg/pr39865.f90: Likewise. - * gfortran.dg/pr41212.f90: Likewise. - * gfortran.dg/pr43808.f90: Likewise. - * gfortran.dg/pr44592.f90: Likewise. - * gfortran.dg/pr44735.f90: Likewise. - * gfortran.dg/pr45308.f03: Likewise. - * gfortran.dg/pr46297.f: Likewise. - * gfortran.dg/pr46588.f90: Likewise. - * gfortran.dg/pr46665.f90: Likewise. - * gfortran.dg/pr46804.f90: Likewise. - * gfortran.dg/pr47008.f03: Likewise. - * gfortran.dg/pr47614.f: Likewise. - * gfortran.dg/pr47878.f90: Likewise. - * gfortran.dg/pr49103.f90: Likewise. - * gfortran.dg/pr50069_1.f90: Likewise. - * gfortran.dg/pr50769.f90: Likewise. - * gfortran.dg/pr52608.f90: Likewise. - * gfortran.dg/pr55086_2.f90: Likewise. - * gfortran.dg/pr55086_2_tfat.f90: Likewise. - * gfortran.dg/pr55086_aliasing_dummy_4_tfat.f90: Likewise. - * gfortran.dg/pr55330.f90: Likewise. - * gfortran.dg/pr56015.f90: Likewise. - * gfortran.dg/pr57910.f90: Likewise. - * gfortran.dg/pr59700.f90: Likewise. - * gfortran.dg/pr62125.f90: Likewise. - * gfortran.dg/pr64530.f90: Likewise. - * gfortran.dg/pr65429.f90: Likewise. - * gfortran.dg/pr65450.f90: Likewise. - * gfortran.dg/pr65504.f90: Likewise. - * gfortran.dg/pr65903.f90: Likewise. - * gfortran.dg/pr66311.f90: Likewise. - * gfortran.dg/pr66864.f90: Likewise. - * gfortran.dg/pr67140.f90: Likewise. - * gfortran.dg/pr67524.f90: Likewise. - * gfortran.dg/pr67885.f90: Likewise. - * gfortran.dg/pr68053.f90: Likewise. - * gfortran.dg/pr68566.f90: Likewise. - * gfortran.dg/pr69514_1.f90: Likewise. - * gfortran.dg/pr69514_2.f90: Likewise. - * gfortran.dg/pr69739.f90: Likewise. - * gfortran.dg/pr70673.f90: Likewise. - * gfortran.dg/pr71523_2.f90: Likewise. - * gfortran.dg/pr71764.f90: Likewise. - * gfortran.dg/pr78092.f90: Likewise. - * gfortran.dg/pr82973.f90: Likewise. - * gfortran.dg/pr83864.f90: Likewise. - * gfortran.dg/pr83874.f90: Likewise. - * gfortran.dg/pr84088.f90: Likewise. - * gfortran.dg/pr84155.f90: Likewise. - * gfortran.dg/proc_decl_12.f90: Likewise. - * gfortran.dg/proc_decl_13.f90: Likewise. - * gfortran.dg/proc_decl_15.f90: Likewise. - * gfortran.dg/proc_decl_17.f90: Likewise. - * gfortran.dg/proc_decl_18.f90: Likewise. - * gfortran.dg/proc_decl_2.f90: Likewise. - * gfortran.dg/proc_decl_5.f90: Likewise. - * gfortran.dg/proc_decl_9.f90: Likewise. - * gfortran.dg/proc_ptr_1.f90: Likewise. - * gfortran.dg/proc_ptr_10.f90: Likewise. - * gfortran.dg/proc_ptr_12.f90: Likewise. - * gfortran.dg/proc_ptr_18.f90: Likewise. - * gfortran.dg/proc_ptr_19.f90: Likewise. - * gfortran.dg/proc_ptr_21.f90: Likewise. - * gfortran.dg/proc_ptr_22.f90: Likewise. - * gfortran.dg/proc_ptr_23.f90: Likewise. - * gfortran.dg/proc_ptr_25.f90: Likewise. - * gfortran.dg/proc_ptr_26.f90: Likewise. - * gfortran.dg/proc_ptr_3.f90: Likewise. - * gfortran.dg/proc_ptr_36.f90: Likewise. - * gfortran.dg/proc_ptr_47.f90: Likewise. - * gfortran.dg/proc_ptr_48.f90: Likewise. - * gfortran.dg/proc_ptr_5.f90: Likewise. - * gfortran.dg/proc_ptr_6.f90: Likewise. - * gfortran.dg/proc_ptr_7.f90: Likewise. - * gfortran.dg/proc_ptr_8.f90: Likewise. - * gfortran.dg/proc_ptr_common_1.f90: Likewise. - * gfortran.dg/proc_ptr_comp_1.f90: Likewise. - * gfortran.dg/proc_ptr_comp_11.f90: Likewise. - * gfortran.dg/proc_ptr_comp_12.f90: Likewise. - * gfortran.dg/proc_ptr_comp_13.f90: Likewise. - * gfortran.dg/proc_ptr_comp_14.f90: Likewise. - * gfortran.dg/proc_ptr_comp_15.f90: Likewise. - * gfortran.dg/proc_ptr_comp_16.f90: Likewise. - * gfortran.dg/proc_ptr_comp_17.f90: Likewise. - * gfortran.dg/proc_ptr_comp_18.f90: Likewise. - * gfortran.dg/proc_ptr_comp_19.f90: Likewise. - * gfortran.dg/proc_ptr_comp_2.f90: Likewise. - * gfortran.dg/proc_ptr_comp_29.f90: Likewise. - * gfortran.dg/proc_ptr_comp_45.f90: Likewise. - * gfortran.dg/proc_ptr_comp_47.f90: Likewise. - * gfortran.dg/proc_ptr_comp_5.f90: Likewise. - * gfortran.dg/proc_ptr_comp_6.f90: Likewise. - * gfortran.dg/proc_ptr_comp_8.f90: Likewise. - * gfortran.dg/proc_ptr_comp_9.f90: Likewise. - * gfortran.dg/proc_ptr_comp_pass_1.f90: Likewise. - * gfortran.dg/proc_ptr_comp_pass_2.f90: Likewise. - * gfortran.dg/proc_ptr_comp_pass_3.f90: Likewise. - * gfortran.dg/proc_ptr_comp_pass_5.f90: Likewise. - * gfortran.dg/proc_ptr_result_1.f90: Likewise. - * gfortran.dg/proc_ptr_result_3.f90: Likewise. - * gfortran.dg/proc_ptr_result_6.f90: Likewise. - * gfortran.dg/proc_ptr_result_7.f90: Likewise. - * gfortran.dg/proc_ptr_result_8.f90: Likewise. - * gfortran.dg/product_init_expr.f03: Likewise. - * gfortran.dg/promotion.f90: Likewise. - * gfortran.dg/promotion_3.f90: Likewise. - * gfortran.dg/promotion_4.f90: Likewise. - * gfortran.dg/protected_1.f90: Likewise. - * gfortran.dg/protected_2.f90: Likewise. - * gfortran.dg/ptr-func-1.f90: Likewise. - * gfortran.dg/ptr-func-2.f90: Likewise. - * gfortran.dg/ptr_func_assign_1.f08: Likewise. - * gfortran.dg/ptr_func_assign_2.f08: Likewise. - * gfortran.dg/ptr_func_assign_3.f08: Likewise. - * gfortran.dg/pure_byref_1.f90: Likewise. - * gfortran.dg/pure_byref_2.f90: Likewise. - * gfortran.dg/pure_byref_3.f90: Likewise. - * gfortran.dg/quad_2.f90: Likewise. - * gfortran.dg/quad_3.f90: Likewise. - * gfortran.dg/random_3.f90: Likewise. - * gfortran.dg/random_4.f90: Likewise. - * gfortran.dg/random_7.f90: Likewise. - * gfortran.dg/read_2.f90: Likewise. - * gfortran.dg/read_3.f90: Likewise. - * gfortran.dg/read_4.f90: Likewise. - * gfortran.dg/read_5.f90: Likewise. - * gfortran.dg/read_bad_advance.f90: Likewise. - * gfortran.dg/read_bang.f90: Likewise. - * gfortran.dg/read_bang4.f90: Likewise. - * gfortran.dg/read_comma.f: Likewise. - * gfortran.dg/read_dir.f90: Likewise. - * gfortran.dg/read_empty_file.f: Likewise. - * gfortran.dg/read_eof_1.f90: Likewise. - * gfortran.dg/read_eof_2.f90: Likewise. - * gfortran.dg/read_eof_3.f90: Likewise. - * gfortran.dg/read_eof_4.f90: Likewise. - * gfortran.dg/read_eof_5.f90: Likewise. - * gfortran.dg/read_eof_6.f: Likewise. - * gfortran.dg/read_eof_7.f90: Likewise. - * gfortran.dg/read_eof_8.f90: Likewise. - * gfortran.dg/read_eof_all.f90: Likewise. - * gfortran.dg/read_eor.f90: Likewise. - * gfortran.dg/read_float_1.f90: Likewise. - * gfortran.dg/read_float_2.f03: Likewise. - * gfortran.dg/read_float_3.f90: Likewise. - * gfortran.dg/read_float_4.f90: Likewise. - * gfortran.dg/read_infnan_1.f90: Likewise. - * gfortran.dg/read_list_eof_1.f90: Likewise. - * gfortran.dg/read_logical.f90: Likewise. - * gfortran.dg/read_many_1.f: Likewise. - * gfortran.dg/read_no_eor.f90: Likewise. - * gfortran.dg/read_noadvance.f90: Likewise. - * gfortran.dg/read_repeat.f90: Likewise. - * gfortran.dg/read_repeat_2.f90: Likewise. - * gfortran.dg/read_size_noadvance.f90: Likewise. - * gfortran.dg/read_x_eof.f90: Likewise. - * gfortran.dg/read_x_past.f: Likewise. - * gfortran.dg/readwrite_unf_direct_eor_1.f90: Likewise. - * gfortran.dg/real_const_1.f: Likewise. - * gfortran.dg/real_const_2.f90: Likewise. - * gfortran.dg/real_const_3.f90: Likewise. - * gfortran.dg/real_do_1.f90: Likewise. - * gfortran.dg/real_index_1.f90: Likewise. - * gfortran.dg/realloc_on_assign_1.f03: Likewise. - * gfortran.dg/realloc_on_assign_10.f90: Likewise. - * gfortran.dg/realloc_on_assign_11.f90: Likewise. - * gfortran.dg/realloc_on_assign_12.f90: Likewise. - * gfortran.dg/realloc_on_assign_16.f90: Likewise. - * gfortran.dg/realloc_on_assign_17.f90: Likewise. - * gfortran.dg/realloc_on_assign_18.f90: Likewise. - * gfortran.dg/realloc_on_assign_2.f03: Likewise. - * gfortran.dg/realloc_on_assign_23.f90: Likewise. - * gfortran.dg/realloc_on_assign_25.f90: Likewise. - * gfortran.dg/realloc_on_assign_26.f90: Likewise. - * gfortran.dg/realloc_on_assign_27.f08: Likewise. - * gfortran.dg/realloc_on_assign_28.f90: Likewise. - * gfortran.dg/realloc_on_assign_29.f90: Likewise. - * gfortran.dg/realloc_on_assign_3.f03: Likewise. - * gfortran.dg/realloc_on_assign_4.f03: Likewise. - * gfortran.dg/realloc_on_assign_5.f03: Likewise. - * gfortran.dg/realloc_on_assign_7.f03: Likewise. - * gfortran.dg/record_marker_1.f90: Likewise. - * gfortran.dg/record_marker_2.f: Likewise. - * gfortran.dg/record_marker_3.f90: Likewise. - * gfortran.dg/recursive_alloc_comp_1.f08: Likewise. - * gfortran.dg/recursive_alloc_comp_2.f08: Likewise. - * gfortran.dg/recursive_alloc_comp_3.f08: Likewise. - * gfortran.dg/recursive_alloc_comp_4.f08: Likewise. - * gfortran.dg/recursive_check_7.f90: Likewise. - * gfortran.dg/recursive_reference_1.f90: Likewise. - * gfortran.dg/recursive_reference_2.f90: Likewise. - * gfortran.dg/recursive_stack.f90: Likewise. - * gfortran.dg/reduction.f90: Likewise. - * gfortran.dg/repack_arrays_1.f90: Likewise. - * gfortran.dg/repeat_1.f90: Likewise. - * gfortran.dg/repeat_2.f90: Likewise. - * gfortran.dg/repeat_3.f90: Likewise. - * gfortran.dg/repeat_6.f90: Likewise. - * gfortran.dg/reshape-alloc.f90: Likewise. - * gfortran.dg/reshape-complex.f90: Likewise. - * gfortran.dg/reshape.f90: Likewise. - * gfortran.dg/reshape_2.f90: Likewise. - * gfortran.dg/reshape_7.f90: Likewise. - * gfortran.dg/reshape_empty_1.f03: Likewise. - * gfortran.dg/reshape_pad_1.f90: Likewise. - * gfortran.dg/reshape_rank7.f90: Likewise. - * gfortran.dg/reshape_transpose_1.f90: Likewise. - * gfortran.dg/reshape_zerosize_3.f90: Likewise. - * gfortran.dg/result_default_init_1.f90: Likewise. - * gfortran.dg/result_in_spec_1.f90: Likewise. - * gfortran.dg/result_in_spec_2.f90: Likewise. - * gfortran.dg/ret_array_1.f90: Likewise. - * gfortran.dg/ret_pointer_1.f90: Likewise. - * gfortran.dg/ret_pointer_2.f90: Likewise. - * gfortran.dg/rewind_1.f90: Likewise. - * gfortran.dg/round_1.f03: Likewise. - * gfortran.dg/round_2.f03: Likewise. - * gfortran.dg/round_3.f08: Likewise. - * gfortran.dg/round_4.f90: Likewise. - * gfortran.dg/rrspacing_1.f90: Likewise. - * gfortran.dg/runtime_warning_1.f90: Likewise. - * gfortran.dg/same_type_as_2.f03: Likewise. - * gfortran.dg/save_1.f90: Likewise. - * gfortran.dg/save_5.f90: Likewise. - * gfortran.dg/save_6.f90: Likewise. - * gfortran.dg/scalar_mask_1.f90: Likewise. - * gfortran.dg/scalar_mask_2.f90: Likewise. - * gfortran.dg/scalarize_parameter_array_1.f90: Likewise. - * gfortran.dg/scale_1.f90: Likewise. - * gfortran.dg/scan_1.f90: Likewise. - * gfortran.dg/scan_2.f90: Likewise. - * gfortran.dg/secnds-1.f: Likewise. - * gfortran.dg/secnds.f: Likewise. - * gfortran.dg/select_1.f90: Likewise. - * gfortran.dg/select_2.f90: Likewise. - * gfortran.dg/select_3.f90: Likewise. - * gfortran.dg/select_5.f90: Likewise. - * gfortran.dg/select_char_1.f90: Likewise. - * gfortran.dg/select_char_2.f90: Likewise. - * gfortran.dg/select_type_13.f03: Likewise. - * gfortran.dg/select_type_14.f03: Likewise. - * gfortran.dg/select_type_15.f03: Likewise. - * gfortran.dg/select_type_19.f03: Likewise. - * gfortran.dg/select_type_2.f03: Likewise. - * gfortran.dg/select_type_26.f03: Likewise. - * gfortran.dg/select_type_27.f03: Likewise. - * gfortran.dg/select_type_28.f03: Likewise. - * gfortran.dg/select_type_3.f03: Likewise. - * gfortran.dg/select_type_35.f03: Likewise. - * gfortran.dg/select_type_36.f03: Likewise. - * gfortran.dg/select_type_37.f03: Likewise. - * gfortran.dg/select_type_39.f03: Likewise. - * gfortran.dg/select_type_4.f90: Likewise. - * gfortran.dg/select_type_5.f03: Likewise. - * gfortran.dg/select_type_6.f03: Likewise. - * gfortran.dg/select_type_7.f03: Likewise. - * gfortran.dg/select_type_8.f03: Likewise. - * gfortran.dg/selected_char_kind_1.f90: Likewise. - * gfortran.dg/selected_char_kind_4.f90: Likewise. - * gfortran.dg/selected_kind_1.f90: Likewise. - * gfortran.dg/selected_real_kind_2.f90: Likewise. - * gfortran.dg/shape_2.f90: Likewise. - * gfortran.dg/shape_4.f90: Likewise. - * gfortran.dg/shape_5.f90: Likewise. - * gfortran.dg/shape_7.f90: Likewise. - * gfortran.dg/shape_8.f90: Likewise. - * gfortran.dg/shape_9.f90: Likewise. - * gfortran.dg/shift-kind_2.f90: Likewise. - * gfortran.dg/shiftalr_1.F90: Likewise. - * gfortran.dg/shiftalr_2.F90: Likewise. - * gfortran.dg/simpleif_1.f90: Likewise. - * gfortran.dg/simplify_argN_1.f90: Likewise. - * gfortran.dg/simplify_cshift_1.f90: Likewise. - * gfortran.dg/simplify_cshift_4.f90: Likewise. - * gfortran.dg/simplify_eoshift_1.f90: Likewise. - * gfortran.dg/simplify_modulo.f90: Likewise. - * gfortran.dg/single_char_string.f90: Likewise. - * gfortran.dg/size_dim.f90: Likewise. - * gfortran.dg/size_optional_dim_1.f90: Likewise. - * gfortran.dg/sizeof.f90: Likewise. - * gfortran.dg/sizeof_4.f90: Likewise. - * gfortran.dg/slash_1.f90: Likewise. - * gfortran.dg/sms-1.f90: Likewise. - * gfortran.dg/sms-2.f90: Likewise. - * gfortran.dg/spec_expr_7.f90: Likewise. - * gfortran.dg/specifics_1.f90: Likewise. - * gfortran.dg/spellcheck-procedure_1.f90: Likewise. - * gfortran.dg/spellcheck-procedure_2.f90: Likewise. - * gfortran.dg/spread_init_expr.f03: Likewise. - * gfortran.dg/spread_scalar_source.f90: Likewise. - * gfortran.dg/spread_shape_1.f90: Likewise. - * gfortran.dg/stat_1.f90: Likewise. - * gfortran.dg/stat_2.f90: Likewise. - * gfortran.dg/stfunc_1.f90: Likewise. - * gfortran.dg/stfunc_4.f90: Likewise. - * gfortran.dg/stfunc_6.f90: Likewise. - * gfortran.dg/storage_size_1.f08: Likewise. - * gfortran.dg/storage_size_3.f08: Likewise. - * gfortran.dg/storage_size_4.f90: Likewise. - * gfortran.dg/streamio_1.f90: Likewise. - * gfortran.dg/streamio_10.f90: Likewise. - * gfortran.dg/streamio_11.f90: Likewise. - * gfortran.dg/streamio_12.f90: Likewise. - * gfortran.dg/streamio_13.f90: Likewise. - * gfortran.dg/streamio_14.f90: Likewise. - * gfortran.dg/streamio_15.f90: Likewise. - * gfortran.dg/streamio_16.f90: Likewise. - * gfortran.dg/streamio_17.f90: Likewise. - * gfortran.dg/streamio_2.f90: Likewise. - * gfortran.dg/streamio_3.f90: Likewise. - * gfortran.dg/streamio_4.f90: Likewise. - * gfortran.dg/streamio_5.f90: Likewise. - * gfortran.dg/streamio_6.f90: Likewise. - * gfortran.dg/streamio_7.f90: Likewise. - * gfortran.dg/streamio_8.f90: Likewise. - * gfortran.dg/streamio_9.f90: Likewise. - * gfortran.dg/string_0xfe_0xff_1.f90: Likewise. - * gfortran.dg/string_4.f90: Likewise. - * gfortran.dg/string_array_constructor_2.f90: Likewise. - * gfortran.dg/string_assign_2.f90: Likewise. - * gfortran.dg/string_compare_1.f90: Likewise. - * gfortran.dg/string_compare_2.f90: Likewise. - * gfortran.dg/string_compare_3.f90: Likewise. - * gfortran.dg/string_ctor_1.f90: Likewise. - * gfortran.dg/string_length_1.f90: Likewise. - * gfortran.dg/string_length_2.f90: Likewise. - * gfortran.dg/string_length_3.f90: Likewise. - * gfortran.dg/string_length_4.f90: Likewise. - * gfortran.dg/string_null_compare_1.f: Likewise. - * gfortran.dg/string_pad_trunc.f90: Likewise. - * gfortran.dg/structure_constructor_1.f03: Likewise. - * gfortran.dg/structure_constructor_11.f90: Likewise. - * gfortran.dg/structure_constructor_13.f03: Likewise. - * gfortran.dg/structure_constructor_2.f03: Likewise. - * gfortran.dg/structure_constructor_5.f03: Likewise. - * gfortran.dg/submodule_1.f08: Likewise. - * gfortran.dg/submodule_11.f08: Likewise. - * gfortran.dg/submodule_14.f08: Likewise. - * gfortran.dg/submodule_15.f08: Likewise. - * gfortran.dg/submodule_17.f08: Likewise. - * gfortran.dg/submodule_18.f08: Likewise. - * gfortran.dg/submodule_19.f08: Likewise. - * gfortran.dg/submodule_2.f08: Likewise. - * gfortran.dg/submodule_27.f08: Likewise. - * gfortran.dg/submodule_28.f08: Likewise. - * gfortran.dg/submodule_29.f08: Likewise. - * gfortran.dg/submodule_30.f08: Likewise. - * gfortran.dg/submodule_6.f08: Likewise. - * gfortran.dg/submodule_7.f08: Likewise. - * gfortran.dg/submodule_8.f08: Likewise. - * gfortran.dg/subnormal_1.f90: Likewise. - * gfortran.dg/subref_array_pointer_1.f90: Likewise. - * gfortran.dg/subref_array_pointer_2.f90: Likewise. - * gfortran.dg/subref_array_pointer_4.f90: Likewise. - * gfortran.dg/substr_2.f: Likewise. - * gfortran.dg/substr_3.f: Likewise. - * gfortran.dg/substr_4.f: Likewise. - * gfortran.dg/substr_5.f90: Likewise. - * gfortran.dg/substr_6.f90: Likewise. - * gfortran.dg/substr_alloc_string_comp_1.f90: Likewise. - * gfortran.dg/sum_init_expr.f03: Likewise. - * gfortran.dg/sum_zero_array_1.f90: Likewise. - * gfortran.dg/system_clock_3.f08: Likewise. - * gfortran.dg/t_editing.f: Likewise. - * gfortran.dg/team_change_1.f90: Likewise. - * gfortran.dg/team_end_1.f90: Likewise. - * gfortran.dg/team_number_1.f90: Likewise. - * gfortran.dg/temporary_1.f90: Likewise. - * gfortran.dg/test_com_block.f90: Likewise. - * gfortran.dg/test_only_clause.f90: Likewise. - * gfortran.dg/tiny_1.f90: Likewise. - * gfortran.dg/tiny_2.f90: Likewise. - * gfortran.dg/tl_editing.f90: Likewise. - * gfortran.dg/transfer_array_intrinsic_1.f90: Likewise. - * gfortran.dg/transfer_array_intrinsic_2.f90: Likewise. - * gfortran.dg/transfer_array_intrinsic_3.f90: Likewise. - * gfortran.dg/transfer_array_intrinsic_4.f90: Likewise. - * gfortran.dg/transfer_assumed_size_1.f90: Likewise. - * gfortran.dg/transfer_class_2.f90: Likewise. - * gfortran.dg/transfer_intrinsic_2.f90: Likewise. - * gfortran.dg/transfer_intrinsic_3.f90: Likewise. - * gfortran.dg/transfer_intrinsic_5.f90: Likewise. - * gfortran.dg/transfer_resolve_1.f90: Likewise. - * gfortran.dg/transfer_simplify_1.f90: Likewise. - * gfortran.dg/transfer_simplify_10.f90: Likewise. - * gfortran.dg/transfer_simplify_11.f90: Likewise. - * gfortran.dg/transfer_simplify_2.f90: Likewise. - * gfortran.dg/transfer_simplify_3.f90: Likewise. - * gfortran.dg/transfer_simplify_4.f90: Likewise. - * gfortran.dg/transfer_simplify_8.f90: Likewise. - * gfortran.dg/transfer_simplify_9.f90: Likewise. - * gfortran.dg/transpose_1.f90: Likewise. - * gfortran.dg/transpose_3.f03: Likewise. - * gfortran.dg/transpose_4.f90: Likewise. - * gfortran.dg/transpose_conjg_1.f90: Likewise. - * gfortran.dg/transpose_intrinsic_func_call_1.f90: Likewise. - * gfortran.dg/transpose_optimization_2.f90: Likewise. - * gfortran.dg/trim_1.f90: Likewise. - * gfortran.dg/trim_optimize_1.f90: Likewise. - * gfortran.dg/trim_optimize_2.f90: Likewise. - * gfortran.dg/trim_optimize_3.f90: Likewise. - * gfortran.dg/trim_optimize_4.f90: Likewise. - * gfortran.dg/trim_optimize_5.f90: Likewise. - * gfortran.dg/trim_optimize_6.f90: Likewise. - * gfortran.dg/trim_optimize_7.f90: Likewise. - * gfortran.dg/trim_optimize_8.f90: Likewise. - * gfortran.dg/type_to_class_1.f03: Likewise. - * gfortran.dg/type_to_class_2.f03: Likewise. - * gfortran.dg/type_to_class_3.f03: Likewise. - * gfortran.dg/type_to_class_4.f03: Likewise. - * gfortran.dg/type_to_class_5.f03: Likewise. - * gfortran.dg/typebound_assignment_5.f03: Likewise. - * gfortran.dg/typebound_assignment_6.f03: Likewise. - * gfortran.dg/typebound_assignment_7.f90: Likewise. - * gfortran.dg/typebound_call_1.f03: Likewise. - * gfortran.dg/typebound_call_13.f03: Likewise. - * gfortran.dg/typebound_call_18.f03: Likewise. - * gfortran.dg/typebound_call_19.f03: Likewise. - * gfortran.dg/typebound_call_2.f03: Likewise. - * gfortran.dg/typebound_call_20.f03: Likewise. - * gfortran.dg/typebound_call_3.f03: Likewise. - * gfortran.dg/typebound_generic_5.f03: Likewise. - * gfortran.dg/typebound_generic_6.f03: Likewise. - * gfortran.dg/typebound_generic_9.f03: Likewise. - * gfortran.dg/typebound_operator_12.f03: Likewise. - * gfortran.dg/typebound_operator_13.f03: Likewise. - * gfortran.dg/typebound_operator_15.f90: Likewise. - * gfortran.dg/typebound_operator_20.f90: Likewise. - * gfortran.dg/typebound_operator_3.f03: Likewise. - * gfortran.dg/typebound_operator_6.f03: Likewise. - * gfortran.dg/typebound_operator_7.f03: Likewise. - * gfortran.dg/typebound_operator_8.f03: Likewise. - * gfortran.dg/typebound_operator_9.f03: Likewise. - * gfortran.dg/typebound_proc_19.f90: Likewise. - * gfortran.dg/typebound_proc_20.f90: Likewise. - * gfortran.dg/typebound_proc_23.f90: Likewise. - * gfortran.dg/typebound_proc_27.f03: Likewise. - * gfortran.dg/typebound_proc_35.f90: Likewise. - * gfortran.dg/typebound_proc_36.f90: Likewise. - * gfortran.dg/unf_io_convert_1.f90: Likewise. - * gfortran.dg/unf_io_convert_2.f90: Likewise. - * gfortran.dg/unf_io_convert_3.f90: Likewise. - * gfortran.dg/unf_io_convert_4.f90: Likewise. - * gfortran.dg/unf_read_corrupted_1.f90: Likewise. - * gfortran.dg/unf_read_corrupted_2.f90: Likewise. - * gfortran.dg/unf_short_record_1.f90: Likewise. - * gfortran.dg/unformatted_recl_1.f90: Likewise. - * gfortran.dg/unformatted_subrecord_1.f90: Likewise. - * gfortran.dg/unit_1.f90: Likewise. - * gfortran.dg/unlimited_fmt_1.f08: Likewise. - * gfortran.dg/unlimited_polymorphic_1.f03: Likewise. - * gfortran.dg/unlimited_polymorphic_13.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_14.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_17.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_18.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_20.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_21.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_22.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_23.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_24.f03: Likewise. - * gfortran.dg/unlimited_polymorphic_25.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_26.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_3.f03: Likewise. - * gfortran.dg/unlimited_polymorphic_5.f90: Likewise. - * gfortran.dg/unlimited_polymorphic_6.f90: Likewise. - * gfortran.dg/unpack_init_expr.f03: Likewise. - * gfortran.dg/use_10.f90: Likewise. - * gfortran.dg/use_11.f90: Likewise. - * gfortran.dg/use_13.f90: Likewise. - * gfortran.dg/use_24.f90: Likewise. - * gfortran.dg/use_27.f90: Likewise. - * gfortran.dg/use_5.f90: Likewise. - * gfortran.dg/use_allocated_1.f90: Likewise. - * gfortran.dg/use_only_1.f90: Likewise. - * gfortran.dg/use_only_4.f90: Likewise. - * gfortran.dg/use_rename_2.f90: Likewise. - * gfortran.dg/use_rename_4.f90: Likewise. - * gfortran.dg/used_dummy_types_1.f90: Likewise. - * gfortran.dg/used_interface_ref.f90: Likewise. - * gfortran.dg/used_types_5.f90: Likewise. - * gfortran.dg/utf8_1.f03: Likewise. - * gfortran.dg/utf8_2.f03: Likewise. - * gfortran.dg/value_1.f90: Likewise. - * gfortran.dg/value_2.f90: Likewise. - * gfortran.dg/value_4.f90: Likewise. - * gfortran.dg/value_6.f03: Likewise. - * gfortran.dg/value_7.f03: Likewise. - * gfortran.dg/value_test.f90: Likewise. - * gfortran.dg/vect/fast-math-pr33299.f90: Likewise. - * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: Likewise. - * gfortran.dg/vect/pr60510.f: Likewise. - * gfortran.dg/vect/pr69882.f90: Likewise. - * gfortran.dg/vect/pr69980.f90: Likewise. - * gfortran.dg/vect/vect-5.f90: Likewise. - * gfortran.dg/vect/vect-alias-check-1.F90: Likewise. - * gfortran.dg/vector_subscript_1.f90: Likewise. - * gfortran.dg/vector_subscript_2.f90: Likewise. - * gfortran.dg/vector_subscript_3.f90: Likewise. - * gfortran.dg/vector_subscript_5.f90: Likewise. - * gfortran.dg/verify_2.f90: Likewise. - * gfortran.dg/volatile10.f90: Likewise. - * gfortran.dg/where_1.f90: Likewise. - * gfortran.dg/where_operator_assign_1.f90: Likewise. - * gfortran.dg/where_operator_assign_2.f90: Likewise. - * gfortran.dg/where_operator_assign_3.f90: Likewise. - * gfortran.dg/whole_file_13.f90: Likewise. - * gfortran.dg/whole_file_2.f90: Likewise. - * gfortran.dg/widechar_2.f90: Likewise. - * gfortran.dg/widechar_4.f90: Likewise. - * gfortran.dg/widechar_5.f90: Likewise. - * gfortran.dg/widechar_6.f90: Likewise. - * gfortran.dg/widechar_8.f90: Likewise. - * gfortran.dg/widechar_IO_1.f90: Likewise. - * gfortran.dg/widechar_IO_2.f90: Likewise. - * gfortran.dg/widechar_IO_3.f90: Likewise. - * gfortran.dg/widechar_IO_4.f90: Likewise. - * gfortran.dg/widechar_compare_1.f90: Likewise. - * gfortran.dg/widechar_intrinsics_10.f90: Likewise. - * gfortran.dg/widechar_intrinsics_4.f90: Likewise. - * gfortran.dg/widechar_intrinsics_5.f90: Likewise. - * gfortran.dg/widechar_intrinsics_6.f90: Likewise. - * gfortran.dg/widechar_intrinsics_7.f90: Likewise. - * gfortran.dg/widechar_intrinsics_8.f90: Likewise. - * gfortran.dg/widechar_intrinsics_9.f90: Likewise. - * gfortran.dg/widechar_select_1.f90: Likewise. - * gfortran.dg/winapi.f90: Likewise. - * gfortran.dg/write_0_pe_format.f90: Likewise. - * gfortran.dg/write_back.f: Likewise. - * gfortran.dg/write_check3.f90: Likewise. - * gfortran.dg/write_direct_eor.f90: Likewise. - * gfortran.dg/write_padding.f90: Likewise. - * gfortran.dg/write_recursive.f90: Likewise. - * gfortran.dg/write_rewind_1.f: Likewise. - * gfortran.dg/write_rewind_2.f: Likewise. - * gfortran.dg/write_zero_array.f90: Likewise. - * gfortran.dg/x_slash_1.f: Likewise. - * gfortran.dg/x_slash_2.f: Likewise. - * gfortran.dg/zero_array_components_1.f90: Likewise. - * gfortran.dg/zero_length_1.f90: Likewise. - * gfortran.dg/zero_length_2.f90: Likewise. - * gfortran.dg/zero_sized_1.f90: Likewise. - * gfortran.dg/zero_sized_3.f90: Likewise. - * gfortran.fortran-torture/compile/nested.f90: Likewise. - * gfortran.fortran-torture/compile/parameter_1.f90: Likewise. - * gfortran.fortran-torture/execute/a_edit_1.f90: Likewise. - * gfortran.fortran-torture/execute/adjustr.f90: Likewise. - * gfortran.fortran-torture/execute/allocate.f90: Likewise. - * gfortran.fortran-torture/execute/alternate_return.f90: Likewise. - * gfortran.fortran-torture/execute/args.f90: Likewise. - * gfortran.fortran-torture/execute/arithmeticif.f90: Likewise. - * gfortran.fortran-torture/execute/arrayarg.f90: Likewise. - * gfortran.fortran-torture/execute/arrayarg2.f90: Likewise. - * gfortran.fortran-torture/execute/arraysave.f90: Likewise. - * gfortran.fortran-torture/execute/assumed_size.f90: Likewise. - * gfortran.fortran-torture/execute/backspace.f90: Likewise. - * gfortran.fortran-torture/execute/bounds.f90: Likewise. - * gfortran.fortran-torture/execute/character_passing.f90: Likewise. - * gfortran.fortran-torture/execute/character_select_1.f90: Likewise. - * gfortran.fortran-torture/execute/cmplx.f90: Likewise. - * gfortran.fortran-torture/execute/common.f90: Likewise. - * gfortran.fortran-torture/execute/common_2.f90: Likewise. - * gfortran.fortran-torture/execute/common_init_1.f90: Likewise. - * gfortran.fortran-torture/execute/common_size.f90: Likewise. - * gfortran.fortran-torture/execute/constructor.f90: Likewise. - * gfortran.fortran-torture/execute/contained.f90: Likewise. - * gfortran.fortran-torture/execute/contained2.f90: Likewise. - * gfortran.fortran-torture/execute/contained_3.f90: Likewise. - * gfortran.fortran-torture/execute/csqrt_1.f90: Likewise. - * gfortran.fortran-torture/execute/data.f90: Likewise. - * gfortran.fortran-torture/execute/data_2.f90: Likewise. - * gfortran.fortran-torture/execute/data_3.f90: Likewise. - * gfortran.fortran-torture/execute/data_4.f90: Likewise. - * gfortran.fortran-torture/execute/dep_fails.f90: Likewise. - * gfortran.fortran-torture/execute/der_init.f90: Likewise. - * gfortran.fortran-torture/execute/der_init_2.f90: Likewise. - * gfortran.fortran-torture/execute/der_init_3.f90: Likewise. - * gfortran.fortran-torture/execute/der_init_4.f90: Likewise. - * gfortran.fortran-torture/execute/der_init_5.f90: Likewise. - * gfortran.fortran-torture/execute/der_io.f90: Likewise. - * gfortran.fortran-torture/execute/der_point.f90: Likewise. - * gfortran.fortran-torture/execute/der_type.f90: Likewise. - * gfortran.fortran-torture/execute/direct_io.f90: Likewise. - * gfortran.fortran-torture/execute/elemental.f90: Likewise. - * gfortran.fortran-torture/execute/empty_format.f90: Likewise. - * gfortran.fortran-torture/execute/emptyif.f90: Likewise. - * gfortran.fortran-torture/execute/entry_1.f90: Likewise. - * gfortran.fortran-torture/execute/entry_10.f90: Likewise. - * gfortran.fortran-torture/execute/entry_11.f90: Likewise. - * gfortran.fortran-torture/execute/entry_2.f90: Likewise. - * gfortran.fortran-torture/execute/entry_3.f90: Likewise. - * gfortran.fortran-torture/execute/entry_4.f90: Likewise. - * gfortran.fortran-torture/execute/entry_5.f90: Likewise. - * gfortran.fortran-torture/execute/entry_6.f90: Likewise. - * gfortran.fortran-torture/execute/entry_7.f90: Likewise. - * gfortran.fortran-torture/execute/entry_8.f90: Likewise. - * gfortran.fortran-torture/execute/entry_9.f90: Likewise. - * gfortran.fortran-torture/execute/enum_1.f90: Likewise. - * gfortran.fortran-torture/execute/enum_2.f90: Likewise. - * gfortran.fortran-torture/execute/enum_3.f90: Likewise. - * gfortran.fortran-torture/execute/enum_4.f90: Likewise. - * gfortran.fortran-torture/execute/equiv_1.f90: Likewise. - * gfortran.fortran-torture/execute/equiv_2.f90: Likewise. - * gfortran.fortran-torture/execute/equiv_3.f90: Likewise. - * gfortran.fortran-torture/execute/equiv_4.f90: Likewise. - * gfortran.fortran-torture/execute/equiv_init_1.f90: Likewise. - * gfortran.fortran-torture/execute/f2_edit_1.f90: Likewise. - * gfortran.fortran-torture/execute/forall.f90: Likewise. - * gfortran.fortran-torture/execute/forall_1.f90: Likewise. - * gfortran.fortran-torture/execute/forall_2.f90: Likewise. - * gfortran.fortran-torture/execute/forall_3.f90: Likewise. - * gfortran.fortran-torture/execute/forall_4.f90: Likewise. - * gfortran.fortran-torture/execute/forall_5.f90: Likewise. - * gfortran.fortran-torture/execute/forall_6.f90: Likewise. - * gfortran.fortran-torture/execute/forall_7.f90: Likewise. - * gfortran.fortran-torture/execute/function_module_1.f90: Likewise. - * gfortran.fortran-torture/execute/getarg_1.f90: Likewise. - * gfortran.fortran-torture/execute/hollerith.f90: Likewise. - * gfortran.fortran-torture/execute/in-pack.f90: Likewise. - * gfortran.fortran-torture/execute/initialization_1.f90: Likewise. - * gfortran.fortran-torture/execute/initializer.f90: Likewise. - * gfortran.fortran-torture/execute/inquire_1.f90: Likewise. - * gfortran.fortran-torture/execute/inquire_2.f90: Likewise. - * gfortran.fortran-torture/execute/inquire_3.f90: Likewise. - * gfortran.fortran-torture/execute/inquire_4.f90: Likewise. - * gfortran.fortran-torture/execute/inquire_5.f90: Likewise. - * gfortran.fortran-torture/execute/integer_select.f90: Likewise. - * gfortran.fortran-torture/execute/integer_select_1.f90: Likewise. - * gfortran.fortran-torture/execute/internal_write.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_abs.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_achar.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_aint_anint.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_anyall.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_associated.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_associated_2.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_bitops.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_count.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_cshift.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_dim.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_dotprod.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_dprod.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_dummy.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_eoshift.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.f90: - Likewise. - * gfortran.fortran-torture/execute/intrinsic_index.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_integer.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_leadz.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_len.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_matmul.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_merge.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_minmax.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_mmloc.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_mmloc_2.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_mmloc_3.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_mmloc_4.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_mmval.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_mod_ulo.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_pack.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_present.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_product.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_shape.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_si_kind.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_sign.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_size.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_spread.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_sum.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_trailz.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_transpose.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_trim.f90: Likewise. - * gfortran.fortran-torture/execute/intrinsic_unpack.f90: Likewise. - * gfortran.fortran-torture/execute/iolength_1.f90: Likewise. - * gfortran.fortran-torture/execute/iolength_2.f90: Likewise. - * gfortran.fortran-torture/execute/iolength_3.f90: Likewise. - * gfortran.fortran-torture/execute/list_read_1.f90: Likewise. - * gfortran.fortran-torture/execute/logical_select_1.f90: Likewise. - * gfortran.fortran-torture/execute/mainsub.f90: Likewise. - * gfortran.fortran-torture/execute/math.f90: Likewise. - * gfortran.fortran-torture/execute/module_init_1.f90: Likewise. - * gfortran.fortran-torture/execute/module_interface_2.f90: Likewise. - * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Likewise. - * gfortran.fortran-torture/execute/nestcons.f90: Likewise. - * gfortran.fortran-torture/execute/nullarg.f90: Likewise. - * gfortran.fortran-torture/execute/optstring_1.f90: Likewise. - * gfortran.fortran-torture/execute/parameter_1.f90: Likewise. - * gfortran.fortran-torture/execute/parameter_2.f90: Likewise. - * gfortran.fortran-torture/execute/partparm.f90: Likewise. - * gfortran.fortran-torture/execute/plusconst_1.f90: Likewise. - * gfortran.fortran-torture/execute/power.f90: Likewise. - * gfortran.fortran-torture/execute/pr19269-1.f90: Likewise. - * gfortran.fortran-torture/execute/pr23373-1.f90: Likewise. - * gfortran.fortran-torture/execute/pr23373-2.f90: Likewise. - * gfortran.fortran-torture/execute/pr32140.f90: Likewise. - * gfortran.fortran-torture/execute/pr40021.f: Likewise. - * gfortran.fortran-torture/execute/pr43390.f90: Likewise. - * gfortran.fortran-torture/execute/pr54767.f90: Likewise. - * gfortran.fortran-torture/execute/pr57396.f90: Likewise. - * gfortran.fortran-torture/execute/procarg.f90: Likewise. - * gfortran.fortran-torture/execute/ptr.f90: Likewise. - * gfortran.fortran-torture/execute/random_1.f90: Likewise. - * gfortran.fortran-torture/execute/random_2.f90: Likewise. - * gfortran.fortran-torture/execute/random_init.f90: Likewise. - * gfortran.fortran-torture/execute/read_eof.f90: Likewise. - * gfortran.fortran-torture/execute/read_null_string.f90: Likewise. - * gfortran.fortran-torture/execute/retarray.f90: Likewise. - * gfortran.fortran-torture/execute/retarray_2.f90: Likewise. - * gfortran.fortran-torture/execute/save_1.f90: Likewise. - * gfortran.fortran-torture/execute/save_2.f90: Likewise. - * gfortran.fortran-torture/execute/scalarize.f90: Likewise. - * gfortran.fortran-torture/execute/scalarize2.f90: Likewise. - * gfortran.fortran-torture/execute/scalarize3.f90: Likewise. - * gfortran.fortran-torture/execute/select_1.f90: Likewise. - * gfortran.fortran-torture/execute/seq_io.f90: Likewise. - * gfortran.fortran-torture/execute/slash_edit.f90: Likewise. - * gfortran.fortran-torture/execute/spec_abs.f90: Likewise. - * gfortran.fortran-torture/execute/specifics.f90: Likewise. - * gfortran.fortran-torture/execute/st_function.f90: Likewise. - * gfortran.fortran-torture/execute/st_function_1.f90: Likewise. - * gfortran.fortran-torture/execute/st_function_2.f90: Likewise. - * gfortran.fortran-torture/execute/stack_varsize.f90: Likewise. - * gfortran.fortran-torture/execute/straret.f90: Likewise. - * gfortran.fortran-torture/execute/strarray_1.f90: Likewise. - * gfortran.fortran-torture/execute/strarray_2.f90: Likewise. - * gfortran.fortran-torture/execute/strarray_3.f90: Likewise. - * gfortran.fortran-torture/execute/strarray_4.f90: Likewise. - * gfortran.fortran-torture/execute/strcmp.f90: Likewise. - * gfortran.fortran-torture/execute/strcommon_1.f90: Likewise. - * gfortran.fortran-torture/execute/string.f90: Likewise. - * gfortran.fortran-torture/execute/strlen.f90: Likewise. - * gfortran.fortran-torture/execute/strret.f90: Likewise. - * gfortran.fortran-torture/execute/t_edit.f90: Likewise. - * gfortran.fortran-torture/execute/test_slice.f90: Likewise. - * gfortran.fortran-torture/execute/transfer1.f90: Likewise. - * gfortran.fortran-torture/execute/transfer2.f90: Likewise. - * gfortran.fortran-torture/execute/unopened_unit_1.f90: Likewise. - * gfortran.fortran-torture/execute/userop.f90: Likewise. - * gfortran.fortran-torture/execute/where17.f90: Likewise. - * gfortran.fortran-torture/execute/where18.f90: Likewise. - * gfortran.fortran-torture/execute/where19.f90: Likewise. - * gfortran.fortran-torture/execute/where20.f90: Likewise. - * gfortran.fortran-torture/execute/where21.f90: Likewise. - * gfortran.fortran-torture/execute/where_1.f90: Likewise. - * gfortran.fortran-torture/execute/where_10.f90: Likewise. - * gfortran.fortran-torture/execute/where_11.f90: Likewise. - * gfortran.fortran-torture/execute/where_14.f90: Likewise. - * gfortran.fortran-torture/execute/where_15.f90: Likewise. - * gfortran.fortran-torture/execute/where_16.f90: Likewise. - * gfortran.fortran-torture/execute/where_2.f90: Likewise. - * gfortran.fortran-torture/execute/where_3.f90: Likewise. - * gfortran.fortran-torture/execute/where_4.f90: Likewise. - * gfortran.fortran-torture/execute/where_5.f90: Likewise. - * gfortran.fortran-torture/execute/where_6.f90: Likewise. - * gfortran.fortran-torture/execute/where_7.f90: Likewise. - * gfortran.fortran-torture/execute/where_8.f90: Likewise. - * gfortran.fortran-torture/execute/write_a_1.f90: Likewise. - * gfortran.fortran-torture/execute/write_logical.f90: Likewise. - * gfortran.dg/extends_type_of_3.f90: Likewise. Adjust tree scans. - * gfortran.dg/inline_transpose_1.f90: Likewise. - -2018-02-17 Paul Thomas - - PR fortran/84115 - * gfortran.dg/associate_35.f90: Remove error, add STOP n and - change to dg-run. - -2018-02-16 Eric Botcazou - - PR ada/84277 - * gnat.dg/array11.adb (Array11): Tweak index and remove warning. - * gnat.dg/dispatch1.adb: Rename into... - * gnat.dg/disp1.adb: ...this. - * gnat.dg/dispatch1_p.ads: Rename into... - * gnat.dg/disp1_pkg.ads: ...this. - * gnat.dg/disp2.adb: Rename into... - * gnat.dg/dispatch2.adb: ...this. - * gnat.dg/dispatch2_p.ads: Rename into... - * gnat.dg/disp2_pkg.ads: ...this. - * gnat.dg/dispatch2_p.adb: Rename into... - * gnat.dg/disp2_pkg.adb: this. - * gnat.dg/generic_dispatch.adb: Rename into... - * gnat.dg/generic_disp.adb: this. - * gnat.dg/generic_dispatch_p.ads: Rename into... - * gnat.dg/generic_disp_pkg.ads: ...this. - * gnat.dg/generic_dispatch_p.adb: Rename into... - * gnat.dg/generic_disp_pkg.adb: ...this. - * gnat.dg/null_pointer_deref1.adb (Null_Pointer_Deref1): Robustify. - * gnat.dg/null_pointer_deref2.adb (Null_Pointer_Deref2): Likewise. - * gnat.dg/object_overflow1.adb: Tweak index. - * gnat.dg/object_overflow2.adb: Likewise. - * gnat.dg/object_overflow3.adb: Likewise. - * gnat.dg/object_overflow4.adb: Likewise. - * gnat.dg/object_overflow5.adb: Likewise. - -2018-02-16 Jakub Jelinek - - PR ipa/84425 - * gcc.c-torture/compile/pr84425.c: New test. - -2018-02-16 Marek Polacek - Jakub Jelinek - - PR c++/84192 - * g++.dg/cpp1y/constexpr-84192.C: New test. - -2018-02-16 Martin Sebor - - PR c++/79064 - * g++.dg/overload15.C: New test. - -2018-02-16 Yury Gribov - - PR target/81535 - * gcc.dg/pr56727-1.c: Prevent tailcalls and update for powerpc*-*-*. - * gcc.dg/pr56727-2.c: Ditto. - * gcc.target/powerpc/pr79439.c: Renamed to... - * gcc.target/powerpc/pr79439-1.c: ...this. - * gcc.target/powerpc/pr79439-2.c: New test. - * gcc.target/powerpc/pr79439-3.c: New test. - -2018-02-16 Will Schmidt - - target/pr84371 - * gcc.target/powerpc/builtins-3-p8.c: Update stanzas. - * gcc.target/powerpc/builtins-3-p9.c: Update stanzas, Enhance test. - * gcc.target/powerpc/builtins-3-runnable.c: Update stanzas. - * gcc.target/powerpc/builtins-3-vec_reve_runnable.c: Same. - * gcc.target/powerpc/builtins-3.c: Same. - -2018-02-16 Nathan Sidwell - - * g++.old-deja/g++.jason/scoping15.C: Fix dg-warning. - -2018-02-16 Vladimir Makarov - - PR rtl-optimization/70023 - * gcc.target/i386/pr70023.c: New. - -2018-02-16 Carl Love - - * gcc.target/powerpc/p9-vinsert4b-1.c: Remove test file for non-ABI - tests. - * gcc.target/powerpc/p9-vinsert4b-2.c: Remove test file for non-ABI - tests. - -2018-02-16 Carl Love - - * gcc.target/powerpc/builtins-7-p9-runnable.c: New runnable test file - for the ABI definitions for vec_extract4b and vec_insert4b. - -2018-02-16 Nathan Sidwell - - * g++.old-deja/g++.jason/scoping15.C: Expect warnings. - * g++.old-deja/g++.mike/net43.C: Likewise. - -2018-02-16 Paolo Carlini - - PR c++/82468 - * g++.dg/cpp1z/class-deduction48.C: New. - -2018-02-16 Nathan Sidwell - - PR c++/84375 - * g++.dg/lookup/pr84375.C: New. - -2018-02-14 Oleg Endo - - PR target/83831 - * gcc.target/rx/pr83831.c (test_3, test_6): Adjust test cases. - -2018-02-16 Richard Biener - - PR tree-optimization/84417 - * gcc.dg/torture/pr84417.c: New testcase. - -2018-02-16 Jakub Jelinek - - PR target/84272 - * g++.dg/opt/pr84272.C: New test. - - PR rtl-optimization/83723 - * gcc.dg/pr83723.c: New test. - -2018-02-16 Richard Biener - - PR tree-optimization/84399 - * gcc.dg/graphite/pr84399.c: New testcase. - -2018-02-16 Richard Biener - - PR tree-optimization/84190 - * g++.dg/torture/pr84190.C: New testcase. - -2018-02-15 Martin Sebor - - * gcc.dg/lto/README (dg-lto-warning, dg-lto-message): Document new - directives. - -2018-02-15 Janus Weil - - PR fortran/84409 - * gfortran.dg/dtio_21.f03: Add an error message. - * gfortran.dg/dtio_22.f90: Fix invalid test case. - -2018-02-15 Thomas Koenig - - PR fortran/84381 - * gfortran.dg/stop_shouldfail.f90: New test. - -2018-02-15 Paolo Carlini - - PR c++/84330 - * g++.dg/concepts/pr84330.C: New. - -2018-02-15 Tom de Vries - - * gcc.dg/Wstringop-overflow-3.c: Require effective target alloca. - -2018-02-15 Tom de Vries - - * gcc.c-torture/compile/pr84136.c: Require effective target - indirect_jumps. - -2018-02-15 Jakub Jelinek - - PR tree-optimization/84383 - * gcc.c-torture/compile/pr84383.c: New test. - - PR tree-optimization/84334 - * gcc.dg/pr84334.c: New test. - -2018-02-14 Carl Love - - * gcc.target/powerpc/builtins-4-int128-runnable.c - (dg-require-effective-target): Change vsx_hw to p8vector_hw. - (dg-options): Change -maltivec -mvsx to -mpower8-vector. - -2018-02-14 Martin Sebor - - PR tree-optimization/83698 - * gcc.dg/Wrestrict-7.c: New test. - * c-c++-common/Wrestrict.c: Adjust expected values for strcat. - * gcc.target/i386/chkp-stropt-17.c: Same. - -2018-02-14 Martin Sebor - - PR c/84108 - * gcc.dg/Wattributes-8.c: New test. - -2018-02-14 Janus Weil - - PR fortran/84385 - * gfortran.dg/allocate_with_source_22.f03: Fix invalid test case. - * gfortran.dg/allocate_with_source_23.f90: Ditto. - * gfortran.dg/select_type_1.f03: Extend test case. - -2017-02-14 Uros Bizjak - - * gcc.target/i386/pr57193.c (dg-do): Remove target selector. - (dg-options): Use -O2 -msse2 -mno-sse3. - -2018-02-14 Kelvin Nilsen - - * gcc.dg/vmx/extract-be-order.c: Disable -maltivec=be warning so - this test case still works ok. - * gcc.dg/vmx/extract-vsx-be-order.c: Likewise. - * gcc.dg/vmx/insert-be-order.c: Likewise. - * gcc.dg/vmx/insert-vsx-be-order.c: Likewise. - * gcc.dg/vmx/ld-be-order.c: Likewise. - * gcc.dg/vmx/ld-vsx-be-order.c: Likewise. - * gcc.dg/vmx/lde-be-order.c: Likewise. - * gcc.dg/vmx/ldl-be-order.c: Likewise. - * gcc.dg/vmx/ldl-vsx-be-order.c: Likewise. - * gcc.dg/vmx/merge-be-order.c: Likewise. - * gcc.dg/vmx/merge-vsx-be-order.c: Likewise. - * gcc.dg/vmx/mult-even-odd-be-order.c: Likewise. - * gcc.dg/vmx/pack-be-order.c: Likewise. - * gcc.dg/vmx/perm-be-order.c: Likewise. - * gcc.dg/vmx/splat-be-order.c: Likewise. - * gcc.dg/vmx/splat-vsx-be-order.c: Likewise. - * gcc.dg/vmx/st-be-order.c: Likewise. - * gcc.dg/vmx/st-vsx-be-order.c: Likewise. - * gcc.dg/vmx/ste-be-order.c: Likewise. - * gcc.dg/vmx/stl-be-order.c: Likewise. - * gcc.dg/vmx/stl-vsx-be-order.c: Likewise. - * gcc.dg/vmx/sum2s-be-order.c: Likewise. - * gcc.dg/vmx/unpack-be-order.c: Likewise. - * gcc.dg/vmx/vsums-be-order.c: Likewise. - * gcc.target/powerpc/vec-setup-be-long.c: Likewise. - -2018-02-14 Paolo Carlini - - PR c++/84350 - * g++.dg/cpp0x/auto49.C: New. - -2018-02-14 Nathan Sidwell - - * g++.dg/template/instantiate5.C: Adjust required-from loc. - -2018-02-14 Will Schmidt - - * gcc.target/powerpc/altivec-consts.c: Update compile stanzas. - * gcc.target/powerpc/le-altivec-consts.c: Same. - -2018-02-14 Will Schmidt - - PR target/84220 - * gcc.target/powerpc/pr84220-sld.c: New test. - * gcc.target/powerpc/pr84220-sld2.c: New test. - * gcc.target/powerpc/pr84220-sldw.c: New test. - * gcc.target/powerpc/pr84220-xxperm.c: New test. - * gcc.target/powerpc/pr84220-xxsld.c: New test. - -2018-02-14 Igor Tsimbalist - - PR target/84239 - * gcc.target/i386/cet-intrin-3.c: Use new _get_ssp and - _inc_ssp intrinsics. - * gcc.target/i386/cet-intrin-4.c: Likewise. - * gcc.target/i386/cet-rdssp-1.c: Remove argument from - __builtin_ia32_rdssp[d|q]. - -2018-02-14 Richard Sandiford - - PR tree-optimization/84357 - * gcc.dg/vect/pr84357.c: New test. - -2018-02-14 Oleg Endo - - PR target/83831 - * gcc.target/rx/pr83831.c: New tests. - -2018-02-14 Jozef Lawrynowicz - - PR target/79242 - * gcc.target/msp430/pr79242.c: New test. - -2018-02-13 Peter Bergner - - PR target/84372 - * gcc.target/powerpc/lvsl-lvsr.c: Also match lxv when compiling - with -mcpu=power9. - -2018-02-13 Peter Bergner - - PR target/84279 - * g++.dg/pr84279.C: New test. - -2018-02-13 Segher Boessenkool - - PR rtl-optimization/84169 - * gcc.c-torture/execute/pr84169.c: New. - -2018-02-13 Peter Bergner - - PR target/84370 - * gcc.target/powerpc/builtins-3-p9-runnable.c: Remove deprecated option. - -2018-02-13 Peter Bergner - - PR target/84365 - * gcc.target/powerpc/altivec-7-le.c: Also match lxv when compiling - with -mcpu=power9. - -2018-02-13 Jakub Jelinek - - PR c++/84364 - * g++.dg/warn/effc4.C: New test. - -2018-02-13 Paolo Carlini - - PR c++/84333 - * g++.dg/template/sizeof16.C: New. - * g++.dg/template/sizeof17.C: Likewise. - -2018-02-13 Janus Weil - - PR fortran/84313 - * gfortran.dg/proc_ptr_common_1.f90: Fix invalid test case, - add necessary compiler options. - * gfortran.dg/proc_ptr_common_2.f90: Add missing error message. - -2018-02-13 Jakub Jelinek - - PR c/82210 - * gcc.c-torture/execute/pr82210.c: New test. - - PR middle-end/84309 - * gcc.dg/pr84309-2.c: New test. - -2018-02-12 Richard Sandiford - - PR tree-optimization/84321 - * gcc.dg/pr84321.c: New test. - -2018-02-13 Vladimir Makarov - - PR target/84359 - * gcc.target/i386/pr57193.c: Add -march=x86-64. - -2018-02-13 Paolo Bonzini - - PR sanitizer/84340 - * gcc.dg/asan/pr84307.c: Remove test. - -2018-02-13 Sebastian Perta - - * gcc.target/rl78/test_auto_vector.c: New test. - -2018-02-13 Richard Sandiford - - PR c/84305 - * gcc.c-torture/compile/pr84305.c: New test. - -2018-02-13 Jakub Jelinek - - PR target/84335 - * gcc.target/i386/pr84335.c: New test. - - PR tree-optimization/84339 - * gcc.c-torture/execute/pr84339.c: New test. - - PR middle-end/84309 - * gcc.dg/pr84309.c: New test. - * gcc.target/i386/pr84309.c: New test. - - PR target/84336 - * gcc.target/i386/pr84336.c: New test. - -2018-02-12 Jakub Jelinek - - PR c++/84341 - * c-c++-common/gomp/pr84341.c: New test. - -2018-02-12 Thomas Koenig - - PR fortran/68746 - * gfortran.dg/read_dir.f90: Re-add dg-do run. - -2018-02-12 Thomas Koenig - - PR fortran/68746 - * gfortran.dg/read_dir.f90: Remove xfails. Also allow iostat - of zero for read. - -2018-02-12 Jeff Law - - * gcc.c-torture/compile/reg-args-size.c: New test. - -2018-02-12 Carl Love - - * gcc.target/powerpc/builtins-4-runnable.c (main): Move int128 and - uint128 tests to new testfile. - * gcc.target/powerpc/builtins-4-int128-runnable.c: New testfile for - int128 and uint128 tests. - * gcc.target/powerpc/powerpc.exp: Add builtins-4-int128-runnable.c to - list of torture tests. - -2018-02-12 Janus Weil - - PR fortran/84273 - * gfortran.dg/proc_ptr_47.f90: Fix invalid test case. - * gfortran.dg/proc_ptr_comp_pass_4.f90: Fix and extend test case. - -2018-02-12 Tamar Christina - - PR target/82641 - * gcc.target/arm/pragma_arch_switch_2.c: Use armv5te. - -2018-02-12 Paolo Bonzini - - PR sanitizer/84307 - * gcc.dg/asan/pr84307.c: New test. - -2018-02-12 Nathan Sidwell - - * g++.dg/parse/pr84263.C: New. - -2018-02-12 Paolo Carlini - - PR c++/79626 - * g++.dg/template/crash129.C: New. - -2018-02-12 Olga Makhotina - - PR target/83828 - * gcc.target/i386/avx512bitalg-vpopcntb-1.c: Fix test. - * gcc.target/i386/avx512bitalg-vpopcntw-1.c: Ditto. - * gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c: Ditto. - * gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c: Ditto. - * gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c: Ditto. - -2018-02-12 Olga Makhotina - - * gcc.target/i386/avx512f-vscalefsd-1.c (_mm_mask_scalef_round_sd, - _mm_maskz_scalef_round_sd): Test new intrinsics. - * gcc.target/i386/avx512f-vscalefsd-2.c (_mm_scalef_round_sd, - (_mm_mask_scalef_round_sd, _mm_maskz_scalef_round_sd): Test new - intrinsics. - * gcc.target/i386/avx512f-vscalefss-1.c (_mm_mask_scalef_round_ss, - _mm_maskz_scalef_round_ss): Test new intrinsics. - * gcc.target/i386/avx512f-vscalefss-2.c (_mm_scalef_round_ss, - _mm_mask_scalef_round_ss, _mm_maskz_scalef_round_ss): Test new - intrinsics. - * gcc.target/i386/avx-1.c (__builtin_ia32_scalefsd_round, - __builtin_ia32_scalefss_round): Remove builtin. - (__builtin_ia32_scalefsd_mask_round, - __builtin_ia32_scalefss_mask_round): Test new builtin. - * gcc.target/i386/sse-13.c: Ditto. - * gcc.target/i386/sse-23.c: Ditto. - -2018-02-12 Olga Makhotina - - * gcc.target/i386/avx512f-vsqrtsd-1.c (_mm_mask_sqrt_round_sd) - (_mm_maskz_sqrt_round_sd): Test new intrinsics. - * gcc.target/i386/avx512f-vsqrtsd-2.c (_mm_sqrt_round_sd) - (_mm_mask_sqrt_round_sd, _mm_maskz_sqrt_round_sd): Test new intrinsics. - * gcc.target/i386/avx512f-vsqrtss-1.c (_mm_mask_sqrt_round_ss) - (_mm_maskz_sqrt_round_ss): Test new intrinsics. - * gcc.target/i386/avx512f-vsqrtss-2.c (_mm_sqrt_round_ss) - (_mm_mask_sqrt_round_ss,      _mm_maskz_sqrt_round_ss): Test new - intrinsics. - * gcc.target/i386/avx-1.c (__builtin_ia32_sqrtsd_round) - (__builtin_ia32_sqrtss_round): Remove builtins. - (__builtin_ia32_sqrtsd_mask_round) - (__builtin_ia32_sqrtss_mask_round): Test new builtins. - * gcc.target/i386/sse-13.c: Ditto. - * gcc.target/i386/sse-23.c: Ditto. - -2018-02-11 Francois-Xavier Coudert - - PR fortran/35299 - * gfortran.dg/statement_function_3.f: New test. - -2018-02-11 Steven G. Kargl - - PR fortran/54223 - PR fortran/84276 - * gfortran.dg/statement_function_1.f90: New test. - * gfortran.dg/statement_function_2.f90: New test. - -2018-02-11 Paul Thomas - - PR fortran/84074 - * gfortran.dg/type_to_class_5.f03: New test. - -2018-02-10 Paul Thomas - - PR fortran/56691 - * gfortran.dg/type_to_class_4.f03: New test. - -2018-02-10 Alan Modra - - PR target/84300 - * gcc.dg/pr84300.c: New. - -2018-02-10 Jakub Jelinek - - PR sanitizer/83987 - * g++.dg/ubsan/pr83987-2.C: New test. - -2018-02-09 Sebastian Perta - - * gcc.target/rx/movsicc.c: New test. - -2018-02-09 Peter Bergner - - PR target/83926 - * gcc.target/powerpc/pr83926.c: Filter out gimple folding disabled - message. - -2018-02-09 Will Schmidt - - * gcc.target/powerpc/vsx-vector-6-le.c: Update CPU target. - * gcc.target/powerpc/vsx-vector-6-le.p9.c: New. - -2018-02-09 Nathan Sidwell - - PR c/84293 - * c-c++-common/pr84293.h: New. - * c-c++-common/pr84293.c: New. - -2018-02-09 Vladimir Makarov - - PR rtl-optimization/57193 - * gcc.target/i386/pr57193.c: New. - -2018-02-09 Jakub Jelinek - - PR target/84226 - * gcc.target/powerpc/pr84226.c: New test. - -2018-02-09 Peter Bergner - - * gcc.target/powerpc/builtins-1-be.c : Rename duplicate test - from this to... - : ...this. - -2018-02-09 Martin Sebor - - PR lto/84212 - * gcc.dg/lto/pr84212_0.c: New test file. - * gcc.dg/lto/pr84212_1.c: Same. - -2018-02-09 Peter Bergner - - PR target/83926 - * gcc.target/powerpc/pr83926.c: New test. - * gcc.target/powerpc/builtins-1-be.c: Filter out gimple folding disabled - message. Fix test for running in 32-bit mode. - -2018-02-09 Tamar Christina - - PR target/82641 - * gcc.target/arm/pragma_arch_switch_2.c: Use armv6 and armv5t. - -2018-02-09 Andreas Krebbel - - PR target/PR84295 - * gcc.target/s390/pr84295.c: New test. - -2018-02-09 Paolo Carlini - - PR c++/77522 - * g++.dg/cpp1y/lambda-init16.C: New. - -2018-02-09 Eric Botcazou - - * gnat.dg/sso8.adb: New test. - * gnat.dg/sso8_pkg.ads: New helper. - -2018-02-09 Richard Biener - - PR tree-optimization/84278 - * gcc.target/i386/pr84278.c: Adjust regex. - -2018-02-09 Jakub Jelinek - - PR tree-optimization/84232 - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Add -mtune-generic on x86. - - PR debug/84252 - * gcc.target/aarch64/pr84252.c: New test. - - PR middle-end/84237 - * gcc.dg/pr84237.c: New test. - -2018-02-09 Marek Polacek - Jakub Jelinek - - PR c++/83659 - * g++.dg/torture/pr83659.C: New test. - -2018-02-08 David Malcolm - - PR tree-optimization/84136 - * gcc.c-torture/compile/pr84136.c: New test. - -2018-02-08 Sergey Shalnov - - PR target/83008 - * gcc.target/i386/pr83008.c: New test. - -2018-02-08 Peter Bergner - - PR target/81143 - * gcc.target/powerpc/pr79799-2.c: Use __LITTLE_ENDIAN__. - -2018-02-08 Paolo Carlini - - PR c++/83806 - * g++.dg/warn/Wunused-parm-11.C: New. - -2018-02-08 Marek Polacek - - PR tree-optimization/84238 - * gcc.dg/Wstringop-overflow-3.c: New test. - -2018-02-08 Nathan Sidwell - - * g++.dg/cpp0x/initlist93.C: Adjust diagnostic. - -2018-02-08 Richard Sandiford - - PR tree-optimization/84265 - * gcc.dg/vect/pr84265.c: New test. - -2018-02-08 Richard Sandiford - - PR tree-optimization/81635 - * gcc.dg/vect/bb-slp-pr81635-3.c: New test. - * gcc.dg/vect/bb-slp-pr81635-4.c: Likewise. - -2018-02-08 Andreas Krebbel - - * gcc.target/s390/nobp-function-pointer-attr.c: New test. - * gcc.target/s390/nobp-function-pointer-nothunk.c: New test. - * gcc.target/s390/nobp-function-pointer-z10.c: New test. - * gcc.target/s390/nobp-function-pointer-z900.c: New test. - * gcc.target/s390/nobp-indirect-jump-attr.c: New test. - * gcc.target/s390/nobp-indirect-jump-inline-attr.c: New test. - * gcc.target/s390/nobp-indirect-jump-inline-z10.c: New test. - * gcc.target/s390/nobp-indirect-jump-inline-z900.c: New test. - * gcc.target/s390/nobp-indirect-jump-nothunk.c: New test. - * gcc.target/s390/nobp-indirect-jump-z10.c: New test. - * gcc.target/s390/nobp-indirect-jump-z900.c: New test. - * gcc.target/s390/nobp-return-attr-all.c: New test. - * gcc.target/s390/nobp-return-attr-neg.c: New test. - * gcc.target/s390/nobp-return-mem-attr.c: New test. - * gcc.target/s390/nobp-return-mem-nothunk.c: New test. - * gcc.target/s390/nobp-return-mem-z10.c: New test. - * gcc.target/s390/nobp-return-mem-z900.c: New test. - * gcc.target/s390/nobp-return-reg-attr.c: New test. - * gcc.target/s390/nobp-return-reg-mixed.c: New test. - * gcc.target/s390/nobp-return-reg-nothunk.c: New test. - * gcc.target/s390/nobp-return-reg-z10.c: New test. - * gcc.target/s390/nobp-return-reg-z900.c: New test. - * gcc.target/s390/nobp-table-jump-inline-z10.c: New test. - * gcc.target/s390/nobp-table-jump-inline-z900.c: New test. - * gcc.target/s390/nobp-table-jump-z10.c: New test. - * gcc.target/s390/nobp-table-jump-z900.c: New test. - -2018-02-08 Richard Biener - - PR tree-optimization/84233 - * g++.dg/torture/pr84233.C: New testcase. - -2018-02-08 Richard Biener - - PR tree-optimization/84278 - * gcc.target/i386/pr84278.c: New testcase. - -2018-02-08 Wilco Dijkstra - - PR rtl-optimization/84068 - PR rtl-optimization/83459 - * gcc.dg/pr84068.c: New test. - -2018-02-08 Richard Biener - - * g++.dg/vect/slp-pr56812.cc: Allow either basic-block or - loop vectorization to happen. - -2018-02-08 Paolo Carlini - - PR c++/83204 - * g++.dg/cpp0x/lambda/lambda-ice25.C: New. - -2018-02-07 Will Schmidt - - * gcc.target/powerpc/vsxcopy.c: Update scan-assembler stanzas. - -2018-02-07 Michael Meissner - - PR target/84154 - * gcc.target/powerpc/pr84154-1.c: New tests. - * gcc.target/powerpc/pr84154-2.c: Likewise. - * gcc.target/powerpc/pr84154-3.c: Likewise. - -2018-02-07 Will Schmidt - - * gcc.target/powerpc/builtins-mergew-mergeow.c: Update dg-requires. - -2018-02-07 Jakub Jelinek - - PR c++/84082 - * g++.dg/template/incomplete11.C: New test. - * g++.dg/parse/crash67.C: Expect an incomplete type diagnostics too. - -2018-02-07 Steven G. Kargl - - PR fortran/82994 - * gfortran.dg/deallocate_error_3.f90: New test. - * gfortran.dg/deallocate_error_4.f90: New test. - -2018-02-07 Thomas Koenig - - PR fortran/68560 - * gfortran.dg/shape_9.f90: New test. - -2018-02-07 Steven G. Kargl - - PR fortran/82049 - * gfortran.dg/assumed_charlen_parameter.f90: New test. - -2018-02-07 David Malcolm - - PR c++/81610 - PR c++/80567 - * g++.dg/spellcheck-reswords.C: New test case. - * g++.dg/spellcheck-stdlib.C: Remove xfail from dg-bogus - suggestion of "if". - -2018-02-07 Martin Liska - - PR c++/84059. - * g++.dg/ext/mv26.C: New test. - -2018-02-07 Tom de Vries - - * gcc.dg/pr83844.c: Require effective target alloca. - -2018-02-07 Tom de Vries - - * gcc.dg/torture/pr83055.c: Require effective target global_constructor. - -2018-02-07 H.J. Lu - - PR target/84243 - * gcc.target/i386/cet-intrin-4.c (dg-options): Use - -fcf-protection=return. - -2018-02-07 Tom de Vries - - PR libgomp/84217 - * c-c++-common/goacc/pr84217.c: New test. - * gfortran.dg/goacc/pr84217.f90: New test. - -2018-02-07 Richard Biener - - PR tree-optimization/84204 - * gcc.dg/graphite/pr84204.c: New testcase. - - PR tree-optimization/84205 - * gcc.dg/graphite/pr84205.c: New testcase. - - PR tree-optimization/84223 - * gfortran.dg/graphite/pr84223.f90: New testcase. - -2018-02-07 Paolo Carlini - - PR c++/71662 - * g++.dg/cpp0x/scoped_enum7.C: New. - -2018-02-07 Christophe Lyon - - PR tree-optimization/83008 - * gcc.dg/cse_recip.c: Add -fno-tree-slp-vectorize. - -2018-02-07 Jakub Jelinek - - PR tree-optimization/84235 - * gcc.c-torture/execute/ieee/pr84235.c: New test. - -2018-02-07 Rainer Orth - - PR testsuite/84243 - * c-c++-common/fcf-protection-6.c: Only pass -mshstk on x86 - targets. - * c-c++-common/fcf-protection-7.c: Likewise for -mibt. - -2018-02-06 Jakub Jelinek - - PR target/84146 - * gcc.target/i386/pr84146.c: New test. - -2018-02-06 Michael Collison - - * gcc.target/arm/pr7676.c: New testcase for incorrect splitting. - -2018-02-06 Bill Schmidt - - * gcc.target/powerpc/safe-indirect-jump-1.c: Detect deprecation - warning for -mno-speculate-indirect-jumps. - * gcc.target/powerpc/safe-indirect-jump-2.c: Likewise. - * gcc.target/powerpc/safe-indirect-jump-3.c: Likewise. - * gcc.target/powerpc/safe-indirect-jump-4.c: Likewise. - * gcc.target/powerpc/safe-indirect-jump-5.c: Likewise. - * gcc.target/powerpc/safe-indirect-jump-6.c: Likewise. - * gcc.target/powerpc/safe-indirect-jump-7.c: Likewise. - -2018-02-06 Igor Tsimbalist - - PR target/84145 - * c-c++-common/fcf-protection-1.c: Change a compared message. - * c-c++-common/fcf-protection-2.c: Likewise. - * c-c++-common/fcf-protection-3.c: Likewise. - * c-c++-common/fcf-protection-5.c: Likewise. - * c-c++-common/fcf-protection-6.c: New test. - * c-c++-common/fcf-protection-7.c: Likewise. - -2018-02-06 Marek Polacek - - PR tree-optimization/84228 - * c-c++-common/Wstringop-truncation-3.c: New test. - -2018-02-06 Tamar Christina - - PR target/82641 - * gcc.target/arm/pragma_arch_switch_2.c: New. - -2018-02-06 Rainer Orth - - PR target/79975 - * gcc.dg/rtl/x86_64/final.c: Add -fdwarf2-cfi-asm to dg-options. - -2018-02-05 Martin Sebor - - PR tree-optimization/83369 - * gcc.dg/Wnonnull.c: New test. - -2018-02-05 Richard Sandiford - - * lib/lto.exp (lto_handle_diagnostics): Remove messages_by_file - argument and use dg-messages-by-file instead. Expect it to be - an array rather than a dict. - (lto-link-and-maybe-run): Remove messages_by_file argument and - use an upvar for dg-messages-by-file. Update call to - lto_handle_diagnostics. - (lt-get-options): Treat dg-messages-by-file as an array - rather than a dict. - (lto-get-options-main): Likewise. Set the entry rather than appending. - (lto-execute): Treat dg-messages-by-file as an array rather than - a dict. Update call to lto-link-and-maybe-run. - -2018-02-05 Paolo Carlini - - PR c++/82782 - * g++.dg/cpp1z/inline-var4.C: New. - -2018-02-05 Martin Liska - - * c-c++-common/asan/pointer-compare-1.c: Adjust ASAN_OPTIONS - options. - * c-c++-common/asan/pointer-compare-2.c: Likewise. - * c-c++-common/asan/pointer-subtract-1.c: Likewise. - * c-c++-common/asan/pointer-subtract-2.c: Likewise. - * c-c++-common/asan/pointer-subtract-3.c: Likewise. - * c-c++-common/asan/pointer-subtract-4.c: Likewise. - * c-c++-common/asan/pointer-compare-3.c: New test. - -2018-02-05 Richard Sandiford - - * gcc.target/aarch64/sve/vcond_4.c: Remove XFAILs. - * gcc.target/aarch64/sve/vcond_5.c: Likewise. - -2018-02-05 Olga Makhotina - - * gcc.target/i386/avx512dq-vrangesd-1.c (_mm_mask_range_sd, - _mm_maskz_range_sd, _mm_mask_range_round_sd, - _mm_maskz_range_round_sd): Test new intrinsics. - * gcc.target/i386/avx512dq-vrangesd-2.c (_mm_range_sd, - _mm_mask_range_sd, _mm_maskz_range_sd, _mm_range_round_sd, - _mm_mask_range_round_sd, _mm_maskz_range_round_sd): Test new intrinsics. - * gcc.target/i386/avx512dq-vrangess-1.c (_mm_mask_range_ss, - _mm_maskz_range_ss, _mm_mask_range_round_ss, - _mm_maskz_range_round_ss): Test new intrinsics. - * gcc.target/i386/avx512dq-vrangess-2.c (_mm_range_ss, - _mm_mask_range_ss, _mm_maskz_range_ss, _mm_range_round_ss, - _mm_mask_range_round_ss, _mm_maskz_range_round_ss): Test new intrinsics. - * gcc.target/i386/avx-1.c (__builtin_ia32_rangesd128_round, - __builtin_ia32_rangess128_round): Remove builtins. - (__builtin_ia32_rangesd128_mask_round, - __builtin_ia32_rangess128_mask_round): Test new builtins. - * gcc.target/i386/sse-13.c: Ditto. - * gcc.target/i386/sse-23.c: Ditto. - -2018-02-04 Jan Hubicka - - PR middle-end/79966 - * gfortran.dg/pr79966.f90: New testcase - -2018-02-04 Dominique d'Humieres - - PR fortran/84094 - * gfortran.dg/associate_23.f90: Fix invalid code. - * gfortran.dg/intrinsic_actual_4.f90: Likewise. - * gfortran.dg/matmul_3.f90: Likewise. - * gfortran.dg/transfer_array_intrinsic_2.f90: Likewise. - -2018-02-04 Paul Thomas - - PR fortran/84115 - * gfortran.dg/associate_34.f90: New test. - * gfortran.dg/associate_35.f90: New test. - -2018-02-03 Paul Thomas - - PR fortran/84141 - PR fortran/84155 - * gfortran.dg/pr84155.f90: New test. - -2017-02-02 Uros Bizjak - - * gfortran.dg/dec_parameter_1.f (sub1): Remove statement with no effect. - * gfortran.dg/dec_parameter_2.f90 (sub1): Ditto. - -2018-02-02 Will Schmidt - - * gcc.target/powerpc/vec-cmpne-long.c: Add p8vector_hw require to - dg-do run stanza. - -2018-02-02 Will Schmidt - - * gcc.target/powerpc/fold-vec-abs-int.p9.c: Add powerpc_p9vector_ok - requirement. - * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p9.c: Same. - * gcc.target/powerpc/fold-vec-cmp-char.p9.c: Same. - * gcc.target/powerpc/fold-vec-neg-int.p9.c: Same. - -2018-02-02 Georg-Johann Lay - - PR testsuite/52641 - * gcc.c-torture/execute/pr83362.c: Make work for int16. - * gcc.dg/Wsign-conversion.c: Dito. - * gcc.dg/attr-alloc_size-4.c: Dito. - * gcc.dg/pr81020.c: Dito. - * gcc.dg/pr81192.c: Dito. - * gcc.dg/pr83463.c (dg-options): Add -Wno-pointer-to-int-cast. - * gcc.dg/attr-alloc_size-11.c: Also special-case avr. - * gcc.dg/pr83844.c: Restrict to int32plus. - * gcc.dg/attr-alloc_size-3.c: Restrict to size32plus. - * gcc.dg/tree-ssa/ldist-25.c: Dito. - * gcc.dg/tree-ssa/ldist-27.c: Dito. - * gcc.dg/tree-ssa/ldist-28.c: Dito. - * gcc.dg/tree-ssa/ldist-29.c: Dito. - * gcc.dg/tree-ssa/ldist-30.c: Dito. - * gcc.dg/tree-ssa/ldist-31.c: Dito. - * gcc.dg/tree-ssa/ldist-32.c: Dito. - * gcc.dg/tree-ssa/ldist-33.c: Dito. - * gcc.dg/tree-ssa/ldist-34.c: Dito. - * gcc.dg/tree-ssa/ldist-35.c: Dito. - * gcc.dg/tree-ssa/ldist-36.c: Dito. - -2018-02-02 Julia Koval - - * gcc.target/i386/funcspec-56.inc: Handle new march. - * g++.dg/ext/mv16.C: Ditto. - -2018-02-02 Georg-Johann Lay - - * lib/target-supports.exp - (check_effective_target_keeps_null_pointer_checks): No more - special-case avr. - * gcc.dg/tree-ssa/pr21086.c (dg-final): Special-case avr. - * gcc.dg/ifcvt-4.c: Skip avr. - * gcc.dg/pr53037-1.c: Dito. - * gcc.dg/pr53037-2.c: Dito. - * gcc.dg/pr53037-3.c: Dito. - * gcc.dg/pr63387-2.c: Dito. - * gcc.dg/pr63387.c: Dito. - * gcc.dg/sancov/cmp0.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-1.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-10.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-11.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-1b.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-2.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-3.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-4.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-5.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-6.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-7.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-8.c: Dito. - * gcc.dg/tree-ssa/loop-interchange-9.c: Dito. - * gcc.dg/tree-ssa/pr82059.c: Dito. - * gcc.c-torture/execute/pr70460.c: Dito. - -2018-02-02 Georg-Johann Lay - - PR testsuite/52641 - * gcc.c-torture/execute/pr81913.c: Use types that also work for int16. - * gcc.c-torture/execute/20180112-1.c: Dito. - * gcc.c-torture/execute/pr81503.c: Dito. - * gcc.dg/store_merging_12.c: Dito. - * gcc.dg/tree-ssa/loop-niter-1.c: Dito. - * gcc.dg/tree-ssa/loop-niter-2.c: Dito. - * gcc.dg/tree-ssa/pr80898.c: Dito. - * gcc.dg/tree-ssa/pr82363.c: Dito. - * gcc.dg/utf16-4.c: Also allow "short unsigned int" in dg-warning. - * gcc.dg/tree-ssa/pr81346-5.c: Special-case int16. - * gcc.dg/tree-ssa/ssa-sink-11.c: Dito. - * gcc.dg/tree-ssa/ssa-sink-12.c: Dito. - * gcc.dg/torture/pr81814.c: Restrict to int32plus. - * gcc.dg/tree-ssa/pr80803.c: Dito. - * gcc.dg/tree-ssa/pr80898-2.c: Dito. - * gcc.dg/tree-ssa/pr81346-4.c: Dito. - * gcc.dg/tree-ssa/vrp114.c: Dito. - * gcc.dg/tree-ssa/pr82574.c: Restrict to size32plus. - * gcc.dg/tree-ssa/ssa-dom-thread-13.c: Dito. - * gcc.dg/tree-ssa/ssa-sink-15.c: Dito. - -2018-02-02 Igor Tsimbalist - - PR target/84066 - * gcc.target/i386/cet-sjlj-6a.c: New test. - * gcc.target/i386/cet-sjlj-6b.c: Likewise. - -2018-02-01 Marek Polacek - - PR c++/84125 - * g++.dg/cpp1y/lambda-generic-84125.C: New test. - -2018-01-30 Jeff Law - - PR target/84128 - * gcc.target/i386/pr84128.c: New test. - -2018-02-01 Georg-Johann Lay - - * gcc.dg/tree-ssa/vrp111.c (dg-options): Add - -fdelete-null-pointer-checks. - -2018-02-01 Paolo Carlini - - PR c++/83796 - * g++.dg/cpp0x/abstract-default1.C: New. - -2018-02-01 Richard Sandiford - - PR tree-optimization/81635 - * gcc.dg/vect/bb-slp-pr81635-1.c: New test. - * gcc.dg/vect/bb-slp-pr81635-2.c: Likewise. - -2018-02-01 Richard Sandiford - - PR target/83370 - * gcc.target/aarch64/pr83370.c: New. - -2018-02-01 Richard Biener - - * gcc.dg/graphite/pr35356-1.c: Adjust. - -2018-02-01 Richard Sandiford - - PR testsuite/83846 - * gcc.target/aarch64/sve/aarch64-sve.exp: Only do *_run tests - for ILP32. - * gcc.target/aarch64/sve/clastb_2_run.c (main): Use TYPE instead - of hard-coding the choice. - * gcc.target/aarch64/sve/clastb_4_run.c (main): Likewise. - * gcc.target/aarch64/sve/clastb_5_run.c (main): Likewise. - * gcc.target/aarch64/sve/clastb_3_run.c (main): Likewise. Generalize - memset call. - * gcc.target/aarch64/sve/const_pred_1.C: Include stdint.h and use - stdint.h types. - * gcc.target/aarch64/sve/const_pred_2.C: Likewise. - * gcc.target/aarch64/sve/const_pred_3.C: Likewise. - * gcc.target/aarch64/sve/const_pred_4.C: Likewise. - * gcc.target/aarch64/sve/load_const_offset_2.c: Likewise. - * gcc.target/aarch64/sve/logical_1.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_1.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_2.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_3.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_4.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_5.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_6.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_7.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_8.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_1.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_2.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_3.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_4.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_1.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_2.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_2_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_3.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_3_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_4.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_4_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_7.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_8.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_8_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_9.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_9_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_10.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_10_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_11.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_11_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_12.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_12_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_13.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_13_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_14.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_18.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_19.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_20.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_21.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_22.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_23.c: Likewise. - * gcc.target/aarch64/sve/popcount_1.c (popcount_64): Use - __builtin_popcountll rather than __builtin_popcountl. - -2018-02-01 Richard Sandiford - - * gcc.target/aarch64/sve/slp_2.c: Expect LD1RQ to be used instead - of LD1R[HWD] for multi-element constants on big-endian targets. - * gcc.target/aarch64/sve/slp_3.c: Likewise. - * gcc.target/aarch64/sve/slp_4.c: Likewise. - -2018-02-01 Richard Sandiford - - * gcc.target/aarch64/sve/slp_2.c: Expect LD1RQD rather than LD1RQB. - * gcc.target/aarch64/sve/slp_3.c: Expect LD1RQW rather than LD1RQB. - * gcc.target/aarch64/sve/slp_4.c: Expect LD1RQH rather than LD1RQB. - -2018-02-01 Jakub Jelinek - - PR tree-optimization/81661 - PR tree-optimization/84117 - * gcc.dg/pr81661.c: New test. - * gfortran.dg/pr84117.f90: New test. - -2018-02-01 Janne Blomqvist - - PR fortran/83705 - * gfortran.dg/repeat_7.f90: Catch warning message. - -2018-01-31 Ian Lance Taylor - - * go.go-torture/execute/printnil.go: New test. - -2018-01-31 Rainer Orth - - * lib/target-supports.exp (check_effective_target_comdat_group): - Allow for Solaris as comdat syntax. - - * g++.dg/debug/dwarf2/nested-4.C: Xfail scan-assembler-times on - Solaris with comdat_group support and as. - -2018-01-31 Marek Polacek - - PR c/81779 - * gcc.dg/pr81779.c: New test. - -2018-01-31 Jakub Jelinek - - PR fortran/84116 - * gfortran.dg/gomp/pr84116.f90: New test. - - PR c++/83993 - * g++.dg/init/pr83993-2.C: New test. - - PR c++/83993 - * g++.dg/init/pr83993-1.C: New test. - * g++.dg/cpp0x/pr83993.C: New test. - -2018-01-31 Paul Thomas - - PR fortran/84088 - * gfortran.dg/pr84088.f90: New test. - -2018-01-31 Vladimir Makarov - - PR target/82444 - * gcc.target/i386/pr82444.c: New. - -2018-01-31 Will Schmidt - - * gcc.target/powerpc/altivec-13.c: Remove VSX-requiring built-ins. - * gcc.target/powerpc/vsx-13.c: New. - -2018-01-31 Paolo Carlini - - PR c++/84092 - * g++.dg/cpp1y/var-templ57.C: New. - -2018-01-31 Marek Polacek - - PR c++/84138 - * g++.dg/diagnostic/pr84138.C: New test. - -2018-01-31 Janne Blomqvist - - PR fortran/78534 - * gfortran.dg/allocate_deferred_char_scalar_1.f03: Prune - -Wstringop-overflow warnings due to spurious warning with -O1. - * gfortran.dg/char_cast_1.f90: Update dump scan pattern. - * gfortran.dg/transfer_intrinsic_1.f90: Likewise. - -2018-01-31 Richard Biener - - PR tree-optimization/84132 - * g++.dg/torture/pr84132.C: New testcase. - -2018-01-31 Jan Hubicka - - * g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-options and - dg-final scan. - -2018-01-31 Julia Koval - - PR target/83618 - * gcc.target/i386/rdpid.c: Remove "eax". - -2018-01-31 Kyrylo Tkachov - - PR tree-optimization/64946 - * gcc.target/aarch64/vect-abs-compile.c: XFAIL byte and half-word - scan-assembler checks. - -2018-01-31 Eric Botcazou - - * gcc.c-torture/execute/20180131-1.c: New test. - -2018-01-31 Claudiu Zissulescu - - * gcc.target/arc/taux-1.c: New test. - * gcc.target/arc/taux-2.c: Likewise. - -2018-01-31 Claudiu Zissulescu - - * gcc.target/arc/uncached.c: New test. - -2018-01-31 Rainer Orth - - PR lto/83954 - * gnat.dg/lto20.adb: Remove dg-excess-errors. - -2018-01-31 Jakub Jelinek - - PR preprocessor/69869 - * gcc.dg/cpp/trad/pr69869.c: New test. - - PR c/84100 - * gcc.dg/pr84100.c: New test. - -2018-01-30 Jeff Law - - PR target/84064 - * gcc.target/i386/pr84064: New test. - -2018-01-30 Thomas Koenig - - PR fortran/84134 - * gfortran.dg/data_implied_do_2.f90: New test. - -2018-01-30 Janus Weil - - * gfortran.dg/pr68318_1.f90: Add closing bracket in dejagnu directive. - -2018-01-30 Thomas Koenig - - PR fortran/84133 - * gfortran.dg/inline_matmul_21.f90: New test case. - -2018-01-30 Rainer Orth - - * g++.dg/torture/pr81360.C: Add -fdump-ipa-icf to dg-options. - -2018-01-30 Vladimir Makarov - - PR target/84112 - * gcc.target/powerpc/pr84112.c: New. - -2018-01-30 Jakub Jelinek - - PR rtl-optimization/83986 - * gcc.dg/pr83986.c: New test. - -2018-01-30 Bill Seurer - - PR 58684 - * gcc.dg/torture/inf-compare-1.c: Add xfail. - * gcc.dg/torture/inf-compare-2.c: Add xfail. - * gcc.dg/torture/inf-compare-3.c: Add xfail. - * gcc.dg/torture/inf-compare-4.c: Add xfail. - -2018-01-30 Jakub Jelinek - - PR tree-optimization/84111 - * gcc.c-torture/compile/pr84111.c: New test. - -2018-01-30 Jan Hubicka - - PR ipa/83179 - * gcc.dg/ipa/inline-2.c: Fix template. - * gcc.dg/ipa/inline-3.c: Fix template. - -2018-01-30 Jan Hubicka - - PR ipa/81360 - * g++.dg/torture/pr81360.C: New testcase. - -2018-01-30 Jan Hubicka - - PR lto/83954 - * gcc.dg/lto/pr83954.h: New testcase. - * gcc.dg/lto/pr83954_0.c: New testcase. - * gcc.dg/lto/pr83954_1.c: New testcase. - -2018-01-30 Rainer Orth - - PR bootstrap/84017 - * gcc.dg/debug/dwarf2/prod-options.c: Add -fno-merge-debug-strings - to dg-options. - Simplify DW_AT_producer scan. - -2018-01-30 Kyrylo Tkachov - - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on !arm_neon arm targets. - -2018-01-30 Kirill Yukhin - - PR target/83828 - * gcc.target/i386/avx512bitalg-vpopcntb-1.c: Fix test. - * gcc.target/i386/avx512bitalg-vpopcntw-1.c: Ditto. - * gcc.target/i386/avx512bitalgvl-vpopcntb-1.c: Ditto. - * gcc.target/i386/avx512bitalgvl-vpopcntw-1.c: Ditto. - -2018-01-29 Jeff Law - - PR testsuite/81010 - * gcc.target/powerpc/pr56605.c: Update various dg- directives to - better match other tests which require vsx. Verify the zero - extension is part of the test in the combiner dump. - -2018-01-29 Marek Polacek - - PR c/83966 - * gcc.dg/format/Wsuggest-attribute-1.c: New test. - - PR c++/83996 - * g++.dg/ext/pr83996.C: New test. - -2018-01-29 Richard Biener - - PR tree-optimization/84057 - * gcc.dg/graphite/pr84057.c: New testcase. - -2018-01-29 Thomas Koenig - - PR fortran/84073 - * gfortran.dg/bind_c_usage_31.f90: New test. - -2018-01-27 Paolo Carlini - - PR c++/83924 - * g++.dg/warn/Wduplicated-branches5.C: New. - -2018-01-26 Sebastian Perta - - * gcc.target/rl78/test_addsi3_internal.c: New test. - -2018-01-26 Segher Boessenkool - - * gcc.target/powerpc/safe-indirect-jump-1.c: Build on all targets. - Make expected output depend on whether we expect sibcalls or not. - * gcc.target/powerpc/safe-indirect-jump-8.c: Delete (merged into - safe-indirect-jump-1.c). - -2018-01-26 Damian Rouson - Alessandro Fanfarillo - Soren Rasmussen - - Fortran 2018 teams tests. - - * gfortran.dg/team_number_1.f90: new test for team_number. - * gfortran.dg/team_change_1.f90: new test for change team. - * gfortran.dg/team_end_1.f90: new test for end team. - * gfortran.dg/team_form_1.f90: new test for form team. - -2018-01-26 Steven G. Kargl - - PR fortran/83998 - * gfortran.dg/dot_product_4.f90 - -2018-01-26 Martin Sebor - - PR tree-optimization/83896 - * gcc.dg/strlenopt-43.c: New. - -2018-01-26 Will Schmidt - - * gcc.target/powerpc/fold-vec-abs-int.c: Remove scan-assembler stanzas. - * gcc.target/powerpc/fold-vec-abs-int-fwrap.c: Same. - * gcc.target/powerpc/fold-vec-abs-int.p7.c: New. - * gcc.target/powerpc/fold-vec-abs-int.p8.c: New. - * gcc.target/powerpc/fold-vec-abs-int.p9.c: New. - * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p7.c: New. - * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p8.c: New. - * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p9.c: New. - * gcc.target/powerpc/fold-vec-abs-longlong.c: Remove scan-assembler - stanzas. - * gcc.target/powerpc/fold-vec-abs-longlong-fwrap.c: Same. - * gcc.target/powerpc/fold-vec-abs-longlong.p7.c: New. - * gcc.target/powerpc/fold-vec-abs-longlong.p8.c: New. - * gcc.target/powerpc/fold-vec-abs-longlong.p9.c: New. - * gcc.target/powerpc/fold-vec-abs-longlong-fwrapv.p7.c: New. - * gcc.target/powerpc/fold-vec-abs-longlong-fwrapv.p8.c: New. - * gcc.target/powerpc/fold-vec-abs-longlong-fwrapv.p9.c: New. - * gcc.target/powerpc/fold-vec-abs-short.c: Add xxspltib to valid - instruction list. - * gcc.target/powerpc/fold-vec-abs-short-fwrapv.c: Same. - -2018-01-26 Will Schmidt - - * gcc.target/powerpc/fold-vec-cmp-int.c: Delete. - * gcc.target/powerpc/fold-vec-cmp-int.h: New. - * gcc.target/powerpc/fold-vec-cmp-int.p7.c: New. - * gcc.target/powerpc/fold-vec-cmp-int.p8.c: New. - * gcc.target/powerpc/fold-vec-cmp-int.p9.c: New. - * gcc.target/powerpc/fold-vec-cmp-short.c: Delete. - * gcc.target/powerpc/fold-vec-cmp-short.h: New. - * gcc.target/powerpc/fold-vec-cmp-short.p8.c: New. - * gcc.target/powerpc/fold-vec-cmp-short.p9.c: New. - * gcc.target/powerpc/fold-vec-cmp-char.c: Delete. - * gcc.target/powerpc/fold-vec-cmp-char.h: New. - * gcc.target/powerpc/fold-vec-cmp-char.p8.c: New. - * gcc.target/powerpc/fold-vec-cmp-char.p9.c: New. - -2018-01-26 Martin Liska - - * lib/target-supports.exp: Return a value, otherwise -Wreturn-type - warning is seen. - -2018-01-26 Will Schmidt - - * gcc.target/powerpc/fold-vec-neg-longlong.h: New. - * gcc.target/powerpc/fold-vec-neg-longlong.p8.c: New. - * gcc.target/powerpc/fold-vec-neg-longlong.p9.c: New. - * gcc.target/powerpc/fold-vec-neg-longlong.c: Delete. - * gcc.target/powerpc/fold-vec-neg-int.c: Remove scan-assembler stanzas. - * gcc.target/powerpc/fold-vec-neg-int.p7.c: New. - * gcc.target/powerpc/fold-vec-neg-int.p8.c: New. - * gcc.target/powerpc/fold-vec-neg-int.p9.c: New. - -2018-01-26 Richard Biener - - PR rtl-optimization/84003 - * g++.dg/torture/pr77745.C: Mark foo noinline to trigger - latent bug in DSE if NOINLINE is appropriately defined. - * g++.dg/torture/pr77745-2.C: New testcase including pr77745.C - and defining NOINLINE. - -2018-01-26 Kyrylo Tkachov - - * gcc.target/aarch64/advsimd-intrinsics/vld1x2.c: Make float64 - tests specific to aarch64. XFAIL test on arm. - -2018-01-26 Jakub Jelinek - - PR rtl-optimization/83985 - * gcc.dg/pr83985.c: New test. - - PR c/83989 - * c-c++-common/Wrestrict-3.c: New test. - -2018-01-26 Claudiu Zissulescu - - * gcc.target/arc/tdelegitimize_addr.c: New test. - -2018-01-26 Claudiu Zissulescu - - * gcc.target/arc/jli-1.c: New file. - * gcc.target/arc/jli-2.c: Likewise. - -2018-01-26 Szabolcs Nagy - - * gcc.target/aarch64/sve/peel_ind_1.c: Match (adrp|adr) in - scan-assembler. - * gcc.target/aarch64/sve/peel_ind_2.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_3.c: Likewise. - -2018-01-26 Richard Biener - - PR tree-optimization/81082 - * gcc.dg/vect/pr81082.c: New testcase. - * gcc.dg/tree-ssa/loop-15.c: XFAIL the (int)((unsigned)n + -1U) * n + n - simplification to n * n. - -2018-01-26 Rainer Orth - - * gcc.target/i386/mcount_pic.c: Only xfail get_pc_thunk scan on - Solaris 10. - * gcc.target/i386/pr63620.c: Likewise. - -2018-01-26 Julia Koval - - * gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c: Add - -mavx512f -mavx512bw. - * gcc.target/i386/avx512bitalgvl-vpshufbitqmb-1.c: Add -mavx512bw. - * gcc.target/i386/i386.exp: Fix types. - -2018-01-26 Alan Modra - - PR target/84033 - * gcc.target/powerpc/swaps-p8-46.c: New. - -2018-25-01 Paul Thomas - - PR fortran/37577 - * gfortran.dg/coarray_18.f90: Allow dimension 15 for F2008. - * gfortran.dg/coarray_lib_this_image_2.f90: Change 'array1' to - 'array01' in the tree dump comparison. - * gfortran.dg/coarray_lib_token_4.f90: Likewise. - * gfortran.dg/inline_sum_1.f90: Similar - allow two digits. - * gfortran.dg/rank_1.f90: Allow dimension 15 for F2008. - -2018-01-25 Jan Hubicka - - PR middle-end/83055 - * gcc.dg/torture/pr83055.c: New testcase. - -2018-01-25 Jakub Jelinek - - PR c++/84031 - * g++.dg/cpp1z/decomp36.C: New test. - - PR middle-end/83977 - * c-c++-common/gomp/pr83977-1.c: Add -w to dg-options. - -2018-01-25 Richard Sandiford - - * gcc.dg/vect/vect-reduc-or_1.c: Require whole_vector_shift for - the shift dump line. - * gcc.dg/vect/vect-reduc-or_2.c: Likewise. - -2018-01-24 Michael Meissner - - PR target/81550 - * gcc.target/powerpc/loop_align.c: Use unsigned long for the loop - index instead of int, which allows IVOPTs to properly optimize the - loop. - -2018-01-24 David Malcolm - - PR jit/82846 - * jit.dg/test-alignment.c (create_aligned_code): Fix return type - of "fn_type" typedef. - * jit.dg/test-alignment.cc (verify_aligned_code): Likewise. - -2018-01-24 Ian Lance Taylor - - * go.go-torture/execute/names-1.go: New test. - -2018-01-19 Jeff Law - - PR target/83994 - * gcc.target/i386/pr83994.c: New test. - -2018-01-24 Vladimir Makarov - - PR target/84014 - * gcc.target/powerpc/pr84014.c: New. - -2018-01-24 Jakub Jelinek - - PR middle-end/83977 - * c-c++-common/gomp/pr83977-1.c: New test. - * c-c++-common/gomp/pr83977-2.c: New test. - * c-c++-common/gomp/pr83977-3.c: New test. - * gfortran.dg/gomp/pr83977.f90: New test. - -2018-01-24 Richard Sandiford - - PR testsuite/83889 - * gcc.dg/vect/pr79920.c: Remove explicit dg-do run. - * gcc.dg/vect/pr80631-1.c: Likewise. - * gcc.dg/vect/pr80631-2.c: Likewise. - * gcc.dg/vect/pr81410.c: Likewise. - * gcc.dg/vect/pr81633.c: Likewise. - * gcc.dg/vect/pr81815.c: Likewise. - * gcc.dg/vect/pr82108.c: Likewise. - * gcc.dg/vect/pr83857.c: Likewise. - * gcc.dg/vect/vect-alias-check-8.c: Likewise. - * gcc.dg/vect/vect-alias-check-9.c: Likewise. - * gcc.dg/vect/vect-alias-check-10.c: Likewise. - * gcc.dg/vect/vect-alias-check-11.c: Likewise. - * gcc.dg/vect/vect-alias-check-12.c: Likewise. - * gcc.dg/vect/vect-reduc-11.c: Likewise. - * gcc.dg/vect/vect-tail-nomask-1.c: Likewise. - * gcc.dg/vect/vect-reduc-in-order-1.c: Remove dg-do run and use - dg-xfail-run-if instead. - * gcc.dg/vect/vect-reduc-in-order-2.c: Likewise. - * gcc.dg/vect/vect-reduc-in-order-3.c: Likewise. - * gcc.dg/vect/vect-reduc-in-order-4.c: Likewise. - * gcc.dg/vect/vect-reduc-or_1.c: Remove conditional dg-do run. - * gcc.dg/vect/vect-reduc-or_2.c: Likewise. - -2018-01-24 Richard Sandiford - - PR tree-optimization/83979 - * g++.dg/pr83979.c: New test. - -2018-01-24 Kyrylo Tkachov - - * gcc.dg/lto/20110201-1_0.c: Remove explicit -mfloat-abi=softfp - option. Add arm_neon_ok_no_float_abi check. - -2018-01-24 Richard Biener - - PR tree-optimization/83176 - * gcc.dg/graphite/pr83176.c: New testcase. - -2018-01-24 Richard Biener - - PR tree-optimization/82819 - * gcc.dg/graphite/pr82819.c: New testcase. - -2018-01-23 Paolo Carlini - - PR c++/83921 - * g++.dg/cpp1y/constexpr-83921-1.C: New. - * g++.dg/cpp1y/constexpr-83921-2.C: Likewise. - * g++.dg/cpp1y/constexpr-83921-3.C: Likewise. - * g++.dg/ext/stmtexpr20.C: Likewise. - * g++.dg/ext/stmtexpr21.C: Likewise. - -2018-01-23 David Malcolm - - PR c++/83974 - * g++.dg/warn/pr83974.C: New test case. - -2018-01-23 Jakub Jelinek - - PR sanitizer/83987 - * g++.dg/ubsan/pr83987.C: New test. - -2018-01-23 Paul Thomas - - PR fortran/83866 - * gfortran.dg/pdt_29.f03: New test. - -2018-01-23 Paul Thomas - - PR fortran/83898 - * gfortran.dg/associate_33.f03: New test. - -2018-01-23 Martin Liska - - PR lto/81440 - * gcc.dg/lto/pr81440.h: New test. - * gcc.dg/lto/pr81440_0.c: New test. - * gcc.dg/lto/pr81440_1.c: New test. - -2018-01-23 Nathan Sidwell - - PR c++/83988 - * g++.dg/template/pr83988.C: New. - -2018-01-23 Jakub Jelinek - - PR c++/82882 - PR c++/83978 - * g++.dg/cpp0x/pr82882.C: New test. - * g++.dg/cpp0x/pr83978.C: New test. - - PR c++/83958 - * g++.dg/cpp1z/decomp35.C: New test. - -2018-01-23 Nathan Sidwell - - * g++.dg/cpp0x/range-for10.C: Adjust. - * g++.dg/ext/forscope1.C: Adjust. - * g++.dg/ext/forscope2.C: Adjust. - * g++.dg/template/for1.C: Adjust. - -2018-01-23 David Malcolm - - PR tree-optimization/83510 - * gcc.c-torture/compile/pr83510.c: New test case. - -2018-01-23 Richard Sandiford - - PR testsuite/83888 - * lib/target-supports.exp (check_effective_target_vect_float): Say - that the result only holds when -funsafe-math-optimizations is on. - (check_effective_target_vect_float_strict): New procedure. - * gcc.dg/vect/no-fast-math-vect16.c: Use vect_float_strict instead - of vect_float. - * gcc.dg/vect/vect-reduc-6.c: Likewise. - -2018-01-23 Richard Sandiford - - PR tree-optimization/83965 - * gcc.dg/vect/pr83965.c: New test. - -2018-01-23 Richard Biener - - PR tree-optimization/83963 - * gfortran.dg/graphite/pr83963.f: New testcase. - * gcc.dg/graphite/pr83963-2.c: Likewise. - -2018-01-23 Jakub Jelinek - - PR c++/83918 - * g++.dg/cpp1z/pr83918.C: New test. - -2018-01-22 Jakub Jelinek - - PR tree-optimization/83957 - * gcc.dg/autopar/pr83957.c: New test. - - PR tree-optimization/83081 - * gcc.dg/predict-8.c: Adjust expected probability. - -2018-01-22 Michael Meissner - - PR target/83862 - * gcc.target/powerpc/pr83862.c: New test. - -2018-01-22 Carl Love - - * gcc.target/powerpc/powerpc.exp: Add torture tests for - builtins-4-runnable.c, builtins-6-runnable.c, - builtins-5-p9-runnable.c, builtins-6-p9-runnable.c. - * gcc.target/powerpc/builtins-6-runnable.c: New test file. - * gcc.target/powerpc/builtins-4-runnable.c: Add additional tests - for signed/unsigned 128-bit and long long int loads. - -2018-01-22 Marek Polacek - - PR c++/81933 - * g++.dg/cpp1y/constexpr-empty4.C: New test. - -2018-01-22 Will Schmidt - - * gcc.target/powerpc/fold-vec-abs-short-fwrap.c: Add xxspltib to - scan-asembler valid instructions list. - * gcc.target/powerpc/fold-vec-abs-short.c: Same. - * gcc.target/powerpc/fold-vec-shift-left-longlong.c: Clean up - power8-vector requirement and option. - * gcc.target/powerpc/fold-vec-shift-left-fwrapv.c: Same. - -2018-01-22 Janne Blomqvist - - PR 78534 - PR 83704 - * gfortran.dg/string_1.f90: Remove printing the length. - -2018-01-22 Richard Biener - - PR tree-optimization/83963 - * gcc.dg/graphite/pr83963.c: New testcase. - -2018-01-22 Sudakshina Das - - * gcc.c-torture/compile/pr82096.c: Add dg-skip-if and - dg-require-effective-target directives. - -2018-01-22 Kyrylo Tkachov - - * lib/target-supports.exp (check_effective_target_arm_softfloat): - New procedure. - * gcc.target/arm/copysign_softfloat_1.c: Allow running everywhere. - Adjust scan-assembler checks for soft-float. - -2018-01-21 Bill Schmidt - - PR target/83946 - * gcc.target/powerpc/safe-indirect-jump-8.c: Skip for AIX. - -2018-01-21 John David Anglin - - * gcc.dg/pr83621.c: Add -fno-common additional option on hppa*-&-hpux*. - * gcc.dg/pr83623.c: Likewise. - * gcc.dg/pr83666.c: Likewise. - -2018-01-21 Bill Schmidt - David Edelsohn - - PR target/83946 - * gcc.target/powerpc/safe-indirect-jump-1.c: Change expected - assembly output from "crset eq" to "crset 2". - * gcc.target/powerpc/safe-indirect-jump-2.c: Change expected - assembly output from . to $. - * gcc.target/powerpc/safe-indirect-jump-3.c: Likewise. - * gcc.target/powerpc/safe-indirect-jump-1.c: Change expected - assembly output from "crset eq" to "crset 2". - * gcc.target/powerpc/safe-indirect-jump-8.c: Change expected - assembly output from "crset eq" to "crset 2", and from . to $. - -2018-01-20 Steven G. Kargl - - PR fortran/83900 - * gfortran.dg/matmul_18.f90: New test. - -2018-01-20 Richard Sandiford - - PR tree-optimization/83940 - * gcc.dg/torture/pr83940.c: New test. - -2018-01-20 Jakub Jelinek - - PR middle-end/83945 - * gcc.dg/tls/pr83945.c: New test. - - PR target/83930 - * gcc.dg/pr83930.c: New test. - -2018-01-19 Steven G. Kargl - - PR fortran/83900 - * gfortran.dg/matmul_17.f90: New test. - -2018-01-19 Steven G. Kargl - - PR fortran/80768 - * gfortran.dg/num_images_1.f90: New test that tests fix in r250734. - -2018-01-19 Jakub Jelinek - - PR c++/81167 - * g++.dg/cpp0x/pr81167.C: New test. - - PR c++/83919 - * g++.dg/cpp0x/pr83919.C: New test. - -2018-01-19 Jeff Law - Jakub Jelinek - - * gcc.dg/stack-check-16.c: New test. - -2018-01-19 Cesar Philippidis - - PR target/83790 - * gcc.target/nvptx/indirect_call.c: New test. - -2018-01-19 Rainer Orth - - * g++.dg/torture/pr83619.C: Remove dg-message. - -2018-01-19 Martin Liska - - * gcc.dg/predict-1.c: Adjust expected probability. - * gcc.dg/predict-3.c: Likewise. - * gcc.dg/predict-5.c: Likewise. - * gcc.dg/predict-6.c: Likewise. - * gcc.dg/predict-9.c: Likewise. - -2018-01-19 Richard Sandiford - - PR tree-optimization/83922 - * gcc.dg/pr83922.c: New test. - -2018-01-19 Richard Sandiford - - PR tree-optimization/83914 - * gcc.dg/vect/pr83914.c: New test. - -2018-01-19 Kyrylo Tkachov - - * gcc.target/arm/negdi-1.c: Remove bogus assembler scan for negs. - * gcc.target/arm/negdi-2.c: Likewise. - * gcc.target/arm/thumb-16bit-ops.c: Replace scan for NEGS with RSBS. - -2018-01-19 Kyrylo Tkachov - - * gcc.target/arm/pr40956.c: Adjust scan-assembler pattern. - -2018-01-19 Kyrylo Tkachov - - * gcc.target/arm/pr79058.c: Add arm_arm_ok check and -marm to options. - -2018-01-18 John David Anglin - - * gcc.dg/torture/pr52451.c (main): Skip long double test on - hppa*-*-hpux*. - -2018-01-18 Jakub Jelinek - - PR ipa/83619 - PR testsuite/83934 - * g++.dg/torture/pr83619.C (e): Define before first use instead of - forward declaration. - -2018-01-18 Carl Love - - * gcc.target/powerpc/builtins-6.h (foo): Add missing closing bracket - to the function. - -2018-01-18 Paolo Carlini - - PR c++/81013 - * g++.dg/inherit/union3.C: New. - -2018-01-18 Christophe Lyon - - * gcc.dg/rtl/arm/stl-cond.c: Enable on arm*. - -2018-01-18 Jan Hubicka - - PR ipa/83619 - * g++.dg/torture/pr83619.C: New testcase. - -2018-01-18 Christophe Lyon - - * lib/target-supports.exp (check_effective_target_arm_arch_FUNC_ok): - Add function body to force error messages in some configurations. - -2018-01-18 Kyrylo Tkachov - - * gcc.target/arm/pr70278.c: Add effective target checks for armv4t - and arm_thumb1_ok. - -2018-01-18 Boris Kolpackov - - PR other/70268 - * c-c++-common/ffile-prefix-map.c: New test. - * c-c++-common/fmacro-prefix-map.c: New test. - * c-c++-common/cpp/ffile-prefix-map.c: New test. - * c-c++-common/cpp/fmacro-prefix-map.c: New test. - -2018-01-18 Martin Liska - - * gcc.target/i386/indirect-thunk-3.c: Remove duplicate options. - * gcc.target/i386/indirect-thunk-4.c: Likewise. - * gcc.target/i386/indirect-thunk-6.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. - * gcc.target/i386/ret-thunk-10.c: Likewise. - * gcc.target/i386/ret-thunk-11.c: Likewise. - * gcc.target/i386/ret-thunk-12.c: Likewise. - * gcc.target/i386/ret-thunk-15.c: Likewise. - * gcc.target/i386/ret-thunk-9.c: Likewise. - -2018-01-18 Christophe Lyon - - * gcc.target/arm/xor-and.c: Fix dg-options and dg-add-options - order. - -2018-01-18 Nathan Sidwell - - PR c++/83160 - * g++.dg/cpp0x/pr83160.C: New. - -2018-01-18 Richard Biener - - PR tree-optimization/83887 - * gcc.dg/graphite/pr83887.c: New testcase. - * gfortran.dg/graphite/pr83887.f90: Likewise. - * gfortran.dg/graphite/pr83887.f: Likewise. - -2018-01-18 Kyrylo Tkachov - - PR target/65578 - * gcc.target/arm/builtin-bswap.x: New file. - * gcc.target/arm/builtin-bswap-1.c: Include the above. Add checks - and options for armv6t2. - * gcc.target/arm/builtin-bswap-2.c: Include the above. Add checks - and options for Thumb1. - * gcc.target/arm/builtin-bswap16.x: New file. - * gcc.target/arm/builtin-bswap16-1.c: Include the above. Add checks - and options for armv6t2. - * gcc.target/arm/builtin-bswap16-2.c: Include the above. Add checks - and options for Thumb1. - -2018-01-18 Christophe Lyon - - * gcc.target/arm/pr40887.c: Fix dg-options and dg-add-options - order. - -2018-01-18 Jakub Jelinek - - PR c/61240 - * gcc.dg/pr61240.c: New test. - -2018-01-17 Harald Anlauf - - PR fortran/83864 - * gfortran.dg/pr83864.f90: New test. - -2018-01-17 Jeff Law - - PR testsuite/83883 - * gcc.dg/tree-ssa/ssa-dse-26.c: Tighten expected output. - -2018-01-17 Bill Schmidt - - * gcc.target/powerpc/safe-indirect-jump-1.c: Remove endian - restriction, but still restrict to 64-bit. - * gcc.target/powerpc/safe-indirect-jump-7.c: New file. - * gcc.target/powerpc/safe-indirect-jump-8.c: New file. - -2018-01-17 Harald Anlauf - - PR fortran/83874 - * gfortran.dg/pr83874.f90: New test. - -2018-01-18 Jakub Jelinek - - PR c++/83824 - * g++.dg/cpp0x/pr83824.C: New test. - -2018-01-17 Michael Meissner - - * gcc.target/powerpc/gnuattr1.c: New test to make sure we set the - appropriate .gnu_attribute for the long double type, if we use the - long double type, but do not generate any calls. - * gcc.target/powerpc/gnuattr2.c: Likewise. - * gcc.target/powerpc/gnuattr3.c: Likewise. - -2018-01-17 Paolo Carlini - - PR c++/78344 - * g++.dg/cpp0x/alignas13.C: New. - -2018-01-17 Jakub Jelinek - - PR c++/83897 - * g++.dg/cpp0x/pr83897.C: New test. - -2018-01-17 Jan Hubicka - - PR ipa/83051 - * gcc.c-torture/compile/pr83051-2.c: New testcase. - -2018-01-17 Paolo Carlini - - PR c++/81054 - * g++.dg/cpp0x/constexpr-ice19.C: New. - -2018-01-17 Will Schmidt - - * gcc.target/powerpc/fold-vec-mergehl-char.c: New. - * gcc.target/powerpc/fold-vec-mergehl-double.c: New. - * gcc.target/powerpc/fold-vec-mergehl-float.c: New. - * gcc.target/powerpc/fold-vec-mergehl-int.c: New. - * gcc.target/powerpc/fold-vec-mergehl-longlong.c: New. - * gcc.target/powerpc/fold-vec-mergehl-pixel.c: New. - * gcc.target/powerpc/fold-vec-mergehl-short.c: New. - * gcc.target/powerpc/builtins-1-be-folded.c: New. - * gcc.target/powerpc/builtins-1-le-folded.c: New. - * gcc.target/powerpc/builtins-1.fold.h: New. - -2018-01-17 Will Schmidt - - * gcc.target/powerpc/builtins-1-be.c: Disable gimple-folding. - * gcc.target/powerpc/builtins-1-le.c: Disable gimple-folding. - -2018-01-17 Kyrylo Tkachov - - * gcc.target/arm/g2.c: Add -marm to dg-options. - * gcc.target/arm/scd42-2.c: Likewise. - -2018-01-17 Nathan Sidwell - - PR c++/83287 - * g++.dg/lookup/pr83287-2.C: New. - -2018-01-17 David Malcolm - - PR c++/83814 - PR c++/83902 - * g++.dg/wrappers/pr83814.C: New test case. - * g++.dg/wrappers/pr83902.C: New test case. - -2018-01-17 David Malcolm - - PR lto/83121 - * g++.dg/lto/pr83121_0.C: New test case. - * g++.dg/lto/pr83121_1.C: New test case. - * lib/lto.exp (lto_handle_diagnostics_for_file): New procedure, - adapted from DejaGnu's dg-test. - (lto_handle_diagnostics): New procedure. - (lto_prune_warns): Ignore informational notes. - (lto-link-and-maybe-run): Add "messages_by_file" param. - Call lto_handle_diagnostics. Avoid issuing "unresolved" for - "execute" when "link" fails if "execute" was not specified. - (lto-can-handle-directive): New procedure. - (lto-get-options-main): Call lto-can-handle-directive. Add a - dg-messages local, using it to set the caller's - dg-messages-by-file for the given source file. - (lto-get-options): Likewise. - (lto-execute): Add dg-messages-by-file local, and pass it to - lto-link-and-maybe-run. - -2018-01-17 Wilco Dijkstra - Richard Sandiford - - PR target/79041 - PR target/82964 - * gcc.target/aarch64/pr79041-2.c: Improve test, disable with fpic. - * gcc.target/aarch64/pr78733.c: Improve test, disable with fpic. - -2018-01-17 Kyrylo Tkachov - - * lib/target-supports.exp: Fix -march arguments in arm arch effective - target check autogenerator for armv8.1-a and armv8.2-a. - -2018-01-17 Carl Love - - * gcc.target/powerpc/builtins-6-p9-runnable.c: Add additional tests. - Add debug print statements. - * gcc.target/powerpc/builtins-5-p9-runnable.c: Add test to do - 16 byte vector load followed by a partial vector load. - -2018-01-17 David Malcolm - - PR c++/83799 - * g++.dg/wrappers/pr83799.C: New test case. - -2018-01-17 Nathan Sidwell - - PR c++/83739 - * g++.dg/cpp1y/pr83739.C: New. - -2018-01-17 Eric Botcazou - - * gcc.target/visium/overflow8.c: Pass -fno-if-conversion. - * gcc.target/visium/overflow16.c: Likewise. - * gcc.target/visium/overflow32.c: Likewise. - -2018-01-17 Eric Botcazou - - * gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20. - -2018-01-17 Kyrylo Tkachov - - * gcc.dg/rtl/arm/stl-cond.c: New test. - * gcc.target/arm/stl-cond.c: Delete. - -2018-01-17 Kyrylo Tkachov - - * gcc.target/arm/pr40887.c: Add armv5te effective target checks and - directives. - -2018-01-17 Jakub Jelinek - - PR tree-optimization/83843 - * gcc.dg/store_merging_18.c: Don't expect "Merging successful" on arm. - * gcc.dg/store_merging_19.c: New test. - -2018-01-17 Kyrylo Tkachov - - * gcc.target/arm/xor-and.c: Fix armv6 effective target checks - and options. - -2018-01-17 Jakub Jelinek - - PR rtl-optimization/83771 - * gcc.dg/pr83771.c: New test. - -2018-01-17 Eric Botcazou - - PR tree-optimization/81184 - * gcc.dg/pr21643.c: Adjust dg-final line for logical_op_short_circuit - targets. - * gcc.dg/tree-ssa/phi-opt-11.c: Likewise. - -2018-01-17 Eric Botcazou - - * c-c++-common/Wrestrict.c (test_strcpy_range): Revert latest change. - -2018-01-16 Sebastian Peryt - - PR target/83546 - * gcc.target/i386/pr83546.c: New test. - -2018-01-16 Eric Botcazou - - * c-c++-common/Warray-bounds-3.c (test_memmove_bounds): Fix mismatch. - -2018-01-16 Eric Botcazou - - * c-c++-common/Wrestrict.c (test_strcpy_range): Bump string size of one - test and add dg-warning for the -Wstringop-overflow warning. - -2018-01-16 Eric Botcazou - - * c-c++-common/Warray-bounds-4.c (test_strcpy_bounds_memarray_range): - XFAIL last test on SPARC and Visium. - -2018-01-16 Vladimir Makarov - - PR rtl-optimization/80481 - * g++.dg/pr80481.C: Exclude solaris. - -2018-01-16 Eric Botcazou - - * c-c++-common/patchable_function_entry-decl.c: Use 3 NOPs on Visium. - * c-c++-common/patchable_function_entry-default.c: 4 NOPs on Visium. - * c-c++-common/patchable_function_entry-definition.c: 2 NOPs on Visium. - -2018-01-16 Eric Botcazou - - * gcc.dg/tree-ssa/ldist-27.c: Skip on Visium. - * gcc.dg/tree-ssa/loop-interchange-1.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-1b.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-2.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-3.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-4.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-5.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-6.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-7.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-8.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-9.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-10.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-11.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-14.c: Likewise. - * gcc.dg/tree-ssa/loop-interchange-15.c: Likewise. - -2018-01-16 Eric Botcazou - - PR testsuite/77734 - * gcc.dg/plugin/must-tail-call-1.c: Pass -fdelayed-branch on SPARC. - -2018-01-16 Bill Schmidt - - * gcc.target/powerpc/safe-indirect-jump-1.c: New file. - * gcc.target/powerpc/safe-indirect-jump-2.c: New file. - * gcc.target/powerpc/safe-indirect-jump-3.c: New file. - * gcc.target/powerpc/safe-indirect-jump-4.c: New file. - * gcc.target/powerpc/safe-indirect-jump-5.c: New file. - * gcc.target/powerpc/safe-indirect-jump-6.c: New file. - -2018-01-16 Richard Sandiford - - PR tree-optimization/83857 - * gcc.dg/vect/pr83857.c: New test. - -2018-01-16 Richard Biener - - PR tree-optimization/83867 - * gcc.dg/vect/pr83867.c: New testcase. - -2018-01-16 Jakub Jelinek - - PR c/83844 - * gcc.dg/pr83844.c: New test. - -2018-01-16 Richard Sandiford - - * gcc.dg/torture/pr83847.c: New test. - -2018-01-16 Jakub Jelinek - - PR rtl-optimization/86620 - * gcc.dg/pr64935-2.c: Use --param=max-sched-ready-insns=1 - instead of --param=max-sched-ready-insns=0. - * gcc.target/i386/pr83620.c: New test. - * gcc.dg/pr83620.c: New test. - - PR tree-optimization/83843 - * gcc.dg/store_merging_18.c: New test. - - PR c++/83817 - * g++.dg/cpp1y/pr83817.C: New test. - - PR c++/83825 - * g++.dg/template/pr83825.C: New test. - -2018-01-16 Richard Biener - - * gcc.dg/graphite/pr83435.c: Restrict to target pthread. - -2018-01-16 Richard Biener - - PR testsuite/82132 - * gcc.dg/vect/vect-tail-nomask-1.c: Copy posix_memalign boiler-plate - from gcc.dg/torture/pr60092.c. - -2018-01-15 Martin Sebor - - PR c++/83588 - * g++.dg/ext/flexary28.C: New test. - -2018-01-15 Louis Krupp - - PR fortran/82257 - * gfortran.dg/unlimited_polymorphic_28.f90: New test. - -2018-01-15 Martin Sebor - - PR testsuite/83869 - * c-c++-common/attr-nonstring-3.c: Work around bug c++/74762. - -2018-01-15 Thomas Koenig - - PR fortran/54613 - * gfortran.dg/minmaxloc_9.f90: New test. - * gfortran.dg/minmaxloc_10.f90: New test. - * gfortran.dg/minmaxloc_11.f90: New test. - -2018-01-15 H.J. Lu - - PR target/83839 - * gcc.target/i386/indirect-thunk-1.c: Scan for "push" only on Linux. - * gcc.target/i386/indirect-thunk-2.c: Likewise. - * gcc.target/i386/indirect-thunk-3.c: Likewise. - * gcc.target/i386/indirect-thunk-4.c: Likewise. - * gcc.target/i386/indirect-thunk-7.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. - * gcc.target/i386/indirect-thunk-register-1.c: Likewise. - * gcc.target/i386/indirect-thunk-register-3.c: Likewise. - * gcc.target/i386/indirect-thunk-register-4.c: Likewise. - * gcc.target/i386/ret-thunk-10.c: Likewise. - * gcc.target/i386/ret-thunk-11.c: Likewise. - * gcc.target/i386/ret-thunk-12.c: Likewise. - * gcc.target/i386/ret-thunk-13.c: Likewise. - * gcc.target/i386/ret-thunk-14.c: Likewise. - * gcc.target/i386/ret-thunk-15.c: Likewise. - * gcc.target/i386/ret-thunk-9.c: Don't check the - __x86_return_thunk label. Scan for "push" only for Linux. - -2018-01-15 Richard Sandiford - - PR testsuite/79920 - * gcc.dg/vect/pr79920.c: Restrict reduction test to vect_double - -2018-01-15 Kyrylo Tkachov - - PR target/83687 - * gcc.target/arm/neon-combine-sub-abs-into-vabd.c: Delete integer - tests. - * gcc.target/arm/pr83687.c: New test. - -2018-01-15 Georg-Johann Lay - - Adjust tests to AVR_TINY. - - * gcc.target/avr/progmem.h (pgm_read_char): Handle AVR_TINY. - * gcc.target/avr/pr52472.c: Add "! avr_tiny" target filter. - * gcc.target/avr/pr71627.c: Same. - * gcc.target/avr/torture/addr-space-1-0.c: Same. - * gcc.target/avr/torture/addr-space-1-1.c: Same. - * gcc.target/avr/torture/addr-space-1-x.c: Same. - * gcc.target/avr/torture/addr-space-2-0.c: Same. - * gcc.target/avr/torture/addr-space-2-1.c: Same. - * gcc.target/avr/torture/addr-space-2-x.c: Same. - * gcc.target/avr/torture/sat-hr-plus-minus.c: Same. - * gcc.target/avr/torture/sat-k-plus-minus.c: Same. - * gcc.target/avr/torture/sat-llk-plus-minus.c: Same. - * gcc.target/avr/torture/sat-r-plus-minus.c: Same. - * gcc.target/avr/torture/sat-uhr-plus-minus.c: Same. - * gcc.target/avr/torture/sat-uk-plus-minus.c: Same. - * gcc.target/avr/torture/sat-ullk-plus-minus.c: Same. - * gcc.target/avr/torture/sat-ur-plus-minus.c: Same. - * gcc.target/avr/torture/pr61055.c: Same. - * gcc.target/avr/torture/builtins-3-absfx.c: Only use __flash if - available. - * gcc.target/avr/torture/int24-mul.c: Same. - * gcc.target/avr/torture/pr51782-1.c: Same. - * gcc.target/avr/torture/pr61443.c: Same. - * gcc.target/avr/torture/builtins-2.c: Factor out addr-space stuff... - * gcc.target/avr/torture/builtins-2-flash.c: ...to this new test. - -2018-01-15 Georg-Johann Lay - - PR c/83801 - PR c/83729 - * gcc.target/avr/torture/pr83729.c: New test. - * gcc.target/avr/torture/pr83801.c: New test. - -2018-01-15 Jakub Jelinek - - PR middle-end/82694 - * gcc.dg/no-strict-overflow-7.c: Revert 2017-08-01 changes. - * gcc.dg/tree-ssa/pr81388-1.c: Likewise. - -2018-01-10 Martin Sebor - - PR other/83508 - * gcc.dg/Wstringop-overflow-2.c: New test. - -2018-01-14 Jerry DeLisle - - PR libgfortran/83811 - * gfortran.dg/fmt_e.f90: New test. - -2018-01-14 H.J. Lu - - * gcc.target/i386/indirect-thunk-10.c: New test. - * gcc.target/i386/indirect-thunk-8.c: Likewise. - * gcc.target/i386/indirect-thunk-9.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-10.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-11.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-9.c: Likewise. - * gcc.target/i386/ret-thunk-17.c: Likewise. - * gcc.target/i386/ret-thunk-18.c: Likewise. - * gcc.target/i386/ret-thunk-19.c: Likewise. - * gcc.target/i386/ret-thunk-20.c: Likewise. - * gcc.target/i386/ret-thunk-21.c: Likewise. - -2018-01-14 H.J. Lu - - * gcc.target/i386/indirect-thunk-register-4.c: New test. - -2018-01-14 H.J. Lu - - * gcc.target/i386/indirect-thunk-1.c (dg-options): Add - -mno-indirect-branch-register. - * gcc.target/i386/indirect-thunk-2.c: Likewise. - * gcc.target/i386/indirect-thunk-3.c: Likewise. - * gcc.target/i386/indirect-thunk-4.c: Likewise. - * gcc.target/i386/indirect-thunk-5.c: Likewise. - * gcc.target/i386/indirect-thunk-6.c: Likewise. - * gcc.target/i386/indirect-thunk-7.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. - * gcc.target/i386/ret-thunk-10.c: Likewise. - * gcc.target/i386/ret-thunk-11.c: Likewise. - * gcc.target/i386/ret-thunk-12.c: Likewise. - * gcc.target/i386/ret-thunk-13.c: Likewise. - * gcc.target/i386/ret-thunk-14.c: Likewise. - * gcc.target/i386/ret-thunk-15.c: Likewise. - * gcc.target/i386/ret-thunk-9.c: Likewise. - * gcc.target/i386/indirect-thunk-register-1.c: New test. - * gcc.target/i386/indirect-thunk-register-2.c: Likewise. - * gcc.target/i386/indirect-thunk-register-3.c: Likewise. - -2018-01-14 H.J. Lu - - * gcc.target/i386/indirect-thunk-1.c (dg-options): Add - -mfunction-return=keep. - * gcc.target/i386/indirect-thunk-2.c: Likewise. - * gcc.target/i386/indirect-thunk-3.c: Likewise. - * gcc.target/i386/indirect-thunk-4.c: Likewise. - * gcc.target/i386/indirect-thunk-5.c: Likewise. - * gcc.target/i386/indirect-thunk-6.c: Likewise. - * gcc.target/i386/indirect-thunk-7.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-8.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. - * gcc.target/i386/ret-thunk-1.c: New test. - * gcc.target/i386/ret-thunk-10.c: Likewise. - * gcc.target/i386/ret-thunk-11.c: Likewise. - * gcc.target/i386/ret-thunk-12.c: Likewise. - * gcc.target/i386/ret-thunk-13.c: Likewise. - * gcc.target/i386/ret-thunk-14.c: Likewise. - * gcc.target/i386/ret-thunk-15.c: Likewise. - * gcc.target/i386/ret-thunk-16.c: Likewise. - * gcc.target/i386/ret-thunk-2.c: Likewise. - * gcc.target/i386/ret-thunk-3.c: Likewise. - * gcc.target/i386/ret-thunk-4.c: Likewise. - * gcc.target/i386/ret-thunk-5.c: Likewise. - * gcc.target/i386/ret-thunk-6.c: Likewise. - * gcc.target/i386/ret-thunk-7.c: Likewise. - * gcc.target/i386/ret-thunk-8.c: Likewise. - * gcc.target/i386/ret-thunk-9.c: Likewise. - -2018-01-14 H.J. Lu - - * gcc.target/i386/indirect-thunk-1.c: New test. - * gcc.target/i386/indirect-thunk-2.c: Likewise. - * gcc.target/i386/indirect-thunk-3.c: Likewise. - * gcc.target/i386/indirect-thunk-4.c: Likewise. - * gcc.target/i386/indirect-thunk-5.c: Likewise. - * gcc.target/i386/indirect-thunk-6.c: Likewise. - * gcc.target/i386/indirect-thunk-7.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. - * gcc.target/i386/indirect-thunk-attr-8.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. - * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. - * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. - * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. - -2018-01-14 Jan Hubicka - - PR ipa/83051 - * gcc.c-torture/compile/pr83051.c: New testcase. - -2018-01-14 Prathamesh Kulkarni - - PR tree-optimization/83501 - * gcc.dg/strlenopt-39.c: Restrict to i?86 and x86_64-*-* targets. - -2018-01-10 Kelvin Nilsen - - * gcc.target/powerpc/pr48857.c: Modify dejagnu directives to look - for lvx and stvx instead of lxvd2x and stxvd2x and require - little-endian target. Add comments. - * gcc.target/powerpc/swaps-p8-28.c: Add functions for more - comprehensive testing. - * gcc.target/powerpc/swaps-p8-29.c: Likewise. - * gcc.target/powerpc/swaps-p8-30.c: Likewise. - * gcc.target/powerpc/swaps-p8-31.c: Likewise. - * gcc.target/powerpc/swaps-p8-32.c: Likewise. - * gcc.target/powerpc/swaps-p8-33.c: Likewise. - * gcc.target/powerpc/swaps-p8-34.c: Likewise. - * gcc.target/powerpc/swaps-p8-35.c: Likewise. - * gcc.target/powerpc/swaps-p8-36.c: Likewise. - * gcc.target/powerpc/swaps-p8-37.c: Likewise. - * gcc.target/powerpc/swaps-p8-38.c: Likewise. - * gcc.target/powerpc/swaps-p8-39.c: Likewise. - * gcc.target/powerpc/swaps-p8-40.c: Likewise. - * gcc.target/powerpc/swaps-p8-41.c: Likewise. - * gcc.target/powerpc/swaps-p8-42.c: Likewise. - * gcc.target/powerpc/swaps-p8-43.c: Likewise. - * gcc.target/powerpc/swaps-p8-44.c: Likewise. - * gcc.target/powerpc/swaps-p8-45.c: Likewise. - * gcc.target/powerpc/vec-extract-2.c: Add comment and remove - scan-assembler-not directives that forbid lvx and xxpermdi. - * gcc.target/powerpc/vec-extract-3.c: Likewise. - * gcc.target/powerpc/vec-extract-5.c: Likewise. - * 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. - * gcc.target/powerpc/vsx-vector-6-le.c: Change - scan-assembler-times directives to reflect different numbers of - expected xxlnor, xxlor, xvcmpgtdp, and xxland instructions. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect/bb-slp-cond-1.c: Expect loop vectorization rather - than SLP vectorization. - * gcc.dg/vect/vect-alias-check-10.c: New test. - * gcc.dg/vect/vect-alias-check-11.c: Likewise. - * gcc.dg/vect/vect-alias-check-12.c: Likewise. - * gcc.dg/vect/vect-alias-check-8.c: Likewise. - * gcc.dg/vect/vect-alias-check-9.c: Likewise. - * gcc.target/aarch64/sve/strided_load_8.c: Likewise. - * gcc.target/aarch64/sve/var_stride_1.c: Likewise. - * gcc.target/aarch64/sve/var_stride_1.h: Likewise. - * gcc.target/aarch64/sve/var_stride_1_run.c: Likewise. - * gcc.target/aarch64/sve/var_stride_2.c: Likewise. - * gcc.target/aarch64/sve/var_stride_2_run.c: Likewise. - * gcc.target/aarch64/sve/var_stride_3.c: Likewise. - * gcc.target/aarch64/sve/var_stride_3_run.c: Likewise. - * gcc.target/aarch64/sve/var_stride_4.c: Likewise. - * gcc.target/aarch64/sve/var_stride_4_run.c: Likewise. - * gcc.target/aarch64/sve/var_stride_5.c: Likewise. - * gcc.target/aarch64/sve/var_stride_5_run.c: Likewise. - * gcc.target/aarch64/sve/var_stride_6.c: Likewise. - * gcc.target/aarch64/sve/var_stride_6_run.c: Likewise. - * gcc.target/aarch64/sve/var_stride_7.c: Likewise. - * gcc.target/aarch64/sve/var_stride_7_run.c: Likewise. - * gcc.target/aarch64/sve/var_stride_8.c: Likewise. - * gcc.target/aarch64/sve/var_stride_8_run.c: Likewise. - * gfortran.dg/vect/vect-alias-check-1.F90: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * lib/target-supports.exp (check_effective_target_vect_scatter_store): - New proc. - * gcc.dg/vect/pr25413a.c: Expect both loops to be optimized on - targets with scatter stores. - * gcc.dg/vect/vect-71.c: Restrict XFAIL to targets without scatter - stores. - * gcc.target/aarch64/sve/mask_scatter_store_1.c: New test. - * gcc.target/aarch64/sve/mask_scatter_store_2.c: Likewise. - * gcc.target/aarch64/sve/scatter_store_1.c: Likewise. - * gcc.target/aarch64/sve/scatter_store_2.c: Likewise. - * gcc.target/aarch64/sve/scatter_store_3.c: Likewise. - * gcc.target/aarch64/sve/scatter_store_4.c: Likewise. - * gcc.target/aarch64/sve/scatter_store_5.c: Likewise. - * gcc.target/aarch64/sve/scatter_store_6.c: Likewise. - * gcc.target/aarch64/sve/scatter_store_7.c: Likewise. - * gcc.target/aarch64/sve/strided_store_1.c: Likewise. - * gcc.target/aarch64/sve/strided_store_2.c: Likewise. - * gcc.target/aarch64/sve/strided_store_3.c: Likewise. - * gcc.target/aarch64/sve/strided_store_4.c: Likewise. - * gcc.target/aarch64/sve/strided_store_5.c: Likewise. - * gcc.target/aarch64/sve/strided_store_6.c: Likewise. - * gcc.target/aarch64/sve/strided_store_7.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/reduc_strict_3.c: Expect FADDA to be used - for double_reduc1. - * gcc.target/aarch64/sve/strided_load_4.c: New test. - * gcc.target/aarch64/sve/strided_load_5.c: Likewise. - * gcc.target/aarch64/sve/strided_load_6.c: Likewise. - * gcc.target/aarch64/sve/strided_load_7.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/strided_load_1.c: New test. - * gcc.target/aarch64/sve/strided_load_2.c: Likewise. - * gcc.target/aarch64/sve/strided_load_3.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/gather_load_1.c: New test. - * gcc.target/aarch64/sve/gather_load_2.c: Likewise. - * gcc.target/aarch64/sve/gather_load_3.c: Likewise. - * gcc.target/aarch64/sve/gather_load_4.c: Likewise. - * gcc.target/aarch64/sve/gather_load_5.c: Likewise. - * gcc.target/aarch64/sve/gather_load_6.c: Likewise. - * gcc.target/aarch64/sve/gather_load_7.c: Likewise. - * gcc.target/aarch64/sve/mask_gather_load_1.c: Likewise. - * gcc.target/aarch64/sve/mask_gather_load_2.c: Likewise. - * gcc.target/aarch64/sve/mask_gather_load_3.c: Likewise. - * gcc.target/aarch64/sve/mask_gather_load_4.c: Likewise. - * gcc.target/aarch64/sve/mask_gather_load_5.c: Likewise. - * gcc.target/aarch64/sve/mask_gather_load_6.c: Likewise. - * gcc.target/aarch64/sve/mask_gather_load_7.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect/no-fast-math-vect16.c: Expect the test to pass and - check for a message about using in-order reductions. - * gcc.dg/vect/pr79920.c: Expect both loops to be vectorized and - check for a message about using in-order reductions. - * gcc.dg/vect/trapv-vect-reduc-4.c: Expect all three loops to be - vectorized and check for a message about using in-order reductions. - Expect targets with variable-length vectors to fall back to the - fixed-length mininum. - * gcc.dg/vect/vect-reduc-6.c: Expect the loop to be vectorized and - check for a message about using in-order reductions. - * gcc.dg/vect/vect-reduc-in-order-1.c: New test. - * gcc.dg/vect/vect-reduc-in-order-2.c: Likewise. - * gcc.dg/vect/vect-reduc-in-order-3.c: Likewise. - * gcc.dg/vect/vect-reduc-in-order-4.c: Likewise. - * gcc.target/aarch64/sve/reduc_strict_1.c: New test. - * gcc.target/aarch64/sve/reduc_strict_1_run.c: Likewise. - * gcc.target/aarch64/sve/reduc_strict_2.c: Likewise. - * gcc.target/aarch64/sve/reduc_strict_2_run.c: Likewise. - * gcc.target/aarch64/sve/reduc_strict_3.c: Likewise. - * gcc.target/aarch64/sve/slp_13.c: Add floating-point types. - * gfortran.dg/vect/vect-8.f90: Expect 22 loops to be vectorized if - vect_fold_left_plus. - -2018-01-13 Richard Sandiford - - * gcc.target/aarch64/sve/spill_1.c: Also test that no predicates - are spilled. - * gcc.target/aarch64/sve/spill_2.c: New test. - * gcc.target/aarch64/sve/spill_3.c: Likewise. - * gcc.target/aarch64/sve/spill_4.c: Likewise. - * gcc.target/aarch64/sve/spill_5.c: Likewise. - * gcc.target/aarch64/sve/spill_6.c: Likewise. - * gcc.target/aarch64/sve/spill_7.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/struct_vect_18.c: Check the number - of branches. - * gcc.target/aarch64/sve/struct_vect_19.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_20.c: New test. - * gcc.target/aarch64/sve/struct_vect_20_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_21.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_21_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_22.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_22_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_23.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_23_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/struct_vect_18.c: New test. - * gcc.target/aarch64/sve/struct_vect_18_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_19.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_19_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * lib/target-supports.exp - (check_effective_target_vect_fold_extract_last): New proc. - * gcc.dg/vect/pr65947-1.c: Update dump messages. Add markup - for fold_extract_last. - * gcc.dg/vect/pr65947-2.c: Likewise. - * gcc.dg/vect/pr65947-3.c: Likewise. - * gcc.dg/vect/pr65947-4.c: Likewise. - * gcc.dg/vect/pr65947-5.c: Likewise. - * gcc.dg/vect/pr65947-6.c: Likewise. - * gcc.dg/vect/pr65947-9.c: Likewise. - * gcc.dg/vect/pr65947-10.c: Likewise. - * gcc.dg/vect/pr65947-12.c: Likewise. - * gcc.dg/vect/pr65947-14.c: Likewise. - * gcc.dg/vect/pr80631-1.c: Likewise. - * gcc.target/aarch64/sve/clastb_1.c: New test. - * gcc.target/aarch64/sve/clastb_1_run.c: Likewise. - * gcc.target/aarch64/sve/clastb_2.c: Likewise. - * gcc.target/aarch64/sve/clastb_2_run.c: Likewise. - * gcc.target/aarch64/sve/clastb_3.c: Likewise. - * gcc.target/aarch64/sve/clastb_3_run.c: Likewise. - * gcc.target/aarch64/sve/clastb_4.c: Likewise. - * gcc.target/aarch64/sve/clastb_4_run.c: Likewise. - * gcc.target/aarch64/sve/clastb_5.c: Likewise. - * gcc.target/aarch64/sve/clastb_5_run.c: Likewise. - * gcc.target/aarch64/sve/clastb_6.c: Likewise. - * gcc.target/aarch64/sve/clastb_6_run.c: Likewise. - * gcc.target/aarch64/sve/clastb_7.c: Likewise. - * gcc.target/aarch64/sve/clastb_7_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/live_1.c: New test. - * gcc.target/aarch64/sve/live_1_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/nopeel_1.c: New test. - * gcc.target/aarch64/sve/peel_ind_1.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_1_run.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_2.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_2_run.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_3.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_3_run.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_4.c: Likewise. - * gcc.target/aarch64/sve/peel_ind_4_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * lib/target-supports.exp (check_effective_target_vect_fully_masked): - New proc. - * gcc.dg/vect/slp-3.c: Expect all loops to be vectorized if - vect_fully_masked. - * gcc.target/aarch64/sve/loop_add_4.c: New test. - * gcc.target/aarch64/sve/loop_add_4_run.c: Likewise. - * gcc.target/aarch64/sve/loop_add_5.c: Likewise. - * gcc.target/aarch64/sve/loop_add_5_run.c: Likewise. - * gcc.target/aarch64/sve/miniloop_1.c: Likewise. - * gcc.target/aarch64/sve/miniloop_2.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/tree-ssa/scev-9.c: Expected REFERENCE ADDRESS - instead of just ADDRESS. - * gcc.dg/tree-ssa/scev-10.c: Likewise. - * gcc.dg/tree-ssa/scev-11.c: Likewise. - * gcc.dg/tree-ssa/scev-12.c: Likewise. - * gcc.target/aarch64/sve/index_offset_1.c: New test. - * gcc.target/aarch64/sve/index_offset_1_run.c: Likewise. - * gcc.target/aarch64/sve/loop_add_2.c: Likewise. - * gcc.target/aarch64/sve/loop_add_3.c: Likewise. - * gcc.target/aarch64/sve/while_1.c: Check for indexed addressing modes. - * gcc.target/aarch64/sve/while_2.c: Likewise. - * gcc.target/aarch64/sve/while_3.c: Likewise. - * gcc.target/aarch64/sve/while_4.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect/pr60482.c: Remove XFAIL for variable-length vectors. - * gcc.target/aarch64/sve/reduc_1.c: Expect the loop operations - to be predicated. - * gcc.target/aarch64/sve/slp_5.c: Check for a fully-masked loop. - * gcc.target/aarch64/sve/slp_7.c: Likewise. - * gcc.target/aarch64/sve/reduc_5.c: New test. - * gcc.target/aarch64/sve/slp_13.c: Likewise. - * gcc.target/aarch64/sve/slp_13_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/tree-ssa/cunroll-10.c: Disable vectorization. - * gcc.dg/tree-ssa/peel1.c: Likewise. - * gcc.dg/vect/vect-load-lanes-peeling-1.c: Remove XFAIL for - variable-length vectors. - * gcc.target/aarch64/sve/vcond_6.c: XFAIL test for AND. - * gcc.target/aarch64/sve/vec_bool_cmp_1.c: Expect BIC instead of NOT. - * gcc.target/aarch64/sve/slp_1.c: Check for a fully-masked loop. - * gcc.target/aarch64/sve/slp_2.c: Likewise. - * gcc.target/aarch64/sve/slp_3.c: Likewise. - * gcc.target/aarch64/sve/slp_4.c: Likewise. - * gcc.target/aarch64/sve/slp_6.c: Likewise. - * gcc.target/aarch64/sve/slp_8.c: New test. - * gcc.target/aarch64/sve/slp_8_run.c: Likewise. - * gcc.target/aarch64/sve/slp_9.c: Likewise. - * gcc.target/aarch64/sve/slp_9_run.c: Likewise. - * gcc.target/aarch64/sve/slp_10.c: Likewise. - * gcc.target/aarch64/sve/slp_10_run.c: Likewise. - * gcc.target/aarch64/sve/slp_11.c: Likewise. - * gcc.target/aarch64/sve/slp_11_run.c: Likewise. - * gcc.target/aarch64/sve/slp_12.c: Likewise. - * gcc.target/aarch64/sve/slp_12_run.c: Likewise. - * gcc.target/aarch64/sve/ld1r_2.c: Likewise. - * gcc.target/aarch64/sve/ld1r_2_run.c: Likewise. - * gcc.target/aarch64/sve/while_1.c: Likewise. - * gcc.target/aarch64/sve/while_2.c: Likewise. - * gcc.target/aarch64/sve/while_3.c: Likewise. - * gcc.target/aarch64/sve/while_4.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * lib/target-supports.exp (check_effective_target_vect_logical_reduc): - New proc. - * gcc.dg/vect/vect-reduc-or_1.c: Also run for vect_logical_reduc - and add an associated scan-dump test. Prevent vectorization - of the first two loops. - * gcc.dg/vect/vect-reduc-or_2.c: Likewise. - * gcc.target/aarch64/sve/reduc_1.c: Add AND, IOR and XOR reductions. - * gcc.target/aarch64/sve/reduc_2.c: Likewise. - * gcc.target/aarch64/sve/reduc_1_run.c: Likewise. - (INIT_VECTOR): Tweak initial value so that some bits are always set. - * gcc.target/aarch64/sve/reduc_2_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect/pr37027.c: Remove XFAIL for variable-length vectors. - * gcc.dg/vect/pr67790.c: Likewise. - * gcc.dg/vect/slp-reduc-1.c: Likewise. - * gcc.dg/vect/slp-reduc-2.c: Likewise. - * gcc.dg/vect/slp-reduc-3.c: Likewise. - * gcc.dg/vect/slp-reduc-5.c: Likewise. - * gcc.target/aarch64/sve/slp_5.c: New test. - * gcc.target/aarch64/sve/slp_5_run.c: Likewise. - * gcc.target/aarch64/sve/slp_6.c: Likewise. - * gcc.target/aarch64/sve/slp_6_run.c: Likewise. - * gcc.target/aarch64/sve/slp_7.c: Likewise. - * gcc.target/aarch64/sve/slp_7_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect/no-scevccp-slp-30.c: Don't XFAIL for vect_variable_length - && vect_load_lanes - * gcc.dg/vect/slp-1.c: Likewise. - * gcc.dg/vect/slp-10.c: Likewise. - * gcc.dg/vect/slp-12b.c: Likewise. - * gcc.dg/vect/slp-12c.c: Likewise. - * gcc.dg/vect/slp-17.c: Likewise. - * gcc.dg/vect/slp-19b.c: Likewise. - * gcc.dg/vect/slp-20.c: Likewise. - * gcc.dg/vect/slp-21.c: Likewise. - * gcc.dg/vect/slp-22.c: Likewise. - * gcc.dg/vect/slp-23.c: Likewise. - * gcc.dg/vect/slp-24-big-array.c: Likewise. - * gcc.dg/vect/slp-24.c: Likewise. - * gcc.dg/vect/slp-28.c: Likewise. - * gcc.dg/vect/slp-39.c: Likewise. - * gcc.dg/vect/slp-6.c: Likewise. - * gcc.dg/vect/slp-7.c: Likewise. - * gcc.dg/vect/slp-cond-1.c: Likewise. - * gcc.dg/vect/slp-cond-2-big-array.c: Likewise. - * gcc.dg/vect/slp-cond-2.c: Likewise. - * gcc.dg/vect/slp-multitypes-1.c: Likewise. - * gcc.dg/vect/slp-multitypes-8.c: Likewise. - * gcc.dg/vect/slp-multitypes-9.c: Likewise. - * gcc.dg/vect/slp-multitypes-10.c: Likewise. - * gcc.dg/vect/slp-multitypes-12.c: Likewise. - * gcc.dg/vect/slp-perm-6.c: Likewise. - * gcc.dg/vect/slp-widen-mult-half.c: Likewise. - * gcc.dg/vect/vect-live-slp-1.c: Likewise. - * gcc.dg/vect/vect-live-slp-2.c: Likewise. - * gcc.dg/vect/pr33953.c: Don't XFAIL for vect_variable_length. - * gcc.dg/vect/slp-12a.c: Likewise. - * gcc.dg/vect/slp-14.c: Likewise. - * gcc.dg/vect/slp-15.c: Likewise. - * gcc.dg/vect/slp-multitypes-2.c: Likewise. - * gcc.dg/vect/slp-multitypes-4.c: Likewise. - * gcc.dg/vect/slp-multitypes-5.c: Likewise. - * gcc.target/aarch64/sve/slp_1.c: New test. - * gcc.target/aarch64/sve/slp_1_run.c: Likewise. - * gcc.target/aarch64/sve/slp_2.c: Likewise. - * gcc.target/aarch64/sve/slp_2_run.c: Likewise. - * gcc.target/aarch64/sve/slp_3.c: Likewise. - * gcc.target/aarch64/sve/slp_3_run.c: Likewise. - * gcc.target/aarch64/sve/slp_4.c: Likewise. - * gcc.target/aarch64/sve/slp_4_run.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect/vect-ooo-group-1.c: New test. - * gcc.target/aarch64/sve/mask_struct_load_1.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_1_run.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_2.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_2_run.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_3.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_3_run.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_4.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_5.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_6.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_7.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_load_8.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_1.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_1_run.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_2.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_2_run.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_3.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_3_run.c: Likewise. - * gcc.target/aarch64/sve/mask_struct_store_4.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/struct_move_1.c: New test. - * gcc.target/aarch64/sve/struct_move_2.c: Likewise. - * gcc.target/aarch64/sve/struct_move_3.c: Likewise. - * gcc.target/aarch64/sve/struct_move_4.c: Likewise. - * gcc.target/aarch64/sve/struct_move_5.c: Likewise. - * gcc.target/aarch64/sve/struct_move_6.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_1.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_1_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_2.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_2_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_3.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_3_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_4.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_4_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_5.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_5_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_6.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_6_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_7.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_7_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_8.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_8_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_9.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_9_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_10.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_10_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_11.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_11_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_12.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_12_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_13.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_13_run.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_14.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_15.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_16.c: Likewise. - * gcc.target/aarch64/sve/struct_vect_17.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * lib/target-supports.exp (check_effective_target_vect_load_lanes): - Return true for SVE too. - * g++.dg/vect/pr36648.cc: XFAIL for variable-length vectors - if load/store lanes are supported. - * gcc.dg/vect/slp-10.c: Likewise. - * gcc.dg/vect/slp-12c.c: Likewise. - * gcc.dg/vect/slp-17.c: Likewise. - * gcc.dg/vect/slp-33.c: Likewise. - * gcc.dg/vect/slp-6.c: Likewise. - * gcc.dg/vect/slp-cond-1.c: Likewise. - * gcc.dg/vect/slp-multitypes-11-big-array.c: Likewise. - * gcc.dg/vect/slp-multitypes-11.c: Likewise. - * gcc.dg/vect/slp-multitypes-12.c: Likewise. - * gcc.dg/vect/slp-perm-5.c: Remove XFAIL for variable-length SVE. - * gcc.dg/vect/slp-perm-6.c: Likewise. - * gcc.dg/vect/slp-perm-9.c: Likewise. - * gcc.dg/vect/slp-reduc-6.c: Remove XFAIL for variable-length vectors. - * gcc.dg/vect/vect-load-lanes-peeling-1.c: Expect an epilogue loop - for variable-length vectors. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/sve/vec_bool_cmp_1.c: New test. - * gcc.target/aarch64/sve/vec_bool_cmp_1_run.c: Likweise. - -2018-01-13 Richard Sandiford - - * g++.target/aarch64/sve/aarch64-sve.exp: New harness. - * g++.target/aarch64/sve/catch_1.C: New test. - * g++.target/aarch64/sve/catch_2.C: Likewise. - * g++.target/aarch64/sve/catch_3.C: Likewise. - * g++.target/aarch64/sve/catch_4.C: Likewise. - * g++.target/aarch64/sve/catch_5.C: Likewise. - * g++.target/aarch64/sve/catch_6.C: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * lib/target-supports.exp (check_effective_target_aarch64_asm_sve_ok): - New proc. - * gcc.target/aarch64/bic_imm_1.c: Use #pragma GCC target "+nosve". - * gcc.target/aarch64/fmaxmin.c: Likewise. - * gcc.target/aarch64/fmul_fcvt_2.c: Likewise. - * gcc.target/aarch64/orr_imm_1.c: Likewise. - * gcc.target/aarch64/pr62178.c: Likewise. - * gcc.target/aarch64/pr71727-2.c: Likewise. - * gcc.target/aarch64/saddw-1.c: Likewise. - * gcc.target/aarch64/saddw-2.c: Likewise. - * gcc.target/aarch64/uaddw-1.c: Likewise. - * gcc.target/aarch64/uaddw-2.c: Likewise. - * gcc.target/aarch64/uaddw-3.c: Likewise. - * gcc.target/aarch64/vect-add-sub-cond.c: Likewise. - * gcc.target/aarch64/vect-compile.c: Likewise. - * gcc.target/aarch64/vect-faddv-compile.c: Likewise. - * gcc.target/aarch64/vect-fcm-eq-d.c: Likewise. - * gcc.target/aarch64/vect-fcm-eq-f.c: Likewise. - * gcc.target/aarch64/vect-fcm-ge-d.c: Likewise. - * gcc.target/aarch64/vect-fcm-ge-f.c: Likewise. - * gcc.target/aarch64/vect-fcm-gt-d.c: Likewise. - * gcc.target/aarch64/vect-fcm-gt-f.c: Likewise. - * gcc.target/aarch64/vect-fmax-fmin-compile.c: Likewise. - * gcc.target/aarch64/vect-fmaxv-fminv-compile.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-fp-compile.c: Likewise. - * gcc.target/aarch64/vect-ld1r-compile-fp.c: Likewise. - * gcc.target/aarch64/vect-ld1r-compile.c: Likewise. - * gcc.target/aarch64/vect-movi.c: Likewise. - * gcc.target/aarch64/vect-mull-compile.c: Likewise. - * gcc.target/aarch64/vect-reduc-or_1.c: Likewise. - * gcc.target/aarch64/vect-vaddv.c: Likewise. - * gcc.target/aarch64/vect_saddl_1.c: Likewise. - * gcc.target/aarch64/vect_smlal_1.c: Likewise. - * gcc.target/aarch64/vector_initialization_nostack.c: XFAIL for - fixed-length SVE. - * gcc.target/aarch64/sve/aarch64-sve.exp: New file. - * gcc.target/aarch64/sve/arith_1.c: New test. - * gcc.target/aarch64/sve/const_pred_1.C: Likewise. - * gcc.target/aarch64/sve/const_pred_2.C: Likewise. - * gcc.target/aarch64/sve/const_pred_3.C: Likewise. - * gcc.target/aarch64/sve/const_pred_4.C: Likewise. - * gcc.target/aarch64/sve/cvtf_signed_1.c: Likewise. - * gcc.target/aarch64/sve/cvtf_signed_1_run.c: Likewise. - * gcc.target/aarch64/sve/cvtf_unsigned_1.c: Likewise. - * gcc.target/aarch64/sve/cvtf_unsigned_1_run.c: Likewise. - * gcc.target/aarch64/sve/dup_imm_1.c: Likewise. - * gcc.target/aarch64/sve/dup_imm_1_run.c: Likewise. - * gcc.target/aarch64/sve/dup_lane_1.c: Likewise. - * gcc.target/aarch64/sve/ext_1.c: Likewise. - * gcc.target/aarch64/sve/ext_2.c: Likewise. - * gcc.target/aarch64/sve/extract_1.c: Likewise. - * gcc.target/aarch64/sve/extract_2.c: Likewise. - * gcc.target/aarch64/sve/extract_3.c: Likewise. - * gcc.target/aarch64/sve/extract_4.c: Likewise. - * gcc.target/aarch64/sve/fabs_1.c: Likewise. - * gcc.target/aarch64/sve/fcvtz_signed_1.c: Likewise. - * gcc.target/aarch64/sve/fcvtz_signed_1_run.c: Likewise. - * gcc.target/aarch64/sve/fcvtz_unsigned_1.c: Likewise. - * gcc.target/aarch64/sve/fcvtz_unsigned_1_run.c: Likewise. - * gcc.target/aarch64/sve/fdiv_1.c: Likewise. - * gcc.target/aarch64/sve/fdup_1.c: Likewise. - * gcc.target/aarch64/sve/fdup_1_run.c: Likewise. - * gcc.target/aarch64/sve/fmad_1.c: Likewise. - * gcc.target/aarch64/sve/fmla_1.c: Likewise. - * gcc.target/aarch64/sve/fmls_1.c: Likewise. - * gcc.target/aarch64/sve/fmsb_1.c: Likewise. - * gcc.target/aarch64/sve/fmul_1.c: Likewise. - * gcc.target/aarch64/sve/fneg_1.c: Likewise. - * gcc.target/aarch64/sve/fnmad_1.c: Likewise. - * gcc.target/aarch64/sve/fnmla_1.c: Likewise. - * gcc.target/aarch64/sve/fnmls_1.c: Likewise. - * gcc.target/aarch64/sve/fnmsb_1.c: Likewise. - * gcc.target/aarch64/sve/fp_arith_1.c: Likewise. - * gcc.target/aarch64/sve/frinta_1.c: Likewise. - * gcc.target/aarch64/sve/frinti_1.c: Likewise. - * gcc.target/aarch64/sve/frintm_1.c: Likewise. - * gcc.target/aarch64/sve/frintp_1.c: Likewise. - * gcc.target/aarch64/sve/frintx_1.c: Likewise. - * gcc.target/aarch64/sve/frintz_1.c: Likewise. - * gcc.target/aarch64/sve/fsqrt_1.c: Likewise. - * gcc.target/aarch64/sve/fsubr_1.c: Likewise. - * gcc.target/aarch64/sve/index_1.c: Likewise. - * gcc.target/aarch64/sve/index_1_run.c: Likewise. - * gcc.target/aarch64/sve/ld1r_1.c: Likewise. - * gcc.target/aarch64/sve/load_const_offset_1.c: Likewise. - * gcc.target/aarch64/sve/load_const_offset_2.c: Likewise. - * gcc.target/aarch64/sve/load_const_offset_3.c: Likewise. - * gcc.target/aarch64/sve/load_scalar_offset_1.c: Likewise. - * gcc.target/aarch64/sve/logical_1.c: Likewise. - * gcc.target/aarch64/sve/loop_add_1.c: Likewise. - * gcc.target/aarch64/sve/loop_add_1_run.c: Likewise. - * gcc.target/aarch64/sve/mad_1.c: Likewise. - * gcc.target/aarch64/sve/maxmin_1.c: Likewise. - * gcc.target/aarch64/sve/maxmin_1_run.c: Likewise. - * gcc.target/aarch64/sve/maxmin_strict_1.c: Likewise. - * gcc.target/aarch64/sve/maxmin_strict_1_run.c: Likewise. - * gcc.target/aarch64/sve/mla_1.c: Likewise. - * gcc.target/aarch64/sve/mls_1.c: Likewise. - * gcc.target/aarch64/sve/mov_rr_1.c: Likewise. - * gcc.target/aarch64/sve/msb_1.c: Likewise. - * gcc.target/aarch64/sve/mul_1.c: Likewise. - * gcc.target/aarch64/sve/neg_1.c: Likewise. - * gcc.target/aarch64/sve/nlogical_1.c: Likewise. - * gcc.target/aarch64/sve/nlogical_1_run.c: Likewise. - * gcc.target/aarch64/sve/pack_1.c: Likewise. - * gcc.target/aarch64/sve/pack_1_run.c: Likewise. - * gcc.target/aarch64/sve/pack_fcvt_signed_1.c: Likewise. - * gcc.target/aarch64/sve/pack_fcvt_signed_1_run.c: Likewise. - * gcc.target/aarch64/sve/pack_fcvt_unsigned_1.c: Likewise. - * gcc.target/aarch64/sve/pack_fcvt_unsigned_1_run.c: Likewise. - * gcc.target/aarch64/sve/pack_float_1.c: Likewise. - * gcc.target/aarch64/sve/pack_float_1_run.c: Likewise. - * gcc.target/aarch64/sve/popcount_1.c: Likewise. - * gcc.target/aarch64/sve/popcount_1_run.c: Likewise. - * gcc.target/aarch64/sve/reduc_1.c: Likewise. - * gcc.target/aarch64/sve/reduc_1_run.c: Likewise. - * gcc.target/aarch64/sve/reduc_2.c: Likewise. - * gcc.target/aarch64/sve/reduc_2_run.c: Likewise. - * gcc.target/aarch64/sve/reduc_3.c: Likewise. - * gcc.target/aarch64/sve/rev_1.c: Likewise. - * gcc.target/aarch64/sve/revb_1.c: Likewise. - * gcc.target/aarch64/sve/revh_1.c: Likewise. - * gcc.target/aarch64/sve/revw_1.c: Likewise. - * gcc.target/aarch64/sve/shift_1.c: Likewise. - * gcc.target/aarch64/sve/single_1.c: Likewise. - * gcc.target/aarch64/sve/single_2.c: Likewise. - * gcc.target/aarch64/sve/single_3.c: Likewise. - * gcc.target/aarch64/sve/single_4.c: Likewise. - * gcc.target/aarch64/sve/spill_1.c: Likewise. - * gcc.target/aarch64/sve/store_scalar_offset_1.c: Likewise. - * gcc.target/aarch64/sve/subr_1.c: Likewise. - * gcc.target/aarch64/sve/trn1_1.c: Likewise. - * gcc.target/aarch64/sve/trn2_1.c: Likewise. - * gcc.target/aarch64/sve/unpack_fcvt_signed_1.c: Likewise. - * gcc.target/aarch64/sve/unpack_fcvt_signed_1_run.c: Likewise. - * gcc.target/aarch64/sve/unpack_fcvt_unsigned_1.c: Likewise. - * gcc.target/aarch64/sve/unpack_fcvt_unsigned_1_run.c: Likewise. - * gcc.target/aarch64/sve/unpack_float_1.c: Likewise. - * gcc.target/aarch64/sve/unpack_float_1_run.c: Likewise. - * gcc.target/aarch64/sve/unpack_signed_1.c: Likewise. - * gcc.target/aarch64/sve/unpack_signed_1_run.c: Likewise. - * gcc.target/aarch64/sve/unpack_unsigned_1.c: Likewise. - * gcc.target/aarch64/sve/unpack_unsigned_1_run.c: Likewise. - * gcc.target/aarch64/sve/uzp1_1.c: Likewise. - * gcc.target/aarch64/sve/uzp1_1_run.c: Likewise. - * gcc.target/aarch64/sve/uzp2_1.c: Likewise. - * gcc.target/aarch64/sve/uzp2_1_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_1.C: Likewise. - * gcc.target/aarch64/sve/vcond_1_run.C: Likewise. - * gcc.target/aarch64/sve/vcond_2.c: Likewise. - * gcc.target/aarch64/sve/vcond_2_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_3.c: Likewise. - * gcc.target/aarch64/sve/vcond_4.c: Likewise. - * gcc.target/aarch64/sve/vcond_4_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_5.c: Likewise. - * gcc.target/aarch64/sve/vcond_5_run.c: Likewise. - * gcc.target/aarch64/sve/vcond_6.c: Likewise. - * gcc.target/aarch64/sve/vcond_6_run.c: Likewise. - * gcc.target/aarch64/sve/vec_init_1.c: Likewise. - * gcc.target/aarch64/sve/vec_init_1_run.c: Likewise. - * gcc.target/aarch64/sve/vec_init_2.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_1.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_1_run.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_1_overrange_run.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_const_1.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_const_1_overrun.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_const_1_run.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_const_single_1.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_const_single_1_run.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_single_1.c: Likewise. - * gcc.target/aarch64/sve/vec_perm_single_1_run.c: Likewise. - * gcc.target/aarch64/sve/zip1_1.c: Likewise. - * gcc.target/aarch64/sve/zip2_1.c: Likewise. - -2018-01-13 Richard Sandiford - Alan Hayward - David Sherwood - - * lib/target-supports.exp (check_effective_target_aarch64_sve) - (aarch64_sve_bits, check_effective_target_aarch64_sve_hw) - (aarch64_sve_hw_bits, check_effective_target_aarch64_sve256_hw): - New procedures. - (check_effective_target_vect_perm): Handle SVE. - (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_mult_qi_to_hi): Likewise. - (check_effective_target_vect_widen_mult_hi_to_si): Likewise. - (check_effective_target_vect_element_align_preferred): Likewise. - (check_effective_target_vect_align_stack_vars): Likewise. - (check_effective_target_vect_load_lanes): Likewise. - (check_effective_target_vect_masked_store): Likewise. - (available_vector_sizes): Use aarch64_sve_bits for SVE. - * gcc.dg/vect/tree-vect.h (VECTOR_BITS): Define appropriately for SVE. - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Add SVE XFAIL. - * gcc.dg/vect/bb-slp-pr69907.c: Likewise. - * gcc.dg/vect/no-vfa-vect-depend-2.c: Likewise. - * gcc.dg/vect/no-vfa-vect-depend-3.c: Likewise. - * gcc.dg/vect/slp-23.c: Likewise. - * gcc.dg/vect/slp-perm-5.c: Likewise. - * gcc.dg/vect/slp-perm-6.c: Likewise. - * gcc.dg/vect/slp-perm-9.c: Likewise. - * gcc.dg/vect/slp-reduc-3.c: Likewise. - * gcc.dg/vect/vect-114.c: Likewise. - * gcc.dg/vect/vect-mult-const-pattern-1.c: Likewise. - * gcc.dg/vect/vect-mult-const-pattern-2.c: Likewise. - -2018-01-13 Richard Sandiford - - * gcc.dg/vect/no-scevccp-slp-30.c: XFAIL SLP test for - vect_variable_length, expecting the test to be vectorized - without SLP instead. - * gcc.dg/vect/pr33953.c: Likewise. - * gcc.dg/vect/pr37027.c: Likewise. - * gcc.dg/vect/pr67790.c: Likewise. - * gcc.dg/vect/pr68445.c: Likewise. - * gcc.dg/vect/slp-1.c: Likewise. - * gcc.dg/vect/slp-10.c: Likewise. - * gcc.dg/vect/slp-12a.c: Likewise. - * gcc.dg/vect/slp-12b.c: Likewise. - * gcc.dg/vect/slp-12c.c: Likewise. - * gcc.dg/vect/slp-13-big-array.c: Likewise. - * gcc.dg/vect/slp-13.c: Likewise. - * gcc.dg/vect/slp-14.c: Likewise. - * gcc.dg/vect/slp-15.c: Likewise. - * gcc.dg/vect/slp-17.c: Likewise. - * gcc.dg/vect/slp-19b.c: Likewise. - * gcc.dg/vect/slp-2.c: Likewise. - * gcc.dg/vect/slp-20.c: Likewise. - * gcc.dg/vect/slp-21.c: Likewise. - * gcc.dg/vect/slp-22.c: Likewise. - * gcc.dg/vect/slp-24-big-array.c: Likewise. - * gcc.dg/vect/slp-24.c: Likewise. - * gcc.dg/vect/slp-28.c: Likewise. - * gcc.dg/vect/slp-39.c: Likewise. - * gcc.dg/vect/slp-42.c: Likewise. - * gcc.dg/vect/slp-6.c: Likewise. - * gcc.dg/vect/slp-7.c: Likewise. - * gcc.dg/vect/slp-cond-1.c: Likewise. - * gcc.dg/vect/slp-cond-2-big-array.c: Likewise. - * gcc.dg/vect/slp-cond-2.c: Likewise. - * gcc.dg/vect/slp-multitypes-1.c: Likewise. - * gcc.dg/vect/slp-multitypes-10.c: Likewise. - * gcc.dg/vect/slp-multitypes-12.c: Likewise. - * gcc.dg/vect/slp-multitypes-2.c: Likewise. - * gcc.dg/vect/slp-multitypes-4.c: Likewise. - * gcc.dg/vect/slp-multitypes-5.c: Likewise. - * gcc.dg/vect/slp-multitypes-8.c: Likewise. - * gcc.dg/vect/slp-multitypes-9.c: Likewise. - * gcc.dg/vect/slp-reduc-1.c: Likewise. - * gcc.dg/vect/slp-reduc-2.c: Likewise. - * gcc.dg/vect/slp-reduc-4.c: Likewise. - * gcc.dg/vect/slp-reduc-5.c: Likewise. - * gcc.dg/vect/slp-reduc-7.c: Likewise. - * gcc.dg/vect/slp-widen-mult-half.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. - -2018-01-13 Jakub Jelinek - - PR c/83801 - * gcc.dg/pr83801.c: New test. - -2018-01-13 Paul Thomas - - PR fortran/52162 - * gfortran.dg/bounds_check_19.f90: New test. - -2018-01-12 Jakub Jelinek - - * gcc.target/powerpc/float128-hw7.c: Use scan-assembler-times - instead of scan-assembler-not for xsnabsqp. - -2018-01-12 Jerry DeLisle - - PR libgfortran/83525 - * gfortran.dg/newunit_5.f90: New test. - -2018-01-12 Vladimir Makarov - - PR rtl-optimization/80481 - * g++.dg/pr80481.C: New. - -2018-01-12 Uros Bizjak - - PR target/83628 - * gcc.target/alpha/pr83628-3.c: New test. - -2018-01-12 Rainer Orth - - * lib/target-supports.exp (check_effective_target_avx512f): Also - check for __builtin_ia32_addsd_round, - __builtin_ia32_getmantsd_round. - * gcc.target/i386/i386.exp (check_effective_target_avx512f): Remove. - -2018-01-12 Segher Boessenkool - - PR target/83629 - * gcc.target/powerpc/pr83629.c: Require ilp32. - -2018-01-12 Richard Biener - - PR tree-optimization/80846 - * gcc.target/i386/pr80846-1.c: New testcase. - * gcc.target/i386/pr80846-2.c: Likewise. - -2018-01-12 Eric Botcazou - - * gcc.c-torture/execute/20180112-1.c: New test. - -2018-01-12 Tom de Vries - - * g++.dg/ext/label13.C: Add dg-require-effective-target indirect_jumps. - * g++.dg/ext/label13a.C: Same. - * g++.dg/ext/label14.C: Same. - * g++.dg/ext/label2.C: Same. - * g++.dg/ext/label3.C: Same. - * g++.dg/torture/pr42462.C: Same. - * g++.dg/torture/pr42739.C: Same. - * g++.dg/warn/Wunused-label-3.C: Same. - -2018-01-12 Tom de Vries - - * c-c++-common/dwarf2/vla1.c: Add dg-require-effective-target alloca. - * g++.dg/Walloca1.C: Same. - * g++.dg/cpp0x/pr70338.C: Same. - * g++.dg/cpp1y/lambda-generic-vla1.C: Same. - * g++.dg/cpp1y/vla10.C: Same. - * g++.dg/cpp1y/vla2.C: Same. - * g++.dg/cpp1y/vla6.C: Same. - * g++.dg/cpp1y/vla8.C: Same. - * g++.dg/debug/debug5.C: Same. - * g++.dg/debug/debug6.C: Same. - * g++.dg/debug/pr54828.C: Same. - * g++.dg/diagnostic/pr70105.C: Same. - * g++.dg/eh/cleanup5.C: Same. - * g++.dg/eh/spbp.C: Same. - * g++.dg/ext/tmplattr9.C: Same. - * g++.dg/ext/vla10.C: Same. - * g++.dg/ext/vla11.C: Same. - * g++.dg/ext/vla12.C: Same. - * g++.dg/ext/vla15.C: Same. - * g++.dg/ext/vla16.C: Same. - * g++.dg/ext/vla17.C: Same. - * g++.dg/ext/vla3.C: Same. - * g++.dg/ext/vla6.C: Same. - * g++.dg/ext/vla7.C: Same. - * g++.dg/init/array24.C: Same. - * g++.dg/init/new47.C: Same. - * g++.dg/init/pr55497.C: Same. - * g++.dg/opt/pr78201.C: Same. - * g++.dg/template/vla2.C: Same. - * g++.dg/torture/Wsizeof-pointer-memaccess1.C: Same. - * g++.dg/torture/Wsizeof-pointer-memaccess2.C: Same. - * g++.dg/torture/pr62127.C: Same. - * g++.dg/torture/pr67055.C: Same. - * g++.dg/torture/stackalign/eh-alloca-1.C: Same. - * g++.dg/torture/stackalign/eh-inline-2.C: Same. - * g++.dg/torture/stackalign/eh-vararg-1.C: Same. - * g++.dg/torture/stackalign/eh-vararg-2.C: Same. - * g++.dg/warn/Wplacement-new-size-5.C: Same. - * g++.dg/warn/Wsizeof-pointer-memaccess-1.C: Same. - * g++.dg/warn/Wvla-1.C: Same. - * g++.dg/warn/Wvla-3.C: Same. - * g++.old-deja/g++.ext/array2.C: Same. - * g++.old-deja/g++.ext/constructor.C: Same. - * g++.old-deja/g++.law/builtin1.C: Same. - * g++.old-deja/g++.other/crash12.C: Same. - * g++.old-deja/g++.other/eh3.C: Same. - * g++.old-deja/g++.pt/array6.C: Same. - * g++.old-deja/g++.pt/dynarray.C: Same. - -2018-01-12 Rainer Orth - - * g++.dg/cpp0x/inh-ctor30.C: Allow for alternate mangled form. - -2018-01-12 Rainer Orth - - PR libfortran/67412 - * gfortran.dg/execute_command_line_2.f90: Remove dg-xfail-run-if - on *-*-solaris2.10. - -2018-01-12 Rainer Orth - - * lib/target-supports.exp (check_effective_target_branch_cost): - Accept all x86 targets. - -2018-01-12 Martin Liska - - PR ipa/83054 - * g++.dg/warn/pr83054.C: New test. - -2018-01-11 Bill Schmidt - - * gcc.target/powerpc/spec-barr-1.c: New file. - -2018-01-11 H.J. Lu - - PR target/83330 - * gcc.target/i386/pr83330.c: New test. - -2018-01-11 Steven G. Kargl - - PR fortran/79383 - * gfortran.dg/dtio_31.f03: New test. - * gfortran.dg/dtio_32.f03: New test. - -2018-01-11 David Malcolm - - PR c++/43486 - * g++.dg/wrappers: New subdirectory. - * g++.dg/wrappers/README: New file. - * g++.dg/wrappers/alloc.C: New test case. - * g++.dg/wrappers/cow-istream-string.C: New test case. - * g++.dg/wrappers/cp-stdlib.C: New test case. - * g++.dg/wrappers/sanitizer_coverage_libcdep_new.C: New test case. - * g++.dg/wrappers/wrapper-around-type-pack-expansion.C: New test case. - -2018-01-11 Jan Hubicka - - PR middle-end/83718 - * g++.dg/torture/pr83718.C: New testcase. - -2018-01-11 Martin Jambor - - PR ipa/83178 - * g++.dg/ipa/devirt-22.C: Adjust scan-dump-times count. - -2018-01-11 Bin Cheng - - PR tree-optimization/83695 - * gcc.dg/tree-ssa/pr83695.c: New test. - -2018-01-11 Kyrylo Tkachov - - * gcc.target/arm/simd/fp16fml_lane_high.c: New test. - * gcc.target/arm/simd/fp16fml_lane_low.c: New test. - -2018-01-11 Kyrylo Tkachov - - * gcc.target/arm/multilib.exp: Add combination tests for fp16fml. - * gcc.target/arm/simd/fp16fml_high.c: New test. - * gcc.target/arm/simd/fp16fml_low.c: Likewise. - * lib/target-supports.exp - (check_effective_target_arm_fp16fml_neon_ok_nocache, - check_effective_target_arm_fp16fml_neon_ok, - add_options_for_arm_fp16fml_neon): New procedures. - -2018-01-11 Kyrylo Tkachov - - * gcc.target/arm/multilib.exp: Add some -march=armv8.4-a - combination tests. - -2018-01-11 Richard Biener - - PR tree-optimization/83435 - * gcc.dg/graphite/pr83435.c: New testcase. - -2018-01-11 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/pr70044.c: Allow "mov x29, sp" too. - -2018-01-11 Tamar Christina - - * gcc.target/aarch64/advsimd-intrinsics/vdot-compile-2.c: New. - -2018-01-11 Sudakshina Das - - PR target/82096 - * gcc.c-torture/compile/pr82096.c: New test. - -2018-01-11 Ed Schonberg - - * gnat.dg/bip_overlay.adb, gnat.dg/bip_overlay.ads: New testcase. - -2018-01-11 Hristian Kirtchev - - * gnat.dg/protected_func.adb, gnat.dg/protected_func.ads: New testcase. - -2018-01-11 Justin Squirek - - * gnat.dg/expr_func4.adb: New testcase. - -2018-01-11 Hristian Kirtchev - - * gnat.dg/pure_subp_body.adb, gnat.dg/pure_subp_body_pkg.ads: New - testcase. - -2018-01-11 Bob Duff - - * gnat.dg/protected_null.adb: New testcase. - -2018-01-11 Ed Schonberg - - * gnat.dg/expr_func3.adb, gnat.dg/expr_func3.ads: New testcase. - -2018-01-11 Ed Schonberg - - * gnat.dg/fixedpnt2.adb, gnat.dg/fixedpnt2.ads: New testcase. - -2018-01-11 Justin Squirek - - * gnat.dg/loopvar.adb: New testcase. - -2018-01-10 Jan Hubicka - - PR middle-end/83189 - * gfortran.fortran-torture/compile/pr83189.f90: New testcase. - -2018-01-10 Jan Hubicka - - * gcc.c-torture/compile/pr83575.c: New testcase. - -2018-01-10 Michael Collison - - * gcc.target/aarch64/fp16_fmul_high_1.c: New testcase. - * gcc.target/aarch64/fp16_fmul_high_2.c: New testcase. - * gcc.target/aarch64/fp16_fmul_high_3.c: New testcase. - * gcc.target/aarch64/fp16_fmul_high.h: New shared testcase. - * gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase. - * gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase. - * gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase. - * gcc.target/aarch64/fp16_fmul_lane_high.h: New shared testcase. - * gcc.target/aarch64/fp16_fmul_low_1.c: New testcase. - * gcc.target/aarch64/fp16_fmul_low_2.c: New testcase. - * gcc.target/aarch64/fp16_fmul_low_2.c: New testcase. - * gcc.target/aarch64/fp16_fmul_low.h: New sharedtestcase. - * gcc.target/aarch64/fp16_fmul_lane_low_1.c: New testcase. - * gcc.target/aarch64/fp16_fmul_lane_low_2.c: New testcase. - * gcc.target/aarch64/fp16_fmul_lane_low_3.c: New testcase. - * gcc.target/aarch64/fp16_fmul_lane_low.h: New shared testcase. - -2018-01-10 Michael Collison - - * gcc.target/aarch64/sha2.h: New shared testcase. - * gcc.target/aarch64/sha2_1.c: New testcase. - * gcc.target/aarch64/sha2_2.c: New testcase. - * gcc.target/aarch64/sha2_3.c: New testcase. - * gcc.target/aarch64/sha3.h: New shared testcase. - * gcc.target/aarch64/sha3_1.c: New testcase. - * gcc.target/aarch64/sha3_2.c: New testcase. - * gcc.target/aarch64/sha3_3.c: New testcase. - -2018-01-10 Michael Collison - - * gcc.target/aarch64/sm3_sm4.c: New testcase. - -2018-01-10 Martin Sebor - - PR tree-optimization/83781 - * gcc.dg/strlenopt-42.c: New test. - -2018-01-11 Martin Sebor - Prathamesh Kulkarni - - PR tree-optimization/83501 - PR tree-optimization/81703 - - * gcc.dg/strlenopt-39.c: New test-case. - * gcc.dg/pr81703.c: Likewise. - -2018-01-10 Eric Botcazou - - * gnat.dg/atomic10.adb: New test. - -2018-01-10 Steven G. Kargl - - PR fortran/82367 - * gfortran.dg/deferred_character_18.f90: New test. - -2018-01-10 Martin Sebor - - PR tree-optimization/83671 - * gcc.dg/strlenopt-40.c: New test. - * gcc.dg/strlenopt-41.c: New test. - -2018-01-10 Steven G. Kargl - - PR fortran/83093 - * gfortran.dg/allocate_with_typespec_7.f90: New test. - -2018-01-10 Peter Bergner - - PR target/83399 - * gcc.target/powerpc/pr83399.c: New test. - -2018-01-10 David Malcolm - - PR c++/43486 - * g++.dg/diagnostic/param-type-mismatch.C: Update expected results - to reflect that the arguments are correctly underlined. - * g++.dg/plugin/diagnostic-test-expressions-1.C: Add test coverage - for globals, params, locals and literals. - (test_sizeof): Directly test the location of "sizeof", rather than - when used in compound expressions. - (test_alignof): Likewise for "alignof". - (test_string_literals): Likewise for string literals. - (test_numeric_literals): Likewise for numeric literals. - (test_builtin_offsetof): Likewise for "__builtin_offsetof". - (test_typeid): Likewise for typeid. - (test_unary_plus): New. - * g++.dg/warn/Wformat-1.C: Add tests of pointer arithmetic on - format strings. - -2018-01-10 Uros Bizjak - - * gcc.target/i386/pr82618.c (dg-options): Add -mno-stv. - -2018-01-10 Aaron Sawdey - - * gcc.dg/memcmp-1.c: Reduce runtime to something reasonable. - -2018-01-10 Marek Polacek - - PR c++/82541 - * g++.dg/warn/Wduplicated-branches4.C: New test. - -2018-01-10 Jakub Jelinek - - PR c++/81327 - * g++.dg/Wclass-memaccess-2.C: Don't expect a warning when explicitly - cast to void *. - -2018-01-10 Paolo Carlini - - PR c++/81055 - * g++.dg/cpp0x/new2.C: New. - -2018-01-10 H.J. Lu - - PR target/83735 - * gcc.target/i386/pr83735.c: New test. - -2018-01-10 Christophe Lyon - - * lib/target-supports.exp (check_effective_target_branch_cost): - New function. - * gcc.dg/builtin-bswap-7.c: Use branch_cost effective target. - * gcc.dg/pr21643.c: Likewise. - * gcc.dg/pr46309.c: Likewise. - * gcc.dg/tree-ssa/phi-opt-11.c: Likewise. - * gcc.dg/tree-ssa/phi-opt-2.c: Likewise. - * 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-13.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. - -2018-01-10 Segher Boessenkool - - PR target/83629 - * gcc.target/powerpc/pr83629.c: New testcase. - -2018-01-10 Richard Biener - - PR testsuite/78768 - * gcc.dg/pr78768.c: Un-XFAIL. - -2018-01-10 Richard Biener - - PR debug/82425 - * gcc.dg/guality/inline-params-2.c: Un-XFAIL for slim LTO. - -2018-01-10 Richard Sandiford - - PR tree-optimization/83753 - * gcc.dg/torture/pr83753.c: New test. - -2018-01-09 Jan Hubicka - - * gcc.target/i386/avx2-gather-1.c: Add -march. - * gcc.target/i386/avx2-gather-2.c: Add -march. - * gcc.target/i386/avx2-gather-3.c: Add -march. - * gcc.target/i386/avx2-gather-4.c: Add -march. - * gcc.target/i386/avx2-gather-5.c: Add -march. - * gcc.target/i386/avx2-gather-6.c: Add -march. - * gcc.target/i386/avx512f-gather-1.c: Add -march. - * gcc.target/i386/avx512f-gather-2.c: Add -march. - * gcc.target/i386/avx512f-gather-3.c: Add -march. - * gcc.target/i386/avx512f-gather-4.c: Add -march. - * gcc.target/i386/avx512f-gather-5.c: Add -march. - * gcc.target/i386/avx512f-i32gatherd512-1.c: Add -march. - * gcc.target/i386/avx512f-i32gatherd512-2.c: Add -march. - * gcc.target/i386/avx512f-i32gatherpd512-1.c: Add -march. - * gcc.target/i386/avx512f-i32gatherpd512-2.c: Add -march. - * gcc.target/i386/avx512f-i32gatherps512-1.c: Add -march. - -2018-01-09 H.J. Lu - - PR target/78585: - * gcc.target/i386/pr78585.c: New test. - -2018-01-09 Jakub Jelinek - - PR c++/83734 - * g++.dg/cpp0x/pr83734.C: New test. - -2018-01-09 Carl Love - - * gcc.target/powerpc/builtins-1.c (main): Add tests for vec_mergee and - vec_mergeo builtins with float, double, long long, unsigned long long, - bool long long arguments. - * gcc.target/powerpc/builtins-3-runnable.c (main): Add test for - vec_float2 with double arguments. - * gcc.target/powerpc/builtins-mergew-mergow.c: New runable test for the - vec_mergew and vec_mergow builtins. - -2018-01-09 Steven G. Kargl - - PR fortran/83742 - * gfortran.dg/contiguous_6.f90: New test. - -2018-01-09 Richard Biener - - PR tree-optimization/83668 - * gcc.dg/graphite/pr83668.c: New testcase. - -2018-01-09 Joseph Myers - - PR tree-optimization/64811 - * gcc.dg/torture/inf-compare-1.c, gcc.dg/torture/inf-compare-2.c, - gcc.dg/torture/inf-compare-3.c, gcc.dg/torture/inf-compare-4.c, - gcc.dg/torture/inf-compare-5.c, gcc.dg/torture/inf-compare-6.c, - gcc.dg/torture/inf-compare-7.c, gcc.dg/torture/inf-compare-8.c: - New tests. - * gcc.c-torture/execute/ieee/fp-cmp-7.x: New file. - -2018-01-09 Georg-Johann Lay - - PR target/79883 - * gcc.target/avr/torture/pr57631.c (dg-warning): Quote 'signal'. - -2018-01-09 Tamar Christina - - PR target/82641 - * gcc.target/arm/pragma_fpu_attribute.c: Rewrite to use - no NEON and require softfp or hard float-abi. - * gcc.target/arm/pragma_fpu_attribute_2.c: Likewise. - -2018-01-09 Richard Biener - - PR tree-optimization/83572 - * gcc.dg/graphite/pr83572.c: New testcase. - -2018-01-09 Jakub Jelinek - - PR target/83507 - * gcc.dg/sms-13.c: New test. - -2018-01-08 Steven G. Kargl - - PR fortran/83741 - * gfortran.dg/allocate_assumed_charlen_3.f90: New test. - -2018-01-08 Chih-Mao Chen - Monk Chiang - - * gcc.target/riscv/save-restore-1.c: New. - -2018-01-08 Bill Schmidt - - PR target/83677 - * gcc.target/powerpc/pr83677.c: New file. - -2018-01-08 Jeff Law - - PR rtl-optimizatin/81308 - * g++.dg/pr81308-1.C: New test. - * g++.dg/pr81308-2.C: New test. - -2018-01-08 Vidya Praveen - - PR target/83663 - Revert r255946 - * gcc.target/aarch64/vect-slp-dup.c: New. - -2018-01-08 Kyrylo Tkachov - - * gcc.target/arm/multilib.exp: Add fp16, dotprod and armv8.3-a - combination tests. - -2018-01-08 Richard Biener - - PR tree-optimization/83563 - * gcc.dg/graphite/pr83563.c: New testcase. - -2018-01-08 Richard Biener - - PR middle-end/83713 - * g++.dg/torture/pr83713.C: New testcase. - -2018-01-08 Tom de Vries - - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Xfail scan for nvptx. - -2018-01-08 Richard Biener - - PR tree-optimization/83685 - * gcc.dg/torture/pr83685.c: New testcase. - -2018-01-08 Richard Biener - - PR lto/83719 - * gcc.dg/lto/pr83719_0.c: New testcase. - -2018-01-08 Tom de Vries - - * gcc.dg/graphite/interchange-7.c: Add dg-require-stack-size. - * gcc.dg/graphite/run-id-1.c: Same. - * gcc.dg/tree-ssa/loop-interchange-4.c: Same. - -2018-01-08 Paul Thomas - - PR fortran/83611 - * gfortran.dg/pdt_15.f03: Bump count of 'n.data = 0B' to 8. - * gfortran.dg/pdt_26.f03: Bump count of '_malloc' to 9. - * gfortran.dg/pdt_27.f03: New test. - - PR fortran/83731 - * gfortran.dg/pdt_28.f03: New test. - -2018-01-08 Tom de Vries - - * c-c++-common/builtins.c: Require effective target alloca. - * gcc.dg/Wrestrict.c: Same. - * gcc.dg/tree-ssa/loop-interchange-15.c: Same. - -2018-01-08 Richard Biener - - PR middle-end/83580 - * gcc.dg/torture/pr83580.c: New testcase. - -2018-01-08 Richard Biener - - PR middle-end/83517 - * gcc.dg/pr83517.c: New testcase. - -2018-01-06 Aldy Hernandez - - PR middle-end/81897 - * gcc.dg/uninit-pr81897.c: New test. - -2018-01-06 Martin Sebor - - PR tree-optimization/83640 - * gcc.dg/Wrestrict-6.c: New test. - * gcc.dg/pr83640.c: New test. - -2018-01-06 Richard Sandiford - - * gcc.target/aarch64/reg-alloc-1.c: New test. - -2018-01-06 Janne Blomqvist - - PR fortran/50892 - * gfortran.dg/char_pointer_assign_icb_1.f90: New test. - -2018-01-06 Jakub Jelinek - - PR debug/83480 - * gcc.dg/pr83480.c: New test. - - PR rtl-optimization/83682 - * gcc.target/i386/pr83682.c: New test. - -2018-01-05 Janne Blomqvist - - PR fortran/78534 - PR fortran/66310 - * gfortran.dg/char_cast_1.f90: Update scan pattern. - * gfortran.dg/dependency_49.f90: Likewise. - * gfortran.dg/repeat_4.f90: Use integers of kind C_SIZE_T. - * gfortran.dg/repeat_7.f90: New test for PR 66310. - * gfortran.dg/scan_2.f90: Handle potential cast in assignment. - * gfortran.dg/string_1.f90: Limit to ilp32 targets. - * gfortran.dg/string_1_lp64.f90: New test. - * gfortran.dg/string_3.f90: Limit to ilp32 targets. - * gfortran.dg/string_3_lp64.f90: New test. - -2018-01-05 Jakub Jelinek - - PR target/83604 - * gcc.target/i386/sse-26.c: New test. - - PR target/83604 - * gcc.target/i386/pr83604.c: New test. - -2018-01-05 Richard Sandiford - - * gcc.dg/vect/vect-align-4.c: New test. - * gcc.dg/vect/vect-nb-iter-ub-2.c (cc): Remove alignment attribute - and redefine as a structure with an unaligned member "b". - (foo): Update accordingly. - -2018-01-05 Sudakshina Das - - PR target/82439 - * gcc.target/aarch64/bics_5.c: New test. - * gcc.target/arm/bics_5.c: Likewise. - -2018-01-05 Jakub Jelinek - - PR tree-optimization/83605 - * gcc.dg/pr83605.c: New test. - -2018-01-04 Jakub Jelinek - - PR target/83554 - * gcc.target/i386/pr83554.c: New test. - - PR ipa/82352 - * g++.dg/ipa/pr82352.C (size_t): Define to __SIZE_TYPE__ instead of - long unsigned int. - -2018-01-04 Thomas Koenig - - PR fortran/83683 - PR fortran/45689 - * gfortran.dg/eoshift_8.f90: New test. - * gfortran.dg/simplify_eoshift_1.f90: New test. - -2018-01-04 Jakub Jelinek - - PR debug/83585 - * gcc.dg/pr83585.c: New test. - -2018-01-04 Nathan Sidwell - - PR c++/83667 - * g++.dg/ipa/pr83667.C: Fix regex, require alias. - -2018-01-04 Jakub Jelinek - - PR debug/83666 - * gcc.dg/pr83666.c: New test. - -2018-01-04 Uros Bizjak - - PR target/83628 - * gcc.target/alpha/pr83628-1.c: New test. - * gcc.target/alpha/pr83628-2.c: Ditto. - -2018-01-04 Martin Liska - - PR ipa/82352 - * g++.dg/ipa/pr82352.C: New test. - -2018-01-04 Jakub Jelinek - - * gcc.dg/vect-opt-info-1.c: Moved to ... - * gcc.dg/vect/nodump-vect-opt-info-1.c: ... here. Only run on - vect_int targets, use dg-additional-options instead of dg-options and - use relative line numbers instead of absolute. - -2018-01-03 Martin Sebor - - PR tree-optimization/83655 - * gcc.dg/Wrestrict-5.c: New test. - * c-c++-common/builtins.c: New test. - -2018-01-03 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.target/aarch64/vect-movi.c (movi_float_lsl24): New function. - (main): Call it. - -2018-01-03 Jeff Law - - PR target/83641 - * gcc.target/i386/stack-check-17.c: New test. - * gcc.target/i386/stack-check-12.c: Drop unnecessary asm. - -2018-01-03 Jakub Jelinek - - PR debug/83621 - * gcc.dg/pr83621.c: New test. - - PR debug/83645 - * gcc.dg/pr83645.c: New test. - -2018-01-03 Martin Sebor - - PR tree-optimization/83603 - * gcc.dg/Wrestrict-4.c: New test. - - PR c/83559 - * gcc.dg/const-2.c: New test. - * gcc.dg/pure-3.c: New test. - -2018-01-03 Martin Sebor - - * gcc.dg/Wrestrict-3.c: New test. - -2018-01-03 Jakub Jelinek - - PR c++/83555 - * g++.dg/opt/pr83555.C: New test. - * g++.dg/ubsan/pr83555.C: New test. - -2018-01-03 David Malcolm - - PR c/82050 - * gcc.dg/plugin/expensive-selftests-1.c: Update regexp to handle - the !CHECKING_P case by expecting a note. - * gcc.dg/plugin/expensive_selftests_plugin.c (plugin_init): Issue - a note for the !CHECKING_P case, and move the return statement - outside of #if CHECKING_P guard. - -2018-01-03 Jeff Law - - PR middle-end/83654 - * gcc.target/i386/stack-check-18.c: New test. - * gcc.target/i386/stack-check-19.c: New test. - -2018-01-03 Martin Sebor - - PR tree-optimization/83501 - * c-c++-common/Warray-bounds-3.c: Remove xfail. - -2018-01-03 Prathamesh Kulkarni - - PR tree-optimization/83501 - * gcc.dg/tree-ssa/pr83501-1.c: New test. - -2018-01-03 Nathan Sidwell - - PR c++/83667 - * g++.dg/ipa/pr83667.C: New. - -2018-01-03 Martin Liska - - PR tree-optimization/83593 - * gcc.dg/pr83593.c: New test. - -2018-01-03 Martin Liska - - PR ipa/83549 - * g++.dg/ipa/pr83549.C: New test. - -2018-01-03 Marek Polacek - - PR c++/83592 - * g++.dg/warn/mvp2.C: New test. - -2018-01-03 Jakub Jelinek - - PR preprocessor/83602 - * g++.dg/cpp/pr83602.C: New test. - - PR c++/83634 - * g++.dg/parse/pr83634.C: New test. - -2018-01-03 Thomas Koenig - - PR fortran/83664 - * gfortran.dg/eoshift_7.f90: New test. - -2018-01-03 Jan Beulich - - * gcc.target/i386/avx512vl-no-vmovdqu8.c, - gcc.target/i386/avx512vl-no-vmovdqu16.c: New. - -2018-01-03 Jakub Jelinek +2019-01-01 Jakub Jelinek Update copyright years. - -2018-01-03 Martin Liska - - PR ipa/83594 - * gcc.dg/ipa/pr83594.c: New test. - -2018-01-03 Richard Sandiford - Alan Hayward - David Sherwood - - * gcc.dg/vect-opt-info-1.c: New test. - -2018-01-02 Michael Meissner - - * gcc.target/powerpc/float128-hw2.c: Add tests for ceilf128, - floorf128, truncf128, and roundf128. - * gcc.target/powerpc/float128-hw5.c: New tests for _Float128 - optimizations added in match.pd. - * gcc.target/powerpc/float128-hw6.c: Likewise. - * gcc.target/powerpc/float128-hw7.c: Likewise. - * gcc.target/powerpc/float128-hw8.c: Likewise. - * gcc.target/powerpc/float128-hw9.c: Likewise. - * gcc.target/powerpc/float128-hw10.c: Likewise. - * gcc.target/powerpc/float128-hw11.c: Likewise. - -2018-01-02 Jakub Jelinek - - PR c++/83556 - * g++.dg/cpp0x/pr83556.C: New test. - -2018-01-02 Thomas Koenig - - PR fortran/45689 - PR fortran/83650 - * gfortran.dg/simplify_cshift_1.f90: Correct erroneous case. - * gfortran.dg/simplify_cshift_4.f90: New test. - -2018-01-02 Marek Polacek - - PR c++/81860 - * g++.dg/cpp0x/inh-ctor30.C: New test. - - PR c++/83644 - * g++.dg/cpp1z/pr83644.C: New test. - -2018-01-01 Paul Thomas - - PR fortran/83076 - * gfortran.dg/coarray_45.f90: New test. - - PR fortran/83319 - * gfortran.dg/coarray_46.f90: New test. - -2018-01-01 Jakub Jelinek - - PR tree-optimization/83581 - * gcc.dg/pr83581.c: New test. - - PR c/83595 - * gcc.dg/pr83595.c: New test. - - PR middle-end/83608 - * g++.dg/opt/pr83608.C: New test. - - PR middle-end/83609 - * gcc.dg/pr83609.c: New test. - * g++.dg/opt/pr83609.C: New test. - - PR middle-end/83623 - * gcc.dg/pr83623.c: New test. - - * gcc.target/i386/i386.exp - (check_effective_target_avx512vpopcntdqvl): New proc. - * gcc.target/i386/avx512vpopcntdqvl-vpopcntd-1.c: Use - avx512vpopcntdqvl effective target rather than avx512vpopcntdq. - * gcc.target/i386/avx512vpopcntdqvl-vpopcntq-1.c: Likewise. -Copyright (C) 2018 Free Software Foundation, Inc. +Copyright (C) 2019 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-2018 b/gcc/testsuite/ChangeLog-2018 new file mode 100644 index 00000000000..c5ca8d97958 --- /dev/null +++ b/gcc/testsuite/ChangeLog-2018 @@ -0,0 +1,22433 @@ +2018-12-31 Thomas Koenig + + PR fortran/82995 + * gfortran.dg/optional_absent_4.f90: New test. + * gfortran.dg/optional_absent_5.f90: New test. + +2018-12-31 Martin Liska + + * g++.dg/tree-prof/devirt.C: Fix scan pattern and test options. + +2018-12-31 Martin Liska + + * g++.dg/predict-2.C: New test. + * g++.dg/predict-3.C: New test. + * g++.dg/predict-4.C: New test. + * gcc.dg/tree-ssa/attr-hotcold-2.c: Adjust test-case. + +2018-12-30 H.J. Lu + + PR testsuite/88639 + * gfortran.dg/ieee/ieee_10.f90: Use dg-additional-options + instead of dg-options. + +2018-12-29 Dominique d'Humieres + + * g++.dg/abi/key2.C: Silence the [-Wreturn-type] warning. + +2018-12-29 Steven G. Kargl + + * gfortran.dg/ieee/ieee_11.F90: New test. + +2018-12-29 Jozef Lawrynowicz + + * gcc.target/msp430/critical-interrupt.c: New test. + +2018-12-29 Steven G. Kargl + + PR fortran/88342 + * gfortran.dg/ieee/ieee_10.f90: New test. + +2018-12-29 Dominique d'Humieres + + PR tree-optimization/68356 + PR target/81210 + PR target/81693 + * gcc.dg/torture/pr68264.c: Skip on darwin. + * gcc.dg/torture/pr68037-1.c: Likewise. + * gcc.dg/torture/pr68037-2.c: Likewise. + * gcc.dg/torture/pr68037-3.c: Likewise. + * gcc.dg/torture/pr25967-1.c: Likewise. + * gcc.dg/torture/pr25967-2.c: Likewise. + +2018-12-29 Jakub Jelinek + + PR ipa/88586 + * g++.dg/gomp/pr88586.C: New test. + +2018-12-28 David Edelsohn + + * c-c++-common/ident-1b.c: XFAIL AIX and Darwin. + * c-c++-common/ident-2b.c: Likewise. + +2018-12-28 H.J. Lu + + * gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file + directive. + * gcc.target/x86_64/abi/asm-support.S: Likewise. + * gcc.target/x86_64/abi/avx/asm-support-darwin.s: Likewise. + * gcc.target/x86_64/abi/avx/asm-support.S: Likewise. + * gcc.target/x86_64/abi/avx512f/asm-support.S: Likewise. + +2018-12-27 Jan Hubicka + + * g++.dg/ipa/devirt-53.C: New testcase. + +2018-12-27 Steven G. Kargl + + PR fortran/81027 + * gfortran.dg/pr81027.f90: New test. + * gfortran.dg/initialization_7.f90: Update error message. + +2018-12-27 Steven G. Kargl + + * libgomp.fortran/aligned1.f03: Fix invalid code that now causes + an error after r267415. + +2018-12-27 Martin Liska + + PR c++/88263 + * g++.dg/gcov/pr88263.C: New test. + +2018-12-26 Steven G. Kargl + + PR fortran/85357 + * gfortran.df/pr85357.f90: New test. + +2018-12-24 Steven G. Kargl + + PR fortran/45513 + PR fortran/81509 + * gfortran.dg/graphite/id-26.f03: Fix non-conforming use of IAND. + * gfortran.dg/pr81509_1.f90: New test. + * gfortran.dg/pr81509_2.f90: New test. + +2018-12-24 Steven G. Kargl + + * gfortran.dg/ieee/ieee_9.f90: XFAIL on arm*-*-gnueabi[hf]. + +2018-12-24 Jan Hubicka + + PR lto/88140 + * gcc.c-torture/pr88140.c: New testcase. + +2018-12-24 Iain Sandoe + + PR testsuite/67974 + * gcc.target/x86_64/abi/avx/asm-support-darwin.s: New. + +2018-12-24 Iain Sandoe + + * c-c++-common/ident-0a.c: Skip for powerpc-darwin. + * c-c++-common/ident-0b.c: Likewise. + * c-c++-common/ident-1a.c: Likewise. + * c-c++-common/ident-1b.c: Likewise. + * c-c++-common/ident-2a.c: Likewise. + * c-c++-common/ident-2b.c: Likewise. + +2018-12-23 Paul Thomas + + PR fortran/77703 + * gfortran.dg/ptr_func_assign_5.f08 : New test. + +2018-12-22 Steven G. Kargl + + PR fortran/88328 + * gfortran.dg/pr88328.f90: New test. + +2018-12-21 Jan Hubicka + + * g++.dg/ipa/devirt-30.C: Add dg-do. + * g++.dg/lto/devirt-1_0.C: New testcase. + * g++.dg/lto/devirt-2_0.C: New testcase. + * g++.dg/lto/devirt-3_0.C: New testcase. + * g++.dg/lto/devirt-4_0.C: New testcase. + * g++.dg/lto/devirt-5_0.C: New testcase. + * g++.dg/lto/devirt-6_0.C: New testcase. + * g++.dg/lto/devirt-13_0.C: New testcase. + * g++.dg/lto/devirt-14_0.C: New testcase. + * g++.dg/lto/devirt-19_0.C: New testcase. + * g++.dg/lto/devirt-22_0.C: New testcase. + * g++.dg/lto/devirt-23_0.C: New testcase. + * g++.dg/lto/devirt-30_0.C: New testcase. + * g++.dg/lto/devirt-34_0.C: New testcase. + +2018-12-26 Steven G . Kargl + + PR fortran/85798 + * gfortran.dg/pr85798.f90: New test. + +2018-12-21 Steven G. Kargl + + PR fortran/88169 + * gfortran.dg/pr88169_1.f90: new test. + * gfortran.dg/pr88169_2.f90: Ditto. + * gfortran.dg/pr88169_3.f90: Ditto. + +2018-12-21 Steven G. Kargl + + PR fortran/69121 + * gfortran.dg/ieee/ieee_9.f90: New test. + +2018-12-21 Jakub Jelinek + + PR c++/86524 + PR c++/88446 + * g++.dg/cpp1y/constexpr-86524.C: New test. + * g++.dg/cpp2a/is-constant-evaluated4.C: New test. + * g++.dg/cpp2a/is-constant-evaluated5.C: New test. + * g++.dg/cpp2a/is-constant-evaluated6.C: New test. + + PR middle-end/85594 + PR middle-end/88553 + * gcc.dg/gomp/pr85594.c: New test. + * gcc.dg/gomp/pr88553.c: New test. + +2018-12-15 Jan Hubicka + + PR ipa/88561 + * g++.dg/tree-prof/devirt.C: New testcase. + +2018-12-21 Paul Thomas + + PR fortran/87881 + * gfortran.dg/inquiry_part_ref_4.f90: New test. + +2018-12-21 Andreas Krebbel + + * gcc.target/s390/vector/fp-signedint-convert-1.c: New test. + * gcc.target/s390/vector/fp-unsignedint-convert-1.c: New test. + +2018-12-21 Jakub Jelinek + + PR rtl-optimization/88563 + * gcc.dg/pr88563.c: New test. + + PR c++/87125 + * g++.dg/cpp0x/pr87125.C: New test. + +2018-12-21 Thomas Preud'homme + + * gcc.target/arm/size-optimization-ieee-1.c: Skip if passing + -mfloat-abi=softfp or -mfloat-abi=hard. + * gcc.target/arm/size-optimization-ieee-2.c: Likewise. + * gcc.target/arm/size-optimization-ieee-3.c: Likewise. + +2018-12-21 Jakub Jelinek + + PR target/88547 + * gcc.target/i386/pr88547-1.c: Expect only 2 knotb and 2 knotw + insns instead of 4, check for vpminud, vpminuq and no vpsubd or + vpsubq. + * gcc.target/i386/sse2-pr88547-1.c: New test. + * gcc.target/i386/sse2-pr88547-2.c: New test. + * gcc.target/i386/sse4_1-pr88547-1.c: New test. + * gcc.target/i386/sse4_1-pr88547-2.c: New test. + * gcc.target/i386/avx2-pr88547-1.c: New test. + * gcc.target/i386/avx2-pr88547-2.c: New test. + * gcc.target/i386/avx512f-pr88547-2.c: New test. + * gcc.target/i386/avx512vl-pr88547-1.c: New test. + * gcc.target/i386/avx512vl-pr88547-2.c: New test. + * gcc.target/i386/avx512vl-pr88547-3.c: New test. + * gcc.target/i386/avx512f_cond_move.c (y): Change from unsigned int + array to int array. + +2018-12-20 Marek Polacek + + PR c++/88196 - ICE with class non-type template parameter. + * g++.dg/cpp0x/ptrmem-cst-arg1.C: Tweak dg-error. + * g++.dg/cpp2a/nontype-class10.C: New test. + * g++.dg/template/pr54858.C: Tweak dg-error. + +2018-12-20 H.J. Lu + + PR c/51628 + * c-c++-common/pr51628-1.c: New test. + * c-c++-common/pr51628-2.c: Likewise. + * c-c++-common/pr51628-3.c: Likewise. + * c-c++-common/pr51628-4.c: Likewise. + * c-c++-common/pr51628-5.c: Likewise. + * c-c++-common/pr51628-6.c: Likewise. + * c-c++-common/pr51628-7.c: Likewise. + * c-c++-common/pr51628-8.c: Likewise. + * c-c++-common/pr51628-9.c: Likewise. + * c-c++-common/pr51628-10.c: Likewise. + * c-c++-common/pr51628-11.c: Likewise. + * c-c++-common/pr51628-12.c: Likewise. + * c-c++-common/pr51628-13.c: Likewise. + * c-c++-common/pr51628-14.c: Likewise. + * c-c++-common/pr51628-15.c: Likewise. + * c-c++-common/pr51628-26.c: Likewise. + * c-c++-common/pr51628-27.c: Likewise. + * c-c++-common/pr51628-28.c: Likewise. + * c-c++-common/pr51628-29.c: Likewise. + * c-c++-common/pr51628-30.c: Likewise. + * c-c++-common/pr51628-31.c: Likewise. + * c-c++-common/pr51628-32.c: Likewise. + * gcc.dg/pr51628-17.c: Likewise. + * gcc.dg/pr51628-18.c: Likewise. + * gcc.dg/pr51628-19.c: Likewise. + * gcc.dg/pr51628-20.c: Likewise. + * gcc.dg/pr51628-21.c: Likewise. + * gcc.dg/pr51628-22.c: Likewise. + * gcc.dg/pr51628-23.c: Likewise. + * gcc.dg/pr51628-24.c: Likewise. + * gcc.dg/pr51628-25.c: Likewise. + * c-c++-common/asan/misalign-1.c: Add + -Wno-address-of-packed-member. + * c-c++-common/asan/misalign-2.c: Likewise. + * c-c++-common/ubsan/align-2.c: Likewise. + * c-c++-common/ubsan/align-4.c: Likewise. + * c-c++-common/ubsan/align-6.c: Likewise. + * c-c++-common/ubsan/align-7.c: Likewise. + * c-c++-common/ubsan/align-8.c: Likewise. + * c-c++-common/ubsan/align-10.c: Likewise. + * g++.dg/ubsan/align-2.C: Likewise. + * gcc.target/i386/avx512bw-vmovdqu16-2.c: Likewise. + * gcc.target/i386/avx512f-vmovdqu32-2.c: Likewise. + * gcc.target/i386/avx512f-vmovdqu64-2.c: Likewise. + * gcc.target/i386/avx512vl-vmovdqu16-2.c: Likewise. + * gcc.target/i386/avx512vl-vmovdqu32-2.c: Likewise. + * gcc.target/i386/avx512vl-vmovdqu64-2.c: Likewise. + +2018-12-20 Vladimir Makarov + + PR target/88457 + * gcc.target/powerpc/pr88457.c: New. + +2018-12-20 Jakub Jelinek + + PR c++/88180 + * g++.dg/parse/pr88180.C: New test. + * g++.dg/pr85039-1.C: Don't expect diagnostics inside of the type + definition's NSDMIs. + +2018-12-20 Richard Sandiford + + * gcc.target/aarch64/pr64946.c: Force nosve. + * gcc.target/aarch64/ssadv16qi.c: Likewise. + * gcc.target/aarch64/usadv16qi.c: Likewise. + * gcc.target/aarch64/vect-abs-compile.c: Likewise. + * gcc.target/aarch64/sve/abs_1.c: New test. + +2018-12-20 Richard Sandiford + + * gcc.target/aarch64/sve/fmla_2.c: New test. + * gcc.target/aarch64/sve/fmla_2_run.c: Likewise + +2018-12-20 Martin Sebor + + PR tree-optimization/84053 + * gcc.dg/Warray-bounds-36.c: New test. + +2018-12-20 David Malcolm + + PR c++/87504 + * c-c++-common/Wtautological-compare-8.c: New test. + +2018-12-20 Richard Biener + + PR tree-optimization/84362 + * g++.dg/vect/pr84362.cc: New testcase. + +2018-12-20 Jakub Jelinek + + PR target/88547 + * gcc.target/i386/pr88547-1.c: New test. + +2018-12-19 Steven G. Kargl + + PR fortran/87992 + * gfortran.dg/pr87992.f90: New test. + +2018-12-19 Uros Bizjak + + * gcc.target/i386/avx512dq-pr82855.c: Update scan-assembler pattern. + +2018-12-19 Tony Wang + Thomas Preud'homme + + * lib/lto.exp (lto-execute): Define output_file and testname_with_flags + to same value as execname. + (scan-symbol): Move and rename to ... + * lib/gcc-dg.exp (scan-symbol-common): This. Adapt into a + helper function returning true or false if a symbol is present. + (scan-symbol): New procedure. + (scan-symbol-not): Likewise. + * gcc.target/arm/size-optimization-ieee-1.c: New testcase. + * gcc.target/arm/size-optimization-ieee-2.c: Likewise. + * gcc.target/arm/size-optimization-ieee-3.c: Likewise. + +2018-12-19 Segher Boessenkool + + * g++.dg/asm-qual-3.C: New testcase. + * gcc.dg/asm-qual-3.c: New testcase. + +2018-12-19 Segher Boessenkool + + * g++.dg/asm-qual-1.C: New testcase. + * g++.dg/asm-qual-2.C: New testcase. + * gcc.dg/asm-qual-1.c: Update. + +2018-12-19 David Malcolm + + PR c++/88375 + * g++.dg/init/pr88375-2.C: New test. + * g++.dg/init/pr88375.C: New test. + +2018-12-19 David Malcolm + + * c-c++-common/Wtautological-compare-ranges.c: New test. + * g++.dg/cpp0x/pr51420.C: Add -fdiagnostics-show-caret and update + expected output. + * g++.dg/diagnostic/bad-binary-ops.C: Update expected output from + 1-location form to 3-location form, with labelling of ranges with + types. Add examples of id-expression nodes with namespaces. + * g++.dg/diagnostic/param-type-mismatch-2.C: Likewise. + +2018-12-19 David Malcolm + + PR c++/43064 + PR c++/43486 + * c-c++-common/pr51712.c (valid2): Mark xfail as passing on C++. + * g++.dg/cpp0x/constexpr-47969.C: Update column of expected error. + * g++.dg/cpp0x/constexpr-ex2.C: Likewise. + * g++.dg/cpp0x/scoped_enum2.C: Likewise. + * g++.dg/cpp1z/decomp48.C: Update expected location of warning + for named local variables to use that of the local variable. + * g++.dg/ext/vla1.C: Update column. + * g++.dg/init/array43.C: Update expected column to be that of the + initializer. + * g++.dg/init/initializer-string-too-long.C: New test. + * g++.dg/init/new44.C: Add "-ftrack-macro-expansion=0". + * g++.dg/init/pr43064-1.C: New test. + * g++.dg/init/pr43064-2.C: New test. + * g++.dg/init/pr43064-3.C: New test. + * g++.dg/other/fold1.C: Update column of expected error. + * g++.dg/parse/crash36.C: Likewise. + * g++.dg/plugin/diagnostic-test-expressions-1.C: Add negative + integer and float expressions. + * g++.dg/template/defarg6.C: Move expected error to the default + argument; add expected message about where instantiated. + * g++.dg/wrappers/Wparentheses.C: New test. + * g++.old-deja/g++.bugs/900402_02.C: Update column of expected + error. + +2018-12-19 Paul A. Clarke + + * gcc.target/powerpc/ssse3-check.h: Enable tests to run. + * gcc.target/powerpc/ssse3-pabsb.c: Code fixes for strict aliasing + issues. + * gcc.target/powerpc/ssse3-pabsd.c: Likewise. + * gcc.target/powerpc/ssse3-palignr.c: Likewise. + * gcc.target/powerpc/ssse3-phaddd.c: Likewise. + * gcc.target/powerpc/ssse3-phaddsw.c: Likewise. + * gcc.target/powerpc/ssse3-phaddw.c: Likewise. + * gcc.target/powerpc/ssse3-phsubd.c: Likewise. + * gcc.target/powerpc/ssse3-phsubw.c: Likewise. + * gcc.target/powerpc/ssse3-pmulhrsw.c: Likewise. + * gcc.target/powerpc/ssse3-pshufb.c: Likewise. + * gcc.target/powerpc/ssse3-psignb.c: Likewise. + * gcc.target/powerpc/ssse3-psignd.c: Likewise. + * gcc.target/powerpc/ssse3-psignw.c: Likewise. + * gcc.target/powerpc/ssse3-vals.h: Provide input data as a union. + +2018-12-19 Thomas Preud'homme + + * gcc.target/arm/cmse/baseline/softfp.c: Force an FPU. + +2018-12-19 Tom de Vries + + * gcc.dg/goacc/nvptx-merged-loop.c: Move to + libgomp/testsuite/libgomp.oacc-c-c++-common. + * gcc.dg/goacc/nvptx-sese-1.c: Same. + +2018-12-19 Tom de Vries + + * lib/scanoffloadrtl.exp: New file. + * gcc.dg-selftests/dg-final.exp (dg_final_directive_check_num_args): Add + offload-rtl. + +2018-12-19 Richard Biener + + PR tree-optimization/88533 + Revert + 2018-04-30 Richard Biener + + PR tree-optimization/28364 + PR tree-optimization/85275 + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust. + + * gcc.dg/tree-ssa/copy-headers-6.c: New testcase. + * gcc.dg/tree-ssa/copy-headers-7.c: Likewise. + * gcc.dg/tree-ssa/ivopt_mult_1.c: Un-XFAIL. + * gcc.dg/tree-ssa/ivopt_mult_2.c: Likewise. + +2018-12-19 Jakub Jelinek + + PR target/88541 + * gcc.target/i386/avx-vpclmulqdq-1.c: New test. + + PR c++/87934 + * g++.dg/cpp0x/constexpr-87934.C: New test. + +2018-12-19 Alexandre Oliva + + PR testsuite/86153 + PR middle-end/83239 + * gcc.dg/vrp-overflow-1.c: New. + + PR c++/87012 + * g++.dg/cpp0x/pr87012.C: New. + + PR c++/88146 + * g++.dg/cpp0x/inh-ctor32.C: New. + +2018-12-18 Jakub Jelinek + + PR rtl-optimization/87759 + * gcc.target/i386/pr87759.c: Require int128 effective target. + +2018-12-18 Vladimir Makarov + + PR rtl-optimization/87759 + * gcc.target/i386/pr87759.c: New. + +2018-12-18 Jakub Jelinek + + PR target/88464 + * gcc.target/i386/avx512f-pr88464-5.c: New test. + * gcc.target/i386/avx512f-pr88464-6.c: New test. + * gcc.target/i386/avx512f-pr88464-7.c: New test. + * gcc.target/i386/avx512f-pr88464-8.c: New test. + * gcc.target/i386/avx512vl-pr88464-5.c: New test. + * gcc.target/i386/avx512vl-pr88464-6.c: New test. + * gcc.target/i386/avx512vl-pr88464-7.c: New test. + * gcc.target/i386/avx512vl-pr88464-8.c: New test. + * gcc.target/i386/avx512vl-pr88464-9.c: New test. + * gcc.target/i386/avx512vl-pr88464-10.c: New test. + * gcc.target/i386/avx512vl-pr88464-11.c: New test. + * gcc.target/i386/avx512vl-pr88464-12.c: New test. + * gcc.target/i386/avx512vl-pr88464-13.c: New test. + * gcc.target/i386/avx512vl-pr88464-14.c: New test. + * gcc.target/i386/avx512vl-pr88464-15.c: New test. + * gcc.target/i386/avx512vl-pr88464-16.c: New test. + +2018-12-18 Kyrylo Tkachov + + * lib/target-supports.exp (check_effective_target_vect_usad_char): + Add non-SVE aarch64 to supported list. + +2018-12-18 Jakub Jelinek + + PR target/88513 + PR target/88514 + * gcc.target/i386/avx512f-pr88513-1.c: New test. + * gcc.target/i386/avx512f-pr88513-2.c: New test. + * gcc.target/i386/avx512vl-pr88464-1.c: New test. + * gcc.target/i386/avx512vl-pr88464-2.c: New test. + * gcc.target/i386/avx512vl-pr88464-3.c: New test. + * gcc.target/i386/avx512vl-pr88464-4.c: New test. + * gcc.target/i386/avx512vl-pr88513-1.c: New test. + * gcc.target/i386/avx512vl-pr88513-2.c: New test. + * gcc.target/i386/avx512vl-pr88513-3.c: New test. + * gcc.target/i386/avx512vl-pr88513-4.c: New test. + * gcc.target/i386/avx512vl-pr88514-1.c: New test. + * gcc.target/i386/avx512vl-pr88514-2.c: New test. + * gcc.target/i386/avx512vl-pr88514-3.c: New test. + +2018-12-18 Wei Xiao + + * g++.target/i386/mv16.C: Handle new march. + * gcc.target/i386/builtin_target.c: Ditto. + +2018-12-17 Peter Bergner + + PR target/87870 + * gcc.target/powerpc/pr87870.c: New test. + +2018-12-17 Jakub Jelinek + + PR c++/88410 + * g++.dg/cpp0x/pr88410.C: New test. + +2018-12-17 Steve Ellcey + + * gcc.target/aarch64/torture/aarch64-torture.exp: New file. + * gcc.target/aarch64/torture/simd-abi-1.c: New test. + * gcc.target/aarch64/torture/simd-abi-2.c: Ditto. + * gcc.target/aarch64/torture/simd-abi-3.c: Ditto. + * gcc.target/aarch64/torture/simd-abi-4.c: Ditto. + * gcc.target/aarch64/torture/simd-abi-5.c: Ditto. + * gcc.target/aarch64/torture/simd-abi-6.c: Ditto. + * gcc.target/aarch64/torture/simd-abi-7.c: Ditto. + +2018-12-17 Martin Sebor + + * gcc.dg/tree-ssa/builtin-snprintf-4.c: Adjust for ILP32. + +2018-12-17 Senthil Kumar Selvaraj + + PR rtl-optimization/88253 + * gcc.target/avr/pr88253.c: New test. + +2018-12-17 Richard Sandiford + + * gcc.dg/loop-versioning-1.c: New test. + * gcc.dg/loop-versioning-10.c: Likewise. + * gcc.dg/loop-versioning-11.c: Likewise. + * gcc.dg/loop-versioning-2.c: Likewise. + * gcc.dg/loop-versioning-3.c: Likewise. + * gcc.dg/loop-versioning-4.c: Likewise. + * gcc.dg/loop-versioning-5.c: Likewise. + * gcc.dg/loop-versioning-6.c: Likewise. + * gcc.dg/loop-versioning-7.c: Likewise. + * gcc.dg/loop-versioning-8.c: Likewise. + * gcc.dg/loop-versioning-9.c: Likewise. + * gfortran.dg/loop_versioning_1.f90: Likewise. + * gfortran.dg/loop_versioning_2.f90: Likewise. + * gfortran.dg/loop_versioning_3.f90: Likewise. + * gfortran.dg/loop_versioning_4.f90: Likewise. + * gfortran.dg/loop_versioning_5.f90: Likewise. + * gfortran.dg/loop_versioning_6.f90: Likewise. + * gfortran.dg/loop_versioning_7.f90: Likewise. + * gfortran.dg/loop_versioning_8.f90: Likewise. + +2018-12-16 Steven G. Kargl + + PR fortran/88116 + * gfortran.dg/pr88116_1.f90: New test. + * gfortran.dg/pr88116_2.f90: Ditto. + + PR fortran/88467 + * gfortran.dg/pr88467.f90: New test. + +2018-12-16 Steven G. Kargl + + * gfortran.dg/pr88138.f90: Remove extraneous 's' in comment. + +2018-12-16 Thomas Koenig + + PR fortran/88363 + * intent_out_13.f90: New test. + +2018-12-15 H.J. Lu + + PR target/88483 + * gcc.target/i386/stackalign/pr88483.c: Removed. Revert + reversion 267133. + +2018-12-15 Steven G. Kargl + + PR fortran/87944 + * gfortran.dg/pr87994_1.f90: New test. + * gfortran.dg/pr87994_2.f90: Ditto. + * gfortran.dg/pr87994_3.f90: Ditto. + +2018-12-16 Jakub Jelinek + + PR c++/88482 + * g++.dg/eh/builtin5.C: New test. + * g++.dg/eh/builtin6.C: New test. + * g++.dg/eh/builtin7.C: New test. + * g++.dg/eh/builtin8.C: New test. + * g++.dg/eh/builtin9.C: New test. + * g++.dg/eh/builtin10.C: New test. + * g++.dg/eh/builtin11.C: New test. + * g++.dg/parse/crash55.C: Adjust expected diagnostics. + +2018-12-15 Steven G. Kargl + + PR fortran/88138 + * gfortran.dg/pr88138.f90: new test. + +2018-12-15 Jakub Jelinek + + PR tree-optimization/88464 + PR target/88498 + * gcc.target/i386/avx512f-pr88462-1.c: Rename to ... + * gcc.target/i386/avx512f-pr88464-1.c: ... this. Fix up PR number. + Expect 4 vectorized loops instead of 3. + (f4): New function. + * gcc.target/i386/avx512f-pr88462-2.c: Rename to ... + * gcc.target/i386/avx512f-pr88464-2.c: ... this. Fix up PR number + and #include. + (avx512f_test): Prepare arguments for f4 and check the results. + * gcc.target/i386/avx512f-pr88464-3.c: New test. + * gcc.target/i386/avx512f-pr88464-4.c: New test. + +2018-12-15 Paolo Carlini + + PR c++/84644 + * g++.dg/cpp0x/decltype68.C: New. + * g++.dg/cpp0x/decltype-33838.C: Adjust. + * g++.dg/template/spec32.C: Likewise. + * g++.dg/template/ttp22.C: Likewise. + +2018-12-15 Jakub Jelinek + + PR target/88489 + * gcc.target/i386/avx512vl-vfixupimmsd-2.c: New test. + * gcc.target/i386/avx512vl-vfixupimmss-2.c: New test. + + PR rtl-optimization/88478 + * g++.dg/opt/pr88478.C: New test. + +2018-12-14 Martin Sebor + + PR tree-optimization/88372 + * gcc.dg/Walloc-size-larger-than-18.c: New test. + * gcc.dg/builtin-object-size-19.c: Same. + +2018-12-14 Martin Sebor + + PR tree-optimization/87096 + * gcc.dg/tree-ssa/builtin-snprintf-4.c: New test. + +2018-12-14 Alexandre Oliva + + PR c++/87814 + * g++.dg/cpp1z/pr87814.C: New. + +2018-12-14 H.J. Lu + + * gcc.target/i386/cf_check-1.c: New test. + * gcc.target/i386/cf_check-2.c: Likewise. + * gcc.target/i386/cf_check-3.c: Likewise. + * gcc.target/i386/cf_check-4.c: Likewise. + * gcc.target/i386/cf_check-5.c: Likewise. + +2018-12-14 Thomas Schwinge + Cesar Philippidis + + * c-c++-common/goacc/note-parallelism.c: New test. + * gfortran.dg/goacc/note-parallelism.f90: New test. + * c-c++-common/goacc/classify-kernels-unparallelized.c: Update. + * c-c++-common/goacc/classify-kernels.c: Likewise. + * c-c++-common/goacc/classify-parallel.c: Likewise. + * c-c++-common/goacc/classify-routine.c: Likewise. + * c-c++-common/goacc/kernels-1.c: Likewise. + * c-c++-common/goacc/kernels-double-reduction-n.c: Likewise. + * c-c++-common/goacc/kernels-double-reduction.c: Likewise. + * gfortran.dg/goacc/classify-kernels-unparallelized.f95: Likewise. + * gfortran.dg/goacc/classify-kernels.f95: Likewise. + * gfortran.dg/goacc/classify-parallel.f95: Likewise. + * gfortran.dg/goacc/classify-routine.f95: Likewise. + * gfortran.dg/goacc/kernels-loop-inner.f95: Likewise. + +2018-12-14 Alexandre Oliva + + PR c++/86823 + * g++.dg/pr86823.C: New. + +2018-12-14 Jakub Jelinek + + PR c++/82294 + PR c++/87436 + * g++.dg/tree-ssa/pr82294.C: New test. + * g++.dg/tree-ssa/pr87436.C: New test. + +2018-11-14 Thomas Preud'homme + + * gcc.target/arm/thumb2-slow-flash-data-2.c: Require arm_fp_ok + effective target. + * gcc.target/arm/thumb2-slow-flash-data-3.c: Likewise. + * gcc.target/arm/thumb2-slow-flash-data-4.c: Likewise. + * gcc.target/arm/thumb2-slow-flash-data-5.c: Likewise. + +2018-12-14 H.J. Lu + + PR target/88483 + * gcc.target/i386/stackalign/pr88483.c: New test. + +2018-12-14 Eric Botcazou + + * gnat.dg/max_size.adb: New test. + * gnat.dg/max_size_pkg.ads: Likewise. + +2018-12-14 Claudiu Zissulescu + + * gcc.target/arc/milli-1.c: New test. + +2018-12-13 Michael Ploujnikov + + * gcc.dg/lto/pr88297_0.c: New test. + * gcc.dg/lto/pr88297_1.c: New test. + +2018-12-13 Jakub Jelinek + + PR tree-optimization/88444 + * gcc.dg/tree-ssa/pr88444.c: New test. + + PR rtl-optimization/88470 + * gcc.target/i386/pr88470.c: New test. + +2018-12-13 Vladimir Makarov + + PR rtl-optimization/88414 + * gcc.target/i386/pr88414.c: New. + +2018-12-13 Marek Polacek + + PR c++/88216 - ICE with class type in non-type template parameter. + * g++.dg/cpp2a/nontype-class9.C: New test. + +2018-12-13 Jakub Jelinek + + PR rtl-optimization/88416 + * gcc.target/i386/pr88416.c: New test. + + PR tree-optimization/88464 + * gcc.target/i386/avx512f-pr88462-1.c: New test. + * gcc.target/i386/avx512f-pr88462-2.c: New test. + +2018-12-13 Nathan Sidwell + + PR c++/87531 + * g++.dg/lookup/pr87531-2.C: New. + +2018-12-13 Rainer Orth + + PR testsuite/88041 + * lib/gdc-dg.exp (gdc-dg-test): Strip gdc.test prefix. + * gdc.test/gdc-test.exp (gdc-do-test): Create $subdir link. + Include $subdir in filename. + Cleanup generated source. + * gdc.test/compilable/ddoc9676a.d (EXTRA_SOURCES): Don't use + absolute path. + * gdc.test/compilable/depsOutput9948.d: Likewise. + +2018-12-13 Jakub Jelinek + + PR testsuite/88454 + * gcc.dg/tree-ssa/split-path-5.c (__ctype_ptr__): Change type from + const char * to const signed char *. + (bmhi_init): Change pattern parameter's type the same. Use + __builtin_strlen instead of undeclared strlen. + +2018-12-13 Andreas Krebbel + + * gcc.target/s390/zvector/vec-double-1.c: New test. + * gcc.target/s390/zvector/vec-double-2.c: New test. + +2018-12-13 Wei Xiao + + * gcc.target/i386/funcspec-56.inc: Handle new march. + +2018-12-13 Jakub Jelinek + + PR target/88465 + * gcc.target/i386/avx512f-pr88465.c: New test. + * gcc.target/i386/avx512dq-pr88465.c: New test. + + PR target/88461 + * gcc.target/i386/pr88461.c: New test. + +2018-12-12 Paolo Carlini + + * g++.dg/other/static5.C: New. + +2018-12-12 Segher Boessenkool + + PR testsuite/88318 + * gcc.dg/independent-cloneids-1.c: Use ^ not \m. + +2018-12-12 Joel Brobecker + + * gcc.dg/lto/20100430-1_0.c: Add dg-require-profiling requirement. + +2018-12-12 Jakub Jelinek + + PR c++/88446 + * g++.dg/cpp2a/is-constant-evaluated3.C: New test. + + PR c++/88449 + * g++.dg/cpp2a/is-constant-evaluated1.C: Change from dg-do compile + to dg-do run. + (e): Adjust comment with correct expected value. + (main): Expect e == 1. + * g++.dg/cpp2a/is-constant-evaluated2.C: New test. + +2018-12-11 Steven G. Kargl + + PR fortran/88155 + * gfortran.dg/pr70870_1.f90: Update testcase to use -std=gnu. + * gfortran.dg/pr88155.f90: New test. + +2018-12-11 Steven G. Kargl + + PR fortran/88249 + * gfortran.dg/pr88249.f90: New test. + +2018-12-11 Jakub Jelinek + + PR tree-optimization/80520 + * gcc.dg/tree-ssa/split-path-11.c (foo): Make the test ilp32 target + clean. + +2018-12-11 Marek Polacek + + PR c++/86608 - reading constexpr volatile variable. + * g++.dg/cpp0x/constexpr-volatile2.C: New test. + * g++.dg/cpp0x/pr65327.C: Add dg-error. + +2018-12-11 Paolo Carlini + + * g++.dg/pr53037-4.C: Test the first two locations too. + +2018-12-11 Jakub Jelinek + + PR tree-optimization/88444 + * gcc.dg/pr88444.c: New test. + +2018-12-11 Dimitar Dimitrov + + * gcc.target/i386/pr52813.c: New test. + +2018-12-11 Jakub Jelinek + + PR target/88425 + * gcc.target/i386/pr88425.c: New test. + + PR sanitizer/88426 + * c-c++-common/ubsan/float-cast-overflow-11.c: New test. + +2018-12-11 Yannick Moy + + * gnat.dg/ghost4.adb: New testcase. + +2018-12-11 Ed Schonberg + + * gnat.dg/iter4.adb: New testcase. + +2018-12-11 Hristian Kirtchev + + * gnat.dg/valid4.adb, gnat.dg/valid4_pkg.adb, + gnat.dg/valid4_pkg.ads: New testcase. + +2018-12-11 Eric Botcazou + + * gnat.dg/packed_array.adb, gnat.dg/packed_array.ads, + gnat.dg/packed_array_pkg.ads: New testcase. + +2018-12-11 Hristian Kirtchev + + * gnat.dg/ghost3.adb, gnat.dg/ghost3.ads: New testcase. + +2018-12-11 Ed Schonberg + + * gnat.dg/bip_cu.adb, gnat.dg/bip_cu_constructor.adb, + gnat.dg/bip_cu_constructor.ads, gnat.dg/bip_cu_t.adb, + gnat.dg/bip_cu_t.ads: New testcase. + +2018-12-11 Hristian Kirtchev + + * gnat.dg/ghost2.adb, gnat.dg/ghost2.ads: New testcase. + +2018-12-11 Eric Botcazou + + * gnat.dg/atomic11.adb, gnat.dg/atomic11_pkg1.ads, + gnat.dg/atomic11_pkg2.ads: New testcase. + +2018-12-11 Ed Schonberg + + * gnat.dg/aspect1.adb, gnat.dg/aspect1_horizontal.adb, + gnat.dg/aspect1_horizontal.ads, gnat.dg/aspect1_vectors_2d.ads: + New testcase. + * gnat.dg/static_pred1.adb: Expect an error message. + +2018-12-11 Jakub Jelinek + + PR lto/86004 + * lib/target-supports.exp (check_effective_target_lto_incremental): + New. + * g++.dg/lto/pr69137_0.C: Require lto_incremental effective target. + * g++.dg/lto/pr65316_0.C: Likewise. + * g++.dg/lto/pr85176_0.C: Likewise. + * g++.dg/lto/pr79000_0.C: Likewise. + * g++.dg/lto/pr66180_0.C: Likewise. + * g++.dg/lto/pr65193_0.C: Likewise. + * g++.dg/lto/pr69077_0.C: Likewise. + * g++.dg/lto/pr68057_0.C: Likewise. + * g++.dg/lto/pr66705_0.C: Likewise. + * g++.dg/lto/pr65302_0.C: Likewise. + * g++.dg/lto/20091002-1_0.C: Likewise. + * g++.dg/lto/pr81940_0.C: Likewise. + * g++.dg/lto/pr64043_0.C: Likewise. + * g++.dg/lto/pr65549_0.C: Likewise. + * g++.dg/lto/pr69133_0.C: Likewise. + * gfortran.dg/lto/pr79108_0.f90: Likewise. + +2018-12-10 Jeff Law + + PR tree-optimization/80520 + * gcc.dg/tree-ssa/split-path-5.c: Update expected output. + * gcc.dg/tree-ssa/split-path-11.c: New test. + +2018-12-10 Steven G. Kargl + + PR fortran/97922 + * gfortran.dg/io_constraints_8.f90: Update error message. + * gfortran.dg/pr87922.f90: New test. + +2018-12-10 Martin Sebor + + PR tree-optimization/86196 + * gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): Use + base size only of arrays. + +2018-12-10 Uros Bizjak + + * gcc.dg/sinatan-1.c: Use dg-add-options ieee. + +2018-12-10 Steven G. Kargl + + PR fortran/88269 + * gfortran.dg/pr88269.f90: New test. + +2018-12-10 Uros Bizjak + + PR target/88418 + * gcc.target/i386/pr88418.c: New test. + +2018-12-10 Richard Biener + + PR tree-optimization/88427 + * gcc.dg/pr88427.c: New testcase. + +2018-12-10 Jakub Jelinek + + PR ipa/87955 + * gcc.target/i386/pr87955.c: Add -msse2 -mfpmath=sse to dg-options. + +2018-12-10 Martin Jambor + + PR ipa/88214 + * gcc.dg/ipa/pr88214.c: New test. + +2018-12-10 Jakub Jelinek + + PR testsuite/88369 + * gcc.dg/vect/vect-ivdep-1.c: Prune versioning for alignment messages. + * gcc.dg/vect/vect-ivdep-2.c: Likewise. + * gcc.dg/vect/nodump-vect-opt-info-1.c: Likewise. + * g++.dg/vect/pr33426-ivdep.cc: Likewise. + * g++.dg/vect/pr33426-ivdep-2.cc: Likewise. + * g++.dg/vect/pr33426-ivdep-3.cc: Likewise. + * g++.dg/vect/pr33426-ivdep-4.cc: Likewise. + +2018-12-10 Richard Biener + + PR middle-end/88415 + * gcc.dg/gomp/pr88415.c: New testcase. + +2018-12-10 Eric Botcazou + + * c-c++-common/patchable_function_entry-decl.c: Pass -mcpu=gr6 for + Visium and remove other specific handling. + * c-c++-common/patchable_function_entry-default.c: Likewise. + * c-c++-common/patchable_function_entry-definition.c: Likewise. + +2018-12-09 Steven G. Kargl + + PR fortran/88205 + * gfortran.dg/pr88205.f90: New unit. + +2018-12-09 Iain Buclaw + + PR d/88039 + * gdc.test/gdc-test.exp (gdc-convert-args): Handle -D. + (dmd2dg): Check generated html in ddoc tests. + (gdc-do-test): Set dg-do-what-default to compile for ddoc tests. + +2018-12-09 Steven G. Kargl + + PR fortran/88206 + * gfortran.dg/pr88206.f90: New test. + +2018-12-09 Steven G. Kargl + + PR fortran/88228 + * gfortran.dg/pr88228.f90: New test. + +2018-12-09 Thomas Schwinge + + * gfortran.dg/goacc/combined-directives-3.f90: New file. + +2018-12-09 Cesar Philippidis + + * c-c++-common/goacc/combined-directives-3.c: New test. + * c-c++-common/goacc/loop-2-kernels.c (void K): Adjust test. + * c-c++-common/goacc/loop-2-parallel.c (void P): Adjust test. + * c-c++-common/goacc/loop-3.c (void p2): Adjust test. + +2018-12-09 Thomas Schwinge + + * gfortran.dg/goacc/loop-2-kernels.f95: Update. + * gfortran.dg/goacc/loop-2-parallel.f95: Likewise. + * gfortran.dg/goacc/nested-parallelism.f90: Likewise. + + * gfortran.dg/goacc/loop-2.f95: Split into... + * gfortran.dg/goacc/loop-2-kernels-nested.f95: ... this new file... + * gfortran.dg/goacc/loop-2-kernels-tile.f95: ..., and this new file... + * gfortran.dg/goacc/loop-2-kernels.f95: ..., and this new file... + * gfortran.dg/goacc/loop-2-parallel-3.f95: ..., and this new file... + * gfortran.dg/goacc/loop-2-parallel-nested.f95: ..., and this new + file... + * gfortran.dg/goacc/loop-2-parallel-tile.f95: ..., and this new file... + * gfortran.dg/goacc/loop-2-parallel.f95: ..., and this new file. + + PR fortran/88420 + * gfortran.dg/goacc/loop-1-2.f95: Update. + * gfortran.dg/goacc/loop-1.f95: Likewise. + +2018-12-08 Steven G. Kargl + + PR fortran/88048 + * gfortran.dg/pr88048.f90: New test. + +2018-12-08 Steven G. Kargl + + PR fortran/87945 + * gfortran.dg/pr87945_1.f90: New test. + * gfortran.dg/pr87945_2.f90: New test. + +2018-12-08 Steven G. Kargl + + PR fortran/88025 + * gfortran.dg/pr88025.f90: New test. + +2018-12-08 Steven G. Kargl + + * gfortran.dg/pr88357_1.f90: New test. + * gfortran.dg/pr88357_2.f90: New test. + +2018-12-08 Jakub Jelinek + + PR fortran/88304 + * gfortran.fortran-torture/compile/pr88304-2.f90: New test. + +2018-12-07 Paolo Carlini + + * g++.dg/other/bitfield7.C: New. + * g++.dg/parse/bitfield8.C: Likewise. + * g++.dg/parse/bitfield9.C: Likewise. + * g++.dg/pr53037-4.C: Test the locations too. + +2018-12-07 Peter Bergner + + PR target/87496 + * gcc.target/powerpc/pr87496.c: Rename from this... + * gcc.target/powerpc/pr87496-1.c: ...to this. Update comment. + * gcc.target/powerpc/pr87496-2.c: New test. + * gcc.target/powerpc/pr87496-3.c: New test. + +2018-12-07 Kyrylo Tkachov + + * gcc.target/aarch64/sve/override_sve_width_1.c: New test. + +2018-12-07 Jeff Law + + PR middle-end/87813 + * gcc.c-torture/builtins/strnlen.x: New file to filter -Og from + options to test. + +2018-12-07 Vladimir Makarov + + PR rtl-optimization/88349 + * gcc.target/mips/pr88349.c: New. + +2018-12-07 Jakub Jelinek + + PR c++/86669 + * g++.dg/cpp0x/initlist105.C: New test. + * g++.dg/cpp0x/initlist106.C: New test. + * g++.dg/other/pr86669.C: New test. + +2018-12-07 Richard Sandiford + + * gcc.target/aarch64/sve/pred_elim_2.c: New test. + +2018-12-07 Richard Sandiford + + * gcc.target/aarch64/sve/pred_elim_1.c: New test. + +2018-12-07 Rainer Orth + + * gcc.target/i386/ipa-stack-alignment-2.c: Add + -fomit-frame-pointer to dg-options. + +2018-12-07 Jakub Jelinek + + PR target/85593 + * gcc.target/i386/pr85593.c: New test. + + PR rtl-optimization/85770 + * gcc.target/i386/pr85770.c: Require int128 effective target. + + PR fortran/88377 + * gfortran.dg/gomp/pr88377.f90: New test. + + PR c/88367 + * gcc.dg/tree-ssa/pr88367.c: New test. + + PR c++/87506 + * g++.dg/cpp0x/constexpr-87506.C: New test. + +2018-12-06 Paolo Carlini + + * g++.dg/parse/bitfield7.C: New. + * g++.dg/other/bitfield2.C: Check location and type. + * g++.dg/parse/bitfield1.C: Likewise. + * g++.dg/parse/bitfield2.C: Likewise. + +2018-12-06 Alexandre Oliva + + PR c++/86747 + * g++.dg/pr86747.C: New. + + PR c++/86397 + * g++.dg/cpp0x/pr86397-1.C: New. + * g++.dg/cpp0x/pr86397-2.C: New. + +2018-12-06 Paul A. Clarke + + PR target/88316 + * gcc.target/powerpc/bmi-check.h: Remove test for + __BUILTIN_CPU_SUPPORTS__, thereby enabling test code to run. + * gcc.target/powerpc/bmi2-check.h: Likewise. + * gcc.target/powerpc/mmx-check.h: Likewise. + * gcc.target/powerpc/sse-check.h: Likewise. + * gcc.target/powerpc/sse2-check.h: Likewise. + * gcc.target/powerpc/sse3-check.h: Likewise. + +2018-12-06 Paul A. Clarke + + PR target/88316 + * gcc.target/powerpc/mmx-packssdw-1.c: Fixes for big-endian. + * gcc.target/powerpc/mmx-packsswb-1.c: Likewise. + * gcc.target/powerpc/mmx-packuswb-1.c: Likewise. + * gcc.target/powerpc/mmx-pmulhw-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpi32x2ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpu16ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtss2si-1.c: Likewise. + * gcc.target/powerpc/sse-cvtss2si-2.c: Likewise. + * gcc.target/powerpc/sse2-pshufhw-1.c: Likewise. + * gcc.target/powerpc/sse2-pshuflw-1.c: Likewise. + +2018-12-06 Marek Polacek + + PR c++/88373 - wrong parse error with ~. + * g++.dg/cpp2a/fn-template19.C: New test. + +2018-12-06 Richard Sandiford + + * gcc.dg/vect/vect-over-widen-23.c: Remove unwanted line. + +2018-12-06 Segher Boessenkool + + * c-c++-common/torture/asm-inline.c: New testcase. + * gcc.dg/asm-qual-2.c: Test asm inline, too. + +2018-12-06 Segher Boessenkool + + PR inline-asm/55681 + * gcc.dg/asm-qual-1.c: Test that "const" and "restrict" are refused. + * gcc.dg/asm-qual-2.c: New test, test that asm-qualifiers are allowed + in any order, but that duplicates are not allowed. + +2018-12-06 Jeff Law + + PR testsuite/86540 + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Skip the post switch conversion + tests on aarch64. + * gcc.dg/tree-ssa/pr77445-2.c: Similarly. + +2018-12-06 David Malcolm + + PR c++/85110 + * g++.dg/diagnostic/missing-default-args.C: New test. + * g++.dg/diagnostic/param-type-mismatch-3.C: New test. + * g++.dg/diagnostic/param-type-mismatch.C: Add tests for invalid + references and incomplete types. + * g++.dg/warn/Wconversion-null-4.C: New test. + +2018-12-06 Jakub Jelinek + + PR target/87598 + * gcc.target/aarch64/asm-5.c: New test. + + PR tree-optimization/85726 + * gcc.dg/tree-ssa/pr85726-1.c: New test. + * gcc.dg/tree-ssa/pr85726-2.c: New test. + * gcc.dg/tree-ssa/pr85726-3.c: New test. + * gcc.dg/tree-ssa/pr85726-4.c: New test. + + PR fortran/88304 + * gfortran.fortran-torture/compile/pr88304.f90: New test. + +2018-12-06 Richard Biener + + PR middle-end/63184 + * c-c++-common/pr19807-2.c: Try link only on x86, add xfailed + optimized dump scanning. + * c-c++-common/pr19807-3.c: Likewise. + +2018-12-06 Paolo Carlini + + * g++.dg/parse/bitfield6b.C: New. + * g++.dg/parse/bitfield3.C: Test location and type. + +2018-12-06 Iain Sandoe + + * lib/c-compat.exp (compat-use-alt-compiler): + Handle -fno-diagnostics-show-line-numbers. + (compat_setup_dfp): Likewise. + +2018-12-05 Jeff Law + + PR rtl-optimization/85770 + * gcc.target/i386/pr85770.c: New test. + +2018-12-05 Martin Sebor + + PR c/87028 + * c-c++-common/Wstringop-truncation.c: Remove xfails. + * gcc.dg/Wstringop-truncation-5.c: New test. + * gcc.dg/strcmpopt_1.c: Adjust. + * gcc.dg/tree-ssa/pr79697.c: Same. + +2018-12-05 Richard Sandiford + + PR tree-optimization/88064 + * gcc.dg/vect/vect-over-widen-23.c: New test. + +2018-12-05 David Malcolm + + * lib/gcc-dg.exp (process-message): Change verbosity level of + "verbose" from 2 to 3. + (dg-locus): Likewise. + +2018-12-05 Richard Biener + + PR middle-end/63184 + * c-c++-common/pr19807-2.c: New testcase. + * c-c++-common/pr19807-3.c: Likewise. + +2018-12-05 Rainer Orth + + PR testsuite/88208 + * gcc.target/sparc/attr-aligned.c (MAXALIGN) + [__sparcv9 || __arch64__]: Define. + +2018-12-05 Rainer Orth + + * gcc.target/sparc/20181129-1.c: Compile with -std=c99. + * gcc.target/sparc/20181129-2.c: Likewise. + +2018-12-05 Jakub Jelinek + + PR tree-optimization/87360 + * g++.dg/opt/pr87360.C: New test. + * gfortran.dg/pr87360.f90: New test. + + PR c++/87897 + * g++.dg/init/const13.C: New test. + + PR sanitizer/88333 + * c-c++-common/asan/pr88333.c: New test. + +2018-12-05 Alexandre Oliva + + PR c++/85569 + * g++.dg/cpp1z/pr85569.C: New. + +2018-12-05 Chenghua Xu + + * gcc.target/mips/msa.c: Adjusted clti_.df $wn,$wn,5 + to clei_.df $wn,$wn,4 in test31. + +2018-12-04 Paolo Carlini + + PR c++/84636 + * g++.dg/parse/bitfield6.C: New. + +2018-12-04 Jakub Jelinek + + PR tree-optimization/87320 + * gcc.dg/pr87320.c: New test. + +2018-12-04 Jeff Law + + * gcc.dg/strlenopt-58.c: Handle targets with 2 byte wchar_t. + +2018-12-04 Martin Sebor + + * gcc.target/i386/attr-aligned-2.c: New test. + * gcc.target/i386/falign-functions-3.c: New test. + +2018-12-04 Jakub Jelinek + + PR target/88188 + * gcc.target/powerpc/pr88188-2.c: New test. + +2018-12-04 Marek Polacek + + PR c++/88184 - ICE when treating name as template-name. + * g++.dg/cpp2a/fn-template17.C: New test. + * g++.dg/cpp2a/fn-template18.C: New test. + +2018-12-04 David Edelsohn + + * gcc.dg/live-patching-2.c: Require LTO. + +2018-12-04 Iain Sandoe + + PR testsuite/88310 + * lib/target-supports.exp (check_effective_target_freorder): + Suppress warnings for missing profile. + +2018-12-04 Jakub Jelinek + + * g++.old-deja/g++.oliva/typename1.C: Don't expect any diagnostics + for C++2a. + * g++.old-deja/g++.oliva/typename2.C: Likewise. + + PR tree-optimization/88285 + * gcc.dg/predict-22.c: Only compile on freorder targets. + +2018-12-04 Julian Brown + + * c-c++-common/goacc/asyncwait-1: Update expected errors and add a + test for "wait (". + +2018-12-04 Jakub Jelinek + + PR c++/88103 + * g++.dg/cpp0x/rv-cond3.C: New test. + +2018-12-04 Richard Biener + + PR tree-optimization/88315 + * gcc.dg/vect/slp-reduc-sad.c: Adjust to provide non-trivial + initial value. + +2018-12-03 Jakub Jelinek + + PR middle-end/64242 + * gcc.c-torture/execute/pr64242.c (foo, bar): New functions. + (p): Make it void *volatile instead of volatile void *. + (q): New variable. + (main): Add a dummy 32-byte aligned variable and escape its address. + Don't require that the two __builtin_alloca (0) calls return the + same address, just require that their difference is smaller than + 1024 bytes. + +2018-12-03 Marek Polacek + + * g++.dg/cpp1y/lambda-generic-83856.C: Use __SIZE_TYPE__. + +2018-12-03 Ed Schonberg + + * gnat.dg/array33.adb: New testcase. + +2018-12-03 Eric Botcazou + + * gnat.dg/array32.adb, gnat.dg/array32.ads: New testcase. + +2018-12-03 Eric Botcazou + + * gnat.dg/generic_inst2.adb, gnat.dg/generic_inst2.ads, + gnat.dg/generic_inst2_c.ads: New testcase. + +2018-12-03 Eric Botcazou + + * gnat.dg/overload2.adb, gnat.dg/overload2_p.adb, + gnat.dg/overload2_p.ads, gnat.dg/overload2_q.adb, + gnat.dg/overload2_q.ads: New testcase. + +2018-12-03 Fritz Reese + Mark Eggleston + + PR fortran/87919 + * gfortran.dg/array_temporaries_5.f90: New test. + * gfortran.dg/dec_bitwise_ops_3.f90: Ditto. + * gfortran.dg/dec_d_lines_3.f: Ditto. + * gfortran.dg/dec_exp_4.f90: Ditto. + * gfortran.dg/dec_exp_5.f90: Ditto. + * gfortran.dg/dec_io_7.f90: Ditto. + * gfortran.dg/dec_structure_24.f90: Ditto. + * gfortran.dg/dec_structure_25.f90: Ditto. + * gfortran.dg/dec_structure_26.f90: Ditto. + * gfortran.dg/dec_structure_27.f90: Ditto. + * gfortran.dg/dec_type_print_3.f90: Ditto. + * gfortran.dg/init_flag_20.f90: Ditto. + +2018-12-03 Jeff Law + + * gcc.dg/pr59963-2.c: Make testnames unique. + * gcc.dg/tree-ssa/builtin-sprintf-warn-18.c: Likewise. + +2018-12-03 Ilya Leoshkevich + + * gcc.target/s390/nodatarel-1.c: Expect .LANCHOR0@GOTENT instead + of a@GOTENT. + * gcc.target/s390/section-anchors.c: New test. + * gcc.target/s390/section-anchors2.c: New test. + * gcc.target/s390/section-anchors3.c: New test. + +2018-12-03 Richard Biener + + PR tree-optimization/88301 + * gcc.dg/tree-ssa/evrp13.c: New testcase. + +2018-12-03 Jakub Jelinek + + PR tree-optimization/71109 + * gcc.c-torture/compile/pr71109.c: New test. + + PR target/88287 + * g++.target/aarch64/sve/vcond_1.C: Adjust for comparison + canonicalization. + +2018-12-03 Ilya Leoshkevich + + PR target/80080 + * gcc.target/s390/pr80080-4.c: New test. + +2018-12-02 Andi Kleen + + * gcc.target/i386/returninst1.c: Run on 64bit only. + * gcc.target/i386/returninst2.c: Dito. + * gcc.target/i386/returninst3.c: Dito. + +2018-12-02 Jakub Jelinek + + PR target/88278 + * gcc.target/i386/pr88278.c: New test. + * gcc.target/i386/pr53759.c: Don't expect vmovlps insn, expect vmovq + instead. + * gcc.target/i386/pr53759-2.c: New test. + + * c-c++-common/gomp/cancel-1.c (f2): Add various taskloop related + tests. + + PR sanitizer/88291 + * c-c++-common/asan/pr88291.c: New test. + + PR c++/88258 + * g++.dg/gomp/pr88258.C: New test. + +2018-12-01 Marek Polacek + + Implement P0634R3, Down with typename! + * g++.dg/cpp0x/alias-decl-43.C: Adjust dg-error. + * g++.dg/cpp0x/decltype67.C: Only expect error in c++17_down. + * g++.dg/cpp1z/typename1.C: New test. + * g++.dg/cpp2a/typename1.C: New test. + * g++.dg/cpp2a/typename10.C: New test. + * g++.dg/cpp2a/typename11.C: New test. + * g++.dg/cpp2a/typename2.C: New test. + * g++.dg/cpp2a/typename3.C: New test. + * g++.dg/cpp2a/typename4.C: New test. + * g++.dg/cpp2a/typename5.C: New test. + * g++.dg/cpp2a/typename6.C: New test. + * g++.dg/cpp2a/typename7.C: New test. + * g++.dg/cpp2a/typename8.C: New test. + * g++.dg/cpp2a/typename9.C: New test. + * g++.dg/diagnostic/missing-typename.C: Only run the test in + c++17_down. + * g++.dg/other/crash-9.C: Add template disambiguator. + * g++.dg/other/nontype-1.C: Only expect error in c++17_down. + * g++.dg/parse/crash13.C: Likewise. + * g++.dg/parse/error36.C: Likewise. + * g++.dg/parse/no-typename1.C: Likewise. + * g++.dg/parse/typedef2.C: Likewise. + * g++.dg/parse/typename11.C: Likewise. + * g++.dg/template/crash48.C: Adjust dg-error. + * g++.dg/template/dependent-name5.C: Only expect error in c++17_down. + Add dg-error. + * g++.dg/template/error29.C: Only expect error in c++17_down. + * g++.dg/template/nested5.C: Add template disambiguator. + * g++.dg/template/pr84789.C: Only expect error in c++17_down. + * g++.dg/template/static30.C: Add dg-error. + * g++.dg/template/typedef6.C: Adjust dg-error. + * g++.dg/template/typename3.C: Only expect error in c++17_down. + + PR c++/83856 + * g++.dg/cpp1y/lambda-generic-83856.C: New test. + + PR c++/79629 + * g++.dg/other/error35.C: New test. + + PR c++/87523 + * g++.dg/cpp1y/lambda-generic-87523.C: New test. + +2018-12-01 Jeff Law + + * gcc.dg/predict-22.c: Update expected output. + +2018-12-01 Jakub Jelinek + + PR target/54589 + * gcc.target/i386/pr54589.c: New test. + +2018-11-30 Jakub Jelinek + + PR testsuite/85368 + * lib/target-supports.exp (logical_op_short_circuit): Remove. + * gcc.dg/builtin-bswap-7.c: Remove logical_op_short_circuit + effective target, drop -mbranch-cost= options from the test and + instead pass --param logical-op-non-short-circuit=0 or + --param logical-op-non-short-circuit=1 depending on what the + tests meant to test. + * gcc.dg/pr21643.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c: Likewise. + * gcc.dg/tree-ssa/phi-opt-11.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c: Likewise. + * gcc.dg/tree-ssa/ssa-thread-14.c: Likewise. + * gcc.dg/tree-ssa/vrp47.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-11.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-16.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-14.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c: Likewise. + * gcc.dg/tree-ssa/vrp87.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c: Likewise. + * gcc.dg/tree-ssa/phi-opt-2.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-13.c: Likewise. + * gcc.dg/tree-ssa/ssa-thread-11.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c: Likewise. + * gcc.dg/tree-ssa/forwprop-28.c: Likewise. + * gcc.dg/binop-xor1.c: Likewise. + * gcc.dg/pr46309.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-18.c: New test. + * gcc.dg/tree-ssa/reassoc-32.c: Add + --param logical-op-non-short-circuit=1 to dg-options. + * 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. + +2018-11-30 Wilco Dijkstra + + PR middle-end/64242 + * gcc.c-torture/execute/pr64242.c: New test. + +2018-11-30 David Malcolm + + * g++.dg/parse/missing-parens-fixit.C: New test. + +2018-11-30 Michael Ploujnikov + + * gcc.dg/independent-cloneids-1.c: New test. + +2018-11-30 Jakub Jelinek + + PR debug/85550 + * g++.dg/debug/dwarf2/pr85550.C: New test. + +2018-11-30 Thomas Schwinge + + PR c/87924 + * c-c++-common/goacc/asyncwait-5.c: Update. + * gfortran.dg/goacc/asyncwait-5.f: Likewise. + + * c-c++-common/goacc/asyncwait-5.c: New file. + * gfortran.dg/goacc/asyncwait-5.f: Likewise. + +2018-11-30 Peter Bergner + + PR target/87496 + * gcc.target/powerpc/pr86324-1.c: Add dg-skip-if selector. + Add -mcpu=power7 option. + +2018-11-30 David Malcolm + + PR preprocessor/88257 + * c-c++-common/Wformat-pr88257.c: New test. + * c-c++-common/Wformat-pr88257.h: New test header. + * c-c++-common/empty.h: New test header. + +2018-11-30 Sam Tebbs + + * gcc.target/arm/neon-dotprod-restriction.c: New file. + * lib/target-supports.exp + (check_effective_target_arm_v8_2a_dotprod_neon_ok_nocache): Include + stdint.h. + +2018-11-30 Martin Liska + + PR sanitizer/81715 + * c-c++-common/asan/asan-stack-small.c: New test. + +2018-11-30 Richard Biener + + * gcc.dg/gimplefe-34.c: New testcase. + * gcc.dg/gimplefe-35.c: Likewise. + +2018-11-30 Martin Liska + + PR testsuite/88265 + * gfortran.dg/simd-builtins-1.f90: Restrict to 128b vectors. + * gfortran.dg/simd-builtins-6.f90: Likewise. + +2018-11-29 Andi Kleen + + * gcc.target/i386/fentryname2.c: New test. + * gcc.target/i386/fentryname3.c: New test. + +2018-11-29 Andi Kleen + + * gcc.target/i386/fentryname1.c: New test. + +2018-11-29 Andi Kleen + + * gcc.target/i386/returninst1.c: New test. + * gcc.target/i386/returninst2.c: New test. + * gcc.target/i386/returninst3.c: New test. + +2018-11-29 Eric Botcazou + + * gcc.target/sparc/20181129-1.c: New test. + * gcc.target/sparc/20181129-2.c: Likewise. + +2018-11-29 Jakub Jelinek + + PR target/88152 + * g++.target/i386/pr88152.C: New test. + +2018-11-29 Vladimir Makarov + + * gcc.target/i386/pr34256.c: Adjust the number of expected moves. + +2018-11-29 Paolo Carlini + + * g++.dg/cpp0x/constexpr-base6b.C: New. + * g++.dg/cpp0x/constexpr-47969.C: Test locations too. + * g++.dg/cpp0x/constexpr-48324.C: Likewise. + * g++.dg/cpp0x/constexpr-ex2.C: Likewise. + * g++.dg/cpp0x/scoped_enum2.C: Likewise. + * g++.dg/cpp1y/pr63996.C: Likewise. + * g++.dg/ext/constexpr-vla5.C: Likewise. + * g++.dg/ext/stmtexpr15.C: Likewise. + * g++.dg/ext/vla1.C: Likewise. + * g++.dg/other/fold1.C: Likewise. + * g++.dg/parse/array-size2.C: Likewise. + * g++.dg/parse/crash36.C: Likewise. + * g++.dg/ubsan/pr81530.C: Likewise. + * g++.dg/warn/Wvla-1.C: Likewise. + * g++.dg/warn/Wvla-2.C: Likewise. + * g++.old-deja/g++.brendan/array1.C: Likewise. + * g++.old-deja/g++.bugs/900402_02.C: Likewise. + * g++.old-deja/g++.law/init3.C: Likewise. + * g++.old-deja/g++.mike/p6149.C: Likewise. + +2018-11-29 David Malcolm + + PR c++/88121 + * g++.dg/lookup/suggestions-scoped-enums.C: New test. + * g++.dg/lookup/suggestions-unscoped-enums.C: New test. + +2018-11-29 Peter Bergner + + PR target/87496 + * gcc.target/powerpc/pr87496.c: New test. + +2018-11-29 Martin Sebor + + PR c/88172 + PR testsuite/88208 + * gcc.dg/attr-aligned-2.c: New test. + * gcc.dg/builtin-has-attribute.c: Adjust. + * c-c++-common/builtin-has-attribute-2.c: Same. + * c-c++-common/builtin-has-attribute-3.c: Same. + * c-c++-common/builtin-has-attribute-4.c: Same. + * c-c++-common/builtin-has-attribute-5.c: New test. + * gcc.target/aarch64/attr-aligned.c: Same. + * gcc.target/i386/attr-aligned.c: Same. + * gcc.target/powerpc/attr-aligned.c: Same. + * gcc.target/sparc/attr-aligned.c: Same. + +2018-11-29 qing zhao + + * gcc.dg/live-patching-1.c: New test. + * gcc.dg/live-patching-2.c: New test. + * gcc.dg/live-patching-3.c: New test. + * gcc.dg/tree-ssa/writeonly-3.c: New test. + * gcc.target/i386/ipa-stack-alignment-2.c: New test. + +2018-11-29 Giuliano Belinassi + + * gcc.dg/sinhatanh-1.c: New test. + * gcc.dg/sinhatanh-2.c: New test. + * gcc.dg/sinhatanh-3.c: New test. + +2018-11-29 Jakub Jelinek + + PR target/54700 + * g++.target/i386/sse4_1-pr54700-1.C: New test. + * g++.target/i386/sse4_1-pr54700-2.C: New test. + * g++.target/i386/avx-pr54700-1.C: New test. + * g++.target/i386/avx-pr54700-2.C: New test. + * g++.target/i386/avx2-pr54700-1.C: New test. + * g++.target/i386/avx2-pr54700-2.C: New test. + * g++.target/i386/sse4_1-check.h: New file. + * g++.target/i386/avx-check.h: New file. + * g++.target/i386/avx2-check.h: New file. + * g++.target/i386/m128-check.h: New file. + * g++.target/i386/m256-check.h: New file. + * g++.target/i386/avx-os-support.h: New file. + + PR target/88152 + * g++.dg/tree-ssa/pr88152-1.C: New test. + * g++.dg/tree-ssa/pr88152-2.C: New test. + + PR target/88234 + * gcc.dg/ubsan/pr88234.c: New test. + +2018-11-29 Richard Biener + + PR tree-optimization/88243 + * gcc.dg/torture/pr88243.c: New testcase. + +2018-11-29 Jakub Jelinek + + PR c++/87539 + * g++.dg/cpp0x/pr87539.C: New test. + +2018-11-28 Martin Sebor + + PR c/88065 + PR c/87297 + * c-c++-common/Wsizeof-pointer-memaccess4.c: New test. + +2018-11-28 Marek Polacek + + Implement P1094R2, Nested inline namespaces. + * g++.dg/cpp2a/nested-inline-ns1.C: New test. + * g++.dg/cpp2a/nested-inline-ns2.C: New test. + +2018-11-28 Nathan Sidwell + + PR c++/87531 + * g++.dg/lookup/pr87531.C: New. + +2018-11-28 Jan Hubicka + + * gcc.dg/predict-13.c: Update template. + * gcc.dg/predict-13b.c: New testcase. + * gcc.dg/predict-22.c: New testcase. + * gcc.dg/tree-ssa/ipa-split-4.c: Change abort to other function to + get sane profile. + +2018-11-28 Marek Polacek + + PR c++/88222 - ICE with bit-field with invalid type. + * g++.dg/ext/flexary31.C: New test. + +2018-11-28 David Edelsohn + + * g++.dg/debug/dwarf2/pr86900.C: XFAIL AIX. + * g++.dg/opt/pr83084.C: XFAIL AIX. + * gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare-debug on AIX. + +2018-11-28 Richard Biener + + PR tree-optimization/88223 + * gcc.dg/torture/pr88223.c: New testcase. + +2018-11-28 Richard Biener + + PR tree-optimization/88217 + * g++.dg/pr88217.C: New testcase. + +2018-11-28 Richard Biener + + PR tree-optimization/79351 + * gcc.dg/torture/pr79351.c: New testcase. + +2018-11-28 Jakub Jelinek + + PR target/88189 + * gcc.target/i386/sse4_1-pr88189-1.c: New test. + * gcc.target/i386/sse4_1-pr88189-2.c: New test. + * gcc.target/i386/avx-pr88189-1.c: New test. + * gcc.target/i386/avx-pr88189-2.c: New test. + + PR c++/87476 + * g++.dg/cpp0x/pr87476-1.C: New test. + * g++.dg/cpp0x/pr87476-2.C: New test. + + PR c++/88215 + * c-c++-common/ubsan/pr88215.c: New test. + +2018-11-28 Richard Biener + + PR tree-optimization/88182 + * g++.dg/gomp/pr88182.C: Move from libgomp and use -fopenmp-simd. + +2018-11-27 Jakub Jelinek + + PR c++/88187 + * g++.dg/other/pr88187.C: New test. + + PR c++/88181 + * g++.dg/debug/pr88181.C: New test. + + PR middle-end/87157 + * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c (main1): Add noipa + attribute. + +2018-11-27 Martin Sebor + + PR 87756 + PR 88211 + PR 88226 + * gcc.dg/tree-ssa/builtin-fprintf-warn-1.c: Update/remove xfails. + * gcc.dg/tree-ssa/builtin-printf-warn-1.c: Same. + * gcc.dg/tree-ssa/user-printf-warn-1.c: Same. + +2018-11-27 Mike Gulick + + PR preprocessor/83173 + * gcc.dg/plugin/location-overflow-test-pr83173.c: New test. + * gcc.dg/plugin/location-overflow-test-pr83173.h: Header for + pr83173.c. + * gcc.dg/plugin/location-overflow-test-pr83173-1.h: Header for + pr83173.c. + * gcc.dg/plugin/location-overflow-test-pr83173-2.h: Header for + pr83173.c. + * gcc.dg/plugin/location_overflow_plugin.c: Use PLUGIN_PRAGMAS + instead of PLUGIN_START_UNIT. + * gcc.dg/plugin/plugin.exp: Enable new test. + +2018-11-27 Jakub Jelinek + + PR testsuite/85368 + * gcc.dg/tree-ssa/phi-opt-11.c: For branch_cost targets, expect 0 ifs + rather than 0 or 2 depending on logical_op_short_circuit. + + PR target/88188 + * gcc.target/powerpc/pr88188.c: New test. + +2018-11-27 Martin Liska + + * gfortran.dg/simd-builtins-1.f90: New test. + * gfortran.dg/simd-builtins-1.h: New test. + * gfortran.dg/simd-builtins-2.f90: New test. + * gfortran.dg/simd-builtins-3.f90: New test. + * gfortran.dg/simd-builtins-3.h: New test. + * gfortran.dg/simd-builtins-4.f: New test. + * gfortran.dg/simd-builtins-4.h: New test. + * gfortran.dg/simd-builtins-5.f: New test. + * gfortran.dg/simd-builtins-6.f90: New test. + +2018-11-27 Jozef Lawrynowicz + + * lib/target-supports.exp + (check_effective_target_logical_op_short_circuit): Add msp430. + (check_effective_target_int_eq_float): New. + (check_effective_target_ptr_eq_long): New. + * c-c++-common/pr41779.c: Require int_eq_float for dg-warning tests. + * c-c++-common/pr57371-2.c: XFAIL optimized dump scan when + sizeof (float) != sizeof (int). + * gcc.dg/pr84670-4.c: Require ptr_eq_long. + * gcc.dg/pr85859.c: Likewise. + * gcc.dg/Wno-frame-address.c: Skip for msp430-elf. + * gcc.dg/torture/stackalign/builtin-apply-2.c: Likewise. + * gcc.dg/ifcvt-4.c: Likewise. + * gcc.dg/pr34856.c: Likewise. + * gcc.dg/builtin-apply2.c: Likewise. + * gcc.dg/tree-ssa/ssa-dse-26.c: Likewise. + * gcc.dg/attr-alloc_size-11.c: Remove dg-warning XFAIL for msp430. + * gcc.dg/tree-ssa/20040204-1.c: Likewise. + * gcc.dg/compat/struct-by-value-16a_x.c: Build at -O1 for msp430 + so it fits. + * gcc.dg/lto/20091013-1_0.c: Require ptr_eq_long. + * gcc.dg/lto/20091013-1_1.c: Remove xfail-if for when + sizeof(void *) != sizeof(long). + * gcc.dg/lto/20091013-1_2.c: Likewise. + * gcc.dg/tree-ssa/loop-1.c: Fix expected dg-final behaviour for msp430. + * gcc.dg/tree-ssa/gen-vect-25.c: Likewise. + * gcc.dg/tree-ssa/gen-vect-11.c: Likewise. + * gcc.dg/tree-ssa/loop-35.c: Likewise. + * gcc.dg/tree-ssa/pr23455.c: Likewise. + * gcc.dg/weak/typeof-2.c: Likewise. + * gcc.target/msp430/interrupt_fn_placement.c: Skip for 430 ISA. + * gcc.target/msp430/pr78818-data-region.c: Fix scan-assembler text. + * gcc.target/msp430/pr79242.c: Don't skip for -msmall. + * gcc.target/msp430/special-regs.c: Use "__asm__" instead of "asm". + +2018-11-26 Martin Sebor + + PR 87756 + * gcc.dg/warn-sprintf-no-nul-2.c: Move incomplete tests from here... + * gcc.dg/warn-sprintf-no-nul-3.c: ...to here and complete them. + +2018-11-26 Marek Polacek + + PR c++/88120 - ICE when calling save_expr in a template. + * g++.dg/cpp0x/pr88120.C: New test. + +2018-11-26 Jozef Lawrynowicz + + * c-c++-common/Warray-bounds-3.c (test_strcpy_bounds): Use long instead + of int if __SIZEOF_INT__ == 2. + * c-c++-common/Wrestrict.c: Test memcpy range with smaller length when + __SIZEOF_SIZE_T < 4. + * c-c++-common/rotate-8.c: Define smaller "large" constant when + __SIZEOF_INT__ == 2. + * gcc.dg/pr53037-1.c: Add dg-require-effective-target int32. + * gcc.dg/pr53037-2.c: Likewise. + * gcc.dg/pr53037-3.c: Likewise. + * gcc.dg/pr85512.c: Likewise. + * gcc.dg/pr59963-2.c: Add dg-warning for int16. + * gcc.dg/sancov/cmp0.c: Explicitly use __INT32_TYPE__ instead of int. + * gcc.dg/tree-ssa/addadd.c: Fix dg-final directives for int16. + * gcc.dg/tree-ssa/pr79327-2.c: Likewise. + * gcc.dg/tree-ssa/builtin-sprintf-2.c: Filter out invalid tests for + int16. + * gcc.dg/tree-ssa/builtin-sprintf-warn-10.c: Update sizes in dg-warning + directives for int16. + +2018-11-26 Jozef Lawrynowicz + + * lib/target-supports.exp (check_effective_target_newlib_nano_io): New. + * gcc.c-torture/execute/920501-8.c: Register undefined linker symbol + _printf_float for newlib_nano_io target. + * gcc.c-torture/execute/930513-1.c: Likewise. + * gcc.dg/torture/builtin-sprintf.c: Likewise. + * gcc.c-torture/execute/ieee/920810-1.x: New. + +2018-11-26 Jakub Jelinek + + PR target/88195 + * gcc.target/i386/pr88195.c: New test. + + PR testsuite/88090 + * obj-c++.dg/attributes/method-nonnull-1.mm (my_size_t): New typedef. + (MyArray::removeObjectAtIndex): Use my_size_t instead of size_t and + expect it in diagnostics. + + PR c++/86900 + * g++.dg/debug/dwarf2/pr86900.C: New test. + +2018-11-26 Jozef Lawrynowicz + + * gcc.c-torture/compile/20151204.c: Add dg-require-effective-target + size20plus. + * gcc.dg/pr34225.c: Likewise. + * gcc.dg/pr40971.c: Likewise. + * gcc.dg/pr69071.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-10.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-2.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-3.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-5.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-6.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-7.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-8.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-9.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-11.c: Add dg-require-effective-target + size32plus. + * gcc.dg/Walloc-size-larger-than-4.c: Likewise. + * gcc.dg/Walloc-size-larger-than-5.c: Likewise. + * gcc.dg/Walloc-size-larger-than-6.c: Likewise. + * gcc.dg/Walloc-size-larger-than-7.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-1.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-1b.c: Likewise. + * lib/target-supports.exp (check_effective_target_size20plus): New. + (check_effective_target_size32plus): Update comment. + +2018-11-26 Uros Bizjak + + PR target/88178 + * gcc.target/pr88178.c: New test. + +2018-11-26 Matthias Klose + + * jit.dg/test-long-names.c: Fix build with -Wformat-security. + +2018-11-25 Rainer Orth + + * lib/target-supports.exp (check_compile): Handle D. + (check_effective_target_d_runtime): New proc. + * lib/gdc-dg.exp (gdc-dg-test): Demote link and run tests to + compile unless d_runtime. + * gdc.dg/runnable.d: Skip unless d_runtime. + * gdc.dg/lto/lto.exp: Require d_runtime to run tests. + +2018-11-24 Paul Thomas + + PR fortran/88143 + * gfortran.dg/associate_46.f90: New test. + +2018-11-23 Jeff Law + + PR rtl-optimization/84768 + * gcc.c-torture/compile/pr84768.c: New test. + +2018-11-23 Vladimir Makarov + + * gcc.target/powerpc/pr70669.c: Use unary minus instead of + addition. + +2018-11-23 Jakub Jelinek + + PR tree-optimization/87756 + * gcc.dg/builtin-memchr-2.c: Scan the gimple dump instead of + optimized. + * gcc.dg/builtin-memchr-3.c: Likewise. + +2018-11-23 Martin Sebor + + PR tree-optimization/87756 + * gcc.dg/builtin-memchr-2.c: New test. + * gcc.dg/builtin-memchr-3.c: Same. + * gcc.dg/warn-sprintf-no-nul-2.c: Same. + +2018-11-23 Martin Sebor + + PR testsuite/88098 + * gcc.dg/Wbuiltin-declaration-mismatch-4.c: Adjust. + * gcc.dg/Wbuiltin-declaration-mismatch-5.c: New test. + * gcc.dg/torture/pr67222.c: Adjust. + +2018-11-23 Richard Biener + + PR tree-optimization/88149 + * g++.dg/torture/pr88149.C: New testcase. + +2018-11-23 Jakub Jelinek + + PR tree-optimization/86614 + * c-c++-common/Warray-bounds-2.c (wrap_strncpy_dstarray_diff_neg, + call_strncpy_dstarray_diff_neg): Don't expect late -Warray-bounds + warnings, just early ones from FE. Remove dg-prune-output. + * c-c++-common/Warray-bounds-6.c: New test. + + * gfortran.dg/pad_source_1.f: New test. + * gfortran.dg/pad_source_2.f: New test. + * gfortran.dg/pad_source_3.f: New test. + * gfortran.dg/pad_source_4.f: New test. + * gfortran.dg/pad_source_5.f: New test. + +2018-11-22 Jan Hubicka + + PR lto/88142 + * g++.dg/lto/odr-5_0.C: New testcase. + * g++.dg/lto/odr-5_1.C: New testcase. + +2018-11-22 Jan Hubicka + + * g++.dg/lto/odr-2_0.C: Drop dg-lto-options. + * g++.dg/lto/odr-3_0.C: Likewise; harden for optimizing compilatoin. + +2018-11-22 Jakub Jelinek + + PR tree-optimization/85794 + * gcc.dg/vect/O3-pr85794.c: New test. + +2018-11-22 Vladimir Makarov + + PR rtl-optimization/87718 + * gcc.target/i386/pr82361-1.c: Check only the first operand of + moves. + +2018-11-22 Thomas Preud'homme + + * gcc.target/arm/pr85434.c: New test. + +2018-11-22 Richard Biener + + PR tree-optimization/88148 + * gfortran.dg/pr88148.f90: New testcase. + +2018-11-22 Andreas Schwab + + * g++.dg/lto/odr-2_0.C: Remove extra brace + +2018-11-22 Martin Liska + + PR sanitizer/88017 + * gcc.dg/tsan/pr88017.c: New test. + +2018-11-21 Jakub Jelinek + + PR c++/88122 + * g++.dg/cpp0x/implicit15.C: New test. + + PR c++/87386 + * g++.dg/diagnostic/pr87386.C: New test. + * g++.dg/parse/error17.C: Adjust expected diagnostics. + + PR rtl-optimization/85925 + * gcc.c-torture/execute/20181120-1.c: Require effective target + int32plus. + (u): New variable. + (main): Compare d against u.f1 rather than 0x101. Use 0x4030201 + instead of 0x10101. + +018-11-21 Lokesh Janghel + + PR target/85667 + * gcc.target/pr85667-1.c: New testcase. + * gcc.target/pr85667-2.c: New testcase. + * gcc.target/pr85667-3.c: New testcase. + * gcc.target/pr85667-4.c: New testcase. + +2018-11-21 Jan Hubicka + + PR lto/87957 + * g++.dg/lto/odr-1_0.C: Extend by mismatched enum. + * g++.dg/lto/odr-1_1.C: Extend by mismatched enum. + * g++.dg/lto/odr-2_0.C: New. + * g++.dg/lto/odr-2_1.C: New. + * g++.dg/lto/odr-3_0.C: New. + * g++.dg/lto/odr-3_1.C: New. + +2018-11-21 Jakub Jelinek + + PR target/87839 + * gcc.target/aarch64/pr87839.c: New test. + +2018-11-21 Renlin Li + + PR middle-end/84877 + * gcc.dg/pr84877.c: New. + +2018-11-21 H.J. Lu + + PR target/87317 + * gcc.target/i386/pr87317-1.c: New file. + * gcc.target/i386/pr87317-2.c: Likewise. + * gcc.target/i386/pr87317-3.c: Likewise. + * gcc.target/i386/pr87317-4.c: Likewise. + * gcc.target/i386/pr87317-5.c: Likewise. + * gcc.target/i386/pr87317-6.c: Likewise. + * gcc.target/i386/pr87317-7.c: Likewise. + * gcc.target/i386/pr87317-8.c: Likewise. + * gcc.target/i386/pr87317-9.c: Likewise. + * gcc.target/i386/pr87317-10.c: Likewise. + * gcc.target/i386/pr87317-11.c: Likewise. + * gcc.target/i386/pr87317-12.c: Likewise. + * gcc.target/i386/pr87317-13.c: Likewise. + +2018-11-21 Tom de Vries + + PR driver/79855 + * lib/options.exp (check_for_options_with_filter): New proc. + * gcc.misc-tests/help.exp: Check that --help=params lines end with + period. + +2018-11-21 Jakub Jelinek + Mark Eggleston + + * gfortran.dg/include_10.f: New test. + * gfortran.dg/include_10.inc: New file. + * gfortran.dg/include_11.f: New test. + * gfortran.dg/include_12.f: New test. + * gfortran.dg/include_13.f90: New test. + * gfortran.dg/gomp/include_1.f: New test. + * gfortran.dg/gomp/include_1.inc: New file. + * gfortran.dg/gomp/include_2.f90: New test. + +2018-11-21 Andreas Krebbel + + * gcc.target/s390/vector/align-1.c: New test. + * gcc.target/s390/vector/align-2.c: New test. + +2018-11-20 Martin Sebor + + * c-c++-common/builtin-has-attribute-2.c: New test. + * c-c++-common/builtin-has-attribute-3.c: New test. + * c-c++-common/builtin-has-attribute-4.c: New test. + * c-c++-common/builtin-has-attribute.c: New test. + * gcc.dg/builtin-has-attribute.c: New test. + * gcc.target/i386/builtin-has-attribute.c: New test. + +2018-11-20 Jan Hubicka + + PR lto/84044 + * g++.dg/lto/odr-4_0.C: New testcase. + * g++.dg/lto/odr-4_1.C: New testcase. + +2018-11-20 Jakub Jelinek + + PR c++/88110 + * g++.dg/cpp2a/constexpr-virtual13.C: New test. + + PR tree-optimization/87895 + * gcc.dg/gomp/pr87895-1.c: New test. + * gcc.dg/gomp/pr87895-2.c: New test. + * gcc.dg/gomp/pr87895-3.c: New test. + +2018-11-20 Uros Bizjak + + PR target/88070 + * gcc.target/i386/pr88070.c: New test. + +2018-11-20 Andreas Krebbel + + * gcc.target/s390/flogr-1.c: New test. + +2018-11-20 Jan Hubicka + + PR lto/87997 + * g++.dg/torture/pr87997.C: New testcase. + +2018-11-20 Jan Hubicka + + PR ipa/87706 + * gcc.dg/ipa/ctor-empty-1.c: Update template. + +2018-11-20 Richard Biener + + PR tree-optimization/88074 + * gcc.dg/pr88074.c: New testcase. + +2018-11-20 Martin Liska + + * pr57362.C: Move to g++.target/i386 folder. + * pr57548.C: Likewise. + * pr59492.C: Likewise. + * pr82625.C: Likewise. + * pr85329-2.C: Likewise. + * pr85329.C: Likewise. + +2018-11-20 Richard Biener + + PR tree-optimization/88069 + * gcc.dg/pr88069.c: New testcase. + +2018-11-20 Martin Liska + + PR ipa/88093 + * gcc.target/i386/ipa-stack-alignment.c: Add + -fomit-frame-pointer. + +2018-11-20 Ilya Leoshkevich + + PR target/88083 + * gcc.target/s390/pr88083.c: New test. + +2018-11-20 Richard Biener + + PR middle-end/83215 + * g++.dg/tree-ssa/pr83215.C: New testcase. + +2018-11-20 Eric Botcazou + + * gcc.c-torture/execute/20181120-1.c: New test. + +2018-11-20 Richard Biener + + PR tree-optimization/88087 + * gcc.dg/tree-ssa/pr88087.c: New testcase. + +2018-11-19 Paul Koning + + * gcc.c-torture/execute/align-3.c: Skip if pdp11. + * gcc.c-torture/execute/pr23467.c: Ditto. + * gcc.c-torture/execute/pr36093.c: Ditto. + * gcc.c-torture/execute/pr43783.c: Ditto. + * gcc.dg/const-elim-2.c: Xfail if pdp11. + * gcc.dg/torture/pr36400.c: Ditto. + * gcc.dg/tree-ssa/loop-1.c: Xfail for pdp11. Add pdp11 to check + for jsr. + +2018-11-19 Paul Koning + + * lib/target-supports.exp (check_weak_available): Return "no" for + pdp11. + +2018-11-19 Marek Polacek + + PR c++/87781 - detect invalid elaborated-type-specifier. + * g++.dg/parse/elab3.C: New test. + * g++.dg/template/crash115.C: Adjust dg-error. + +2018-11-19 Peter Bergner + + PR rtl-optimization/88033 + * gcc.target/i386/pr88033.c: New test. + +2018-11-19 Kyrylo Tkachov + + * gcc.target/aarch64/sve/unroll-1.c: New test. + +2018-11-19 David Malcolm + + PR tree-optimization/87025 + * gcc.dg/pr87025.c: New test. + +2018-11-19 Jakub Jelinek + + PR tree-optimization/88071 + * gcc.dg/pr88071.c: New test. + + PR c++/60994 + * g++.dg/lookup/pr60994.C: New test. + + PR debug/87039 + * g++.dg/gomp/pr78363-4.C: New test. + * g++.dg/gomp/pr78363-5.C: New test. + * g++.dg/gomp/pr78363-6.C: New test. + * g++.dg/gomp/pr78363-7.C: New test. + +2018-11-19 Richard Biener + + PR lto/87229 + * g++.dg/lto/pr87229_0.C: New testcase. + +2018-11-19 Martin Liska + + PR lto/88077 + * gcc.dg/lto/pr88077_0.c: New test. + * gcc.dg/lto/pr88077_1.c: New test. + +2018-11-19 Martin Liska + + * g++.dg/gcov/pr84548.C: Remove remove-gcda. + * g++.dg/gcov/ternary.C: Likewise. + * lib/gcov.exp: Support pattern of following form: + count(1*). + +2018-11-19 Eric Botcazou + + * gcc.target/visium/overflow8.c: Remove -fno-if-conversion and + unrelated final test. + * gcc.target/visium/overflow16: Likewise. + * gcc.target/visium/overflow32.c: Likewise. + +2018-11-18 Paolo Carlini + + * g++.dg/template/crash91.C: Check location too. + +2018-11-19 Martin Liska + + PR gcov-profile/88045 + * g++.dg/gcov/pr88045.C: New test. + +2018-11-18 Thomas Koenig + + PR fortran/88073 + * gfortran.dg/where_7.f90: New test. + +2018-11-18 Thomas Koenig + + PR fortran/70260 + * gfortran.dg/proc_ptr_result_5.f90: Add dg-error directive. + * gfortran.dg/protected_4.f90: Split line to allow for extra error. + * gfortran.dg/protected_6.f90: Likewise. + * gfortran.dg/assign_11.f90: New test. + * gfortran.dg/pointer_assign_12.f90: New test. + +2018-11-17 Jakub Jelinek + + PR tree-optimization/87546 + * gcc.dg/vect/O3-pr87546.c: New test. + +2018-11-17 Jozef Lawrynowicz + + PR middle-end/87854 + * g++.dg/parse/concat1.C: Add dg-error for targets with size_t < 32 + bits. Update comment. + * gcc.dg/concat2.c: Likewise. + * gcc.c-torture/compile/pr46534.c: Likewise. + +2018-11-16 Jakub Jelinek + + PR c++/87269 + * g++.dg/lookup/pr87269.C (std::size_t): New typedef. + (operator"" _a) Change unsigned long type to std::size_t. + +2018-11-16 Michael Meissner + + * gcc.target/powerpc/fusion3.c: Delete. + * gcc.target/powerpc/fusion4.c: Delete. + +2018-11-16 Jakub Jelinek + + PR rtl-optimization/87475 + * g++.dg/opt/pr87475.C: New test. + +2018-11-16 Matthew Malcomson + + * gcc.c-torture/execute/printf-2.c: Skip on wrapped boards. + * gcc.c-torture/execute/user-printf.c: Likewise. + +2018-11-16 Nathan Sidwell + + PR c++/87269 + * g++.dg/lookup/pr87269.C: New. + +2018-11-16 Richard Biener + + PR testsuite/88053 + * g++.dg/lto/pr54625-2_0.c: Add -w. + +2018-11-16 Ilya Leoshkevich + + * gcc.target/s390/md/rXsbg_mode_sXl.c: Do not use arithmetic in + r{o,x}sbg expectations. + * gcc.target/s390/risbg-ll-2.c: Likewise. + +2018-11-16 Richard Biener + + PR testsuite/88053 + * g++.dg/lto/pr54625-1_0.c: Add -w. + +2018-11-15 Martin Sebor + + PR c++/87541 + PR c++/87542 + * g++.dg/ext/attr-alloc_size.C: New test. + * c-c++-common/pr71574.c: Adjust diagnostics. + * c-c++-common/attributes-1.c: Same. + * gcc.dg/attr-alloc_align-2.c: Same. + * gcc.dg/attr-alloc_align-4.c: New test. + * gcc.dg/attr-alloc_size-2.c: Adjust diagnostics. + * gcc.dg/attr-alloc_size.c: Same. + * gcc.dg/attr-assume_aligned-4.c: New test. + * gcc.dg/format/attr-3.c: Adjust diagnostics. + * gcc.dg/nonnull-2.c: Same. + * gcc.dg/torture/pr80612.c: Same. + * obj-c++.dg/attributes/method-format-1.mm: Same. + * obj-c++.dg/attributes/method-nonnull-1.mm: Same. + * objc.dg/attributes/method-format-1.m: same. + * objc.dg/attributes/method-nonnull-1.m: Same. + +2018-11-15 Martin Sebor + + PR c/83656 + * gcc.dg/20021006-1.c + * gcc.dg/Wbuiltin-declaration-mismatch.c: New test. + * gcc.dg/Wbuiltin-declaration-mismatch-2.c: New test. + * gcc.dg/Wbuiltin-declaration-mismatch-3.c: New test. + * gcc.dg/Wbuiltin-declaration-mismatch-4.c: New test. + * gcc.dg/Walloca-16.c: Adjust. + * gcc.dg/Wrestrict-4.c: Adjust. + * gcc.dg/Wrestrict-5.c: Adjust. + * gcc.dg/atomic/stdatomic-generic.c: Adjust. + * gcc.dg/atomic/stdatomic-lockfree.c: Adjust. + * gcc.dg/initpri1.c: Adjust. + * gcc.dg/pr15698-1.c: Adjust. + * gcc.dg/pr69156.c: Adjust. + * gcc.dg/pr83463.c: Adjust. + * gcc.dg/redecl-4.c: Adjust. + * gcc.dg/tls/thr-init-2.c: Adjust. + * gcc.dg/torture/pr55890-2.c: Adjust. + * gcc.dg/torture/pr55890-3.c: Adjust. + * gcc.dg/torture/pr67741.c: Adjust. + * gcc.dg/torture/stackalign/sibcall-1.c: Adjust. + * gcc.dg/torture/tls/thr-init-1.c: Adjust. + * gcc.dg/tree-ssa/builtins-folding-gimple-ub.c: Adjust. + +2018-11-15 Nathan Sidwell + + PR c++/86246 + PR c++/87989 + * g++.dg/template/pr86246.C: New. + * g++.dg/template/pr87989.C: New. + +2018-11-15 Paolo Carlini + + * g++.dg/cpp0x/constexpr-diag3.C: Check locations too. + * g++.dg/cpp0x/constexpr-ice19.C: Likewise. + * g++.dg/cpp0x/constexpr-nonlit2.C: Likewise. + * g++.dg/cpp1z/constexpr-lambda15.C: Likewise. + * g++.dg/ext/constexpr-vla5.C: Likewise. + * g++.dg/gomp/pr85134.C: Likewise. + +2018-11-15 Nathan Sidwell + + DR 2336 + * g++.dg/cpp1y/pr79393-3.C: New. + +2018-11-15 David Malcolm + + PR other/19165 + * c-c++-common/diagnostic-format-json-1.c: New test. + * c-c++-common/diagnostic-format-json-2.c: New test. + * c-c++-common/diagnostic-format-json-3.c: New test. + * c-c++-common/diagnostic-format-json-4.c: New test. + * c-c++-common/diagnostic-format-json-5.c: New test. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c + (custom_diagnostic_finalizer): Add diagnostic_t param. + * gcc.dg/plugin/location_overflow_plugin.c + (verify_unpacked_ranges): Likewise. + (verify_no_columns): Likewise. + * gfortran.dg/diagnostic-format-json-1.F90: New test. + * gfortran.dg/diagnostic-format-json-2.F90: New test. + * gfortran.dg/diagnostic-format-json-3.F90: New test. + +2018-11-15 Richard Biener + + PR middle-end/88029 + * gcc.dg/tree-ssa/pr88029.c: New testcase. + +2018-11-15 Richard Biener + + PR tree-optimization/88031 + * gcc.dg/pr88031.c: New testcase. + +2018-11-15 Wilco Dijkstra + + * gcc.target/aarch64/pr62178.c: Fix spaces. + +2018-11-15 Richard Biener + + PR tree-optimization/88030 + * gcc.dg/tsan/pr88030.c: New testcase. + +2018-11-15 Jakub Jelinek + + PR rtl-optimization/88018 + * g++.dg/tsan/pr88018.C: New test. + +2018-11-15 Richard Biener + + PR middle-end/87917 + * gcc.dg/tree-ssa/pr87917.c: New testcase. + +2018-11-15 Bin Cheng + + PR tree-optimization/84648 + * gcc.dg/tree-ssa/pr84648.c: New test. + * gcc.dg/pr68317.c: Add warning check on overflow. + +2018-11-14 Nathan Sidwell + + PR debug/88006 + PR debug/87462 + * g++.dg/debug/dwarf2/pr87462.C: New. + * g++.dg/debug/dwarf2/pr88006.C: New. + +2018-11-14 Paolo Carlini + + * g++.dg/cpp0x/nsdmi-union6.C: Test locations too. + * g++.dg/cpp0x/nsdmi6.C: Likewise. + * g++.dg/ext/flexary4.C: Likewise. + * g++.dg/ext/flexary9.C: Likewise. + * g++.dg/other/incomplete2.C: Likewise. + * g++.dg/parse/friend12.C: Likewise. + +2018-11-14 Jakub Jelinek + + P1236R1 - Signed integers are two's complement + * g++.dg/cpp2a/constexpr-shift1.C: New test. + * g++.dg/warn/permissive-1.C (enum A, enum D): Don't expect + diagnostics here for c++2a. + * g++.dg/cpp0x/constexpr-shift1.C (fn3, i3, fn4, i4): Don't expect + diagnostics here for c++2a. + * g++.dg/cpp0x/constexpr-60049.C (f3, x3, y3): Likewise. + * g++.dg/ubsan/cxx11-shift-1.C (main): Add some further tests. + * g++.dg/ubsan/cxx11-shift-2.C (main): Likewise. + * g++.dg/ubsan/cxx2a-shift-1.C: New test. + * g++.dg/ubsan/cxx2a-shift-2.C: New test. + +2018-11-14 Jeff Law + + * gcc.c-torture/compile/20181114.c: New test. + +2018-11-14 Richard Biener + + PR middle-end/87985 + * gcc.dg/pr87985.c: New testcase. + +2018-11-14 Ilya Leoshkevich + + * gcc.target/s390/mrecord-mcount.c (profileme): Expect .long in + 31-bit mode. + +2018-11-14 Ilya Leoshkevich + + * gcc.target/s390/global-array-almost-huge-element.c: Run only + in 64-bit mode. + * gcc.target/s390/global-array-almost-negative-huge-element.c: + Likewise. + * gcc.target/s390/global-array-even-element.c: Likewise. + +2018-11-14 Wilco Dijkstra + Jackson Woodruff + + PR 71026/tree-optimization + * gcc.dg/div-cmp-1.c: New test. + * gcc.dg/div-cmp-2.c: New test. + +2018-11-14 Jakub Jelinek + + PR other/88007 + * gcc.dg/pr88007.c: New test. + + PR rtl-optimization/87817 + * gcc.target/i386/bmi2-bzhi-3.c (main): Add a couple of new tests. + +2018-11-14 Wilco Dijkstra + + * gcc.target/aarch64/pr62178.c: Relax scan-assembler checks. + +2018-11-14 Patrick Bernardi + + * gnat.dg/rt_signals.adb: New testcase. + +2018-11-14 Hristian Kirtchev + + * gnat.dg/ghost1.adb, gnat.dg/ghost1.ads: New testcase. + +2018-11-14 Javier Miranda + + * gnat.dg/equal5.adb, gnat.dg/equal5.ads: New testcase. + +2018-11-14 Eric Botcazou + + * gnat.dg/compile_time_error1.adb, + gnat.dg/compile_time_error1.ads, + gnat.dg/compile_time_error1_pkg.ads: New testcase. + +2018-11-14 Justin Squirek + + * gnat.dg/generic_pkg.adb: New testcase. + +2018-11-14 Ed Schonberg + + * gnat.dg/limited_aggr.adb, gnat.dg/limited_aggr.ads: New + testcase. + +2018-11-14 Justin Squirek + + * gnat.dg/enum5.adb: New testcase. + +2018-11-14 Hristian Kirtchev + + * gnat.dg/bip_exception.adb, gnat.dg/bip_exception.ads, + gnat.dg/bip_exception_pkg.ads: New testcase. + +2018-11-14 Hristian Kirtchev + + * gnat.dg/equal4.adb, gnat.dg/equal4.ads, + gnat.dg/equal4_controlled_filter.ads, + gnat.dg/equal4_full_selector_filter.ads, + gnat.dg/equal4_smart_pointers.ads: New testcase. + +2018-11-14 Piotr Trojanek + + * gnat.dg/generic_actuals.adb: New testcase. + +2018-11-14 Richard Biener + + PR tree-optimization/87974 + * g++.dg/opt/pr87974.C: New testcase. + +2018-11-14 Jakub Jelinek + + PR tree-optimization/87977 + * gcc.dg/recip_sqrt_mult_1.c: Add -fcompare-debug to dg-options. + * gcc.dg/recip_sqrt_mult_2.c: Likewise. + * gcc.dg/recip_sqrt_mult_3.c: Likewise. + * gcc.dg/recip_sqrt_mult_4.c: Likewise. + * gcc.dg/recip_sqrt_mult_5.c: Likewise. + +2018-11-13 Peter Bergner + + PR rtl-optimization/87507 + * gcc.target/powerpc/pr87507.c: New test. + * gcc.target/powerpc/pr68805.c: Update expected results. + +2018-11-13 Jakub Jelinek + + PR tree-optimization/87898 + * gcc.dg/gomp/pr87898.c: New test. + +2018-11-13 David Malcolm + + * g++.dg/plugin/comment_plugin.c: Replace "source_location" with + "location_t". + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c: Likewise. + +2018-11-13 Martin Sebor + + PR middle-end/81824 + * gcc.dg/attr-copy-5.c: New test. + * gcc.dg/tls/diag-6.c: Adjust expected diagnostics. + +2018-11-13 Richard Biener + + PR tree-optimization/86991 + * gcc.dg/pr86991.c: New testcase. + +2018-11-13 David Malcolm + + PR ipa/87955 + * gcc.target/i386/pr87955.c: New test. + +2018-11-12 Aldy Hernandez + + * gcc.dg/tree-ssa/pr64130.c: Adjust for new value_range pretty + printer. + * gcc.dg/tree-ssa/vrp92.c: Same. + +2018-11-13 Richard Biener + + PR tree-optimization/87931 + * gcc.dg/graphite/pr87931.c: New testcase. + +2018-11-13 Martin Liska + + PR sanitizer/87930 + * gcc.target/i386/pr87930.c: New test. + +2018-11-13 Richard Biener + + PR tree-optimization/87962 + * gcc.dg/pr87962.c: New testcase. + +2018-11-13 Richard Biener + + PR tree-optimization/87967 + * g++.dg/opt/pr87967.C: New testcase. + +2018-11-13 Claudiu Zissulescu + + * gcc.target/arc/builtin_eh.c: New test. + +2018-11-13 Claudiu Zissulescu + + * gcc.target/arc/firq-1.c: Update test. + * gcc.target/arc/firq-3.c: Likewise. + * gcc.target/arc/firq-4.c: Likewise. + * gcc.target/arc/interrupt-6.c: Likewise. + +2018-11-13 Jakub Jelinek + + PR rtl-optimization/87918 + * gcc.target/i386/pr87918.c: New test. + +2018-11-13 Alan Modra + + * gcc.target/powerpc/rotmask.c: New. + +2018-11-13 Kugan Vivekanandarajah + + PR middle-end/86677 + PR middle-end/87528 + * g++.dg/tree-ssa/pr86544.C: Run only for target supporting popcount + pattern. + * gcc.dg/tree-ssa/popcount.c: Likewise. + * gcc.dg/tree-ssa/popcount2.c: Likewise. + * gcc.dg/tree-ssa/popcount3.c: Likewise. + * gcc.target/aarch64/popcount4.c: New test. + * lib/target-supports.exp (check_effective_target_popcountl): New. + +2018-11-12 Martin Liska + + PR gcov-profile/87442 + * gcc.dg/profile-filtering-1.c: New test. + * gcc.dg/profile-filtering-2.c: New test. + +2018-11-12 Martin Sebor + + PR c/81824 + * gcc.dg/Wattribute-alias.c: Require ifunc support. + +2018-11-12 Renlin Li + + PR target/87815 + * gcc.target/aarch64/sve/pr87815.c: New. + +2018-11-12 Sudakshina Das + + * gcc.target/arm/multilib.exp: Add some -march=armv8.5-a + combination tests. + +2018-11-11 Xianmiao Qu + + * gcc.target/csky/fnmul-1.c: New. + * gcc.target/csky/fnmul-2.c: New. + * gcc.target/csky/fnmul-3.c: New. + * gcc.target/csky/fnmul-4.c: New. + +2018-11-11 Uros Bizjak + + PR target/87928 + * gcc.target/i386/pr87928.c: New test. + +2018-11-09 Martin Sebor + + PR testsuite/87965 + * c-c++-common/pr60226.c: Adjust text of expected diagnostic. + * gcc.dg/pr39323-1.c: Ditto. + +2018-11-09 Paul Koning + + * gcc.dg/Walloca-16.c: Ignore conflicting types for built-in + warnings. + * gcc.dg/Wrestrict-4.c: Ditto. + * gcc.dg/Wrestrict-5.c: Ditto. + * gcc.dg/pr83463.c: Ditto. + * gcc.dg/torture/pr55890-2.c: Ditto. + * gcc.dg/torture/pr55890-3.c: Ditto. + * gcc.dg/torture/pr71816.c: Ditto. + +2018-11-09 Jakub Jelinek + + * c-c++-common/gomp/clauses-5.c: New test. + + * c-c++-common/gomp/requires-1.c: Prune not supported yet messages. + * c-c++-common/gomp/requires-2.c: Likewise. + * c-c++-common/gomp/requires-4.c: Likewise. + + * c-c++-common/gomp/lastprivate-conditional-1.c: New test. + * c-c++-common/gomp/lastprivate-conditional-2.c: New test. + +2018-11-09 Jeff Law + + gcc.dg/torture/stackalign/builtin-apply-2.c: Skip on v850. + +2018-11-09 Martin Sebor + + PR middle-end/81824 + * gcc.dg/Wattribute-alias.c: New test. + * gcc.dg/Wmissing-attributes.c: New test. + * gcc.dg/attr-copy.c: New test. + * gcc.dg/attr-copy-2.c: New test. + * gcc.dg/attr-copy-3.c: New test. + * gcc.dg/attr-copy-4.c: New test. + +2018-11-09 Martin Sebor + + PR c/87795 + * gcc.dg/attr-aligned.c: New test. + +2018-11-09 Martin Liska + + * gcc.target/i386/ipa-stack-alignment.c: New test. + +2018-11-09 Martin Liska + + * gcc.dg/tree-ssa/writeonly-2.c: New test. + +2018-11-09 Jakub Jelinek + + * gcc.dg/gomp/workshare-reduction-1.c: New test. + * gcc.dg/gomp/workshare-reduction-2.c: New test. + * gcc.dg/gomp/workshare-reduction-3.c: New test. + * gcc.dg/gomp/workshare-reduction-4.c: New test. + * gcc.dg/gomp/workshare-reduction-5.c: New test. + * gcc.dg/gomp/workshare-reduction-6.c: New test. + * gcc.dg/gomp/workshare-reduction-7.c: New test. + * gcc.dg/gomp/workshare-reduction-8.c: New test. + * gcc.dg/gomp/workshare-reduction-9.c: New test. + * gcc.dg/gomp/workshare-reduction-10.c: New test. + * gcc.dg/gomp/workshare-reduction-11.c: New test. + * gcc.dg/gomp/workshare-reduction-12.c: New test. + * gcc.dg/gomp/workshare-reduction-13.c: New test. + * gcc.dg/gomp/workshare-reduction-14.c: New test. + * gcc.dg/gomp/workshare-reduction-15.c: New test. + * gcc.dg/gomp/workshare-reduction-16.c: New test. + * gcc.dg/gomp/workshare-reduction-17.c: New test. + * gcc.dg/gomp/workshare-reduction-18.c: New test. + * gcc.dg/gomp/workshare-reduction-19.c: New test. + * gcc.dg/gomp/workshare-reduction-20.c: New test. + * gcc.dg/gomp/workshare-reduction-21.c: New test. + * gcc.dg/gomp/workshare-reduction-22.c: New test. + * gcc.dg/gomp/workshare-reduction-23.c: New test. + * gcc.dg/gomp/workshare-reduction-24.c: New test. + * gcc.dg/gomp/workshare-reduction-25.c: New test. + * gcc.dg/gomp/workshare-reduction-26.c: New test. + * gcc.dg/gomp/workshare-reduction-27.c: New test. + * gcc.dg/gomp/workshare-reduction-28.c: New test. + * gcc.dg/gomp/workshare-reduction-29.c: New test. + * gcc.dg/gomp/workshare-reduction-30.c: New test. + * gcc.dg/gomp/workshare-reduction-31.c: New test. + * gcc.dg/gomp/workshare-reduction-32.c: New test. + * gcc.dg/gomp/workshare-reduction-33.c: New test. + * gcc.dg/gomp/workshare-reduction-34.c: New test. + * gcc.dg/gomp/workshare-reduction-35.c: New test. + * gcc.dg/gomp/workshare-reduction-36.c: New test. + * gcc.dg/gomp/workshare-reduction-37.c: New test. + * gcc.dg/gomp/workshare-reduction-38.c: New test. + * gcc.dg/gomp/workshare-reduction-39.c: New test. + * gcc.dg/gomp/workshare-reduction-40.c: New test. + * gcc.dg/gomp/workshare-reduction-41.c: New test. + * gcc.dg/gomp/workshare-reduction-42.c: New test. + * gcc.dg/gomp/workshare-reduction-43.c: New test. + * gcc.dg/gomp/workshare-reduction-44.c: New test. + * gcc.dg/gomp/workshare-reduction-45.c: New test. + * gcc.dg/gomp/workshare-reduction-46.c: New test. + * gcc.dg/gomp/workshare-reduction-47.c: New test. + * gcc.dg/gomp/workshare-reduction-48.c: New test. + * gcc.dg/gomp/workshare-reduction-49.c: New test. + * gcc.dg/gomp/workshare-reduction-50.c: New test. + * gcc.dg/gomp/workshare-reduction-51.c: New test. + * gcc.dg/gomp/workshare-reduction-52.c: New test. + * gcc.dg/gomp/workshare-reduction-53.c: New test. + * gcc.dg/gomp/workshare-reduction-54.c: New test. + * gcc.dg/gomp/workshare-reduction-55.c: New test. + * gcc.dg/gomp/workshare-reduction-56.c: New test. + * gcc.dg/gomp/workshare-reduction-57.c: New test. + * gcc.dg/gomp/workshare-reduction-58.c: New test. + +2018-11-09 Stafford Horne + Richard Henderson + + * gcc.c-torture/execute/20101011-1.c: Adjust for OpenRISC. + * gcc.dg/20020312-2.c: Likewise. + * gcc.dg/attr-alloc_size-11.c: Likewise. + * gcc.dg/builtin-apply2.c: Likewise. + * gcc.dg/nop.h: Likewise. + * gcc.dg/torture/stackalign/builtin-apply-2.c: Likewise. + * gcc.dg/tree-ssa/20040204-1.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. + * lib/target-supports.exp + (check_effective_target_logical_op_short_circuit): Add or1k*-*-*. + * gcc.target/or1k/*: New. + +2018-11-09 Richard Biener + + PR tree-optimization/87621 + * g++.dg/vect/pr87621.cc: New testcase. + +2018-11-09 Alexandre Oliva + + PR rtl-optimization/86438 + * gcc.dg/torture/pr86438.c: New. + + PR target/87793 + * gcc.dg/pr87793.c: New. + +2018-11-09 Prathamesh Kulkarni + + * gcc.target/arm/neon-vect-div-1.c: New test. + * gcc.target/arm/neon-vect-div-2.c: Likewise. + +2018-11-08 Andi Kleen + + * gcc.target/i386/ptwrite1.c: New test. + * gcc.target/i386/ptwrite2.c: New test. + +2018-11-08 Jerry DeLisle + + PR libfortran/78351 + * gfortran.dg/read_legacy_comma.f90: New test. + +2018-11-08 Peter Bergner + + PR rtl-optimization/87600 + * gcc.dg/pr87600.h: New file. + * gcc.dg/pr87600-1.c: New test. + * gcc.dg/pr87600-2.c: Likewise. + +2018-11-08 Jakub Jelinek + + * c-c++-common/gomp/atomic-17.c: New test. + * c-c++-common/gomp/atomic-18.c: New test. + * c-c++-common/gomp/atomic-19.c: New test. + * c-c++-common/gomp/atomic-20.c: New test. + * c-c++-common/gomp/atomic-21.c: New test. + * c-c++-common/gomp/atomic-22.c: New test. + * c-c++-common/gomp/clauses-1.c (r2): New variable. + (foo): Add ntm argument and test if and nontemporal clauses on + constructs with simd. + (bar): Put taskloop simd inside of taskgroup with task_reduction, + use in_reduction clause instead of reduction. Add another + taskloop simd without nogroup clause, but with reduction clause and + a new in_reduction. Add ntm and i3 arguments. Test if and + nontemporal clauses on constructs with simd. Change if clauses on + some constructs from specific to the particular constituents to one + without a modifier. Add new tests for combined host teams and for + new parallel master and {,parallel }master taskloop{, simd} combined + constructs. + (baz): New function with host teams tests. + * gcc.dg/gomp/combined-1.c: Moved to ... + * c-c++-common/gomp/combined-1.c: ... here. Adjust expected library + call. + * c-c++-common/gomp/combined-2.c: New test. + * c-c++-common/gomp/combined-3.c: New test. + * c-c++-common/gomp/critical-1.c: New test. + * c-c++-common/gomp/critical-2.c: New test. + * c-c++-common/gomp/default-1.c: New test. + * c-c++-common/gomp/defaultmap-1.c: New test. + * c-c++-common/gomp/defaultmap-2.c: New test. + * c-c++-common/gomp/defaultmap-3.c: New test. + * c-c++-common/gomp/depend-5.c: New test. + * c-c++-common/gomp/depend-6.c: New test. + * c-c++-common/gomp/depend-iterator-1.c: New test. + * c-c++-common/gomp/depend-iterator-2.c: New test. + * c-c++-common/gomp/depobj-1.c: New test. + * c-c++-common/gomp/flush-1.c: New test. + * c-c++-common/gomp/flush-2.c: New test. + * c-c++-common/gomp/for-1.c: New test. + * c-c++-common/gomp/for-2.c: New test. + * c-c++-common/gomp/for-3.c: New test. + * c-c++-common/gomp/for-4.c: New test. + * c-c++-common/gomp/for-5.c: New test. + * c-c++-common/gomp/for-6.c: New test. + * c-c++-common/gomp/for-7.c: New test. + * c-c++-common/gomp/if-1.c (foo): Add some further tests. + * c-c++-common/gomp/if-2.c (foo): Likewise. Expect slightly different + diagnostics wording in one case. + * c-c++-common/gomp/if-3.c: New test. + * c-c++-common/gomp/master-combined-1.c: New test. + * c-c++-common/gomp/master-combined-2.c: New test. + * c-c++-common/gomp/nontemporal-1.c: New test. + * c-c++-common/gomp/nontemporal-2.c: New test. + * c-c++-common/gomp/reduction-task-1.c: New test. + * c-c++-common/gomp/reduction-task-2.c: New test. + * c-c++-common/gomp/requires-1.c: New test. + * c-c++-common/gomp/requires-2.c: New test. + * c-c++-common/gomp/requires-3.c: New test. + * c-c++-common/gomp/requires-4.c: New test. + * c-c++-common/gomp/schedule-modifiers-1.c (bar): Don't expect + diagnostics for nonmonotonic modifier with static, runtime or auto + schedule kinds. + * c-c++-common/gomp/simd7.c: New test. + * c-c++-common/gomp/target-data-1.c: New test. + * c-c++-common/gomp/taskloop-reduction-1.c: New test. + * c-c++-common/gomp/taskwait-depend-1.c: New test. + * c-c++-common/gomp/teams-1.c: New test. + * c-c++-common/gomp/teams-2.c: New test. + * gcc.dg/gomp/appendix-a/a.24.1.c: Update from OpenMP examples. Add + shared(c) clause. + * gcc.dg/gomp/atomic-5.c (f1): Add another expected error. + * gcc.dg/gomp/clause-1.c: Adjust expected diagnostics for const + qualified vars without mutable member no longer being predeterined + shared. + * gcc.dg/gomp/sharing-1.c: Likewise. + * g++.dg/gomp/clause-3.C: Likewise. + * g++.dg/gomp/member-2.C: Likewise. + * g++.dg/gomp/predetermined-1.C: Likewise. + * g++.dg/gomp/private-1.C: Likewise. + * g++.dg/gomp/sharing-1.C: Likewise. + * g++.dg/gomp/sharing-2.C: Likewise. Add a few tests with aggregate + const static data member without mutable elements. + * gcc.dg/gomp/for-4.c: Expected nonmonotonic functions in the dumps. + * gcc.dg/gomp/for-5.c: Likewise. + * gcc.dg/gomp/for-6.c: Change expected library call. + * gcc.dg/gomp/pr39495-2.c (foo): Don't expect errors on !=. + * gcc.dg/gomp/reduction-2.c: New test. + * gcc.dg/gomp/simd-1.c: New test. + * gcc.dg/gomp/teams-1.c: Adjust expected diagnostic lines. + * g++.dg/gomp/atomic-18.C: New test. + * g++.dg/gomp/atomic-19.C: New test. + * g++.dg/gomp/atomic-5.C (f1): Adjust expected lines of read-only + variable messages. Add another expected error. + * g++.dg/gomp/critical-3.C: New test. + * g++.dg/gomp/depend-iterator-1.C: New test. + * g++.dg/gomp/depend-iterator-2.C: New test. + * g++.dg/gomp/depobj-1.C: New test. + * g++.dg/gomp/doacross-1.C: New test. + * g++.dg/gomp/for-21.C: New test. + * g++.dg/gomp/for-4.C: Expected nonmonotonic functions in the dumps. + * g++.dg/gomp/for-5.C: Likewise. + * g++.dg/gomp/for-6.C: Change expected library call. + * g++.dg/gomp/loop-4.C: New test. + * g++.dg/gomp/pr33372-1.C: Adjust location of the expected + diagnostics. + * g++.dg/gomp/pr33372-3.C: Likewise. + * g++.dg/gomp/pr39495-2.C (foo): Don't expect errors on !=. + * g++.dg/gomp/simd-2.C: New test. + * g++.dg/gomp/tpl-atomic-2.C: Adjust expected diagnostic lines. + +2018-11-08 Uros Bizjak + + * gcc.dg/pr87874.c (em): Declare uint64_max as + const unsigned long long int. + +2018-11-08 Jozef Lawrynowicz + + * gcc.dg/attr-alloc_size-10.c: Fix calculation of USHRT_MAX to prevent + integer overflow when sizeof(short) == sizeof(int). + * gcc.dg/attr-alloc_size-11.c: Likewise. + * gcc.dg/attr-alloc_size-3.c: Likewise. + * gcc.dg/attr-alloc_size-5.c: Likewise. + * gcc.dg/builtin-stringop-chk-7.c: Likewise. + +2018-11-08 Jozef Lawrynowicz + + * c-c++-common/patchable_function_entry-decl.c: Add regex to search for + uppercase "NOP" instructions in assembler output. + * c-c++-common/patchable_function_entry-default.c: Likewise. + * c-c++-common/patchable_function_entry-definition.c: Likewise. + +2018-11-08 Jozef Lawrynowicz + + * c-c++-common/pr27336.c: Skip test if the target keeps null pointer + checks. + * gcc.dg/addr_equal-1.c: Likewise. + * gcc.dg/tree-ssa/pr78154.c: Likewise. + * gcc.dg/tree-ssa/vrp111.c: Likewise. + +2018-11-08 Jozef Lawrynowicz + + * lib/gcc-dg.exp (gcc-dg-prune): Add new regexps for when the size of + an output section is too large for a memory region, or a memory + region overflows. + +2018-11-08 Eric Botcazou + + * gnat.dg/null_pointer_deref1.adb: Remove -gnatp and add pragma. + * gnat.dg/null_pointer_deref2.adb: Likewise. + * gnat.dg/null_pointer_deref3.adb: Likewise. + * gnat.dg/opt74.adb: New test. + * gnat.dg/opt74_pkg.ad[sb]: New helper. + * gnat.dg/warn12.adb: Delete. + * gnat.dg/warn12_pkg.ads: Likewise. + +2018-11-08 David Malcolm + + PR ipa/86395 + * g++.dg/ipa/devirt-12.C: Add "-all" suffix to + "-fdump-ipa-inline". + * g++.dg/ipa/imm-devirt-1.C: Add "-optimized" suffix to + "-fdump-tree-einline". + * g++.dg/tree-prof/inline_mismatch_args.C: Add "-all" suffix to + "-fdump-tree-einline". + * g++.dg/tree-ssa/inline-1.C: Add "-optimized" suffix to + "-fdump-tree-einline". + * g++.dg/tree-ssa/inline-2.C: Likewise. + * g++.dg/tree-ssa/inline-3.C: Likewise. + * g++.dg/tree-ssa/inline-4.C: New test, based on inline-1.C, but + using "-fopt-info-inline". + * gcc.dg/ipa/fopt-info-inline-1.c: New test. + * gcc.dg/ipa/inline-4.c: Add "-all" suffix to + "-fdump-ipa-inline". Add "-fopt-info-inline" and dg-optimized + directive. + * gcc.dg/ipa/inline-7.c: Add "-optimized" suffix to + "-fdump-tree-einline". Add "-fopt-info-inline" and dg-optimized + directive. Update scan-tree-dump-times to reflect /order + suffixes. + * gcc.dg/ipa/inlinehint-4.c: Update scan-tree-dump-times to + reflect /order suffixes. + * gcc.dg/plugin/dump-1.c: Add "-loop" to "-fopt-info-note" to + avoid getting extra messages from inliner. + * gcc.dg/plugin/dump-2.c: Likewise. + * gcc.dg/pr26570.c: Add dg-prune-output to ignore new + "function body not available" missed optimization messages. + * gcc.dg/pr71969-2.c: Update scan-tree-dump-times to reflect + /order suffixes. + * gcc.dg/pr71969-3.c: Likewise. + * gcc.dg/tree-ssa/inline-11.c: Add "-all" suffix to + "-fdump-tree-einline". + * gcc.dg/tree-ssa/inline-3.c: Add "-optimized" suffix to + "-fdump-tree-einline". Update scan-tree-dump-times to reflect + /order suffixes. + * gcc.dg/tree-ssa/inline-4.c: Add "-optimized" suffix to + "-fdump-tree-einline". Add "-fopt-info-inline" and dg-optimized + directive. + * gcc.dg/tree-ssa/inline-8.c: Add "-optimized" suffix to + "-fdump-tree-einline". + * gfortran.dg/pr79966.f90: Update scan-ipa-dump to reflect /order + suffixes. + +2018-11-08 David Malcolm + + * gcc.dg/format/gcc_diag-10.c: Add coverage for %f. + +2018-11-08 David Malcolm + + * gcc.dg/format/gcc_diag-10.c (cgraph_node): New typedef. + (test_dump): Add testing of %C. + +2018-11-08 Eric Botcazou + + * g++.dg/other/pr87916.C: New test. + +2018-11-08 Richard Biener + + PR tree-optimization/87929 + * gcc.dg/pr87929.c: New testcase. + +2018-11-08 Martin Liska + + * gcc.dg/pr87811.c: Update scanned pattern. + * gcc.dg/pr87811-2.c: Likewise. + +2018-11-08 Rainer Orth + + * g++.dg/lto/pr87906_0.C: Use moon instead of possibly predefined + sun. + * g++.dg/lto/pr87906_1.C: Likewise. + +2018-11-08 Richard Biener + + PR tree-optimization/87913 + * gcc.dg/tree-ssa/phi-opt-20.c: New testcase. + +2018-11-08 Chenghua Xu + + * gcc.target/mips/mips.exp (mips-dg-options): + Add mips_option_dependency msoft-float vs no-mmi and + mips16/micromips vs no-mmi/ext/ext2 only gcc + config with Loongson target. + +2018-11-07 Jozef Lawrynowicz + + * gcc.c-torture/compile/pr65595.c: Change type of "num" argument to + memcpy from "unsigned long" to __SIZE_TYPE__. + +2018-11-07 Jozef Lawrynowicz + + PR c/87691 + * gcc.target/msp430/pr87691.c: New test. + +2018-11-07 Nikolai Merinov + + * gcc.dg/Wno-attribute-warning.c: New test. + +2018-11-07 Nathan Sidwell + + PR c++/87904 + * g++.dg/lookup/pr87904.C: New. + +2018-11-07 Uros Bizjak + + * gcc.dg/pr87874.c: Compile only for int128 effective target. + +2018-11-07 Richard Biener + + PR tree-optimization/87914 + * lib/target-supports.exp (check_effective_target_vect_var_shift): New. + (check_avx2_available): Likewise. + * g++.dg/vect/pr87914.cc: New testcase. + +2018-11-07 Chenghua Xu + + * gcc.target/mips/loongson-ctz.c: Fix typo. + * gcc.target/mips/loongson-dctz.c: Fix typo. + +2018-11-07 Jan Hubicka + + * g++.dg/lto/odr-1_1.C: Fix template. + +2018-11-07 Chenghua Xu + + * gcc.target/mips/loongson-ctz.c: New test. + * gcc.target/mips/loongson-dctz.c: Likewise. + * gcc.target/mips/mips.exp (mips_option_groups): Add + -mloongson-ext2 option. + +2018-11-07 Chenghua Xu + + * gcc.target/mips/mips.exp (mips_option_groups): Add + -mloongson-ext option. + (mips-dg-options): Add mips_option_dependency options + "-mmicromips" vs "-mno-loongson-ext", + +2018-11-07 Chenghua Xu + + * gcc.target/mips/loongson-shift-count-truncated-1.c + (dg-options): Run under -mloongson-mmi option. + Include loongson-mmiintrin.h instead of loongson.h. + * gcc.target/mips/loongson-simd.c: Likewise. + * gcc.target/mips/mips.exp (mips_option_groups): Add + -mloongson-mmi option. + (mips-dg-options): Add mips_option_dependency options "-mips16" vs + "-mno-loongson-mmi", "-mmicromips" vs "-mno-loongson-mmi", + "-msoft-float" vs "-mno-loongson-mmi". + (mips-dg-init): Add -mloongson-mmi option. + * lib/target-supports.exp: Rename check_mips_loongson_hw_available + to check_mips_loongson_mmi_hw_available. + Rename check_effective_target_mips_loongson_runtime to + check_effective_target_mips_loongson_mmi_runtime. + (check_effective_target_vect_int): Use mips_loongson_mmi instead + of mips_loongson when check et-is-effective-target. + (add_options_for_mips_loongson_mmi): New proc. + Rename check_effective_target_mips_loongson to + check_effective_target_mips_loongson_mmi. + (check_effective_target_vect_shift, + check_effective_target_whole_vector_shift, + check_effective_target_vect_no_int_min_max, + check_effective_target_vect_no_align, + check_effective_target_vect_short_mult, + check_vect_support_and_set_flags):Use mips_loongson_mmi instead + of mips_loongson when check et-is-effective-target. + +2018-11-07 Richard Biener + + PR lto/87906 + * g++.dg/lto/pr87906_0.C: New testcase. + * g++.dg/lto/pr87906_1.C: Likewise. + +2018-11-07 Alexandre Oliva + + PR rtl-optimization/87874 + * gcc.dg/pr87874.c: New. + +2018-11-06 Ilya Leoshkevich + + * gcc.target/s390/load-and-test-fp-1.c: Accept cdb. + +2018-11-06 Jozef Lawrynowicz + + * gcc.target/msp430/special-regs.c: New test. + +2018-11-06 Rainer Orth + + PR sanitizer/80953 + * c-c++-common/asan/alloca_loop_unpoisoning.c: Require alloca + support. + (foo): Use __builtin_alloca. + +2018-11-06 Jan Hubicka + + * gcc.dg/lto/tbaa-1.c: New testcase. + +2018-11-06 Richard Biener + + PR tree-optimization/87889 + * gcc.dg/pr87894.c: New testcase. + +2018-11-06 Andreas Krebbel + + PR target/87723 + * gcc.target/s390/pr87723.c: New test. + +2018-11-06 Richard Biener + + PR middle-end/18041 + * gcc.target/i386/pr18041-1.c: New testcase. + * gcc.target/i386/pr18041-2.c: Likewise. + +2018-11-06 Wei Xiao + + * gcc.target/i386/avx-1.c: Update tests for VFIXUPIMM* intrinsics. + * gcc.target/i386/avx512f-vfixupimmpd-1.c: Ditto. + * gcc.target/i386/avx512f-vfixupimmpd-2.c: Ditto. + * gcc.target/i386/avx512f-vfixupimmps-1.c: Ditto. + * gcc.target/i386/avx512f-vfixupimmsd-1.c: Ditto. + * gcc.target/i386/avx512f-vfixupimmsd-2.c: Ditto. + * gcc.target/i386/avx512f-vfixupimmss-1.c: Ditto. + * gcc.target/i386/avx512f-vfixupimmss-2.c: Ditto. + * gcc.target/i386/avx512vl-vfixupimmpd-1.c: Ditto. + * gcc.target/i386/avx512vl-vfixupimmps-1.c: Ditto. + * 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. + * gcc.target/i386/testimm-10.c: Ditto. + * gcc.target/i386/testround-1.c: Ditto. + +2018-11-05 Paul Koning + + * lib/target-supports.exp: Add check for "inf" effective target + keyword. + * gcc.dg/builtins-44.c: Skip if no infinite support. + * gcc.dg/builtins-45.c: Ditto. + * gcc.dg/torture/builtin-complex-1.c: Ditto. + * gcc.dg/torture/builtin-cproj-1.c: Ditto. + * gcc.dg/torture/builtin-frexp-1.c: Ditto. + * gcc.dg/torture/builtin-ldexp-1.c: Ditto. + * gcc.dg/torture/builtin-logb-1.c: Ditto. + * gcc.dg/torture/builtin-math-2.c: Ditto. + * gcc.dg/torture/builtin-math-5.c: Ditto. + * gcc.dg/torture/builtin-math-7.c: Ditto. + * gcc.dg/torture/builtin-modf-1.c: Ditto. + * gcc.dg/torture/type-generic-1.c: Ditto. + +2018-11-05 Ilya Leoshkevich + + * gcc.target/s390/md/andc-splitter-1.c: Add colon to + expectations. + * gcc.target/s390/md/andc-splitter-2.c: Likewise. + * gcc.target/s390/md/setmem_long-1.c: Likewise. + +2018-11-05 Richard Biener + + PR tree-optimization/87873 + * gcc.dg/pr87873.c: New testcase. + +2018-11-05 Robin Dapp + + * gcc.target/s390/ifcvt-one-insn-bool.c: New test. + * gcc.target/s390/ifcvt-one-insn-char.c: New test. + +2018-11-05 Robin Dapp + + * gcc.dg/loop-8.c: On s390, always run the test with -march=zEC12. + +2018-11-05 Richard Biener + + * gcc.dg/pr41488.c: Scan ivcanon dump instead of sccp one. + * gcc.dg/tree-ssa/scev-7.c: Likewise. + +2018-11-05 Jakub Jelinek + + PR tree-optimization/87859 + * gcc.dg/store_merging_24.c: New test. + * gcc.dg/store_merging_25.c: New test. + + PR sanitizer/87837 + * c-c++-common/ubsan/pr87837.c: New test. + +2018-11-05 Martin Liska + + PR c/87811 + * gcc.dg/pr87811.c: New test. + * gcc.dg/pr87811-2.c: Likewise. + * gcc.dg/pr87811-3.c: Likewise. + +2018-11-05 Martin Liska + + PR gcov-profile/77698 + * gcc.dg/tree-prof/pr77698.c: New test. + +2018-11-04 Bernd Edlinger + + PR tree-optimization/86572 + * gcc.dg/pr86572.c: New test. + +2018-11-04 Bernd Edlinger + + PR tree-optimization/87672 + * gcc.dg/pr87672.c: New test. + +2018-11-04 Uros Bizjak + + PR middle-end/58372 + * g++.target/i386/pr58372.C: New test. + +2018-11-03 Sandra Loosemore + + PR target/87079 + * gcc.target/nios2/pr87079-1.c: New. + * gcc.target/nios2/pr87079-2.c: New. + +2018-11-02 Rainer Orth + + * gcc.dg/compat/pr83487-1_y.c: Move dg-skip-if ... + * gcc.dg/compat/pr83487-1_main.c: ... here. + * gcc.dg/compat/struct-by-value-10_main.c, + gcc.dg/compat/struct-by-value-10_x.c, + gcc.dg/compat/struct-by-value-11_main.c, + gcc.dg/compat/struct-by-value-11_x.c, + gcc.dg/compat/struct-by-value-12_main.c, + gcc.dg/compat/struct-by-value-12_x.c, + gcc.dg/compat/struct-by-value-13_main.c, + gcc.dg/compat/struct-by-value-13_x.c, + gcc.dg/compat/struct-by-value-14_main.c, + gcc.dg/compat/struct-by-value-14_x.c, + gcc.dg/compat/struct-by-value-15_main.c, + gcc.dg/compat/struct-by-value-15_x.c, + gcc.dg/compat/struct-by-value-17_main.c, + gcc.dg/compat/struct-by-value-17_x.c, + gcc.dg/compat/struct-by-value-18_main.c, + gcc.dg/compat/struct-by-value-18_x.c, + gcc.dg/compat/struct-by-value-2_main.c, + gcc.dg/compat/struct-by-value-2_x.c, + gcc.dg/compat/struct-by-value-22_main.c, + gcc.dg/compat/struct-by-value-22_x.c, + gcc.dg/compat/struct-by-value-3_main.c, + gcc.dg/compat/struct-by-value-3_x.c, + gcc.dg/compat/struct-by-value-4_main.c, + gcc.dg/compat/struct-by-value-4_x.c, + gcc.dg/compat/struct-by-value-5b_main.c, + gcc.dg/compat/struct-by-value-5b_x.c, + gcc.dg/compat/struct-by-value-6b_main.c, + gcc.dg/compat/struct-by-value-6b_x.c, + gcc.dg/compat/struct-by-value-6b_main.c, + gcc.dg/compat/struct-by-value-7b_x.c, + gcc.dg/compat/struct-by-value-7b_main.c, + gcc.dg/compat/struct-by-value-8_main.c, + gcc.dg/compat/struct-by-value-8_x.c, + gcc.dg/compat/struct-by-value-9_main.c, + gcc.dg/compat/struct-by-value-9_x.c, + gcc.dg/compat/struct-return-2_main.c, + gcc.dg/compat/struct-return-2_x.c: Likewise. + +2018-11-02 Nathan Sidwell + + * g++.dg/lookup/crash6.C: Adjust error + * g++.dg/parse/crash38.C: Likewise. + +2018-11-02 Andreas Schwab + + * gcc.c-torture/execute/20010904-2.c: Fix last change. + * gcc.dg/Wattributes-10.c: Likewise. + +2018-11-02 Richard Biener + + PR tree-optimization/87776 + * gcc.dg/torture/pr87776.c: New testcase. + +2018-11-01 Marek Polacek + + Implement P0846R0, ADL and function templates. + * g++.dg/addr_builtin-1.C: Adjust dg-error. + * g++.dg/cpp2a/fn-template1.C: New test. + * g++.dg/cpp2a/fn-template10.C: New test. + * g++.dg/cpp2a/fn-template11.C: New test. + * g++.dg/cpp2a/fn-template12.C: New test. + * g++.dg/cpp2a/fn-template13.C: New test. + * g++.dg/cpp2a/fn-template14.C: New test. + * g++.dg/cpp2a/fn-template15.C: New test. + * g++.dg/cpp2a/fn-template16.C: New test. + * g++.dg/cpp2a/fn-template2.C: New test. + * g++.dg/cpp2a/fn-template3.C: New test. + * g++.dg/cpp2a/fn-template4.C: New test. + * g++.dg/cpp2a/fn-template5.C: New test. + * g++.dg/cpp2a/fn-template6.C: New test. + * g++.dg/cpp2a/fn-template7.C: New test. + * g++.dg/cpp2a/fn-template8.C: New test. + * g++.dg/cpp2a/fn-template9.C: New test. + * g++.dg/parse/fn-template1.C: New test. + * g++.dg/parse/fn-template2.C: New test. + * g++.dg/parse/template19.C: Adjust dg-error. + * g++.dg/template/pr61745.C: Add target to dg-error. + +2017-11-01 Thomas Koenig + + PR fortran/54613 + * gfortran.dg/findloc_1.f90: Actually commit. + * gfortran.dg/findloc_2.f90: Actually commit. + * gfortran.dg/findloc_3.f90: Actually commit. + * gfortran.dg/findloc_4.f90: Actually commit. + * gfortran.dg/findloc_5.f90: Actually commit. + * gfortran.dg/findloc_6.f90: Actually commit. + +2018-11-01 Paul Thomas + + PR fortran/40196 + * gfortran.dg/inquiry_part_ref_1.f08: New test. + * gfortran.dg/inquiry_part_ref_2.f90: New test. + * gfortran.dg/inquiry_part_ref_3.f90: New test. + +2018-11-01 Paul Koning + + * gcc.c-torture/execute/20010904-1.c: Align 2 if pdp11. + * gcc.c-torture/execute/20010904-2.c: Ditto. + * c-c++-common/builtin-arith-overflow-2.c: Skip if pdp11. + * gcc.dg/Walloc-size-larger-than-4.c: Ditto. + * gcc.dg/Walloc-size-larger-than-5.c: Ditto. + * gcc.dg/Walloc-size-larger-than-6.c: Ditto. + * gcc.dg/Walloc-size-larger-than-7.c: Ditto. + * gcc.dg/Walloca-14.c: Ditto. + * gcc.dg/Wlarger-than3.c: Ditto. + * gcc.dg/compat/pr83487-1_y.c: Ditto. + * gcc.dg/compat/struct-by-value-2_x.c: Ditto. + * gcc.dg/compat/struct-by-value-3_x.c: Ditto. + * gcc.dg/compat/struct-by-value-4_x.c: Ditto. + * gcc.dg/compat/struct-by-value-5b_x.c: Ditto. + * gcc.dg/compat/struct-by-value-6b_x.c: Ditto. + * gcc.dg/compat/struct-by-value-7b_x.c: Ditto. + * gcc.dg/compat/struct-by-value-8_x.c: Ditto. + * gcc.dg/compat/struct-by-value-9_x.c: Ditto. + * gcc.dg/compat/struct-by-value-10_x.c: Ditto. + * gcc.dg/compat/struct-by-value-11_x.c: Ditto. + * gcc.dg/compat/struct-by-value-12_x.c: Ditto. + * gcc.dg/compat/struct-by-value-13_x.c: Ditto. + * gcc.dg/compat/struct-by-value-14_x.c: Ditto. + * gcc.dg/compat/struct-by-value-15_x.c: Ditto. + * gcc.dg/compat/struct-by-value-16_x.c: Ditto. + * gcc.dg/compat/struct-by-value-17_x.c: Ditto. + * gcc.dg/compat/struct-by-value-18_x.c: Ditto. + * gcc.dg/compat/struct-by-value-22_x.c: Ditto. + * gcc.dg/compat/struct-return-2_x.c: Ditto. + * gcc.dg/falign-labels-1.c: Ditto. + * gcc.dg/long_branch.c: Ditto. + * gcc.dg/nextafter-1.c: Ditto. + * gcc.dg/pr35045.c: Ditto. + * gcc.dg/pr48616.c: Ditto. + * gcc.dg/pr84100.c: Ditto. + * gcc.dg/tree-ssa/builtin-sprintf-9.c: Ditto. + * gcc.dg/tree-ssa/builtin-sprintf-warn-10.c: Ditto. + * gcc.dg/tree-ssa/builtin-sprintf.c: Ditto. + * gcc.dg/Wattributes-10.c: Expect error if pdp11. + * gcc.dg/attr-alloc_size-11.c: Don't XFAIL if pdp11. + * gcc.dg/builtin-inf-1.c: Add pdp11 to warnings about INF. + * gcc.dg/builtins-1.c: Ditto. + +2018-11-01 Thomas Koenig + + PR fortran/46020 + * gfortran.dg/bind_c_18.f90: Adjust error message. + +2018-11-01 Marek Polacek + + * g++.dg/cpp1z/constexpr-lambda22.C: New test, + +2018-11-01 Jozef Lawrynowicz + + * gcc.dg/tree-ssa/cunroll-13.c: Add missing cast from literal to int32. + +2018-11-30 Jan Hubicka + + * g++.dg/lto/pr84805_1.C: Update template. + * g++.dg/lto/pr84805_0.C: Update template. + * g++.dg/lto/pr84805_1b.C: Update template. + * g++.dg/lto/pr84805_0b.C: Update template. + +2018-11-01 Jakub Jelinek + + PR tree-optimization/87826 + * gcc.dg/pr87826.c: New test. + +2018-11-01 Thomas Koenig + + PR fortran/46020 + * gfortran.dg/bind_c_usage_7.f90: Adjust error message. + * gfortran.dg/bind_c_usage_32.f90: New test. + +2018-11-01 Nathan Sidwell + + * g++.dg/abi/anon5.C: New. + +2018-11-01 Jakub Jelinek + + PR d/87824 + * gdc.dg/simd.d: Add -Wno-psabi. + * gdc.dg/compilable.d: Likewise. + +2018-11-01 Martin Liska + Jason Merrill + + PR c++/64266 + PR bootstrap/70422 + PR ipa/81277 + * g++.dg/cpp0x/constexpr-__func__2.C: Make it a compilation + test. + * g++.old-deja/g++.ext/pretty4.C: Remove as the run-time + assumptions are not longer valid. + +2018-10-31 Thomas Koenig + + PR fortran/20520 + * gfortran.dg/allocatable_uninitialized_1.f90: New test. + +2018-10-31 Nathan Sidwell + + * g++.dg/lookup/friend21.C: New. + +2018-10-31 Martin Liska + + PR driver/83193 + * gcc.target/aarch64/spellcheck_7.c: New test. + * gcc.target/aarch64/spellcheck_8.c: New test. + * gcc.target/aarch64/spellcheck_9.c: New test. + +2018-10-31 Nathan Sidwell + + * g++.dg/lookup/using60.C: New. + +2018-10-31 Richard Biener + + PR middle-end/70359 + PR middle-end/86270 + * gcc.target/i386/pr70359.c: New testcase. + * gcc.target/i386/pr86270.c: Likewise. + +2018-10-31 Claudiu Zissulescu + + * gcc.target/arc/jumptable.c: New test. + +2018-10-31 Claudiu Zissulescu + + * gcc.target/arc/tls-gd.c: New file. + * gcc.target/arc/tls-ie.c: Likewise. + * gcc.target/arc/tls-ld.c: Likewise. + * gcc.target/arc/tls-le.c: Likewise. + * gcc.target/arc/tls-1.c: Update test. + +2018-10-31 Claudiu Zissulescu + + * gcc.target/arc/mulsi3_highpart-2.c: Update test. + +2018-10-31 Martin Liska + + * c-c++-common/ubsan/pr63839.c: Update to new sanitizer message. + * c-c++-common/ubsan/unreachable-1.c (main): Likewise. + * c-c++-common/ubsan/unreachable-2.c: Likewise. + * c-c++-common/ubsan/unreachable-4.c (main): Likewise. + +2018-10-31 Thomas Preud'homme + + PR target/87374 + * gcc.target/arm/movdi_movt.c: Skip if both -mslow-flash-data and + -mword-relocations would be passed when compiling the test. + * gcc.target/arm/movsi_movt.c: Likewise. + * gcc.target/arm/pr81863.c: Likewise. + * gcc.target/arm/thumb2-slow-flash-data-1.c: Likewise. + * gcc.target/arm/thumb2-slow-flash-data-2.c: Likewise. + * gcc.target/arm/thumb2-slow-flash-data-3.c: Likewise. + * gcc.target/arm/thumb2-slow-flash-data-4.c: Likewise. + * gcc.target/arm/thumb2-slow-flash-data-5.c: Likewise. + * gcc.target/arm/tls-disable-literal-pool.c: Likewise. + +2018-10-31 Richard Biener + + PR testsuite/87802 + * g++.dg/vect/slp-pr87105.cc: XFAIL for strict alignment targets. + +2018-10-30 Thomas Koenig + + PR fortran/85896 + * gfortran.dg/min_max_type.f90: New test. + +2018-10-30 Martin Sebor + + PR middle-end/87041 + * gcc.c-torture/execute/fprintf-2.c: New test. + * gcc.c-torture/execute/printf-2.c: Same. + * gcc.c-torture/execute/user-printf.c: Same. + * gcc.dg/tree-ssa/builtin-fprintf-warn-1.c: Same. + * gcc.dg/tree-ssa/builtin-printf-2.c: Same. + * gcc.dg/tree-ssa/builtin-printf-warn-1.c: Same. + * gcc.dg/tree-ssa/user-printf-warn-1.c: Same. + +2018-10-30 Marek Polacek + + Implement P0892R2, explicit(bool). + * g++.dg/cpp2a/explicit1.C: New test. + * g++.dg/cpp2a/explicit10.C: New test. + * g++.dg/cpp2a/explicit11.C: New test. + * g++.dg/cpp2a/explicit12.C: New test. + * g++.dg/cpp2a/explicit13.C: New test. + * g++.dg/cpp2a/explicit2.C: New test. + * g++.dg/cpp2a/explicit3.C: New test. + * g++.dg/cpp2a/explicit4.C: New test. + * g++.dg/cpp2a/explicit5.C: New test. + * g++.dg/cpp2a/explicit6.C: New test. + * g++.dg/cpp2a/explicit7.C: New test. + * g++.dg/cpp2a/explicit8.C: New test. + * g++.dg/cpp2a/explicit9.C: New test. + +2018-10-30 Segher Boessenkool + + PR rtl-optimization/87708 + * gcc.dg/ira-shrinkwrap-prep-1.c: xfail test. + * gcc.dg/ira-shrinkwrap-prep-2.c: xfail test. + +2018-10-30 Paolo Carlini + + * g++.dg/cpp1z/has-unique-obj-representations1.C: Test location too. + * g++.dg/ext/flexarray-mangle-2.C: Likewise. + * g++.dg/ext/flexarray-mangle.C: Likewise. + * g++.dg/ext/flexarray-subst.C: Likewise. + * g++.dg/ext/flexary10.C: Likewise. + * g++.dg/ext/flexary11.C: Likewise. + * g++.dg/ext/flexary14.C: Likewise. + * g++.dg/ext/flexary16.C: Likewise. + * g++.dg/ext/flexary26.C: Likewise. + * g++.dg/ext/flexary27.C: Likewise. + * g++.dg/ext/flexary7.C: Likewise. + * g++.dg/ext/pr71290.C: Likewise. + +2018-10-30 Paul Koning + + * gcc.dg/tree-ssa/attr-alias.c: Skip if no weak support. + +2018-10-30 Michael Ploujnikov + + * gcc.dg/tree-prof/cold_partition_label.c: Update for cold + section names without numbers. + * gcc.dg/tree-prof/section-attr-1.c: Ditto. + * gcc.dg/tree-prof/section-attr-2.c: Ditto. + * gcc.dg/tree-prof/section-attr-3.c: Ditto. + +2018-10-29 David Malcolm + + PR c++/87721 + * c-c++-common/substring-location-PR-87721.c: New test. + * gcc.dg/plugin/diagnostic-test-string-literals-1.c: Add test for + PR 87721. + * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c + (test_string_literals): Fold the index arguments before checking + for INTEGER_CST. + +2018-10-29 David Malcolm + + * c-c++-common/spellcheck-reserved.c: Update expected output for + C++ for merger of "did you mean" suggestions into the error + message. + * g++.dg/ext/builtin3.C: Update expected output for merger of "did + you mean" suggestion into the error. + * g++.dg/lookup/error1.C: Likewise. + * g++.dg/lookup/pr77549.C: Likewise. + * g++.dg/lookup/pr80913.C: Likewise. + * g++.dg/lookup/suggestions1.C: Likewise. + * g++.dg/lookup/suggestions2.C: New test. + * g++.dg/overload/koenig1.C: Update expected output as above. + * g++.dg/spellcheck-identifiers-2.C: Likewise. + * g++.dg/spellcheck-identifiers.C: Likewise. + * g++.dg/spellcheck-ns.C: New test. + * g++.dg/spellcheck-pr77829.C: Update expected output as above. + * g++.dg/spellcheck-pr78656.C: Likewise. + * g++.dg/spellcheck-pr79298.C: Likewise, adding + -fdiagnostics-show-caret to options. + * g++.dg/spellcheck-pr80177.C: Likewise. + * g++.dg/spellcheck-single-vs-multiple.C: New test. + * g++.dg/spellcheck-typenames.C: Update expected output as above. + * g++.dg/template/static10.C: Likewise. + * g++.old-deja/g++.mike/ns5.C: Likewise. + * g++.old-deja/g++.mike/ns7.C: Likewise. + * g++.old-deja/g++.ns/koenig5.C: Likewise. + * g++.old-deja/g++.other/lineno5.C: Likewise. + +2018-10-29 Paolo Carlini + + * g++.dg/cpp0x/auto24.C: Test location too. + * g++.dg/cpp0x/auto3.C: Likewise. + * g++.dg/cpp0x/auto42.C: Likewise. + * g++.dg/cpp0x/initlist57.C: Likewise. + * g++.dg/cpp0x/initlist75.C: Likewise. + * g++.dg/cpp0x/initlist80.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-ice13.C: Likewise. + * g++.old-deja/g++.brendan/array-refs.C: Likewise. + * g++.old-deja/g++.bugs/900322_01.C: Likewise. + * g++.old-deja/g++.bugs/900519_07.C: Likewise. + * g++.old-deja/g++.other/typeck1.C: Likewise. + +2018-10-29 Kugan Vivekanandarajah + + PR middle-end/87469 + * g++.dg/pr87469.C: New test. + +2018-10-29 Marek Polacek + + PR c++/87594 - constexpr rejects-valid with range-based for. + * g++.dg/cpp1y/constexpr-loop8.C: New test. + +2018-10-29 Richard Biener + + PR tree-optimization/87785 + * gcc.dg/torture/20181029-1.c: New testcase. + * gcc.dg/torture/20181029-2.c: Likewise. + +2018-10-29 Richard Biener + + PR tree-optimization/87790 + * gcc.dg/pr87790.c: New testcase. + +2018-10-29 Martin Liska + + * g++.dg/gcov/gcov-8.C: Do not check intermediate format. + * lib/gcov.exp: Remove legacy verify-intermediate. + +2018-10-28 Kugan Vivekanandarajah + + * gcc.dg/gimplefe-30.c: New test. + * gcc.dg/gimplefe-31.c: New test. + * gcc.dg/gimplefe-32.c: New test. + * gcc.dg/gimplefe-33.c: New test. + +2018-10-28 Iain Buclaw + + * gcc.misc-tests/help.exp: Add D to option descriptions check. + * gdc.dg/asan/asan.exp: New file. + * gdc.dg/asan/gdc272.d: New test. + * gdc.dg/compilable.d: New test. + * gdc.dg/dg.exp: New file. + * gdc.dg/gdc254.d: New test. + * gdc.dg/gdc260.d: New test. + * gdc.dg/gdc270a.d: New test. + * gdc.dg/gdc270b.d: New test. + * gdc.dg/gdc282.d: New test. + * gdc.dg/gdc283.d: New test. + * gdc.dg/imports/gdc170.d: New test. + * gdc.dg/imports/gdc231.d: New test. + * gdc.dg/imports/gdc239.d: New test. + * gdc.dg/imports/gdc241a.d: New test. + * gdc.dg/imports/gdc241b.d: New test. + * gdc.dg/imports/gdc251a.d: New test. + * gdc.dg/imports/gdc251b.d: New test. + * gdc.dg/imports/gdc253.d: New test. + * gdc.dg/imports/gdc254a.d: New test. + * gdc.dg/imports/gdc256.d: New test. + * gdc.dg/imports/gdc27.d: New test. + * gdc.dg/imports/gdcpkg256/package.d: New test. + * gdc.dg/imports/runnable.d: New test. + * gdc.dg/link.d: New test. + * gdc.dg/lto/lto.exp: New file. + * gdc.dg/lto/ltotests_0.d: New test. + * gdc.dg/lto/ltotests_1.d: New test. + * gdc.dg/runnable.d: New test. + * gdc.dg/simd.d: New test. + * gdc.test/gdc-test.exp: New file. + * lib/gdc-dg.exp: New file. + * lib/gdc.exp: New file. + +2017-10-28 Thomas Koenig + + PR fortran/54613 + * gfortran.dg/findloc_1.f90: New test. + * gfortran.dg/findloc_2.f90: New test. + * gfortran.dg/findloc_3.f90: New test. + * gfortran.dg/findloc_4.f90: New test. + * gfortran.dg/findloc_5.f90: New test. + * gfortran.dg/findloc_6.f90: New test. + +2018-10-26 Bill Schmidt + Jinsong Ji + + * gcc.target/powerpc/sse-addss-1.c: Call abort under DEBUG also; + formatting cleanup. + * gcc.target/powerpc/sse-pavgw-1.c: Likewise. + * gcc.target/powerpc/sse2-addsd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtdq2pd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtpd2dq-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtpd2ps-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtps2dq-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtps2pd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtsd2si-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtsd2si-2.c: Likewise. + * gcc.target/powerpc/sse2-cvtsd2ss-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtss2sd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvttpd2dq-1.c: Likewise. + * gcc.target/powerpc/sse2-cvttsd2si-1.c: Likewise. + * gcc.target/powerpc/sse2-divpd-1.c: Likewise. + * gcc.target/powerpc/sse2-divsd-1.c: Likewise. + * gcc.target/powerpc/sse2-maxsd-1.c: Likewise. + * gcc.target/powerpc/sse2-minsd-1.c: Likewise. + * gcc.target/powerpc/sse2-movmskpd-1.c: Likewise. + * gcc.target/powerpc/sse2-movq-1.c: Likewise. + * gcc.target/powerpc/sse2-movsd-3.c: Likewise. + * gcc.target/powerpc/sse2-mulpd-1.c: Likewise. + * gcc.target/powerpc/sse2-mulsd-1.c: Likewise. + * gcc.target/powerpc/sse2-packssdw-1.c: Likewise. + * gcc.target/powerpc/sse2-packsswb-1.c: Likewise. + * gcc.target/powerpc/sse2-packuswb-1.c: Likewise. + * gcc.target/powerpc/sse2-paddsb-1.c: Likewise. + * gcc.target/powerpc/sse2-paddsw-1.c: Likewise. + * gcc.target/powerpc/sse2-paddusb-1.c: Likewise. + * gcc.target/powerpc/sse2-pmovmskb-1.c: Likewise. + * gcc.target/powerpc/sse2-pmulhw-1.c: Likewise. + * gcc.target/powerpc/sse2-pmuludq1.c: Likewise. + * gcc.target/powerpc/sse2-psadbw-1.c: Likewise. + * gcc.target/powerpc/sse2-pshufd-1.c: Likewise. + * gcc.target/powerpc/sse2-pshufhw-1.c: Likewise. + * gcc.target/powerpc/sse2-pshuflw-1.c: Likewise. + * gcc.target/powerpc/sse2-pslld-2.c: Likewise. + * gcc.target/powerpc/sse2-pslldq-1.c: Likewise. + * gcc.target/powerpc/sse2-psrld-1.c: Likewise. + * gcc.target/powerpc/sse2-psrld-2.c: Likewise. + * gcc.target/powerpc/sse2-psrldq-1.c: Likewise. + * gcc.target/powerpc/sse2-psubusb-1.c: Likewise. + * gcc.target/powerpc/sse2-sqrtpd-1.c: Likewise. + * gcc.target/powerpc/sse2-subsd-1.c: Likewise. + +2018-10-26 Paul A. Clarke + + * gcc.target/powerpc/ssse3-check.h: New file. + * gcc.target/powerpc/ssse3-vals.h: New file. + * gcc.target/powerpc/ssse3-pabsb.c: New file. + * gcc.target/powerpc/ssse3-pabsd.c: New file. + * gcc.target/powerpc/ssse3-pabsw.c: New file. + * gcc.target/powerpc/ssse3-palignr.c: New file. + * gcc.target/powerpc/ssse3-phaddd.c: New file. + * gcc.target/powerpc/ssse3-phaddsw.c: New file. + * gcc.target/powerpc/ssse3-phaddw.c: New file. + * gcc.target/powerpc/ssse3-phsubd.c: New file. + * gcc.target/powerpc/ssse3-phsubsw.c: New file. + * gcc.target/powerpc/ssse3-phsubw.c: New file. + * gcc.target/powerpc/ssse3-pmaddubsw.c: New file. + * gcc.target/powerpc/ssse3-pmulhrsw.c: New file. + * gcc.target/powerpc/ssse3-pshufb.c: New file. + * gcc.target/powerpc/ssse3-psignb.c: New file. + * gcc.target/powerpc/ssse3-psignd.c: New file. + * gcc.target/powerpc/ssse3-psignw.c: New file. + +2018-10-26 Paul A. Clarke + + * gcc.target/powerpc/mmx-packs.c: Enable 32 bit execution. + * gcc.target/powerpc/mmx-packssdw-1.c: Likewise. + * gcc.target/powerpc/mmx-packsswb-1.c: Likewise. + * gcc.target/powerpc/mmx-packs.c: Likewise. + * gcc.target/powerpc/mmx-packssdw-1.c: Likewise. + * gcc.target/powerpc/mmx-packsswb-1.c: Likewise. + * gcc.target/powerpc/mmx-paddb-1.c: Likewise. + * gcc.target/powerpc/mmx-paddd-1.c: Likewise. + * gcc.target/powerpc/mmx-paddsb-1.c: Likewise. + * gcc.target/powerpc/mmx-paddsw-1.c: Likewise. + * gcc.target/powerpc/mmx-paddusb-1.c: Likewise. + * gcc.target/powerpc/mmx-paddusw-1.c: Likewise. + * gcc.target/powerpc/mmx-paddw-1.c: Likewise. + * gcc.target/powerpc/mmx-pcmpeqb-1.c: Likewise. + * gcc.target/powerpc/mmx-pcmpeqd-1.c: Likewise. + * gcc.target/powerpc/mmx-pcmpeqw-1.c: Likewise. + * gcc.target/powerpc/mmx-pcmpgtb-1.c: Likewise. + * gcc.target/powerpc/mmx-pcmpgtd-1.c: Likewise. + * gcc.target/powerpc/mmx-pcmpgtw-1.c: Likewise. + * gcc.target/powerpc/mmx-pmaddwd-1.c: Likewise. + * gcc.target/powerpc/mmx-pmulhw-1.c: Likewise. + * gcc.target/powerpc/mmx-pmullw-1.c: Likewise. + * gcc.target/powerpc/mmx-pslld-1.c: Likewise. + * gcc.target/powerpc/mmx-psllw-1.c: Likewise. + * gcc.target/powerpc/mmx-psrad-1.c: Likewise. + * gcc.target/powerpc/mmx-psraw-1.c: Likewise. + * gcc.target/powerpc/mmx-psrld-1.c: Likewise. + * gcc.target/powerpc/mmx-psrlw-1.c: Likewise. + * gcc.target/powerpc/mmx-psubb-2.c: Likewise. + * gcc.target/powerpc/mmx-psubd-2.c: Likewise. + * gcc.target/powerpc/mmx-psubsb-1.c: Likewise. + * gcc.target/powerpc/mmx-psubsw-1.c: Likewise. + * gcc.target/powerpc/mmx-psubusb-1.c: Likewise. + * gcc.target/powerpc/mmx-psubusw-1.c: Likewise. + * gcc.target/powerpc/mmx-psubw-2.c: Likewise. + * gcc.target/powerpc/mmx-punpckhbw-1.c: Likewise. + * gcc.target/powerpc/mmx-punpckhdq-1.c: Likewise. + * gcc.target/powerpc/mmx-punpckhwd-1.c: Likewise. + * gcc.target/powerpc/mmx-punpcklbw-1.c: Likewise. + * gcc.target/powerpc/mmx-punpckldq-1.c: Likewise. + * gcc.target/powerpc/mmx-punpcklwd-1.c: Likewise. + * gcc.target/powerpc/pr37191.c: Likewise. + * gcc.target/powerpc/sse-addps-1.c: Likewise. + * gcc.target/powerpc/sse-addss-1.c: Likewise. + * gcc.target/powerpc/sse-andnps-1.c: Likewise. + * gcc.target/powerpc/sse-andps-1.c: Likewise. + * gcc.target/powerpc/sse-cmpss-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpi16ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpi32ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpi32x2ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpi8ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpspi16-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpspi8-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpu16ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtpu8ps-1.c: Likewise. + * gcc.target/powerpc/sse-cvtsi2ss-1.c: Likewise. + * gcc.target/powerpc/sse-cvtsi2ss-2.c: Likewise. + * gcc.target/powerpc/sse-cvtss2si-1.c: Likewise. + * gcc.target/powerpc/sse-cvtss2si-2.c: Likewise. + * gcc.target/powerpc/sse-cvttss2si-1.c: Likewise. + * gcc.target/powerpc/sse-cvttss2si-2.c: Likewise. + * gcc.target/powerpc/sse-divps-1.c: Likewise. + * gcc.target/powerpc/sse-divss-1.c: Likewise. + * gcc.target/powerpc/sse-maxps-1.c: Likewise. + * gcc.target/powerpc/sse-maxps-2.c: Likewise. + * gcc.target/powerpc/sse-maxss-1.c: Likewise. + * gcc.target/powerpc/sse-minps-1.c: Likewise. + * gcc.target/powerpc/sse-minps-2.c: Likewise. + * gcc.target/powerpc/sse-minss-1.c: Likewise. + * gcc.target/powerpc/sse-movaps-1.c: Likewise. + * gcc.target/powerpc/sse-movaps-2.c: Likewise. + * gcc.target/powerpc/sse-movhlps-1.c: Likewise. + * gcc.target/powerpc/sse-movhps-1.c: Likewise. + * gcc.target/powerpc/sse-movhps-2.c: Likewise. + * gcc.target/powerpc/sse-movlhps-1.c: Likewise. + * gcc.target/powerpc/sse-movlps-1.c: Likewise. + * gcc.target/powerpc/sse-movlps-2.c: Likewise. + * gcc.target/powerpc/sse-movmskb-1.c: Likewise. + * gcc.target/powerpc/sse-movmskps-1.c: Likewise. + * gcc.target/powerpc/sse-movss-1.c: Likewise. + * gcc.target/powerpc/sse-movss-2.c: Likewise. + * gcc.target/powerpc/sse-movss-3.c: Likewise. + * gcc.target/powerpc/sse-mulps-1.c: Likewise. + * gcc.target/powerpc/sse-mulss-1.c: Likewise. + * gcc.target/powerpc/sse-orps-1.c: Likewise. + * gcc.target/powerpc/sse-pavgw-1.c: Likewise. + * gcc.target/powerpc/sse-pmaxsw-1.c: Likewise. + * gcc.target/powerpc/sse-pmaxub-1.c: Likewise. + * gcc.target/powerpc/sse-pminsw-1.c: Likewise. + * gcc.target/powerpc/sse-pminub-1.c: Likewise. + * gcc.target/powerpc/sse-pmulhuw-1.c: Likewise. + * gcc.target/powerpc/sse-psadbw-1.c: Likewise. + * gcc.target/powerpc/sse-rcpps-1.c: Likewise. + * gcc.target/powerpc/sse-rsqrtps-1.c: Likewise. + * gcc.target/powerpc/sse-shufps-1.c: Likewise. + * gcc.target/powerpc/sse-sqrtps-1.c: Likewise. + * gcc.target/powerpc/sse-subps-1.c: Likewise. + * gcc.target/powerpc/sse-subss-1.c: Likewise. + * gcc.target/powerpc/sse-ucomiss-1.c: Likewise. + * gcc.target/powerpc/sse-ucomiss-2.c: Likewise. + * gcc.target/powerpc/sse-ucomiss-3.c: Likewise. + * gcc.target/powerpc/sse-ucomiss-4.c: Likewise. + * gcc.target/powerpc/sse-ucomiss-5.c: Likewise. + * gcc.target/powerpc/sse-ucomiss-6.c: Likewise. + * gcc.target/powerpc/sse-unpckhps-1.c: Likewise. + * gcc.target/powerpc/sse-unpcklps-1.c: Likewise. + * gcc.target/powerpc/sse-xorps-1.c: Likewise. + * gcc.target/powerpc/sse2-addpd-1.c: Likewise. + * gcc.target/powerpc/sse2-addsd-1.c: Likewise. + * gcc.target/powerpc/sse2-andnpd-1.c: Likewise. + * gcc.target/powerpc/sse2-andpd-1.c: Likewise. + * gcc.target/powerpc/sse2-cmppd-1.c: Likewise. + * gcc.target/powerpc/sse2-cmpsd-1.c: Likewise. + * gcc.target/powerpc/sse2-comisd-1.c: Likewise. + * gcc.target/powerpc/sse2-comisd-2.c: Likewise. + * gcc.target/powerpc/sse2-comisd-3.c: Likewise. + * gcc.target/powerpc/sse2-comisd-4.c: Likewise. + * gcc.target/powerpc/sse2-comisd-5.c: Likewise. + * gcc.target/powerpc/sse2-comisd-6.c: Likewise. + * gcc.target/powerpc/sse2-cvtdq2pd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtdq2ps-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtpd2dq-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtpd2ps-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtps2dq-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtps2pd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtsd2si-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtsd2si-2.c: Likewise. + * gcc.target/powerpc/sse2-cvtsd2ss-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtsi2sd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvtsi2sd-2.c: Likewise. + * gcc.target/powerpc/sse2-cvtss2sd-1.c: Likewise. + * gcc.target/powerpc/sse2-cvttpd2dq-1.c: Likewise. + * gcc.target/powerpc/sse2-cvttps2dq-1.c: Likewise. + * gcc.target/powerpc/sse2-cvttsd2si-1.c: Likewise. + * gcc.target/powerpc/sse2-cvttsd2si-2.c: Likewise. + * gcc.target/powerpc/sse2-divpd-1.c: Likewise. + * gcc.target/powerpc/sse2-divsd-1.c: Likewise. + * gcc.target/powerpc/sse2-maxpd-1.c: Likewise. + * gcc.target/powerpc/sse2-maxsd-1.c: Likewise. + * gcc.target/powerpc/sse2-minpd-1.c: Likewise. + * gcc.target/powerpc/sse2-minsd-1.c: Likewise. + * gcc.target/powerpc/sse2-mmx.c: Likewise. + * gcc.target/powerpc/sse2-movhpd-1.c: Likewise. + * gcc.target/powerpc/sse2-movhpd-2.c: Likewise. + * gcc.target/powerpc/sse2-movlpd-1.c: Likewise. + * gcc.target/powerpc/sse2-movlpd-2.c: Likewise. + * gcc.target/powerpc/sse2-movmskpd-1.c: Likewise. + * gcc.target/powerpc/sse2-movq-1.c: Likewise. + * gcc.target/powerpc/sse2-movq-2.c: Likewise. + * gcc.target/powerpc/sse2-movq-3.c: Likewise. + * gcc.target/powerpc/sse2-movsd-1.c: Likewise. + * gcc.target/powerpc/sse2-movsd-2.c: Likewise. + * gcc.target/powerpc/sse2-movsd-3.c: Likewise. + * gcc.target/powerpc/sse2-mulpd-1.c: Likewise. + * gcc.target/powerpc/sse2-mulsd-1.c: Likewise. + * gcc.target/powerpc/sse2-orpd-1.c: Likewise. + * gcc.target/powerpc/sse2-packssdw-1.c: Likewise. + * gcc.target/powerpc/sse2-packsswb-1.c: Likewise. + * gcc.target/powerpc/sse2-packuswb-1.c: Likewise. + * gcc.target/powerpc/sse2-paddb-1.c: Likewise. + * gcc.target/powerpc/sse2-paddd-1.c: Likewise. + * gcc.target/powerpc/sse2-paddq-1.c: Likewise. + * gcc.target/powerpc/sse2-paddsb-1.c: Likewise. + * gcc.target/powerpc/sse2-paddsw-1.c: Likewise. + * gcc.target/powerpc/sse2-paddusb-1.c: Likewise. + * gcc.target/powerpc/sse2-paddusw-1.c: Likewise. + * gcc.target/powerpc/sse2-paddw-1.c: Likewise. + * gcc.target/powerpc/sse2-pand-1.c: Likewise. + * gcc.target/powerpc/sse2-pandn-1.c: Likewise. + * gcc.target/powerpc/sse2-pavgb-1.c: Likewise. + * gcc.target/powerpc/sse2-pavgw-1.c: Likewise. + * gcc.target/powerpc/sse2-pcmpeqb-1.c: Likewise. + * gcc.target/powerpc/sse2-pcmpeqd-1.c: Likewise. + * gcc.target/powerpc/sse2-pcmpeqw-1.c: Likewise. + * gcc.target/powerpc/sse2-pcmpgtb-1.c: Likewise. + * gcc.target/powerpc/sse2-pcmpgtd-1.c: Likewise. + * gcc.target/powerpc/sse2-pcmpgtw-1.c: Likewise. + * gcc.target/powerpc/sse2-pextrw.c: Likewise. + * gcc.target/powerpc/sse2-pinsrw.c: Likewise. + * gcc.target/powerpc/sse2-pmaddwd-1.c: Likewise. + * gcc.target/powerpc/sse2-pmaxsw-1.c: Likewise. + * gcc.target/powerpc/sse2-pmaxub-1.c: Likewise. + * gcc.target/powerpc/sse2-pminsw-1.c: Likewise. + * gcc.target/powerpc/sse2-pminub-1.c: Likewise. + * gcc.target/powerpc/sse2-pmovmskb-1.c: Likewise. + * gcc.target/powerpc/sse2-pmulhuw-1.c: Likewise. + * gcc.target/powerpc/sse2-pmulhw-1.c: Likewise. + * gcc.target/powerpc/sse2-pmullw-1.c: Likewise. + * gcc.target/powerpc/sse2-pmuludq-1.c: Likewise. + * gcc.target/powerpc/sse2-por-1.c: Likewise. + * gcc.target/powerpc/sse2-psadbw-1.c: Likewise. + * gcc.target/powerpc/sse2-pshufd-1.c: Likewise. + * gcc.target/powerpc/sse2-pshufhw-1.c: Likewise. + * gcc.target/powerpc/sse2-pshuflw-1.c: Likewise. + * gcc.target/powerpc/sse2-pslld-1.c: Likewise. + * gcc.target/powerpc/sse2-pslld-2.c: Likewise. + * gcc.target/powerpc/sse2-pslldq-1.c: Likewise. + * gcc.target/powerpc/sse2-psllq-1.c: Likewise. + * gcc.target/powerpc/sse2-psllq-2.c: Likewise. + * gcc.target/powerpc/sse2-psllw-1.c: Likewise. + * gcc.target/powerpc/sse2-psllw-2.c: Likewise. + * gcc.target/powerpc/sse2-psrad-1.c: Likewise. + * gcc.target/powerpc/sse2-psrad-2.c: Likewise. + * gcc.target/powerpc/sse2-psraw-1.c: Likewise. + * gcc.target/powerpc/sse2-psraw-2.c: Likewise. + * gcc.target/powerpc/sse2-psrld-1.c: Likewise. + * gcc.target/powerpc/sse2-psrld-2.c: Likewise. + * gcc.target/powerpc/sse2-psrldq-1.c: Likewise. + * gcc.target/powerpc/sse2-psrlq-1.c: Likewise. + * gcc.target/powerpc/sse2-psrlq-2.c: Likewise. + * gcc.target/powerpc/sse2-psrlw-1.c: Likewise. + * gcc.target/powerpc/sse2-psrlw-2.c: Likewise. + * gcc.target/powerpc/sse2-psubb-1.c: Likewise. + * gcc.target/powerpc/sse2-psubd-1.c: Likewise. + * gcc.target/powerpc/sse2-psubq-1.c: Likewise. + * gcc.target/powerpc/sse2-psubsb-1.c: Likewise. + * gcc.target/powerpc/sse2-psubsw-1.c: Likewise. + * gcc.target/powerpc/sse2-psubusb-1.c: Likewise. + * gcc.target/powerpc/sse2-psubusw-1.c: Likewise. + * gcc.target/powerpc/sse2-psubw-1.c: Likewise. + * gcc.target/powerpc/sse2-punpckhbw-1.c: Likewise. + * gcc.target/powerpc/sse2-punpckhdq-1.c: Likewise. + * gcc.target/powerpc/sse2-punpckhqdq-1.c: Likewise. + * gcc.target/powerpc/sse2-punpckhwd-1.c: Likewise. + * gcc.target/powerpc/sse2-punpcklbw-1.c: Likewise. + * gcc.target/powerpc/sse2-punpckldq-1.c: Likewise. + * gcc.target/powerpc/sse2-punpcklqdq-1.c: Likewise. + * gcc.target/powerpc/sse2-punpcklwd-1.c: Likewise. + * gcc.target/powerpc/sse2-pxor-1.c: Likewise. + * gcc.target/powerpc/sse2-shufpd-1.c: Likewise. + * gcc.target/powerpc/sse2-sqrtpd-1.c: Likewise. + * gcc.target/powerpc/sse2-subpd-1.c: Likewise. + * gcc.target/powerpc/sse2-subsd-1.c: Likewise. + * gcc.target/powerpc/sse2-ucomisd-1.c: Likewise. + * gcc.target/powerpc/sse2-ucomisd-2.c: Likewise. + * gcc.target/powerpc/sse2-ucomisd-3.c: Likewise. + * gcc.target/powerpc/sse2-ucomisd-4.c: Likewise. + * gcc.target/powerpc/sse2-ucomisd-5.c: Likewise. + * gcc.target/powerpc/sse2-ucomisd-6.c: Likewise. + * gcc.target/powerpc/sse2-unpckhpd-1.c: Likewise. + * gcc.target/powerpc/sse2-unpcklpd-1.c: Likewise. + * gcc.target/powerpc/sse2-xorpd-1.c: Likewise. + * gcc.target/powerpc/sse3-addsubpd.c: Likewise. + * gcc.target/powerpc/sse3-addsubps.c: Likewise. + * gcc.target/powerpc/sse3-haddpd.c: Likewise. + * gcc.target/powerpc/sse3-haddps.c: Likewise. + * gcc.target/powerpc/sse3-hsubpd.c: Likewise. + * gcc.target/powerpc/sse3-hsubps.c: Likewise. + * gcc.target/powerpc/sse3-lddqu.c: Likewise. + * gcc.target/powerpc/sse3-movddup.c: Likewise. + * gcc.target/powerpc/sse3-movshdup.c: Likewise. + * gcc.target/powerpc/sse3-movsldup.c: Likewise. + * gcc.target/powerpc/mmx-packuswb-1.c: Likewise. Also, add + ommitted "-mpower8-vector" to dg-options. + +2018-10-26 Jan Hubicka + + * g++.dg/lto/odr-1_0.C: Fix template. + * g++.dg/lto/odr-1_1.C: Fix template. + +2018-10-26 Richard Biener + + PR tree-optimization/87105 + * g++.dg/vect/slp-pr87105.cc: Adjust. + * gcc.dg/torture/20181024-1.c: New testcase. + * g++.dg/opt/20181025-1.C: Likewise. + +2018-10-26 Richard Biener + + PR testsuite/87754 + * g++.dg/lto/odr-1_0.C: Fix pattern. + +2018-10-26 Richard Biener + + PR tree-optimization/87746 + * gcc.dg/pr87746.c: New testcase. + +2018-10-26 Rainer Orth + + * gcc.dg/pr78973-2.c: Remove xfail on dg-warning. + +2018-10-25 Carl Love + + * gcc.target/powerpc/float128-cmp2-runnable.c: New test file. + +2018-10-25 Martin Liska + + PR testsuite/87739 + * gcc.dg/tree-ssa/pr84436-5.c (foo): Use signed char. + +2018-10-25 Martin Liska + + PR other/87735 + * gcc.dg/tree-prof/time-profiler-1.c: Revert. + * gcc.dg/tree-prof/time-profiler-2.c: Likewise. + * gcc.dg/tree-prof/time-profiler-3.c: Likewise. + +2018-10-25 Ilya Leoshkevich + + * gcc.target/s390/global-array-almost-huge-element.c: New test. + * gcc.target/s390/global-array-almost-negative-huge-element.c: New test. + * gcc.target/s390/global-array-element-pic.c: New test. + * gcc.target/s390/global-array-even-element.c: New test. + * gcc.target/s390/global-array-huge-element.c: New test. + * gcc.target/s390/global-array-negative-huge-element.c: New test. + * gcc.target/s390/global-array-odd-element.c: New test. + +2018-10-25 Jan Hubicka + + * g++.dg/lto/odr-1_0.C: New test. + * g++.dg/lto/odr-1_1.C: New test. + +2018-10-25 Thomas Preud'homme + + + * gcc.dg/sibcall-9.c: Make v static. + * gcc.dg/sibcall-10.c: Likewise. + +2018-10-25 Richard Biener + + PR tree-optimization/87665 + PR tree-optimization/87745 + * gfortran.dg/20181025-1.f: New testcase. + +2018-10-25 Jakub Jelinek + + PR fortran/87725 + * c-c++-common/gomp/schedule-modifiers-1.c (bar): Separate modifier + from kind with a colon rather than comma. + * gfortran.dg/gomp/schedule-modifiers-1.f90: New test. + * gfortran.dg/gomp/schedule-modifiers-2.f90: New test. + +2018-10-24 Michael Meissner + + * gcc.target/powerpc/float128-math.c: New test to make sure the + long double built-in function names use the f128 form if the user + switched from IBM long double to IEEE long double. + * gcc.target/powerpc/ppc-fortran/ieee128-math.f90: Likewise. + +2018-10-24 Jakub Jelinek + + PR c++/86288 + * g++.dg/cpp0x/gen-attrs-66.C: New test. + +2018-10-24 Martin Sebor + + PR c++/84851 + * g++.dg/Wclass-memaccess-4.C: Remove XFAIL. + +2018-10-24 Martin Liska + + PR tree-optimization/84436 + * gcc.dg/tree-ssa/pr84436-1.c: New test. + * gcc.dg/tree-ssa/pr84436-2.c: New test. + * gcc.dg/tree-ssa/pr84436-3.c: New test. + * gcc.dg/tree-ssa/pr84436-4.c: New test. + * gcc.dg/tree-ssa/pr84436-5.c: New test. + +2018-10-24 Ilya Leoshkevich + + * gcc.target/s390/20181024-1.c: New test. + +2018-10-24 Richard Biener + + PR tree-optimization/87105 + * gcc.dg/vect/bb-slp-39.c: New testcase. + * gfortran.dg/vect/pr83232.f90: Un-XFAIL. + +2018-10-24 Richard Biener + + PR tree-optimization/84013 + * gcc.dg/tree-ssa/restrict-9.c: New testcase. + +2018-10-24 Richard Biener + + PR tree-optimization/87665 + * gcc.dg/torture/pr87665.c: New testcase. + +2018-10-23 Jakub Jelinek + + * g++.dg/cpp2a/lambda-this3.C: Limit dg-bogus directives to c++17_down + only. Add expected warnings and messages for c++2a. + +2018-10-23 Richard Biener + + PR tree-optimization/87105 + PR tree-optimization/87608 + * g++.dg/tree-ssa/phiopt-1.C: New testcase. + g++.dg/vect/slp-pr87105.cc: Likewise. + * g++.dg/tree-ssa/pr21463.C: Scan phiopt2 because this testcase + relies on phiprop run before. + * g++.dg/tree-ssa/pr30738.C: Likewise. + * g++.dg/tree-ssa/pr57380.C: Likewise. + * gcc.dg/tree-ssa/pr84859.c: Likewise. + * gcc.dg/tree-ssa/pr45397.c: Scan phiopt2 because phiopt1 is + confused by copies in the IL left by EVRP. + * gcc.dg/tree-ssa/phi-opt-5.c: Likewise, this time confused + by predictors. + * gcc.dg/tree-ssa/phi-opt-12.c: Scan phiopt2. + * gcc.dg/pr24574.c: Likewise. + * g++.dg/tree-ssa/pr86544.C: Scan phiopt4. + +2018-10-23 Richard Biener + + PR tree-optimization/87700 + * gcc.dg/torture/pr87700.c: New testcase. + +2018-10-23 Richard Biener + + PR tree-optimization/87693 + * gcc.dg/torture/pr87693.c: New testcase. + +2018-10-23 Paul Thomas + + PR fortran/85603 + * gfortran.dg/deferred_character_23.f90 : Check reallocation is + occurring as it should and a regression caused by version 1 of + this patch. + +2018-10-22 Yury Gribov + + PR tree-optimization/87633 + * g++.dg/pr87633.C: New test. + +2018-10-22 Marek Polacek + + PR testsuite/87694 + * g++.dg/concepts/memfun-err.C: Make it a compile test. + +2018-10-22 Richard Biener + + * gcc.dg/tree-ssa/evrp12.c: New testcase. + * gcc.dg/predict-6.c: Adjust. + * gcc.dg/tree-ssa/vrp33.c: Disable EVRP. + * gcc.dg/tree-ssa/vrp02.c: Likewise. + * gcc.dg/tree-ssa/cunroll-9.c: Likewise. + +2018-10-22 Martin Liska + + PR tree-optimization/87686 + * g++.dg/tree-ssa/pr87686.C: New test. + +2018-10-22 Jakub Jelinek + + * g++.target/i386/i386.exp: Use g++-dg-runtest to iterate + properly -std= options. + +2018-10-22 Richard Biener + + * gcc.dg/graphite/scop-4.c: Avoid out-of-bound access. + +2018-10-22 Eric Botcazou + + * gnat.dg/sso14.adb: New test. + * gnat.dg/sso15.adb: Likewise. + +2018-10-22 Eric Botcazou + + * gnat.dg/warn19.ad[sb]: New test. + * gnat.dg/warn19_pkg.ads: New helper. + +2018-10-22 Richard Biener + + PR tree-optimization/87640 + * gcc.dg/torture/pr87640.c: New testcase. + +2018-10-22 Ilya Leoshkevich + + * gcc.target/s390/litpool-int.c: New test. + +2018-10-22 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-andn-di-zmm-1.c: New test. + * gcc.target/i386/avx512f-andn-si-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-andn-si-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-andn-si-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-andn-si-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-andn-si-zmm-5.c: Likewise. + * gcc.target/i386/avx512vl-andn-si-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-andn-si-ymm-1.c: Likewise. + +2018-10-22 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-and-di-zmm-1.c: New test. + * gcc.target/i386/avx512f-and-si-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-and-si-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-and-si-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-and-si-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-and-si-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-and-si-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-or-di-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-or-si-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-or-si-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-or-si-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-or-si-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-or-si-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-or-si-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-xor-di-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-xor-si-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-xor-si-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-xor-si-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-xor-si-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-xor-si-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-xor-si-zmm-6.c: Likewise. + * gcc.target/i386/avx512vl-and-si-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-and-si-ymm-1.c: Likewise. + * gcc.target/i386/avx512vl-or-si-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-or-si-ymm-1.c: Likewise. + * gcc.target/i386/avx512vl-xor-si-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-xor-si-ymm-1.c: Likewise. + +2018-10-22 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-add-di-zmm-1.c: New test. + * gcc.target/i386/avx512f-add-si-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-add-si-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-add-si-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-add-si-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-add-si-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-add-si-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-sub-di-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-sub-si-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-sub-si-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-sub-si-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-sub-si-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-sub-si-zmm-5.c: Likewise. + * gcc.target/i386/avx512vl-add-si-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-add-si-ymm-1.c: Likewise. + * gcc.target/i386/avx512vl-sub-si-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-sub-si-ymm-1.c: Likewise. + +2018-10-21 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx-1.c (__builtin_ia32_vfmsubpd512_mask): New. + (__builtin_ia32_vfmsubpd512_maskz): Likewise. + (__builtin_ia32_vfmsubps512_mask): Likewise. + (__builtin_ia32_vfmsubps512_maskz): Likewise. + (__builtin_ia32_vfnmaddpd512_mask3): Likewise. + (__builtin_ia32_vfnmaddpd512_maskz): Likewise. + (__builtin_ia32_vfnmaddps512_mask3): Likewise. + (__builtin_ia32_vfnmaddps512_maskz): Likewise. + (__builtin_ia32_vfnmsubpd512_maskz): Likewise. + (__builtin_ia32_vfnmsubps512_maskz): Likewise. + * gcc.target/i386/sse-13.c + (__builtin_ia32_vfmsubpd512_mask): Likewise. + (__builtin_ia32_vfmsubpd512_maskz): Likewise. + (__builtin_ia32_vfmsubps512_mask): Likewise. + (__builtin_ia32_vfmsubps512_maskz): Likewise. + (__builtin_ia32_vfnmaddpd512_mask3): Likewise. + (__builtin_ia32_vfnmaddpd512_maskz): Likewise. + (__builtin_ia32_vfnmaddps512_mask3): Likewise. + (__builtin_ia32_vfnmaddps512_maskz): Likewise. + (__builtin_ia32_vfnmsubpd512_maskz): Likewise. + (__builtin_ia32_vfnmsubps512_maskz): Likewise. + * gcc.target/i386/sse-23.c + (__builtin_ia32_vfmsubpd512_mask): Likewise. + (__builtin_ia32_vfmsubpd512_maskz): Likewise. + (__builtin_ia32_vfmsubps512_mask): Likewise. + (__builtin_ia32_vfmsubps512_maskz): Likewise. + (__builtin_ia32_vfnmaddpd512_mask3): Likewise. + (__builtin_ia32_vfnmaddpd512_maskz): Likewise. + (__builtin_ia32_vfnmaddps512_mask3): Likewise. + (__builtin_ia32_vfnmaddps512_maskz): Likewise. + (__builtin_ia32_vfnmsubpd512_maskz): Likewise. + (__builtin_ia32_vfnmsubps512_maskz): Likewise. + +2018-10-21 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-fnmsub-df-zmm-1.c: New test. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-7.c: Likewise. + * gcc.target/i386/avx512f-fnmsub-sf-zmm-8.c: Likewise. + * gcc.target/i386/avx512vl-fnmsub-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-fnmsub-sf-ymm-1.c: Likewise. + +2018-10-21 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-fnmadd-df-zmm-1.c: New test. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-7.c: Likewise. + * gcc.target/i386/avx512f-fnmadd-sf-zmm-8.c: Likewise. + * gcc.target/i386/avx512vl-fnmadd-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-fnmadd-sf-ymm-1.c: Likewise. + +2018-10-21 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-fmsub-df-zmm-1.c: New test. + * gcc.target/i386/avx512f-fmsub-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-fmsub-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-fmsub-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-fmsub-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-fmsub-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-fmsub-sf-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-fmsub-sf-zmm-7.c: Likewise. + * gcc.target/i386/avx512f-fmsub-sf-zmm-8.c: Likewise. + * gcc.target/i386/avx512vl-fmsub-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-fmsub-sf-ymm-1.c: Likewise. + +2018-10-21 Paul Thomas + + PR fortran/71880 + * gfortran.dg/deferred_character_31.f90 : New test. + +2018-10-21 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-mul-df-zmm-1.c: New test. + * gcc.target/i386/avx512f-mul-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-mul-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-mul-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-mul-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-mul-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-mul-sf-zmm-6.c: Likewise. + * gcc.target/i386/avx512vl-mul-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-mul-sf-ymm-1.c: Likewise. + +2018-10-21 H.J. Lu + + PR target/87662 + * gcc.target/i386/pr87662.c + +2018-10-20 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512f-div-df-zmm-1.c: New test. + * gcc.target/i386/avx512f-div-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-div-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-div-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-div-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-div-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512vl-div-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-div-sf-ymm-1.c: Likewise. + +2018-10-20 Marek Polacek + + * g++.dg/*.C: Use target c++17 instead of explicit dg-options. + * lib/g++-dg.exp: Don't test C++11 by default. Add C++17 to + the list of default stds to test. + +2018-10-20 Jakub Jelinek + + PR middle-end/87647 + * gcc.c-torture/compile/pr87647.c: New test. + +2018-10-19 Jakub Jelinek + + PR middle-end/85488 + PR middle-end/87649 + * c-c++-common/gomp/doacross-2.c: New test. + * c-c++-common/gomp/sink-3.c: Expect another error during error + recovery. + +2018-10-19 Segher Boessenkool + + * gcc.target/powerpc/safe-indirect-jump-2.c: Do not check assigned CR + field number. + * gcc.target/powerpc/safe-indirect-jump-3.c: Ditto. + +2018-10-19 Richard Biener + + PR middle-end/87645 + * gcc.dg/torture/pr87645.c: New testcase. + +2018-10-19 Richard Biener + + PR target/87657 + * gcc.target/i386/pr87657.c: New testcase. + +2018-10-19 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512-binop-1.h: New file. + * gcc.target/i386/avx512-binop-2.h: Likewise. + * gcc.target/i386/avx512-binop-3.h: Likewise. + * gcc.target/i386/avx512-binop-4.h: Likewise. + * gcc.target/i386/avx512-binop-5.h: Likewise. + * gcc.target/i386/avx512-binop-6.h: Likewise. + * gcc.target/i386/avx512f-add-df-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-add-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-add-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-add-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-add-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-add-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-add-sf-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-sub-df-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-sub-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-sub-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-sub-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-sub-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-sub-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512vl-add-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-add-sf-ymm-1.c: Likewise. + * gcc.target/i386/avx512vl-sub-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-sub-sf-ymm-1.c: Likewise. + +2018-10-19 Ilya Leoshkevich + + PR rtl-optimization/87596 + * gcc.target/i386/pr87596.c: New test. + +2018-10-19 Eric Botcazou + + * gnat.dg/frame_overflow2.adb: New test. + +2018-10-18 H.J. Lu + + PR target/72782 + * gcc.target/i386/avx512-fma-1.h: New file. + * gcc.target/i386/avx512-fma-2.h: Likewise. + * gcc.target/i386/avx512-fma-3.h: Likewise. + * gcc.target/i386/avx512-fma-4.h: Likewise. + * gcc.target/i386/avx512-fma-5.h: Likewise. + * gcc.target/i386/avx512-fma-6.h: Likewise. + * gcc.target/i386/avx512-fma-7.h: Likewise. + * gcc.target/i386/avx512-fma-8.h: Likewise. + * gcc.target/i386/avx512f-fmadd-df-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-1.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-2.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-3.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-4.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-5.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-6.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-7.c: Likewise. + * gcc.target/i386/avx512f-fmadd-sf-zmm-8.c: Likewise. + * gcc.target/i386/avx512vl-fmadd-sf-xmm-1.c: Likewise. + * gcc.target/i386/avx512vl-fmadd-sf-ymm-1.c: Likewise. + +2018-10-18 Tobias Burnus + + PR fortran/87625 + * gfortran.dg/realloc_on_assign_31.f90: New file. + +2018-10-18 David Malcolm + + PR tree-optimization/87562 + * c-c++-common/substring-location-PR-87562-1-a.h: New file. + * c-c++-common/substring-location-PR-87562-1-b.h: New file. + * c-c++-common/substring-location-PR-87562-1.c: New test. + * gcc.dg/plugin/diagnostic-test-string-literals-1.c: Add test for + PR 87562. + * gcc.dg/plugin/pr87562-a.h: New file. + * gcc.dg/plugin/pr87562-b.h: New file. + +2018-10-18 Paul Thomas + + PR fortran/58618 + * gfortran.dg/associate_45.f90 : New test. + +2018-10-18 Paul Thomas + + PR fortran/58618 + * gfortran.dg/deferred_character_30.f90 : New test. + +2018-10-18 Richard Biener + + PR middle-end/87087 + * gcc.dg/torture/pr87087.c: New testcase. + * gcc.dg/graphite/pr84204.c: XFAIL. + * gcc.dg/graphite/pr85935.c: Likewise. + +2018-10-18 H.J. Lu + + PR target/87537 + * gcc.target/i386/pr87537-1.c: New test. + +2018-10-17 Joseph Myers + + * gcc.dg/c11-static-assert-7.c, gcc.dg/c11-static-assert-8.c, + gcc.dg/c11-static-assert-9.c, gcc.dg/c2x-static-assert-1.c, + gcc.dg/c2x-static-assert-2.c, gcc.dg/c99-static-assert-2.c, + gcc.dg/gnu2x-static-assert-1.c: New tests. + * gcc.dg/missing-symbol-3.c: Update expected fix-it text. + +2018-10-17 Tobias Burnus + + PR fortran/87632 + * gfortran.dg/select_type_47.f90: New. + +2018-10-17 Eric Botcazou + + * gcc.c-torture/execute/pr87623.c: New test. + +2018-10-17 Paolo Carlini + + PR c++/84705 + * g++.dg/cpp0x/pr84705.C: New. + +2018-10-17 Paul Thomas + + PR fortran/56386 + PR fortran/58906 + PR fortran/77385 + * gfortran.dg/associate_44.f90 : New test. + + PR fortran/80260 + * gfortran.dg/select_type_45.f90 : New test. + + PR fortran/82077 + * gfortran.dg/select_type_46.f90 : New test. + +2018-10-16 Tobias Burnus + + PR fortran/67125 + * gfortran.dg/allocate_with_source_26.f90: Extend + testcase with polymorphic variables. + +2018-10-16 Tobias Burnus + + PR fortran/67125 + * gfortran.dg/allocate_with_source_26.f90: New. + +2018-10-15 David Malcolm + + * gcc.dg/missing-header-fixit-3.c: Update expected indentation + to reflect minimum margin width. + * gcc.dg/missing-header-fixit-4.c: Likewise. + * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c: + Likewise. + * gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c: + Likewise. + * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers-2.c: + New test. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add it. + +2018-10-15 Tobias Burnus + + PR fortran/87597 + * gfortran.dg/inline_matmul_24.f90: Tweak scan-tree. + +2018-10-15 Renlin Li + + PR target/87563 + * gcc.target/aarch64/sve/pr87563.c: New. + +2018-10-15 Paul Thomas + Tobias Burnus + + PR fortran/87566 + * gfortran.dg/select_type_44.f90: New test. + * gfortran.dg/associate_42.f90: New test. + +2018-10-15 Bin Cheng + + PR tree-optimization/87022 + * gcc.dg/tree-ssa/pr87022.c: New test. + +2018-10-15 Richard Biener + + PR middle-end/87610 + * gcc.dg/torture/restrict-6.c: New testcase. + +2018-10-15 Andreas Krebbel + + * g++.dg/vec-init-1.C: New test. + +2018-10-14 H.J. Lu + + PR target/87599 + * gcc.target/i386/pr87599.c: New test. + +2018-10-14 H.J. Lu + + PR target/87572 + * gcc.target/i386/pr87572.c: New test. + +2018-10-14 Paul Thomas + + PR fortran/83146 + * gfortran.dg/associate_43.f90: New test. + +2018-10-14 Anthony Green + + * gcc.c-torture/execute/20101011-1.c: Adjust for moxie. + +2018-10-12 Yury Gribov + + PR middle-end/81376 + * c-c++-common/pr81376.c: New test. + * gcc.target/i386/387-ficom-2.c: Update test. + * gcc.target/i386/387-ficom-2.c: Ditto. + +2018-10-12 Tobias Burnus + + PR fortran/87597 + * gfortran.dg/inline_matmul_24.f90: New. + +2018-10-12 Tobias Burnus + + PR fortran/58787 + * gfortran.dg/goacc/pr77765.f90: Modify dg-error. + * gfortran.dg/interface_42.f90: Ditto. + * gfortran.dg/internal_references_1.f90: Ditto. + * gfortran.dg/invalid_procedure_name.f90: Ditto. + * gfortran.dg/pr65453.f90: Ditto. + * gfortran.dg/pr77414.f90: Ditto. + * gfortran.dg/pr78741.f90: Ditto. + * gfortran.dg/same_name_2.f90: Ditto. + +2018-10-12 Wilco Dijkstra + + * gcc.target/aarch64/popcnt.c: Test zero-extended popcount. + * gcc.target/aarch64/vec_zeroextend.c: Test zero-extended vectors. + +2018-10-11 Will Schmidt + + * gcc.target/powerpc/fold-vec-insert-char-p8.c: New. + * gcc.target/powerpc/fold-vec-insert-char-p9.c: New. + * gcc.target/powerpc/fold-vec-insert-double.c: New. + * gcc.target/powerpc/fold-vec-insert-float-p8.c: New. + * gcc.target/powerpc/fold-vec-insert-float-p9.c: New. + * gcc.target/powerpc/fold-vec-insert-int-p8.c: New. + * gcc.target/powerpc/fold-vec-insert-int-p9.c: New. + * gcc.target/powerpc/fold-vec-insert-longlong.c: New. + * gcc.target/powerpc/fold-vec-insert-short-p8.c: New. + * gcc.target/powerpc/fold-vec-insert-short-p9.c: New. + +2018-10-11 Will Schmidt + + * gcc.target/powerpc/fold-vec-extract-char.p7.c: New. + * gcc.target/powerpc/fold-vec-extract-char.p8.c: New. + * gcc.target/powerpc/fold-vec-extract-char.p9.c: New. + * gcc.target/powerpc/fold-vec-extract-double.p7.c: New. + * gcc.target/powerpc/fold-vec-extract-double.p8.c: New. + * gcc.target/powerpc/fold-vec-extract-double.p9.c: New. + * gcc.target/powerpc/fold-vec-extract-float.p7.c: New. + * gcc.target/powerpc/fold-vec-extract-float.p8.c: New. + * gcc.target/powerpc/fold-vec-extract-float.p9.c: New. + * gcc.target/powerpc/fold-vec-extract-int.p7.c: New. + * gcc.target/powerpc/fold-vec-extract-int.p8.c: New. + * gcc.target/powerpc/fold-vec-extract-int.p9.c: New. + * gcc.target/powerpc/fold-vec-extract-longlong.p7.c: New. + * gcc.target/powerpc/fold-vec-extract-longlong.p8.c: New. + * gcc.target/powerpc/fold-vec-extract-longlong.p9.c: New. + * gcc.target/powerpc/fold-vec-extract-short.p7.c: New. + * gcc.target/powerpc/fold-vec-extract-short.p8.c: New. + * gcc.target/powerpc/fold-vec-extract-short.p9.c: New. + +2018-10-11 Will Schmidt + + * gcc.target/powerpc/fold-vec-select-char.c: New. + * gcc.target/powerpc/fold-vec-select-double.c: New. + * gcc.target/powerpc/fold-vec-select-float.c: New. + * gcc.target/powerpc/fold-vec-select-int.c: New. + * gcc.target/powerpc/fold-vec-select-longlong.c: New. + * gcc.target/powerpc/fold-vec-select-short.c: New. + +2018-10-09 Giuliano Belinassi + + PR tree-optimization/86829 + * gcc.dg/sinatan-1.c: New test. + * gcc.dg/sinatan-2.c: New test. + * gcc.dg/sinatan-3.c: New test. + +2018-10-11 Will Schmidt + + * gcc.target/powerpc/fold-vec-mergeeo-floatdouble.c: New. + * gcc.target/powerpc/fold-vec-mergeeo-int.c: New. + * gcc.target/powerpc/fold-vec-mergeeo-longlong.c: New. + +2018-10-11 Tobias Burnus + + Revert: + 2018-10-09 Tobias Burnus + + PR fortran/83522 + * gfortran.dg/actual_array_substr_1.f90: Add dg-error, + change to dg-do compile. + * gfortran.dg/actual_array_substr_2.f90: Ditto. + * gfortran.dg/array_initializer_1.f90: Use array + element not size-one section. + * gfortran.dg/array_substring.f90: New. + +2018-10-11 Wilco Dijkstra + + PR target/87511 + * gcc.target/aarch64/pr87511.c: Add new test. + +2018-10-11 David Malcolm + + PR c++/84993 + * g++.dg/torture/accessor-fixits-9.C: New test. + +2018-10-11 Nathan Sidwell + + * g++.dg/parse/close-brace.C: New. + * g++.dg/cpp0x/noexcept16.C: Avoid warning. + * g++.old-deja/g++.other/crash32.C: Add another error + +2018-10-11 Jakub Jelinek + + PR c++/85070 + * g++.dg/cpp0x/pr85070.C: Change effective target for diagnostics from + c++14_only to c++14. + +2018-10-11 David Malcolm + + * lib/multiline.exp (dg-begin-multiline-output): Issue an error if + there hasn't been a dg-end-multiline-output since the last + dg-begin-multiline-output. + (dg-end-multiline-output): Issue an error if there hasn't been a + dg-begin-multiline-output. Reset _multiline_last_beginning_line + as soon possible. Rename "line" to "last_line". + +2018-10-11 Andrew Stubbs + + * selftests/repeat.rtl: New file. + +2018-10-11 Jakub Jelinek + + PR c++/87582 + * g++.dg/cpp1z/decomp48.C: New test. + +2018-10-11 David Malcolm + + * g++.dg/diagnostic/macro-arg-count.C: Move to... + * c-c++-common/cpp/macro-arg-count-1.c: ...here, generalizing + output for C vs C++. Expect notes showing the definitions of the + macros. + * c-c++-common/cpp/macro-arg-count-2.c: New test, adapted from the + above. + +2018-10-11 Martin Jambor + + * gcc.dg/warn-abs-1.c: Guard tests assuming size of long double is + greater that the size of double by target large_long double. + +2018-10-11 Jakub Jelinek + + * g++.dg/cpp2a/feat-cxx2a.C: New test. + + PR c++/87547 + * g++.dg/rtti/typeid12.C: New test. + +2018-10-10 Eric Botcazou + + * g++.dg/other/pr87574.C: New test. + +2018-10-10 Marek Polacek + + PR c++/87567 - constexpr rejects call to non-constexpr function. + * g++.dg/cpp1y/constexpr-loop7.C: New test. + +2018-10-10 Paul A. Clarke + + PR target/87579 + * gcc.target/powerpc/sse3-check.h: Remove duplicated code. + * gcc.target/powerpc/sse3-addsubps.c: Likewise. + * gcc.target/powerpc/sse3-addsubpd.c: Likewise. + * gcc.target/powerpc/sse3-haddps.c: Likewise. + * gcc.target/powerpc/sse3-hsubps.c: Likewise. + * gcc.target/powerpc/sse3-haddpd.c: Likewise. + * gcc.target/powerpc/sse3-hsubpd.c: Likewise. + * gcc.target/powerpc/sse3-lddqu.c: Likewise. + * gcc.target/powerpc/sse3-movsldup.c: Likewise. + * gcc.target/powerpc/sse3-movshdup.c: Likewise. + * gcc.target/powerpc/sse3-movddup.c: Likewise. + * gcc.target/powerpc/pr37191.c: Likewise. +2018-10-10 Martin Sebor + + PR c/54391 + * gcc.dg/transparent-union-6.c: New. + +2018-10-10 Martin Sebor + + * gcc.c-torture/execute/memchr-1.c: Avoid assuming 4-byte wchar_t. + Add a test for 2-byte wchar_t. + * gcc.dg/builtin-memchr.c: New test. + +2018-10-10 Uros Bizjak + + PR target/87573 + * gcc.target/i386/pr87573.c: New test. + +2018-10-10 Jakub Jelinek + + PR target/87550 + * gcc.target/i386/pr87550.c: New test. + + PR c/87286 + * gcc.dg/pr87286.c: Add -Wno-psabi to dg-options. + +2018-10-09 Paolo Carlini + + PR c++/84423 + * g++.dg/concepts/pr84423-1.C: New. + * g++.dg/concepts/pr84423-2.C: Likewise. + * g++.dg/cpp0x/auto39.C: Test location too. + * g++.dg/cpp0x/auto9.C: Likewise. + * g++.dg/cpp1y/pr60384.C: Likewise. + +2018-10-09 Paul A. Clarke + + * gcc.target/powerpc/sse3-check.h: New file. + * gcc.target/powerpc/sse3-addsubps.c: New file. + * gcc.target/powerpc/sse3-addsubpd.c: New file. + * gcc.target/powerpc/sse3-haddps.c: New file. + * gcc.target/powerpc/sse3-hsubps.c: New file. + * gcc.target/powerpc/sse3-haddpd.c: New file. + * gcc.target/powerpc/sse3-hsubpd.c: New file. + * gcc.target/powerpc/sse3-lddqu.c: New file. + * gcc.target/powerpc/sse3-movsldup.c: New file. + * gcc.target/powerpc/sse3-movshdup.c: New file. + * gcc.target/powerpc/sse3-movddup.c: New file. + * gcc.target/powerpc/pr37191.c: New file. + +2018-10-09 Tobias Burnus + + PR fortran/83522 + * gfortran.dg/actual_array_substr_1.f90: Add dg-error, + change to dg-do compile. + * gfortran.dg/actual_array_substr_2.f90: Ditto. + * gfortran.dg/array_initializer_1.f90: Use array + element not size-one section. + * gfortran.dg/array_substring.f90: New. + +2018-10-09 Eric Botcazou + + * gnat.dg/derived_type5.adb, gnat.dg/derived_type5_pkg.ads: New + testcase. + +2018-10-09 Eric Botcazou + + * gnat.dg/warn17.adb: New testcase. + +2018-10-09 Eric Botcazou + + * gnat.dg/inline14.adb, gnat.dg/inline14_pkg.adb, + gnat.dg/inline14_pkg.ads: New testcase. + +2018-10-09 Ed Schonberg + + * gnat.dg/warn18.adb: New testcase. + +2018-10-09 Martin Liska + + * c-c++-common/asan/pr64820.c: Add line number to scanned + pattern. + * c-c++-common/asan/use-after-return-1.c: Likewise. + * g++.dg/asan/function-argument-1.C (main): Likewise. + * g++.dg/asan/function-argument-2.C (main): Likewise. + * g++.dg/asan/function-argument-3.C (main): Likewise. + * g++.dg/asan/use-after-scope-1.C (main): Likewise. + * g++.dg/asan/use-after-scope-2.C (main): Likewise. + * g++.dg/asan/use-after-scope-types-1.C (main): Likewise. + * g++.dg/asan/use-after-scope-types-2.C (main): Likewise. + * g++.dg/asan/use-after-scope-types-3.C (main): Likewise. + * g++.dg/asan/use-after-scope-types-4.C (main): Likewise. + * g++.dg/asan/use-after-scope-types-5.C (main): Likewise. + * gcc.dg/asan/pr78541.c (main): Likewise. + * gcc.dg/asan/use-after-scope-1.c (main): Likewise. + * gcc.dg/asan/use-after-scope-10.c (main): Likewise. + * gcc.dg/asan/use-after-scope-2.c (main): Likewise. + * gcc.dg/asan/use-after-scope-3.c (main): Likewise. + * gcc.dg/asan/use-after-scope-5.c (main): Likewise. + * gcc.dg/asan/use-after-scope-9.c (main): Likewise. + +2018-10-09 Paul Thomas + + PR fortran/87151 + * gfortran.dg/deferred_type_component_3.f90: New test. + + PR fortran/80931 + * gfortran.dg/deferred_character_28.f90: New test. + * gfortran.dg/deferred_character_29.f90: New test (note that + this test appears in PR83196 comment #4 by mistake). + +2018-10-08 Eric Botcazou + + * gcc.target/i386/vararg-loc.c: Accept a column number. + +2018-10-08 Martin Liska + + * gcc.target/i386/i386.exp: Move procedures to + target-supports.exp. + * g++.target/i386/i386.exp: New file. + * gcc.target/i386/mv*.C: Move here tests and remove + target filter in these tests. + +2018-10-08 Cesar Philippidis + + * gfortran.dg/contiguous_4.f90: Adjust. + * gfortran.dg/contiguous_4.f90: New test. + +2018-10-08 Paul Thomas + + PR fortran/86372 + * gfortran.dg/associate_41.f90: New test. + +2018-10-08 Rainer Orth + + * gcc.dg/merge-all-constants-2.c: Require string_merging support. + * gnat.dg/string_merge1.adb: Likewise. + * gnat.dg/string_merge2.adb: Likewise. + +2018-10-08 Rainer Orth + + * c-c++-common/Wprio-ctor-dtor.c: Require init_priority support. + +2018-10-08 Martin Liska + + * g++.dg/ext/pr82625.C: Add dg-compile filter. + +2018-10-08 Paolo Carlini + + PR c++/71128 + * g++.dg/concepts/pr71128.C: New. + +2018-10-08 Richard Sandiford + + PR c/87286 + * gcc.dg/pr87286.c: New test. + +2018-10-06 Thomas Koenig + + PR fortran/86111 + * gfortran.dg/array_constructor_type_23.f90: New test. + +2018-10-06 Paul Thomas + + PR fortran/83999 + * gfortran.dg/elemental_function_4.f90 : New test. + +2018-10-05 Peter Bergner + + PR rtl-optimization/86939 + PR rtl-optimization/87479 + * gcc.target/powerpc/pr86939.c: New test. + * gcc/testsuite/gcc.target/i386/pr49095.c: Fix expected results. + +2018-10-05 Bernd Edlinger + + * gnat.dg/string_merge1.adb: Fix test expectations. + * gnat.dg/string_merge2.adb: Likewise. + +2018-10-05 David Malcolm + + PR c++/56856 + * g++.dg/ext/builtin4.C: Set expected location for warning to the + correct location within the format string. + * g++.dg/plugin/plugin.exp (plugin_test_list): Add the plugin and + files for testing locations within string literal locations from + the C frontend. + * g++.dg/warn/Wformat-method.C: New test. + * g++.dg/warn/Wformat-pr71863.C: New test. + * g++.dg/warn/Wformat-ranges-c++11.C: New test. + * g++.dg/warn/Wformat-ranges.C: New test, based on + gcc.dg/format/diagnostic-ranges.c. + * gcc.dg/plugin/diagnostic-test-string-literals-1.c + (test_multitoken_macro): Generalize expected output to work with + both C and C++. + * gcc.dg/plugin/diagnostic-test-string-literals-2.c + (test_stringified_token_1): Likewise. + (test_stringified_token_3): Likewise. + +2018-10-05 David Malcolm + + * lib/multiline.exp (proc dg-end-multiline-output): Check argument + count. If there's a 3rd argument, use dg-process-target on it, + bailing out, or recording expected failures as "maybe_x". + (proc handle-multiline-outputs): Extract "maybe_x", and use it + to convert pass/fail into xpass/xfail. + +2018-10-05 Martin Sebor + + PR tree-optimization/87490 + * gcc.dg/pr87490.c: New test. + * gcc.dg/warn-strnlen-no-nul-2.c: Same. + +2018-10-05 Steve Ellcey + + PR tree-optimization/71625 + * /gcc.target/aarch64/vclz.c (test_vclz_s8): Add noinline attribute. + (test_vclz_s16): Ditto. + (test_vclz_s32): Ditto. + (test_vclzq_s8): Ditto. + (test_vclzq_s16): Ditto. + (test_vclzq_s32): Ditto. + (test_vclz_u8): Ditto. + (test_vclz_u16): Ditto. + (test_vclz_u32): Ditto. + (test_vclzq_u8): Ditto. + (test_vclzq_u16): Ditto. + (test_vclzq_u32): Ditto. + * gcc.target/aarch64/vneg_s.c (test_vneg_s8): Ditto. + (test_vneg_s16): Ditto. + (test_vneg_s32): Ditto. + (test_vneg_s64): Ditto. + (test_vnegd_s64): Ditto. + (test_vnegq_s8): Ditto. + (test_vnegq_s16): Ditto. + (test_vnegq_s32): Ditto. + (test_vnegq_s64): Ditto. + +2018-10-05 Segher Boessenkool + + PR target/87509 + * gcc.target/powerpc/test_fpscr_drn_builtin.c: Use hard_dfp instead + of dfp_hw. Don't include . + * gcc.target/powerpc/test_fpscr_drn_builtin_error.c: Ditto. Require + lp64. + * gcc.target/powerpc/test_fpscr_rn_builtin.c: Don't include . + * gcc.target/powerpc/test_fpscr_rn_builtin_error.c: Ditto. + * gcc.target/powerpc/test_mffsl.c: Ditto. + +2018-10-04 Vinay Kumar + + * c-c++-common/Wprio-ctor-dtor.c: New test. + +2018-10-04 David Malcolm + + * gcc.dg/vect/nodump-vect-opt-info-2.c: New test. + * gcc.dg/vect/vect-alias-check-4.c: Add "-fopt-info-vec-all" to + dg-additional-options. Add dg-message and dg-missed directives + to verify that -fopt-info messages are written at the correct + locations. + +2018-10-04 David Malcolm + + * gcc.dg/plugin/dump-1.c: Update expected output for test_scopes + due to "-internals" not being selected. + * gcc.dg/plugin/dump-2.c: New test, based on dump-1.c, with + "-internals" added to re-enable the output from test_scopes. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add dump-2.c. + +2018-10-04 Bernd Edlinger + + * gnat.dg/string_merge1.adb: New test. + * gnat.dg/string_merge2.adb: New test. + * gcc.dg/merge-all-constants-1.c: Adjust test. + * gcc.dg/merge-all-constants-2.c: New test. + +2018-10-04 Bill Seurer + + PR target/87486 + * gcc.target/powerpc/undef-bool-2.c: Fix expected error output. + +2018-10-04 Martin Liska + + PR c/87483 + * gcc.dg/pr87483.c: New test. + +2018-10-04 Martin Liska + + PR ipa/82625 + * g++.dg/ext/pr82625.C: New test. + +2018-10-04 David Malcolm + + * gcc.dg/plugin/dump-1.c: New test. + * gcc.dg/plugin/dump_plugin.c: New test plugin. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above. + +2018-10-04 Peter Bergner + + PR rtl-optimization/87466 + * gcc.target/powerpc/pr87466.c: New test. + +2018-10-04 Prathamesh Kulkarni + + PR tree-optimization/85787 + * gcc.dg/ipa/propmalloc-4.c: New test. + +2018-10-04 Richard Biener + + * gcc.dg/tree-ssa/cunroll-15.c: Add XFAILs for arm and powerpc. + +2018-10-03 Ian Lance Taylor + + * go.test/go-test.exp (go-set-goarch): Use amd64p32 on x32. + +2018-10-03 Martin Sebor + + * gcc.dg/warn-sprintf-no-nul.c: New test. + +2018-10-03 Martin Liska + + PR gcov-profile/86109 + * g++.dg/gcov/pr86109.C: New test. + +2018-10-02 Marc Glisse + + * gcc.dg/tree-ssa/muldiv-1.c: New file. + * gcc.dg/tree-ssa/muldiv-2.c: Likewise. + +2018-10-02 Segher Boessenkool + + PR target/87081 + * gcc.target/powerpc/vec-init-6.c: Fix expected asm. + +2018-10-01 Martin Sebor + + * gcc.dg/warn-strnlen-no-nul.c: New. + +2018-10-01 Carl Love + + PR 69431 + * gcc.target/powerpc/test_mffsl-p9.c: New file. + * gcc.target/powerpc/test_fpscr_rn_builtin.c: New file. + * gcc.target/powerpc/test_fpscr_drn_builtin.c: New file. + * gcc.target/powerpc/test_fpscr_rn_builtin_error.c: New file. + * gcc.target/powerpc/test_fpscr_drn_builtin_error.c: New file. + +2018-10-01 Paul Thomas + + PR fortran/65677 + * gfortran.dg/dependency_52.f90 : Expand the test to check both + the call to adjustl and direct assignment of the substring. + +2018-10-01 Richard Biener + + PR tree-optimization/87465 + * gcc.dg/tree-ssa/cunroll-15.c: New testcase. + +2018-10-01 Tamar Christina + + PR target/86486 + * gcc.dg/pr82788.c: Skip for AArch64. + * gcc.dg/guality/vla-1.c: Turn off stack-clash. + * gcc.target/aarch64/subsp.c: Likewise. + * gcc.dg/params/blocksort-part.c: Skip stack-clash checks + on AArch64. + * gcc.dg/stack-check-10.c: Add AArch64 specific checks. + * gcc.dg/stack-check-12.c: ILP32 fixup. + * gcc.dg/stack-check-5.c: Add AArch64 specific checks. + * gcc.dg/stack-check-6a.c: Skip on AArch64, we don't support this. + * lib/target-supports.exp + (check_effective_target_frame_pointer_for_non_leaf): AArch64 does not + require frame pointer for non-leaf functions. + +2018-10-01 Tamar Christina + + PR target/86486 + * gcc.target/aarch64/stack-check-alloca-1.c: New. + * gcc.target/aarch64/stack-check-alloca-10.c: New. + * gcc.target/aarch64/stack-check-alloca-2.c: New. + * gcc.target/aarch64/stack-check-alloca-3.c: New. + * gcc.target/aarch64/stack-check-alloca-4.c: New. + * gcc.target/aarch64/stack-check-alloca-5.c: New. + * gcc.target/aarch64/stack-check-alloca-6.c: New. + * gcc.target/aarch64/stack-check-alloca-7.c: New. + * gcc.target/aarch64/stack-check-alloca-8.c: New. + * gcc.target/aarch64/stack-check-alloca-9.c: New. + * gcc.target/aarch64/stack-check-alloca.h: New. + * gcc.target/aarch64/stack-check-14.c: New. + * gcc.target/aarch64/stack-check-15.c: New. + +2018-10-01 Tamar Christina + + PR target/86486 + * gcc.target/aarch64/stack-check-prologue-16.c: New test + * gcc.target/aarch64/stack-check-cfa-3.c: New test. + * gcc.target/aarch64/sve/struct_vect_24.c: New test. + * gcc.target/aarch64/sve/struct_vect_24_run.c: New test. + +2018-10-01 Jeff Law + Richard Sandiford + Tamar Christina + + PR target/86486 + * gcc.target/aarch64/stack-check-12.c: New. + * gcc.target/aarch64/stack-check-13.c: New. + * gcc.target/aarch64/stack-check-cfa-1.c: New. + * gcc.target/aarch64/stack-check-cfa-2.c: New. + * gcc.target/aarch64/stack-check-prologue-1.c: New. + * gcc.target/aarch64/stack-check-prologue-10.c: New. + * gcc.target/aarch64/stack-check-prologue-11.c: New. + * gcc.target/aarch64/stack-check-prologue-12.c: New. + * gcc.target/aarch64/stack-check-prologue-13.c: New. + * gcc.target/aarch64/stack-check-prologue-14.c: New. + * gcc.target/aarch64/stack-check-prologue-15.c: New. + * gcc.target/aarch64/stack-check-prologue-2.c: New. + * gcc.target/aarch64/stack-check-prologue-3.c: New. + * gcc.target/aarch64/stack-check-prologue-4.c: New. + * gcc.target/aarch64/stack-check-prologue-5.c: New. + * gcc.target/aarch64/stack-check-prologue-6.c: New. + * gcc.target/aarch64/stack-check-prologue-7.c: New. + * gcc.target/aarch64/stack-check-prologue-8.c: New. + * gcc.target/aarch64/stack-check-prologue-9.c: New. + * gcc.target/aarch64/stack-check-prologue.h: New. + * lib/target-supports.exp + (check_effective_target_supports_stack_clash_protection): Add AArch64. + +2018-10-01 Tamar Christina + + * lib/target-supports.exp (check_cached_effective_target_indexed): New. + (check_cached_effective_target, clear_effective_target_cache): Cleanup. + (check_compile): Support values already Boolean. + (check_alias_available, check_gc_sections_available, + check_profiling_available, check_effective_target_vect_cmdline_needed, + check_effective_target_vect_int, + check_effective_target_vect_intfloat_cvt, + check_effective_target_vect_doubleint_cvt, + check_effective_target_vect_intdouble_cvt, + check_effective_target_vect_uintfloat_cvt, + check_effective_target_vect_floatint_cvt, + check_effective_target_vect_floatuint_cvt, + check_effective_target_vect_peeling_profitable, + check_effective_target_vect_simd_clones, + check_effective_target_vect_peeling_profitable, + check_effective_target_vect_simd_clones, + check_effective_target_vect_shift, + check_effective_target_vect_bswap, + check_effective_target_vect_shift_char, + check_effective_target_vect_float, + check_effective_target_vect_double, + check_effective_target_vect_long_long, + check_effective_target_vect_no_int_min_max, + check_effective_target_vect_no_int_add, + check_effective_target_vect_no_bitwise, + check_effective_target_vect_perm, + check_effective_target_vect_perm_byte, + check_effective_target_vect_perm_short, + check_effective_target_xorsign, + check_effective_target_vect_widen_sum_hi_to_si_pattern, + check_effective_target_vect_widen_sum_hi_to_si, + check_effective_target_vect_widen_sum_qi_to_hi, + check_effective_target_vect_widen_sum_qi_to_si, + check_effective_target_vect_widen_mult_qi_to_hi, + check_effective_target_vect_widen_mult_hi_to_si, + check_effective_target_vect_widen_mult_qi_to_hi_pattern, + check_effective_target_vect_widen_mult_hi_to_si_pattern, + check_effective_target_vect_widen_mult_si_to_di_pattern, + check_effective_target_vect_widen_shift, + check_effective_target_vect_sdot_qi, + check_effective_target_vect_udot_qi, + check_effective_target_vect_sdot_hi, + check_effective_target_vect_udot_hi, + check_effective_target_vect_usad_char, + check_effective_target_vect_pack_trunc, + check_effective_target_vect_unpack, + check_effective_target_unaligned_stack, + check_effective_target_vect_no_align, + check_effective_target_vect_hw_misalign, + check_effective_target_natural_alignment_32, + check_effective_target_natural_alignment_64, + check_effective_target_vect_element_align, + check_effective_target_vect_load_lanes **, + check_effective_target_vect_condition, + check_effective_target_vect_cond_mixed, + check_effective_target_vect_char_mult, + check_effective_target_vect_short_mult, + check_effective_target_vect_int_mult, + check_effective_target_vect_extract_even_odd, + check_effective_target_vect_interleave, + check_effective_target_vect_stridedN, + check_effective_target_vect_call_copysignf, + check_effective_target_sqrt_insn, + check_effective_target_vect_call_sqrtf, + check_effective_target_vect_call_btrunc, + check_effective_target_vect_call_btruncf, + check_effective_target_vect_call_ceil, + check_effective_target_vect_call_ceilf, + check_effective_target_vect_call_floor, + check_effective_target_vect_call_floorf, + check_effective_target_vect_call_lceil, + check_effective_target_vect_call_lfloor, + check_effective_target_vect_call_nearbyint, + check_effective_target_vect_call_nearbyintf, + check_effective_target_vect_call_round, + check_effective_target_vect_call_roundf, + check_effective_target_section_anchors, + check_effective_target_bswap, + check_effective_target_sync_int_long, + check_effective_target_sync_char_short, + check_effective_target_tiny, + check_effective_target_pie_copyreloc, + check_effective_target_got32x_reloc, + check_effective_target_tls_get_addr_via_got): Use new caching. + +2018-10-01 MCC CS + + PR tree-optimization/87261 + * gcc.dg/pr87261.c: New test. + +2018-10-01 Claudiu Zissulescu + + * gcc.target/arc/tph_addx.c: New test. + +2018-10-01 Claudiu Zissulescu + + * gcc.target/arc/tmac-3.c: New file. + +2018-09-30 Paul Thomas + + PR fortran/87359 + * gfortran.dg/associate_40.f90 : New test. + +2018-09-30 Paul Thomas + + PR fortran/70752 + PR fortran/72709 + * gfortran.dg/deferred_character_25.f90 : New test. + * gfortran.dg/deferred_character_26.f90 : New test. + * gfortran.dg/deferred_character_27.f90 : New test to verify + that PR82617 remains fixed. + +2018-09-30 Paul Thomas + + PR fortran/70149 + * gfortran.dg/deferred_character_24.f90 : New test. + +2018-09-29 H.J. Lu + + PR target/87370 + * gcc.target/i386/pr87370.c: New test. + +2018-09-29 Paul Thomas + + PR fortran/65667 + * gfortran.dg/dependency_52.f90 : New test. + +2018-09-29 Jakub Jelinek + + PR target/87467 + * gcc.target/i386/avx512f-abspd-1.c (SIZE): Divide by two. + (CALC): Use double instead of float. + (TEST): Adjust to test _mm512_abs_pd and _mm512_mask_abs_pd rather than + _mm512_abs_ps and _mm512_mask_abs_ps. + +2018-09-28 David Malcolm + + * c-c++-common/unroll-1.c: Update expected output from "note" to + "optimized". + * c-c++-common/unroll-2.c: Likewise. + * c-c++-common/unroll-3.c: Likewise. + * g++.dg/tree-ssa/dom-invalid.C: Update expected output from + dg-message to dg-missed. Convert param from -fopt-info to + -fopt-info-missed-ipa. + * g++.dg/tree-ssa/pr81408.C: Update expected output from + dg-message to dg-missed. + * g++.dg/vect/slp-pr56812.cc: Update expected output from + dg-message to dg-optimized. + * gcc.dg/pr26570.c: Update expected output from dg-message to + dg-missed. Convert param from -fopt-info to + -fopt-info-missed-ipa. + * gcc.dg/pr32773.c: Likewise. + * gcc.dg/tree-ssa/pr19210-1.c: Update expected output from + dg-message to dg-missed. + * gcc.dg/unroll-2.c: Update expected output from dg-message to + dg-optimized. + * gcc.dg/vect/nodump-vect-opt-info-1.c: Likewise. Convert param + from -fopt-info to -fopt-info-vec. + * gfortran.dg/directive_unroll_1.f90: Update expected output from + "note" to "optimized". + * gfortran.dg/directive_unroll_2.f90: Likewise. + * gfortran.dg/directive_unroll_3.f90: Likewise. + * gnat.dg/unroll4.adb: Likewise. + * lib/gcc-dg.exp (dg-optimized): New procedure. + (dg-missed): New procedure. + +2018-09-28 Joseph Myers + + PR c/87390 + * gcc.dg/torture/fp-int-convert.h (TEST_I_F_VAL): Convert integer + values explicitly to target type for comparison. + +2018-09-28 Steve Ellcey + + PR testsuite/87433 + * gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions + instead of 4. + +2018-09-28 Steve Ellcey + + PR testsuite/87433 + * gcc.dg/zero_bits_compound-1.c: Do not run on aarch64*-*-*. + +2018-09-28 Eric Botcazou + + * gcc.target/sparc/20160229-1.c: Minor tweak. + * gcc.target/sparc/cbcond-2.c: Likewise. + * gcc.target/sparc/movcc-1.c: Add -mcpu=v9 option. + * gcc.target/sparc/movcc-2.c: Minor tweak. + * gcc.target/sparc/overflow-3.c: Likewise. + * gcc.target/sparc/overflow-4.c: Add -mno-vis4 option. + * gcc.target/sparc/overflow-5.c: Minor tweak. + * gcc.target/sparc/setcc-4.c: Add -mno-vis4 option. + +2018-09-27 Segher Boessenkool + + * g++.dg/ext/altivec-6.C: Change the vec_splat second argument to a + valid value, in the "vector bool int" case. + +2018-09-27 Uros Bizjak + + * gcc.dg/rtl/x86_64/dfinit.c: Update scan-rtl-dump string. + * gcc.dg/rtl/x86_64/times-two.c.before-df.c: Ditto. + * gcc.target/i386/pr79804.c (foo): Use register "19", not "20". + +2018-09-27 Martin Liska + + * g++.dg/pr60518.C: Add -Wno-missing-profile. + * g++.dg/torture/pr59265.C: Likewise. + * g++.dg/tree-prof/morefunc.C: Likewise. + * g++.dg/tree-ssa/dom-invalid.C: Likewise. + * gcc.dg/pr26570.c: Likewise. + * gcc.dg/pr32773.c: Likewise. + * gcc.dg/pr40209.c: Likewise. + * gcc.dg/pr51957-1.c: Likewise. + * gcc.dg/pr80747.c: Likewise. + * gcc.target/aarch64/pr62262.c: Likewise. + +2018-09-27 Richard Biener + + PR testsuite/87451 + * gcc.dg/debug/dwarf2/inline5.c: Deal with different comment characters. + +2018-09-27 Richard Biener + + PR debug/37801 + PR debug/87440 + * gcc.dg/debug/dwarf2/inline2.c: Adjust. + * gcc.dg/debug/dwarf2/inline4.c: New testcase. + +2018-09-27 Paolo Carlini + + PR c++/67544 + * g++.dg/concepts/pr67544.C: New. + +2018-09-27 Paolo Carlini + + PR c++/84940 + * g++.dg/expr/unary4.C: New. + +2018-09-26 Indu Bhagat + + PR gcov-profile/86957 + * gcc.dg/Wmissing-profile.c: New test. + +2018-09-26 Joseph Myers + + PR c/87390 + * gcc.target/i386/excess-precision-9.c, + gcc.target/i386/excess-precision-10.c: New tests. + +2018-09-26 Richard Biener + + PR debug/87443 + * gcc.dg/debug/dwarf2/inline5.c: New testcase. + +2018-09-26 Martin Jambor + + PR c/87347 + * gcc.dg/pr87347.c: New test. + +2018-09-26 Paolo Carlini + + PR c++/71131 + * g++.dg/concepts/pr71131.C: New. + +2018-09-26 Paolo Carlini + + PR c++/71127 + * g++.dg/concepts/pr71127.C: New. + +2018-09-26 Paolo Carlini + + PR c++/67655 + * g++.dg/concepts/pr67655.C: New. + +2018-09-26 Thomas Quinot + + * gnat.dg/sso13.adb: New testcase. + +2018-09-26 Justin Squirek + + * gnat.dg/warn16.adb: New testcase. + +2018-09-26 Hristian Kirtchev + + * gnat.dg/elab7.adb, gnat.dg/elab7_pkg1.adb, + gnat.dg/elab7_pkg1.ads, gnat.dg/elab7_pkg2.adb, + gnat.dg/elab7_pkg2.ads: New testcase. + +2018-09-26 Javier Miranda + + * gnat.dg/interface8.adb, gnat.dg/interface8.ads: New testcase. + +2018-09-26 Ed Schonberg + + * gnat.dg/predicate2-containers.ads, + gnat.dg/predicate2-project-name_values.ads, + gnat.dg/predicate2-project-registry-attribute.ads, + gnat.dg/predicate2-project-registry.ads, + gnat.dg/predicate2-project-typ-set.ads, + gnat.dg/predicate2-project-typ.ads, + gnat.dg/predicate2-project.ads, + gnat.dg/predicate2-source_reference.ads, gnat.dg/predicate2.ads, + gnat.dg/predicate2_main.adb: New testcase. + +2018-09-26 Hristian Kirtchev + + * gnat.dg/dynhash1.adb: New testcase. + +2018-09-26 Hristian Kirtchev + + * gnat.dg/sets1.adb: New testcase. + * gnat.dg/dynhash.adb, gnat.dg/linkedlist.adb: Update testcases + to new API. + +2018-09-26 Thomas Quinot + + * gnat.dg/sso12.adb: New testcase. + +2018-09-26 Justin Squirek + + * gnat.dg/expr_func8.adb: New testcase. + +2018-09-26 Ed Schonberg + + * gnat.dg/predicate3.adb, gnat.dg/predicate3_pkg.ads: New + testcase. + +2018-09-26 Paolo Carlini + + PR c++/67656 + * g++.dg/concepts/pr67656.C: New. + +2018-09-26 Eric Botcazou + + * gnat.dg/addr12.adb, gnat.dg/addr12_a.adb, + gnat.dg/addr12_a.ads, gnat.dg/addr12_b.adb, + gnat.dg/addr12_b.ads, gnat.dg/addr12_c.ads: New testcase. + +2018-09-26 Eric Botcazou + + * g++.dg/other/vthunk1.C: Rename to... + * g++.dg/other/thunk1.C: ...this. + * g++.dg/other/thunk2a.C: New test. + * g++.dg/other/thunk2b.C: Likewise. + +2018-09-25 Jim Wilson + + * gcc.target/riscv/weak-1.c: New. + +2018-09-25 Jeff Law + + * gcc.dg/warn-stpcpy-no-nul.c: Drop unnecessary xfails. + * gcc.dg/warn-stplen-no-nul.c: Likewise. + +2018-09-25 Alexandre Oliva + + * gnat.dg/dinst.adb: Adjust for locviews. + +2018-09-25 Will Schmidt + + * g++.dg/ext/altivec-6.C: Updated vec_splat() calls. + * gcc.target/powerpc/fold-vec-splat-char.c: Remove invalid + vec_splat calls from recently added tests. Update instruction counts. + * gcc.target/powerpc/fold-vec-splat-floatdouble.c: Same. + * gcc.target/powerpc/fold-vec-splat-int.c: Same. + * gcc.target/powerpc/fold-vec-splat-longlong.c: Same. + * gcc.target/powerpc/fold-vec-splat-pixel.c: Same. + * gcc.target/powerpc/fold-vec-splat-short.c: Same. + +2018-09-25 Marek Polacek + + PR c++/87425 + * g++.dg/cpp2a/constexpr-virtual12.C: New test. + +2018-09-25 Jakub Jelinek + + PR c++/87398 + * g++.dg/other/pr87398.C: New test. + * g++.dg/cpp2a/constexpr-virtual10.C: New test. + * g++.dg/cpp2a/constexpr-virtual11.C: New test. + +2018-09-25 Martin Jambor + + PR testsuite/87339 + * gcc.dg/warn-abs-1.c: Do not test _Float128. Remove dg-skip-if and + float125 target. + * gcc.target/i386/warn-abs-3.c: New test. + +2018-09-25 Paolo Carlini + + PR c++/81246 + * g++.dg/cpp0x/pr81246.C: New. + +2018-09-25 H.J. Lu + + PR target/82699 + * gcc.target/i386/pr82699-5.c: Add -fno-pic for ia32. + * gcc.target/i386/pr82699-6.c: Add -fno-pic. + +2018-09-25 Jakub Jelinek + + * gfortran.dg/coarray_lock_7.f90: Adjust scan-tree-dump-times for + ILP32. + +2018-09-25 Richard Biener + + PR tree-optimization/87402 + * gcc.dg/torture/pr87402.c: New testcase. + +2018-09-25 H.J. Lu + + PR testsuite/70150 + * gcc.dg/20020312-2.c (dg-additional-options): Set to "-no-pie" + for pie_enabled target. + * gcc.dg/uninit-19.c: Check pie_enabled for PIC. + * gcc.target/i386/pr34256.c: Likewise. + +2018-09-24 Paolo Carlini + + PR c++/85070 + * g++.dg/cpp0x/pr85070.C: New. + +2018-09-24 H.J. Lu + + PR target/82699 + * gcc.target/i386/pr82699-1.c: New file. + * gcc.target/i386/pr82699-2.c: Likewise. + * gcc.target/i386/pr82699-3.c: Likewise. + * gcc.target/i386/pr82699-4.c: Likewise. + * gcc.target/i386/pr82699-5.c: Likewise. + * gcc.target/i386/pr82699-6.c: Likewise. + +2018-09-24 Thomas Koenig + + PR fortran/87401 + * gfortran.dg/intent_out_12.f90: New test. + +2018-09-24 Will Schmidt + + PR testsuite/86952 + * gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and + update expected codegen + +2018-09-24 Cesar Philippidis + + * gfortran.dg/goacc/nested-parallelism.f90: New test. + +2018-09-24 Ilya Leoshkevich + + PR target/80080 + * gcc.target/s390/risbg-ll-3.c: Expect conditional returns. + * gcc.target/s390/zvector/vec-cmp-2.c: Likewise. + +2018-09-24 Martin Liska + + PR sanitizer/85774 + * g++.dg/asan/pr85774.C: New test. + +2018-09-24 Alexandre Oliva + + PR middle-end/87054 + * gcc.dg/pr87054.c: Adjust for no __int128 on x86. + +2018-09-23 Thomas Koenig + + PR fortran/87395 + * gfortran.dg/intent_out_11.f90: New test. + +2018-09-23 Janne Blomqvist + + * gfortran.dg/coarray_lib_alloc_4.f90: Fix scan patterns. + * gfortran.dg/coarray_lock_7.f90: Likewise. + +2018-09-23 Thomas Koenig + + PR fortran/87395 + * gfortran.dg/intent_out_10.f90: New test. + +2018-09-22 Thomas Koenig + + PR fortran/41453 + * gfortran.dg/intent_optimize_2.f90: New test. + +2018-09-22 Jerry DeLisle + + PR fortran/87318 + * gfortran.dg/dtio_1.f90: Update test to valid code. + +2018-09-22 Paul Thomas + + PR fortran/85603 + * gfortran.dg/deferred_character_23.f90 : New test. + +2018-09-21 Jeff Law + + * gcc.dg/tree-ssa/vrp113.c: Disable EVRP. + * gcc.dg/tree-ssa/vrp120.c: New test. + +2018-09-21 Marek Polacek + + PR c++/87372 - __func__ constexpr evaluation. + * g++.dg/cpp1y/func_constexpr2.C: New test. + +2018-09-21 Paul Thomas + + PR fortran/77325 + * gfortran.dg/deferred_character_22.f90 : New test. + +2018-09-21 Paul Thomas + + PR fortran/87359 + * gfortran.dg/finalize_33.f90 : New test. + +2018-09-21 David Malcolm + + PR tree-optimization/87309 + * gcc.dg/pr87309.c: New test. + +2018-09-21 Eric Botcazou + + * c-c++-common/dump-ada-spec-14.c: New test. + +2018-09-21 Eric Botcazou + + * gcc.dg/nested-func-11.c: New test. + + * lib/target-supports.exp (check_effective_target_tls_runtime): Make + more robust and remove target-specific handling. + +2018-09-21 Eric Botcazou + + * gcc.c-torture/execute/20180921-1.c: New test. + +2018-09-20 Marek Polacek + + PR c++/87109 - wrong ctor with maybe-rvalue semantics. + * g++.dg/cpp0x/ref-qual19.C: Adjust the expected results. + * g++.dg/cpp0x/ref-qual20.C: New test. + +2018-09-20 Allan Sandfeld Jensen + + * g++.dg/ipa/pr64059.C: Removed now redundant -nostdlib. + * g++.dg/lto/20081109-1_0.C: Likewise. + * g++.dg/lto/20090302_0.C: Likewise. + * g++.dg/lto/pr45621_0.C: Likewise. + * g++.dg/lto/pr60567_0.C: Likewise. + * g++.dg/lto/pr62026.C: Likewise. + * gcc.dg/lto/pr45736_0.c: Likewise. + * gcc.dg/lto/pr52634_0.c: Likewise. + * gfortran.dg/lto/20091016-1_0.f90: Likewise. + * gfortran.dg/lto/pr79108_0.f90: Likewise. + +2018-09-20 Alexandre Oliva + + PR middle-end/87054 + * gcc.dg/pr87054.c: New. + +2018-09-20 Richard Sandiford + + PR tree-optimization/87288 + * gcc.dg/vect/pr87288-1.c: New test. + * gcc.dg/vect/pr87288-2.c: Likewise, + * gcc.dg/vect/pr87288-3.c: Likewise. + +2018-09-20 Richard Sandiford + + PR tree-optimization/86877 + * gfortran.dg/vect/vect-8-epilogue.F90: New test. + +2018-09-19 Marek Polacek + + * g++.dg/conversion/op4.C: Add dg-warning. + * g++.dg/warn/Wclass-conversion1.C: New test. + * g++.dg/warn/Wclass-conversion2.C: New test. + * g++.dg/warn/Wconversion5.C: Remove file. + * g++.dg/warn/conversion-function-1.C: Use -Wno-class-converison. + * g++.old-deja/g++.bugs/900215_01.C: Adjust dg-warning. + * g++.old-deja/g++.jason/conversion5.C: Likewise. + +2018-09-19 Paolo Carlini + + PR c++/87324 + * g++.dg/cpp0x/desig5.C: New. + +2018-09-19 Paul Thomas + + PR fortran/84109 + * gfortran.dg/elemental_function_3.f90 : New test. + +2018-09-19 Marek Polacek + + PR c++/87357 - missing -Wconversion warning + * g++.dg/warn/Wconversion5.C: New test. + +2018-09-19 Matthew Malcomson + + * gcc.target/aarch64/atomic-store.c: New. + +2018-09-19 Richard Biener + + PR tree-optimization/87349 + PR tree-optimization/87342 + * gcc.dg/torture/pr87349-1.c: New testcase. + * gcc.dg/torture/pr87349-2.c: Likewise. + * gcc.dg/torture/pr87342.c: Likewise. + +2018-09-18 Thomas Koenig + + PR fortran/29550 + * gfortran.dg/inline_matmul_13.f90: Adjust count for + _gfortran_matmul. + * gfortran.dg/inline_matmul_16.f90: Likewise. + * gfortran.dg/promotion_2.f90: Add -fblas-matmul-limit=1. Scan + for dgemm instead of dgemm_. Add call to random_number to make + standard conforming. + * gfortran.dg/matmul_blas_1.f90: New test. + * gfortran.dg/matmul_bounds_14.f: New test. + * gfortran.dg/matmul_bounds_15.f: New test. + * gfortran.dg/matmul_bounds_16.f: New test. + * gfortran.dg/blas_gemm_routines.f: New test / additional file for + preceding tests. + +2018-09-18 Paul Thomas + + PR fortran/87239 + * gfortran.dg/elemental_function_2.f90 : New test. + +2018-09-18 Paul Thomas + + PR fortran/87336 + * gfortran.dg/pointer_array_10.f90 : New test. + * gfortran.dg/assign_10.f90 : Increase 'parm' count to 20. + * gfortran.dg/transpose_optimization_2.f90 : Increase 'parm' + count to 72. + +2018-09-18 Paolo Carlini + + PR c++/85065 + * g++.dg/concepts/pr85065.C: New. + +2018-09-18 Kyrylo Tkachov + + PR testsuite/87339 + * gcc.dg/warn-abs-1.c: Require float128 target. + Skip if large_long_double newlib target. + +2018-09-18 Nathan Sidwell + + PR c++/86881 + * g++.dg/warn/pr86881.C: New. + +2018-09-18 Kyrylo Tkachov + + * gcc.target/aarch64/spellcheck_1.c: + Make architecture suggestion optional. + * gcc.target/aarch64/spellcheck_4.c: + Likewise. + +2018-09-18 Kyrylo Tkachov + + * gcc.target/aarch64/combine_bfxil.c: Avoid passing pointers to + functions. + +2018-09-17 Cesar Philippidis + Bernd Schmidt + + * gcc.target/nvptx/atomic-fetch-2.c: Rename to ... + * gcc.target/nvptx/atomic_fetch-2.c: ... this. + * gcc.target/nvptx/atomic_fetch-3.c: New test. + +2018-09-17 Richard Biener + + PR tree-optimization/87328 + * gcc.dg/torture/pr87328.c: New testcase. + +2018-09-17 Martin Jambor + + PR c/63886 + * gcc.dg/warn-abs-1.c: New test. + * gcc.dg/dfp/warn-abs-2.c: Likewise. + +2018-09-17 Bernd Edlinger + + * gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp: Don't pass + TEST_ALWAYS_FLAGS to HOSTCXX. + +2018-09-17 Paul Thomas + + PR fortran/64120 + * gfortran.dg/allocatable_scalar_14.f90 : New test. + +2018-09-17 Richard Biener + + PR tree-optimization/87301 + * gcc.dg/torture/pr87301.c: New testcase. + +2018-09-17 Paul Thomas + + PR fortran/85954 + * gfortran.dg/deferred_character_21.f90 : New test. + +2018-09-16 Janus Weil + + PR fortran/86484 + PR fortran/84543 + * gfortran.dg/class_assign_2.f90: New test case. + * gfortran.dg/class_assign_3.f90: New test case. + +2018-09-16 Thomas Koenig + + PR fortran/37802 + * gfortran.dg/matmul_bounds_13.f90: New test case. + * gfortran.dg/inline_matmul_15.f90: Adjust test for runtime + error. + * gfortran.dg/matmul_5.f90: Likewise. + * gfortran.dg/matmul_bounds_10.f90: Likewise. + * gfortran.dg/matmul_bounds_11.f90: Likewise. + * gfortran.dg/matmul_bounds_2.f90: Likewise. + * gfortran.dg/matmul_bounds_4.f90: Likewise. + * gfortran.dg/matmul_bounds_5.f90: Likewise. + +2018-09-15 Eric Botcazou + + * gcc.c-torture/compile/20180915-1.c: New test. + +2018-09-14 David Malcolm + + PR c/82967 + * c-c++-common/attributes-1.c: Remove bogus suggestion from + dg-prune-output. + * gcc.dg/diagnostic-token-ranges.c (undeclared_identifier): Remove + bogus suggestion. + * gcc.dg/spellcheck-identifiers-4.c: New test. + +2018-09-14 Bernd Edlinger + + * gcc.dg/warn-strlen-no-nul.c: Add some missing test cases. + +2018-09-14 Martin Sebor + + * gcc.dg/warn-stpcpy-no-nul.c: New test. + +2018-09-14 Martin Sebor + Jeff Law + + * gcc.dg/warn-strcpy-no-nul.c: New test. + +2018-09-14 Martin Sebor + + c++/61941 + * g++.dg/pr61941.C: New test. + +2018-09-14 Kyrylo Tkachov + + * gcc.target/aarch64/combine_bfi_1.c: Scan for bfi instruction + rather than pattern name in combine dump. + +2018-09-14 Sam Tebbs + + PR target/85628 + * gcc.target/aarch64/combine_bfxil.c (combine_zero_extended_int, foo6): + New functions. + +2018-09-14 Kyrylo Tkachov + + PR tree-optimization/87259 + * gcc.dg/pr87259.c: New test. + +2018-09-13 Martin Sebor + Jeff Law + + * gcc.dg/warn-strlen-no-nul.c: New test. + +2018-09-13 Richard Biener + + PR tree-optimization/87263 + * gcc.dg/torture/pr87263.c: New testcase. + * gcc.dg/torture/ssa-fre-2.c: Likewise. + * gcc.dg/torture/ssa-fre-3.c: Likewise. + * gcc.dg/torture/ssa-fre-4.c: Likewise. + +2018-09-13 Omar Sandoval + Tom de Vries + + PR debug/86985 + * gcc.dg/guality/zero-length-array.c: New test. + +2018-09-13 Sam Tebbs + + PR target/85628 + * gcc.target/aarch64/combine_bfxil.c: New file. + * gcc.target/aarch64/combine_bfxil_2.c: New file. + +2018-09-13 Jakub Jelinek + Kyrylo Tkachov + + PR middle-end/87290 + * gcc.target/i386/pr87290.c: New test. + * gcc.c-torture/execute/pr87290.c: New test. + +2018-09-13 Jakub Jelinek + + PR tree-optimization/87287 + * gcc.dg/tree-ssa/pr87287.c: New test. + +2018-09-12 David Malcolm + + PR c++/85110 + * g++.dg/cpp0x/explicit4.C: Update expected output to reflect + special-casing of diagnostic for a single non-viable candidate due + to a bad argument. + * g++.dg/diagnostic/param-type-mismatch-2.C: Likewise. + Add test coverage for an unmatched overloaded operator. + * g++.dg/expr/pmf-1.C: Likewise. + * g++.old-deja/g++.bugs/900330_02.C: Likewise. + * g++.old-deja/g++.jason/conversion11.C: Likewise. + * g++.old-deja/g++.law/arg11.C: Likewise. + * g++.old-deja/g++.law/arm9.C: Likewise. + * g++.old-deja/g++.robertl/eb131.C: Likewise. + +2018-09-12 Paul Thomas + + PR fortran/87284 + * gfortran.dg/allocate_with_mold_2.f90: New test. + +2018-09-12 Jakub Jelinek + + PR middle-end/82853 + * gcc.target/i386/pr82853-1.c: New test. + * gcc.target/i386/pr82853-2.c: New test. + +2018-09-12 Richard Biener + + PR tree-optimization/87280 + * gcc.dg/torture/pr87280.c: New testcase. + +2018-09-12 Richard Biener + + PR tree-optimization/87266 + * gcc.dg/torture/pr87266-1.c: New testcase. + * gcc.dg/torture/pr87266-2.c: Likewise. + * gcc.dg/torture/pr87266-3.c: Likewise. + * gcc.dg/torture/pr87266-4.c: Likewise. + +2018-09-12 Andreas Krebbel + + * gcc.target/s390/dfp_to_bfp_rounding.c: New test. + +2018-09-12 Jakub Jelinek + Andreas Krebbel + + PR tree-optimization/86844 + * gcc.c-torture/execute/pr86844.c: New test. + * gcc.dg/store_merging_22.c: New test. + * gcc.dg/store_merging_23.c: New test. + +2018-09-12 Jakub Jelinek + + PR middle-end/87248 + * c-c++-common/torture/pr87248.c: New test. + +2018-09-11 Janus Weil + + PR fortran/87172 + * gfortran.dg/iso_c_binding_only_2.f90: New test case. + +2018-09-11 Paul Thomas + + PR fortran/87277 + * gfortran.dg/select_type_43.f90: New test. + +2018-09-11 Nathan Sidwell + + * gcc.dg/driver-specs.c: New. + +2018-09-11 Joey Ye + + * lib/gcov.exp (verify-intermediate): Add missing close. + +2018-09-11 Janus Weil + + PR fortran/86830 + * gfortran.dg/typebound_call_30.f90: New test case. + +2018-09-10 Janus Weil + + PR fortran/85395 + * gfortran.dg/proc_ptr_comp_52.f90: New test case. + +2018-09-08 Marek Polacek + + PR c++/87150 - wrong ctor with maybe-rvalue semantics. + * g++.dg/cpp0x/move-return2.C: New test. + +2018-09-08 Marek Polacek + + * c-c++-common/array-init.c: Add dg-prune-output. + * g++.dg/cpp0x/lambda/lambda-const-this.C: Add dg-warning. + * g++.dg/cpp0x/lambda/lambda-in-class-neg.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-in-class.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-nested.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-nsdmi1.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-nsdmi4.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-this.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-this17.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-this18.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-this2.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-this8.C: Likewise. + * g++.dg/cpp1y/pr64382.C: Likewise. + * g++.dg/cpp1y/pr77739.C: Likewise. + * g++.dg/cpp1z/lambda-this1.C: Likewise. + * g++.dg/cpp1z/lambda-this2.C: Likewise. + * g++.dg/template/crash84.C: Adjust dg-error. + +2018-09-07 Marek Polacek + + * g++.dg/cpp1z/direct-enum-init1.C: Remove "inside" from diagnostic + messages. + +2018-09-07 Marek Polacek + + PR c++/87152 - range-based for loops with initializer broken in templates. + * g++.dg/cpp2a/range-for11.C: New test. + * g++.dg/cpp2a/range-for12.C: New test. + * g++.dg/cpp2a/range-for13.C: New test. + * g++.dg/cpp2a/range-for14.C: New test. + * g++.dg/cpp2a/range-for15.C: New test. + * g++.dg/cpp2a/range-for16.C: New test. + * g++.dg/cpp2a/range-for17.C: New test. + * g++.dg/cpp2a/range-for18.C: New test. + * g++.dg/parse/error61.C (foo): Adjust dg-error. + +2018-09-06 Will Schmidt + + PR target/86731 + * gcc.target/powerpc/pr86731.c: New test. + * gcc.target/powerpc/pr86731-longlong.c: New test. + * gcc.target/powerpc/pr86731-fwrapv.c: New test. + * gcc.target/powerpc/pr86731-fwrapv-longlong.c: New test. + * gcc.target/powerpc/pr86731-nogimplefold.c: New test. + * gcc.target/powerpc/pr86731-nogimplefold-longlong.c: New test. + +2018-09-06 Ilya Leoshkevich + + PR target/80080 + * gcc.target/s390/pr80080-3.c: New test. + * gcc.target/s390/s390.exp: Make sure the new test passes + on all optimization levels. + +2018-09-05 Marek Polacek + + PR c++/86982, -Wreturn-local-addr and std::move and std::forward. + * g++.dg/warn/Wreturn-local-addr-5.C: New test. + +2018-09-05 Cesar Philippidis + Bernd Schmidt + + * gcc.target/nvptx/atomic_fetch-1.c: New test. + * gcc.target/nvptx/atomic_fetch-1.c: New test. + +2018-09-05 Marek Polacek + + PR c++/87109, wrong overload with ref-qualifiers. + * g++.dg/cpp0x/ref-qual19.C: New test. + +2018-09-05 Bernhard Reutner-Fischer + + PR testsuite/52665 + * lib/gcc-dg.exp (gcc-dg-test-1): Iterate over _required_options. + * lib/target-supports.exp (scan-assembler_required_options, + scan-assembler-not_required_options, + scan-assembler-times_required_options): Add -fno-ident. + * lib/scanasm.exp (scan-assembler-times): Fix error message. + * c-c++-common/ident-0a.c: New test. + * c-c++-common/ident-0b.c: New test. + * c-c++-common/ident-1a.c: New test. + * c-c++-common/ident-1b.c: New test. + * c-c++-common/ident-2a.c: New test. + * c-c++-common/ident-2b.c: New test. + +2018-09-05 Kyrylo Tkachov + + * gcc.dg/recip_sqrt_mult_1.c: New test. + * gcc.dg/recip_sqrt_mult_2.c: Likewise. + * gcc.dg/recip_sqrt_mult_3.c: Likewise. + * gcc.dg/recip_sqrt_mult_4.c: Likewise. + * gcc.dg/recip_sqrt_mult_5.c: Likewise. + * g++.dg/recip_sqrt_mult_1.C: Likewise. + * g++.dg/recip_sqrt_mult_2.C: Likewise. + +2018-09-05 Martin Liska + + PR tree-optimization/87205 + * gcc.dg/tree-ssa/pr87205-2.c: New test. + * gcc.dg/tree-ssa/pr87205.c: New test. + +2018-09-05 Richard Biener + + PR tree-optimization/87217 + * gfortran.dg/pr87217.f: New testcase. + +2018-09-05 Pádraig Brady p@draigbrady.com + + PR c++/87137 + * g++.dg/abi/pr87137.C: New. + + PR c++/87185 + * g++.dg/pr87185.C: New. + +2018-09-05 Martin Liska + + PR testsuite/87216 + * gcc.dg/tree-prof/pr59521-3.c: Update scanned pattern + to support Darwin names. + +2018-09-05 Martin Liska + + * g++.dg/gcov/loop.C: Update test to support new format. + +2018-09-04 H.J. Lu + + PR debug/86593 + * g++.dg/pr86593.C: New test. + +2018-09-04 Jakub Jelinek + + PR target/87198 + * gcc.target/i386/pr87198.c: New test. + +2018-09-04 Rainer Orth + + PR target/86744 + * gcc.target/i386/addr-sel-1.c: Don't xfail "b\\+1" scan. + +2018-09-04 Richard Biener + + PR tree-optimization/87211 + * gcc.dg/torture/pr87211.c: New testcase. + +2018-09-04 Richard Biener + + PR tree-optimization/87176 + * gcc.dg/torture/pr87176.c: New testcase. + * gcc.dg/torture/ssa-fre-1.c: Likewise. + +2018-09-03 Jerry DeLisle + + * gfortran.dg/modulo_check: New test. + +2018-09-03 Richard Biener + + PR tree-optimization/87177 + * gcc.dg/torture/pr87177.c: New testcase. + * gcc.dg/torture/pr87177-2.c: Likewise. + +2018-09-03 Richard Biener + + PR tree-optimization/87200 + * gcc.dg/torture/pr87200.c: New testcase. + +2018-09-03 Richard Biener + + PR tree-optimization/87197 + * gcc.dg/torture/pr87197.c: New testcase. + + PR tree-optimization/87169 + * gcc.dg/torture/pr87169.c: New testcase. + +2018-09-03 Martin Liska + + PR driver/83193 + * gcc.dg/completion-4.c: New test. + +2018-09-03 Paolo Carlini + + PR c++/84980 + * g++.dg/concepts/pr84980.C: New. + +2018-09-03 Martin Liska + + PR middle-end/59521 + * c-c++-common/pr59521-1.c: New test. + * c-c++-common/pr59521-2.c: New test. + * gcc.dg/tree-prof/pr59521-3.c: New test. + +2018-09-02 Bernd Edlinger + + * c-c++-common/array-init.c: New test. + * g++.dg/init/string2.C: Remove selector. + +2018-09-01 Michael Matz + + PR tree-optimization/87074 + * gcc.dg/pr87074.c: New test. + +2018-08-31 Richard Biener + + PR tree-optimization/87168 + * gcc.dg/torture/pr87168.c: New testcase. + +2018-08-31 Vlad Lazar + + * gcc.target/aarch64/scalar_intrinsics.c (test_vnegd_s64): New. + * gcc.target/aarch64/vneg_s.c (RUN_TEST_SCALAR): New. + (test_vnegd_s64): Likewise. + * gcc.target/aarch64/vnegd_64.c: New. + * gcc.target/aarch64/vabsd_64.c: New. + * gcc.tartget/aarch64/vabs_intrinsic_3.c: New. + +2018-08-31 Nathan Sidwell + + PR c++/87155 + PR c++/84707 + * g++.dg/cpp0x/pr87155.C: New. + * g++.dg/cpp0x/inline-ns10.C: Adjust. + +2018-08-31 Jakub Jelinek + + PR middle-end/87138 + * gcc.target/i386/avx512bw-pr87138.c: New test. + +2018-08-31 Paul Thomas + + PR fortran/86328 + PR fortran/86760 + * gfortran.dg/pr86328.f90 : New test. + in comment 12 of the PR. + * gfortran.dg/pr86760.f90 : New test. + +2018-08-30 Sandra Loosemore + + * g++.dg/cpp0x/noexcept30.C: Make dependence on + -fdelete-null-pointer-checks explicit. + * g++.dg/cpp1y/constexpr-82218.C: Likewise. + * g++.dg/expr/pmf-3.C: Likewise. + * g++.dg/ext/attr-returns-nonnull.C: Likewise. + * g++.dg/tree-ssa/lifetime-dse1.C: Likewise. + * g++.dg/tree-ssa/pr61034.C: Likewise. + * gcc.dg/addr_equal-1.c: Likewise. + * gcc.dg/ipa/pr85734.c: Likewise. + * gcc.dg/ipa/propmalloc-1.c: Likewise. + * gcc.dg/ipa/propmalloc-2.c: Likewise. + * gcc.dg/ipa/propmalloc-3.c: Likewise. + * gcc.dg/tree-ssa/pr78154.c: Likewise. + * gcc.dg/tree-ssa/pr83648.c: Likewise. + +2018-08-30 Martin Sebor + + PR testsuite/87158 + * gcc.c-torture/execute/memchr-1.c: Correct big-endian expectations. + +2018-08-30 Qing Zhao + + PR testsuite/86519 + * gcc.dg/strcmpopt_6.c: Remove. + * gcc.target/aarch64/strcmpopt_6.c: New testcase. + * gcc.target/i386/strcmpopt_6.c: Likewise. + +2018-08-30 Richard Biener + + PR tree-optimization/87147 + * gcc.dg/torture/pr87147.c: New testcase. + +2018-08-30 Tamar Christina + + * gcc.target/aarch64/large_struct_copy_2.c: New. + +2018-08-29 Bernd Edlinger + + PR middle-end/87053 + * gcc.c-torture/execute/pr87053.c: New test. + +2018-08-29 Jakub Jelinek + + PR c++/87095 + * g++.dg/ubsan/vptr-13.C: New test. + +2018-08-29 Paolo Carlini + + PR c++/85265 + * g++.dg/concepts/pr85265.C: New. + +2018-08-29 Martin Sebor + Bernd Edlinger + + PR tree-optimization/86714 + PR tree-optimization/86711 + * gcc.c-torture/execute/memchr-1.c: New test. + * gcc.c-torture/execute/pr86714.c: New test. + * gcc.c-torture/execute/widechar-3.c: New test. + * gcc.dg/strlenopt-58.c: New test. + +2018-08-29 Richard Biener + + PR tree-optimization/87132 + * gcc.dg/torture/pr87132.c: New testcase. + +2018-08-29 David Malcolm + + PR c++/85110 + * g++.dg/diagnostic/param-type-mismatch-2.C: Update expected + output to reflect underlining of pertinent parameter in decl + for "no known conversion" messages. + +2018-08-29 Jakub Jelinek + + PR c++/87122 + * g++.dg/cpp1z/decomp47.C: New test. + +2018-08-29 Matthew Malcomson + + * gcc.target/aarch64/simd/vect_su_add_sub.c: Use 32 and 64-bit types + where appropriate. + +2018-08-29 Richard Biener + + PR tree-optimization/87117 + * gfortran.dg/pr87117.f90: New testcase. + +2018-08-29 Richard Biener + + PR tree-optimization/87126 + * gcc.dg/tree-ssa/pr87126.c: New testcase. + +2018-08-28 MCC CS + + PR tree-optimization/87009 + * gcc.dg/pr87009.c: New test. + +2018-08-28 Martin Sebor + + PR middle-end/86631 + * g++.dg/Walloca1.C: Adjust. + +2018-08-28 Paolo Carlini + + PR c++/86546 + * g++.dg/other/switch4.C: New. + +2018-08-28 Richard Biener + + PR tree-optimization/87124 + * g++.dg/torture/pr87124.C: New testcase. + +2017-08-28 Paul Thomas + + PR fortran/80477 + * gfortran.dg/class_result_7.f90: New test. + * gfortran.dg/class_result_8.f90: New test. + * gfortran.dg/class_result_9.f90: New test. + + PR fortran/86481 + * gfortran.dg/allocate_with_source_25.f90: New test. + +2018-08-28 Jakub Jelinek + + PR middle-end/87099 + * gcc.dg/pr87099.c: New test. + +2018-08-28 Richard Sandiford + + PR testsuite/87078 + * gcc.dg/vect/slp-37.c: Restrict scan tests to vect_hw_misalign. + +2018-08-28 Richard Biener + + PR tree-optimization/87117 + * gcc.dg/pr87117-1.c: New testcase. + +2018-08-28 Richard Biener + + PR tree-optimization/87117 + * gcc.dg/pr87117-2.c: New testcase. + +2018-08-28 Richard Biener + + PR tree-optimization/87117 + * gcc.dg/lvalue-5.c: New testcase. + +2018-08-27 Jeff Law + + PR tree-optimization/87110 + * gcc.c-torture/compile/pr87110.c: New test. + +2018-08-27 Martin Sebor + + PR tree-optimization/86914 + * gcc.dg/strlenopt-57.c: New test. + +2018-08-27 Martin Sebor + + PR tree-optimization/87112 + * gcc.dg/pr87112.c: New test. + +2018-08-27 David Malcolm + + PR c++/63392 + * g++.dg/diagnostic/missing-typename.C: New test. + +2018-08-27 Jeff Law + + * gcc.c-torture/compile/dse.c: New test. + +2018-08-27 Jakub Jelinek + + PR c++/86993 + * g++.dg/diagnostic/pr86993.C: New test. + +2018-08-27 Richard Biener + + PR tree-optimization/86927 + * gcc.dg/vect/pr86927.c: New testcase. + +2018-08-27 David Malcolm + + PR c++/87091 + * gcc.dg/empty.h: New file. + * gcc.dg/fixits-pr84852-1.c: Update for move of fix-it hint to + top of file and removal of redundant second printing of warning + location. + * gcc.dg/fixits-pr84852-2.c: Likewise. + * gcc.dg/missing-header-fixit-3.c: Likewise. + * gcc.dg/missing-header-fixit-4.c: New test. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c: Update for + conversion of show_caret_p to a tri-state. + +2018-08-27 David Malcolm + + PR c++/87091 + * g++.dg/pr85523.C: Extend expected output to show line + before line-insertion fix-it hint. + * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c + (test_fixit_insert_newline): Add previous line to expected output. + * gcc.dg/plugin/diagnostic-test-show-locus-bw.c: Likewise. + * gcc.dg/plugin/diagnostic-test-show-locus-color.c: Likewise. + +2018-08-27 Martin Liska + + PR sanitizer/86962 + * gcc.dg/asan/pr86962.c: New test. + +2018-08-27 Martin Liska + + * gcc.dg/tree-prof/val-prof-10.c: New test. + +2018-08-27 Martin Liska + + PR tree-optimization/86847 + * gcc.dg/tree-ssa/switch-3.c: New test. + * gcc.dg/tree-ssa/vrp105.c: Remove. + +2018-08-27 Martin Liska + + * gcc.dg/tree-ssa/switch-2.c: New test. + +2018-08-27 Richard Biener + + * g++.dg/torture/20180705-1.C: New testcase. + * gcc.dg/tree-ssa/ssa-fre-67.c: Likewise. + * gcc.dg/tree-ssa/ssa-ccp-14.c: Scan FRE dump. + * gcc.dg/tree-ssa/ssa-fre-46.c: Use -O2. + * gcc.dg/tree-ssa/vrp92.c: Disable FRE. + * gcc.dg/pr83666.c: Drop --param=sccvn-max-scc-size option. + * gcc.dg/pr85195.c: Likewise. + * gcc.dg/pr85467.c: Likewise. + * gcc.dg/torture/pr81790.c: Likewise. + + * gfortran.dg/reassoc_4.f: Change max-completely-peeled-insns + param to current default. + +2018-08-27 Jakub Jelinek + + PR rtl-optimization/87065 + * gcc.target/i386/pr87065.c: New test. + +2018-08-26 Marek Polacek + + PR c++/87080 + * g++.dg/cpp0x/Wpessimizing-move5.C: New test. + + PR c++/87029, Implement -Wredundant-move. + * g++.dg/cpp0x/Wredundant-move1.C: New test. + * g++.dg/cpp0x/Wredundant-move2.C: New test. + * g++.dg/cpp0x/Wredundant-move3.C: New test. + * g++.dg/cpp0x/Wredundant-move4.C: New test. + +2018-08-25 Thomas Koenig + + PR libfortran/86704 + * gfortran.dg/matmul_19.f90: New test. + +2018-08-25 Janus Weil + + PR fortran/86545 + * gfortran.dg/generic_35.f90: New test case. + +2018-08-24 David Malcolm + + PR c++/87091 + * gcc.dg/missing-header-fixit-3.c: Update for changes to how + line spans are printed with -fdiagnostics-show-line-numbers. + +2018-08-24 Thomas Koenig + + PR fortran/86837 + * gfortran.dg/implied_do_io_6.f90: New test. + +2018-08-24 H.J. Lu + + PR middle-end/87092 + * gcc.dg/pr87092.c: New test. + +2018-08-24 Marek Polacek + + PR c++/67012 + PR c++/86942 + * g++.dg/cpp0x/auto52.C: New test. + * g++.dg/cpp1y/auto-fn52.C: New test. + * g++.dg/cpp1y/auto-fn53.C: New test. + * g++.dg/cpp1y/auto-fn54.C: New test. + +2018-08-24 Richard Sandiford + + * lib/target-supports.exp (vect_perm_supported): Only return + false for variable-length vectors if the permute size is not + a power of 2. + (check_effective_target_vect_perm) + (check_effective_target_vect_perm_byte) + (check_effective_target_vect_perm_short): Remove check for + variable-length vectors. + * gcc.dg/vect/slp-23.c: Add an XFAIL for variable-length SVE. + * gcc.dg/vect/slp-perm-10.c: Likewise. + * gcc.dg/vect/slp-perm-9.c: Add an XFAIL for variable-length vectors. + +2018-08-24 Richard Sandiford + + * gcc.target/aarch64/sve/bswap_1.c: New test. + * gcc.target/aarch64/sve/bswap_2.c: Likewise. + * gcc.target/aarch64/sve/bswap_3.c: Likewise. + +2018-08-24 Richard Sandiford + + * gcc.target/aarch64/sve/slp_perm_1.c: New test. + * gcc.target/aarch64/sve/slp_perm_2.c: Likewise. + * gcc.target/aarch64/sve/slp_perm_3.c: Likewise. + * gcc.target/aarch64/sve/slp_perm_4.c: Likewise. + * gcc.target/aarch64/sve/slp_perm_5.c: Likewise. + * gcc.target/aarch64/sve/slp_perm_6.c: Likewise. + * gcc.target/aarch64/sve/slp_perm_7.c: Likewise. + +2018-08-24 H.J. Lu + + PR debug/79342 + * gcc.dg/pr79342.: New test. + +2018-08-23 Martin Sebor + + PR tree-optimization/87072 + * gcc.dg/Warray-bounds-35.c: New test. + +2018-08-23 Richard Biener + + PR middle-end/87024 + * gcc.dg/pr87024.c: New testcase. + +2018-08-23 Richard Sandiford + + * gcc.dg/vect/no-vfa-vect-depend-2.c: Remove XFAIL. + * gcc.dg/vect/no-vfa-vect-depend-3.c: Likewise. + * gcc.dg/vect/pr65947-13.c: Update for vect_fold_extract_last. + * gcc.dg/vect/pr80631-2.c: Likewise. + +2017-08-23 Paul Thomas + + PR fortran/86863 + * gfortran.dg/submodule_32.f08: New test. + +2018-08-22 Janus Weil + + PR fortran/86935 + * gfortran.dg/associate_3.f90: Update error message. + * gfortran.dg/associate_39.f90: New test case. + +2018-08-22 Janus Weil + + PR fortran/86888 + * gfortran.dg/alloc_comp_basics_6.f90: Update an error message and add + an additional case. + * gfortran.dg/alloc_comp_basics_7.f90: New test case. + * gfortran.dg/class_17.f03: Update error message. + * gfortran.dg/class_55.f90: Ditto. + * gfortran.dg/dtio_11.f90: Update error messages. + * gfortran.dg/implicit_actual.f90: Add an error message. + * gfortran.dg/typebound_proc_12.f90: Update error message. + +2018-08-22 Martin Sebor + + PR middle-end/87052 + * gcc.dg/pr87052.c: New test. + * gcc.dg/tree-ssa/dump-3.c: Adjust. + +2018-08-22 Szabolcs Nagy + + * gfortran.dg/max_fmax_aarch64.f90: Rename to... + * gfortran.dg/max_expr.f90: ...this. + * gfortran.dg/min_fmin_aarch64.f90: Rename to... + * gfortran.dg/min_expr.f90: ...this. + +2018-08-22 Richard Sandiford + + PR tree-optimization/86725 + * gcc.dg/vect/no-scevccp-pr86725-2.c: New test. + * gcc.dg/vect/no-scevccp-pr86725-3.c: Likewise. + * gcc.dg/vect/no-scevccp-pr86725-4.c: Likewise. + * gcc.dg/vect/no-scevccp-pr86725-5.c: Likewise. + +2018-08-22 Richard Sandiford + + PR tree-optimization/86725 + * gcc.dg/vect/no-scevccp-pr86725-1.c: New test. + +2018-08-22 Richard Sandiford + + * gcc.dg/vect/vect-avg-16.c: New test. + * gcc.dg/vect/slp-37.c: Expect the loop to be vectorized. + * gcc.dg/vect/vect-strided-u8-i8-gap4.c, + * gcc.dg/vect/vect-strided-u8-i8-gap4-big-array.c: Likewise for + the second loop in main1. + +2018-08-22 Iain Sandoe + + * gcc.dg/lto/pr85248_0.c (test_alias): + Stringify __USER_LABEL_PREFIX__. + (test_noreturn): Likewise. + +2018-08-22 Richard Biener + + PR tree-optimization/86988 + * g++.dg/pr86988.C: New testcase. + +2018-08-22 Richard Biener + + PR tree-optimization/86945 + * tree-cfg.c (generate_range_test): Use unsigned arithmetic. + +2018-08-21 Janne Blomqvist + + * gfortran.dg/nan_1.f90: Remove tests that test MAX/MIN with NaNs. + +2018-08-21 Nicolas Koenig + Thomas Koenig + + PR fortran/25829 + * gfortran.dg/f2003_inquire_1.f03: Add write statement. + * gfortran.dg/f2003_io_1.f03: Add wait statement. + +2018-08-21 Marek Polacek + + PR c++/86981, Implement -Wpessimizing-move. + * g++.dg/cpp0x/Wpessimizing-move1.C: New test. + * g++.dg/cpp0x/Wpessimizing-move2.C: New test. + * g++.dg/cpp0x/Wpessimizing-move3.C: New test. + * g++.dg/cpp0x/Wpessimizing-move4.C: New test. + * g++.dg/cpp1z/Wpessimizing-move1.C: New test. + + PR c++/65043 + * g++.dg/concepts/pr67595.C: Add dg-warning. + * g++.dg/cpp0x/Wnarrowing11.C: New test. + * g++.dg/cpp0x/Wnarrowing12.C: New test. + * g++.dg/cpp0x/rv-cast5.C: Add static_cast. + + PR c++/86499 + * g++.dg/cpp0x/lambda/lambda-non-local.C: New test. + * g++.dg/cpp0x/lambda/lambda-this10.C: Adjust dg-error. + +2018-08-21 Ed Schonberg + + * gnat.dg/expr_func7.adb, gnat.dg/expr_func7.ads: New testcase. + +2018-08-21 Ed Schonberg + + * gnat.dg/expr_func6.adb, gnat.dg/expr_func6.ads: New testcase. + +2018-08-21 Javier Miranda + + * gnat.dg/spark2.adb, gnat.dg/spark2.ads: New testcase. + +2018-08-21 Ed Schonberg + + * gnat.dg/prot6.adb, gnat.dg/prot6.ads: New testcase. + +2018-08-21 Ed Schonberg + + * gnat.dg/access5.adb, gnat.dg/access5.ads: New testcase. + +2018-08-21 Eric Botcazou + + * gnat.dg/rep_clause7.adb: New testcase. + +2018-08-21 Ed Schonberg + + * gnat.dg/task1.adb, gnat.dg/task1.ads, gnat.dg/task1_pkg.adb, + gnat.dg/task1_pkg.ads: New testcase. + +2018-08-21 Hristian Kirtchev + + * gnat.dg/linkedlist.adb: New testcase. + +2018-08-21 Hristian Kirtchev + + * gnat.dg/elab6.adb, gnat.dg/elab6.ads, gnat.dg/elab6_pkg.adb, + gnat.dg/elab6_pkg.ads: New testcase. + +2018-08-21 Ed Schonberg + + * gnat.dg/expr_func5.adb: New testcase. + +2018-08-21 Hristian Kirtchev + + * gnat.dg/dynhash.adb: New testcase. + +2018-08-21 Javier Miranda + + * gnat.dg/enum4.adb: New testcase. + +2018-08-21 Tamar Christina + + * gcc.target/aarch64/large_struct_copy.c: New test. + +2018-08-21 Szabolcs Nagy + + * g++.dg/torture/pr86763.C: Restrict to *-*-linux*. + +2018-08-21 Bernd Edlinger + + PR middle-end/86121 + * gcc.dg/Wstringop-overflow-6.c: Remove xfail. + +2018-08-21 Tom de Vries + + * gcc.c-torture/unsorted/dump-noaddr.x: Use -gno-record-gcc-switches + to avoid mismatch in .debug and .earlydebug dump files. + +2018-08-20 Michael Meissner + + PR target/87033 + * gcc.target/powerpc/pr87033.c: New test. + +2018-08-20 Martin Sebor + + PR tree-optimization/87034 + * gcc.dg/builtin-sprintf-warn-20.c: New test. + +2018-08-20 David Malcolm + + PR other/84889 + * gcc.dg/plugin/diagnostic-group-test-1.c: New test. + * gcc.dg/plugin/diagnostic_group_plugin.c: New test. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the new tests. + +2018-08-20 H.J. Lu + + PR target/87014 + * g++.dg/torture/pr87014.C: New file. + +2018-08-20 Bernd Edlinger + + PR target/86984 + * gcc.target/alpha/pr86984.c: New test. + +2018-08-20 Richard Biener + + PR tree-optimization/78655 + * gcc.dg/tree-ssa/evrp11.c: New testcase. + +2018-08-18 Iain Sandoe + + * gcc.dg/debug/dwarf2/pr80263.c: Suppress pubtypes output + for Darwin. + +2018-08-18 Iain Sandoe + + * g++.dg/debug/dwarf2/pr85302.C: Skip unsupported split DWARF + test on Darwin. + * g++.dg/debug/dwarf2/pr85302.C: Likewise. + * gcc.dg/lto/pr83719_0.c: Likewise. + +2018-08-17 Martin Sebor + + PR testsuite/86996 + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust. + +2018-08-17 David Malcolm + + * g++.dg/conversion/Wwrite-strings.C: New test. + +2018-08-17 Sandra Loosemore + Chung-Lin Tang + Xianmiao Qu + + C-SKY port: Testsuite + + * g++.dg/Wno-frame-address.C: Adjust for C-SKY. + * g++.dg/torture/type-generic-1.C: Likewise. + * gcc.c-torture/compile/20000804-1.c: Likewise. + * gcc.c-torture/execute/20101011-1.c: Likewise. + * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: Likewise. + * gcc.dg/20020312-2.c: Likewise. + * gcc.dg/Wno-frame-address.c: Likewise. + * gcc.dg/c11-true_min-1.c: Likewise. + * gcc.dg/sibcall-10.c: Likewise. + * gcc.dg/sibcall-9.c: Likewise. + * gcc.dg/stack-usage-1.c: Likewise. + * gcc.dg/torture/float32-tg-3.c: Likewise. + * gcc.dg/torture/float32x-tg-3.c: Likewise. + * gcc.dg/torture/float64-tg-3.c: Likewise. + * gcc.dg/torture/float64x-tg-3.c: Likewise. + * gcc.dg/torture/type-generic-1.c: Likewise. + * gcc.target/csky/*: New. + * lib/target-supports.exp (check_profiling_available): Add + csky-*-elf. + (check_effective_target_hard_float): Handle C-SKY targets with + single-precision hard float only. + (check_effective_target_logical_op_short_circuit): Handle C-SKY. + +2018-08-17 David Malcolm + + * gcc.dg/format/gcc_diag-1.c: Fix typo. Add test coverage for + gcc_dump_printf. + * gcc.dg/format/gcc_diag-10.c: Add gimple typedef. Add test + coverage for gcc_dump_printf. + +2018-08-17 Martin Liska + + * g++.dg/opt/mpx.C: Fix scanned pattern. + * gcc.target/i386/mpx.c: Likewise. + * g++.dg/warn/Wunreachable-code-1.C: Remove. + * g++.dg/warn/Wunreachable-code-2.C: Likewise. + * gcc.dg/torture/pr52969.c: Likewise. + * g++.dg/warn/pr31246-2.C: Likewise. + * g++.dg/warn/pr31246.C: Likewise. + * gcc.dg/pr33092.c: Likewise. + * g++.dg/opt/eh1.C: Remove a deprecated option. + * g++.dg/template/inline1.C: Likewise. + * g++.dg/tree-ssa/pr81408.C: Likewise. + * gcc.dg/pr41837.c: Likewise. + * gcc.dg/pr41841.c: Likewise. + * gcc.dg/pr42250.c: Likewise. + * gcc.dg/pr43084.c: Likewise. + * gcc.dg/pr43317.c: Likewise. + * gcc.dg/pr51879-18.c: Likewise. + * gcc.dg/torture/pr36066.c: Likewise. + * gcc.dg/tree-ssa/ifc-8.c: Likewise. + * gcc.dg/tree-ssa/ifc-cd.c: Likewise. + * gcc.dg/tree-ssa/pr19210-1.c: Likewise. + * gcc.dg/tree-ssa/pr45122.c: Likewise. + * gcc.target/i386/pr45352-2.c: Likewise. + * gcc.target/i386/zee.c: Likewise. + * gfortran.dg/auto_char_len_2.f90: Likewise. + * gfortran.dg/auto_char_len_4.f90: Likewise. + * gfortran.dg/c_ptr_tests_15.f90: Likewise. + * gfortran.dg/char_array_structure_constructor.f90: Likewise. + * gfortran.dg/gomp/pr47331.f90: Likewise. + * gfortran.dg/pr40999.f: Likewise. + * gfortran.dg/pr41011.f: Likewise. + * gfortran.dg/pr42051.f03: Likewise. + * gfortran.dg/pr46804.f90: Likewise. + * gfortran.dg/pr83149_1.f90: Likewise. + * gfortran.dg/pr83149_b.f90: Likewise. + * gfortran.dg/whole_file_1.f90: Likewise. + * gfortran.dg/whole_file_10.f90: Likewise. + * gfortran.dg/whole_file_11.f90: Likewise. + * gfortran.dg/whole_file_12.f90: Likewise. + * gfortran.dg/whole_file_13.f90: Likewise. + * gfortran.dg/whole_file_14.f90: Likewise. + * gfortran.dg/whole_file_15.f90: Likewise. + * gfortran.dg/whole_file_16.f90: Likewise. + * gfortran.dg/whole_file_17.f90: Likewise. + * gfortran.dg/whole_file_18.f90: Likewise. + * gfortran.dg/whole_file_19.f90: Likewise. + * gfortran.dg/whole_file_2.f90: Likewise. + * gfortran.dg/whole_file_20.f03: Likewise. + * gfortran.dg/whole_file_3.f90: Likewise. + * gfortran.dg/whole_file_4.f90: Likewise. + * gfortran.dg/whole_file_5.f90: Likewise. + * gfortran.dg/whole_file_6.f90: Likewise. + * gfortran.dg/whole_file_7.f90: Likewise. + * gfortran.dg/whole_file_8.f90: Likewise. + * gfortran.dg/whole_file_9.f90: Likewise. + * gcc.dg/vect/vect.exp: Likewise. + +2018-08-17 Richard Biener + + PR middle-end/86505 + * gcc.dg/torture/pr86505.c: New testcase. + +2018-08-16 Martin Sebor + + PR tree-optimization/86853 + * gcc.dg/tree-ssa/builtin-sprintf-10.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-11.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-18.c: Adjust. + +2018-08-16 David Malcolm + + * gcc.dg/missing-header-fixit-3.c: New test. + +2018-08-16 David Malcolm + + * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c + (test_fixit_insert_newline): Update expected output to show '+' + characters in margin of line-insertion fix-it hint. + +2018-08-16 Nathan Sidwell + + * gcc.dg/cpp/macsyntx.c: Adjust expected errors. + * gcc.dg/cpp/macsyntx2.c: likewise. + +2018-08-15 Uros Bizjak + + PR testsuite/86745 + * gcc.target/i386/avx-cvt-2.c: Loosen scan-assembler strings. + * gcc.target/i386/avx-cvt-2.c: Ditto. + +2018-08-16 David Malcolm + + PR c++/70693 + * c-c++-common/Wmisleading-indentation-pr70693.c: New test. + +2018-08-16 Vlad Lazar + + * gcc.target/aarch64/imm_choice_comparison.c: New test. + +2018-08-16 Iain Sandoe + + * gcc.dg/memcmp-1.c (lib_memcmp): Apply __USER_LABEL_PREFIX__. + (lib_strncmp): Likewise. + +2018-08-16 Iain Sandoe + + * c-c++-common/asan/pointer-subtract-3.c: Skip for Darwin. + * c-c++-common/asan/pointer-subtract-4.c: Likewise. + * g++.dg/torture/pr44295.C : Likewise. + +2018-08-16 Iain Sandoe + + PR testsuite/78544 + * gcc.dg/tree-prof/section-attr-1.c: Add Darwin-specific section + attributes and matching. + * gcc.dg/tree-prof/section-attr-2.c: Likewise. + * gcc.dg/tree-prof/section-attr-3.c: Likewise. + +2018-08-16 Iain Sandoe + + * gcc.dg/asan/pr81923.c: Stringify __USER_LABEL_PREFIX__. + +2018-08-15 Uros Bizjak + + * gcc.target/i386/rop1.c: Remove. + * gcc.target/i386/pr83554 (dg-options): Remove -mmitigate-rop. + +2018-08-15 Will Schmidt + + * gcc.target/powerpc/fold-vec-splat-char.c: New. + * gcc.target/powerpc/fold-vec-splat-floatdouble.c: New. + * gcc.target/powerpc/fold-vec-splat-int.c: New. + * gcc.target/powerpc/fold-vec-splat-longlong.c: New. + * gcc.target/powerpc/fold-vec-splat-pixel.c: New. + * gcc.target/powerpc/fold-vec-splat-short.c: New. + +2018-08-15 David Malcolm + + * g++.dg/diagnostic/aka3.C: New test. + * g++.dg/diagnostic/param-type-mismatch-2.C: Update expected + output to show range labels. + * g++.dg/diagnostic/param-type-mismatch.C: Likewise. + * g++.dg/plugin/plugin.exp (plugin_test_list): Add... + * g++.dg/plugin/show-template-tree-color-labels.C: New test. + * gcc.dg/bad-binary-ops.c: Update expected output to show range + labels. Add an "aka" example. + * gcc.dg/cpp/pr66415-1.c: Update expected output to show range + labels. + * gcc.dg/format/diagnostic-ranges.c: Likewise. + * gcc.dg/format/pr72858.c: Likewise. + * gcc.dg/format/pr78498.c: Likewise. + * gcc.dg/param-type-mismatch.c: Add "-Wpointer-sign" to options. + Update expected output to show range labels. Add examples of + -Wincompatible-pointer-types and -Wpointer-sign for parameters. + * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c: + Update expected output to show range labels. + * gcc.dg/plugin/diagnostic-test-show-locus-bw.c: Likewise. + (test_very_wide_line): Adjust so that label is at left-clipping + boundary. + (test_very_wide_line_2): New test. + * gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c: + Update expected output to show range labels. + * gcc.dg/plugin/diagnostic-test-show-locus-color.c: Likewise. + * gcc.dg/plugin/diagnostic-test-show-locus-no-labels.c: New test. + * gcc.dg/plugin/diagnostic_plugin_show_trees.c (show_tree): Update + for new param to gcc_rich_location::add_expr. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c (add_range): + Add "label" param. + (test_show_locus): Add examples of labels to various tests. Tweak + the "very wide_line" test case and duplicate it, to cover the + boundary values for clipping of labels against the left-margin. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add + diagnostic-test-show-locus-no-labels.c. + * gcc.dg/pr69554-1.c: Update expected output to show range labels. + Update line numbers of dg-locus directives. + * gcc.dg/pr69627.c: Update expected output to show range labels. + * lib/multiline.exp (proc _build_multiline_regex): Remove + special-case handling of lines with trailing '|'. + +2018-08-15 Qing Zhao + + PR testsuite/86519 + * gcc.dg/strcmpopt_6.c: Scan the assembly file instead of + the .expand file. + +2018-08-15 Prathamesh Kulkarni + + * gcc.dg/wmain.c: New test. + +2018-08-15 Iain Sandoe + + PR c/19315 + * gcc.dg/graphite/pr82451.c: Make array 'a' an extern. + * gcc.dg/redecl-10.c: Expect warnings for the static vars with + unknown size. + +2018-08-15 Martin Liska + + PR tree-optimization/86925 + * gcc.dg/predict-20.c: New test. + * gcc.dg/predict-21.c: New test. + +2018-08-15 Paolo Carlini + + * g++.dg/init/goto3.C: Adjust for error instead of permerror. + +2018-08-14 Allan Sandfeld Jensen + + * gcc.target/i386/sse2-movs.c: New test. + +2018-08-14 Martin Sebor + + PR tree-optimization/86650 + * gcc.dg/Warray-bounds-34.c: New test. + +2018-08-14 Janus Weil + + PR fortran/86116 + * gfortran.dg/generic_34.f90: New test case. + +2018-08-13 Marek Polacek + + PR c++/57891 + * g++.dg/cpp0x/Wnarrowing6.C: New test. + * g++.dg/cpp0x/Wnarrowing7.C: New test. + * g++.dg/cpp0x/Wnarrowing8.C: New test. + * g++.dg/cpp0x/Wnarrowing9.C: New test. + * g++.dg/cpp0x/Wnarrowing10.C: New test. + * g++.dg/cpp0x/constexpr-47969.C: Adjust dg-error. + * g++.dg/cpp0x/constexpr-ex2.C: Likewise. + * g++.dg/cpp0x/constexpr-targ.C: Likewise. + * g++.dg/cpp0x/scoped_enum2.C: Likewise. + * g++.dg/ext/stmtexpr15.C: Likewise. + * g++.dg/gomp/pr47963.C: Likewise. + * g++.dg/init/new37.C: Likewise. + * g++.dg/init/new43.C: Likewise. + * g++.dg/other/fold1.C: Likewise. + * g++.dg/parse/array-size2.C: Likewise. + * g++.dg/template/dependent-name3.C: Likewise. + * g++.dg/cpp0x/constexpr-data2.C: Add dg-error. + * g++.dg/other/vrp1.C: Likewise. + * g++.dg/template/char1.C: Likewise. + +2018-08-13 Segher Boessenkool + + * gcc.target/powerpc/pr56605.c: The generated code can have an AND + instead of a ZERO_EXTEND. + +2018-08-13 Martin Sebor + + PR tree-optimization/71625 + * c-c++-common/attr-nonstring-3.c: Temporarily xfail a test case. + * g++.dg/init/string2.C: New test. + * g++.dg/init/string3.C: New test. + * g++.dg/init/string4.C: New test. + * gcc.dg/init-string-3.c: New test. + * gcc.dg/strlenopt-55.c: New test. + * gcc.dg/strlenopt-56.c: New test. + +2018-08-13 Marek Polacek + + P0806R2 - Deprecate implicit capture of this via [=] + * g++.dg/cpp2a/lambda-this1.C: New test. + * g++.dg/cpp2a/lambda-this2.C: New test. + * g++.dg/cpp2a/lambda-this3.C: New test. + +2018-08-13 Marek Polacek + + PR c++/86915 + * g++.dg/diagnostic/auto1.C: New test. + +2018-08-12 Paul Thomas + + PR fortran/66679 + * gfortran.dg/transfer_class_3.f90: New test. + +2018-08-12 Paul Thomas + + PR fortran/86906 + * gfortran.dg/use_rename_9.f90: New test. + +2018-08-11 Jakub Jelinek + + PR tree-optimization/86835 + * gcc.dg/pr86835.c: New test. + +2018-08-10 Janus Weil + + PR fortran/57160 + * gfortran.dg/actual_pointer_function_1.f90: Fix invalid test case. + * gfortran.dg/inline_matmul_23.f90: Add option "-ffrontend-optimize". + * gfortran.dg/short_circuiting_2.f90: New test case. + * gfortran.dg/short_circuiting_3.f90: New test case. + +2018-08-10 Alexander Monakov + + PR target/82418 + * gcc.target/i386/pr82418.c: New test. + +2018-08-10 Martin Liska + + PR target/83610 + * gcc.dg/predict-17.c: New test. + * gcc.dg/predict-18.c: New test. + * gcc.dg/predict-19.c: New test. + +2018-08-10 Martin Liska + + PR tree-optimization/85799 + * gcc.dg/pr85799.c: New test. + +2018-08-09 Jeff Law + + PR middle-end/86897 + * gcc.dg/uninit-suppress_2.c: Disable DOM. + +2018-08-09 Richard Sandiford + + * gcc.target/aarch64/sve/reduc_8.c: New test. + +2018-08-09 David Malcolm + + PR other/84889 + * gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c: New + test. + * gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c: + New test. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the new tests. + * lib/prune.exp: Add -fno-diagnostics-show-line-numbers to + TEST_ALWAYS_FLAGS. + +2018-08-09 Richard Sandiford + + PR tree-optimization/86858 + * gcc.dg/vect/pr86858.c: New test. + +2018-08-09 Richard Sandiford + + PR tree-optimization/86871 + * gcc.dg/vect/pr86871.c: New test. + +2018-08-09 Paolo Carlini + + * g++.old-deja/g++.mike/p784.C: Add -fpermissive. + +2018-08-09 Andreas Krebbel + + * gcc.target/s390/target-attribute/tattr-arch-tune-1.c: Decrement + arch and tune numbers by 2. + * gcc.target/s390/target-attribute/tattr-arch-tune-2.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-1.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-10.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-11.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-12.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-13.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-14.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-15.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-16.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-17.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-18.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-19.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-2.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-20.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-21.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-22.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-23.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-24.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-25.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-26.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-27.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-28.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-29.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-3.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-30.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-31.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-32.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-4.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-5.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-6.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-7.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-8.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m31-9.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-1.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-10.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-11.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-12.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-13.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-14.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-15.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-16.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-17.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-18.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-19.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-2.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-20.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-21.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-22.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-23.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-24.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-25.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-26.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-27.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-28.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-29.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-3.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-30.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-31.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-32.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-33.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-4.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-5.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-6.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-7.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-8.c: Likewise. + * gcc.target/s390/target-attribute/tattr-m64-9.c: Likewise. + +2018-08-09 Andreas Krebbel + + PR target/84332 + * gcc.target/s390/pr84332.c: New testcase. + +2018-08-08 Andreas Schwab + + PR target/46179 + * gcc.target/m68k/tls-dimode.c: New file. + +2018-08-08 Nathan Sidwell + + * c-c++-common/inc-from-1a.h, c-c++-common/inc-from-1b.h, + c-c++-common/inc-from-1.c: New + +2018-08-08 Andreas Krebbel + + PR target/85295 + * gcc.target/s390/TI-constants-lra.c: New testcase. + * gcc.target/s390/TI-constants-nolra.c: New testcase. + +2018-08-08 Ilya Leoshkevich + + * gcc.target/s390/hotpatch-8.c: Remove. + * gcc.target/s390/hotpatch-9.c: Remove. + * gcc.target/s390/mnop-mcount-m31-fpic.c: Remove. + * gcc.target/s390/mnop-mcount-m31.c: Remove. + +2018-08-08 Jakub Jelinek + + P0595R1 - is_constant_evaluated + * g++.dg/cpp2a/is-constant-evaluated1.C: New test. + + PR c++/86836 + * g++.dg/cpp1z/decomp46.C: New test. + + PR c++/86738 + * g++.dg/opt/pr86738.C: New test. + +2018-08-07 Richard Sandiford + + PR target/86838 + * gcc.target/aarch64/frecpe_1.c: New test. + * gcc.target/aarch64/frecpe_2.c: Likewise. + +2018-08-07 Paolo Carlini + + PR c++/59480, DR 136 + * g++.dg/other/friend8.C: New. + * g++.dg/other/friend9.C: Likewise. + * g++.dg/other/friend10.C: Likewise. + * g++.dg/other/friend11.C: Likewise. + * g++.dg/other/friend12.C: Likewise. + * g++.dg/other/friend13.C: Likewise. + * g++.dg/other/friend14.C: Likewise. + * g++.dg/other/friend15.C: Likewise. + * g++.dg/parse/defarg4.C: Compile with -fpermissive -w. + * g++.dg/parse/defarg8.C: Likewise. + +2018-08-07 Martin Liska + + PR middle-end/83023 + * gcc.dg/predict-16.c: New test. + * g++.dg/predict-1.C: New test. + +2018-08-07 Steve Ellcey + Rainer Orth + + PR tree-optimization/80925 + * gcc.dg/vect/no-section-anchors-vect-69.c: Expect 3 loops + vectorized on !vect_hw_misalign targets. + +2018-08-06 Marek Polacek + + PR c++/86767 + * g++.dg/cpp1y/constexpr-86767.C: New test. + +2018-08-06 Uros Bizjak + + * g++.dg/torture/pr86763.C (dg-additional-options): Add -lrt + for target *-*-linux-gnu. + +2018-08-06 Alan Hayward + + * gcc.target/aarch64/sve/tls_preserve_1.c: New test. + * gcc.target/aarch64/sve/tls_preserve_2.c: New test. + * gcc.target/aarch64/sve/tls_preserve_3.c: New test. + +2018-08-06 Andreas Krebbel + + * gcc.target/s390/nomemloopunroll-1.c: New test. + +2018-08-05 H.J. Lu + + PR target/86386 + * gcc.target/i386/pr86386.c: New file. + +2018-08-04 Tom de Vries + + * lib/gcc-gdb-test.exp: Use absolute line number in pass/fail line. + +2018-08-04 Andreas Schwab + + * gcc.dg/guality/const-volatile.c: Remove duplicate test + "type:cvip". + +2018-08-04 Janus Weil + + PR fortran/45521 + * gfortran.dg/interface_assignment_6.f90: New test case. + +2018-08-04 Uros Bizjak + + PR testsuite/86153 + * g++.dg/pr83239.C (dg-options): Add -finline-limit=500. + +2018-08-03 David Malcolm + Jonathan Wakely + + PR c++/85523 + * g++.dg/pr85523.C: New test. + +2018-08-03 Bogdan Harjoc + + PR c/86690 + * gcc.dg/union-duplicate-field.c: New test. + +2018-08-03 Jason Merrill + + PR c++/86706 + * g++.dg/template/pr86706.C: New test. + +2018-08-03 Richard Sandiford + + * gcc.dg/vect/bb-slp-over-widen-1.c: Expect AVG_FLOOR to be used + on vect_avg_qi targets. + * gcc.dg/vect/bb-slp-over-widen-2.c: Likewise. + * gcc.dg/vect/bb-slp-pow-1.c: New test. + * gcc.dg/vect/vect-avg-15.c: Likewise. + +2018-08-03 Martin Liska + + * gcc.dg/predict-1.c: Adjust scanned pattern to cover 2 digits. + * gcc.dg/predict-13.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-9.c: Likewise. + * gfortran.dg/predict-1.f90: Likewise. + +2018-08-02 Richard Biener + + PR c++/86763 + * g++.dg/torture/pr86763.C: New testcase. + +2018-08-02 Richard Biener + + PR tree-optimization/86816 + * g++.dg/torture/pr86816.C: New testcase. + +2018-08-02 Richard Sandiford + + * gcc.target/aarch64/f16_mov_immediate_1.c: Expect fmov immediate + to be used. + * gcc.target/aarch64/f16_mov_immediate_2.c: Likewise. + * gcc.target/aarch64/f16_mov_immediate_3.c: Force +nofp16. + * gcc.target/aarch64/sve/single_1.c: Except fmov immediate to be used + for .h. + * gcc.target/aarch64/sve/single_2.c: Likewise. + * gcc.target/aarch64/sve/single_3.c: Likewise. + * gcc.target/aarch64/sve/single_4.c: Likewise. + +2018-08-02 Jackson Woodruff + + PR target/86014 + * gcc.target/aarch64/ldp_stp_13.c: New test. + +2018-08-01 Martin Sebor + + PR tree-optimization/86650 + * gcc.dg/format/gcc_diag-10.c: Adjust. + +2018-08-01 Richard Sandiford + + * gcc.target/aarch64/sve/var_stride_2.c: Update expected form + of range check. + * gcc.target/aarch64/sve/var_stride_4.c: Likewise. + +2018-08-01 Richard Sandiford + + PR target/86753 + * gcc.target/aarch64/sve/vcond_4.c: XFAIL positive tests. + * gcc.target/aarch64/sve/vcond_5.c: Likewise. + +2018-08-01 Richard Sandiford + + * gcc.dg/pointer-range-check-1.c: New test. + * gcc.dg/pointer-range-check-2.c: Likewise. + +2018-08-01 Richard Sandiford + + PR tree-optimization/86749 + * gcc.dg/vect/pr86749.c: New test. + +2018-08-01 Paolo Carlini + + PR c++/86661 + * g++.dg/lookup/name-clash12.C: New. + +2018-08-01 Richard Biener + + * gcc.dg/tree-ssa/ssa-fre-68.c: New testcase. + +2018-08-01 Uros Bizjak + + * gcc.dg/plugin/poly-int-07_plugin.c (dg-options): Use -O0. + +2018-08-01 Uros Bizjak + + * gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*. + +2018-08-01 Martin Liska + + * gcc.dg/tree-prof/stringop-1.c: Adjust scanned pattern. + * gcc.dg/tree-prof/stringop-2.c: Likewise. + * gcc.dg/tree-prof/val-prof-1.c: Likewise. + * gcc.dg/tree-prof/val-prof-2.c: Likewise. + * gcc.dg/tree-prof/val-prof-3.c: Likewise. + * gcc.dg/tree-prof/val-prof-4.c: Likewise. + * gcc.dg/tree-prof/val-prof-5.c: Likewise. + * gcc.dg/tree-prof/val-prof-7.c: Likewise. + +2018-08-01 Martin Liska + + PR value-prof/35543 + * gcc.dg/tree-prof/val-prof-7.c: Add __builtin_memmove. + +2018-08-01 Sam Tebbs + + * gcc.target/aarch64/extract_zero_extend.c: New file. + +2018-08-01 Jakub Jelinek + + PR c/85704 + * gcc.c-torture/compile/pr85704.c: New test. + +2018-07-31 Alexandre Oliva + Olivier Hainque + + * gnat.dg/dinst.adb: New. + * gnat.dg/dinst_pkg.ads, gnat.dg/dinst_pkg.adb: New. + +2018-07-31 David Malcolm + + * gcc.dg/format/gcc_diag-1.c (foo): Update the %v tests for + tdiag and cxxdiag. + * gcc.dg/format/gcc_diag-10.c (test_diag): Update tests of %G + and %K. + +2018-07-31 Richard Earnshaw + + * c-c++-common/spec-barrier-1.c: New test. + * c-c++-common/spec-barrier-2.c: New test. + * gcc.dg/spec-barrier-3.c: New test. + +2018-07-31 Martin Sebor + + PR tree-optimization/86741 + * gcc.dg/Warray-bounds-33.c: New test. + +2018-07-31 Andreas Krebbel + + * gcc.target/s390/memset-1.c: Improve testcase. + +2018-07-31 Tom de Vries + + PR debug/86687 + * g++.dg/guality/pr86687.C: New test. + +2018-07-31 Jakub Jelinek + + P1008R1 - prohibit aggregates with user-declared constructors + * g++.dg/ext/is_aggregate.C: Add tests with deleted or defaulted ctor. + * g++.dg/cpp0x/defaulted1.C (main): Ifdef out for C++2a B b = {1};. + * g++.dg/cpp0x/deleted2.C: Expect error for C++2a. + * g++.dg/cpp2a/aggr1.C: New test. + * g++.dg/cpp2a/aggr2.C: New test. + +2018-07-31 Segher Boessenkool + + PR target/86640 + * gcc.target/arm/pr86640.c: New testcase. + +2018-07-31 Martin Liska + + PR gcov-profile/85338 + PR gcov-profile/85350 + PR gcov-profile/85372 + * gcc.misc-tests/gcov-pr85338.c: New test. + * gcc.misc-tests/gcov-pr85350.c: New test. + * gcc.misc-tests/gcov-pr85372.c: New test. + +2018-07-31 Martin Liska + + PR gcov-profile/83813 + PR gcov-profile/84758 + PR gcov-profile/85217 + PR gcov-profile/85332 + * gcc.misc-tests/gcov-pr83813.c: New test. + * gcc.misc-tests/gcov-pr84758.c: New test. + * gcc.misc-tests/gcov-pr85217.c: New test. + * gcc.misc-tests/gcov-pr85332.c: New test. + +2018-07-31 Ed Schonberg + + * gnat.dg/prot5.adb, gnat.dg/prot5_pkg.adb, + gnat.dg/prot5_pkg.ads: New testcase. + +2018-07-31 Justin Squirek + + * gnat.dg/addr11.adb: New testcase. + +2018-07-31 Hristian Kirtchev + + * gnat.dg/global.adb, gnat.dg/global.ads: New testcase. + +2018-07-31 Gary Dismukes + + * gnat.dg/block_ext_return_assert_failure.adb: New testcase. + +2018-07-31 Ed Schonberg + + * gnat.dg/iter3.adb: New testcase. + +2018-07-31 Andre Vieira + + Revert 'AsyncI/O patch committed' + 2018-07-25 Nicolas Koenig + Thomas Koenig + + PR fortran/25829 + * gfortran.dg/f2003_inquire_1.f03: Add write statement. + * gfortran.dg/f2003_io_1.f03: Add wait statement. + +2018-07-30 Segher Boessenkool + + PR rtl-optimization/85160 + * gcc.target/powerpc/combine-2-2.c: New testcase. + +2018-07-27 Martin Sebor + + PR tree-optimization/86696 + * g++.dg/pr86696.C: New test. + +2018-07-27 David Malcolm + + PR tree-optimization/86636 + * gcc.c-torture/compile/pr86636.c: Add dg-do compile. + Add dg-require-effective-target pthread. + +2018-07-26 Qing Zhao + + * gcc.dg/strcmpopt_5.c: Change to O2 to enable the transformation. + * gcc.dg/strcmpopt_6.c: Likewise. + +2018-07-26 Pat Haugen + + PR target/86612 + * gcc.target/powerpc/pr58673-2.c: Call strdup. + +2018-07-26 Martin Sebor + + PR tree-optimization/86043 + PR tree-optimization/86042 + * gcc/testsuite/gcc.dg/attr-nonstring-2.c: Xfail test cases due to + pr86688. + * gcc.dg/strlenopt-44.c: New test. + +2018-07-26 Martin Liska + + PR gcov-profile/86536 + * gcc.misc-tests/gcov-pr86536.c: New test. + +2018-07-25 Martin Sebor + + * gcc.c-torture/execute/builtins/strnlen.c: Remove DejaGnu directives + ignored by the test harness. + +2018-07-25 Nicolas Koenig + Thomas Koenig + + PR fortran/25829 + * gfortran.dg/f2003_inquire_1.f03: Add write statement. + * gfortran.dg/f2003_io_1.f03: Add wait statement. + +2018-07-25 Jakub Jelinek + + PR c++/85515 + * g++.dg/pr85515-2.C: Add expected dg-error. + * g++.dg/cpp0x/range-for36.C: New test. + +2018-07-25 Claudiu Zissulescu + + * gcc.target/arc/uncached-1.c: New test. + * gcc.target/arc/uncached-2.c: Likewise. + +2018-07-24 Martin Sebor + + PR tree-optimization/86622 + PR tree-optimization/86532 + * gcc.c-torture/execute/strlen-2.c: New test. + * gcc.c-torture/execute/strlen-3.c: New test. + * gcc.c-torture/execute/strlen-4.c: New test. + +2018-07-24 David Malcolm + + PR tree-optimization/86636 + * gcc.c-torture/compile/pr86636.c: New test. + +2018-07-24 Matthew Malcomson + + * gcc.target/aarch64/simd/vect_su_add_sub.c: New. + +2018-07-24 Jakub Jelinek + + PR middle-end/86627 + * gcc.target/i386/pr86627.c: New test. + + PR testsuite/86649 + * g++.dg/tree-ssa-/pr19476-1.C: Check dom2 dump instead of ccp1. + * g++.dg/tree-ssa-/pr19476-5.C: Likewise. + * g++.dg/tree-ssa-/pr19476-6.C: New test. + * g++.dg/tree-ssa-/pr19476-7.C: New test. + +2018-07-23 Carl Love + + PR 86591 + * gcc.target/powerpc/altivec-1-runnable.c: Move vector double tests to + file altivec-2-runnable.c. + * gcc.target/powerpc/altivec-2-runnable.c: Add vector double tests. + * gcc.target/powerpc/buitlins-1.c: Remove dg-final check for xxlor. + Update dg-final test for __divdi3 and __udivdi3 instructions. Update + comments for instruction generated by vec_mergeh, vec_perm, vec_round, + vec_cts, vec_ctu, vec_cpsgn tests. + +2018-07-23 Bernd Edlinger + + PR c/86617 + * gcc.dg/pr86617.c: New test. + +2018-07-23 Jakub Jelinek + + PR c++/86569 + * g++.dg/warn/Wnonnull-compare-9.C: New test. + +2018-07-20 Martin Sebor + + PR middle-end/82063 + * c-c++-common/pr68657-1.c: Adjust. + * c-c++-common/pr68657-2.c: Same. + * c-c++-common/pr68657-3.c: Same. + * c-c++-common/pr68833-1.c: Same. + * gcc.dg/Walloc-size-larger-than-16.c: Same. + * gcc.dg/Walloca-larger-than.c: New test. + * gcc.dg/Walloca-larger-than-2.c: New test. + * gcc.dg/Wframe-larger-than-2.c: New test. + * gcc.dg/Wlarger-than3.c: New test. + * gcc.dg/Wvla-larger-than-3.c: New test. + * gcc.dg/pr42611.c: Adjust. + * gnat.dg/frame_overflow.adb: Same. + +2018-07-20 Martin Sebor + + PR tree-optimization/86613 + PR tree-optimization/86611 + * c-c++-common/Warray-bounds-2.c: Undefine macros and + prune duplicate warnings. + * gcc.dg/Warray-bounds-31.c: Xfail test cases with + data-model-dependencies. + * gcc.dg/Warray-bounds-32.c: Ditto. + +2018-07-20 Richard Biener + + PR debug/86585 + * g++.dg/lto/pr86585_0.C: New testcase. + * g++.dg/lto/pr86585_1.C: Likewise. + +2018-07-19 Martin Sebor + + PR tree-optimization/83776 + PR tree-optimization/84047 + * gcc.dg/Warray-bounds-29.c: New test. + * gcc.dg/Warray-bounds-30.c: New test. + * gcc.dg/Warray-bounds-31.c: New test. + * gcc.dg/Warray-bounds-32.c: New test. + +2018-07-19 Michael Collison + Richard Henderson + + * gcc.target/aarch64/builtin_sadd_128.c: New testcase. + * gcc.target/aarch64/builtin_saddl.c: New testcase. + * gcc.target/aarch64/builtin_saddll.c: New testcase. + * gcc.target/aarch64/builtin_uadd_128.c: New testcase. + * gcc.target/aarch64/builtin_uaddl.c: New testcase. + * gcc.target/aarch64/builtin_uaddll.c: New testcase. + * gcc.target/aarch64/builtin_ssub_128.c: New testcase. + * gcc.target/aarch64/builtin_ssubl.c: New testcase. + * gcc.target/aarch64/builtin_ssubll.c: New testcase. + * gcc.target/aarch64/builtin_usub_128.c: New testcase. + * gcc.target/aarch64/builtin_usubl.c: New testcase. + * gcc.target/aarch64/builtin_usubll.c: New testcase. + +2018-07-19 Paolo Carlini + + Revert fix for c++/59480 (and testsuite followup) + + 2018-07-19 Paolo Carlini + + * g++.old-deja/g++.mike/p784.C: Add -fpermissive. + + 2019-07-18 Paolo Carlini + + PR c++/59480, DR 136 + * g++.dg/other/friend8.C: New. + * g++.dg/other/friend9.C: Likewise. + * g++.dg/other/friend10.C: Likewise. + * g++.dg/other/friend11.C: Likewise. + * g++.dg/other/friend12.C: Likewise. + * g++.dg/parse/defarg4.C: Compile with -fpermissive -w. + * g++.dg/parse/defarg8.C: Likewise. + +2018-07-19 Andre Vieira + + * gcc.target/aarch64/profile.c: New test. + +2018-07-19 Andre Vieira + + PR target/83009 + * gcc/target/aarch64/store_v2vec_lanes.c: Add extra tests. + +2018-07-19 H.J. Lu + + PR target/86560 + * gcc.target/i386/pr86560-4.c: New test. + * gcc.target/i386/pr86560-5.c: Likewise. + +2018-07-19 H.J. Lu + + PR target/86560 + * gcc.target/i386/pr86560-1.c: New test. + * gcc.target/i386/pr86560-2.c: Likewise. + * gcc.target/i386/pr86560-3.c: Likewise. + +2018-07-19 Kyrylo Tkachov + + * gfortran.dg/max_fmax_aarch64.f90: New test. + * gfortran.dg/min_fmin_aarch64.f90: Likewise. + * gfortran.dg/minmax_integer.f90: Likewise. + +2018-07-19 Paolo Carlini + + * g++.old-deja/g++.mike/p784.C: Add -fpermissive. + +2018-07-18 Kugan Vivekanandarajah + + PR middle-end/86544 + * g++.dg/tree-ssa/pr86544.C: New test. + +2018-07-18 Jakub Jelinek + + PR c++/86550 + * g++.dg/cpp0x/lambda/lambda-86550.C: New test. + +2018-07-18 Bernd Edlinger + + PR 69558 + * c-c++-common/cpp/diagnostic-pragma-2.c: New test. + * c-c++-common/pr69558.c: Remove xfail. + * gcc.dg/cpp/builtin-macro-1.c: Adjust test expectations. + * gcc.dg/pr61817-1.c: Likewise. + * gcc.dg/pr61817-2.c: Likewise. + * g++.dg/plugin/pragma_plugin.c: Warn at expansion_point_location. + +2018-07-18 Janus Weil + + PR fortran/85599 + * gfortran.dg/function_optimize_5.f90: Add option + '-faggressive-function-elimination' and update dg-warning clauses. + * gfortran.dg/short_circuiting.f90: New test. + +2018-07-18 Marek Polacek + + PR c++/86190 - bogus -Wsign-conversion warning + * g++.dg/warn/Wsign-conversion-3.C: New test. + * g++.dg/warn/Wsign-conversion-4.C: New test. + +2018-07-18 Paolo Carlini + + PR c++/59480, DR 136 + * g++.dg/other/friend8.C: New. + * g++.dg/other/friend9.C: Likewise. + * g++.dg/other/friend10.C: Likewise. + * g++.dg/other/friend11.C: Likewise. + * g++.dg/other/friend12.C: Likewise. + * g++.dg/parse/defarg4.C: Compile with -fpermissive -w. + * g++.dg/parse/defarg8.C: Likewise. + +2018-07-18 Paolo Carlini + + * g++.dg/ext/uow-3.C: Adjust. + * g++.dg/ext/uow-4.C: Likewise. + * g++.dg/lookup/name-clash11.C: Likewise. + * g++.dg/lookup/name-clash7.C: Likewise. + * g++.dg/lookup/redecl1.C: Likewise. + * g++.dg/warn/changes-meaning.C: Likewise. + * g++.old-deja/g++.jason/scoping8.C: Likewise. + * g++.old-deja/g++.law/nest1.C: Likewise. + +2018-07-18 Richard Biener + + PR debug/86523 + * g++.dg/lto/pr86523-3_0.C: New testcase. + +2018-07-17 Andreas Schwab + + * gcc.target/m68k/mulsi_highpart.c: New test. + +2018-07-17 Jakub Jelinek + + * gcc.dg/cpp/pr61854-c90.c (foo): Expect a note, rather than error. + * gcc.dg/cpp/pr61854-c94.c (foo): Likewise. + * gcc.dg/cpp/pr61854-4.c (foo): Likewise. + * gcc.dg/cpp/pr61854-8.c: New test. + +2018-07-17 David Edelsohn + + * gcc.target/powerpc/pr85456.c: Require longdouble128. + +2018-07-17 Fritz Reese + + PR fortran/83184 + * gfortran.dg/dec_structure_23.f90: Oops, "un-fix" error messages. + +2018-07-17 Will Schmidt + + * gcc.target/powerpc/fold-vec-unpack-char.c: New. + * gcc.target/powerpc/fold-vec-unpack-float.c: New. + * gcc.target/powerpc/fold-vec-unpack-int.c: New. + * gcc.target/powerpc/fold-vec-unpack-pixel.c: New. + * gcc.target/powerpc/fold-vec-unpack-short.c: New. + +2018-07-17 David Edelsohn + + * gcc.target/powerpc/pr57150.c: Require longdouble128. + * gcc.target/powerpc/pr79916.c: Require dfp. + +2018-07-17 Richard Biener + + PR lto/86456 + * g++.dg/debug/dwarf2/pr86456.C: New testcase. + +2018-07-17 Robin Dapp + + * gcc.target/s390/function-align1.c: New test. + * gcc.target/s390/function-align2.c: New test. + * gcc.target/s390/function-align3.c: New test. + +2018-07-17 Eric Botcazou + + * gnat.dg/discr55.adb: New test. + +2018-07-17 Rainer Orth + + * gcc.target/i386/vartrack-1.c (dg-options): Add + -fomit-frame-pointer. + +2018-07-17 Rainer Orth + + * g++.dg/lto/pr86523-1_0.C: Require fpic, shared support. + (dg-lto-options): Add -fPIC. + * g++.dg/lto/pr86523-2_0.C: Likewise. + +2018-07-17 Martin Liska + + * gcc.target/powerpc/loop_align.c: Update scanned pattern. + +2018-07-17 Ed Schonberg + + * gnat.dg/generic_call_cw.adb, gnat.dg/generic_call_iface.adb: New + testcase. + +2018-07-17 Eric Botcazou + + * gnat.dg/sso10.adb, gnat.dg/sso10_pkg.ads: New testcase. + +2018-07-17 Patrick Bernardi + + * gnat.dg/memorytest.adb: New testcase. + +2018-07-17 Hristian Kirtchev + + * gnat.dg/config_pragma1.adb, gnat.dg/config_pragma1_pkg.ads: + New testcase. + +2018-07-17 Ed Schonberg + + * gnat.dg/equal3.adb: New testcase. + +2018-07-17 Justin Squirek + + * gnat.dg/split_args.adb: New testcase. + +2018-07-17 Ed Schonberg + + * gnat.dg/discr54.adb, gnat.dg/discr54_pkg.ads: New testcase. + +2018-07-17 Hristian Kirtchev + + * gnat.dg/bip_case_expr.adb, gnat.dg/bip_case_expr_pkg.ads: + New testcase. + +2018-07-16 Carl Love + + PR target/86414 + Forgot the PR number on the commit log. + + 2018-07-16 Carl Love + + PR target/86414 + * gcc.target/powerpc/divkc3-2.c: Add dg-require-effective-target + longdouble128. + * gcc.target/powerpc/divkc3-3.c: Ditto. + * gcc.target/powerpc/mulkc3-2.c: Ditto. + * gcc.target/powerpc/mulkc3-3.c: Ditto. + * gcc.target/powerpc/fold-vec-mergehl-double.c: Update counts. + * gcc.target/powerpc/pr85456.c: Make check Linux and AIX specific. + +2018-07-16 Segher Boessenkool + + * gcc.target/powerpc/convert-fp-128.c: New testcase. + * gcc.target/powerpc/convert-fp-64.c: New testcase. + +2018-07-16 Segher Boessenkool + + * lib/target-supports.exp (check_effective_target_longdouble64, + check_effective_target_ppc_float128, + check_effective_target_ppc_float128_insns, + check_effective_target_powerpc_vsx): New. + +2018-07-16 Segher Boessenkool + + * lib/target-supports.exp (check_ppc_float128_hw_available): Fix + syntax error. + +2018-07-16 Jakub Jelinek + + PR tree-optimization/86526 + * gcc.c-torture/compile/pr86526.c: New test. + +2018-07-16 Carl Love + + * gcc.target/powerpc/divkc3-2.c: Add dg-require-effective-target + longdouble128. + * gcc.target/powerpc/divkc3-3.c: Ditto. + * gcc.target/powerpc/mulkc3-2.c: Ditto. + * gcc.target/powerpc/mulkc3-3.c: Ditto. + * gcc.target/powerpc/fold-vec-mergehl-double.c: Update counts. + * gcc.target/powerpc/pr85456.c: Make check Linux and AIX specific. + +2018-07-16 Fritz Reese + + PR fortran/83184 + * gfortran.dg/assumed_rank_14.f90: New testcase. + * gfortran.dg/assumed_rank_15.f90: New testcase. + * gfortran.dg/dec_structure_8.f90: Update error messages. + * gfortran.dg/dec_structure_23.f90: Update error messages. + +2018-07-16 Bernd Edlinger + + PR middle-end/86528 + * gcc.c-torture/execute/pr86528.c: New test. + * gcc.dg/Wrestrict-10.c (test_arr_strcat_2): Fix typo. + +2018-07-16 Paolo Carlini + + * g++.dg/template/spec40.C: New. + * g++.dg/parse/ptrmem8.C: Likewise. + +2018-07-16 Ilya Leoshkevich + + * gcc.target/s390/mnop-mcount-m31-fpic.c: New testcase. + * gcc.target/s390/mnop-mcount-m31-mzarch.c: New testcase. + * gcc.target/s390/mnop-mcount-m31.c: New testcase. + * gcc.target/s390/mnop-mcount-m64-mfentry.c: New testcase. + * gcc.target/s390/mnop-mcount-m64.c: New testcase. + +2018-07-16 Ilya Leoshkevich + + * gcc.target/s390/mrecord-mcount.c: New testcase. + +2018-07-16 Ilya Leoshkevich + + * gcc.target/s390/mfentry-m64.c: New testcase. + +2018-07-16 Hristian Kirtchev + + * gnat.dg/abstract_state1.adb, gnat.dg/abstract_state1.ads: New + testcase. + +2018-07-16 Hristian Kirtchev + + * gnat.dg/validity_check3.adb, gnat.dg/validity_check3.ads: New + testcase. + +2018-07-16 Hristian Kirtchev + + * gnat.dg/wide_wide_value1.adb: New testcase. + +2018-07-16 Javier Miranda + + * gnat.dg/bit_order1.adb: New testcase. + +2018-07-16 Javier Miranda + + * gnat.dg/iter2.adb, gnat.dg/iter2.ads: New testcase. + +2018-07-16 Richard Biener + + PR lto/86523 + * g++.dg/lto/pr86523-1_0.C: New testcase. + * g++.dg/lto/pr86523-2_0.C: Likewise. + +2018-07-16 Martin Liska + + PR ipa/86529 + * g++.dg/ipa/pr86529.C: New test. + +2018-07-16 Tom de Vries + + PR debug/86455 + * gcc.target/i386/vartrack-1.c: New test. + +2018-07-16 Eric Botcazou + + * gnat.dg/opt73.adb: New test. + +2018-07-16 Jakub Jelinek + + PR c++/3698 + PR c++/86208 + * g++.dg/opt/pr3698.C: New test. + +2018-07-16 Richard Biener + + PR ipa/86389 + * gcc.dg/torture/pr86389.c: Require trampolines. + +2018-07-15 Tom de Vries + + * lib/gcc-gdb-test.exp (guality_minimal_options): New proc. + * lib/gfortran-dg.exp (gfortran-dg-runtest): Don't call torture-init if + already called. + * g++.dg/guality/guality.exp: Ensure Og is part of torture options. + * gcc.dg/guality/guality.exp: Same. + * gfortran.dg/guality/guality.exp: Same. + +2018-07-13 H.J. Lu + Sunil K Pandey + + PR target/84413 + * gcc.target/i386/pr84413-1.c: New test. + * gcc.target/i386/pr84413-2.c: Likewise. + * gcc.target/i386/pr84413-3.c: Likewise. + +2018-07-13 Bill Schmidt + Steve Munroe + + * gcc.target/powerpc/sse2-pand-1.c: New file. + * gcc.target/powerpc/sse2-pandn-1.c: Likewise. + * gcc.target/powerpc/sse2-por-1.c: Likewise. + * gcc.target/powerpc/sse2-pxor-1.c: Likewise. + +2018-07-13 Nathan Sidwell + + PR c++/86374 + * g++.dg/pr86374.C: New. + +2018-07-13 Qing Zhao + + PR middle-end/78809 + * gcc.dg/strcmpopt_5.c: New test. + * gcc.dg/strcmpopt_6.c: New test. + +2018-07-13 Richard Biener + + PR middle-end/85974 + * gcc.c-torture/compile/930326-1.c: Adjust to cover widening. + +2018-07-13 Tom de Vries + + * gcc.dg/guality/clztest.c: Add -fno-ipa-icf in dg-options. + * gcc.dg/guality/ctztest.c: Same. + * gcc.dg/guality/sra-1.c: Same. + +2018-07-13 Tom de Vries + + * gcc.dg/vla-1.c: Update. + +2018-07-13 Tom de Vries + + * gcc.src/maintainers.exp: New file. + +2018-07-13 Kugan Vivekanandarajah + + PR middle-end/86489 + * gcc.dg/pr86489.c: New test. + +2018-07-12 Martin Sebor + + PR testsuite/86510 + g++.dg/warn/pr86453.C: Adjust. + +2018-07-12 Jim Wilson + + * gnat.dg/warn5.adb: Expect warning for riscv*-*-*. + +2018-07-12 Kito Cheng + + * gcc.target/riscv/interrupt-conflict-mode.c: New. + +2018-07-12 Jakub Jelinek + + * c-c++-common/gomp/declare-target-3.c: New test. + * g++.dg/gomp/declare-target-2.C: New test. + +2018-07-12 Martin Sebor + + PR c/86453 + * c-c++-common/Wattributes.c: Adjust. + * gcc.dg/Wattributes-10.c: New test. + * g++.dg/Wattributes-3.C: Adjust. + * gcc.dg/Wattributes-6.c: Adjust. + * gcc.dg/pr18079.c: Adjust. + * gcc.dg/torture/pr42363.c: Adjust. + +2018-07-12 Julia Koval + + * gcc.target/i386/avx512vl-vpclmulqdq-2.c: Remove 128bit + version. + +2018-07-12 Richard Sandiford + + * gcc.dg/vect/vect-cond-arith-6.c: New test. + * gcc.target/aarch64/sve/cond_arith_4.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_4_run.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_5.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_5_run.c: Likewise. + * gcc.target/aarch64/sve/slp_14.c: Likewise. + * gcc.target/aarch64/sve/slp_14_run.c: Likewise. + +2018-07-12 Richard Sandiford + + * gcc.dg/vect/vect-cond-arith-4.c: New test. + * gcc.dg/vect/vect-cond-arith-5.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_1.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_1_run.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_2.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_2_run.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_3.c: Likewise. + * gcc.target/aarch64/sve/cond_arith_3_run.c: Likewise. + +2018-07-12 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect/vect-fma-2.c: New test. + * gcc.target/aarch64/sve/reduc_4.c: Likewise. + * gcc.target/aarch64/sve/reduc_6.c: Likewise. + * gcc.target/aarch64/sve/reduc_7.c: Likewise. + +2018-07-12 Richard Sandiford + + * gcc.dg/vect/vect-cond-arith-3.c: New test. + * gcc.target/aarch64/sve/vcond_13.c: Likewise. + * gcc.target/aarch64/sve/vcond_13_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_14.c: Likewise. + * gcc.target/aarch64/sve/vcond_14_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_15.c: Likewise. + * gcc.target/aarch64/sve/vcond_15_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_16.c: Likewise. + * gcc.target/aarch64/sve/vcond_16_run.c: Likewise. + +2018-07-12 Richard Sandiford + + * gcc.dg/vect/vect-cond-arith-2.c: New test. + * gcc.target/aarch64/sve/loop_add_6.c: Likewise. + +2018-07-12 Richard Biener + + PR target/84829 + * gcc.target/i386/pr84829.c: New testcase. + +2018-07-12 Jakub Jelinek + + * gcc.dg/torture/20180712-1.c: New test. + + PR tree-optimization/86492 + * gcc.c-torture/execute/pr86492.c: New test. + +2018-07-12 Richard Biener + + PR c/86453 + * g++.dg/warn/pr86453.C: New testcase. + +2018-07-12 Richard Biener + + PR middle-end/86479 + * gcc.dg/graphite/pr86479.c: New testcase. + +2018-07-11 Jakub Jelinek + + * gcc.target/i386/avx512bw-vpcmpb-2.c (CMP): Use SIZE macro instead + of hardcoding size. Cast (rel) to MASK_TYPE. + * gcc.target/i386/avx512bw-vpcmpub-2.c (CMP): Likewise. + * gcc.target/i386/avx512f-vinserti32x4-3.c: New test. + * gcc.target/i386/avx512f-vinsertf32x4-3.c: New test. + * gcc.target/i386/avx512vl-vpcmpnequb-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpgeub-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpleb-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpgeb-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpltb-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpltub-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpleub-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpneqb-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpnequw-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpgeuw-2.c: New test. + * gcc.target/i386/avx512vl-vpcmplew-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpgew-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpltw-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpltuw-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpleuw-2.c: New test. + * gcc.target/i386/avx512vl-vpcmpneqw-2.c: New test. + +2018-07-11 Grazvydas Ignotas + + * gcc.target/i386/avx512bw-vpcmpb-2.c (SIZE): Define to + (AVX512F_LEN / 8) instead of (AVX512F_LEN / 16). + * gcc.target/i386/avx512bw-vpcmpub-2.c (SIZE): Likewise. + +2018-07-10 Mark Wielaard + + PR debug/86459 + * gcc.dg/pr86459.c: New test. + +2018-07-10 Martin Sebor + + PR testsuite/86461 + * gcc.c-torture/execute/builtins/strlen-3.c: Adjust. + +2018-07-10 Martin Liska + + PR testsuite/86445 + * gcc.dg/pr84100.c: Change it back to dg-bogus. + +2018-07-10 Jakub Jelinek + + PR sanitizer/86406 + * g++.dg/ubsan/pr86406.C: New test. + + PR fortran/86421 + * gfortran.dg/vect/pr86421.f90: New test. + +2018-07-09 Martin Sebor + + PR tree-optimization/86415 + * gcc.dg/strlenopt-53.c: New test. + +2018-07-09 Martin Sebor + + PR middle-end/77357 + * gcc.dg/strlenopt-49.c: New test. + * gcc.dg/strlenopt-50.c: New test. + * gcc.dg/strlenopt-51.c: New test. + * gcc.dg/strlenopt-52.c: New test. + * gcc.c-torture/execute/builtins/strlen-3.c: Adjust. + +2018-07-09 Jakub Jelinek + + PR c/86420 + * gcc.dg/nextafter-1.c (TEST): Adjust the tests that expect denormals + to be returned and when first argument is not 0, so that they don't do + anything for NEED_EXC or NEED_ERRNO. + +2018-07-09 Tom de Vries + + * gcc.dg/guality/asm-1.c: Use relative line numbers where obvious. + * gcc.dg/guality/bswaptest.c: Same. + * gcc.dg/guality/clztest.c: Same. + * gcc.dg/guality/csttest.c: Same. + * gcc.dg/guality/ctztest.c: Same. + * gcc.dg/guality/drap.c: Same. + * gcc.dg/guality/nrv-1.c: Same. + * gcc.dg/guality/pr41353-1.c: Same. + * gcc.dg/guality/pr41353-2.c: Same. + * gcc.dg/guality/pr41404-1.c: Same. + * gcc.dg/guality/pr43051-1.c: Same. + * gcc.dg/guality/pr43077-1.c: Same. + * gcc.dg/guality/pr43177.c: Same. + * gcc.dg/guality/pr43329-1.c: Same. + * gcc.dg/guality/pr43479.c: Same. + * gcc.dg/guality/pr43593.c: Same. + * gcc.dg/guality/pr45003-1.c: Same. + * gcc.dg/guality/pr45003-2.c: Same. + * gcc.dg/guality/pr45003-3.c: Same. + * gcc.dg/guality/pr48437.c: Same. + * gcc.dg/guality/pr48466.c: Same. + * gcc.dg/guality/pr49888.c: Same. + * gcc.dg/guality/pr54200.c: Same. + * gcc.dg/guality/pr54519-1.c: Same. + * gcc.dg/guality/pr54519-2.c: Same. + * gcc.dg/guality/pr54519-3.c: Same. + * gcc.dg/guality/pr54519-4.c: Same. + * gcc.dg/guality/pr54519-5.c: Same. + * gcc.dg/guality/pr54519-6.c: Same. + * gcc.dg/guality/pr54551.c: Same. + * gcc.dg/guality/pr54693-2.c: Same. + * gcc.dg/guality/pr54693.c: Same. + * gcc.dg/guality/pr54796.c: Same. + * gcc.dg/guality/pr54970.c: Same. + * gcc.dg/guality/pr67192.c: Same. + * gcc.dg/guality/pr69947.c: Same. + * gcc.dg/guality/pr78726.c: Same. + * gcc.dg/guality/rotatetest.c: Same. + * gcc.dg/guality/sra-1.c: Same. + * gcc.dg/guality/vla-2.c: Same. + +2018-07-09 Paolo Carlini + + * g++.dg/diagnostic/long-short.C: New. + * g++.dg/diagnostic/signed-unsigned.C: Likewise. + * g++.dg/diagnostic/virtual-friend.C: Likewise. + * g++.old-deja/g++.brendan/crash11.C: Adjust. + +2018-07-09 Tom de Vries + + * gcc.dg/vla-1.c: New test. + +2018-07-07 Tom de Vries + + * gcc.misc-tests/options.exp (check_for_all_options): Clean up dump + files. + (get_dump_flags): New proc. + (toplevel): Test all dump flags. + +2018-07-07 Eric Botcazou + + * gnat.dg/stack_usage6.adb: New test. + * gnat.dg/stack_usage6_pkg.ads: New helper. + +2018-07-07 Eric Botcazou + + * gnat.dg/pure_function3a.adb: New test. + * gnat.dg/pure_function3b.adb: Likewise. + * gnat.dg/pure_function3c.adb: Likewise. + * gnat.dg/pure_function3_pkg.ads: New helper. + +2018-07-07 Jakub Jelinek + + PR target/84711 + * gcc.dg/vect/pr84711.c: Remove unnecessary sse + dg-require-effective-target. Add -msse not just on i386-*, but + on all i?86-* and x86_64-*. + +2018-07-06 Kugan Vivekanandarajah + + * gcc.dg/tree-ssa/phi-opt-16.c: New test. + * gcc.dg/tree-ssa/phi-opt-17.c: New test. + * gcc.dg/tree-ssa/phi-opt-18.c: New test. + * gcc.dg/tree-ssa/phi-opt-19.c: New test. + * gcc.dg/tree-ssa/popcount3.c: New test. + +2018-07-06 Kugan Vivekanandarajah + + * gcc.dg/tree-ssa/pr64183.c: Disable final value replacement + to preserve the test. + * gcc.target/i386/pr85073.c: Likewise. + +2018-07-06 Jakub Jelinek + + PR tree-optimization/86401 + * gcc.dg/tree-ssa/pr86401-1.c: New test. + * gcc.dg/tree-ssa/pr86401-2.c: New test. + * c-c++-common/rotate-9.c: New test. + +2018-07-06 Peter Bergner + + PR target/86324 + gcc.target/powerpc/pr86324-1.c: New test. + gcc.target/powerpc/pr86324-2.c: Likewise. + +2018-07-06 Tamar Christina + + PR target/84711 + * gcc.dg/vect/pr84711.c: Add -msse for i686 targets. + +2018-07-06 Tamar Christina + + * gcc.target/aarch64/struct_cpy.c: Remove ;. + +2018-07-05 Jeff Law + + * gcc.dg/tree-ssa/asm-2.c (REGISTER): Override for v850 too. + +2018-07-05 Paul Thomas + + PR fortran/86408 + * gfortran.dg/deferred_character_20.f90: New test. + +2018-07-05 Fritz Reese + + PR fortran/83183 + PR fortran/86325 + * gfortran.dg/init_flag_18.f90: New testcase. + * gfortran.dg/init_flag_19.f03: New testcase. + +2018-07-05 Carl Love + * gcc.target/altivec-1-runnable.c: New test file. + * gcc.target/altivec-2-runnable.c: New test file. + * gcc.target/vsx-7.c (main2): Change expected expected instruction + for tests. + +2018-07-05 Martin Sebor + + PR c++/86400 + * gcc.dg/strlenopt-47.c: New test. + * gcc.dg/strlenopt-48.c: New test. + +2018-07-05 Tamar Christina + + PR target/84711 + * gcc.target/arm/big-endian-subreg.c: New. + +2018-07-05 Tamar Christina + + PR target/84711 + * gcc.dg/vect/pr84711.c: New. + +2018-07-05 Tamar Christina + + * gcc.target/aarch64/struct_cpy.c: New. + +2018-07-05 Christophe Lyon + + * c-c++-common/unroll-1.c: Remove 'note:' in matching string. + * c-c++-common/unroll-2.c: Likewise. + * g++.dg/cdce3.C: Likewise. + * g++.dg/ext/unroll-1.C: Likewise. + * g++.dg/ext/unroll-2.C: Likewise. + * g++.dg/ext/unroll-3.C: Likewise. + * gcc.dg/cdce1.c: Likewise. + * gcc.dg/cdce2.c: Likewise. + * gcc.dg/gomp/pr68128-1.c: Likewise. + * gcc.dg/vect/pr46032.c: Likewise. + * gcc.dg/vect/vect-cond-10.c: Likewise. + * gcc.dg/vect/vect-cond-8.c: Likewise. + * gcc.dg/vect/vect-cond-9.c: Likewise. + * gcc.dg/vect/vect-mask-load-1.c: Likewise. + * gcc.dg/vect/vect-mask-loadstore-1.c: Likewise. + * gcc.target/i386/avx-cvt-2.c: Likewise. + * gcc.target/i386/avx-cvt-3.c: Likewise. + * gcc.target/i386/avx2-cvt-2.c: Likewise. + * gcc.target/i386/avx2-gather-2.c: Likewise. + * gcc.target/i386/avx2-gather-6.c: Likewise. + * gcc.target/i386/avx512f-gather-2.c: Likewise. + * gcc.target/i386/sse2-cvt-2.c: Likewise. + * gfortran.dg/directive_unroll_1.f90: Likewise. + * gfortran.dg/directive_unroll_2.f90: Likewise. + * gnat.dg/unroll2.adb: Likewise. + * gnat.dg/unroll3.adb: Likewise. + +2018-07-05 Tom de Vries + + * lib/gcc-dg.exp (dg-final): Simplify tcl code. + +2018-07-04 Martin Sebor + + PR tree-optimization/86274 + * gcc.dg/tree-ssa/builtin-sprintf-9.c: Fix typo. + +2018-07-04 Jerry DeLisle + + PR fortran/82009 + * gfortran.dg/block_16.f08. New test. + +2018-07-04 Aldy Hernandez + + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust test because aarch64 + has a slightly different IL that provides more threading + opportunities. + +2018-07-04 Martin Liska + + PR middle-end/66240 + PR target/45996 + PR c/84100 + * gcc.dg/pr84100.c (foo): + * gcc.target/i386/falign-functions-2.c: New test. + * gcc.target/i386/falign-functions.c: New test. + +2018-07-04 Martin Liska + + * gcc.dg/pr47793.c: Remove. + +2018-07-04 Richard Sandiford + + * gcc.dg/vect/bb-slp-over-widen-1.c: Fix name of dump file for + final scan test. + * gcc.dg/vect/bb-slp-over-widen-2.c: Likewise. + +2018-07-03 H.J. Lu + + PR target/85620 + * gcc.target/i386/pr85620-1.c: New test. + * gcc.target/i386/pr85620-2.c: Likewise. + * gcc.target/i386/pr85620-3.c: Likewise. + * gcc.target/i386/pr85620-4.c: Likewise. + +2018-07-03 Martin Sebor + + PR tree-optimization/86274 + * gcc.dg/tree-ssa/builtin-sprintf-9.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust. + * gcc.dg/tree-ssa/builtin-sprintf-warn-10.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-15.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-7.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf.c: Same. + * gcc.dg/tree-ssa/pr83198.c: Same. + +2018-07-03 Paolo Carlini + + * g++.dg/other/locations1.C: New. + * g++.dg/tls/locations1.C: Likewise. + * g++.dg/diagnostic/virtual-constexpr.C: Likewise. + * g++.dg/diagnostic/virtual-static.C: Likewise. + * g++.dg/concepts/fn-concept2.C: Test the locations too. + * g++.dg/cpp0x/constexpr-virtual5.C: Likewise. + * g++.dg/cpp0x/pr51463.C: Likewise. + * g++.dg/other/typedef1.C: Likewise. + * g++.dg/parse/dtor13.C: Likewise. + * g++.dg/template/error44.C: Likewise. + * g++.dg/template/typedef4.C: Likewise. + * g++.dg/template/typedef5.C: Likewise. + * g++.dg/tls/diag-2.C: Likewise. + * g++.old-deja/g++.brendan/crash11.C: Likewise. + +2018-07-03 Marek Polacek + + PR c++/86201 + * g++.dg/diagnostic/pr86201.C: New test. + +2018-07-03 Uros Bizjak + + PR target/85694 + * gcc.target/i386/pr85694.c: New test. + +2018-07-03 Richard Sandiford + + PR tree-optimization/85694 + * lib/target-supports.exp (check_effective_target_vect_avg_qi): + Return true for AArch64 without SVE. + * gcc.target/aarch64/vect_hadd_1.h: New file. + * gcc.target/aarch64/vect_shadd_1.c: New test. + * gcc.target/aarch64/vect_srhadd_1.c: Likewise. + * gcc.target/aarch64/vect_uhadd_1.c: Likewise. + * gcc.target/aarch64/vect_urhadd_1.c: Likewise. + +2018-07-03 Marek Polacek + + PR middle-end/86202 + * gcc.dg/Wint-conversion-2.c: New test. + + PR c++/84306 + * g++.dg/overload/conv-op3.C: New test. + +2018-07-03 Richard Biener + + PR ipa/86389 + * gcc.dg/torture/pr86389.c: New testcase. + +2018-07-03 Richard Sandiford + + PR tree-optimization/85694 + * lib/target-supports.exp (check_effective_target_vect_avg_qi): New + proc. + * gcc.dg/vect/vect-avg-1.c: New test. + * gcc.dg/vect/vect-avg-2.c: Likewise. + * gcc.dg/vect/vect-avg-3.c: Likewise. + * gcc.dg/vect/vect-avg-4.c: Likewise. + * gcc.dg/vect/vect-avg-5.c: Likewise. + * gcc.dg/vect/vect-avg-6.c: Likewise. + * gcc.dg/vect/vect-avg-7.c: Likewise. + * gcc.dg/vect/vect-avg-8.c: Likewise. + * gcc.dg/vect/vect-avg-9.c: Likewise. + * gcc.dg/vect/vect-avg-10.c: Likewise. + * gcc.dg/vect/vect-avg-11.c: Likewise. + * gcc.dg/vect/vect-avg-12.c: Likewise. + * gcc.dg/vect/vect-avg-13.c: Likewise. + * gcc.dg/vect/vect-avg-14.c: Likewise. + +2018-07-03 Richard Sandiford + + * gcc.dg/vect/vect-over-widen-5.c: Test that the extensions + get split into two for use by the over-widening pattern. + * gcc.dg/vect/vect-over-widen-6.c: Likewise. + * gcc.dg/vect/vect-over-widen-7.c: Likewise. + * gcc.dg/vect/vect-over-widen-8.c: Likewise. + * gcc.dg/vect/vect-over-widen-9.c: Likewise. + * gcc.dg/vect/vect-over-widen-10.c: Likewise. + * gcc.dg/vect/vect-over-widen-11.c: Likewise. + * gcc.dg/vect/vect-over-widen-12.c: Likewise. + * gcc.dg/vect/vect-over-widen-13.c: Likewise. + * gcc.dg/vect/vect-over-widen-14.c: Likewise. + * gcc.dg/vect/vect-over-widen-15.c: Likewise. + * gcc.dg/vect/vect-over-widen-16.c: Likewise. + * gcc.dg/vect/vect-over-widen-22.c: New test. + +2018-07-03 Richard Sandiford + + * gcc.dg/vect/vect-widen-mult-u8-u32.c: Check specifically for a + widen_mult pattern. + * gcc.dg/vect/vect-over-widen-1.c: Update the scan tests for new + over-widening messages. + * gcc.dg/vect/vect-over-widen-1-big-array.c: Likewise. + * gcc.dg/vect/vect-over-widen-2.c: Likewise. + * gcc.dg/vect/vect-over-widen-2-big-array.c: Likewise. + * gcc.dg/vect/vect-over-widen-3.c: Likewise. + * gcc.dg/vect/vect-over-widen-3-big-array.c: Likewise. + * gcc.dg/vect/vect-over-widen-4.c: Likewise. + * gcc.dg/vect/vect-over-widen-4-big-array.c: Likewise. + * gcc.dg/vect/bb-slp-over-widen-1.c: New test. + * gcc.dg/vect/bb-slp-over-widen-2.c: Likewise. + * gcc.dg/vect/vect-over-widen-5.c: Likewise. + * gcc.dg/vect/vect-over-widen-6.c: Likewise. + * gcc.dg/vect/vect-over-widen-7.c: Likewise. + * gcc.dg/vect/vect-over-widen-8.c: Likewise. + * gcc.dg/vect/vect-over-widen-9.c: Likewise. + * gcc.dg/vect/vect-over-widen-10.c: Likewise. + * gcc.dg/vect/vect-over-widen-11.c: Likewise. + * gcc.dg/vect/vect-over-widen-12.c: Likewise. + * gcc.dg/vect/vect-over-widen-13.c: Likewise. + * gcc.dg/vect/vect-over-widen-14.c: Likewise. + * gcc.dg/vect/vect-over-widen-15.c: Likewise. + * gcc.dg/vect/vect-over-widen-16.c: Likewise. + * gcc.dg/vect/vect-over-widen-17.c: Likewise. + * gcc.dg/vect/vect-over-widen-18.c: Likewise. + * gcc.dg/vect/vect-over-widen-19.c: Likewise. + * gcc.dg/vect/vect-over-widen-20.c: Likewise. + * gcc.dg/vect/vect-over-widen-21.c: Likewise. + +2018-07-03 Richard Sandiford + + * gcc.dg/vect/vect-mixed-size-cond-1.c: New test. + +2018-07-02 Jim Wilson + + * gcc.target/riscv/interrupt-debug.c: New. + +2018-07-02 Paolo Carlini + + * g++.dg/diagnostic/thread-thread_local.C: New. + +2018-07-02 Martin Liska + + PR testsuite/86366 + * gcc.dg/profile-dir-1.c: Fix scanned pattern. + * gcc.dg/profile-dir-2.c: Likewise. + * gcc.dg/profile-dir-3.c: Likewise. + +2018-07-02 Christophe Lyon + + * gcc.target/arm/arm-soft-strd-even.c: Skip if -mfloat-abi is + overriden. + +2018-07-02 Richard Biener + + PR tree-optimization/86363 + * gcc.dg/torture/pr86363.c: New testcase. + +2018-07-02 Martin Liska + + * gcc.dg/completion-1.c: New test. + * gcc.dg/completion-2.c: New test. + * gcc.dg/completion-3.c: New test. + +2018-07-02 Paul Thomas + + PR fortran/82969 + PR fortran/86242 + * gfortran.dg/proc_ptr_50.f90: New test. + +2018-07-02 Paul Thomas + + PR fortran/45305 + * gfortran.dg/scalarize_parameter_array_2.f90: New test. + +2018-07-02 Martin Liska + + PR ipa/86279 + * gcc.dg/ipa/pr86279.c: New test. + +2018-07-02 Martin Liska + + PR ipa/86323 + * g++.dg/ipa/pr86323.C: New test. + +2018-07-01 Tom de Vries + + revert: + 2018-07-01 Tom de Vries + + * gcc.dg/guality/prevent-optimization.h (VOLATILE): Define. + * gcc.dg/guality/vla-1.c (f1): Mark local vla a as VOLATILE. + +2018-07-01 Tom de Vries + + * lib/gcc-gdb-test.exp (gdb-test): Handle '@' prefix in line number + argument. + * gcc.dg/guality/const-volatile.c: Replace gdb-test line nrs 50 and 58 + with @main. + +2018-07-01 Tom de Vries + + * gcc.dg/guality/prevent-optimization.h (VOLATILE): Define. + * gcc.dg/guality/vla-1.c (f1): Mark local vla a as VOLATILE. + +2018-07-01 Tom de Vries + + * lib/gcc-dg.exp (get-absolute-line): Handle '.'. + * gcc.dg/guality/vla-1.c: Use relative line numbers. + +2018-07-01 Tom de Vries + + * gcc.dg-selftests/dg-final.exp (verify_call_1): Factor out of ... + (verify_call): ... here. Move to toplevel. + (verify_call_np, dg_final_directive_check_utils): New proc. + (toplevel): Call dg_final_directive_check_utils. + * lib/gcc-dg.exp (get-absolute-line): Fix typo in variable reference. + +2018-06-30 Jim Wilson + + * gcc.target/riscv/shift-shift-1.c: New. + * gcc.target/riscv/shift-shift-2.c: New. + * gcc.target/riscv/shift-shift-3.c: New. + +2018-06-30 Richard Sandiford + + * gcc.dg/vect/vect-widen-mult-extern-1.c: New test. + +2018-06-30 Richard Sandiford + + * gcc.dg/vect/vect-widen-mult-sum.c: Remove xfail. + * gcc.dg/vect/no-scevccp-outer-6.c: Don't match widened multiplications + by 4 in the computation of a[i]. + * gcc.dg/vect/vect-mult-const-pattern-1.c: Test specifically for the + main multiplication constant. + * gcc.dg/vect/vect-mult-const-pattern-2.c: Likewise. + * gcc.dg/vect/vect-widen-mult-const-s16.c: Likewise. + * gcc.dg/vect/vect-widen-mult-const-u16.c: Likewise. Expect the + pattern to cast the result to int. + * gcc.dg/vect/vect-reduc-dot-1.c: New test. + * gcc.dg/vect/vect-reduc-dot-2.c: Likewise. + * gcc.dg/vect/vect-reduc-dot-3.c: Likewise. + * gcc.dg/vect/vect-reduc-dot-4.c: Likewise. + * gcc.dg/vect/vect-reduc-dot-5.c: Likewise. + * gcc.dg/vect/vect-reduc-dot-6.c: Likewise. + * gcc.dg/vect/vect-reduc-dot-7.c: Likewise. + * gcc.dg/vect/vect-reduc-dot-8.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-1.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-2.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-3.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-4.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-5.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-6.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-7.c: Likewise. + * gcc.dg/vect/vect-reduc-sad-8.c: Likewise. + * gcc.dg/vect/vect-widen-mult-1.c: Likewise. + * gcc.dg/vect/vect-widen-mult-2.c: Likewise. + * gcc.dg/vect/vect-widen-mult-3.c: Likewise. + * gcc.dg/vect/vect-widen-mult-4.c: Likewise. + +2018-06-30 Richard Sandiford + + * gcc.dg/vect/vect-reduc-dot-u16b.c: Remove xfail and update the + test for vectorization along the lines described in the comment. + +2018-06-30 Tom de Vries + + * gcc.dg/guality/guality.exp (guality_transform_options): New proc. + (toplevel): Apply guality_transform_options on DG_TORTURE_OPTIONS and + LTO_TORTURE_OPTIONS. + * gcc.dg/guality/prevent-optimization.h: New file. + * gcc.dg/guality/pr45882.c: Include prevent-optimization.h. + (a): Replace __attribute__((used)) with ATTRIBUTE_USED. + +2018-06-30 Tom de Vries + + * gcc.dg/guality/pr45882.c (foo): Use relative line numbers. + * lib/gcc-dg.exp (dg-final): New proc. + * lib/gcc-gdb-test.exp (gdb-test): Add and handle additional line number + argument. + +2018-06-29 Martin Sebor + + * gcc.dg/strlenopt-46.c: Define strnlen for targets like Solaris 10 + that don't define the function. + +2018-06-29 Marek Polacek + + PR c++/86184 + * g++.dg/ext/cond3.C: New test. + +2018-06-29 Kyrylo Tkachov + + * gcc.target/arm/arm-soft-strd-even.c: New test. + +2018-06-29 Tom de Vries + + * gcc.dg/guality/pr45882.c (foo): Add line number var for breakpoint + line, and use it. + * lib/gcc-dg.exp (get-absolute-line): Factor out of ... + (process-message): ... here. + * lib/gcc-gdb-test.exp (gdb-test): Use get-absolute-line. + +2018-06-29 Martin Liska + + PR tree-optimization/86263 + * gcc.dg/tree-ssa/pr86263.c: New test. + +2018-06-28 Carl Love + + * gcc.target/p9-extract-1.c: Add test case. + * gcc.target/builtins-3-p9-runnable.c: Add test case to match + name in ABI. + +2018-06-28 Uros Bizjak + + PR target/86348 + * gcc.target/i386/pr86348.c: New test. + +2018-06-28 Wilco Dijkstra + + * gcc.target/aarch64/f16_mov_immediate_3.c: Fix testcase. + +2018-06-28 Fritz Reese + + PR fortran/82865 + * gfortran.dg/dec_type_print_2.f03: New testcase. + +2018-06-28 David Pagan + + PR c/55976 + * gcc.dg/noncompile/pr55976-1.c: Add dg-prune-output for extraneous + message causing unexpected test FAIL. + +2018-06-28 Martin Liska + + * gcc.dg/tree-ssa/switch-1.c: New test. + +2018-06-28 Eric Botcazou + + * gnat.dg/debug15.adb: New test. + +2018-06-27 David Malcolm + + PR c++/86329 + * g++.dg/lookup/pr86329.C: New test. + +2018-06-27 Carl Love + + * gcc.target/vsx-vector-abss.c: New file to test vec_abss. + +2018-06-27 Tamar Christina + + PR target/85769 + * gcc.target/aarch64/f16_mov_immediate_3.c: New. + +2018-06-26 Kelvin Nilsen + + * gcc.target/powerpc/builtins-1.c: Correct a comment. + +2018-06-26 Will Schmidt + + * gcc.target/powerpc/fold-vec-neg-int.p8.c: Specify powerpc_p8vector_ok + requirement for this test. + * gcc.target/powerpc/fold-vec-neg-int.c: Specify powerpc_p8vector_ok + requirement, and -mpower8-vector compile option. + +2018-06-26 Jakub Jelinek + + PR target/86314 + * gcc.dg/pr86314.c: New test. + + PR debug/86257 + * gcc.target/i386/pr86257.c: Add -mtls-dialect=gnu to dg-options. + +2018-06-26 Rainer Orth + + * gcc.target/i386/pr86257.c: Require 64-bit. + +2018-06-26 Rainer Orth + + * g++.dg/pr86082.C: Require IBM1047 support. + +2018-06-26 Richard Biener + + PR middle-end/86271 + * gcc.dg/pr86271.c: New testcase. + +2018-06-26 Alexandre Oliva + + PR debug/86064 + * gcc.dg/pr86064.c: New. + +2018-06-25 Jeff Law + + * lib/target-supports.exp + (check_effective_target_logical_op_short_circuit): Add v850. + +2018-06-25 Martin Sebor + + PR tree-optimization/86204 + * gcc.dg/strlenopt-46.c: New test. + +2018-06-25 Martin Sebor + + PR tree-optimization/85700 + * gcc.dg/Wstringop-truncation-4.c: New test. + +2018-06-25 Fritz Reese + + PR fortran/82972 + PR fortran/83088 + PR fortran/85851 + * gfortran.dg/init_flag_17.f90: New testcase. + +2018-06-25 Carl Love + + * gcc.target/powerpc/p9-extract-1.c: Make second argument of + vec_extract a signed int. Add vec_extract tests for bool char + and bool int. + * gcc.target/powerpc/p9-extract-4.c: New test file for long long + vec_extract tests. + +2018-06-25 Tom de Vries + + * lib/gcc-gdb-test.exp (report_gdb): Handle gdb -v failure. + +2018-06-25 Jakub Jelinek + + PR target/84786 + * gcc.target/i386/avx512f-pr84786-3.c: New test. + +2018-06-25 Eric Botcazou + + * gnat.dg/sso9.adb: New testcase. + * gnat.dg/sso9_pkg.ads: Likewise. + +2018-06-25 Tom de Vries + + PR debug/86257 + * gcc.target/i386/pr86257.c: New test. + +2018-06-25 Andreas Krebbel + + PR C++/86082 + * g++.dg/pr86082.C: New test. + +2018-06-24 Tom de Vries + + * g++.dg/guality/guality.exp: Don't use which on gdb arg to report_gdb. + * gcc.dg/guality/guality.exp: Same. + * gfortran.dg/guality/guality.exp: Same. + * lib/gcc-gdb-test.exp: Do early out if which gdb fails. + +2018-06-23 Paolo Carlini + + * g++.dg/concepts/locations1.C: New. + * g++.dg/cpp0x/locations1.C: Likewise. + * g++.dg/cpp1z/inline-var2.C: Test locations too. + * g++.dg/cpp1z/inline-var3.C: Likewise. + +2018-06-22 Paul Thomas + + PR fortran/86281 + * gfortran.dg/assumed_charlen_function_7.f90: Add -std=legacy. + +2018-06-22 Kelvin Nilsen + + * gcc.target/powerpc/builtins-3-p8.c (test_pack_float): Remove + this test. + * gcc.target/powerpc/builtins-9.c: New test. + * gcc.target/powerpc/fold-vec-pack-double.c: Modify dg directives + to expect different code generation on big-endian vs. + little-endian targets. + +2018-06-22 Tom de Vries + + * g++.dg/guality/guality.exp (guality_gdb_name): Default to + $rootme/../gdb/gdb, if available. + * gcc.dg/guality/guality.exp (guality_gdb_name): Same. + * gfortran.dg/guality/guality.exp (guality_gdb_name): Same. + +2018-06-22 Tom de Vries + + * lib/gcc-gdb-test.exp (report_gdb): New proc. + * g++.dg/guality/guality.exp: Use report_gdb. + * gcc.dg/guality/guality.exp: Same. + * gfortran.dg/guality/guality.exp: Same. + +2018-06-22 Jakub Jelinek + + PR c++/85662 + * g++.dg/ext/offsetof3.C: New test. + +2018-06-22 Carl Love + + * gcc.target/powerpc/altivec-7.c: Add qualifiers for counts on AIX + versus Linux. Change checks for xxlnor, xxland and xxlxor to also look + for the vnor, vand and vxor instructions. + * gcc.target/powerpc/builtins-1.c: Move vec_or tests to a new file. + Remove counts for xxlor. Fix match on bl __divdi3 and bl __udivdi3. + * gcc.target/powerpc/builtins-4.c: Fix matching for vsl instructions. + * gcc.target/powerpc/builtins-5.c: New test file for vec_or test cases. + * gcc.target/powerpc/vsx-vector-6.p7.c: Fix xxlnor BE expected count. + Add -dp to dg-options, update expected counts. + +2018-06-22 Paul Koning + + * gcc.c-torture/execute/builtins/lib/chk.c: Use smaller alignment + if pdp11. + * gcc.c-torture/compile/20010518-2.c: Skip if pdp11 -mint32. + * gcc.c-torture/compile/20040101-1.c: Ditto. + * gcc.c-torture/compile/20050622-1.c: Ditto. + * gcc.c-torture/compile/20080625-1.c: Ditto. + * gcc.c-torture/compile/20090107-1.c: Ditto. + * gcc.c-torture/compile/920501-12.c: Ditto. + * gcc.c-torture/compile/920501-4.c: Ditto. + * gcc.c-torture/compile/961203-1.c: Ditto. + * gcc.c-torture/compile/limits-externdecl.c: Ditto. + * gcc.c-torture/compile/pr25310.c: Ditto. + +2018-06-22 Cesar Philippidis + James Norris + Thomas Schwinge + Tom de Vries + + * c-c++-common/goacc/deviceptr-4.c: New file. + * c-c++-common/goacc/kernels-counter-var-redundant-load.c: + Likewise. + * c-c++-common/goacc/kernels-loop-data-2.c: Likewise. + * c-c++-common/goacc/kernels-loop-data-enter-exit-2.c: Likewise. + * c-c++-common/goacc/kernels-loop-data-enter-exit.c: Likewise. + * c-c++-common/goacc/kernels-loop-data-update.c: Likewise. + * c-c++-common/goacc/kernels-loop-data.c: Likewise. + * c-c++-common/goacc/kernels-parallel-loop-data-enter-exit.c: + Likewise. + * c-c++-common/goacc/parallel-reduction.c: Likewise. + * c-c++-common/goacc/private-reduction-1.c: Likewise. + * gfortran.dg/goacc/kernels-parallel-loop-data-enter-exit.f95: + Likewise. + * gfortran.dg/goacc/modules.f95: Likewise. + * gfortran.dg/goacc/routine-8.f90: Likewise. + * gfortran.dg/goacc/routine-level-of-parallelism-1.f90: Likewise. + +2018-06-21 Michael Meissner + + * gcc.target/powerpc/pack02.c: Use __ibm128 instead of long double + if the long double format is IEEE 128-bit for tests that are + explicitly testing IBM extended double support. Use the + appropriate pack and unpack built-in functions. Change calls from + __builtin_isinfl to __builtin_isinf since the later supports all + floating point types. + * gcc.target/powerpc/pr57150.c: Likewise. + * gcc.target/powerpc/pr60203.c: Likewise. + * gcc.target/powerpc/pr67808.c: Likewise. + * gcc.target/powerpc/pr70117.c: Likewise. + * gcc.target/powerpc/tfmode_off.c: Likewise. + +2018-06-21 Paul Thomas + + PR fortran/49630 + * gfortran.dg/assumed_charlen_function_7.f90: New test. + +2018-06-21 Paul Thomas + + PR fortran/83118 + * gfortran.dg/unlimited_polymorphic_30.f03: New test. + +2018-06-21 Tom de Vries + + * gcc.dg/guality/pr45882.c (a): Add used attribute. + +2018-06-21 Tom de Vries + + PR tree-optimization/85859 + * gcc.dg/pr85859.c: New test. + +2018-06-21 Richard Biener + + PR tree-optimization/86232 + * gcc.dg/torture/pr86232.c: New testcase. + +2018-06-21 Andre Vieira + + * gcc/gcc.target/aarch64/aes_xor_combine.c: New test. + +2018-06-21 Andre Vieira + + * gcc/gcc.target/aarch64/aes_2.c: New test. + +2018-06-20 Than McIntosh + + PR libgcc/86213 + * gcc.dg/split-8.c: New. + +2018-06-20 Kelvin Nilsen + + * gcc.target/powerpc/builtins-1.c: Adjust dg directives to scan + for vpkudus in place of vpksdus. + * gcc.target/powerpc/builtins-3-p8.c: Likewise. + +2018-06-20 Nathan Sidwell + + PR c++/85634 + * g++.dg/lookup/pr85634-2.C: New. + +2018-06-20 Paolo Carlini + + * g++.dg/template/friend65.C: New. + * g++.dg/cpp0x/main1.C: Likewise. + * g++.dg/other/main2.C: Likewise. + * g++.dg/other/main3.C: Likewise. + * g++.dg/template/friend42.C: Test location too. + * g++.dg/concepts/decl-diagnose.C: Likewise. + * g++.dg/warn/main-2.C: Update. + +2018-06-20 Chung-Lin Tang + Thomas Schwinge + Cesar Philippidis + + * c-c++-common/goacc/declare-1.c: Update test case to utilize OpenACC + 2.5 data clause semantics. + * c-c++-common/goacc/declare-2.c: Likewise. + * c-c++-common/goacc/default-4.c: Likewise. + * c-c++-common/goacc/finalize-1.c: New test. + * c-c++-common/goacc/kernels-alias-2.c: Update test case to utilize + OpenACC 2.5 data clause semantics. + * c-c++-common/goacc/kernels-alias.c: Likewise. + * c-c++-common/goacc/routine-5.c: Likewise. + * c-c++-common/goacc/update-if_present-1.c: New test. + * c-c++-common/goacc/update-if_present-2.c: New test. + * g++.dg/goacc/template.C: Update test case to utilize OpenACC + 2.5 data clause semantics. + * gfortran.dg/goacc/combined-directives.f90: Likewise. + * gfortran.dg/goacc/data-tree.f95: Likewise. + * gfortran.dg/goacc/declare-2.f95: Likewise. + * gfortran.dg/goacc/default-4.f: Likewise. + * gfortran.dg/goacc/enter-exit-data.f95: Likewise. + * gfortran.dg/goacc/finalize-1.f: New test. + * gfortran.dg/goacc/kernels-alias-2.f95: Update test case to utilize + OpenACC 2.5 data clause semantics. + * gfortran.dg/goacc/kernels-alias.f95: Likewise. + * gfortran.dg/goacc/kernels-tree.f95: Likewise. + * gfortran.dg/goacc/nested-function-1.f90: Likewise. + * gfortran.dg/goacc/parallel-tree.f95: Likewise. + * gfortran.dg/goacc/reduction-promotions.f90: Likewise. + * gfortran.dg/goacc/update-if_present-1.f90: New test. + * gfortran.dg/goacc/update-if_present-2.f90: New test. + +2018-06-20 Jakub Jelinek + + PR c++/86210 + * g++.dg/warn/Wnonnull4.C: New test. + +2018-06-20 Marek Polacek + + PR c++/86240 + * g++.dg/pr86240.C: New test. + +2018-06-20 Jakub Jelinek + + PR debug/86194 + * gcc.target/i386/pr86194.c: New test. + + PR tree-optimization/86231 + * gcc.dg/tree-ssa/vrp119.c: New test. + * gcc.c-torture/execute/pr86231.c: New test. + +2018-06-20 Tom de Vries + + PR tree-optimization/86097 + * gcc.dg/autopar/pr86097.c: New test. + +2018-06-20 Nathan Sidwell + + PR c++/85634 + * g++.dg/lookup/pr85634.C: New. + +2018-06-20 Kyrylo Tkachov + + * gcc.target/aarch64/ldp_stp_q.c: New test. + * gcc.target/aarch64/stp_vec_128_1.c: Likewise. + * gcc.target/aarch64/ldp_stp_q_disable.c: Likewise. + +2018-06-20 Martin Liska + + * gcc.dg/tree-ssa/vrp104.c: Grep just for GIMPLE IL. + +2018-06-19 Martin Sebor + + PR tree-optimization/48560 + * gcc.dg/Warray-bounds-28.c: New test. + +2018-06-19 Martin Sebor + + PR middle-end/85602 + * c-c++-common/attr-nonstring-8.c: Adjust text of expected warning + to also match C++. + +2018-06-19 Jan Hubicka + + * g++.dg/lto/pr84805_0.C: Update template. + * g++.dg/lto/pr84805_1.C: Update template. + +2018-06-19 Eric Botcazou + + * gnat.dg/aggr24.adb: New test. + * gnat.dg/aggr24_pkg.ad[sb]: New helper. + +2018-06-19 Richard Biener + + PR tree-optimization/86179 + * gcc.dg/pr86179.c: New testcase. + +2018-06-18 Martin Sebor + + PR middle-end/85602 + * gcc.dg/attr-nonstring-2.c: Adjust text of expected warning. + * c-c++-common/attr-nonstring-8.c: New test. + +2018-06-18 Martin Sebor + + PR tree-optimization/81384 + * gcc.c-torture/execute/builtins/lib/strnlen.c: New test. + * gcc.c-torture/execute/builtins/strnlen-lib.c: New test. + * gcc.c-torture/execute/builtins/strnlen.c: New test. + * gcc.dg/attr-nonstring-2.c: New test. + * gcc.dg/attr-nonstring-3.c: New test. + * gcc.dg/attr-nonstring-4.c: New test. + * gcc.dg/strlenopt-45.c: New test. + * gcc.dg/strlenopt.h (strnlen): Declare. + +2018-06-18 Wilco Dijkstra + + PR tree-optimization/86076 + * gcc.dg/pr86076.c: Add target pthread for bare-metal targets. + +2018-06-18 Wilco Dijkstra + + PR tree-optimization/64946 + * gcc.target/aarch64/vect-abs-compile.c: Remove xfail. + +2018-06-17 Eric Botcazou + + * gcc.dg/debug/dwarf2/pr37726.c: Move to... + * gcc.dg/guality/pr37726.c: ...here and turn into GDB test. + * gnat.dg/stack_usage5.adb: New test. + +2018-06-16 Kugan Vivekanandarajah + + PR middle-end/82479 + * gcc.dg/tree-ssa/popcount.c: New test. + * gcc.dg/tree-ssa/popcount2.c: New test. + +2018-06-16 Kugan Vivekanandarajah + + PR middle-end/64946 + * gcc.dg/absu.c: New test. + * gcc.dg/gimplefe-29.c: New test. + * gcc.target/aarch64/pr64946.c: New test. + +2018-06-15 Jakub Jelinek + + PR c/86093 + * c-c++-common/pr86093.c: New test. + + PR middle-end/85878 + * gfortran.fortran-torture/compile/pr85878.f90: New test. + + PR middle-end/86123 + * gcc.c-torture/compile/pr86123.c: New test. + +2018-06-15 Tom de Vries + + * gcc.dg-selftests/dg-final.exp: Force sequential execution. + +2018-06-15 Nick Clifton + + PR 84195 + * gcc.c-torture/compile/pr84195.c: New test. + +2018-06-15 Richard Biener + + PR middle-end/86159 + * g++.dg/pr86159.C: New testcase. + +2018-06-15 Richard Biener + + PR middle-end/86076 + * gcc.dg/pr86076.c: New testcase. + +2018-06-14 Marek Polacek + + PR c++/86063 + * g++.dg/cpp0x/gen-attrs-65.C: New test. + +2018-06-14 Jakub Jelinek + + PR target/86048 + * gcc.target/i386/pr86048.c: Require sse2 effective target. Add + -msse2 to dg-options. + + PR middle-end/86122 + * gcc.c-torture/compile/pr86122.c: New test. + + P0624R2 - Default constructible and assignable stateless lambdas + * g++.dg/cpp2a/lambda1.C: New test. + * g++.dg/cpp0x/lambda/lambda-ice2.C: Adjust expected diagnostics + for -std=c++2a. + +2018-06-14 Paolo Carlini + + * g++.dg/other/static3.C: New. + * g++.dg/other/static4.C: Likewise. + * g++.dg/warn/Wshadow-15.C: Likewise. + * g++.dg/cpp0x/gnu_fext-numeric-literals.C: Test locations too. + * g++.dg/cpp0x/std_fext-numeric-literals.C: Likewise. + * g++.dg/cpp0x/std_fno-ext-numeric-literals.C: Likewise. + * g++.dg/cpp0x/udlit-args-neg.C: Likewise. + * g++.dg/cpp0x/udlit-clink-neg.C: Likewise. + * g++.dg/cpp0x/udlit-extern-c.C: Likewise. + * g++.dg/cpp0x/udlit-member-neg.C: Likewise. + +2018-06-14 Jakub Jelinek + + PR target/85945 + * gcc.c-torture/compile/pr85945.c: New test. + +2018-06-14 Richard Biener + + PR ipa/86124 + * gcc.dg/pr86124.c: New testcase. + +2018-06-13 Martin Sebor + + PR tree-optimization/86114 + * gcc.dg/pr86114.c: New test. + +2018-06-13 Steven G. Kargl + + PR fortran/86110 + * gfortran.dg/pr86110.f90: New test. + +2018-06-13 Cesar Philippidis + + PR fortran/85703 + * gfortran.dg/goacc/pr85703.f90: New test. + * gfortran.dg/gomp/pr85703.f90: New test. + +2018-06-13 Cesar Philippidis + + PR fortran/85702 + * gfortran.dg/goacc/pr85702.f90: New test. + +2018-06-13 Eric Botcazou + + * gcc.target/i386/pr86048.c: New test. + +2018-06-12 Claudiu Zissulescu + + * gcc.target/arc/fma-1.c: New test. + +2018-06-12 Claudiu Zissulescu + + * gcc.target/arc/pr9001107555.c: New file. + +2018-06-12 Richard Sandiford + + * g++.dg/torture/aarch64-vect-init-1.C: New test. + +2018-06-12 Paolo Carlini + + * g++.dg/init/delete3.C: New. + * g++.dg/init/new49.C: Likewise. + * g++.dg/init/new25.C: Test locations too. + * g++.dg/template/new4.C: Likewise. + * g++.old-deja/g++.jason/operator.C: Likewise. + +2018-06-12 Marek Polacek + + Core issue 1331 - const mismatch with defaulted copy constructor + * g++.dg/cpp0x/defaulted15.C (struct F): Remove dg-error. + * g++.dg/cpp0x/defaulted52.C: New test. + * g++.dg/cpp0x/defaulted53.C: New test. + * g++.dg/cpp0x/defaulted54.C: New test. + * g++.dg/cpp0x/defaulted55.C: New test. + * g++.dg/cpp0x/defaulted56.C: New test. + * g++.dg/cpp0x/defaulted57.C: New test. + * g++.dg/cpp0x/defaulted58.C: New test. + * g++.dg/cpp0x/defaulted59.C: New test. + * g++.dg/cpp0x/defaulted60.C: New test. + +2018-06-12 David Malcolm + + PR other/69968 + * gcc.dg/spellcheck-transposition.c: New test. + +2018-06-12 Steven G. Kargl + + PR fortran/44491 + * gfortran.dg/pr44491.f90: New testcase + +2018-06-12 Martin Sebor + + PR tree-optimization/85259 + * gcc.dg/Wstringop-overflow-5.c: New test. + * gcc.dg/Wstringop-overflow-6.c: New test. + +2018-06-12 Martin Sebor + + PR c/85931 + * gcc.dg/Wstringop-truncation-3.c: New test. + +2018-06-12 Will Schmidt + + * gcc.target/powerpc/p8-vec-xl-xst-v2.c: New. + * gcc.target/powerpc/p8-vec-xl-xst.c: Disable gimple-folding. + * gcc.target/powerpc/swaps-p8-17.c: Same. + +2018-06-12 Will Schmidt + + * gcc.target/powerpc/fold-vec-store-vec_vsx_st-char.c: New. + * gcc.target/powerpc/fold-vec-store-vec_vsx_st-double.c: New. + * gcc.target/powerpc/fold-vec-store-vec_vsx_st-float.c: New. + * gcc.target/powerpc/fold-vec-store-vec_vsx_st-int.c: New. + * gcc.target/powerpc/fold-vec-store-vec_vsx_st-longlong.c: New. + * gcc.target/powerpc/fold-vec-store-vec_vsx_st-short.c: New. + +2018-06-12 Will Schmidt + + * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-char.c: New. + * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-double.c: New. + * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-float.c: New. + * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-int.c: New. + * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-longlong.c: New. + * gcc.target/powerpc/fold-vec-store-builtin_vec_xst-short.c: New. + +2018-06-12 Will Schmidt + + * gcc.target/powerpc/fold-vec-store-vec_xst-char.c: New. + * gcc.target/powerpc/fold-vec-store-vec_xst-double.c: New. + * gcc.target/powerpc/fold-vec-store-vec_xst-float.c: New. + * gcc.target/powerpc/fold-vec-store-vec_xst-int.c: New. + * gcc.target/powerpc/fold-vec-store-vec_xst-longlong.c: New. + * gcc.target/powerpc/fold-vec-store-vec_xst-short.c: New. + +2018-06-12 Will Schmidt + + * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-char.c: New. + * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-double.c: New. + * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-float.c: New. + * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-int.c: New. + * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-longlong.c: New. + * gcc.target/powerpc/fold-vec-load-vec_vsx_ld-short.c: New. + +2018-06-12 Will Schmidt + + * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-char.c: New. + * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-double.c: New. + * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-float.c: New. + * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-int.c: New. + * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-longlong.c: New. + * gcc.target/powerpc/fold-vec-load-builtin_vec_xl-short.c: New. + +2018-06-12 Will Schmidt + + * gcc.target/powerpc/fold-vec-load-vec_xl-char.c: New testcase. + * gcc.target/powerpc/fold-vec-load-vec_xl-double.c: New testcase. + * gcc.target/powerpc/fold-vec-load-vec_xl-float.c: New testcase. + * gcc.target/powerpc/fold-vec-load-vec_xl-int.c: New testcase. + * gcc.target/powerpc/fold-vec-load-vec_xl-longlong.c: New testcase. + * gcc.target/powerpc/fold-vec-load-vec_xl-short.c: New testcase. + +2018-06-12 Martin Liska + + * g++.dg/opt/mpx.C: New test. + * gcc.target/i386/mpx.c: New test. + +2018-06-12 Claudiu Zissulescu + + * gcc.target/arc/builtin_simdarc.c: Update test. + * gcc.target/arc/mulsi3_highpart-2.c: Likewise. + * gcc.target/arc/tumaddsidi4.c: Likewise. + +2018-06-12 Eric Botcazou + + * gnat.dg/opt72a.ad[sb]: New test. + * gnat.dg/opt72_pkg.ads: New helper. + +2018-06-12 Tom de Vries + + * gcc.dg-selftests/dg-final.exp: New file. + +2018-06-11 Paolo Carlini + + * g++.dg/lookup/new2.C: Test locations too. + * g++.dg/other/ellipsis1.C: Likewise. + * g++.dg/other/operator1.C: Likewise. + * g++.dg/other/operator2.C: Likewise. + * g++.dg/overload/operator2.C: Likewise. + * g++.dg/parse/defarg11.C: Likewise. + * g++.dg/parse/operator4.C: Likewise. + * g++.dg/template/error30.C: Likewise. + * g++.dg/template/explicit-args3.C: Likewise. + * g++.dg/warn/effc1.C: Likewise. + * g++.old-deja/g++.brendan/prepost2.C: Likewise. + * g++.old-deja/g++.brendan/prepost3.C: Likewise. + * g++.old-deja/g++.bugs/900215_01.C: Likewise. + * g++.old-deja/g++.jason/conversion5.C: Likewise. + * g++.old-deja/g++.jason/operator.C: Likewise. + +2018-06-11 Martin Sebor + + PR tree-optimization/86083 + * gcc.dg/strlenopt-44.c: New test. + +2018-06-11 Janus Weil + + PR fortran/45521 + * gfortran.dg/generic_32.f90: New test. + * gfortran.dg/generic_33.f90: New test. + +2018-06-11 Carl Love + * gcc.target/powerpc/altivec-7.c (main): Remove tests + vec_unpackh(vecubi[0]) and vec_unpackl(vecubi[0]) returning + long long bool. Remove duplicate dg-final for xxlxor. Update + dg-final instruction counts. + * gcc.target/powerpc/altivec-37.c (main): New file for + tests vec_unpackh and vec_unpackl returning long long bool and + long long int. + +2018-06-11 Martin Liska + + PR tree-optimization/86089 + * gcc.dg/tree-ssa/pr86089.c: New test. + +2018-06-11 Julia Koval + + * gcc.target/i386/avx512fvl-vaes-1.c: Remove 128bit versions from test. + * gcc.target/i386/vpclmulqdq.c: Ditto. + +2018-06-11 Olivier Hainque + + * gnat.dg/lang-dw2.adb: New test. + * gnat.dg/lang-dw3.adb: New test. + +2018-06-11 Hristian Kirtchev + + * gnat.dg/assertion_policy1.adb, gnat.dg/assertion_policy1_pkg.adb, + gnat.dg/assertion_policy1_pkg.ads: New testcase. + +2018-06-11 Ed Schonberg + + * gnat.dg/predicate1.adb: New testcase. + +2018-06-11 Yannick Moy + + * gnat.dg/spark1.adb, gnat.dg/spark1.ads: New testcase. + +2018-06-11 Hristian Kirtchev + + * gnat.dg/gnat_array_split1.adb, gnat.dg/gnat_array_split1.ads: New + testcase. + +2018-06-11 Javier Miranda + + * gnat.dg/prot4.adb: New testcase. + +2018-06-11 Yannick Moy + + * gnat.dg/part_of1-instantiation.adb, + gnat.dg/part_of1-instantiation.ads, + gnat.dg/part_of1-private_generic.adb, + gnat.dg/part_of1-private_generic.ads, gnat.dg/part_of1.ads: New + testcase. + +2018-06-11 Piotr Trojanek + + * gnat.dg/contract1.adb: New testcase. + +2018-06-11 Javier Miranda + + * gnat.dg/aggr23.adb, gnat.dg/aggr23_q.adb, gnat.dg/aggr23_tt.ads: New + testcase. + +2018-06-11 Ed Schonberg + + * gnat.dg/inline_always1.adb: New testcase. + +2018-06-11 Ed Schonberg + + * gnat.dg/nested_generic2.adb, gnat.dg/nested_generic2.ads, + gnat.dg/nested_generic2_g1.adb, gnat.dg/nested_generic2_g1.ads, + gnat.dg/nested_generic2_g2.ads: New testcase. + +2018-06-10 Paolo Carlini + + * g++.dg/template/friend64.C: New. + * g++.old-deja/g++.other/friend4.C: Test the location too. + * g++.old-deja/g++.pt/crash23.C: Likewise. + +2018-06-10 Thomas Koenig + + * gfortran.dg/inline_matmul_23.f90: New test. + +2018-06-10 Janus Weil + + PR fortran/85088 + * gfortran.dg/intent_decl_1.f90: New test case. + +2018-06-09 Steven G. Kargl + + * gfortran.dg/ieee/ieee_4.f90: xfail on i?86-*-freebsd* + * gfortran.dg/ieee/large_4.f90: Ditto. + * gfortran.dg/round_4.f90: Ditto. + +2018-06-09 Steven G. Kargl + + PR fortran/38351 + * gfortran.dg/pr38351.f90: New test. + * gfortran.dg/typebound_operator_4.f03: Adjust for new error message. + +2018-06-09 Steven G. Kargl + + PR fortran/85138 + PR fortran/85996 + PR fortran/86051 + * gfortran.dg/pr85138_1.f90: New test. + * gfortran.dg/pr85138_2.f90: Ditto. + * gfortran.dg/pr85996.f90: Ditto. + +2018-06-09 Steven G. Kargl + + PR fortran/78278 + * gfortran.dg/data_bounds_1.f90: Add -std=gnu option. + * gfortran.dg/data_char_1.f90: Ditto. + * gfortran.dg/pr78571.f90: Ditto. + * gfortran.dg/pr78278.f90: New test. + +2018-06-09 Steven G. Kargl + + PR fortran/63514 + * gfortran.dg/pr63514.f90: New test. + +2018-06-08 Thomas Koenig + + PR fortran/85631 + * gfortran.dg/bounds_check_20.f90: New test. + +2018-06-08 Carl Love + + * gcc.target/powerpc/p8vector-builtin-3.c: Add vec_pack test. Update + vpkudum counts. + * gcc.target/powerpc/p9-extract-3.c: Make second argument of + vec_extract a signed int. + * gcc.target/powerpc/vec-cmp.c: Add vec_cmple, vec_cmpge tests. Update, + vcmpgtsb, vcmpgtub, vcmpgtsh, vcmpgtuh, vcmpgtsw, vcmpgtsw, vcmpgtuw, + vcmpgtsd, vcmpgtud. + * gcc.target/powerpc/vsx-extract-4.c: Make second argument of + vec_extract a signed int. + * gcc.target/powerpc/vsx-extract-5.c: Make second argument of + vec_extract a signed int. + * gcc.target/powerpc/vsx-vector-7.c (foo): Add tests for vec_sel and + vec_xor builtins. Update xxsel, xxlxor counts. + +2018-06-08 Steven G. Kargl + + PR fortran/86059 + * gfortran.dg/associate_30.f90: Remove code tested ... + * gfortran.dg/pr67803.f90: Ditto. + * gfortran.dg/pr67805.f90: Ditto. + * gfortran.dg/pr86059.f90: ... here. New test. + +2018-06-08 Steven G. Kargl + + PR fortran/78571 + * gfortran.dg/pr78571.f90: New test. + +2018-06-08 Peter Bergner + + PR target/85755 + * gcc.target/powerpc/pr85755.c: New test. + +2018-06-08 Carl Love + + * gcc.target/powerpc/vsx-vector-6-be.p7.c: Rename this file to + vsx-vector-6.p7.c. + * gcc.target/powerpc/vsx-vector-6-le.p9.c: Rename this file to + vsx-vector-6.p9.c. + * gcc.target/powerpc/vsx-vector-6-be.p8.c: Move instruction counts + for BE system that are different then for an LE system from this file + into vsx-vector-6-le.c using be target qualifier. Remove this file. + * gcc.target/powerpc/vsx-vector-6-le.c: Add le qualifiers as needed for + the various instruction counts. Rename file to vsx-vector-6.p8.c. + +2018-06-08 Martin Liska + + * gcc.dg/ipa/ipa-icf-38.c: Scan optimized tree dump. + +2018-06-08 Martin Liska + + * g++.dg/dg.exp: Do not use mpx.exp. + * g++.dg/lto/lto.exp: Likewise. + * g++.dg/lto/pr69729_0.C: Remove. + * g++.dg/opt/pr71529.C: Remove. + * g++.dg/pr63995-1.C: Remove. + * g++.dg/pr68270.C: Remove. + * g++.dg/pr71624.C: Remove. + * g++.dg/pr71633.C: Remove. + * g++.dg/pr79761.C: Remove. + * g++.dg/pr79764.C: Remove. + * g++.dg/pr79769.C: Remove. + * gcc.dg/lto/chkp-privatize-1_0.c: Remove. + * gcc.dg/lto/chkp-privatize-2_0.c: Remove. + * gcc.dg/lto/chkp-privatize_0.c: Remove. + * gcc.dg/lto/chkp-removed-alias_0.c: Remove. + * gcc.dg/lto/chkp-static-bounds_0.c: Remove. + * gcc.dg/lto/chkp-wrap-asm-name_0.c: Remove. + * gcc.dg/lto/lto.exp: Do not use mpx.exp. + * gcc.dg/lto/pr66221_0.c: Remove. + * gcc.target/i386/chkp-always_inline.c: Remove. + * gcc.target/i386/chkp-bndret.c: Remove. + * gcc.target/i386/chkp-builtins-1.c: Remove. + * gcc.target/i386/chkp-builtins-2.c: Remove. + * gcc.target/i386/chkp-builtins-3.c: Remove. + * gcc.target/i386/chkp-builtins-4.c: Remove. + * gcc.target/i386/chkp-const-check-1.c: Remove. + * gcc.target/i386/chkp-const-check-2.c: Remove. + * gcc.target/i386/chkp-hidden-def.c: Remove. + * gcc.target/i386/chkp-label-address.c: Remove. + * gcc.target/i386/chkp-lifetime-1.c: Remove. + * gcc.target/i386/chkp-narrow-bounds.c: Remove. + * gcc.target/i386/chkp-pr69044.c: Remove. + * gcc.target/i386/chkp-remove-bndint-1.c: Remove. + * gcc.target/i386/chkp-remove-bndint-2.c: Remove. + * gcc.target/i386/chkp-strchr.c: Remove. + * gcc.target/i386/chkp-strlen-1.c: Remove. + * gcc.target/i386/chkp-strlen-2.c: Remove. + * gcc.target/i386/chkp-strlen-3.c: Remove. + * gcc.target/i386/chkp-strlen-4.c: Remove. + * gcc.target/i386/chkp-strlen-5.c: Remove. + * gcc.target/i386/chkp-stropt-1.c: Remove. + * gcc.target/i386/chkp-stropt-10.c: Remove. + * gcc.target/i386/chkp-stropt-11.c: Remove. + * gcc.target/i386/chkp-stropt-12.c: Remove. + * gcc.target/i386/chkp-stropt-13.c: Remove. + * gcc.target/i386/chkp-stropt-14.c: Remove. + * gcc.target/i386/chkp-stropt-15.c: Remove. + * gcc.target/i386/chkp-stropt-16.c: Remove. + * gcc.target/i386/chkp-stropt-17.c: Remove. + * gcc.target/i386/chkp-stropt-2.c: Remove. + * gcc.target/i386/chkp-stropt-3.c: Remove. + * gcc.target/i386/chkp-stropt-4.c: Remove. + * gcc.target/i386/chkp-stropt-5.c: Remove. + * gcc.target/i386/chkp-stropt-6.c: Remove. + * gcc.target/i386/chkp-stropt-7.c: Remove. + * gcc.target/i386/chkp-stropt-8.c: Remove. + * gcc.target/i386/chkp-stropt-9.c: Remove. + * gcc.target/i386/i386.exp: Do not use mpx.exp. + * gcc.target/i386/indirect-thunk-11.c: Remove. + * gcc.target/i386/indirect-thunk-12.c: Remove. + * gcc.target/i386/indirect-thunk-attr-12.c: Remove. + * gcc.target/i386/indirect-thunk-attr-13.c: Remove. + * gcc.target/i386/indirect-thunk-bnd-1.c: Remove. + * gcc.target/i386/indirect-thunk-bnd-2.c: Remove. + * gcc.target/i386/indirect-thunk-bnd-3.c: Remove. + * gcc.target/i386/indirect-thunk-bnd-4.c: Remove. + * gcc.target/i386/interrupt-bnd-err-1.c: Remove. + * gcc.target/i386/interrupt-bnd-err-2.c: Remove. + * gcc.target/i386/mpx/alloca-1-lbv.c: Remove. + * gcc.target/i386/mpx/alloca-1-nov.c: Remove. + * gcc.target/i386/mpx/alloca-1-ubv.c: Remove. + * gcc.target/i386/mpx/arg-addr-1-lbv.c: Remove. + * gcc.target/i386/mpx/arg-addr-1-nov.c: Remove. + * gcc.target/i386/mpx/arg-addr-1-ubv.c: Remove. + * gcc.target/i386/mpx/bitfields-1-lbv.c: Remove. + * gcc.target/i386/mpx/bitfields-1-nov.c: Remove. + * gcc.target/i386/mpx/bitfields-1-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-1-lbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-1-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-1-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-2.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-lbounds-1-lbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-lbounds-1-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-lbounds-2.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-ubounds-1-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-ubounds-1-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-chk-ptr-ubounds-2.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-1.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-2-lbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-2-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-2-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-copy-ptr-bounds-3.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-get-ptr-lbound-1.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-get-ptr-lbound-2.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-get-ptr-ubound-1.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-get-ptr-ubound-2.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-init-ptr-bounds-1.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-init-ptr-bounds-2-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-init-ptr-bounds-3.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-1.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-2-lbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-2-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-2-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-3-lbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-3-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-3-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-narrow-ptr-bounds-4.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-null-ptr-bounds-1-bbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-1.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-2-lbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-2-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-2-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-1-lbv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-1-nov.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-1-ubv.c: Remove. + * gcc.target/i386/mpx/builtin-bnd-store-ptr-bounds-2.c: Remove. + * gcc.target/i386/mpx/calloc-1-lbv.c: Remove. + * gcc.target/i386/mpx/calloc-1-nov.c: Remove. + * gcc.target/i386/mpx/calloc-1-ubv.c: Remove. + * gcc.target/i386/mpx/chkp-fix-calls-1.c: Remove. + * gcc.target/i386/mpx/chkp-fix-calls-2.c: Remove. + * gcc.target/i386/mpx/chkp-fix-calls-3.c: Remove. + * gcc.target/i386/mpx/chkp-fix-calls-4.c: Remove. + * gcc.target/i386/mpx/chkp-thunk-comdat-1.cc: Remove. + * gcc.target/i386/mpx/chkp-thunk-comdat-2.cc: Remove. + * gcc.target/i386/mpx/chkp-thunk-comdat-3.c: Remove. + * gcc.target/i386/mpx/fastcall-1-lbv.c: Remove. + * gcc.target/i386/mpx/fastcall-1-nov.c: Remove. + * gcc.target/i386/mpx/fastcall-1-ubv.c: Remove. + * gcc.target/i386/mpx/fastcall-2-lbv.c: Remove. + * gcc.target/i386/mpx/fastcall-2-nov.c: Remove. + * gcc.target/i386/mpx/fastcall-2-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-1-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-1-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-1-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-10-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-10-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-10-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-2-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-2-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-2-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-3-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-3-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-3-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-4-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-4-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-4-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-5-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-5-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-5-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-6-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-6-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-6-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-7-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-7-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-7-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-8-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-8-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-8-ubv.c: Remove. + * gcc.target/i386/mpx/field-addr-9-lbv.c: Remove. + * gcc.target/i386/mpx/field-addr-9-nov.c: Remove. + * gcc.target/i386/mpx/field-addr-9-ubv.c: Remove. + * gcc.target/i386/mpx/frame-address-1-nov.c: Remove. + * gcc.target/i386/mpx/hard-reg-1-nov.c: Remove. + * gcc.target/i386/mpx/hard-reg-2-lbv.c: Remove. + * gcc.target/i386/mpx/hard-reg-2-nov.c: Remove. + * gcc.target/i386/mpx/hard-reg-2-ubv.c: Remove. + * gcc.target/i386/mpx/if-stmt-1-lbv.c: Remove. + * gcc.target/i386/mpx/if-stmt-1-nov.c: Remove. + * gcc.target/i386/mpx/if-stmt-1-ubv.c: Remove. + * gcc.target/i386/mpx/if-stmt-2-lbv.c: Remove. + * gcc.target/i386/mpx/if-stmt-2-nov.c: Remove. + * gcc.target/i386/mpx/if-stmt-2-ubv.c: Remove. + * gcc.target/i386/mpx/label-address-1.c: Remove. + * gcc.target/i386/mpx/legacy-1-nov.c: Remove. + * gcc.target/i386/mpx/macro.c: Remove. + * gcc.target/i386/mpx/malloc-1-lbv.c: Remove. + * gcc.target/i386/mpx/malloc-1-nov.c: Remove. + * gcc.target/i386/mpx/malloc-1-ubv.c: Remove. + * gcc.target/i386/mpx/memcpy-1.c: Remove. + * gcc.target/i386/mpx/memmove-1.c: Remove. + * gcc.target/i386/mpx/memmove-2.c: Remove. + * gcc.target/i386/mpx/memmove-zero-length.c: Remove. + * gcc.target/i386/mpx/mpx-check.h: Remove. + * gcc.target/i386/mpx/mpx-os-support.h: Remove. + * gcc.target/i386/mpx/mpx.exp: Remove. + * gcc.target/i386/mpx/nested-function-1-lbv.c: Remove. + * gcc.target/i386/mpx/nested-function-1-nov.c: Remove. + * gcc.target/i386/mpx/nested-function-1-ubv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-1-lbv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-1-nov.c: Remove. + * gcc.target/i386/mpx/pointer-arg-1-ubv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-2-lbv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-2-nov.c: Remove. + * gcc.target/i386/mpx/pointer-arg-2-ubv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-3-lbv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-3-nov.c: Remove. + * gcc.target/i386/mpx/pointer-arg-3-ubv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-4-lbv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-4-nov.c: Remove. + * gcc.target/i386/mpx/pointer-arg-4-ubv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-5-lbv.c: Remove. + * gcc.target/i386/mpx/pointer-arg-5-nov.c: Remove. + * gcc.target/i386/mpx/pointer-arg-5-ubv.c: Remove. + * gcc.target/i386/mpx/pointer-diff-1.c: Remove. + * gcc.target/i386/mpx/pointer-store-1-lbv.c: Remove. + * gcc.target/i386/mpx/pointer-store-1-nov.c: Remove. + * gcc.target/i386/mpx/pointer-store-1-ubv.c: Remove. + * gcc.target/i386/mpx/pr65508.c: Remove. + * gcc.target/i386/mpx/pr65531.cc: Remove. + * gcc.target/i386/mpx/pr66048.cc: Remove. + * gcc.target/i386/mpx/pr66134.c: Remove. + * gcc.target/i386/mpx/pr66566.c: Remove. + * gcc.target/i386/mpx/pr66567.c: Remove. + * gcc.target/i386/mpx/pr66568.c: Remove. + * gcc.target/i386/mpx/pr66569.c: Remove. + * gcc.target/i386/mpx/pr66581.c: Remove. + * gcc.target/i386/mpx/pr68337-1.c: Remove. + * gcc.target/i386/mpx/pr68337-2.c: Remove. + * gcc.target/i386/mpx/pr68416.c: Remove. + * gcc.target/i386/mpx/pr78339.c: Remove. + * gcc.target/i386/mpx/pr79631.c: Remove. + * gcc.target/i386/mpx/pr79633.c: Remove. + * gcc.target/i386/mpx/pr79753.c: Remove. + * gcc.target/i386/mpx/pr79770.c: Remove. + * gcc.target/i386/mpx/pr79987.c: Remove. + * gcc.target/i386/mpx/pr79988.c: Remove. + * gcc.target/i386/mpx/realloc-1-lbv.c: Remove. + * gcc.target/i386/mpx/realloc-1-nov.c: Remove. + * gcc.target/i386/mpx/realloc-1-ubv.c: Remove. + * gcc.target/i386/mpx/realloc-2-lbv.c: Remove. + * gcc.target/i386/mpx/realloc-2-nov.c: Remove. + * gcc.target/i386/mpx/realloc-2-ubv.c: Remove. + * gcc.target/i386/mpx/reference-1-lbv.cpp: Remove. + * gcc.target/i386/mpx/reference-1-nov.cpp: Remove. + * gcc.target/i386/mpx/reference-1-ubv.cpp: Remove. + * gcc.target/i386/mpx/reference-2-lbv.cpp: Remove. + * gcc.target/i386/mpx/reference-2-nov.cpp: Remove. + * gcc.target/i386/mpx/reference-2-ubv.cpp: Remove. + * gcc.target/i386/mpx/reference-3-lbv.cpp: Remove. + * gcc.target/i386/mpx/reference-3-nov.cpp: Remove. + * gcc.target/i386/mpx/reference-3-ubv.cpp: Remove. + * gcc.target/i386/mpx/reference-4-lbv.cpp: Remove. + * gcc.target/i386/mpx/reference-4-nov.cpp: Remove. + * gcc.target/i386/mpx/reference-4-ubv.cpp: Remove. + * gcc.target/i386/mpx/return-pointer-1-lbv.c: Remove. + * gcc.target/i386/mpx/return-pointer-1-nov.c: Remove. + * gcc.target/i386/mpx/return-pointer-1-ubv.c: Remove. + * gcc.target/i386/mpx/return-struct-1-lbv.c: Remove. + * gcc.target/i386/mpx/return-struct-1-nov.c: Remove. + * gcc.target/i386/mpx/return-struct-1-ubv.c: Remove. + * gcc.target/i386/mpx/return-struct-2-lbv.c: Remove. + * gcc.target/i386/mpx/return-struct-2-nov.c: Remove. + * gcc.target/i386/mpx/return-struct-2-ubv.c: Remove. + * gcc.target/i386/mpx/return-struct-3-lbv.c: Remove. + * gcc.target/i386/mpx/return-struct-3-nov.c: Remove. + * gcc.target/i386/mpx/return-struct-3-ubv.c: Remove. + * gcc.target/i386/mpx/return-struct-4-lbv.c: Remove. + * gcc.target/i386/mpx/return-struct-4-nov.c: Remove. + * gcc.target/i386/mpx/return-struct-4-ubv.c: Remove. + * gcc.target/i386/mpx/return-struct-5-lbv.c: Remove. + * gcc.target/i386/mpx/return-struct-5-nov.c: Remove. + * gcc.target/i386/mpx/return-struct-5-ubv.c: Remove. + * gcc.target/i386/mpx/return-struct-6-lbv.c: Remove. + * gcc.target/i386/mpx/return-struct-6-nov.c: Remove. + * gcc.target/i386/mpx/return-struct-6-ubv.c: Remove. + * gcc.target/i386/mpx/sincos-1-nov.c: Remove. + * gcc.target/i386/mpx/static-array-1-lbv.c: Remove. + * gcc.target/i386/mpx/static-array-1-nov.c: Remove. + * gcc.target/i386/mpx/static-array-1-ubv.c: Remove. + * gcc.target/i386/mpx/static-init-1-lbv.c: Remove. + * gcc.target/i386/mpx/static-init-1-nov.c: Remove. + * gcc.target/i386/mpx/static-init-1-ubv.c: Remove. + * gcc.target/i386/mpx/static-init-2-lbv.c: Remove. + * gcc.target/i386/mpx/static-init-2-nov.c: Remove. + * gcc.target/i386/mpx/static-init-2-ubv.c: Remove. + * gcc.target/i386/mpx/static-init-3-lbv.c: Remove. + * gcc.target/i386/mpx/static-init-3-nov.c: Remove. + * gcc.target/i386/mpx/static-init-3-ubv.c: Remove. + * gcc.target/i386/mpx/static-init-4-lbv.c: Remove. + * gcc.target/i386/mpx/static-init-4-nov.c: Remove. + * gcc.target/i386/mpx/static-init-4-ubv.c: Remove. + * gcc.target/i386/mpx/static-init-5-lbv.c: Remove. + * gcc.target/i386/mpx/static-init-5-nov.c: Remove. + * gcc.target/i386/mpx/static-init-5-ubv.c: Remove. + * gcc.target/i386/mpx/static-init-6-lbv.c: Remove. + * gcc.target/i386/mpx/static-init-6-nov.c: Remove. + * gcc.target/i386/mpx/static-init-6-ubv.c: Remove. + * gcc.target/i386/mpx/static-string-1-lbv.c: Remove. + * gcc.target/i386/mpx/static-string-1-nov.c: Remove. + * gcc.target/i386/mpx/static-string-1-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-1-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-1-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-1-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-10-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-10-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-10-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-2-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-2-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-2-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-3-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-3-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-3-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-4-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-4-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-4-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-5-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-5-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-5-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-6-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-6-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-6-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-7-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-7-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-7-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-8-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-8-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-8-ubv.c: Remove. + * gcc.target/i386/mpx/struct-arg-9-lbv.c: Remove. + * gcc.target/i386/mpx/struct-arg-9-nov.c: Remove. + * gcc.target/i386/mpx/struct-arg-9-ubv.c: Remove. + * gcc.target/i386/mpx/struct-copy-1-lbv.c: Remove. + * gcc.target/i386/mpx/struct-copy-1-nov.c: Remove. + * gcc.target/i386/mpx/struct-copy-1-ubv.c: Remove. + * gcc.target/i386/mpx/struct-copy-2-lbv.c: Remove. + * gcc.target/i386/mpx/struct-copy-2-nov.c: Remove. + * gcc.target/i386/mpx/struct-copy-2-ubv.c: Remove. + * gcc.target/i386/mpx/thread-local-var-1-lbv.c: Remove. + * gcc.target/i386/mpx/thread-local-var-1-nov.c: Remove. + * gcc.target/i386/mpx/thread-local-var-1-ubv.c: Remove. + * gcc.target/i386/mpx/union-arg-1-lbv.c: Remove. + * gcc.target/i386/mpx/union-arg-1-nov.c: Remove. + * gcc.target/i386/mpx/union-arg-1-ubv.c: Remove. + * gcc.target/i386/mpx/va-arg-pack-1-lbv.c: Remove. + * gcc.target/i386/mpx/va-arg-pack-1-nov.c: Remove. + * gcc.target/i386/mpx/va-arg-pack-1-ubv.c: Remove. + * gcc.target/i386/mpx/va-arg-pack-2-lbv.c: Remove. + * gcc.target/i386/mpx/va-arg-pack-2-nov.c: Remove. + * gcc.target/i386/mpx/va-arg-pack-2-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-1-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-1-nov.c: Remove. + * gcc.target/i386/mpx/vararg-1-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-2-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-2-nov.c: Remove. + * gcc.target/i386/mpx/vararg-2-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-3-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-3-nov.c: Remove. + * gcc.target/i386/mpx/vararg-3-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-4-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-4-nov.c: Remove. + * gcc.target/i386/mpx/vararg-4-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-5-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-5-nov.c: Remove. + * gcc.target/i386/mpx/vararg-5-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-6-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-6-nov.c: Remove. + * gcc.target/i386/mpx/vararg-6-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-7-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-7-nov.c: Remove. + * gcc.target/i386/mpx/vararg-7-ubv.c: Remove. + * gcc.target/i386/mpx/vararg-8-lbv.c: Remove. + * gcc.target/i386/mpx/vararg-8-nov.c: Remove. + * gcc.target/i386/mpx/vararg-8-ubv.c: Remove. + * gcc.target/i386/mpx/vla-1-lbv.c: Remove. + * gcc.target/i386/mpx/vla-1-nov.c: Remove. + * gcc.target/i386/mpx/vla-1-ubv.c: Remove. + * gcc.target/i386/mpx/vla-2-lbv.c: Remove. + * gcc.target/i386/mpx/vla-2-nov.c: Remove. + * gcc.target/i386/mpx/vla-2-ubv.c: Remove. + * gcc.target/i386/mpx/vla-trailing-1-lbv.c: Remove. + * gcc.target/i386/mpx/vla-trailing-1-nov.c: Remove. + * gcc.target/i386/mpx/vla-trailing-1-ubv.c: Remove. + * gcc.target/i386/pr63995-2.c: Remove. + * gcc.target/i386/pr64805.c: Remove. + * gcc.target/i386/pr65044.c: Remove. + * gcc.target/i386/pr65167.c: Remove. + * gcc.target/i386/pr65183.c: Remove. + * gcc.target/i386/pr65184.c: Remove. + * gcc.target/i386/pr65523.c: Remove. + * gcc.target/i386/pr70876.c: Remove. + * gcc.target/i386/pr70877.c: Remove. + * gcc.target/i386/pr71458.c: Remove. + * gcc.target/i386/pr80880.c: Remove. + * gcc.target/i386/ret-thunk-25.c: Remove. + * gcc.target/i386/thunk-retbnd.c: Remove. + * lib/mpx-dg.exp: Remove. + * gcc.target/i386/funcspec-56.inc: Adjust test case. + +2018-06-07 Carl Love + + * gcc.target/powerpc/builtins-3-p9-runnable.c: Add debug print + statements. + +2018-06-07 Carl Love + + * gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c (dg-error): Update expected + error message. + +2018-06-07 Marek Polacek + + PR c/85318 + * gcc.dg/Wc90-c99-compat-10.c: New test. + * gcc.dg/Wc90-c99-compat-11.c: New test. + * gcc.dg/Wc90-c99-compat-12.c: New test. + * gcc.dg/Wc90-c99-compat-9.c: New test. + +2018-06-07 Paul Koning + + * gcc.c-torture/compile/20180605-1.c: New test. + +2018-06-07 Steven G. Kargl + + PR fortran/86045 + * gfortran.dg/pr86045.f90: New test. + +2018-06-07 Marek Polacek + + * g++.dg/cpp0x/range-for9.C: Adjust dg-error. + +2018-06-07 Olga Makhotina + + * gcc.target/i386/funcspec-56.inc: Test arch=tremont. + +2018-06-07 Jozef Lawrynowicz + + * gcc.target/msp430/msp430i-device-symbol.c: New test. + * gcc.target/msp430/msp430f-device-symbol.c: New test. + * gcc.target/msp430/msp430.h: New test header file. + +2018-06-07 Jakub Jelinek + + PR tree-optimization/69615 + * gcc.dg/tree-ssa/pr69615.c: New test. + +2018-06-07 Richard Biener + + PR tree-optimization/85935 + * gcc.dg/graphite/pr85935.c: New testcase. + +2018-06-04 Carl Love + + * gcc.target/powerpc/builtins-8-p9-runnable.c: Add additional + debug print statements. Fix a few formating issues. + +2018-06-06 Michael Meissner + + PR target/85657 + * gcc.target/powerpc/pr85657-4.c: New tests. + * gcc.target/powerpc/pr85657-5.c: Likewise. + * gcc.target/powerpc/pr85657-6.c: Likewise. + +2018-06-06 Thomas Koenig + + PR fortran/85641 + * gfortran.dg/realloc_on_assign_30.f90: New test. + +2018-06-06 Carl Love + * gcc.target/powerpc/builtins-7-p9-runnable.c: Change first + argument to vui_arg. + +2018-06-06 Carl Love + + * gcc.target/powerpc/builtins-3.c: Move tests requiring -mvsx + to builtins-4.c. + * gcc.target/powerpc/builtins-4.c: New test file for tests + that need -mvsx. + +2018-06-06 Michael Meissner + + PR target/85657 + * g++.dg/pr85657.C: Only test whether __ibm128 and long double can + be used in templates. Don't check for them in overloaded functions. + +2018-06-06 Jim Wilson + + * gcc.target/riscv/interrupt-5.c (sub3): Add new test. + * gcc.target/riscv/interrupt-mmode.c: New. + * gcc.target/riscv/interrupt-smode.c: New. + * gcc.target/riscv/interrupt-umode.c: New. + +2018-06-06 Marek Polacek + + PR c++/85977 + * g++.dg/cpp0x/initlist102.C: New test. + * g++.dg/cpp0x/initlist103.C: New test. + * g++.dg/cpp0x/initlist104.C: New test. + +2018-06-06 Eric Botcazou + + * gcc.dg/torture/pr86066.c: New test. + +2018-06-06 Richard Biener + + PR tree-optimization/86062 + * g++.dg/tree-ssa/pr86062.C: New testcase. + +2018-06-06 Jozef Lawrynowicz + + * gcc.target/msp430/function-attributes-4.c: New test. + * gcc.target/msp430/static-interrupts.c: New test. + +2018-06-05 Steve Ellcey + + PR target/79924 + * gcc.target/aarch64/mgeneral-regs_1.c: Update error message. + * gcc.target/aarch64/mgeneral-regs_2.c: Ditto. + * gcc.target/aarch64/mgeneral-regs_3.c: Ditto. + * gcc.target/aarch64/nofp_1.c: Ditto. + +2018-06-05 Andre Vieira + + * gcc.target/arm/cmse/cmse-1c99.c: New test. + +2018-06-05 Cesar Philippidis + + PR fortran/85701 + * gfortran.dg/goacc/pr85701.f90: New test. + +2018-06-05 Marek Polacek + + PR c++/85976 + * g++.dg/cpp0x/alias-decl-64.C: New test. + +2018-06-05 Richard Biener + + PR tree-optimization/86046 + * gcc.dg/pr86046.c: New testcase. + +2018-06-05 Richard Biener + + PR tree-optimization/86047 + * gcc.dg/pr86047.c: New testcase. + +2018-06-05 Kyrylo Tkachov + + PR target/81497 + * g++.target/arm/arm.exp: New file. + * g++.target/arm/pr81497.C: Likewise. + +2018-06-05 Andreas Krebbel + + * gcc.target/s390/htm-builtins-compile-4.c: New test. + +2018-06-04 Eric Botcazou + + * gcc.dg/store_merging_21.c: New test. + * gnat.dg/opt71b.adb: Likewise. + * gnat.dg/opt71.adb: Rename into... + * gnat.dg/opt71a.adb: ...this. + +2018-06-04 Richard Biener + + PR tree-optimization/85955 + * gcc.dg/pr85955.c: New testcase. + +2018-06-04 Steven G. Kargl + + PR fortran/85981 + * gfortran.dg/allocate_alloc_opt_14.f90: New test. + * gfortran.dg/allocate_alloc_opt_1.f90: Update error string. + * gfortran.dg/allocate_stat_2.f90: Ditto. + * gfortran.dg/deallocate_alloc_opt_1.f90: Ditto. + +2018-06-04 Richard Sandiford + + * gcc.target/aarch64/sve/extract_5.c: New test. + +2018-06-04 Jakub Jelinek + + PR target/85832 + PR target/86036 + * gcc.target/i386/avx512f-pr85832.c: Expect vptestnm rather than + vptestm. + * gcc.target/i386/avx512vl-pr85832.c: Likewise. + * gcc.target/i386/avx512vlbw-pr85832.c: Likewise. + * gcc.target/i386/avx512bw-pr85832.c: Likewise. + * gcc.target/i386/avx512bw-pr86036.c: New test. + +2018-06-04 Richard Biener + + PR tree-optimization/86038 + * gcc.dg/pr86038.c: New testcase. + +2018-06-04 Jakub Jelinek + + PR tree-optimization/69615 + * gcc.dg/pr69615.c: New test. + + PR c++/86025 + * c-c++-common/gomp/pr86025.c: New test. + +2018-06-03 Andreas Schwab + + * gcc.target/powerpc/altivec-7.c: Remove extra brace. + +2018-06-03 Eric Botcazou + + * gcc.dg/torture/pr86034.c: New test. + +2018-06-03 Paul Thomas + + PR fortran/36497 + * gfortran.dg/cray_pointer_12.f90: New test. + +2018-06-02 Steven G. Kargl + + PR fortran/85938 + * gfortran.dg/pr85938.f90: Fixed by revision r261081 + +2018-06-02 Eric Botcazou + + * gnat.dg/specs/opt3.ads: New test. + * gnat.dg/specs/opt3_pkg.ads: New helper. + +2018-06-02 Eric Botcazou + + * gnat.dg/discr53.ad[sb]: New test. + * gnat.dg/discr53_pkg.ads: New helper. + +2018-06-01 Carl Love + + * gcc.target/powerpc/vsx-vector-6-be.p7.c: New test file. + * gcc.target/powerpc/vsx-vector-6-be.p8.c: New test file. + +2018-06-01 Carl Love + + * gcc.target/powerpc/altivec-12.c (main): Fix declaration of ucz + to make it consistent with the naming convention in the file. + * gcc.target/powerpc/altivec-7-be.c: Move BE specific checks + to altivec-7.c. Delete file. + * gcc.target/powerpc/altivec-7-le.c: Move LE specific checks + to altivec-7.c. Delete file. + * gcc.target/powerpc/altivec-7.h: Move to altivec-7.c. + * gcc.target/powerpc/altivec-7.c (main): Add vec_unpackh and + vec_unpackl tests. Update instruction counts. + * gcc.target/powerpc/builtins-1-le.c: Move LE specific checks to + tests to builtins-1.c. + * gcc.target/powerpc/builtins-1-be.c: Move BE specific + tests to builtins-1.c. + * gcc.target/powerpc/builtins-1.h: Move to file builtins-1.c. + * gcc.target/powerpc/builtins-1.c (main): Add test case for vec_and. + vec_round, vec_rsqrt, vec_rsqrte, vec_mergee, vec_mergh, vec_mergo. + Remove vec_ctf tests returning double. Remove vec_cts with + double args. Remove vec_sel with invalid arguments. Add tests for + vec_splat. + Add instruction counts for new tests. + * gcc.target/powerpc/builtins-3-runnable.c (main): Add test for + vec_doublee, vec_doubleo, vec_doublel, vec_doubleh, vec_signed, + vec_unsigned. + * gcc.target/powerpc/builtins-3.c: Add tests test_sll_vuill_vuill_vuc, + test_sll_vsill_vsill_vuc. + * gcc.target/powerpc/p9-xxbr-2.c (rev_bool_long_long): Added test for + vec_revb. + * gcc.target/powerpc/vsx-7.h: Rename to vsx-7.c. Remove redundant + tests from altivec-7.h. + * gcc.target/powerpc/vsx-7-be.c: Remove file. + * gcc.target/powerpc/vsx-builtin-7.c: Add test functions splat_sc_s8, + splat_uc_u8, splat_ssi_s16, splat_usi_s16, splat_si_s32, splat_ui_u32, + splat_sll, splat_uc, splat_int128, splat_uint128. + Make second argument of vec_extract and vec_insert a signed int. + * gcc.target/powerpc/vsx-vector-5.c (vrint): Add vrint test for float + argument. + +2018-06-01 Eric Botcazou + + * gcc.dg/store_merging_20.c: New test. + * gnat.dg/opt71.adb: Likewise. + * gnat.dg/opt71_pkg.ads: New helper. + +2018-06-01 Carl Love + + * gcc.target/powerpc/altivec-35.c (foo): Add builtin test vec_madds. + * gcc.target/powerpc/builtins-6-runnable.c (main): Fix typo for output. + Add vec_xst_be for signed and unsigned arguments. + +2018-06-01 Steven G. Kargl + + PR fortran/85816 + PR fortran/85975 + * gfortran.dg/pr85816.f90: New test. + * gfortran.dg/pr85975.f90: New test. + +2018-06-01 Steven G. Kargl + + PR fortran/63570 + * gfortran.dg/random_init_1.f90: New test. + * gfortran.dg/random_init_2.f90: New test. + * gfortran.dg/random_init_3.f90: New test. + * gfortran.dg/random_init_4.f90: New test. + * gfortran.dg/random_init_5.f90: New test. + * gfortran.dg/random_init_6.f90: New test. + +2018-06-01 Richard Sandiford + + PR tree-optimization/85989 + * gcc.dg/torture/pr85989.c: New test. + +2018-06-01 Richard Biener + + PR middle-end/86017 + * gcc.dg/tree-ssa/pr86017.c: New testcase. + +2018-06-01 Richard Biener + + PR ipa/85960 + * gcc.dg/ipa/ipa-pta-19.c: New testcase. + +2018-05-31 Qing Zhao + + PR middle-end/78809 + * gcc.dg/strcmpopt_2.c: New test. + * gcc.dg/strcmpopt_3.c: New test. + + PR middle-end/83026 + * gcc.dg/strcmpopt_3.c: New test. + +2018-05-31 Jakub Jelinek + + PR target/85984 + * gcc.target/i386/pr85984.c: New test. + +2018-05-31 Martin Sebor + + PR c/82063 + * gcc.dg/Walloc-size-larger-than-1.c: New test. + * gcc.dg/Walloc-size-larger-than-10.c: New test. + * gcc.dg/Walloc-size-larger-than-11.c: New test. + * gcc.dg/Walloc-size-larger-than-12.c: New test. + * gcc.dg/Walloc-size-larger-than-13.c: New test. + * gcc.dg/Walloc-size-larger-than-14.c: New test. + * gcc.dg/Walloc-size-larger-than-15.c: New test. + * gcc.dg/Walloc-size-larger-than-16.c: New test. + * gcc.dg/Walloc-size-larger-than-17.c: New test. + * gcc.dg/Walloc-size-larger-than-2.c: New test. + * gcc.dg/Walloc-size-larger-than-3.c: New test. + * gcc.dg/Walloc-size-larger-than-4.c: New test. + * gcc.dg/Walloc-size-larger-than-5.c: New test. + * gcc.dg/Walloc-size-larger-than-6.c: New test. + * gcc.dg/Walloc-size-larger-than-7.c: New test. + * gcc.dg/Walloc-size-larger-than-8.c: New test. + * gcc.dg/Walloc-size-larger-than-9.c: New test. + * gcc.dg/Walloc-size-larger-than.c: New test. + +2018-05-31 Chung-Lin Tang + Cesar Philippidis + + PR middle-end/85879 + * gfortran.dg/goacc/pr77371-1.f90: New test. + * gfortran.dg/goacc/pr77371-2.f90: New test. + * gfortran.dg/goacc/pr85879.f90: New test. + +2018-05-31 Eric Botcazou + + * gnat.dg/stack_usage1.adb: Replace -fstack-usage with -Wstack-usage. + * gnat.dg/stack_usage1b.adb: Likewise. + * gnat.dg/stack_usage1c.adb: Likewise. + * gnat.dg/stack_usage3.adb: Likewise. + * gnat.dg/stack_usage1_pkg.adb: Delete. + +2018-05-31 Eric Botcazou + + * gcc.dg/store_merging_10.c: Turn dg-do compile into dg-do run. + * gcc.dg/store_merging_11.c: Likewise. + * gcc.dg/store_merging_13.c: Likewise. + * gcc.dg/store_merging_14.c: Likewise. + * gcc.dg/store_merging_15.c: Likewise. + * gcc.dg/store_merging_16.c: Likewise. Remove local variable. + +2018-05-31 Ed Schonberg + + * gnat.dg/limited1.adb, gnat.dg/limited1_inner.adb, + gnat.dg/limited1_inner.ads, gnat.dg/limited1_outer.adb, + gnat.dg/limited1_outer.ads: New testcase. + +2018-05-31 Hristian Kirtchev + + * gnat.dg/tampering_check1.adb, gnat.dg/tampering_check1_ivectors.ads, + gnat.dg/tampering_check1_trim.adb, gnat.dg/tampering_check1_trim.ads: + New testcase. + +2018-05-31 Eric Botcazou + + * gnat.dg/size_clause1.adb: New testcase. + +2018-05-31 Javier Miranda + + * gnat.dg/tagged1.adb, gnat.dg/tagged1.ads: New testcase. + +2018-05-31 Sameera Deshpande + + * gcc.target/aarch64/advsimd-intrinsics/vld1x3.c: New test for + vld1x3 intrinsics for aarch64. + * gcc.target/aarch64/advsimd-intrinsics/vst1x2.c: New test for + vst1x2 intrinsics for aarch64. + * gcc.target/aarch64/advsimd-intrinsics/vst1x3.c: New test for + vst1x3 intrinsics for aarch64. + +2018-05-30 Jonathan Wakely + + PR c++/77777 + * g++.dg/diagnostic/pr77777.C: New test. + +2018-05-30 David Pagan + + PR c/55976 + * gcc.dg/noncompile/pr55976-1.c: New test. + * gcc.dg/noncompile/pr55976-2.c: New test. + +2018-05-30 Jan Hubicka + + * gcc.dg/lto/20111213-1_0.c: Fix template. + * gcc.dg/lto/20100603-1_0.c: Fix template. + * gcc.dg/lto/20100603-2_0.c: Fix template. + * gcc.dg/lto/20100603-3_0.c: Fix template. + + * g++.dg/lto/20081109-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20081118_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20081119-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20081120-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20081120-2_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20081123_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20081204-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20081219_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20090302_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20090313_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20091002-2_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20091002-3_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20091026-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20100724-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20101010-4_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20101015-2_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/20110311-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/pr45621_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/pr48042_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/pr48354-1_0.C: Add -flinker-output=nolto-rel. + * g++.dg/lto/pr54625-1_0.c: Add -flinker-output=nolto-rel. + * g++.dg/lto/pr54625-2_0.c: Add -flinker-output=nolto-rel. + * g++.dg/lto/pr68811_0.C: Add -flinker-output=nolto-rel. + * g++.dg/torture/pr43760.C: New test. Add -flinker-output=nolto-rel. + * gcc.dg/lto/20081120-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20081120-2_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20081126_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20081204-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20081204-2_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20081212-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20081224_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20090116_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20090126-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20090126-2_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20090206-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20090219_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20091013-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20091014-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20091015-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20091016-1_0.c: Add -flinker-output=nolto-rel. + * gcc.dg/lto/20091020-1_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20091020-2_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20091027-1_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20100426_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20100430-1_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20100603-1_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20100603-2_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20100603-3_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/20111213-1_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr45736_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr52634_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr54702_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr59323-2_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr59323_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr60820_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr81406_0.c: Add -flinker-output-nolto-rel. + * gcc.dg/lto/pr83388_0.c: Add -flinker-output-nolto-rel. + * gfortran.dg/lto/20091016-1_0.f90: Add -flinker-output-nolto-rel. + * gfortran.dg/lto/20091028-1_0.f90: Add -flinker-output-nolto-rel. + * gfortran.dg/lto/20091028-2_0.f90: Add -flinker-output-nolto-rel. + * gfortran.dg/lto/pr46911_0.f: Add -flinker-output-nolto-rel. + * gfortran.dg/lto/pr47839_0.f90: Add -flinker-output-nolto-rel. + +2018-05-30 Andre Vieira + + Revert: + * gcc/target/aarch64/store_v2vec_lanes.c: Add extra tests. + +2017-05-30 Jackson Woodruff + + * gcc.target/aarch64/simd/ldp_stp_9: New. + * gcc.target/aarch64/simd/ldp_stp_10: New. + * gcc.target/aarch64/simd/ldp_stp_11: New. + * gcc.target/aarch64/simd/ldp_stp_12: New. + +2018-05-30 Ed Schonberg + + * gnat.dg/tls1.adb, gnat.dg/tls1_pkg.ads: New testcase. + +2018-05-30 Hristian Kirtchev + + * gnat.dg/synchronized1.adb, gnat.dg/synchronized1.ads: New testcase. + +2018-05-29 Uros Bizjak + + PR target/85950 + * gcc.target/i386/pr85950.c: New test. + +2018-05-29 Marek Polacek + + PR c++/85883 + * g++.dg/cpp1z/class-deduction55.C: New test. + * g++.dg/cpp1z/class-deduction56.C: New test. + * g++.dg/cpp1z/class-deduction57.C: New test. + +2018-05-29 Jakub Jelinek + + PR c++/85952 + * g++.dg/warn/Wunused-var-33.C: New test. + + PR target/85918 + * gcc.target/i386/avx512dq-pr85918.c: Add -mprefer-vector-width=512 + and -fno-vect-cost-model options. Add aligned(64) attribute to the + arrays. Add suffix 1 to all functions and use 4 iterations rather + than N. Add functions with conversions to and from float. + Add new set of functions with 8 iterations and another one + with 16 iterations, expect 24 vectorized loops instead of just 4. + * gcc.target/i386/avx512dq-pr85918-2.c: New test. + +2018-05-29 Javier Miranda + + * gnat.dg/equal2.adb: New testcase. + +2018-05-29 Ed Schonberg + + * gnat.dg/float_attributes_overflows.adb: New testcase. + +2018-05-29 Pascal Obry + + * gnat.dg/normalize_pathname.adb: New testcase. + +2018-05-29 Tom de Vries + + * lib/scanasm.exp (scan-assembler-times): Use proc name in error + message. + * lib/scanipa.exp (scan-ipa-dump-times): Same. + * lib/scanrtl.exp (scan-rtl-dump-times): Same. + * lib/scantree.exp (scan-tree-dump-times): Same. + +2018-05-29 Tom de Vries + + * lib/scanasm.exp (scan-stack-usage, scan-stack-usage-not) + (scan-ada-spec, scan-ada-spec-not, scan-lto-assembler): + Use proc name as first argument to dg-scan. + +2018-05-29 Tom de Vries + + * lib/scanasm.exp (scan-hidden, scan-not-hidden): Handle being called + with no arguments. + +2018-05-28 Richard Biener + + PR tree-optimization/85934 + * gcc.target/i386/pr85934.c: New testcase. + +2018-05-28 Eric Botcazou + + * gnat.dg/renaming12.adb, gnat.dg/renaming12.ads: New testcase. + +2018-05-28 Eric Botcazou + + * gnat.dg/rep_clause6.adb, gnat.dg/rep_clause6.ads: New testcase. + +2018-05-28 Ed Schonberg + + * gnat.dg/fixedpnt5.adb: New testcase. + +2018-05-28 Justin Squirek + + * gnat.dg/array31.adb: New testcase. + +2018-05-28 Justin Squirek + + * gnat.dg/warn15-core-main.adb, gnat.dg/warn15-core.ads, + gnat.dg/warn15-interfaces.ads, gnat.dg/warn15.ads: New testcase. + +2018-05-27 Steven G. Kargl + + * gfortran.dg/data_stmt_pointer.f90: new test. + +2018-05-27 Jakub Jelinek + + PR target/85918 + * gcc.target/i386/avx512dq-pr85918.c: New test. + +2018-05-25 Jim Wilson + + * gcc.target/riscv/interrupt-1.c: New. + * gcc.target/riscv/interrupt-2.c: New. + * gcc.target/riscv/interrupt-3.c: New. + * gcc.target/riscv/interrupt-4.c: New. + * gcc.target/riscv/interrupt-5.c: New. + +2018-05-25 Steven G. Kargl + + PR fortran/85786 + * gfortran.dg/pr85786.f90: New test. + +2018-05-25 Paul Koning + + * gcc.c-torture/compile/20151204.c: Skip if pdp11. + * gcc.c-torture/compile/pr55921.c: Ditto. + * gcc.c-torture/compile/pr60655-1.c: Ditto. + * gcc.c-torture/compile/vector-align-1.c: Add max alignment if pdp11. + +2018-05-25 Jakub Jelinek + + PR target/85832 + * gcc.target/i386/avx512f-pr85832.c: New test. + * gcc.target/i386/avx512vl-pr85832.c: New test. + * gcc.target/i386/avx512bw-pr85832.c: New test. + * gcc.target/i386/avx512vlbw-pr85832.c: New test. + +2018-05-25 Bin Cheng + + PR tree-optimization/85720 + * gcc.dg/tree-ssa/pr85720.c: New test. + * gcc.target/i386/avx256-unaligned-store-2.c: Disable loop pattern + distribution. + +2018-05-25 Martin Liska + + PR testsuite/85911 + * gcc.dg/tree-prof/update-loopch.c: Do not scan + for 'Removing basic block'. + +2018-05-25 Patrick Bernardi + + * gnat.dg/sec_stack1.adb: New testcase. + +2018-05-25 Ed Schonberg + + * gnat.dg/fixedpnt4.adb: New testcase. + +2018-05-25 Javier Miranda + + * gnat.dg/interface7.adb: New testcase. + +2018-05-25 Hristian Kirtchev + + * gnat.dg/sec_stack2.adb: New testcase. + +2018-05-25 Ed Schonberg + + * gnat.dg/interface6.adb: New testcase. + +2018-05-25 Ed Schonberg + + * gnat.dg/static_pred1.adb, gnat.dg/static_pred1.ads: New testcase. + +2018-05-25 Richard Sandiford + + * lib/target-supports.exp + (check_effective_target_vect_double_cond_arith): Include + multiplication and division. + * gcc.dg/vect/pr53773.c: Do not expect a scalar tail when using + fully-masked loops with a fixed vector length. + * gcc.dg/vect/vect-cond-arith-1.c: Add multiplication and division + tests. + * gcc.target/aarch64/sve/vcond_8.c: Likewise. + * gcc.target/aarch64/sve/vcond_9.c: Likewise. + * gcc.target/aarch64/sve/vcond_12.c: Add multiplication tests. + +2018-05-25 Richard Sandiford + + * gcc.target/aarch64/sve/div_1.c: New test. + * gcc.target/aarch64/sve/div_1_run.c: Likewise. + * gcc.target/aarch64/sve/mul_highpart_2.c: Likewise. + * gcc.target/aarch64/sve/mul_highpart_2_run.c: Likewise. + +2018-05-25 Richard Sandiford + + * gcc.dg/vect/bb-slp-div-1.c: New XFAILed test. + +2018-05-25 Richard Sandiford + + * lib/target-supports.exp + (check_effective_target_vect_double_cond_arith): New proc. + * gcc.dg/vect/vect-cond-arith-1.c: New test. + * gcc.target/aarch64/sve/vcond_8.c: Likewise. + * gcc.target/aarch64/sve/vcond_8_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_9.c: Likewise. + * gcc.target/aarch64/sve/vcond_9_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_12.c: Likewise. + * gcc.target/aarch64/sve/vcond_12_run.c: Likewise. + +2018-05-25 Janus Weil + + PR fortran/85839 + * gfortran.dg/f2018_obs.f90: New test case. + +2018-05-24 Steven G. Kargl + + PR fortran/85543 + * gfortran.dg/pr85543.f90: New test. + +2018-05-24 Steven G. Kargl + + PR fortran/85780 + * gfortran.dg/pr85780.f90: New test. + +2018-05-24 Steven G. Kargl + + PR fortran/85779 + * gfortran.dg/pr85779_1.f90: New test. + * gfortran.dg/pr85779_2.f90: Ditto. + * gfortran.dg/pr85779_3.f90: Ditto. + +2018-05-24 Steven G. Kargl + + PR fortran/85895 + + * gfortran.dg/coarray_3.f90: Fix invalid testcase. + * gfortran.dg/pr85895.f90: New test. + +2018-05-24 Uros Bizjak + + * gcc.target/i386/avx512f-vcvtusi2sd64-1.c: Update scan string. + * gcc.target/i386/avx512f-vcvtusi2ss64-1.c: Ditto. + +2018-05-24 Roger Sayle + + * gcc.dg/fold-popcount-1.c: New testcase. + * gcc.dg/fold-popcount-2.c: New testcase. + * gcc.dg/fold-popcount-3.c: New testcase. + * gcc.dg/fold-popcount-4.c: New testcase. + +2018-05-24 Marek Polacek + + PR c++/85847 + * g++.dg/cpp0x/new3.C: New test. + +2018-05-24 Javier Miranda + + * gnat.dg/discr52.adb: New testcase. + +2018-05-24 Ed Schonberg + + * gnat.dg/others1.adb: New testcase. + +2018-05-24 Justin Squirek + + * gnat.dg/raise_expr.adb: New testcase. + +2018-05-24 Hristian Kirtchev + + * gnat.dg/formal_containers.adb: New testcase. + +2018-05-24 Rainer Orth + + * gcc.target/i386/pr85345.c: Require ifunc support. + +2018-05-24 Richard Sandiford + + * gcc.dg/vect/vect-fma-1.c: New test. + +2018-05-24 Rainer Orth + + * gcc.dg/tree-prof/update-loopch.c: Fix dumpfile name in + scan-tree-dump*. + +2018-05-24 Andre Vieira + + PR target/83009 + * gcc/target/aarch64/store_v2vec_lanes.c: Add extra tests. + +2018-05-23 Jozef Lawrynowicz + + PR target/78849 + * gcc.target/msp430/msp430.exp: Remove -pedantic-errors from + DEFAULT_CFLAGS. + * gcc.target/msp430/pr78849.c: New test. + +2018-05-23 Marek Polacek + + * g++.dg/cpp2a/range-for8.C: New test. + * g++.dg/cpp2a/range-for9.C: New test. + * g++.dg/cpp2a/range-for10.C: New test. + +2017-05-23 Segher Boessenkool + + * lib/target-supports.exp (check_effective_target_be): New. + (check_effective_target_le): New. + +2018-05-23 Marek Polacek + + * g++.dg/cpp2a/range-for1.C: New test. + * g++.dg/cpp2a/range-for2.C: New test. + * g++.dg/cpp2a/range-for3.C: New test. + * g++.dg/cpp2a/range-for4.C: New test. + * g++.dg/cpp2a/range-for5.C: New test. + * g++.dg/cpp2a/range-for6.C: New test. + * g++.dg/cpp2a/range-for7.C: New test. + +2018-05-23 Uros Bizjak + + * gcc.target/i386/cvt-3.c: New test. + +2018-05-23 Uros Bizjak + + * gcc.target/i386/cvt-2.c: New test. + +2018-05-23 Alexander Monakov + + * gcc.dg/pr79985.c: New testcase. + +2018-05-23 Richard Biener + + * gcc.dg/tree-ssa/ssa-fre-66.c: New testcase. + +2018-05-23 Sudakshina Das + + PR target/84882 + * gcc.target/aarch64/pr84882.c: New test. + * gcc.target/aarch64/target_attr_18.c: Likewise. + +2018-05-23 Richard Sandiford + + PR tree-optimization/85853 + * gfortran.dg/vect/pr85853.f90: New test. + +2018-05-23 Hristian Kirtchev + + * gnat.dg/import2.adb: New testcase. + +2018-05-23 Ed Schonberg + + * gnat.dg/discr51.adb: New testcase. + +2018-05-23 Javier Miranda + + * gnat.dg/valid_scalars1.adb: New testcase. + +2018-05-23 Ed Schonberg + + * gnat.dg/iter1.adb, gnat.dg/iter1.ads: New testcase. + +2018-05-23 Hristian Kirtchev + + * gnat.dg/elab5.adb, gnat.dg/elab5_pkg.adb, gnat.dg/elab5_pkg.ads: New + testcase. + +2018-05-23 Hristian Kirtchev + + * gnat.dg/elab4.adb, gnat.dg/elab4_pkg.adb, gnat.dg/elab4_pkg.ads: New + testcase. + +2018-05-23 Bob Duff + + * gnat.dg/addr10.adb: New testcase. + +2018-05-23 Richard Biener + + PR middle-end/85874 + * gcc.dg/Wstrict-overflow-27.c: New testcase. + +2018-05-23 Yury Gribov + + PR tree-optimization/85822 + * c-c++-common/pr85822.c: New test. + +2018-05-23 Richard Biener + + * gcc.dg/tree-ssa/ssa-fre-65.c: New testcase. + +2018-05-22 Janus Weil + + PR fortran/85841 + * gfortran.dg/pr30667.f: Add option "-std=legacy". + +2018-05-22 Martin Sebor + + PR middle-end/85359 + * gcc.dg/attr-nonstring.c: New test. + +2018-05-22 H.J. Lu + + PR target/85345 + * gcc.target/i386/pr85345.c: New test. + +2018-05-22 Luis Machado + + * gcc.target/aarch64/lsl_asr_sbfiz.c: New test. + +2018-05-22 Janus Weil + + PR fortran/85841 + * gfortran.dg/gomp/appendix-a/a.6.1.f90: Replace dg-options by + dg-additional-options. + * gfortran.dg/graphite/block-2.f: Ditto. + * gfortran.dg/graphite/id-19.f: Ditto. + * gfortran.dg/vect/Ofast-pr50414.f90: Ditto. + * gfortran.dg/vect/cost-model-pr34445a.f: Ditto. + * gfortran.dg/vect/pr52580.f: Ditto. + +2018-05-22 Jackson Woodruff + + * gcc.target/aarch64/ldp_stp_6.c: New. + * gcc.target/aarch64/ldp_stp_7.c: New. + * gcc.target/aarch64/ldp_stp_8.c: New. + +2018-05-22 Martin Sebor + + PR c/85623 + * c-c++-common/attr-nonstring-3.c: Adjust. + * c-c++-common/attr-nonstring-4.c: Adjust. + * c-c++-common/attr-nonstring-6.c: New test. + +2018-05-22 Martin Sebor + + PR tree-optimization/85826 + * gcc.dg/Wrestrict-17.c: New test. + +2018-05-22 Richard Sandiford + + * gcc.dg/torture/pr85862.c: Rename to... + * gcc.dg/torture/pr85852.c: ...this. + +2018-05-22 Justin Squirek + + * gnat.dg/warn14.adb: New testcase. + +2018-05-22 Hristian Kirtchev + + * gnat.dg/controlled8.adb: New testcase. + +2018-05-22 Patrick Bernardi + + * gnat.dg/discr50.adb: New testcase. + +2018-05-22 Ed Schonberg + + * gnat.dg/discr49.adb, gnat.dg/discr49_rec1.adb, + gnat.dg/discr49_rec1.ads, gnat.dg/discr49_rec2.adb, + gnat.dg/discr49_rec2.ads: New testcase. + +2018-05-22 Ed Schonberg + + * gnat.dg/gen_formal_pkg.adb, gnat.dg/gen_formal_pkg_a.ads, + gnat.dg/gen_formal_pkg_b.ads, gnat.dg/gen_formal_pkg_w.ads: New + testcase. + +2018-05-22 Ed Schonberg + + * gnat.dg/fixedpnt3.adb: New testcase. + +2018-05-22 Justin Squirek + + * gnat.dg/pure_function1.adb, gnat.dg/pure_function1.ads, + gnat.dg/pure_function2.adb, gnat.dg/pure_function2.ads: New testcases. + +2018-05-22 Richard Sandiford + + PR middle-end/85862 + * gcc.dg/torture/pr85862.c: New test. + +2018-05-22 Richard Biener + + PR tree-optimization/85834 + * g++.dg/torture/pr85834.C: New testcase. + * gcc.dg/tree-ssa/ssa-fre-64.c: Likewise. + +2018-05-22 Martin Liska + + PR ipa/85607 + * g++.dg/ipa/pr85607.C: New test. + +2018-05-22 Richard Biener + + PR tree-optimization/85863 + * gfortran.fortran-torture/compile/pr85863.f: New testcase. + +2018-05-22 Janus Weil + + PR fortran/85841 + * gfortran.dg/assumed_rank_5.f90: Update error message. + * gfortran.dg/assumed_type_4.f90: Ditto. + * gfortran.dg/bind_c_array_params.f03: Ditto. + * gfortran.dg/bind_c_usage_28.f90: Ditto. + * gfortran.dg/c_funloc_tests_5.f03: Ditto. + * gfortran.dg/c_funloc_tests_6.f90: Ditto. + * gfortran.dg/c_loc_tests_11.f03: Ditto. + * gfortran.dg/coarray_atomic_2.f90: Ditto. + * gfortran.dg/coarray_collectives_2.f90: Ditto. + * gfortran.dg/coarray_collectives_10.f90: Ditto. + * gfortran.dg/coarray_collectives_13.f90: Ditto. + * gfortran.dg/rank_3.f90: Ditto. + * gfortran.dg/error_stop_4.f90: Replace -std=f2008ts by -std=f2008. + * gfortran.dg/implicit_14.f90: Ditto. + +2018-05-21 Christian Groessler + + * gcc.c-torture/compile/simd-5.c: Fix comment. + +2018-05-21 Michael Meissner + + PR target/85657 + * gcc.target/powerpc/pr85657-1.c: New test for converting between + __float128, __ibm128, and long double. + * gcc.target/powerpc/pr85657-2.c: Likewise. + * gcc.target/powerpc/pr85657-3.c: Likewise. + * g++.dg/pr85667.C: New test to make sure __ibm128 is + implementated as a separate type internally, and is not just an + alias for long double. + +2018-05-21 Richard Sandiford + + PR tree-optimization/85814 + * gcc.dg/torture/pr85814.c: New test. + +2018-05-21 Paolo Carlini + + PR c++/84588 + * g++.dg/cpp0x/cond1.C: New. + * g++.dg/cpp1y/pr84588-1.C: Likewise. + * g++.dg/cpp1y/pr84588-2.C: Likewise. + * g++.dg/cpp1y/pr84588-3.C: Likewise. + * g++.dg/parse/cond6.C: Likewise. + * g++.dg/parse/cond7.C: Likewise. + * g++.dg/parse/cond8.C: Likewise. + * g++.dg/cpp1z/decomp16.C: Update. + * g++.old-deja/g++.jason/cond.C: Likewise. + +2018-05-21 Steven G. Kargl + + ChangeLog for r260480 + * gfortran.dg/graphite/block-2.f: Adjust testcase for new gfortran + warnings for deleted and obsolescent features. + * gfortran.dg/graphite/id-19.f: Ditto. + * gfortran.dg/graphite/id-20.f: Ditto. + * gfortran.dg/graphite/id-27.f90: Ditto. + * gfortran.dg/graphite/pr82449.f: Ditto. + +2018-05-21 Kyrylo Tkachov + + * gcc.target/aarch64/vec_init_1.c: Scan for LD1 instead of INS for + tiny and large memory models. + +2018-04-04 Ed Schonberg + + * gnat.dg/suppress_initialization.adb, + gnat.dg/suppress_initialization_pkg.ads: New testcase. + +2018-04-04 Ed Schonberg + + * gnat.dg/exit1.adb: New testcase. + +2018-04-04 Ed Schonberg + + * gnat.dg/array30.adb: New testcase. + +2018-04-04 Hristian Kirtchev + + * gnat.dg/sync2.adb, gnat.dg/sync2.ads: New testcase. + +2018-05-21 Kyrylo Tkachov + + * gcc.c-torture/execute/ssad-run.c: New test. + * gcc.c-torture/execute/usad-run.c: Likewise. + * gcc.target/aarch64/ssadv16qi.c: Likewise. + * gcc.target/aarch64/usadv16qi.c: Likewise. + +2018-05-21 Tamar Christina + + * gcc.target/gcc.target/aarch64/sha3.h (veor3q_u8, veor3q_u32, + veor3q_u64, veor3q_s8, veor3q_s16, veor3q_s32, veor3q_s64, vbcaxq_u8, + vbcaxq_u32, vbcaxq_u64, vbcaxq_s8, vbcaxq_s16, vbcaxq_s32, + vbcaxq_s64): New. + * gcc.target/gcc.target/aarch64/sha3_1.c: Likewise. + * gcc.target/gcc.target/aarch64/sha3_1.c: Likewise. + * gcc.target/gcc.target/aarch64/sha3_1.c: Likewise. + +2018-05-21 Janus Weil + + PR fortran/85841 + * gfortran.dg/g77/19990826-3.f: Add option "-std=legacy". + * gfortran.dg/g77/20020307-1.f: Ditto. + * gfortran.dg/g77/980310-3.f: Ditto. + * gfortran.dg/goacc/loop-1-2.f95: Ditto. + * gfortran.dg/goacc/loop-1.f95: Ditto. + * gfortran.dg/gomp/appendix-a/a.6.1.f90: Ditto. + * gfortran.dg/gomp/appendix-a/a.6.2.f90: Ditto. + * gfortran.dg/gomp/do-1.f90: Ditto. + * gfortran.dg/gomp/omp_do1.f90: Ditto. + * gfortran.dg/pr17229.f: Ditto. + * gfortran.dg/pr37243.f: Ditto. + * gfortran.dg/pr49721-1.f: Ditto. + * gfortran.dg/pr58484.f: Ditto. + * gfortran.dg/pr81175.f: Ditto. + * gfortran.dg/pr81723.f: Ditto. + * gfortran.dg/predcom-2.f: Ditto. + * gfortran.dg/vect/Ofast-pr50414.f90: Ditto. + * gfortran.dg/vect/cost-model-pr34445a.f: Ditto. + * gfortran.dg/vect/fast-math-mgrid-resid.f: Ditto. + * gfortran.dg/vect/pr52580.f: Ditto. + +2018-05-20 Paul Thomas + + PR fortran/80657 + * gfortran.dg/char_result_18.f90: New test. + +2018-05-20 Paul Thomas + + PR fortran/49636 + * gfortran.dg/associate_38.f90: New test. + +2018-05-20 Paul Thomas + + PR fortran/82275 + * gfortran.dg/select_type_42.f90: New test. + +2018-05-19 Paul Thomas + + PR fortran/82923 + * gfortran.dg/allocate_assumed_charlen_4.f90: New test. Note + that the patch fixes PR66694 & PR82617, although the testcases + are not explicitly included. + +2018-05-18 Kito Cheng + + * gcc.dg/stack-usage-1.c: Add support for rv32e. + +2018-05-18 Marc Glisse + + PR c++/82899 + * g++.dg/pr82899.C: New testcase. + +2018-05-18 Martin Liska + + * gcc.dg/pr68766.c: Change pruned output. + +2018-05-18 Cesar Philippidis + + PR c++/85782 + * c-c++-common/goacc/pr85782.c: New test. + +2018-05-18 Sudakshina Das + + * gcc.target/aarch64/sve/slp_5.c: Remove xfail for tld1d and tld2d. + +2018-05-18 Kyrylo Tkachov + + * gcc.target/arm/pr62554.c: Delete. + * gcc.target/arm/pr69610-1.c: Likewise. + * gcc.target/arm/pr69610-2.c: Likewise. + +2018-05-18 Kyrylo Tkachov + + * gcc.target/arm/pr40887.c: Update comment. + * lib/target-supports.exp: Don't generate effective target checks + and related helpers for armv5. Update comment. + * gcc.target/arm/armv5_thumb_isa.c: Delete. + * gcc.target/arm/di-longlong64-sync-withhelpers.c: Update effective + target check and options. + +2018-05-18 Prathamesh Kulkarni + + PR middle-end/85817 + * gcc.dg/tree-ssa/pr83648.c: Change scan-tree-dump to + scan-tree-dump-not for h. + +2018-05-18 Richard Biener + + * gcc.dg/tree-ssa/pr21559.c: Adjust. + * gcc.dg/tree-ssa/pr45397.c: Likewise. + * gcc.dg/tree-ssa/pr61839_1.c: Likewise. + * gcc.dg/tree-ssa/pr61839_2.c: Likewise. + * gcc.dg/tree-ssa/pr61839_4.c: Likewise. + * gcc.dg/tree-ssa/vrp17.c: Likewise. + * gcc.dg/tree-ssa/vrp18.c: Likewise. + * gcc.dg/tree-ssa/vrp23.c: Likewise. + * gcc.dg/tree-ssa/vrp24.c: Likewise. + * gcc.dg/tree-ssa/vrp58.c: Likewise. + * gcc.dg/vrp-min-max-1.c: Likewise. + * gcc.dg/vrp-min-max-3.c: New testcase. + +2018-05-18 Richard Biener + + * gcc.dg/tree-ssa/ssa-dse-35.c: New testcase. + * gcc.dg/graphite/scop-10.c: Adjust to avoid dead code. + * gcc.dg/graphite/scop-6.c: Likewise. + * gcc.dg/graphite/scop-7.c: Likewise. + * gcc.dg/graphite/scop-8.c: Likewise. + * gcc.dg/graphite/scop-9.c: Likewise. + +2018-05-18 Kyrylo Tkachov + + * gcc.target/aarch64/vect-init-ld1.c: New test. + +2018-05-18 Martin Liska + + * gcc.dg/tree-ssa/vrp104.c: Adjust dump file that is scanned. + * gcc.dg/tree-prof/update-loopch.c: Likewise. + +2018-05-18 Martin Liska + + * gcc.dg/ipa/ipa-icf-39.c: New test. + * gcc.dg/pr68766.c: Adjust pruned output. + +2018-05-18 Richard Sandiford + + * lib/target-supports.exp (check_effective_target_scalar_all_fma): + New proc. + * gcc.dg/fma-1.c: New test. + * gcc.dg/fma-2.c: Likewise. + * gcc.dg/fma-3.c: Likewise. + * gcc.dg/fma-4.c: Likewise. + * gcc.dg/fma-5.c: Likewise. + * gcc.dg/fma-6.c: Likewise. + * gcc.dg/fma-7.c: Likewise. + * gcc.dg/gimplefe-26.c: Use .FMA instead of __FMA and require + scalar_all_fma. + * gfortran.dg/reassoc_7.f: Pass -ffp-contract=off. + * gfortran.dg/reassoc_8.f: Likewise. + * gfortran.dg/reassoc_9.f: Likewise. + * gfortran.dg/reassoc_10.f: Likewise. + +2018-05-17 Jim Wilson + + * gcc.target/riscv/switch-qi.c: New. + * gcc.target/riscv/switch-si.c: New. + +2018-05-17 Pat Haugen + + PR target/85698 + * gcc.target/powerpc/pr85698.c: New test. + +2018-05-17 Richard Biener + + * gcc.dg/tree-ssa/ssa-fre-63.c: New testcase. + +2018-05-17 Bin Cheng + + PR tree-optimization/85793 + * gcc.dg/vect/pr85793.c: New test. + +2018-05-17 Richard Sandiford + + * gcc.dg/gimplefe-28.c: New test. + * gcc.dg/asan/use-after-scope-9.c: Adjust expected output for + internal function calls. + * gcc.dg/goacc/loop-processing-1.c: Likewise. + +2018-05-17 Martin Liska + + * gcc.dg/plugin/ggcplug.c (plugin_init): Do not use + space in between 'G_' and '('. + +2018-05-17 Jakub Jelinek + + PR target/85323 + * gcc.target/i386/pr85323-7.c: New test. + * gcc.target/i386/pr85323-8.c: New test. + * gcc.target/i386/pr85323-9.c: New test. + + PR target/85323 + * gcc.target/i386/pr85323-4.c: New test. + * gcc.target/i386/pr85323-5.c: New test. + * gcc.target/i386/pr85323-6.c: New test. + + PR target/85323 + * gcc.target/i386/pr85323-1.c: New test. + * gcc.target/i386/pr85323-2.c: New test. + * gcc.target/i386/pr85323-3.c: New test. + + * gcc.target/i386/avx512f-set-v32hi-1.c: New test. + * gcc.target/i386/avx512f-set-v32hi-2.c: New test. + * gcc.target/i386/avx512f-set-v32hi-3.c: New test. + * gcc.target/i386/avx512f-set-v32hi-4.c: New test. + * gcc.target/i386/avx512f-set-v32hi-5.c: New test. + * gcc.target/i386/avx512f-set-v64qi-1.c: New test. + * gcc.target/i386/avx512f-set-v64qi-2.c: New test. + * gcc.target/i386/avx512f-set-v64qi-3.c: New test. + * gcc.target/i386/avx512f-set-v64qi-4.c: New test. + * gcc.target/i386/avx512f-set-v64qi-5.c: New test. + * gcc.target/i386/avx512f-setzero-1.c: New test. + +2018-05-17 James Greenhalgh + + * gcc.target/aarch64/vect-slp-dup.c: New. + +2018-05-17 Paolo Carlini + + PR c++/85713 + * g++.dg/cpp1y/lambda-generic-85713-2.C: New. + +2018-05-17 Olga Makhotina + + * gcc.target/i386/builtin_target.c: Test goldmont-plus. + * gcc.target/i386/funcspec-56.inc: Tests for arch=goldmont-plus. + +2018-05-17 Richard Biener + + PR tree-optimization/85757 + * gcc.dg/tree-ssa/ssa-dse-34.c: New testcase. + +2018-05-16 Marek Polacek + + PR c++/85363 + * g++.dg/cpp0x/initlist-throw1.C: New test. + * g++.dg/cpp0x/initlist-throw2.C: New test. + +2018-05-16 Carl Love + + * gcc.target/powerpc/vsx-vector-6-be.c: Remove file. + * gcc.target/powerpc/vsx-vector-6-le.c (dg-final): Update counts for + xvcmpeqdp., xvcmpgtdp., xvcmpgedp., xxlxor, xvrdpi. + +2018-05-16 Richard Biener + + * gcc.dg/tree-ssa/ssa-dse-32.c: New testcase. + * gcc.dg/tree-ssa/ssa-dse-33.c: Likewise. + * gcc.dg/uninit-pr81897-2.c: Use -fno-tree-dse. + +2018-05-16 Richard Sandiford + + * gcc.target/aarch64/sve/vcond_10.c: New test. + * gcc.target/aarch64/sve/vcond_10_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_11.c: Likewise. + * gcc.target/aarch64/sve/vcond_11_run.c: Likewise. + +2018-05-15 Martin Sebor + + PR tree-optimization/85753 + * gcc.dg/Wrestrict-10.c: Adjust. + * gcc.dg/Wrestrict-16.c: New test. + +2018-05-15 Martin Sebor + + PR middle-end/85643 + * c-c++-common/attr-nonstring-7.c: New test. + +2018-05-15 Richard Biener + + * gcc.dg/tree-ssa/ssa-dse-31.c: New testcase. + +2018-05-15 Prathamesh Kulkarni + + PR tree-optimization/83648 + * gcc.dg/tree-ssa/pr83648.c: New test. + * gcc.dg/tree-ssa/pr83648-2.c: Likewise. + +2018-05-14 Prathamesh Kulkarni + + PR ipa/85734 + * gcc.dg/ipa/pr85734.c: New test. + +2018-05-14 Eric Botcazou + + PR target/85756 + * gnat.dg/opt70.adb: New test. + * gnat.dg/opt70_pkg.ad[sb]: New helper. + +2018-05-14 Kyrylo Tkachov + + * gcc.target/aarch64/crypto-fuse-1.c: New test. + * gcc.target/aarch64/crypto-fuse-2.c: Likewise. + +2018-05-14 Wilco Dijkstra + + * gcc.target/aarch64/vmov_n_1.c: Update test. + * gcc.target/aarch64/vfp-1.c: Update test. + +2018-05-14 Jakub Jelinek + + PR target/85756 + * gcc.c-torture/execute/pr85756.c: New test. + +2018-05-14 Sebastian Peryt + + * gcc.target/i386/cldemote-1.c: New test. + +2018-05-13 Paul Thomas + + PR fortran/85742 + * gfortran.dg/assumed_type_9.f90 : New test. + +2018-05-11 Steven G. Kargl + + PR fortran/85542 + * gfortran.dg/pr85542.f90: New test. + +2018-05-11 Martin Jambor + + PR ipa/85655 + * g++.dg/lto/pr85655_0.C: New test. + +2018-05-11 Sebastian Peryt + + * gcc.target/i386/tpause-1.c: New test. + * gcc.target/i386/umonitor-1.c: New test. + +2018-05-11 Jakub Jelinek + + PR c/85696 + * c-c++-common/gomp/pr85696.c: New test. + +2018-05-11 Allan Sandfeld Jensen + Jakub Jelinek + + PR tree-optimization/85692 + * gcc.target/i386/pr85692.c: New test. + +2018-05-11 Martin Liska + + PR sanitizer/85556 + * c-c++-common/ubsan/attrib-6.c: New test. + +2018-05-10 Steven G. Kargl + + PR fortran/85687 + * gfortran.dg/pr85687.f90: new test. + +2018-05-10 Steven G. Kargl + + PR fortran/85521 + * gfortran.dg/pr85521_1.f90: New test. + * gfortran.dg/pr85521_2.f90: New test. + +2018-05-10 Steven G. Kargl + + PR fortran/70870 + * gfortran.dg/pr70870_1.f90: New test. + +2018-05-10 Uros Bizjak + + * gcc.target/i386/xgetsetbv.c: Check also variable arguments. + +2018-05-10 Jakub Jelinek + + PR c++/85662 + * g++.dg/ext/offsetof2.C: New test. + +2018-05-10 Paul Thomas + + PR fortran/68846 + * gfortran.dg/temporary_3.f90 : New test. + + PR fortran/70864 + * gfortran.dg/temporary_2.f90 : New test. + +2018-05-10 Segher Boessenkool + + * gcc.dg/vmx/extract-be-order.c: Delete testcase. + * gcc.dg/vmx/extract-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/insert-be-order.c: Delete testcase. + * gcc.dg/vmx/insert-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/ld-be-order.c: Delete testcase. + * gcc.dg/vmx/ld-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/lde-be-order.c: Delete testcase. + * gcc.dg/vmx/ldl-be-order.c: Delete testcase. + * gcc.dg/vmx/ldl-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/merge-be-order.c: Delete testcase. + * gcc.dg/vmx/merge-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/mult-even-odd-be-order.c: Delete testcase. + * gcc.dg/vmx/pack-be-order.c: Delete testcase. + * gcc.dg/vmx/perm-be-order.c: Delete testcase. + * gcc.dg/vmx/splat-be-order.c: Delete testcase. + * gcc.dg/vmx/splat-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/st-be-order.c: Delete testcase. + * gcc.dg/vmx/st-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/ste-be-order.c: Delete testcase. + * gcc.dg/vmx/stl-be-order.c: Delete testcase. + * gcc.dg/vmx/stl-vsx-be-order.c: Delete testcase. + * gcc.dg/vmx/sum2s-be-order.c: Delete testcase. + * gcc.dg/vmx/unpack-be-order.c: Delete testcase. + * gcc.dg/vmx/vsums-be-order.c: Delete testcase. + * gcc.target/powerpc/vec-setup-be-double.c: Delete testcase. + * gcc.target/powerpc/vec-setup-be-long.c: Delete testcase. + * gcc.target/powerpc/vec-setup.h: Remove -maltivec=be support. + +2018-05-10 Jakub Jelinek + + PR tree-optimization/85699 + * gcc.dg/nextafter-1.c (NO_LONG_DOUBLE): Define if not defined. Use + !NO_LONG_DOUBLE instead of __LDBL_MANT_DIG__ != 106. + * gcc.dg/nextafter-2.c: Include stdlib.h. For glibc < 2.24 define + NO_LONG_DOUBLE to 1 before including nextafter-1.c. + +2018-05-10 Eric Botcazou + + * g++.dg/tls/pr85400.C: New test. + +2018-05-09 Paolo Carlini + + PR c++/85713 + * g++.dg/cpp1y/lambda-generic-85713.C: New. + +2018-05-09 Carl Love + + * gcc.target/powerpc/builtins-8-runnable.c: New builtin test file. + +2018-05-09 Paolo Carlini + + PR c++/85713 + Revert: + 2018-05-08 Paolo Carlini + + PR c++/84588 + * g++.dg/cpp1y/pr84588.C: New. + +2018-05-09 Andreas Schwab + + * gcc.target/aarch64/sve/vcond_6.c: Add missing brace. + +2018-05-09 Richard Sandiford + + * gcc.target/aarch64/store_lane_spill_1.c: New test. + * gcc.target/aarch64/sve/store_lane_spill_1.c: Likewise. + +2018-05-08 Carl Love + * gcc.target/powerpc/builtins-8-p9-runnable.c: Add new test file. + +2018-05-08 Paolo Carlini + + PR c++/84588 + * g++.dg/cpp1y/pr84588.C: New. + +2018-05-08 Marek Polacek + + PR c++/85695 + * g++.dg/cpp1z/constexpr-if22.C: New test. + +2018-05-08 Uros Bizjak + + PR target/85693 + * gcc.target/i386/pr85693.c: New test. + +2018-05-08 Jakub Jelinek + + PR target/85683 + * gcc.target/i386/pr49095.c: Add -masm=att to dg-options. Add + scan-assembler-times checking that except for [fh]*xor other functions + don't use any load instructions. + +2018-05-08 Olga Makhotina + + * gcc.target/i386/builtin_target.c: Test goldmont. + * gcc.target/i386/funcspec-56.inc: Tests for arch=goldmont and + arch=silvermont. + +2018-05-08 Jakub Jelinek + + PR target/85572 + * g++.dg/other/sse2-pr85572-1.C: New test. + * g++.dg/other/sse2-pr85572-2.C: New test. + * g++.dg/other/sse4-pr85572-1.C: New test. + * g++.dg/other/avx2-pr85572-1.C: New test. + + PR target/85317 + * gcc.target/i386/pr85317.c: New test. + * gcc.target/i386/avx2-vpmovmskb-2.c (avx2_test): Add asm volatile + optimization barrier to avoid optimizing away the expected insn. + + PR target/85480 + * gcc.target/i386/avx512dq-pr85480-1.c: New test. + * gcc.target/i386/avx512dq-pr85480-2.c: New test. + +2018-05-08 Richard Sandiford + + * g++.dg/other/sve_const_pred_1.C: Rename to... + * g++.target/aarch64/sve/const_pred_1.C: ...this. Remove aarch64 + target selectors and explicit -march options. + * g++.dg/other/sve_const_pred_2.C: Rename to... + * g++.target/aarch64/sve/const_pred_2.C: ...this and adjust likewise. + * g++.dg/other/sve_const_pred_3.C: Rename to... + * g++.target/aarch64/sve/const_pred_3.C: ...this and adjust likewise. + * g++.dg/other/sve_const_pred_4.C: Rename to... + * g++.target/aarch64/sve/const_pred_4.C: ...this and adjust likewise. + * g++.dg/other/sve_tls_2.C: Rename to... + * g++.target/aarch64/sve/tls_2.C: ...this and adjust likewise. + * g++.dg/other/sve_vcond_1.C: Rename to... + * g++.target/aarch64/sve/vcond_1.C: ...this and adjust likewise. + * g++.dg/other/sve_vcond_1_run.C: Rename to... + * g++.target/aarch64/sve/vcond_1_run.C: ...this and adjust likewise. + +2018-05-08 Richard Sandiford + + PR testsuite/85586 + * gcc.dg/vect/pr85586.c: Restrict LOOP VECTORIZED test to + !vect_no_align. + +2018-05-08 Paolo Carlini + + PR c++/57429 + * g++.dg/cpp0x/deleted14.C: New. + +2018-05-08 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/vcond_6.c: Do not expect any ANDs. + XFAIL the BIC test. + * gcc.target/aarch64/sve/vcond_7.c: New test. + * gcc.target/aarch64/sve/vcond_7_run.c: Likewise. + +2018-05-08 Paolo Carlini + + PR c++/70563 + * g++.dg/cpp0x/sfinae62.C: New. + +2018-05-08 Richard Sandiford + + * gcc.target/aarch64/sve/vcond_6.c (LOOP): Unconditionally + load from src[i]. + +2018-05-08 Paolo Carlini + + PR c++/80691 + * g++.dg/cpp0x/narrowing1.C: New. + +2018-05-08 Richard Biener + + PR middle-end/85588 + * gcc.dg/torture/pr85574.c: Rename to... + * gcc.dg/torture/pr85588.c: ... this. + +2018-05-08 Thomas Koenig + + PR fortran/54613 + * gfortran.dg/minmaxloc_12.f90: New test case. + * gfortran.dg/minmaxloc_13.f90: New test case. + +2018-05-07 Nathan Sidwell + + * g++.dg/cpp0x/range-for10.C: Delete. + * g++.dg/ext/forscope1.C: Delete. + * g++.dg/ext/forscope2.C: Delete. + * g++.dg/template/for1.C: Delete. + +2018-05-07 Jeff Law + + * gfortran.dg/linefile.f90: New test. + +2018-05-07 Christophe Lyon + + * gcc.dg/nextafter-2.c: Add c99_runtime effective target + and options. + +2018-05-06 Jakub Jelinek + + PR c++/85659 + * g++.dg/ext/asm14.C: New test. + * g++.dg/ext/asm15.C: New test. + * g++.dg/ext/asm16.C: New test. + +2018-05-06 Michael Eager + + * gcc.target/microblaze/others/picdtr.c: Correct option + -fPIE -mpic-data-is-text-relative. + +2018-05-06 Andrew Sadek + + * gcc.target/microblaze/others/picdtr.c: Add test for + -fPIE -mpic-data-is-text-relative. + +2018-05-06 Andre Vehreschild + + PR fortran/85507 + * gfortran.dg/coarray_dependency_1.f90: New test. + * gfortran.dg/coarray_lib_comm_1.f90: Fix counting caf-expressions. + +2018-05-04 Pekka Jääskeläinen + + * brig.dg/test/gimple/smoke_test.hsail: Fix the test + to match the currently produced gimple. + +2018-05-04 Carl Love + + * gcc.target/powerpc/vsx-vector-6.h (foo): Add test for vec_max, + vec_trunc. + * gcc.target/powerpc/vsx-vector-6-le.c (dg-final): Update xvcmpeqdp, + xvcmpgtdp, xvcmpgedp counts. Add xxsel counts. + * gcc.target/powerpc/vsx-vector-6-be.c (dg-final): Update xvcmpgtdp, + xvcmpgedp counts. Add xxsel counts. + +2018-05-04 Richard Biener + + PR middle-end/85627 + * g++.dg/torture/pr85627.C: New testcase. + +2018-05-04 Richard Biener + + PR middle-end/85574 + * gcc.dg/torture/pr85574.c: New testcase. + * gcc.dg/torture/pr57656.c: Use dg-additional-options. + +2018-05-04 Jakub Jelinek + + PR libstdc++/85466 + * gcc.dg/nextafter-1.c: New test. + * gcc.dg/nextafter-2.c: New test. + * gcc.dg/nextafter-3.c: New test. + * gcc.dg/nextafter-4.c: New test. + +2018-05-03 Nathan Sidwell + + Remove -ffriend-injection. + * g++.old-deja/g++.jason/scoping15.C: Delete. + * g++.old-deja/g++.mike/net43.C: Delete. + +2018-05-03 Jakub Jelinek + + PR target/85530 + * gcc.target/i386/avx512f-vpmullq-1.c: New test. + * gcc.target/i386/avx512f-vpmullq-2.c: New test. + * gcc.target/i386/avx512dq-vpmullq-3.c: New test. + * gcc.target/i386/avx512dq-vpmullq-4.c: New test. + +2018-05-03 Tom de Vries + + PR testsuite/85106 + * lib/scanoffloadtree.exp: New file. + +2018-05-03 Richard Biener + + PR tree-optimization/85615 + * gcc.dg/torture/pr85615.c: New testcase. + +2018-05-03 Kyrylo Tkachov + + PR tree-optimization/70291 + * gcc.dg/complex-6.c: New test. + * gcc.dg/complex-7.c: Likewise. + +2018-05-03 Richard Biener + + PR testsuite/85579 + * fortran.dg/pr51434.f90: Truncate transfer argument. + +2018-05-02 Jakub Jelinek + + PR target/85582 + * gcc.c-torture/execute/pr85582-3.c: New test. + +2018-05-02 Paolo Carlini + Jason Merrill + + PR c++/68374 + * g++.dg/warn/Wshadow-13.C: New. + * g++.dg/warn/Wshadow-14.C: Likewise. + +2018-05-02 Tom de Vries + + PR libgomp/82428 + * c-c++-common/goacc/builtin-goacc-parlevel-id-size-2.c: New test. + * c-c++-common/goacc/builtin-goacc-parlevel-id-size.c: New test. + +2018-05-02 David Pagan + + PR c/30552 + * gcc.dg/noncompile/pr30552-1.c: New test. + * gcc.dg/noncompile/pr30552-2.c: New test. + * gcc.dg/noncompile/pr30552-3.c: New test. + * gcc.dg/noncompile/pr30552-4.c: New test. + +2018-05-02 Richard Biener + + PR tree-optimization/85597 + * gcc.dg/vect/pr85597.c: New testcase. + +2018-05-02 Tom de Vries + + PR testsuite/85106 + * gcc.dg/ipa/ipa-icf-38.c: Use scan-ltrans-tree-dump. + * lib/scanltranstree.exp: New file. + * lib/target-supports.exp (scan-ltrans-tree-dump_required_options) + (scan-ltrans-tree-dump-times_required_options) + (scan-ltrans-tree-dump-not_required_options) + (scan-ltrans-tree-dump-dem_required_options) + (scan-ltrans-tree-dump-dem-not_required_options): New proc. + * lib/gcc-dg.exp: Include scanltranstree.exp. + +2018-05-02 Tom de Vries + + PR testsuite/85106 + * gcc.dg/ipa/ipa-icf-38.c: New test. + * gcc.dg/ipa/ipa-icf-38a.c: New test. + * lib/scandump.exp (dump-base): New proc. + (scan-dump, scan-dump-times, scan-dump-not, scan-dump-dem) + (scan-dump-dem-not): Add and handle parameter for suffix of the dump + base. + * lib/scanipa.exp: Add "" argument to scan-dump calls. + * lib/scanlang.exp: Same. + * lib/scanrtl.exp: Same. + * lib/scantree.exp: Same. + * lib/scanwpaipa.exp: New file. + * lib/gcc-dg.exp: Include scanwpaipa.exp. + +2018-05-02 Richard Biener + + PR middle-end/85567 + * gcc.dg/torture/pr85567.c: New testcase. + +2018-05-02 Jakub Jelinek + + PR target/85582 + * gcc.c-torture/execute/pr85582-1.c: New test. + * gcc.c-torture/execute/pr85582-2.c: New test. + +2018-05-02 Richard Sandiford + + PR tree-optimization/85586 + * gcc.dg/vect/pr85586.c: New test. + +2018-05-01 Marc Glisse + + PR tree-optimization/85143 + * gcc.dg/tree-ssa/minmax-loopend.c: Extend and split... + * gcc.dg/tree-ssa/minmax-loopend-2.c: ... here. + +2018-05-01 David Malcolm + + PR c/84258 + * c-c++-common/Wformat-pr84258.c: New test. + +2018-05-01 Prathamesh Kulkarni + + PR tree-optimization/82665 + * gcc.dg/tree-ssa/pr82665.c: New test. + +2018-04-30 David Malcolm + + PR c++/85523 + * gcc.dg/plugin/diagnostic-test-show-locus-generate-patch.c + (test_add_fixit_insert_formatted_single_line): New function. + (test_add_fixit_insert_formatted_multiline): New function. + Extend expected output of generated patch to include fix-it hints + for these. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c: Include + "gcc-rich-location.h". Add test coverage for + gcc_rich_location::add_fixit_insert_formatted. + +2018-04-30 David Malcolm + + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c + (test_show_locus): Update for location_get_source_line returning a + char_span. Use char_span for handling words in the + "test_many_nested_locations" fix-it example. + +2018-04-30 Claudiu Zissulescu + + * gcc.target/arc/interrupt-8.c: Update test. + * gcc.target/arc/loop-4.c: Likewise. + * gcc.target/arc/loop-hazard-1.c: Likewise. + * gcc.target/arc/sdata-3.c: Likewise. + +2018-04-30 Claudiu Zissulescu + + * gcc.target/arc/store-merge-1.c: New test. + * gcc.target/arc/add_n-combine.c: Update test. + +2018-04-30 Andrew Sadek + + Microblaze Target: PIC data text relative + + * gcc.target/microblaze/others/data_var1.c: Include + PIC case of r20 base register. + * gcc.target/microblaze/others/data_var2.c: Ditto. + * gcc.target/microblaze/others/picdtr.c: Add new + test case for -mpic-is-data-text-relative. + * gcc.target/microblaze/others/sdata_var1.c: Add + * gcc.target/microblaze/others/sdata_var2.c: Ditto. + * gcc.target/microblaze/others/sdata_var3.c: Ditto. + * gcc.target/microblaze/others/sdata_var4.c: Ditto. + * gcc.target/microblaze/others/sdata_var5.c: Ditto. + * gcc.target/microblaze/others/sdata_var6.c: Ditto. + * gcc.target/microblaze/others/string_cst1_gpopt.c: + Ditto. + * gcc.target/microblaze/others/string_cst2_gpopt.c: + Ditto. + +2018-04-30 Richard Biener + + PR tree-optimization/28364 + PR tree-optimization/85275 + * gcc.dg/tree-ssa/copy-headers-5.c: New testcase. + * gcc.dg/tree-ssa/predcom-8.c: Likewise. + * gcc.dg/tree-ssa/cunroll-13.c: Rewrite to gimple testcase. + * gcc.dg/tree-ssa/ivopt_mult_1.c: XFAIL. + * gcc.dg/tree-ssa/ivopt_mult_1g.c: Add gimple variant that + still passes. + * gcc.dg/tree-ssa/ivopt_mult_2.c: XFAIL. + * gcc.dg/tree-ssa/ivopt_mult_2g.c: Add gimple variant that + still passes. + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust. + * gcc.dg/tree-ssa/20030710-1.c: Likewise. + * gcc.dg/tree-ssa/20030711-1.c: Likewise. + +2018-04-28 Uros Bizjak + + PR target/84431 + * gcc.target/i386/pr84431.c: New test. + +2018-04-27 Martin Jambor + + PR ipa/85549 + * g++.dg/ipa/pr85549.C: New test. + +2018-04-27 Jakub Jelinek + + PR c++/85553 + * g++.dg/cpp0x/Wzero-as-null-pointer-constant-3.C: Add dg-bogus + directive. + * g++.dg/cpp0x/constexpr-85553.C: New test. + +2018-04-27 David Malcolm + + PR c++/85515 + * g++.dg/pr85515-1.C: New test. + * g++.dg/pr85515-2.C: New test. + +2018-04-27 Paolo Carlini + + PR c++/84691 + * g++.dg/cpp0x/friend3.C: New. + +2018-04-27 Kyrylo Tkachov + + PR target/82518 + * lib/target-supports.exp (check_effective_target_vect_load_lanes): + Use check_effective_target_arm_little_endian. + +2018-04-27 Jakub Jelinek + + PR tree-optimization/85529 + * gcc.c-torture/execute/pr85529-1.c: New test. + * gcc.c-torture/execute/pr85529-2.c: New test. + * gcc.dg/pr85529.c: New test. + +2018-04-26 Maciej W. Rozycki + + * gcc.target/mips/data-sym-pool.c (dg-options): Match `ld' and + `.dword' in addition to `lw' and `.word'. + +2018-04-26 Maciej W. Rozycki + + * gcc.target/mips/data-sym-pool.c (dg-options): Add `-mplt'. + +2018-04-26 Eric Botcazou + + * gnat.dg/loop_optimization24.adb: New test. + +2018-04-26 Richard Biener + + PR tree-optimization/85116 + * gcc.dg/tree-ssa/copy-headers-2.c: New testcase. + * gcc.dg/tree-ssa/copy-headers-3.c: Likewise. + * gcc.dg/tree-ssa/copy-headers-4.c: Likewise. + * gcc.dg/tree-ssa/loadpre6.c: Adjust. + +2018-04-25 Sebastian Peryt + + PR target/85473 + * gcc.target/i386/pr85473-1.c: New test. + * gcc.target/i386/pr85473-2.c: New test. + +2018-04-25 Nathan Sidwell + Jakub Jelinek + + PR c++/85437 + PR c++/49171 + * g++.dg/cpp0x/addressof1.C: Make reinterpret cases runtime checks. + * g++.dg/cpp0x/constexpr-cast.C: Remove xfails + * g++.dg/cpp0x/constexpr-nullptr-2.C: Likewise. + * g++.dg/cpp0x/constexpr-pmf1.C: Check when optimized. + * g++.dg/cpp0x/pr85437-1.C: New. + * g++.dg/cpp0x/pr85437-2.C: New. + * g++.dg/cpp0x/pr85437-3.C: New. + * g++.dg/cpp0x/pr85437-4.C: New. + +2018-04-24 Steven G. Kargl + + PR fortran/85520 + * gfortran.dg/pr85520.f90: New test. + +2018-04-24 Kyrylo Tkachov + + PR target/85512 + * gcc.dg/pr85512.c: New test. + +2018-04-24 H.J. Lu + + PR target/85485 + * g++.dg/cet-notrack-1.C (dg-options): Remove -mcet. + * g++.dg/torture/pr85334.C (dg-additional-options): Likwise. + * gcc.dg/pr85388-1.c (dg-options): Likwise. + * gcc.dg/pr85388-2.c (dg-options): Likwise. + * gcc.dg/pr85388-3.c (dg-options): Likwise. + * gcc.dg/pr85388-4.c (dg-options): Likwise. + * gcc.dg/pr85388-5.c (dg-options): Likwise. + * gcc.dg/pr85388-6.c (dg-options): Likwise. + * gcc.dg/torture/pr85397-1.c (dg-additional-options): Likwise. + * gcc.target/i386/attr-nocf-check-1a.c (dg-options): Likwise. + * gcc.target/i386/attr-nocf-check-3a.c (dg-options): Likwise. + * gcc.target/i386/cet-label.c (dg-options): Likwise. + * gcc.target/i386/cet-label-2.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-1b.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-2a.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-2b.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-3.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-4b.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-5a.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-5b.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-6a.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-6b.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-7.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-icf-2.c (dg-options): Likwise. + * gcc.target/i386/cet-notrack-icf-4.c (dg-options): Likwise. + * gcc.target/i386/cet-property-1.c (dg-options): Likwise. + * gcc.target/i386/cet-property-2.c (dg-options): Likwise. + * gcc.target/i386/cet-sjlj-1.c (dg-options): Likwise. + * gcc.target/i386/cet-sjlj-2.c (dg-options): Likwise. + * gcc.target/i386/cet-sjlj-3.c (dg-options): Likwise. + * gcc.target/i386/cet-sjlj-4.c (dg-options): Likwise. + * gcc.target/i386/cet-sjlj-5.c (dg-options): Likwise. + * gcc.target/i386/cet-sjlj-6a.c (dg-options): Likwise. + * gcc.target/i386/cet-sjlj-6b.c (dg-options): Likwise. + * gcc.target/i386/cet-switch-1.c (dg-options): Likwise. + * gcc.target/i386/cet-switch-2.c (dg-options): Likwise. + * gcc.target/i386/cet-switch-3.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-11.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-12.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-attr-12.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-attr-13.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-attr-14.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-attr-15.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-attr-16.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-extern-8.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-extern-9.c (dg-options): Likwise. + * gcc.target/i386/indirect-thunk-extern-10.c (dg-options): Likwise. + * gcc.target/i386/pr82659-1.c (dg-options): Likwise. + * gcc.target/i386/pr82659-2.c (dg-options): Likwise. + * gcc.target/i386/pr82659-3.c (dg-options): Likwise. + * gcc.target/i386/pr82659-4.c (dg-options): Likwise. + * gcc.target/i386/pr82659-5.c (dg-options): Likwise. + * gcc.target/i386/pr82659-6.c (dg-options): Likwise. + * gcc.target/i386/pr84146.c (dg-options): Likwise. + * gcc.target/i386/pr85403.c (dg-options): Likwise. + * gcc.target/i386/pr85404.c (dg-options): Likwise. + * gcc.target/i386/cet-intrin-3.c (dg-options): Replace -mcet + with -mshstk. + * gcc.target/i386/cet-intrin-5.c (dg-options): Likwise. + * gcc.target/i386/cet-intrin-6.c (dg-options): Likwise. + * gcc.target/i386/cet-intrin-7.c (dg-options): Likwise. + * gcc.target/i386/cet-intrin-8.c (dg-options): Likwise. + * gcc.target/i386/cet-intrin-9.c (dg-options): Likwise. + * gcc.target/i386/cet-intrin-10.c (dg-options): Likwise. + * gcc.target/i386/cet-rdssp-1.c (dg-options): Likwise. + * (dg-options): Likwise. + * gcc.target/i386/cet-notrack-1a.c (dg-options): Remove + -mno-cet. + * gcc.target/i386/cet-notrack-4a.c (dg-options): Likwise. + * gcc.target/i386/cet-label-3.c: Removed. + * gcc.target/i386/cet-property-3.c: Likwise. + * gcc.target/i386/cet-sjlj-7.c: Likwise. + +2018-04-24 Jakub Jelinek + + PR target/85511 + * gcc.target/i386/pr85511.c: New test. + + PR target/85503 + * g++.dg/ext/pr85503.C: New test. + + PR target/85508 + * gcc.target/i386/pr85508.c: New test. + +2018-04-24 Andreas Krebbel + + PR tree-optimization/85478 + * g++.dg/pr85478.C: New test. + +2018-04-23 Eric Botcazou + + * g++.dg/torture/pr85496.C: New test. + +2018-04-23 Andrey Belevantsev + + PR rtl-optimization/85423 + * gcc.dg/pr85423.c: New test. + +2018-04-20 Martin Sebor + + PR c/85365 + * gcc.dg/Wrestrict-15.c: New test. + +2018-04-20 Michael Meissner + + PR target/85456 + * gcc.target/powerpc/pr85456.c: New test. + +2018-04-20 Bill Schmidt + + * g++.dg/ext/undef-bool-1.C: Require lp64. + * gcc.target/powerpc/undef-bool-2.c: Likewise. + +2018-04-20 Jeff Law + + * gcc.dg/stack-check-5.c: Improve dg-skip-if selector for the + stack protector. + * gcc.dg/stack-check-6.c: Likewise. + * gcc.dg/stack-check-6a.c: Likewise. + * gcc.target/i386/stack-check-17.c: Add dg-skip-if selector. + * gcc.target/i386/stack-check-18.c: Likewise. + * gcc.target/i386/stack-check-19.c: Likewise. + +2018-04-20 Kyrylo Tkachov + + PR testsuite/85483 + * gcc.target/aarch64/sve/vcond_1.c: Move to... + * g++.dg/other/sve_vcond_1.C: ... Here. Add target directives. + * gcc.target/aarch64/sve/vcond_1_run.c: Move to... + * g++.dg/other/sve_vcond_1_run.C: ... Here. Change include file name. + +2018-04-20 H.J. Lu + + PR target/85469 + * gcc.target/i386/pr85044.c (dg-options): Remove -mibt. + * gcc.target/i386/sse-26.c (dg-options): Remove -mno-ibt. + +2018-04-20 Richard Biener + + PR middle-end/85475 + * gcc.dg/torture/pr85475.c: New testcase. + +2018-04-20 Martin Jambor + + ipa/85449 + * gcc.dg/ipa/pr85449.c: New test. + +2018-04-20 Martin Jambor + + ipa/85447 + * g++.dg/ipa/pr85447.C: New file. + * gcc.dg/ipa/ipcp-self-recursion-1.c: Likewise. + +2018-04-20 Jakub Jelinek + + PR c++/85462 + * g++.dg/cpp0x/pr85462.C: New test. + +2018-04-19 H.J. Lu + + * gcc.target/i386/pr85404.c: Require CET target. + +2018-04-19 Jakub Jelinek + + PR tree-optimization/85467 + * gcc.dg/pr85467.c: New test. + +2018-04-19 Paolo Carlini + + PR c++/84611 + * g++.dg/parse/crash68.C: New. + +2018-04-19 H.J. Lu + + PR libgcc/85334 + * g++.dg/torture/pr85334.C: New test. + +2018-04-19 Jonathan Wakely + + PR c++/85464 - missing location for -Wignored-qualifiers diagnostic + * g++.dg/diagnostic/pr85464.C: New. + +2018-04-19 H.J. Lu + + PR target/85397 + * gcc.dg/torture/pr85397-1.c: New test. + * gcc.target/i386/cet-sjlj-6a.c: Adjusted. + * gcc.target/i386/cet-sjlj-6b.c: Likewise. + +2018-04-19 H.J. Lu + + PR target/85404 + * gcc.target/i386/pr85404.c: New test. + +2018-04-19 H.J. Lu + + PR target/85417 + * c-c++-common/attr-nocf-check-1.c: Compile with + -fcf-protection=none. + * c-c++-common/attr-nocf-check-3.c: Likewise. + * gcc.dg/march-generic.c: Likewise. + * gcc.target/i386/align-limit.c: Likewise. + * gcc.target/i386/cet-notrack-icf-1.c: Likewise. + * gcc.target/i386/cet-notrack-icf-3.c: Likewise. + * gcc.target/i386/cet-property-2.c: Likewise. + * gcc.target/i386/ret-thunk-26.c: Likewise. + * c-c++-common/fcf-protection-1.c: Remove dg-error for x86 + targets. + * c-c++-common/fcf-protection-2.c: Likewise. + * c-c++-common/fcf-protection-3.c: Likewise. + * c-c++-common/fcf-protection-5.c: Likewise. + * c-c++-common/fcf-protection-6.c: Likewise. + * c-c++-common/fcf-protection-7.c: Likewise. + * gcc.target/i386/cet-label-3.c: New test. + * gcc.target/i386/cet-property-3.c: Likewise. + * gcc.target/i386/cet-sjlj-7.c: Likewise. + * gcc.target/i386/pr85417-1.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-7.c: Also expect + __x86_indirect_thunk_nt_(r|e)ax + * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. + * gcc.target/i386/pr85403.c: Remove dg-error, + +2018-04-19 Sebastian Peryt + + * gcc.target/i386/movdir-1.c: New test. + +2018-04-19 Richard Biener + + PR middle-end/85455 + * gcc.dg/pr85455.c: New testcase. + +2018-04-19 Christophe Lyon + + * g++.dg/lto/pr85405_0.C: Require shared and fpic effective + targets. + * g++.dg/lto/pr85405b_0.C: Likewise. + * g++.dg/lto/pr84805_0.C: Likewise. + +2018-04-18 Martin Liska + + PR ipa/83983 + PR ipa/85391 + * g++.dg/lto/pr83121_1.C (struct Environment): Adjust expected + output. + +2018-04-18 H.J. Lu + + PR target/85388 + * gcc.dg/pr85388-1.c: New test. + * gcc.dg/pr85388-2.c: Likewise. + * gcc.dg/pr85388-3.c: Likewise. + * gcc.dg/pr85388-4.c: Likewise. + * gcc.dg/pr85388-5.c: Likewise. + * gcc.dg/pr85388-6.c: Likewise. + +2018-04-18 Jan Hubicka + Martin Liska + + * g++.dg/lto/pr83121_0.C: Update template. + * g++.dg/lto/pr83121_1.C: Update template. + * g++.dg/lto/pr84805_0.C: Update template. + * g++.dg/lto/pr84805_1.C: Update template. + * g++.dg/lto/pr84805_2.C: Update template. + +2018-04-18 Paolo Carlini + + PR c++/84630 + * g++.dg/cpp0x/pr84630.C: New. + +2018-04-18 Jakub Jelinek + + PR c++/84463 + * g++.dg/cpp0x/constexpr-nullptr-1.C: Add -O1 to dg-options. + * g++.dg/cpp0x/constexpr-nullptr-2.C: Expect different diagnostics + in two cases. Uncomment two other tests and add expected dg-error for + them. + * g++.dg/init/struct2.C: Cast to int rather than long to avoid + -Wnarrowing diagnostics on some targets for c++11. + * g++.dg/parse/array-size2.C: Remove xfail. + * g++.dg/cpp0x/constexpr-84463.C: New test. + +2018-04-17 Bill Schmidt + + * gcc.target/powerpc/undef-bool-2.c: Add -mvsx. + * gcc.target/g++.dg/ext/undef-bool-1.C: Likewise. + +2018-04-17 Jakub Jelinek + + PR testsuite/85326 + * g++.dg/other/pr81422.C: Require effective target tls and c++11. + * g++.dg/other/pr60675.C: Likewise. Remove -std=c++11 from dg-options. + * g++.dg/other/sve_tls_2.C: Require effective target tls. + +2018-04-13 Kelvin Nilsen + + * gcc.target/powerpc/bfp/scalar-extract-sig-5.c: Simplify to + prevent cascading of errors and change expected error message. + * gcc.target/powerpc/bfp/scalar-test-neg-4.c: Restrict this test + to 64-bit targets. + * gcc.target/powerpc/bfp/scalar-test-data-class-8.c: Likewise. + * gcc.target/powerpc/bfp/scalar-test-data-class-9.c: Likewise. + * gcc.target/powerpc/bfp/scalar-test-data-class-10.c: Likewise. + * gcc.target/powerpc/bfp/scalar-insert-exp-11.c: Change expected + error message. + * gcc.target/powerpc/bfp/scalar-extract-exp-5.c: Likewise. + +2018-04-17 Jakub Jelinek + + PR target/85430 + * gcc.dg/pr85430.c: New test. + +2018-04-17 Kyrylo Tkachov + + PR testsuite/85326 + * gcc.target/arm/pr54300.C: Move to... + * g++.dg/other/pr54300.C: ... Here. Add target directives. + * gcc.target/arm/pr55073.C: Move to... + * g++.dg/other/pr55073.C: ... Here. Add target directives. + * gcc.target/arm/pr56184.C: Move to... + * g++.dg/other/pr56184.C: ... Here. Add target directives. + * gcc.target/arm/pr59985.C: Move to... + * g++.dg/other/pr59985.C: ... Here. Add target directives. + * gcc.target/aarch64/pr60675.C: Move to... + * g++.dg/other/pr60675.C: ... Here. Add target directives. + * gcc.target/aarch64/pr81422.C: Move to... + * g++.dg/other/pr81422.C: ... Here. Add target directives. + * gcc.target/aarch64/sve/const_pred_1.C: Move to... + * g++.dg/other/sve_const_pred_1.C: ... Here. Add target directives. + * gcc.target/aarch64/sve/const_pred_2.C: Move to... + * g++.dg/other/sve_const_pred_2.C: ... Here. Add target directives. + * gcc.target/aarch64/sve/const_pred_3.C: Move to... + * g++.dg/other/sve_const_pred_3.C: ... Here. Add target directives. + * gcc.target/aarch64/sve/const_pred_4.C: Move to... + * g++.dg/other/sve_const_pred_4.C: ... Here. Add target directives. + * gcc.target/aarch64/sve/tls_2.C: Move to... + * g++.dg/other/sve_tls_2.C: ... Here. Add target directives. + * gcc.target/aarch64/pr81414.C: Rename to... + * gcc.target/aarch64/pr81414.c: ... This. + * gcc.target/aarch64/simd/pr67896.C: Rename to... + * gcc.target/aarch64/simd/pr67896.c: ... This. Update error expected + messages. + * gcc.target/aarch64/sve/vcond_1.C: Rename to... + * gcc.target/aarch64/sve/vcond_1.c: ... This. Avoid use of stdint.h. + * gcc.target/aarch64/sve/vcond_1_run.C: Rename to... + * gcc.target/aarch64/sve/vcond_1_run.c: ... This. Update include + file name. + +2018-04-17 Jakub Jelinek + + PR middle-end/85414 + * gcc.dg/pr85414.c: New test. + +2018-04-17 Martin Jambor + + PR ipa/85421 + * g++.dg/ipa/pr85421.C: New test. + +2018-04-17 Martin Liska + + PR lto/85405 + * g++.dg/lto/pr85405b_0.C: New test. + * g++.dg/lto/pr85405b_1.C: New test. + +2018-04-17 Martin Liska + + PR lto/85405 + * g++.dg/lto/pr85405_0.C: New test. + * g++.dg/lto/pr85405_1.C: New test. + +2018-04-17 Martin Liska + + PR ipa/85329 + * g++.dg/ext/pr85329-2.C: New test. + * g++.dg/ext/pr85329.C: New test. + * gcc.target/i386/mvc12.c: New test. + +2018-04-16 Alexandre Oliva + + PR c++/85039 + * g++.dg/pr85039-1.C: New. + * g++.dg/pr85039-2.C: New. + * g++.dg/parse/semicolon3.C: Remove test_offsetof. + +2018-04-16 Bill Schmidt + + PR target/85080 + * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: Skip dump checks + if the target supports efficient unaligned storage accesses. + +2018-04-16 Aaron Sawdey + + PR target/83660 + * gcc.target/powerpc/pr83660.C: New test. + +2018-04-16 H.J. Lu + + PR target/85403 + * gcc.target/i386/pr85403.c: New test. + +2018-04-16 Olga Makhotina + + PR target/84331 + * gcc.target/i386/funcspec-56.inc: Test arch=skylake. + +2018-04-16 Paolo Carlini + Jason Merrill + + PR c++/85112 + * g++.dg/cpp0x/pr85112.C: New. + +2018-04-15 Bill Schmidt + + PR testsuite/85326 + * g++.dg/ext/undef-bool-1.C: New file. + * gcc.target/powerpc/powerpc.exp: Remove .C support. + * gcc.target/powerpc/undef-bool-1.C: Remove file. + +2018-04-14 Segher Boessenkool + + PR target/85293 + * gcc.target/powerpc/pr80098-2.c: Remove -mdirect-move. Remove the + corresponding dg-error clause. + * gcc.target/powerpc/pr80098-3.c: Ditto. + * gcc.target/powerpc/pr80103-1.c: Delete. + +2018-04-14 Andre Vehreschild + + PR fortran/81773 + PR fortran/83606 + * gfortran.dg/coarray/get_to_indexed_array_1.f90: New test. + * gfortran.dg/coarray/get_to_indirect_array.f90: New test. + +2018-04-14 Thomas Koenig + + PR fortran/85387 + * gfortran.dg/implied_do_io_5.f90: New test. + +2018-04-13 Paul A. Clarke + + PR target/83402 + * gcc.target/powerpc/sse2-psllw-1.c: Refactor and add tests for + several values: positive, negative, and zero. + * gcc.target/powerpc/sse2-pslld-1.c: Same. + * gcc.target/powerpc/sse2-psllq-1.c: Same. + +2018-04-13 Vladimir Makarov + + PR rtl-optimization/79916 + * gcc.target/powerpc/pr79916.c: New. + +2018-04-13 Jakub Jelinek + + PR rtl-optimization/85393 + * g++.dg/opt/pr85393.C: New test. + * g++.dg/opt/pr85393-aux.cc: New file. + + PR rtl-optimization/85376 + * gcc.dg/pr85376.c: New test. + +2018-04-13 Andrey Belevantsev + + PR rtl-optimization/83852 + * gcc.dg/pr83852.c: New testcase. + +2018-04-13 Andreas Krebbel + + PR testsuite/85326 + * gcc.target/s390/pr77822-1.C: Rename to ... + * gcc.target/s390/pr77822-1.c: ... this. Add asm scan check. + * gcc.target/s390/pr77822-2.c: Add asm scan check. + * gcc.target/s390/s390.exp: Remove C from testcase regexps. + +2018-04-13 Jan Hubicka + + PR lto/71991 + * gcc.target/i386/pr71991.c: New testcase. + +2018-04-13 Martin Liska + Jakub Jelinek + + PR middle-end/81657 + * gcc.dg/string-opt-1.c: Remove bogus comment. Expect a mempcpy + call. + +2018-04-12 David Malcolm + + PR c++/85385 + * g++.dg/diagnostic/macro-arg-count.C: New test. + +2018-04-12 Thomas Koenig + + PR fortran/83064 + PR testsuite/85346 + * gfortran.dg/do_concurrent_5.f90: Dynamically allocate main work + array and move test to libgomp/testsuite/libgomp.fortran. + * gfortran.dg/do_concurrent_6.f90: New test. + +2018-04-12 Marek Polacek + + PR c++/85258 + * g++.dg/parse/error61.C: New test. + +2018-04-12 Kelvin Nilsen + + PR target/85347 + * gcc.target/powerpc/vec-ldl-1.c: Change dejagnu directives to + specify -mvsx on gcc command line. + +2018-04-12 Jakub Jelinek + + PR target/85328 + * gcc.target/i386/pr85328.c: New test. + +2018-04-12 Andreas Krebbel + + * gcc.target/s390/nobp-no-dwarf2-cfi.c: New test. + +2018-04-12 Jakub Jelinek + + PR rtl-optimization/85342 + * gcc.target/i386/pr85342.c: New test. + +2018-04-11 Jason Merrill + + * lib/asan-dg.exp (check_effective_target_fsanitize_address): False + if ulimit -v is set. + +2018-04-11 Bin Cheng + + PR testsuite/85190 + * gcc.dg/vect/pr81196.c: Remove function with undefined behavior. + +2018-04-11 Paolo Carlini + + * g++.dg/warn/Wzero-as-null-pointer-constant-7.C: Move... + * g++.dg/cpp0x/Wzero-as-null-pointer-constant-3.C: ... here. + +2018-04-11 Jakub Jelinek + + PR c++/70808 + * g++.dg/warn/Wzero-as-null-pointer-constant-7.C: Require c++11 + effective target. + +2018-04-11 Alexander Monakov + + PR target/84301 + * gcc.target/i386/pr84301.c: New test. + +2018-04-11 Jakub Jelinek + + PR tree-optimization/85331 + * gcc.c-torture/execute/pr85331.c: New test. + +2018-04-11 Marek Polacek + + PR c++/85032 + * g++.dg/cpp0x/pr51225.C: Adjust error message. + * g++.dg/cpp1z/constexpr-if21.C: New test. + +2018-04-11 Jakub Jelinek + + PR target/85281 + * gcc.target/i386/pr85281.c: New test. + +2018-04-11 Alexander Monakov + + PR rtl-optimization/84659 + * gcc.dg/pr84659.c: New test. + +2018-04-11 Jakub Jelinek + + PR debug/85302 + * g++.dg/debug/dwarf2/pr85302.C: New test. + +2018-04-11 Thomas Preud'homme + + PR target/85261 + * config/arm/arm-builtins.c (arm_expand_builtin): Force input operand + into register. + +2018-04-10 Paolo Carlini + + PR c++/70808 + * g++.dg/warn/Wzero-as-null-pointer-constant-7.C: New. + +2018-04-10 Segher Boessenkool + + * gcc.target/powerpc/dfmode_off.c: Add -fno-asynchronous-unwind-tables. + * gcc.target/powerpc/dimode_off.c: Ditto. + * gcc.target/powerpc/tfmode_off.c: Ditto. + * gcc.target/powerpc/timode_off.c: Ditto. + +2018-04-10 Kelvin Nilsen + + * gcc.target/powerpc/vec-ldl-1.c: New test. + * gcc.dg/vmx/ops-long-1.c: Correct test programs to reflect + corrections to ABI implementation. + +2018-04-10 Thomas Schwinge + + PR target/85056 + * gcc.target/nvptx/pr85056.c (main): Initialize "sum". + +2018-04-10 Jakub Jelinek + + PR rtl-optimization/85300 + * gcc.dg/pr85300.c: New test. + +2018-04-10 David Malcolm + + PR c++/85110 + * g++.dg/cpp1z/direct-enum-init1.C: Update for the cases + where we now show the pertinent parameter. + * g++.dg/diagnostic/aka2.C: Likewise. + * g++.dg/diagnostic/param-type-mismatch-2.C: Likewise. + +2018-04-10 Jakub Jelinek + + PR fortran/85313 + * gfortran.dg/gomp/pr85313.f90: New test. + +2018-04-10 Paolo Carlini + + PR c++/24314 + * g++.dg/parse/template29.C: New. + +2018-04-10 Bin Cheng + + PR testsuite/85190 + * gcc.dg/vect/pr81196.c: Adjust pointer for aligned access. + +2018-04-10 Jakub Jelinek + + PR target/85177 + PR target/85255 + * gcc.target/i386/avx512f-pr85177.c: New test. + * gcc.target/i386/avx512f-pr85255.c: New test. + +2018-04-10 Richard Sandiford + + PR tree-optimization/85286 + * gcc.dg/vect/pr85286.c: New test. + +2018-04-10 Kyrylo Tkachov + + PR target/85173 + * gcc.target/arm/pr85173.c: New test. + +2018-04-10 Jakub Jelinek + + PR lto/85248 + * gcc.dg/lto/pr85248_0.c: New test. + * gcc.dg/lto/pr85248_1.c: New test. + +2018-04-09 Jan Hubicka + + PR lto/85078 + * g++.dg/torture/pr85078.C: New. + +2018-04-09 Paolo Carlini + + PR c++/85227 + * g++.dg/cpp1z/decomp44.C: New. + * g++.dg/cpp1z/decomp45.C: Likewise. + +2018-04-09 Thomas Koenig + + PR fortran/83064 + * gfortran.dg/do_concurrent_5.f90: New test. + * gfortran.dg/vect/vect-do-concurrent-1.f90: Adjust dg-bogus + message. + +2018-04-09 Thomas Koenig + + PR fortran/51260 + * gfortran.dg/parameter_array_element_3.f90: New test. + +2018-04-09 Jakub Jelinek + + PR c++/85194 + * g++.dg/cpp1z/decomp43.C: New test. + + PR rtl-optimization/80463 + * g++.dg/pr80463.C: Add -w to dg-options. + +2018-04-09 Richard Biener + + PR tree-optimization/85284 + * gcc.dg/torture/pr85284.c: New testcase. + +2018-04-09 Andrey Belevantsev + + PR rtl-optimization/80463 + PR rtl-optimization/83972 + PR rtl-optimization/83480 + + * gcc.dg/pr80463.c: New test. + * g++.dg/pr80463.C: Likewise. + * gcc.dg/pr83972.c: Likewise. + +2018-04-09 Andrey Belevantsev + + PR rtl-optimization/83913 + * gcc.dg/pr83913.c: New test. + +2018-04-09 Andrey Belevantsev + + PR rtl-optimization/83962 + * gcc.dg/pr83962.c: New test. + +2018-04-09 Andrey Belevantsev + + PR rtl-optimization/83530 + * gcc.dg/pr83530.c: New test. + +2018-04-07 Thomas Koenig + + PR middle-end/82976 + * gfortran.dg/realloc_on_assign_16a.f90: New test. + +2018-04-07 Jakub Jelinek + + PR tree-optimization/85257 + * gcc.dg/pr85257.c: New test. + +2018-04-06 Eric Botcazou + + * g++.dg/opt/pr85196.C: New test. + +2018-04-06 David Malcolm + + PR c++/84269 + * g++.dg/lookup/missing-std-include-6.C: Move std::array and + std::tuple here since they need C++11. + * g++.dg/lookup/missing-std-include-8.C: New test. + * g++.dg/lookup/missing-std-include.C: Move std::array and + std::tuple test to missing-std-include-6.C to avoid failures + with C++98. + +2018-04-06 Jakub Jelinek + + PR debug/85252 + * gcc.dg/debug/pr85252.c: New test. + + PR rtl-optimization/84872 + * gcc.dg/graphite/pr84872.c: New test. + + PR c++/85210 + * g++.dg/cpp1z/decomp42.C: New test. + +2018-04-06 David Malcolm + + PR c++/85021 + * g++.dg/lookup/missing-std-include-7.C: New test. + +2018-04-06 Tamar Christina + + * gcc.dg/struct-simple.c: Revert r254862. + * lib/target-supports.exp + (check_effective_target_word_mode_no_slow_unalign): Likewise. + +2018-04-06 Richard Biener + + PR middle-end/85244 + * gcc.dg/torture/pr85244-1.c: New testcase. + * gcc.dg/torture/pr85244-2.c: Likewise. + +2018-04-06 Jakub Jelinek + + PR sanitizer/85213 + * c-c++-common/ubsan/pr85213.c: New test. + +2018-04-06 Richard Biener + + PR middle-end/85180 + * gcc.dg/pr85180.c: New testcase. + +2018-04-06 Andreas Krebbel + + * gcc.target/s390/vector/vcond-shift.c: Use the proper conditions + to trigger the optimization. Do some cleanup and function + renaming. Add more test functions. + +2018-04-06 Andreas Krebbel + + * gcc.target/s390/s390.exp: Remove -O0 from list of torture + options. + * gcc.target/s390/hotpatch-1.c: Skip when building without + optimization. + * gcc.target/s390/hotpatch-10.c: Likewise. + * gcc.target/s390/hotpatch-11.c: Likewise. + * gcc.target/s390/hotpatch-12.c: Likewise. + * gcc.target/s390/hotpatch-13.c: Likewise. + * gcc.target/s390/hotpatch-14.c: Likewise. + * gcc.target/s390/hotpatch-15.c: Likewise. + * gcc.target/s390/hotpatch-16.c: Likewise. + * gcc.target/s390/hotpatch-17.c: Likewise. + * gcc.target/s390/hotpatch-18.c: Likewise. + * gcc.target/s390/hotpatch-19.c: Likewise. + * gcc.target/s390/hotpatch-2.c: Likewise. + * gcc.target/s390/hotpatch-3.c: Likewise. + * gcc.target/s390/hotpatch-4.c: Likewise. + * gcc.target/s390/hotpatch-5.c: Likewise. + * gcc.target/s390/hotpatch-6.c: Likewise. + * gcc.target/s390/hotpatch-7.c: Likewise. + * gcc.target/s390/hotpatch-8.c: Likewise. + * gcc.target/s390/hotpatch-9.c: Likewise. + +2018-04-06 Andreas Krebbel + + * c-c++-common/Wattributes.c: Disable warning for s390* target and + check for an error instead. + * gcc.dg/Wattributes-6.c: Likewise. + +2018-04-05 Jakub Jelinek + + PR c++/85209 + * g++.dg/cpp1z/decomp39.C: New test. + * g++.dg/cpp1z/decomp40.C: New test. + + PR c++/85208 + * g++.dg/cpp1z/decomp41.C: New test. + + PR middle-end/85195 + * gcc.dg/pr85195.c: New test. + +2018-04-05 Paolo Carlini + + PR c++/80956 + * g++.dg/cpp0x/initlist100.C: New. + * g++.dg/cpp0x/initlist101.C: Likewise. + +2018-04-05 Paolo Carlini + + PR c++/84792 + * g++.dg/other/pr84792-1.C: New. + * g++.dg/other/pr84792-2.C: Likewise. + +2018-04-05 Uros Bizjak + + PR target/85193 + * gcc.target/i386/pr85193.c: New test. + +2018-04-05 Alexandre Oliva + + PR c++/84979 + * g++.dg/concepts/pr84979.C: New. + * g++.dg/concepts/pr84979-2.C: New. + * g++.dg/concepts/pr84979-3.C: New. + +2018-04-04 Paolo Carlini + + PR c++/80026 + * g++.dg/cpp0x/variadic174.C: New. + +2018-04-04 Jakub Jelinek + + PR inline-asm/85172 + * g++.dg/ext/builtin13.C: New test. + * g++.dg/ext/atomic-4.C: New test. + + PR c++/85146 + * g++.dg/ext/bases2.C: Expect extra error diagnostics. + * g++.dg/ext/bases3.C: New test. + +2018-04-04 Thomas Preud'homme + + PR target/85203 + * gcc.target/arm/cmse/cmse-1.c: Tighten cmse_nonsecure_caller RTL scan + to match a single insn of the baz function. Move scan directives at + the end of the file below the functions they are trying to test for + better readability. + * gcc.target/arm/cmse/cmse-16.c: New testcase. + +2018-04-04 Peter Bergner + + PR rtl-optimization/84878 + * gcc.target/powerpc/pr84878.c: New test. + +2018-04-04 Michael Matz + + * gcc.dg/Wstringop-overflow-4.c: New test. + * c-c++-common/Wstringop-truncation-4.c: Adjust. + +2018-04-04 Jakub Jelinek + + PR testsuite/85189 + * g++.dg/inherit/override-attribs.C: Use dg-message instead of dg-error + for the diagnostics of overridden functions. Adjust for new wording. + +2018-04-04 Richard Biener + + PR lto/85176 + * g++.dg/lto/pr85176_0.C: New testcase. + +2018-04-04 Richard Biener + + PR testsuite/85191 + * lib/target-supports.exp (check_effective_target_vect_perm_short): + Fix typo. + +2018-04-04 Martin Liska + + PR sanitizer/85174 + * c-c++-common/asan/pointer-compare-1.c: Disable section anchors + and msdata as a workaround for powerpc. + +2018-04-04 Richard Biener + + PR tree-optimization/85168 + * gcc.dg/torture/pr85168.c: New testcase. + +2018-04-04 Alexandre Oliva + + PR c++/84943 + * g++.dg/pr84943.C: New. + * g++.dg/pr84943-2.C: New. + +2018-04-03 Jakub Jelinek + + PR rtl-optimization/85167 + * gcc.dg/pr85167.c: New test. + + PR tree-optimization/85156 + * c-c++-common/pr85156.c: New test. + * gcc.c-torture/execute/pr85156.c: New test. + +2018-04-03 Bill Schmidt + + * gcc.target/powerpc/powerpc.exp: Add .C suffix for main loop. + * gcc.target/powerpc/undef-bool-1.C: New file. + * gcc.target/powerpc/undef-bool-2.c: New file. + +2018-04-03 Paolo Carlini + + PR c++/84768 + * g++.dg/cpp1z/class-deduction52.C: New. + +2018-04-03 Jakub Jelinek + + PR c++/85147 + * g++.dg/cpp0x/pr85147.C: New test. + + PR c++/85140 + * g++.dg/cpp0x/gen-attrs-64.C: New test. + + PR c++/85134 + * g++.dg/gomp/pr85134.C: New test. + * g++.dg/cpp0x/constexpr-ice19.C: Expect one further error. + + PR target/85169 + * gcc.c-torture/execute/pr85169.c: New test. + * gcc.target/i386/avx512f-pr85169.c: New test. + * gcc.target/i386/avx512bw-pr85169.c: New test. + +2018-04-03 Segher Boessenkool + + PR target/85126 + * gcc.target/powerpc/pr69946: Adjust comment. Remove + scan-assembler-times clause. + +2018-04-03 Christophe Lyon + + * gcc.target/arm/armv8_2-fp16-move-1.c: Move -mfloat-abi=hard to + dg-additional-options. + +2018-04-03 Segher Boessenkool + + * gcc.target/powerpc/pr82015.c: Use __vector instead of vector. + +2018-04-03 Richard Biener + + PR testsuite/85154 + * gcc.dg/vect/vect-95.c: Remove scan for alignment peeling. + +2018-04-02 Jim Wilson + + * gcc.target/riscv/pr84660.c: New. + * gcc.target/riscv/shift-and-1.c: New. + * gcc.target/riscv/shift-and-2.c: New. + +2018-04-02 Thomas Koenig + + PR fortran/85102 + * gfortran.dg/array_simplify_2.f90: New test. + +2018-04-01 Jakub Jelinek + + PR middle-end/85090 + * gcc.target/i386/avx512f-pr85090-1.c: New test. + * gcc.target/i386/avx512f-pr85090-2.c: New test. + * gcc.target/i386/avx512f-pr85090-3.c: New test. + * gcc.target/i386/avx512bw-pr85090-2.c: New test. + * gcc.target/i386/avx512bw-pr85090-3.c: New test. + +2018-03-31 Alexandre Oliva + + PR c++/85027 + * g++.dg/pr85027.C: New. + +2018-03-31 Segher Boessenkool + + PR target/83315 + * gcc.target/powerpc/sse-maxps-2.c: New test. + * gcc.target/powerpc/sse-minps-2.c: New test. + +2018-03-30 Jakub Jelinek + + PR c++/84791 + * g++.dg/gomp/pr84791.C: New test. + +2018-03-30 Paul Thomas + + PR fortran/84931 + * gfortran.dg/array_constructor_53.f90: New test. + +2018-03-30 Thomas Koenig + + PR fortran/85130 + * gfortran.dg/substr_6.f90: Remove illegal test for + out-of-bounds substring. + +2017-03-30 Thomas Koenig + + PR fortran/85111 + * gfortran.dg/zero_sized_10.f90: New test. + +2018-03-29 David Malcolm + + PR c++/84269 + * g++.dg/lookup/missing-std-include-6.C: New test. + * g++.dg/lookup/missing-std-include.C: Add std::pair and + std::tuple tests. + * g++.dg/spellcheck-reswords.C: Expect a hint about . + * g++.dg/spellcheck-stdlib.C: Add tests for names in , + , , and . + +2018-03-29 Vladimir Makarov + + PR inline-asm/84985 + * gcc.target/i386/pr84985.c: New. + +2018-03-29 David Malcolm + + PR c++/85110 + * g++.dg/diagnostic/param-type-mismatch-2.C: New test. + +2018-03-29 Jakub Jelinek + + PR c++/85108 + * g++.dg/warn/Wunused-var-31.C: New test. + + PR c/85094 + * c-c++-common/Wduplicated-branches-14.c: New test. + +2018-03-29 Paolo Carlini + + PR c++/84606 + * g++.dg/cpp0x/pr84606.C: New. + +2018-03-29 Carl Love + + Revert + 2017-09-27 Carl Love + + * gcc.target/powerpc/builtin-fctid-fctiw-runnable.c: New test file + for the __builtin_fctid and __builtin_fctiw. + +2018-03-28 Peter Bergner + + PR target/84912 + * gcc.target/powerpc/extend-divide-1.c (div_weo): Remove test for + deleted builtin function. + (div_weuo): Likewise. + * gcc.target/powerpc/extend-divide-2.c (div_deo): Likewise. + (div_deuo): Likewise. + +2018-03-28 Paolo Carlini + + PR c++/85028 + * g++.dg/other/default13.C: New. + +2018-03-28 Jakub Jelinek + + PR target/85095 + * gcc.target/i386/pr85095-1.c: New test. + * gcc.target/i386/pr85095-2.c: New test. + * gcc.c-torture/execute/pr85095.c: New test. + + PR tree-optimization/82004 + * gcc.dg/pr82004.c: New test. + +2018-03-28 Jakub Jelinek + Martin Liska + + PR sanitizer/85081 + * g++.dg/asan/pr85081.C: New test. + +2018-03-28 Alexandre Oliva + + PR c++/84789 + * g++.dg/template/pr84789.C: Adjust for testing with + -fconcepts too. + + PR c++/84973 + * g++.dg/template/pr84973.C: New. + * g++.dg/template/pr84973-2.C: New. + * g++.dg/template/pr84973-3.C: New. + + PR c++/84968 + * g++.dg/eh/pr84968.C: New. + +2018-03-27 Michael Meissner + + PR target/84914 + * gcc.target/powerpc/mulkc-2.c: New tests to make sure complex + long double multiply/divide uses the correct function. + * gcc.target/powerpc/mulkc-3.c: Likewise. + * gcc.target/powerpc/divkc-2.c: Likewise. + * gcc.target/powerpc/divkc-3.c: Likewise. + +2018-03-27 Paolo Carlini + + PR c++/85067 + * g++.dg/cpp0x/defaulted51.C: New. + * g++.dg/cpp0x/constexpr-68754.C: Adjust. + +2018-03-27 Jakub Jelinek + + PR c++/85077 + * g++.dg/ext/vector35.C: New test. + + PR c++/85061 + * g++.dg/ext/builtin-offsetof3.C: New test. + + PR c++/85076 + * g++.dg/cpp1y/pr85076.C: New test. + +2018-03-27 Thomas Koenig + + PR fortran/85084 + * gfortran.dg/matmul_rank_1.f90: New test. + +2018-03-27 Thomas Koenig + Harald Anlauf + + * gfortran.dg/structure_constructor_15.f90: New test. + +2018-03-27 Volker Reichelt + + * g++.dg/cpp0x/defaulted2.C: Use dg-message instead of dg-error + for the diagnostics of overridden functions. Adjust for new wording. + * g++.dg/cpp0x/implicit1.C: Likewise. + * g++.dg/cpp0x/override1.C: Likewise. + * g++.dg/cpp1y/auto-fn18.C: Likewise. + * g++.dg/eh/shadow1.C: Likewise. + * g++.dg/inherit/covariant12.C: Likewise. + * g++.dg/inherit/covariant14.C: Likewise. + * g++.dg/inherit/covariant15.C: Likewise. + * g++.dg/inherit/covariant16.C: Likewise. + * g++.dg/inherit/covariant22.C: Likewise. + * g++.dg/inherit/crash3.C: Likewise. + * g++.dg/inherit/error2.C: Likewise. + * g++.dg/template/crash100.C: Likewise. + * g++.old-deja/g++.eh/spec6.C: Likewise. + * g++.old-deja/g++.mike/p811.C: Likewise. + * g++.old-deja/g++.other/virtual11.C: Likewise. + * g++.old-deja/g++.other/virtual4.C: Likewise. + +2018-03-27 H.J. Lu + + PR target/85044 + * gcc.target/i386/pr85044.c: New test. + +2018-03-27 Martin Sebor + + PR testsuite/83462 + * c-c++-common/Warray-bounds-4.c: Disable assertion for targets + other than x86. + +2018-03-27 Kyrylo Tkachov + + PR target/83009 + * gcc.target/aarch64/store_v2vec_lanes.c: XFAIL for ilp32. + +2018-03-27 Ramana Radhakrishnan + + PR target/81863 + * gcc.target/arm/pr81863.c: New test. + +2018-03-27 Cesar Philippidis + + PR target/85056 + * gcc.target/nvptx/pr85056.c: New test. + * gcc.target/nvptx/pr85056a.c: New test. + +2018-03-27 Richard Biener + + PR testsuite/82847 + * lib/target-supports.exp (check_ssse3_available): New function. + (check_effective_target_vect_perm_short): Enable for x86 if + check_ssse3_available. + +2018-03-27 Richard Biener + + PR tree-optimization/85082 + * gfortran.dg/pr85082.f90: New testcase. + +2018-03-27 Chenghua Xu + + * gcc.target/mips/umips-stroe16-2.c: Change "length = 2" + to "l=2" in dg-final. + +2018-03-27 Chenghua Xu + + * gcc.target/mips/fix-r4000-1.c: Delete "[^\n]+" in dg-final. + * gcc.target/mips/fix-r4000-2.c: Likewise. + * gcc.target/mips/fix-r4000-3.c: Likewise. + * gcc.target/mips/fix-r4000-4.c: Likewise. + * gcc.target/mips/fix-r4000-5.c: Likewise. + * gcc.target/mips/fix-r4000-6.c: Likewise. + * gcc.target/mips/fix-r4000-7.c: Likewise. + * gcc.target/mips/fix-r4000-8.c: Likewise. + * gcc.target/mips/fix-r4000-9.c: Likewise. + * gcc.target/mips/fix-r4000-10.c: Likewise. + * gcc.target/mips/fix-r4000-7.c: Change dg-final + "mulditi3_r4000" instead of "mulditi3". + * gcc.target/mips/fix-r4000-8.c: Change dg-final + "umulditi3_r4000" instead of "umulditi3". + +2018-03-27 Jakub Jelinek + + PR c++/85068 + * g++.dg/inherit/covariant22.C: New test. + +2018-03-27 Richard Biener + + PR testsuite/84004 + * gcc.dg/vect/vect-95.c: Never expect the loop to be peeled for + alignment. + +2018-03-27 Paolo Carlini + Jason Merrill + + PR c++/84632 + * g++.dg/init/array49.C: New. + * g++.dg/torture/pr70499.C: Adjust. + +2018-03-26 Uros Bizjak + + PR target/85073 + * gcc.target/i386/pr85073.c: New test. + +2018-03-26 Richard Biener + + PR testsuite/85066 + * gcc.dg/vect/costmodel/x86_64/costmodel-pr84986.c: Use long long + instead of long. + +2018-03-26 Thomas Koenig + + PR fortran/66709 + * gfortran.dg/parameter_array_format.f90: New test. + +2018-03-25 Thomas Koenig + Neil Carlson + + PR fortran/84381 + * gfortran.dg/literal_character_constant_1.inc: Replace + call abort by STOP n. + * gfortran.dg/overload_1.f90: Likewise. + +2018-03-25 Seth Johnson + Dominique d'Humieres + + PR fortran/84924 + * gfortran.dg/scalar_pointer_1.f90: New test. + +2018-03-25 Tom de Vries + + * gcc.dg/tree-ssa/vrp104.c: Make scan-tree-dump-times pattern more + precise. + +2018-03-24 Jerry DeLisle + + PR fortran/69497 + * gfortran.dg/pr89497.f90: New test. + +2018-03-24 Thomas Koenig + + PR fortran/70068 + * gfortran.dg/substr_7.f90: New test. + +2018-03-24 Steven G. Kargl + + PR fortran/42651 + * gfortran.dg/pr42651.f90: New test. + * gfortran.dg/func_result_7.f90: Update error message. + +2018-03-24 Richard Sandiford + + PR tree-optimization/84005 + * gcc.dg/vect/bb-slp-1.c: Make sure there is no message about + failing to force the alignment. + +2018-03-23 Peter Bergner + + * gcc.target/powerpc/builtins-1-le.c : Rename duplicate test + from this to... + : ...this. + +2018-03-23 Peter Bergner + + * gcc.target/powerpc/builtins-1-le.c: Filter out gimple folding disabled + message. Fix scan-assembler patterns. + +2018-03-23 Jakub Jelinek + + PR c++/85015 + * g++.dg/cpp0x/pr85015.C: New test. + + PR c++/84942 + * g++.dg/cpp1y/pr84942.C: New test. + +2018-03-23 Vladimir Makarov + + PR inline-asm/85030 + * gcc.target/i386/pr85030.c: New. + +2018-03-23 Kyrylo Tkachov + + PR target/85026 + * g++.dg/pr85026.C: New test. + +2018-03-23 David Edelsohn + + * g++.dg/debug/pr84704.C: XFAIL AIX. + +2018-03-23 Sudakshina Das + + PR target/84826 + * gcc.target/arm/pr84826.c: Add dg directive. + +2018-03-23 Marek Polacek + + PR c++/85033 + * g++.dg/ext/builtin-offsetof2.C: New test. + + PR c++/85045 + * g++.dg/cpp0x/Wnarrowing5.C: New test. + * gcc.dg/pr85045.c: New test. + +2018-03-23 Eric Botcazou + + PR debug/85020 + * gnat.dg/lto22.adb: New test. + * gnat.dg/lto22_pkg1.ad[sb]: New helper. + * gnat.dg/lto22_pkg2.ads: Likewise. + +2018-03-23 Jakub Jelinek + + PR c/80778 + * gcc.dg/lto/pr80778_0.c: New test. + + PR inline-asm/85034 + * gcc.target/i386/pr85034.c: New test. + + PR inline-asm/85022 + * c-c++-common/torture/pr85022.c: New test. + + PR sanitizer/85029 + * g++.dg/ubsan/pr85029.C: New test. + +2018-03-23 Alexandre Oliva + + PR c++/71251 + * g++.dg/cpp0x/pr71251.C: New. + + PR c++/84789 + * g++.dg/template/pr84789.C: New. + * g++.dg/template/pr84789-2.C: New. + * g++.dg/template/pr84789-3.C: New. + * g++.dg/parse/dtor11.C: Accept alternate error message. + + PR c++/84729 + * g++.dg/pr84729.C: New. + * g++.old-deja/g++.ext/arrnew2.C: Require error. + * g++.old-deja/g++.robertl/eb58.C: Likewise. + * g++.old-deja/g++.robertl/eb63.C: Likewise. + +2018-03-22 Steven G. Kargl + + PR fortran/84922 + * gfortran.dg/interface_42.f90: New test. + * gfortran.dg/interface_43.f90: New test. + +2018-03-22 Sudakshina Das + + PR target/84826 + * gcc.target/arm/pr84826.c: New test. + +2018-03-22 Christophe Lyon + + * gcc.target/arm/addr-modes-float.c: Move dg-do before + dg-require-effective-target. + * gcc.target/arm/addr-modes-int.c: Likewise. + * gcc.target/nios2/lo-addr-tls.c: Likewise. + +2018-03-22 Kelvin Nilsen + + PR target/84760 + * gcc.target/powerpc/altivec-ld-1.c: New test. + +2018-03-22 Bin Cheng + + * gcc.dg/graphite/pr83126.c: Require pthread for the test. + +2018-03-22 Jakub Jelinek + + PR inline-asm/84941 + * gcc.dg/pr84941.c: New test. + +2018-03-22 Tom de Vries + + PR tree-optimization/84956 + * gcc.dg/pr84956.c: New test. + +2018-03-22 Marek Polacek + + PR c++/84854 + * g++.dg/cpp1z/constexpr-if15.C: New test. + * g++.dg/cpp1z/constexpr-if16.C: New test. + +2018-03-21 Joseph Myers + + * gcc.dg/builtin-tgmath-3.c: New test. + +2018-03-21 Alexandre Oliva + + PR c++/71965 + * g++.dg/concepts/pr71965.C: New. + + PR c++/84610 + PR c++/84642 + * g++.dg/cpp0x/pr84610.C: New. + * g++.dg/cpp0x/pr84642.C: New. + +2018-03-21 Jakub Jelinek + + PR c/84999 + * c-c++-common/pr84999.c: New test. + +2018-03-21 Paolo Carlini + + PR c++/84972 + * g++.dg/ext/desig10.C: New. + +2018-03-21 Thomas Koenig + Harald Anlauf + + PR fortran/84957 + * gfortran.dg/pr84957.f90: New test. + +2018-03-21 Jakub Jelinek + + PR tree-optimization/84960 + * gcc.c-torture/compile/pr84960.c: New test. + +2018-03-21 Richard Sandiford + + PR tree-optimization/84811 + * gcc.dg/torture/pr84811.c: New test. + +2018-03-21 Jakub Jelinek + + PR tree-optimization/84982 + * c-c++-common/pr84982.c: New test. + + PR c++/84961 + * c-c++-common/pr43690.c: Don't expect errors on "m" (--x) and + "m" (++x) in C++. + * g++.dg/torture/pr84961-1.C: New test. + * g++.dg/torture/pr84961-2.C: New test. + +2018-03-21 Nathan Sidwell + + PR c++/85008 + * g++.dg/pr85008.C: New. + +2018-03-21 Janne Blomqvist + + PR fortran/84615 + * gfortran.dg/char_result_17.f90: New test. + +2018-03-21 David Malcolm + + PR c++/84994 + * g++.dg/other/accessor-fixits-1.C: Move to... + * g++.dg/torture/accessor-fixits-1.C: ...here. + * g++.dg/other/accessor-fixits-2.C: Move to... + * g++.dg/torture/accessor-fixits-2.C: ...here. + * g++.dg/other/accessor-fixits-3.C: Move to... + * g++.dg/torture/accessor-fixits-3.C: ...here. + * g++.dg/other/accessor-fixits-4.C: Move to... + * g++.dg/torture/accessor-fixits-4.C: ...here. + * g++.dg/other/accessor-fixits-5.C: Move to... + * g++.dg/torture/accessor-fixits-5.C: ...here. + * g++.dg/torture/accessor-fixits-6.C: New testcase. + * g++.dg/torture/accessor-fixits-7.C: New testcase. + * g++.dg/torture/accessor-fixits-8.C: New testcase. + +2018-03-21 Rainer Orth + + * gcc.dg/tree-ssa/pr84512.c: xfail on 64-bit SPARC. + +2018-03-21 Sudakshina Das + + PR target/82989 + * gcc.target/arm/pr82989.c: Change dg scan-assembly directives. + +2018-03-21 Nathan Sidwell + + PR c++/84804 + * g++.dg/lookup/pr84804.C: New. + +2018-03-21 Martin Sebor + + PR c++/84850 + * g++.dg/Wclass-memaccess-3.C: New test. + * g++.dg/Wclass-memaccess-4.C: New test. + +2018-03-21 David Malcolm + + PR c++/84892 + * g++.dg/other/accessor-fixits-1.C + (test_access_const_t1_color): New. + (test_deref_const_t1_color): New. + * g++.dg/other/accessor-fixits-5.C: New testcase. + +2018-03-21 Tom de Vries + + PR tree-optimization/83126 + * gcc.dg/graphite/pr83126.c: New test. + +2018-03-21 Nathan Sidwell + + * g++.dg/ext/anon-struct6.C: Adjust. + * g++.dg/ext/deprecate-1.C: New. + * g++.dg/ext/deprecate-2.C: New. + * g++.dg/lookup/pr84602.C: Adjust. + * g++.dg/lookup/pr84962.C: Adjust. + * g++.old-deja/g++.other/anon4.C + + PR c++/84836 + * g++.dg/lookup/pr84836.C: New. + +2018-03-21 Bin Cheng + + PR tree-optimization/84969 + * gcc.dg/tree-ssa/pr84969.c: New test. + +2018-03-21 Jakub Jelinek + + PR rtl-optimization/84989 + * gcc.target/i386/pr84989.c: New test. + +2018-03-21 Christophe Lyon + + * gcc.target/arm/pr82518.c: Require arm_neon_hw. + +2018-03-21 Martin Liska + + PR ipa/84963 + * gfortran.dg/goacc/pr84963.f90: New test. + +2018-03-21 Marek Polacek + + PR c++/71638, ICE with NSDMI and reference. + * g++.dg/cpp0x/nsdmi14.C: New test. + * g++.dg/cpp1y/nsdmi-aggr10.C: New test. + +2018-03-21 Chenghua Xu + + * gcc.dg/vect/vect-strided-shift-1.c: Add dg-skip-if for + MIPS with -mpaired-single directives. + +2018-03-20 Steven G. Kargl + + PR fortran/85001 + * gfortran.dg/interface_41.f90: New test. + +2018-03-20 Jakub Jelinek + + PR debug/84875 + * gcc.dg/pr84875.c: New test. + +2018-03-20 Marek Polacek + + PR c++/84978, ICE with NRVO. + * g++.dg/opt/nrv19.C: New test. + +2018-03-20 Kyrylo Tkachov + + PR target/82518 + * lib/target-supports.exp (check_effective_target_vect_load_lanes): + Disable for armeb targets. + * gcc.target/arm/pr82518.c: New test. + +2018-03-20 Nathan Sidwell + + PR c++/84962 + * g++.dg/lookup/pr84962.C: New. + + PR c++/84970 + * g++.dg/lookup/pr84970.C: New. + +2018-03-20 Richard Biener + + PR target/84986 + * gcc.dg/vect/costmodel/x86_64/costmodel-pr84986.c: New testcase. + +2018-03-20 Martin Liska + + PR ipa/84825 + * g++.dg/ipa/pr84825.C: New test. + +2018-03-20 Martin Liska + + * gcc.dg/lto/chkp-ctor-merge_0.c: Remove. + +2018-03-20 Jakub Jelinek + + PR target/84845 + * gcc.c-torture/compile/pr84845.c: New test. + +2018-03-20 Sudakshina Das + + PR target/82989 + * gcc.target/arm/pr82989.c: New test. + +2018-03-20 Jakub Jelinek + + PR target/84945 + * gcc.target/i386/pr84945.c: New test. + +2018-03-20 Christophe Lyon + + PR target/81647 + * gcc.target/aarch64/pr81647.c: Require fenv_exceptions. + +2018-03-20 Jakub Jelinek + + PR c/84953 + * gcc.dg/pr84953.c: New test. + +2018-03-19 Marek Polacek + + PR c++/84925 + * g++.dg/cpp1z/lambda-__func__.C: New test. + + PR c++/84927 + * g++.dg/cpp1y/nsdmi-aggr9.C: New test. + +2018-03-19 Maxim Ostapenko + + PR sanitizer/78651 + * g++.dg/asan/pr78651.C: New test. + +2018-03-19 Tom de Vries + + * gcc.dg/tree-ssa/pr84512.c: Don't require effective target + vect_int_mult. Add nvptx xfail for PR84958. + +2018-03-19 Nathan Sidwell + + PR c++/84835 + * g++.dg/cpp1y/pr84835.C: New. + +2018-03-19 Sudakshina Das + + PR target/81647 + * gcc.target/aarch64/pr81647.c: New. + +2018-03-19 Richard Biener + + PR tree-optimization/84933 + * g++.dg/pr84933.C: New testcase. + +2018-03-19 Richard Biener + + PR tree-optimization/84859 + * gcc.dg/tree-ssa/pr84859.c: New testcase. + * gcc.dg/tree-ssa/pr35286.c: Disable cselim. + * gcc.dg/tree-ssa/split-path-6.c: Likewise. + * gcc.dg/tree-ssa/split-path-7.c: Likewise. + +2018-03-19 Nathan Sidwell + + PR c++/84812 + * g++.dg/lookup/pr84812.C: New. + +2018-03-19 Richard Biener + + PR tree-optimization/84929 + * gcc.dg/torture/pr84929.c: New testcase. + +2018-03-19 Tamar Christina + + PR target/84711 + * gcc.target/arm/big-endian-subreg.c: Delete. + +2018-03-19 Thomas Koenig + + PR fortran/84931 + * gfortran.dg/array_constructor_52.f90: New test. + +2018-03-17 Steven G. Kargl + + PR fortran/77414 + * gfortran.dg/pr77414.f90: New test. + * gfortran.dg/internal_references_1.f90: Adjust error message. + +2018-03-18 Steven G. Kargl + + PR fortran/65453 + * gfortran.dg/pr65453.f90: New test. + +2018-03-18 Richard Sandiford + + PR tree-optimization/84913 + * gfortran.dg/vect/pr84913.f90: New test. + +2018-03-18 Thomas Koenig + + PR fortran/79929 + * gfortran.dg/warn_concat.f90: New test. + +2018-03-16 Jakub Jelinek + + PR target/84899 + * gcc.dg/pr84899.c: New test. + +2018-03-16 Steven G. Kargl + + PR fortran/69395 + * gfortran.dg/pr69395.f90: Add test for max dimensions + +2018-03-16 Vladimir Makarov + + PR target/84876 + * gcc.target/i386/pr84876.c: New test. + +2018-03-16 Martin Liska + + PR ipa/84833 + * gcc.target/i386/mvc11.c: New test. + +2018-03-16 Martin Liska + + PR ipa/84722 + * gcc.target/i386/mvc10.c: New test. + +2018-03-16 Jakub Jelinek + + PR c++/79937 + PR c++/82410 + * g++.dg/cpp1y/pr79937-1.C: New test. + * g++.dg/cpp1y/pr79937-2.C: New test. + * g++.dg/cpp1y/pr79937-3.C: New test. + * g++.dg/cpp1y/pr79937-4.C: New test. + * g++.dg/cpp1y/pr82410.C: New test. + +2018-03-16 Tom de Vries + + * gcc.dg/tree-ssa/pr84512.c: Require effective target vect_int_mult. + +2018-03-16 Tom de Vries + + * gcc.dg/builtin-unreachable-6.c: Require effective target label_values. + +2018-03-16 Jakub Jelinek + + PR c++/84874 + * g++.dg/cpp2a/desig8.C: New test. + + PR tree-optimization/84841 + * gcc.dg/pr84841.c: New test. + + PR c++/84874 + * g++.dg/cpp2a/desig7.C: New test. + +2018-03-16 Mark Doffman + Jim MacArthur + + * gfortran.dg/automatic_1.f90: New test. + * gfortran.dg/automatic_repeat.f90: New test + * gfortran.dg/automatic_save.f90: New test. + * gfortran.dg/vax_structure.f90: New test. + +2018-03-15 Steven G. Kargl + + PR fortran/78741 + * gfortran.dg/pr78741.f90: New test. + +2018-03-15 Steven G. Kargl + + PR fortran/69395 + * gfortran.dg/pr69395.f90: New test. + +2018-03-15 Jakub Jelinek + + PR c++/79085 + * g++.dg/opt/pr79085.C: New test. + +2018-03-15 H.J. Lu + + PR target/84574 + * gcc.target/i386/ret-thunk-9.c: Expect __x86_return_thunk + label instead of __x86_indirect_thunk label. + +2018-03-15 Jakub Jelinek + + PR c++/84222 + * g++.dg/warn/deprecated.C (T::member3): Change dg-warning to dg-bogus. + * g++.dg/warn/deprecated-6.C (T::member3): Likewise. + * g++.dg/warn/deprecated-13.C: New test. + +2018-03-15 Olga Makhotina + + * gcc.target/i386/sgx.c (_enclv_u32): Test new intrinsic. + +2018-03-15 Richard Biener + + PR c/84873 + * c-c++-common/pr84873.c: New testcase. + +2018-03-15 Tamar Christina + + PR target/84711 + * gcc.target/arm/big-endian-subreg.c: New. + +2018-03-15 Jakub Jelinek + + PR target/84860 + * gcc.c-torture/compile/pr84860.c: New test. + +2018-03-15 Julia Koval + + * gcc.target/i386/builtin_target.c (check_intel_cpu_model): Add + cannonlake. + (check_features): Add avx512vbmi2, gfni, vpclmulqdq, avx512vnni, + avx512bitalg. + +2018-03-15 Jakub Jelinek + + PR c/84853 + * gcc.dg/pr84853.c: New test. + +2018-03-14 Carl Love + + * gcc.target/powerpc/builtins-7-runnable.c: New test file. + +2018-03-14 Martin Liska + + PR ipa/8480 + * g++.dg/lto/pr84805_0.C: New test. + * g++.dg/lto/pr84805_1.C: New test. + * g++.dg/lto/pr84805_2.C: New test. + +2018-03-14 David Malcolm + + PR c/84852 + * gcc.dg/fixits-pr84852-1.c: New test. + * gcc.dg/fixits-pr84852-2.c: New test. + +2018-03-14 Thomas Preud'homme + + * lib/scanasm.exp (scan-assembler-times): Move FAIL debug info into a + separate verbose message. + * lib/scandump.exp (scan-dump-times): Likewise. + +2018-03-14 Julia Koval + + * g++.dg/ext/mv16.C: Split up icelake on icelake client and icelake + server. + * gcc.target/i386/funcspec-56.inc: Ditto. + +2018-03-14 Richard Sandiford + + * gcc.target/aarch64/sve/mul_highpart_1_run.c: Restrict to + aarch64_sve_hw. + +2018-03-14 Jakub Jelinek + + PR sanitizer/83392 + * c-c++-common/ubsan/ptr-overflow-sanitization-1.c: Adjust expected + check count from 17 to 14. + + PR target/84844 + * gcc.target/i386/pr84844.c: New test. + +2018-03-14 Richard Biener + + PR tree-optimization/84830 + * gcc.dg/torture/pr84830.c: New testcase. + +2018-03-14 Marek Polacek + + PR c++/84596 + * g++.dg/cpp0x/static_assert15.C: New test. + +2018-03-13 Steven G. Kargl + + PR fortran/61775 + * gfortran.dg/pr61775.f90: New test. + +2018-03-13 Jakub Jelinek + + PR c++/84843 + * g++.dg/ext/pr84843-1.C: New test. + * g++.dg/ext/pr84843-2.C: New test. + +2018-03-13 David Pagan + + PR c/46921 + * gcc.dg/pr46921.c: New test. + +2018-03-13 Martin Sebor + + PR tree-optimization/84725 + * c-c++-common/Wstringop-truncation-4.c: New test. + * c-c++-common/attr-nonstring-5.c: New test. + +2018-03-13 Richard Sandiford + + * gcc.target/aarch64/sve/unpack_fcvt_signed_1.c: Expect zips rather + than unpacks. + * gcc.target/aarch64/sve/unpack_fcvt_unsigned_1.c: Likewise. + * gcc.target/aarch64/sve/unpack_float_1.c: Likewise. + +2018-03-13 Richard Sandiford + + * gcc.target/aarch64/sve/tls_1.c: New test. + * gcc.target/aarch64/sve/tls_2.C: Likewise. + +2018-03-13 Richard Sandiford + + * gcc.target/aarch64/sve/mul_highpart_1.c: New test. + * gcc.target/aarch64/sve/mul_highpart_1_run.c: Likewise. + +2018-03-13 Martin Liska + + PR ipa/84658. + * g++.dg/ipa/pr84658.C: New test. + +2018-03-13 Jakub Jelinek + + PR middle-end/84834 + * gcc.dg/pr84834.c: New test. + + PR target/84827 + * gcc.target/i386/pr84827.c: New test. + + PR target/84828 + * g++.dg/ext/pr84828.C: New test. + + PR target/84786 + * gcc.target/i386/avx512f-pr84786-1.c: New test. + * gcc.target/i386/avx512f-pr84786-2.c: New test. + + PR c++/84808 + * g++.dg/cpp1y/constexpr-84808.C: New test. + + PR c++/84704 + * g++.dg/debug/pr84704.C: New test. + +2018-03-12 Renlin Li + + * gcc.target/aarch64/movi_hf.c: New. + * gcc.target/aarch64/f16_mov_immediate_1.c: Update. + * gcc.target/aarch64/f16_mov_immediate_2.c: Update. + +2018-03-12 Martin Sebor + + PR tree-optimization/83456 + * c-c++-common/Wrestrict-2.c: Remove test cases. + * c-c++-common/Wrestrict.c: Same. + * gcc.dg/Wrestrict-12.c: New test. + * gcc.dg/Wrestrict-14.c: New test. + +2018-03-12 H.J. Lu + + * g++.dg/pr84821.C: New test. + +2018-03-12 H.J. Lu + + * gcc.dg/pr84799.c: New test. + +2018-03-12 Richard Biener + + PR tree-optimization/84803 + * gcc.dg/torture/pr84803.c: New testcase. + +2018-03-12 Jakub Jelinek + + PR c++/84813 + * g++.dg/debug/pr84813.C: New test. + +2018-03-11 Paul Thomas + + PR fortran/84546 + * gfortran.dg/unlimited_polymorphic_29.f90: New test. + +2018-03-11 Steven G. Kargl + + PR fortran/83939 + * gfortran.dg/pr83939.f90 + +2018-03-11 Thomas Koenig + + PR fortran/66128 + * gfortran.dg/zero_sized_9.f90: New test. + +2018-03-11 Jakub Jelinek + + PR debug/58150 + * g++.dg/debug/dwarf2/enum2.C: New test. + +2018-03-10 Steven G. Kargl + + PR fortran/84734 + * gfortran.dg/pr84734.f90: New test. + +2018-03-10 Eric Botcazou + + * gnat.dg/prot3.adb: New test. + * gnat.dg/prot3_pkg.ad[sb]: New helper. + +2018-03-09 Jason Merrill + Paolo Carlini + + PR c++/71169 + PR c++/71832 + * g++.dg/cpp0x/pr71169.C: New. + * g++.dg/cpp0x/pr71169-2.C: Likewise. + * g++.dg/cpp0x/pr71832.C: Likewise. + +2018-03-09 Peter Bergner + + PR target/83969 + * gcc.target/powerpc/pr83969.c: New test. + +2018-03-09 Jakub Jelinek + + PR target/84772 + * gcc.dg/pr84772.c: New test. + + PR c++/84076 + * g++.dg/warn/Wformat-2.C: New test. + + PR c++/84767 + * g++.dg/ext/vla18.C: New test. + +2018-03-09 Martin Sebor + + PR tree-optimization/84526 + * gcc.dg/Wrestrict-10.c: New test. + * gcc.dg/Wrestrict-11.c: New test. + +2018-03-09 Alexandre Oliva + + PR rtl-optimization/84682 + * gcc.dg/torture/pr84682-1.c: New. + * gcc.dg/torture/pr84682-2.c: New. + * gcc.dg/torture/pr84682-3.c: New. + +2018-03-09 Jakub Jelinek + + PR c++/84724 + * g++.dg/ext/pr84724.C: New test. + +2018-03-09 Vladimir Makarov + + PR target/83712 + * gcc.target/arm/pr83712.c: New. + +2018-03-09 Richard Biener + + PR tree-optimization/84775 + * gcc.dg/torture/pr84775.c: New testcase. + +2018-03-09 Jakub Jelinek + + PR debug/84404 + * gcc.dg/graphite/pr84404.c: Only compile on pthread effective + targets. + +2018-03-09 Eric Botcazou + + * gcc.c-torture/compile/20180309-1.c: New test. + +2018-03-08 Jakub Jelinek + + PR c++/80598 + * g++.dg/warn/Wunused-function4.C: New test. + + PR inline-asm/84742 + * gcc.target/i386/pr84742-1.c: New test. + * gcc.target/i386/pr84742-2.c: New test. + +2018-03-08 Kyrylo Tkachov + + PR target/84748 + * gcc.c-torture/execute/pr84748.c: New test. + +2018-03-08 Richard Biener + + PR middle-end/84552 + * gcc.dg/graphite/pr84552.c: New testcase. + +2018-03-08 Richard Biener + + PR tree-optimization/84178 + * gcc.dg/torture/pr84178-2.c: New testcase. + +2018-03-08 David Malcolm + + PR tree-optimization/84178 + * gcc.c-torture/compile/pr84178-1.c: New test. + +2018-03-08 Thomas Schwinge + + * lib/target-supports.exp: Do not return zero from a ifunc + function. + +2018-03-08 Richard Biener + + PR tree-optimization/84746 + * gcc.dg/torture/pr84746.c: New testcase. + + +2018-03-08 Alexandre Oliva + PR debug/84404 + PR debug/84408 + * gcc.dg/graphite/pr84404.c: New. + +2018-03-08 Jakub Jelinek + + PR tree-optimization/84740 + * gcc.dg/torture/pr84740.c: New test. + + PR tree-optimization/84739 + * gcc.dg/pr84739.c: New test. + +2018-03-07 Martin Sebor + + PR tree-optimization/83519 + * gcc.dg/Wrestrict-13.c: New test. + +2018-03-07 Steven G. Kargl + + PR fortran/64124 + PR fortran/70409 + * gfortran.dg/pr64124.f90: New tests. + * gfortran.dg/pr70409.f90: New tests. + +2018-03-07 Segher Boessenkool + + PR target/82411 + * gcc.target/powerpc/ppc-sdata-2.c: Skip if -mno-readonly-in-sdata. + +2018-03-07 Martin Sebor + + PR tree-optimization/84526 + * gcc.dg/Wrestrict-10.c: New test. + +2018-03-07 Martin Sebor + + PR tree-optimization/84468 + * g++.dg/warn/Wstringop-truncation-2.C: New test. + * gcc.dg/Wstringop-truncation.c: New test. + * gcc.dg/Wstringop-truncation-2.c: New test. + +2018-03-07 Jakub Jelinek + + PR fortran/84565 + * gfortran.dg/pr84565.f90: New test. + + PR middle-end/84723 + * gcc.target/i386/pr84723-1.c: New test. + * gcc.target/i386/pr84723-2.c: New test. + * gcc.target/i386/pr84723-3.c: New test. + * gcc.target/i386/pr84723-4.c: New test. + * gcc.target/i386/pr84723-5.c: New test. + +2018-03-06 Steven G. Kargl + + PR fortran/64107 + * gfortran.dg/pr64107.f90: New test. + +2017-03-06 Thomas Koenig + + PR fortran/84697 + PR fortran/66128 + * gfortran.dg/minmaxloc_zerosize_1.f90: New test. + +2018-03-06 Marek Polacek + + PR c++/84684 + * g++.dg/cpp1z/constexpr-84684.C: New test. + +2018-03-06 Jakub Jelinek + + PR c/84721 + * gcc.dg/pr84721.c: New test. + + PR target/84710 + * gcc.dg/pr84710.c: New test. + +2018-03-06 Steven G. Kargl + + PR fortran/56667 + * gfortran.dg/implied_do_2.f90: New test. + * gfortran.dg/coarray_8.f90: Update for new error message. + +2018-03-06 Jakub Jelinek + + PR inline-asm/84683 + * g++.dg/ext/pr84683.C: New test. + + PR tree-optimization/84687 + * gcc.dg/pr84687.c: New test. + +2018-03-06 Alexandre Oliva + + PR c++/84231 + * g++.dg/pr84231.C: New. + + PR c++/84593 + * g++.dg/cpp1y/pr84593.C: New. + + PR c++/84492 + * g++.dg/pr84492.C: New. + +2018-03-05 Bill Schmidt + + * gcc.target/powerpc/spec-barr-1.c: Change called function name to + __builtin_ppc_speculation_barrier. + +2018-03-05 Jakub Jelinek + + PR target/84700 + * gcc.target/powerpc/pr84700.c: New test. + +2018-03-05 Nathan Sidwell + + PR c++/84702 + * g++.dg/lookup/pr84702.C: New. + +2018-03-05 Jakub Jelinek + + PR target/84564 + * gcc.target/i386/pr84564.c: New test. + +2018-03-05 Marek Polacek + + PR c++/84707 + * g++.dg/cpp0x/inline-ns10.C: New test. + +2018-03-05 Nathan Sidwell + + PR c++/84694 + * g++.dg/template/pr84694.C: New. + +2018-03-05 Jakub Jelinek + + PR target/84524 + * gcc.c-torture/execute/pr84524.c: New test. + * gcc.target/i386/avx512bw-pr84524.c: New test. + +2018-03-05 Peter Bergner + + PR target/84264 + * g++.dg/pr84264.C: New test. + +2018-03-05 Paolo Carlini + + PR c++/84618 + * g++.dg/cpp0x/lambda/lambda-ice29.C: New. + * g++.dg/cpp0x/lambda/lambda-ice17.C: Adjust. + * g++.dg/cpp0x/lambda/lambda-ice23.C: Likewise. + +2018-03-05 Olga Makhotina + + * g++.dg/other/i386-2.C: Add -mpconfig and -mwbnoinvd. + * g++.dg/other/i386-3.C: Ditto. + * gcc.target/i386/sse-12.c: Ditto. + * gcc.target/i386/sse-13.c: Ditto. + * gcc.target/i386/sse-14.c: Ditto. + * gcc.target/i386/sse-23.c: Add pconfig and wbnoinvd. + * gcc.target/i386/wbinvd-1.c: New test. + * gcc.target/i386/wbnoinvd-1.c: Ditto. + * gcc.target/i386/pconfig-1.c: Ditto. + +2018-03-05 Pádraig Brady + Nathan Sidwell + + PR c++/84497 + * g++.dg/cpp0x/pr84497.C: New. + +2018-03-05 Richard Biener + + PR tree-optimization/84670 + * gcc.dg/pr84670-1.c: New testcase. + * gcc.dg/pr84670-2.c: Likewise. + * gcc.dg/pr84670-3.c: Likewise. + * gcc.dg/pr84670-4.c: Likewise. + +2018-03-05 Richard Biener + + PR tree-optimization/84650 + * gcc.dg/graphite/pr84650.c: New testcase. + +2018-03-05 Paolo Carlini + + PR c++/82022 + * g++.dg/cpp1z/constexpr-lambda20.C: New. + +2018-03-03 Harald Anlauf + + PR fortran/71085 + * gfortran.dg/pr71085.f90: New test. + +2018-03-03 Steven G. Kargl + + PR fortran/66128 + * gfortran.dg/zero_sized_8.f90: Really commit New test. + +2018-03-03 Steven G. Kargl + + PR fortran/51434 + * gfortran.dg/pr51434.f90: New test. + +2018-03-03 Paolo Carlini + + PR c++/61358 + * g++.dg/cpp0x/lambda/lambda-61358.C: New. + +2018-03-03 Paolo Carlini + + PR c++/67370 + * g++.dg/cpp0x/lambda/lambda-67370.C: New. + +2018-03-03 Paolo Carlini + + PR c++/71464 + * g++.dg/torture/pr71464.C: New. + +2018-03-03 Paul Thomas + + PR fortran/80965 + * gfortran.dg/select_type_41.f90: New test. + +2018-03-02 Paolo Carlini + + PR c++/61135 + * g++.dg/cpp0x/lambda/lambda-61135.C: New. + +2018-03-02 Marek Polacek + + PR c++/84578 + * g++.dg/ext/flexary29.C: New test. + +2018-03-02 Jakub Jelinek + + * c-c++-common/Warray-bounds-2.c: Fix a comment typo. + +2018-03-02 Paolo Carlini + + PR c++/81812 + * g++.dg/torture/pr81812.C: New. + +2018-03-02 Marek Polacek + + PR c++/84171 + * g++.dg/warn/Wsign-compare-8.C: New test. + + PR c++/84663 + * g++.dg/parse/array-size3.C: New test. + + PR c++/84664 + * g++.dg/cpp0x/lambda/lambda-ice28.C: New test. + +2018-03-02 Jakub Jelinek + + PR c++/84662 + * g++.dg/cpp1y/pr84662.C: New test. + +2018-03-02 Thomas Schwinge + + * g++.dg/lto/20080915_0.C: Don't use "dg-lto-options". + * g++.dg/lto/20080907_0.C: Use "#pragma GCC" instead of + "dg-lto-options". + * g++.dg/lto/20101010-1_0.C: Likewise. + * g++.dg/lto/20101010-2_0.C: Likewise. + +2018-03-02 Jakub Jelinek + + PR ipa/84628 + * gcc.dg/pr84628.c: New test. + + PR target/56540 + * gcc.target/ia64/pr56540.c: New test. + +2018-03-02 Will Schmidt + + * gcc.target/powerpc/altivec-7-be.c: Remove VSX content, allow + 32-bit target. + * gcc.target/powerpc/altivec-7.h: Remove VSX content. + * gcc.target/powerpc/vsx-7-be.c: New test (VSX content). + * gcc.target/powerpc/vsx-7.h: New include (VSX content). + * gcc.target/powerpc/altivec-7-le.c: Add vsx-7.h include. + +2018-03-02 Marek Polacek + + PR c++/84590 + * c-c++-common/ubsan/shift-11.c: New test. + +2018-03-02 Richard Sandiford + + * gcc.dg/vect/vect-alias-check-13.c: New test. + +2018-03-02 Jakub Jelinek + + PR target/84614 + * gcc.dg/pr84614.c: New test. + + PR inline-asm/84625 + * gcc.target/i386/pr84625.c: New test. + +2018-03-02 Richard Biener + + PR tree-optimization/84427 + * gcc.dg/torture/pr84427.c: New testcase. + +2018-03-01 Peter Bergner + + PR target/84534 + * gcc.target/powerpc/vec-setup-be-long.c: Add dg-xfail-run-if on + powerpc64le*-*-linux*. + * gcc.target/powerpc/vsx-vector-6-le.c: Do not count xxlor's. + * gcc.target/powerpc/vsx-vector-6-le.p9.c: Likewise. + +2018-03-01 Martin Sebor + + PR c++/84294 + * g++.dg/ext/attr-const.C: Remove xfail. + * g++.dg/ext/attr-malloc-3.C: New test. + * g++.dg/ext/attr-noinline-3.C: New test. + * g++.dg/ext/attr-noreturn-3.C: New test. + * g++.dg/ext/attr-nothrow-3.C: New test. + * g++.dg/ext/attr-pure.C: Remove xfail. + +2018-03-02 Jakub Jelinek + + PR sanitizer/70875 + * gcc.dg/ubsan/bounds-3.c: Add -fno-sanitize-recover=bounds to + dg-options and dg-shouldfail "ubsan" directive. + +2018-03-01 Marek Polacek + Jason Merrill + + PR c++/84582 + * g++.dg/cpp1y/auto-fn15.C: Extend testing. + * g++.dg/cpp1z/static1.C: New test. + * g++.dg/template/static37.C: New test. + +2018-03-01 Nathan Sidwell + + PR c++/84434 + * g++.dg/template/pr84434.C: New. + +2018-03-01 Thomas Preud'homme + + * gcc.target/arm/copysign_softfloat_1.c: Remove dg-add-options and add + -mthumb to the command-line. + +2018-03-01 Marek Polacek + + PR c++/84596 + * g++.dg/cpp0x/static_assert14.C: New test. + +2018-03-01 Paolo Carlini + + PR c++/79410 + * g++.dg/torture/pr79410.C: New. + +2018-03-01 Martin Liska + + PR sanitizer/82484 + * gcc.dg/asan/pr82484.c: New test. + +2018-03-01 Richard Biener + + PR debug/84645 + * gfortran.dg/lto/pr84645_0.f90: New testcase. + +2018-03-01 Paul Thomas + + PR fortran/84219 + * gfortran.dg/coarray_47.f90: New test. + +2018-03-01 Paul Thomas + + PR fortran/84538 + * gfortran.dg/class_array_23.f03: New test. + +2018-03-01 Richard Sandiford + + PR rtl-optimization/84528 + * gcc.dg/torture/pr84538.c: Rename to... + * gcc.dg/torture/pr84528.c: ...this. + +2018-03-01 Richard Sandiford + + PR rtl-optimization/84528 + * gcc.dg/torture/pr84538.c: New test. + +2018-02-28 Martin Sebor + + * c-c++-common/Warray-bounds-2.c: Declare helper static to avoid + -fpic test failures. + * c-c++-common/Wrestrict-2.c: Same. + * c-c++-common/Wstringop-truncation.c: Same. + * gcc.dg/Warray-bounds-22.c: Same. + * gcc.dg/Wstringop-overflow.c: Same. + * gcc.dg/attr-alloc_size-3.c (unsigned_range): Same. + (signed_range): Same. + (unsigned_anti_range): Same. + * gcc.dg/attr-alloc_size-4.c (unsigned_range): Same. + (signed_range): Same. + (unsigned_anti_range): Same. + * gcc.dg/attr-alloc_size-7.c: Same. + * gcc.dg/attr-alloc_size-8.c: Same. + * gcc.dg/builtin-alloc-size.c: Same. + * gcc.dg/builtin-stpncpy.c: Same. + * gcc.dg/builtins-nonnull.c: Same. + * gcc.dg/nonnull-4.c (g16_1_3_5_7_11_13): Same. + * gcc.dg/pr79214.c: Same. + * gcc.dg/tree-ssa/builtin-snprintf-warn-1.c: Same. + * gcc.dg/tree-ssa/builtin-snprintf-warn-2.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-5.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-11.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-12.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-13.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-14.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-15.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-19.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-9.c: Same. + +2018-02-28 David Edelsohn + + PR target/84014 + * gcc.target/powerpc/pr84014.c: Use ilp32, not -m32 option. + +2018-02-28 Jakub Jelinek + + PR c++/84609 + * g++.dg/cpp0x/pr84609.C: New test. + +2018-02-28 Martin Sebor + + PR testsuite/84617 + * g++.dg/ext/attr-malloc-3.C: New test. + * g++.dg/ext/attr-const.C: Adjust. Xfail assertions failing due + to pre-existing problems. + * g++.dg/ext/attr-pure.C: Same. + +2018-02-28 Paul Thomas + + PR fortran/83901 + * gfortran.dg/associate_37.f90: New test. + + PR fortran/83344 + * gfortran.dg/associate_36.f90: Add Steve Kargl as contributer. + +2018-02-28 Jakub Jelinek + + PR target/52991 + * gcc.dg/bf-ms-layout.c: Revert 2012-04-26 changes. + * gcc.dg/bf-ms-layout-2.c: Revert 2012-02-23 changes. + * gcc.dg/bf-ms-layout-4.c: New test. + * gcc.dg/bf-ms-layout-5.c: New test. + +2018-02-28 Peter Bergner + + PR target/83399 + * gcc.target/powerpc/pr83399.c: Only run on Linux. + +2018-02-28 Richard Biener + + PR tree-optimization/84584 + * gcc.dg/graphite/pr84584.c: New testcase. + +2018-02-28 Jonathan Wakely + + PR preprocessor/84517 + * g++.dg/cpp0x/udlit-macros.C: Expect a warning for ""__FILE__. + +2018-02-28 Eric Botcazou + + * c-c++-common/dump-ada-spec-12.c: New test. + * c-c++-common/dump-ada-spec-13.c: Likewise. + +2018-02-28 Eric Botcazou + + * c-c++-common/dump-ada-spec-11.c: New test. + +2018-02-28 Martin Liska + + PR testsuite/84597 + * g++.dg/ext/timevar1.C: Fix pruned patterns. + * g++.dg/ext/timevar2.C: Likewise. + +2018-02-28 Eric Botcazou + + * c-c++-common/dump-ada-spec-8.c: New test. + * c-c++-common/dump-ada-spec-9.c: Likewise. + * c-c++-common/dump-ada-spec-10.c: Likewise. + +2018-02-28 Richard Biener + + PR middle-end/84607 + * gcc.dg/pr84607.c: New testcase. + +2018-02-28 Nathan Sidwell + + PR c++/84602 + * g++.dg/lookup/pr84602.C: New. + +2018-02-28 Jakub Jelinek + + PR c++/83871 + PR c++/83503 + * g++.dg/ext/attr-warning.C: Remove -fdump-tree-optimized from + dg-options. + * g++.dg/ext/attr-nonnull.C: Likewise. + * g++.dg/ext/attr-noinline.C: Fix syntax in scan-tree-dump-not + directives. + * g++.dg/ext/attr-noinline-2.C: Likewise. + * g++.dg/ext/attr-noreturn-2.C: Use -fdump-tree-optimized instead of + -fdump-tree-eh in dg-options. + +2018-02-28 Alan Modra + + * lib/prune.exp (prune_gcc_output): Match lower case "in function" + GNU ld message. + * g++.dg/other/anon5.C: Match lower case "bad value" GNU ld message. + +2018-02-27 Martin Sebor + + PR c++/83871 + PR c++/83503 + * g++.dg/Wmissing-attributes.C: New test. + * g++.dg/ext/attr-const-pure.C: New test. + * g++.dg/ext/attr-const.C: New test. + * g++.dg/ext/attr-deprecated-2.C: New test. + * g++.dg/ext/attr-malloc-2.C: New test. + * g++.dg/ext/attr-malloc.C: New test. + * g++.dg/ext/attr-noinline-2.C: New test. + * g++.dg/ext/attr-noinline.C: New test. + * g++.dg/ext/attr-nonnull.C: New test. + * g++.dg/ext/attr-noreturn-2.C: New test. + * g++.dg/ext/attr-noreturn.C: New test. + * g++.dg/ext/attr-nothrow-2.C: New test. + * g++.dg/ext/attr-nothrow.C: New test. + * g++.dg/ext/attr-optimize.C: New test. + * g++.dg/ext/attr-pure.C: New test. + * g++.dg/ext/attr-returns-nonnull.C: New test. + * g++.dg/ext/attr-warning.C: New test. + +2018-02-27 Nathan Sidwell + + PR c++/84426 + * g++.dg/lookup/pr84426.C: New. + +2018-02-27 Richard Biener + + PR tree-optimization/84512 + * gcc.dg/tree-ssa/pr84512.c: New testcase. + +2018-02-27 Martin Liska + + PR gcov-profile/84548 + * g++.dg/gcov/pr84548.C: New test. + +2018-02-27 Jakub Jelinek + + PR target/84575 + * gcc.target/i386/pr84309.c: Add -mno-avx2 to dg-options. + +2018-02-26 Jakub Jelinek + + PR c++/84558 + * g++.dg/cpp1y/pr84558.C: New test. + +2018-02-26 Paolo Carlini + + PR c++/84540 + * g++.dg/cpp0x/alignas14.C: New. + * g++.dg/cpp0x/alignas15.C: Likewise. + +2018-02-26 Jakub Jelinek + + PR c++/84557 + * g++.dg/gomp/pr84557.C: New test. + +2018-02-26 Marek Polacek + + PR c++/84325 + * g++.dg/cpp1z/pr84325.C: New test. + +2018-02-26 Carl Love + + * gcc.target/powerpc/builtins-3.c: Move vec_neg builtin tests to + Power 8 test file. + * gcc.target/powerpc/builtins-3-p8.c: Add vec_neg builtin tests. + * gcc.target/powerpc/fold-vec-neg-char.c(dg-options): Add -mcpu=power8. + * gcc.target/powerpc/fold-vec-neg-floatdouble.c(dg-options): Add + -mcpu=power8. + * gcc.target/powerpc/fold-vec-neg-int.c(dg-options): Remove file. + * gcc.target/powerpc/fold-vec-neg-short.c(dg-options): Add + -mcpu=power8. + +2018-02-26 H.J. Lu + + PR target/84039 + * gcc.target/i386/indirect-thunk-1.c: Updated. + * gcc.target/i386/indirect-thunk-2.c: Likewise. + * gcc.target/i386/indirect-thunk-3.c: Likewise. + * gcc.target/i386/indirect-thunk-4.c: Likewise. + * gcc.target/i386/indirect-thunk-5.c: Likewise. + * gcc.target/i386/indirect-thunk-6.c: Likewise. + * gcc.target/i386/indirect-thunk-7.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. + * gcc.target/i386/ret-thunk-9.c: Likewise. + * gcc.target/i386/ret-thunk-10.c: Likewise. + * gcc.target/i386/ret-thunk-11.c: Likewise. + * gcc.target/i386/ret-thunk-12.c: Likewise. + * gcc.target/i386/ret-thunk-13.c: Likewise. + * gcc.target/i386/ret-thunk-14.c: Likewise. + * gcc.target/i386/ret-thunk-15.c: Likewise. + +2018-02-26 Eric Botcazou + + * gcc.c-torture/execute/20180226-1.c: New test. + +2018-02-26 Richard Sandiford + + PR tree-optimization/83965 + * gcc.dg/vect/pr83965-2.c: New test. + +2018-02-26 Tom de Vries + + * gcc.c-torture/compile/regs-arg-size.c (swprintf): Declare. + +2018-02-26 H.J. Lu + + PR target/84530 + * gcc.target/i386/ret-thunk-22.c: New test. + * gcc.target/i386/ret-thunk-23.c: Likewise. + * gcc.target/i386/ret-thunk-24.c: Likewise. + * gcc.target/i386/ret-thunk-25.c: Likewise. + * gcc.target/i386/ret-thunk-26.c: Likewise. + +2018-02-26 Paolo Carlini + + PR c++/84533 + * g++.dg/cpp1z/pr84533.C: New. + +2018-02-26 Marek Polacek + + PR c++/84537 + * g++.dg/parse/error60.C: New test. + +2018-02-26 Jakub Jelinek + + PR c++/84556 + * g++.dg/gomp/pr84556.C: New test. + * g++.dg/vect/pr84556.cc: New test. + +2018-02-26 Dominique d'Humieres + + PR fortran/32957 + * gfortran.dg/c_f_pointer_shape_tests_2.f03: Use explicit KIND c_int. + * gfortran.dg/c_f_pointer_shape_tests_4.f03: Likewise. + * gfortran.dg/c_funloc_tests_3.f03: Likewise. + * gfortran.dg/c_loc_test.f90: Likewise. + * gfortran.dg/c_loc_tests_2.f03: Likewise. + * gfortran.dg/proc_decl_17.f90: Likewise. + * gfortran.dg/proc_ptr_8.f90: Likewise. + +2018-02-26 Ramana Radhakrishnan + + PR target/84521 + * gcc.target/aarch64/lr_free_2.c: Revert changes in + r254814 disabling -fomit-frame-pointer by default. + * gcc.target/aarch64/spill_1.c: Likewise. + * gcc.target/aarch64/test_frame_11.c: Likewise. + * gcc.target/aarch64/test_frame_12.c: Likewise. + * gcc.target/aarch64/test_frame_13.c: Likewise. + * gcc.target/aarch64/test_frame_14.c: Likewise. + * gcc.target/aarch64/test_frame_15.c: Likewise. + * gcc.target/aarch64/test_frame_3.c: Likewise. + * gcc.target/aarch64/test_frame_5.c: Likewise. + * gcc.target/aarch64/test_frame_9.c: Likewise. + +2018-02-25 Steven G. Kargl + + PR fortran/83633 + * gfortran.dg/explicit_shape_1.f90: New test. + * gfortran.dg/automatic_module_variable.f90: Update regex. + * gfortran.dg/bad_automatic_objects_1.f90: Ditto. + * gfortran.dg/constant_shape.f90: Ditto. + * gfortran.dg/dec_structure_23.f90: Ditto. + * gfortran.dg/pr78240.f90: Ditto. + +2018-02-25 Paul Thomas + + PR fortran/84523 + * gfortran.dg/pr84523.f90: New test. + +2018-02-25 Thomas Koenig + + PR fortran/78238 + * gfortran.dg/select_type_40.f90: New test. + +2018-02-24 Steven G. Kargl + + PR fortran/30792 + * gfortran.dg/data_substring.f90: New test. + +2018-02-24 Marek Polacek + + PR c++/83692 + * g++.dg/cpp1z/constexpr-83692.C: New test. + +2018-02-23 Steven G. Kargl + + PR fortran/84346 + * gfortran.dg/statement_function_1.f90: Update test. + +2018-02-23 Jerry DeLisle + + PR fortran/84506 + * gfortran.dg/inquire_19.f90: New test. + +2018-02-23 Paul Thomas + + PR fortran/83149 + * gfortran.dg/pr83149_b.f90: New test. + * gfortran.dg/pr83149_a.f90: Additional source for previous. + +2018-02-23 Carl Love + + * gcc.target/powerpc/builtins-3-runnable.c: Move tests for vec_float2, + vec_signed2 and vec_unsigned2 to new Power 8 test file. + * gcc.target/powerpc/builtins-3-runnable-p8.c: New test file for + Power 8 tests. + +2018-02-23 Will Schmidt + + * gcc.target/powerpc/pr80695-p9.c: Update dg-requires stanza. + * gcc.target/powerpc/pr80695-p8.c: Update dg-requires stanza. + +2018-02-23 Will Schmidt + + * gcc.target/powerpc/fold-vec-mult-int128-p9.c: Add maddld insn to + expected output. + +2018-02-23 Paul Thomas + + PR fortran/83149 + * gfortran.dg/pr83149_1.f90: New test. + * gfortran.dg/pr83149.f90: Additional source for previous. + +2018-02-23 Segher Boessenkool + + PR testsuite/80551 + * c-c++-common/tsan/race_on_mutex.c: Change regexp to allow + __GI___pthread_mutex_init as well. + +2018-02-23 Paul Thomas + + PR fortran/83148 + * gfortran.dg/class_68.f90: New test. + +2018-02-22 Thomas Koenig + + PR fortran/59781 + * gfortran.dg/derived_init_5.f90: New test. + +2018-02-22 Jakub Jelinek + + PR target/82851 + * gcc.target/i386/avx2-vpaddq-3.c: Add -mtune=generic to dg-options. + * gcc.target/i386/avx2-vpsubq-3.c: Likewise. + +2018-02-22 Vladimir Makarov + + PR target/81572 + * gcc.target/powerpc/pr81572.c: New. + +2018-02-22 Andreas Schwab + + * go.test/go-test.exp (go-set-goarch): Recognize riscv64-*-*. + +2018-02-22 Martin Sebor + + PR tree-optimization/84480 + * c-c++-common/Wstringop-truncation.c: Adjust text of expected warnings. + * g++.dg/warn/Wstringop-truncation-1.C: New test. + +2018-02-22 H.J. Lu + + PR target/84176 + * gcc.target/i386/indirect-thunk-11.c: New test. + * gcc.target/i386/indirect-thunk-12.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-12.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-13.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-14.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-15.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-16.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-10.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-8.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-9.c: Likewise. + +2018-02-22 Steve Ellcey + + PR target/83335 + * gcc.target/aarch64/asm-2.c: Add dg-error for + ILP32 mode. + * gcc.target/aarch64/asm-4.c: New test. + +2018-02-22 Thomas Preud'homme + + * gcc.target/arm/multilib.exp: Add tests for Armv8-R multilib mappings. + +2018-02-22 Marek Polacek + + PR c++/84493 + * g++.dg/parse/error59.C: New test. + +2018-02-22 Tom de Vries + + * gcc.c-torture/execute/pr82210.c: Require effective target alloca. + +2018-02-22 Paolo Carlini + + PR c++/77655 + * g++.dg/cpp0x/pr77655.C: New. + +2018-02-22 Jakub Jelinek + + PR c++/84496 + * g++.dg/cpp1y/pr84496.C: New test. + + PR target/84502 + * g++.dg/torture/pr84502.C: New test. + + PR tree-optimization/84503 + * gcc.dg/pr84503-1.c: New test. + * gcc.dg/pr84503-2.c: New test. + +2018-02-21 Jakub Jelinek + + PR tree-optimization/84478 + * gcc.c-torture/execute/pr84478.c: New test. + +2018-02-20 Martin Sebor + + PR middle-end/84095 + * c-c++-common/Warray-bounds-3.c: Adjust text of expected warnings. + * c-c++-common/Wrestrict.c: Same. + * gcc.dg/Wrestrict-6.c: Same. + * gcc.dg/Warray-bounds-27.c: New test. + * gcc.dg/Wrestrict-8.c: New test. + * gcc.dg/Wrestrict-9.c: New test. + * gcc.dg/pr84095.c: New test. + +2018-02-20 Thomas Koenig + + * gfortran.dg/structure_constructor_14.f90: Adjust STOP number. + +2018-02-20 Thomas Koenig + + PR fortran/48890 + PR fortran/83823 + * gfortran.dg/structure_constructor_14.f90: New test. + +2018-02-20 Jeff Law + + PR middle-end/82123 + PR tree-optimization/81592 + PR middle-end/79257 + * gcc.dg/pr81592.c: New test. + * gcc.dg/pr82123.c: New test. + * gcc.dg/builtin-unreachable-6.c: Turn off VRP. + +2018-02-20 Jakub Jelinek + + PR c++/84488 + * g++.dg/warn/Wunused-var-30.C: New test. + +2018-02-20 Richard Sandiford + + PR tree-optimization/84419 + * gcc.dg/vect/pr84419.c: New test. + +2018-02-20 Jakub Jelinek + + PR middle-end/82004 + * gfortran.dg/pr82004.f90: New test. + +2018-02-20 Siddhesh Poyarekar + + * g++.dg/warn/Wimplicit-fallthrough-3.C: New test case. + +2018-02-20 Martin Liska + + PR c/84310 + PR target/79747 + * gcc.target/i386/pr84310.c: New test. + * gcc.target/i386/pr84310-2.c: Likewise. + +2018-02-20 Paolo Carlini + + PR c++/84446 + * g++.dg/cpp0x/lambda/lambda-ice27.C: New. + +2018-02-20 Jakub Jelinek + + PR c++/84445 + * g++.dg/cpp1z/launder7.C: New test. + + PR c++/84449 + * g++.dg/cpp0x/constexpr-84449.C: New test. + + PR c++/84455 + * g++.dg/cpp0x/lambda/lambda-ice26.C: New test. + +2018-02-19 Paul Thomas + + PR fortran/83344 + PR fortran/83975 + * gfortran.dg/associate_22.f90: Enable commented out test. + * gfortran.dg/associate_36.f90: New test. + +2018-02-19 Jakub Jelinek + + PR target/84146 + * gcc.target/i386/pr84146.c: Add -fcompare-debug to dg-options. + +2017-02-19 Uros Bizjak + + * gcc.target/i386/pr70023.c (dg-do): Compile only for target int128. + (dg-options): Use -mavx instead of -w. + +2018-02-19 Jakub Jelinek + + PR c++/84444 + * g++.dg/cpp1z/launder8.C: New test. + + PR c++/84448 + * g++.dg/gomp/pr84448.C: New test. + + PR c++/84430 + * g++.dg/gomp/pr84430.C: New test. + + PR tree-optimization/84452 + * gcc.dg/pr84452.c: New test. + + PR c++/79064 + * g++.dg/template/overload15.C (f): Use 0u - 1ll instead of 0u - 1l. + +2018-02-19 Thomas Koenig + + PR fortran/35339 + * gfortran.dg/implied_do_io_4.f90: New test. + +2018-02-19 Andre Vehreschild + + * gfortran.dg/coarray_alloc_comp_6.f08: New test. + * gfortran.dg/coarray_alloc_comp_7.f08: New test. + * gfortran.dg/coarray_alloc_comp_8.f08: New test. + +2018-02-19 Carl Love + + * gcc.target/powerpc/fold-vec-neg-int.p7.c: Remove test file. + +2018-01-16 Sebastian Peryt + + PR target/84460 + * gcc.target/i386/pr57193.c: Add -mtune=generic. + +2018-02-19 Paolo Carlini + + PR c++/84348 + * g++.dg/cpp0x/auto50.C: New. + * g++.dg/parse/friend12.C: Adjust. + +2018-02-18 Jerry DeLisle + + PR libgfortran/84389 + * gfortran.dg/dtio_33.f90: New test. + +2018-02-18 Jerry DeLisle + + PR libgfortran/84412 + * gfortran.dg/inquire_18.f90: New test. + +2018-02-18 Janus Weil + + PR fortran/84381 + * gfortran.dg/io_real_boz2.f90: Remove option "-fall-intrinsics". + * gfortran.dg/pointer_intent_3.f90: Ditto. + * gfortran.dg/proc_ptr_common_1.f90: Ditto. + * gfortran.dg/protected_3.f90: Ditto. + * gfortran.dg/protected_4.f90: Ditto. + * gfortran.dg/protected_5.f90: Ditto. + * gfortran.dg/protected_6.f90: Ditto. + +2018-02-18 Paul Thomas + + PR fortran/80945 + * gfortran.dg/associate_35.f90: Remove error, add stop n's and + change to run. + +2018-02-17 Thomas Koenig + + PR fortran/84270 + * gfortran.dg/inline_matmul_22.f90: New test. + +2018-02-17 Thomas Koenig + + PR fortran/84381 + * gfortran.dg/abort_shoulfail.f90: New test. + * gcc.target/powerpc/ppc-fortran/pr80108-1.f90: Replace CALL ABORT + by STOP n. + * gfortran.dg/PR19754_2.f90: Likewise. + * gfortran.dg/PR19872.f: Likewise. + * gfortran.dg/PR49268.f90: Likewise. + * gfortran.dg/Wall.f90: Likewise. + * gfortran.dg/Wno-all.f90: Likewise. + * gfortran.dg/achar_1.f90: Likewise. + * gfortran.dg/achar_2.f90: Likewise. + * gfortran.dg/achar_4.f90: Likewise. + * gfortran.dg/achar_6.F90: Likewise. + * gfortran.dg/actual_array_constructor_1.f90: Likewise. + * gfortran.dg/actual_array_constructor_2.f90: Likewise. + * gfortran.dg/actual_array_constructor_3.f90: Likewise. + * gfortran.dg/actual_array_offset_1.f90: Likewise. + * gfortran.dg/actual_array_result_1.f90: Likewise. + * gfortran.dg/actual_array_substr_1.f90: Likewise. + * gfortran.dg/actual_array_substr_2.f90: Likewise. + * gfortran.dg/actual_pointer_function_1.f90: Likewise. + * gfortran.dg/actual_procedure_1.f90: Likewise. + * gfortran.dg/adjustl_1.f90: Likewise. + * gfortran.dg/advance_1.f90: Likewise. + * gfortran.dg/advance_4.f90: Likewise. + * gfortran.dg/advance_5.f90: Likewise. + * gfortran.dg/advance_6.f90: Likewise. + * gfortran.dg/aint_anint_1.f90: Likewise. + * gfortran.dg/aliasing_array_result_1.f90: Likewise. + * gfortran.dg/aliasing_dummy_1.f90: Likewise. + * gfortran.dg/aliasing_dummy_4.f90: Likewise. + * gfortran.dg/aliasing_dummy_5.f90: Likewise. + * gfortran.dg/alloc_comp_assign_1.f90: Likewise. + * gfortran.dg/alloc_comp_assign_10.f90: Likewise. + * gfortran.dg/alloc_comp_assign_11.f90: Likewise. + * gfortran.dg/alloc_comp_assign_12.f03: Likewise. + * gfortran.dg/alloc_comp_assign_13.f08: Likewise. + * gfortran.dg/alloc_comp_assign_14.f08: Likewise. + * gfortran.dg/alloc_comp_assign_15.f03: Likewise. + * gfortran.dg/alloc_comp_assign_2.f90: Likewise. + * gfortran.dg/alloc_comp_assign_3.f90: Likewise. + * gfortran.dg/alloc_comp_assign_4.f90: Likewise. + * gfortran.dg/alloc_comp_assign_5.f90: Likewise. + * gfortran.dg/alloc_comp_assign_6.f90: Likewise. + * gfortran.dg/alloc_comp_assign_7.f90: Likewise. + * gfortran.dg/alloc_comp_assign_8.f90: Likewise. + * gfortran.dg/alloc_comp_assign_9.f90: Likewise. + * gfortran.dg/alloc_comp_auto_array_1.f90: Likewise. + * gfortran.dg/alloc_comp_auto_array_2.f90: Likewise. + * gfortran.dg/alloc_comp_basics_1.f90: Likewise. + * gfortran.dg/alloc_comp_basics_2.f90: Likewise. + * gfortran.dg/alloc_comp_basics_5.f90: Likewise. + * gfortran.dg/alloc_comp_bounds_1.f90: Likewise. + * gfortran.dg/alloc_comp_class_1.f90: Likewise. + * gfortran.dg/alloc_comp_class_2.f90: Likewise. + * gfortran.dg/alloc_comp_class_4.f03: Likewise. + * gfortran.dg/alloc_comp_class_5.f03: Likewise. + * gfortran.dg/alloc_comp_constructor_1.f90: Likewise. + * gfortran.dg/alloc_comp_constructor_2.f90: Likewise. + * gfortran.dg/alloc_comp_constructor_3.f90: Likewise. + * gfortran.dg/alloc_comp_constructor_4.f90: Likewise. + * gfortran.dg/alloc_comp_constructor_5.f90: Likewise. + * gfortran.dg/alloc_comp_constructor_6.f90: Likewise. + * gfortran.dg/alloc_comp_constructor_7.f90: Likewise. + * gfortran.dg/alloc_comp_deep_copy_1.f03: Likewise. + * gfortran.dg/alloc_comp_deep_copy_2.f03: Likewise. + * gfortran.dg/alloc_comp_deep_copy_3.f03: Likewise. + * gfortran.dg/alloc_comp_default_init_1.f90: Likewise. + * gfortran.dg/alloc_comp_default_init_2.f90: Likewise. + * gfortran.dg/alloc_comp_initializer_1.f90: Likewise. + * gfortran.dg/alloc_comp_initializer_4.f03: Likewise. + * gfortran.dg/alloc_comp_optional_1.f90: Likewise. + * gfortran.dg/alloc_comp_result_1.f90: Likewise. + * gfortran.dg/alloc_comp_result_2.f90: Likewise. + * gfortran.dg/alloc_comp_scalar_1.f90: Likewise. + * gfortran.dg/alloc_comp_transformational_1.f90: Likewise. + * gfortran.dg/allocatable_dummy_1.f90: Likewise. + * gfortran.dg/allocatable_dummy_3.f90: Likewise. + * gfortran.dg/allocatable_function_1.f90: Likewise. + * gfortran.dg/allocatable_function_10.f90: Likewise. + * gfortran.dg/allocatable_function_3.f90: Likewise. + * gfortran.dg/allocatable_function_5.f90: Likewise. + * gfortran.dg/allocatable_function_6.f90: Likewise. + * gfortran.dg/allocatable_function_7.f90: Likewise. + * gfortran.dg/allocatable_function_8.f90: Likewise. + * gfortran.dg/allocatable_scalar_1.f90: Likewise. + * gfortran.dg/allocatable_scalar_10.f90: Likewise. + * gfortran.dg/allocatable_scalar_12.f90: Likewise. + * gfortran.dg/allocatable_scalar_13.f90: Likewise. + * gfortran.dg/allocatable_scalar_3.f90: Likewise. + * gfortran.dg/allocatable_scalar_4.f90: Likewise. + * gfortran.dg/allocatable_scalar_5.f90: Likewise. + * gfortran.dg/allocatable_scalar_6.f90: Likewise. + * gfortran.dg/allocatable_scalar_7.f90: Likewise. + * gfortran.dg/allocatable_scalar_8.f90: Likewise. + * gfortran.dg/allocatable_scalar_9.f90: Likewise. + * gfortran.dg/allocate_alloc_opt_10.f90: Likewise. + * gfortran.dg/allocate_alloc_opt_3.f90: Likewise. + * gfortran.dg/allocate_alloc_opt_6.f90: Likewise. + * gfortran.dg/allocate_assumed_charlen_1.f90: Likewise. + * gfortran.dg/allocate_assumed_charlen_2.f90: Likewise. + * gfortran.dg/allocate_class_3.f90: Likewise. + * gfortran.dg/allocate_deferred_char_scalar_1.f03: Likewise. + * gfortran.dg/allocate_deferred_char_scalar_2.f03: Likewise. + * gfortran.dg/allocate_derived_5.f90: Likewise. + * gfortran.dg/allocate_with_arrayspec_1.f90: Likewise. + * gfortran.dg/allocate_with_mold_1.f90: Likewise. + * gfortran.dg/allocate_with_source_1.f90: Likewise. + * gfortran.dg/allocate_with_source_10.f08: Likewise. + * gfortran.dg/allocate_with_source_11.f08: Likewise. + * gfortran.dg/allocate_with_source_12.f03: Likewise. + * gfortran.dg/allocate_with_source_15.f03: Likewise. + * gfortran.dg/allocate_with_source_16.f90: Likewise. + * gfortran.dg/allocate_with_source_17.f03: Likewise. + * gfortran.dg/allocate_with_source_18.f03: Likewise. + * gfortran.dg/allocate_with_source_2.f90: Likewise. + * gfortran.dg/allocate_with_source_20.f03: Likewise. + * gfortran.dg/allocate_with_source_22.f03: Likewise. + * gfortran.dg/allocate_with_source_23.f03: Likewise. + * gfortran.dg/allocate_with_source_24.f90: Likewise. + * gfortran.dg/allocate_with_source_5.f90: Likewise. + * gfortran.dg/allocate_with_source_6.f90: Likewise. + * gfortran.dg/allocate_with_source_7.f08: Likewise. + * gfortran.dg/allocate_with_source_8.f08: Likewise. + * gfortran.dg/allocate_with_source_9.f08: Likewise. + * gfortran.dg/allocate_zerosize_1.f90: Likewise. + * gfortran.dg/allocate_zerosize_3.f: Likewise. + * gfortran.dg/altreturn_3.f90: Likewise. + * gfortran.dg/altreturn_5.f90: Likewise. + * gfortran.dg/altreturn_7.f90: Likewise. + * gfortran.dg/and_or_xor.f90: Likewise. + * gfortran.dg/anint_1.f90: Likewise. + * gfortran.dg/any_all_1.f90: Likewise. + * gfortran.dg/anyallcount_1.f90: Likewise. + * gfortran.dg/append_1.f90: Likewise. + * gfortran.dg/argument_checking_1.f90: Likewise. + * gfortran.dg/argument_checking_2.f90: Likewise. + * gfortran.dg/argument_checking_8.f90: Likewise. + * gfortran.dg/arithmetic_if.f90: Likewise. + * gfortran.dg/array_1.f90: Likewise. + * gfortran.dg/array_2.f90: Likewise. + * gfortran.dg/array_alloc_1.f90: Likewise. + * gfortran.dg/array_alloc_2.f90: Likewise. + * gfortran.dg/array_alloc_3.f90: Likewise. + * gfortran.dg/array_assignment_1.F90: Likewise. + * gfortran.dg/array_assignment_5.f90: Likewise. + * gfortran.dg/array_constructor_1.f90: Likewise. + * gfortran.dg/array_constructor_10.f90: Likewise. + * gfortran.dg/array_constructor_11.f90: Likewise. + * gfortran.dg/array_constructor_12.f90: Likewise. + * gfortran.dg/array_constructor_15.f90: Likewise. + * gfortran.dg/array_constructor_16.f90: Likewise. + * gfortran.dg/array_constructor_17.f90: Likewise. + * gfortran.dg/array_constructor_19.f90: Likewise. + * gfortran.dg/array_constructor_23.f: Likewise. + * gfortran.dg/array_constructor_24.f: Likewise. + * gfortran.dg/array_constructor_32.f90: Likewise. + * gfortran.dg/array_constructor_36.f90: Likewise. + * gfortran.dg/array_constructor_39.f90: Likewise. + * gfortran.dg/array_constructor_4.f90: Likewise. + * gfortran.dg/array_constructor_40.f90: Likewise. + * gfortran.dg/array_constructor_44.f90: Likewise. + * gfortran.dg/array_constructor_45.f90: Likewise. + * gfortran.dg/array_constructor_46.f90: Likewise. + * gfortran.dg/array_constructor_47.f90: Likewise. + * gfortran.dg/array_constructor_49.f90: Likewise. + * gfortran.dg/array_constructor_5.f90: Likewise. + * gfortran.dg/array_constructor_50.f90: Likewise. + * gfortran.dg/array_constructor_6.f90: Likewise. + * gfortran.dg/array_constructor_7.f90: Likewise. + * gfortran.dg/array_constructor_8.f90: Likewise. + * gfortran.dg/array_constructor_9.f90: Likewise. + * gfortran.dg/array_constructor_type_1.f03: Likewise. + * gfortran.dg/array_constructor_type_10.f03: Likewise. + * gfortran.dg/array_constructor_type_11.f03: Likewise. + * gfortran.dg/array_constructor_type_12.f03: Likewise. + * gfortran.dg/array_constructor_type_13.f90: Likewise. + * gfortran.dg/array_constructor_type_14.f03: Likewise. + * gfortran.dg/array_constructor_type_16.f03: Likewise. + * gfortran.dg/array_constructor_type_2.f03: Likewise. + * gfortran.dg/array_constructor_type_22.f03: Likewise. + * gfortran.dg/array_constructor_type_3.f03: Likewise. + * gfortran.dg/array_constructor_type_4.f03: Likewise. + * gfortran.dg/array_constructor_type_5.f03: Likewise. + * gfortran.dg/array_constructor_type_6.f03: Likewise. + * gfortran.dg/array_constructor_type_7.f03: Likewise. + * gfortran.dg/array_function_1.f90: Likewise. + * gfortran.dg/array_function_5.f90: Likewise. + * gfortran.dg/array_initializer_1.f90: Likewise. + * gfortran.dg/array_initializer_2.f90: Likewise. + * gfortran.dg/array_memcpy_5.f90: Likewise. + * gfortran.dg/array_memset_2.f90: Likewise. + * gfortran.dg/array_reference_1.f90: Likewise. + * gfortran.dg/array_return_value_1.f90: Likewise. + * gfortran.dg/array_section_1.f90: Likewise. + * gfortran.dg/array_temporaries_3.f90: Likewise. + * gfortran.dg/arrayio_1.f90: Likewise. + * gfortran.dg/arrayio_10.f90: Likewise. + * gfortran.dg/arrayio_11.f90: Likewise. + * gfortran.dg/arrayio_12.f90: Likewise. + * gfortran.dg/arrayio_13.f90: Likewise. + * gfortran.dg/arrayio_14.f90: Likewise. + * gfortran.dg/arrayio_16.f90: Likewise. + * gfortran.dg/arrayio_2.f90: Likewise. + * gfortran.dg/arrayio_3.f90: Likewise. + * gfortran.dg/arrayio_4.f90: Likewise. + * gfortran.dg/arrayio_5.f90: Likewise. + * gfortran.dg/arrayio_6.f90: Likewise. + * gfortran.dg/arrayio_7.f90: Likewise. + * gfortran.dg/arrayio_8.f90: Likewise. + * gfortran.dg/arrayio_9.f90: Likewise. + * gfortran.dg/arrayio_derived_1.f90: Likewise. + * gfortran.dg/assign_10.f90: Likewise. + * gfortran.dg/assign_9.f90: Likewise. + * gfortran.dg/assign_func_dtcomp_1.f90: Likewise. + * gfortran.dg/assignment_1.f90: Likewise. + * gfortran.dg/associate_1.f03: Likewise. + * gfortran.dg/associate_11.f90: Likewise. + * gfortran.dg/associate_13.f90: Likewise. + * gfortran.dg/associate_15.f90: Likewise. + * gfortran.dg/associate_17.f90: Likewise. + * gfortran.dg/associate_18.f08: Likewise. + * gfortran.dg/associate_19.f03: Likewise. + * gfortran.dg/associate_20.f03: Likewise. + * gfortran.dg/associate_22.f90: Likewise. + * gfortran.dg/associate_23.f90: Likewise. + * gfortran.dg/associate_24.f90: Likewise. + * gfortran.dg/associate_25.f90: Likewise. + * gfortran.dg/associate_27.f90: Likewise. + * gfortran.dg/associate_28.f90: Likewise. + * gfortran.dg/associate_32.f03: Likewise. + * gfortran.dg/associate_33.f03: Likewise. + * gfortran.dg/associate_34.f90: Likewise. + * gfortran.dg/associate_6.f03: Likewise. + * gfortran.dg/associate_7.f03: Likewise. + * gfortran.dg/associate_8.f03: Likewise. + * gfortran.dg/associate_9.f03: Likewise. + * gfortran.dg/associated_1.f90: Likewise. + * gfortran.dg/associated_2.f90: Likewise. + * gfortran.dg/associated_5.f90: Likewise. + * gfortran.dg/associated_6.f90: Likewise. + * gfortran.dg/associated_target_3.f90: Likewise. + * gfortran.dg/associated_target_4.f90: Likewise. + * gfortran.dg/associated_target_5.f03: Likewise. + * gfortran.dg/associated_target_6.f03: Likewise. + * gfortran.dg/assumed_dummy_1.f90: Likewise. + * gfortran.dg/assumed_rank_1.f90: Likewise. + * gfortran.dg/assumed_rank_10.f90: Likewise. + * gfortran.dg/assumed_rank_2.f90: Likewise. + * gfortran.dg/assumed_rank_7.f90: Likewise. + * gfortran.dg/assumed_rank_8.f90: Likewise. + * gfortran.dg/assumed_rank_9.f90: Likewise. + * gfortran.dg/assumed_rank_bounds_1.f90: Likewise. + * gfortran.dg/assumed_rank_bounds_2.f90: Likewise. + * gfortran.dg/assumed_shape_ranks_2.f90: Likewise. + * gfortran.dg/assumed_type_2.f90: Likewise. + * gfortran.dg/atan2_1.f90: Likewise. + * gfortran.dg/auto_array_1.f90: Likewise. + * gfortran.dg/auto_char_dummy_array_1.f90: Likewise. + * gfortran.dg/auto_char_dummy_array_3.f90: Likewise. + * gfortran.dg/auto_char_len_3.f90: Likewise. + * gfortran.dg/auto_char_pointer_array_result_1.f90: Likewise. + * gfortran.dg/auto_internal_assumed.f90: Likewise. + * gfortran.dg/auto_pointer_array_result_1.f90: Likewise. + * gfortran.dg/auto_save_2.f90: Likewise. + * gfortran.dg/automatic_default_init_1.f90: Likewise. + * gfortran.dg/backslash_1.f90: Likewise. + * gfortran.dg/backslash_2.f90: Likewise. + * gfortran.dg/backslash_3.f: Likewise. + * gfortran.dg/backspace_1.f: Likewise. + * gfortran.dg/backspace_10.f90: Likewise. + * gfortran.dg/backspace_11.f90: Likewise. + * gfortran.dg/backspace_2.f: Likewise. + * gfortran.dg/backspace_3.f: Likewise. + * gfortran.dg/backspace_4.f: Likewise. + * gfortran.dg/backspace_5.f: Likewise. + * gfortran.dg/backspace_6.f: Likewise. + * gfortran.dg/backspace_7.f90: Likewise. + * gfortran.dg/backspace_8.f: Likewise. + * gfortran.dg/backspace_9.f: Likewise. + * gfortran.dg/bessel_1.f90: Likewise. + * gfortran.dg/bessel_2.f90: Likewise. + * gfortran.dg/bessel_5.f90: Likewise. + * gfortran.dg/bessel_6.f90: Likewise. + * gfortran.dg/bessel_7.f90: Likewise. + * gfortran.dg/bind_c_dts_2.f03: Likewise. + * gfortran.dg/bind_c_dts_3.f03: Likewise. + * gfortran.dg/bind_c_usage_15.f90: Likewise. + * gfortran.dg/bind_c_usage_16.f03: Likewise. + * gfortran.dg/bind_c_usage_17.f90: Likewise. + * gfortran.dg/bind_c_usage_24.f90: Likewise. + * gfortran.dg/binding_c_table_15_1.f03: Likewise. + * gfortran.dg/binding_label_tests_16.f03: Likewise. + * gfortran.dg/binding_label_tests_23.f90: Likewise. + * gfortran.dg/bit_comparison_1.F90: Likewise. + * gfortran.dg/bit_comparison_2.F90: Likewise. + * gfortran.dg/block_1.f08: Likewise. + * gfortran.dg/block_13.f08: Likewise. + * gfortran.dg/block_14.f90: Likewise. + * gfortran.dg/block_2.f08: Likewise. + * gfortran.dg/block_6.f08: Likewise. + * gfortran.dg/block_7.f08: Likewise. + * gfortran.dg/block_8.f08: Likewise. + * gfortran.dg/blockdata_1.f90: Likewise. + * gfortran.dg/bound_1.f90: Likewise. + * gfortran.dg/bound_2.f90: Likewise. + * gfortran.dg/bound_3.f90: Likewise. + * gfortran.dg/bound_4.f90: Likewise. + * gfortran.dg/bound_5.f90: Likewise. + * gfortran.dg/bound_6.f90: Likewise. + * gfortran.dg/bound_7.f90: Likewise. + * gfortran.dg/bound_8.f90: Likewise. + * gfortran.dg/bound_9.f90: Likewise. + * gfortran.dg/bound_simplification_1.f90: Likewise. + * gfortran.dg/bound_simplification_3.f90: Likewise. + * gfortran.dg/bound_simplification_4.f90: Likewise. + * gfortran.dg/bound_simplification_5.f90: Likewise. + * gfortran.dg/bound_simplification_6.f90: Likewise. + * gfortran.dg/bounds_check_1.f90: Likewise. + * gfortran.dg/bounds_check_12.f90: Likewise. + * gfortran.dg/bounds_check_14.f90: Likewise. + * gfortran.dg/bounds_check_15.f90: Likewise. + * gfortran.dg/bounds_check_19.f90: Likewise. + * gfortran.dg/bounds_check_8.f90: Likewise. + * gfortran.dg/bounds_check_9.f90: Likewise. + * gfortran.dg/bounds_check_fail_2.f90: Likewise. + * gfortran.dg/bounds_check_fail_3.f90: Likewise. + * gfortran.dg/bounds_check_fail_4.f90: Likewise. + * gfortran.dg/boz_1.f90: Likewise. + * gfortran.dg/boz_11.f90: Likewise. + * gfortran.dg/boz_13.f90: Likewise. + * gfortran.dg/boz_14.f90: Likewise. + * gfortran.dg/boz_15.f90: Likewise. + * gfortran.dg/boz_3.f90: Likewise. + * gfortran.dg/boz_6.f90: Likewise. + * gfortran.dg/boz_9.f90: Likewise. + * gfortran.dg/byte_1.f90: Likewise. + * gfortran.dg/byte_2.f90: Likewise. + * gfortran.dg/c_assoc.f90: Likewise. + * gfortran.dg/c_assoc_2.f03: Likewise. + * gfortran.dg/c_assoc_3.f90: Likewise. + * gfortran.dg/c_by_val_1.f: Likewise. + * gfortran.dg/c_by_val_5.f90: Likewise. + * gfortran.dg/c_char_tests.f03: Likewise. + * gfortran.dg/c_char_tests_2.f03: Likewise. + * gfortran.dg/c_f_pointer_complex.f03: Likewise. + * gfortran.dg/c_f_pointer_logical.f03: Likewise. + * gfortran.dg/c_f_pointer_shape_tests_2.f03: Likewise. + * gfortran.dg/c_f_pointer_shape_tests_4.f03: Likewise. + * gfortran.dg/c_f_pointer_shape_tests_5.f90: Likewise. + * gfortran.dg/c_f_pointer_tests.f90: Likewise. + * gfortran.dg/c_f_pointer_tests_4.f90: Likewise. + * gfortran.dg/c_kind_int128_test2.f03: Likewise. + * gfortran.dg/c_kind_params.f90: Likewise. + * gfortran.dg/c_loc_test_20.f90: Likewise. + * gfortran.dg/c_loc_tests_2.f03: Likewise. + * gfortran.dg/c_ptr_tests_14.f90: Likewise. + * gfortran.dg/c_ptr_tests_15.f90: Likewise. + * gfortran.dg/c_size_t_test.f03: Likewise. + * gfortran.dg/c_sizeof_1.f90: Likewise. + * gfortran.dg/c_sizeof_5.f90: Likewise. + * gfortran.dg/c_sizeof_6.f90: Likewise. + * gfortran.dg/char4_iunit_1.f03: Likewise. + * gfortran.dg/char4_iunit_2.f03: Likewise. + * gfortran.dg/char_allocation_1.f90: Likewise. + * gfortran.dg/char_array_constructor.f90: Likewise. + * gfortran.dg/char_array_structure_constructor.f90: Likewise. + * gfortran.dg/char_assign_1.f90: Likewise. + * gfortran.dg/char_associated_1.f90: Likewise. + * gfortran.dg/char_cast_2.f90: Likewise. + * gfortran.dg/char_comparison_1.f: Likewise. + * gfortran.dg/char_component_initializer_1.f90: Likewise. + * gfortran.dg/char_component_initializer_2.f90: Likewise. + * gfortran.dg/char_cons_len.f90: Likewise. + * gfortran.dg/char_conversion.f90: Likewise. + * gfortran.dg/char_cshift_1.f90: Likewise. + * gfortran.dg/char_cshift_2.f90: Likewise. + * gfortran.dg/char_decl_2.f90: Likewise. + * gfortran.dg/char_eoshift_1.f90: Likewise. + * gfortran.dg/char_eoshift_2.f90: Likewise. + * gfortran.dg/char_eoshift_3.f90: Likewise. + * gfortran.dg/char_eoshift_4.f90: Likewise. + * gfortran.dg/char_eoshift_5.f90: Likewise. + * gfortran.dg/char_expr_1.f90: Likewise. + * gfortran.dg/char_expr_3.f90: Likewise. + * gfortran.dg/char_initialiser_actual.f90: Likewise. + * gfortran.dg/char_length_12.f90: Likewise. + * gfortran.dg/char_length_14.f90: Likewise. + * gfortran.dg/char_length_15.f90: Likewise. + * gfortran.dg/char_length_17.f90: Likewise. + * gfortran.dg/char_length_20.f90: Likewise. + * gfortran.dg/char_length_21.f90: Likewise. + * gfortran.dg/char_length_5.f90: Likewise. + * gfortran.dg/char_length_6.f90: Likewise. + * gfortran.dg/char_length_7.f90: Likewise. + * gfortran.dg/char_length_8.f90: Likewise. + * gfortran.dg/char_pack_1.f90: Likewise. + * gfortran.dg/char_pack_2.f90: Likewise. + * gfortran.dg/char_pointer_assign.f90: Likewise. + * gfortran.dg/char_pointer_assign_3.f90: Likewise. + * gfortran.dg/char_pointer_comp_assign.f90: Likewise. + * gfortran.dg/char_pointer_dependency.f90: Likewise. + * gfortran.dg/char_pointer_dummy.f90: Likewise. + * gfortran.dg/char_pointer_func.f90: Likewise. + * gfortran.dg/char_reshape_1.f90: Likewise. + * gfortran.dg/char_result_1.f90: Likewise. + * gfortran.dg/char_result_12.f90: Likewise. + * gfortran.dg/char_result_13.f90: Likewise. + * gfortran.dg/char_result_14.f90: Likewise. + * gfortran.dg/char_result_15.f90: Likewise. + * gfortran.dg/char_result_2.f90: Likewise. + * gfortran.dg/char_result_3.f90: Likewise. + * gfortran.dg/char_result_4.f90: Likewise. + * gfortran.dg/char_result_5.f90: Likewise. + * gfortran.dg/char_result_6.f90: Likewise. + * gfortran.dg/char_result_7.f90: Likewise. + * gfortran.dg/char_result_8.f90: Likewise. + * gfortran.dg/char_spread_1.f90: Likewise. + * gfortran.dg/char_transpose_1.f90: Likewise. + * gfortran.dg/char_type_len.f90: Likewise. + * gfortran.dg/char_unpack_1.f90: Likewise. + * gfortran.dg/char_unpack_2.f90: Likewise. + * gfortran.dg/character_array_constructor_1.f90: Likewise. + * gfortran.dg/character_comparison_1.f90: Likewise. + * gfortran.dg/character_comparison_2.f90: Likewise. + * gfortran.dg/character_comparison_3.f90: Likewise. + * gfortran.dg/character_comparison_4.f90: Likewise. + * gfortran.dg/character_comparison_5.f90: Likewise. + * gfortran.dg/character_comparison_6.f90: Likewise. + * gfortran.dg/character_comparison_7.f90: Likewise. + * gfortran.dg/character_comparison_8.f90: Likewise. + * gfortran.dg/character_comparison_9.f90: Likewise. + * gfortran.dg/charlen_15.f90: Likewise. + * gfortran.dg/charlen_16.f90: Likewise. + * gfortran.dg/chkbits.f90: Likewise. + * gfortran.dg/chmod_1.f90: Likewise. + * gfortran.dg/chmod_2.f90: Likewise. + * gfortran.dg/chmod_3.f90: Likewise. + * gfortran.dg/class_1.f03: Likewise. + * gfortran.dg/class_18.f03: Likewise. + * gfortran.dg/class_19.f03: Likewise. + * gfortran.dg/class_35.f90: Likewise. + * gfortran.dg/class_46.f03: Likewise. + * gfortran.dg/class_48.f90: Likewise. + * gfortran.dg/class_51.f90: Likewise. + * gfortran.dg/class_52.f90: Likewise. + * gfortran.dg/class_6.f03: Likewise. + * gfortran.dg/class_63.f90: Likewise. + * gfortran.dg/class_64.f90: Likewise. + * gfortran.dg/class_65.f90: Likewise. + * gfortran.dg/class_66.f90: Likewise. + * gfortran.dg/class_67.f90: Likewise. + * gfortran.dg/class_9.f03: Likewise. + * gfortran.dg/class_alias.f90: Likewise. + * gfortran.dg/class_allocate_1.f03: Likewise. + * gfortran.dg/class_allocate_10.f03: Likewise. + * gfortran.dg/class_allocate_13.f90: Likewise. + * gfortran.dg/class_allocate_14.f90: Likewise. + * gfortran.dg/class_allocate_15.f90: Likewise. + * gfortran.dg/class_allocate_19.f03: Likewise. + * gfortran.dg/class_allocate_21.f90: Likewise. + * gfortran.dg/class_allocate_22.f90: Likewise. + * gfortran.dg/class_allocate_3.f03: Likewise. + * gfortran.dg/class_allocate_4.f03: Likewise. + * gfortran.dg/class_allocate_5.f90: Likewise. + * gfortran.dg/class_allocate_6.f03: Likewise. + * gfortran.dg/class_allocate_7.f03: Likewise. + * gfortran.dg/class_allocate_8.f03: Likewise. + * gfortran.dg/class_allocate_9.f03: Likewise. + * gfortran.dg/class_array_1.f03: Likewise. + * gfortran.dg/class_array_14.f90: Likewise. + * gfortran.dg/class_array_15.f03: Likewise. + * gfortran.dg/class_array_16.f90: Likewise. + * gfortran.dg/class_array_2.f03: Likewise. + * gfortran.dg/class_array_20.f03: Likewise. + * gfortran.dg/class_array_21.f03: Likewise. + * gfortran.dg/class_array_3.f03: Likewise. + * gfortran.dg/class_array_4.f03: Likewise. + * gfortran.dg/class_array_7.f03: Likewise. + * gfortran.dg/class_array_8.f03: Likewise. + * gfortran.dg/class_array_9.f03: Likewise. + * gfortran.dg/class_defined_operator_1.f03: Likewise. + * gfortran.dg/class_dummy_1.f03: Likewise. + * gfortran.dg/class_optional_1.f90: Likewise. + * gfortran.dg/class_optional_2.f90: Likewise. + * gfortran.dg/class_result_5.f90: Likewise. + * gfortran.dg/class_result_6.f90: Likewise. + * gfortran.dg/class_to_type_1.f03: Likewise. + * gfortran.dg/class_to_type_2.f90: Likewise. + * gfortran.dg/class_to_type_3.f03: Likewise. + * gfortran.dg/class_to_type_4.f90: Likewise. + * gfortran.dg/coarray/alloc_comp_1.f90: Likewise. + * gfortran.dg/coarray/alloc_comp_4.f90: Likewise. + * gfortran.dg/coarray/allocate_errgmsg.f90: Likewise. + * gfortran.dg/coarray/atomic_1.f90: Likewise. + * gfortran.dg/coarray/atomic_2.f90: Likewise. + * gfortran.dg/coarray/codimension.f90: Likewise. + * gfortran.dg/coarray/coindexed_1.f90: Likewise. + * gfortran.dg/coarray/collectives_1.f90: Likewise. + * gfortran.dg/coarray/collectives_2.f90: Likewise. + * gfortran.dg/coarray/collectives_3.f90: Likewise. + * gfortran.dg/coarray/collectives_4.f90: Likewise. + * gfortran.dg/coarray/cosubscript_1.f90: Likewise. + * gfortran.dg/coarray/dummy_1.f90: Likewise. + * gfortran.dg/coarray/event_1.f90: Likewise. + * gfortran.dg/coarray/event_2.f90: Likewise. + * gfortran.dg/coarray/get_array.f90: Likewise. + * gfortran.dg/coarray/image_index_1.f90: Likewise. + * gfortran.dg/coarray/image_index_2.f90: Likewise. + * gfortran.dg/coarray/image_index_3.f90: Likewise. + * gfortran.dg/coarray/lib_realloc_1.f90: Likewise. + * gfortran.dg/coarray/lock_1.f90: Likewise. + * gfortran.dg/coarray/lock_2.f90: Likewise. + * gfortran.dg/coarray/move_alloc_1.f90: Likewise. + * gfortran.dg/coarray/poly_run_1.f90: Likewise. + * gfortran.dg/coarray/poly_run_2.f90: Likewise. + * gfortran.dg/coarray/poly_run_3.f90: Likewise. + * gfortran.dg/coarray/ptr_comp_3.f08: Likewise. + * gfortran.dg/coarray/registering_1.f90: Likewise. + * gfortran.dg/coarray/scalar_alloc_1.f90: Likewise. + * gfortran.dg/coarray/scalar_alloc_2.f90: Likewise. + * gfortran.dg/coarray/send_array.f90: Likewise. + * gfortran.dg/coarray/send_char_array_1.f90: Likewise. + * gfortran.dg/coarray/sendget_array.f90: Likewise. + * gfortran.dg/coarray/subobject_1.f90: Likewise. + * gfortran.dg/coarray/sync_1.f90: Likewise. + * gfortran.dg/coarray/sync_3.f90: Likewise. + * gfortran.dg/coarray/this_image_1.f90: Likewise. + * gfortran.dg/coarray/this_image_2.f90: Likewise. + * gfortran.dg/coarray_13.f90: Likewise. + * gfortran.dg/coarray_15.f90: Likewise. + * gfortran.dg/coarray_16.f90: Likewise. + * gfortran.dg/coarray_2.f90: Likewise. + * gfortran.dg/coarray_23.f90: Likewise. + * gfortran.dg/coarray_40.f90: Likewise. + * gfortran.dg/coarray_alloc_comp_1.f08: Likewise. + * gfortran.dg/coarray_alloc_comp_2.f08: Likewise. + * gfortran.dg/coarray_allocate_10.f08: Likewise. + * gfortran.dg/coarray_allocate_2.f08: Likewise. + * gfortran.dg/coarray_allocate_3.f08: Likewise. + * gfortran.dg/coarray_allocate_4.f08: Likewise. + * gfortran.dg/coarray_allocate_5.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_lib_alloc_4.f90: Likewise. + * gfortran.dg/coarray_lib_comm_1.f90: Likewise. + * gfortran.dg/coarray_lib_realloc_1.f90: Likewise. + * gfortran.dg/coarray_lib_token_1.f90: Likewise. + * gfortran.dg/coarray_lib_token_2.f90: Likewise. + * gfortran.dg/coarray_ptr_comp_1.f08: Likewise. + * gfortran.dg/coarray_ptr_comp_2.f08: Likewise. + * gfortran.dg/coarray_send_by_ref_1.f08: Likewise. + * gfortran.dg/coarray_stat_2.f90: Likewise. + * gfortran.dg/coarray_subobject_1.f90: Likewise. + * gfortran.dg/coindexed_1.f90: Likewise. + * gfortran.dg/comma.f: Likewise. + * gfortran.dg/comma_format_extension_3.f: Likewise. + * gfortran.dg/comma_format_extension_4.f: Likewise. + * gfortran.dg/common_2.f90: Likewise. + * gfortran.dg/common_4.f90: Likewise. + * gfortran.dg/common_align_1.f90: Likewise. + * gfortran.dg/common_align_2.f90: Likewise. + * gfortran.dg/common_equivalence_1.f: Likewise. + * gfortran.dg/common_pointer_1.f90: Likewise. + * gfortran.dg/common_resize_1.f: Likewise. + * gfortran.dg/complex_intrinsic_1.f90: Likewise. + * gfortran.dg/complex_intrinsic_3.f90: Likewise. + * gfortran.dg/complex_intrinsic_5.f90: Likewise. + * gfortran.dg/complex_intrinsic_7.f90: Likewise. + * gfortran.dg/complex_read.f90: Likewise. + * gfortran.dg/complex_write.f90: Likewise. + * gfortran.dg/constant_substring.f: Likewise. + * gfortran.dg/constructor_2.f90: Likewise. + * gfortran.dg/constructor_3.f90: Likewise. + * gfortran.dg/constructor_6.f90: Likewise. + * gfortran.dg/contained_1.f90: Likewise. + * gfortran.dg/contained_3.f90: Likewise. + * gfortran.dg/contained_equivalence_1.f90: Likewise. + * gfortran.dg/contained_module_proc_1.f90: Likewise. + * gfortran.dg/continuation_1.f90: Likewise. + * gfortran.dg/continuation_11.f90: Likewise. + * gfortran.dg/continuation_12.f90: Likewise. + * gfortran.dg/continuation_13.f90: Likewise. + * gfortran.dg/continuation_14.f: Likewise. + * gfortran.dg/continuation_8.f90: Likewise. + * gfortran.dg/convert_2.f90: Likewise. + * gfortran.dg/convert_implied_open.f90: Likewise. + * gfortran.dg/count_init_expr.f03: Likewise. + * gfortran.dg/cr_lf.f90: Likewise. + * gfortran.dg/cray_pointers_10.f90: Likewise. + * gfortran.dg/cray_pointers_2.f90: Likewise. + * gfortran.dg/cray_pointers_5.f90: Likewise. + * gfortran.dg/cray_pointers_7.f90: Likewise. + * gfortran.dg/cray_pointers_8.f90: Likewise. + * gfortran.dg/cshift_1.f90: Likewise. + * gfortran.dg/cshift_2.f90: Likewise. + * gfortran.dg/cshift_large_1.f90: Likewise. + * gfortran.dg/cshift_nan_1.f90: Likewise. + * gfortran.dg/csqrt_2.f: Likewise. + * gfortran.dg/data_array_1.f90: Likewise. + * gfortran.dg/data_char_1.f90: Likewise. + * gfortran.dg/data_char_2.f90: Likewise. + * gfortran.dg/data_char_3.f90: Likewise. + * gfortran.dg/data_derived_1.f90: Likewise. + * gfortran.dg/data_implied_do_1.f90: Likewise. + * gfortran.dg/data_namelist_conflict.f90: Likewise. + * gfortran.dg/deallocate_alloc_opt_3.f90: Likewise. + * gfortran.dg/deallocate_stat.f90: Likewise. + * gfortran.dg/deallocate_stat_2.f90: Likewise. + * gfortran.dg/debug/pr37738.f: Likewise. + * gfortran.dg/dec_bitwise_ops_1.f90: Likewise. + * gfortran.dg/dec_bitwise_ops_2.f90: Likewise. + * gfortran.dg/dec_exp_1.f90: Likewise. + * gfortran.dg/dec_init_1.f90: Likewise. + * gfortran.dg/dec_init_2.f90: Likewise. + * gfortran.dg/dec_init_3.f90: Likewise. + * gfortran.dg/dec_init_4.f90: Likewise. + * gfortran.dg/dec_io_1.f90: Likewise. + * gfortran.dg/dec_io_2.f90: Likewise. + * gfortran.dg/dec_io_2a.f90: Likewise. + * gfortran.dg/dec_io_6.f90: Likewise. + * gfortran.dg/dec_loc_rval_1.f90: Likewise. + * gfortran.dg/dec_logical_xor_1.f90: Likewise. + * gfortran.dg/dec_math.f90: Likewise. + * gfortran.dg/dec_parameter_1.f: Likewise. + * gfortran.dg/dec_parameter_2.f90: Likewise. + * gfortran.dg/dec_static_1.f90: Likewise. + * gfortran.dg/dec_static_2.f90: Likewise. + * gfortran.dg/dec_structure_1.f90: Likewise. + * gfortran.dg/dec_structure_10.f90: Likewise. + * gfortran.dg/dec_structure_18.f90: Likewise. + * gfortran.dg/dec_structure_19.f90: Likewise. + * gfortran.dg/dec_structure_2.f90: Likewise. + * gfortran.dg/dec_structure_22.f90: Likewise. + * gfortran.dg/dec_structure_3.f90: Likewise. + * gfortran.dg/dec_structure_4.f90: Likewise. + * gfortran.dg/dec_structure_5.f90: Likewise. + * gfortran.dg/dec_structure_6.f90: Likewise. + * gfortran.dg/dec_structure_7.f90: Likewise. + * gfortran.dg/dec_union_1.f90: Likewise. + * gfortran.dg/dec_union_2.f90: Likewise. + * gfortran.dg/dec_union_3.f90: Likewise. + * gfortran.dg/dec_union_4.f90: Likewise. + * gfortran.dg/dec_union_5.f90: Likewise. + * gfortran.dg/default_format_1.f90: Likewise. + * gfortran.dg/default_format_2.f90: Likewise. + * gfortran.dg/default_format_denormal_1.f90: Likewise. + * gfortran.dg/default_format_denormal_2.f90: Likewise. + * gfortran.dg/default_initialization_3.f90: Likewise. + * gfortran.dg/default_initialization_4.f90: Likewise. + * gfortran.dg/default_initialization_5.f90: Likewise. + * gfortran.dg/deferred_character_1.f90: Likewise. + * gfortran.dg/deferred_character_10.f90: Likewise. + * gfortran.dg/deferred_character_11.f90: Likewise. + * gfortran.dg/deferred_character_12.f90: Likewise. + * gfortran.dg/deferred_character_13.f90: Likewise. + * gfortran.dg/deferred_character_14.f90: Likewise. + * gfortran.dg/deferred_character_15.f90: Likewise. + * gfortran.dg/deferred_character_16.f90: Likewise. + * gfortran.dg/deferred_character_2.f90: Likewise. + * gfortran.dg/deferred_character_3.f90: Likewise. + * gfortran.dg/deferred_character_4.f90: Likewise. + * gfortran.dg/deferred_character_5.f90: Likewise. + * gfortran.dg/deferred_character_6.f90: Likewise. + * gfortran.dg/deferred_character_7.f90: Likewise. + * gfortran.dg/deferred_character_8.f90: Likewise. + * gfortran.dg/deferred_character_9.f90: Likewise. + * gfortran.dg/deferred_character_assignment_1.f90: Likewise. + * gfortran.dg/deferred_type_component_1.f90: Likewise. + * gfortran.dg/deferred_type_component_2.f90: Likewise. + * gfortran.dg/deferred_type_param_2.f90: Likewise. + * gfortran.dg/deferred_type_param_4.f90: Likewise. + * gfortran.dg/deferred_type_param_5.f90: Likewise. + * gfortran.dg/deferred_type_param_6.f90: Likewise. + * gfortran.dg/deferred_type_param_8.f90: Likewise. + * gfortran.dg/deferred_type_param_9.f90: Likewise. + * gfortran.dg/deferred_type_proc_pointer_1.f90: Likewise. + * gfortran.dg/deferred_type_proc_pointer_2.f90: Likewise. + * gfortran.dg/defined_assignment_1.f90: Likewise. + * gfortran.dg/defined_assignment_10.f90: Likewise. + * gfortran.dg/defined_assignment_11.f90: Likewise. + * gfortran.dg/defined_assignment_2.f90: Likewise. + * gfortran.dg/defined_assignment_3.f90: Likewise. + * gfortran.dg/defined_assignment_4.f90: Likewise. + * gfortran.dg/defined_assignment_5.f90: Likewise. + * gfortran.dg/defined_assignment_8.f90: Likewise. + * gfortran.dg/defined_assignment_9.f90: Likewise. + * gfortran.dg/dependency_2.f90: Likewise. + * gfortran.dg/dependency_21.f90: Likewise. + * gfortran.dg/dependency_22.f90: Likewise. + * gfortran.dg/dependency_23.f90: Likewise. + * gfortran.dg/dependency_24.f90: Likewise. + * gfortran.dg/dependency_25.f90: Likewise. + * gfortran.dg/dependency_26.f90: Likewise. + * gfortran.dg/dependency_39.f90: Likewise. + * gfortran.dg/dependency_40.f90: Likewise. + * gfortran.dg/dependency_41.f90: Likewise. + * gfortran.dg/dependency_42.f90: Likewise. + * gfortran.dg/dependency_43.f90: Likewise. + * gfortran.dg/dependency_44.f90: Likewise. + * gfortran.dg/dependency_45.f90: Likewise. + * gfortran.dg/dependency_50.f90: Likewise. + * gfortran.dg/dependency_51.f90: Likewise. + * gfortran.dg/dependent_decls_1.f90: Likewise. + * gfortran.dg/der_array_1.f90: Likewise. + * gfortran.dg/der_array_io_1.f90: Likewise. + * gfortran.dg/der_array_io_2.f90: Likewise. + * gfortran.dg/der_array_io_3.f90: Likewise. + * gfortran.dg/der_io_1.f90: Likewise. + * gfortran.dg/der_io_3.f90: Likewise. + * gfortran.dg/der_pointer_2.f90: Likewise. + * gfortran.dg/derived_comp_array_ref_1.f90: Likewise. + * gfortran.dg/derived_comp_array_ref_2.f90: Likewise. + * gfortran.dg/derived_comp_array_ref_4.f90: Likewise. + * gfortran.dg/derived_comp_array_ref_7.f90: Likewise. + * gfortran.dg/derived_constructor_char_3.f90: Likewise. + * gfortran.dg/derived_constructor_comps_1.f90: Likewise. + * gfortran.dg/derived_constructor_comps_4.f90: Likewise. + * gfortran.dg/derived_constructor_comps_5.f90: Likewise. + * gfortran.dg/derived_constructor_comps_6.f90: Likewise. + * gfortran.dg/derived_external_function_1.f90: Likewise. + * gfortran.dg/derived_init_1.f90: Likewise. + * gfortran.dg/derived_init_2.f90: Likewise. + * gfortran.dg/derived_init_3.f90: Likewise. + * gfortran.dg/derived_init_4.f90: Likewise. + * gfortran.dg/derived_pointer_null_1.f90: Likewise. + * gfortran.dg/derived_pointer_recursion_2.f90: Likewise. + * gfortran.dg/dev_null.F90: Likewise. + * gfortran.dg/dfloat_1.f90: Likewise. + * gfortran.dg/dim_sum_1.f90: Likewise. + * gfortran.dg/dim_sum_2.f90: Likewise. + * gfortran.dg/dim_sum_3.f90: Likewise. + * gfortran.dg/direct_io_10.f: Likewise. + * gfortran.dg/direct_io_11.f90: Likewise. + * gfortran.dg/direct_io_12.f90: Likewise. + * gfortran.dg/direct_io_2.f90: Likewise. + * gfortran.dg/direct_io_3.f90: Likewise. + * gfortran.dg/direct_io_4.f90: Likewise. + * gfortran.dg/direct_io_5.f90: Likewise. + * gfortran.dg/direct_io_6.f90: Likewise. + * gfortran.dg/direct_io_7.f90: Likewise. + * gfortran.dg/direct_io_8.f90: Likewise. + * gfortran.dg/direct_io_9.f: Likewise. + * gfortran.dg/do_1.f90: Likewise. + * gfortran.dg/do_3.F90: Likewise. + * gfortran.dg/do_concurrent_2.f90: Likewise. + * gfortran.dg/do_concurrent_4.f90: Likewise. + * gfortran.dg/do_corner_warn.f90: Likewise. + * gfortran.dg/do_iterator_2.f90: Likewise. + * gfortran.dg/dollar_edit_descriptor_1.f: Likewise. + * gfortran.dg/dollar_edit_descriptor_2.f: Likewise. + * gfortran.dg/dos_eol.f: Likewise. + * gfortran.dg/dot_product_1.f03: Likewise. + * gfortran.dg/dot_product_2.f90: Likewise. + * gfortran.dg/dot_product_4.f90: Likewise. + * gfortran.dg/dshift_1.F90: Likewise. + * gfortran.dg/dshift_2.F90: Likewise. + * gfortran.dg/dtio_1.f90: Likewise. + * gfortran.dg/dtio_10.f90: Likewise. + * gfortran.dg/dtio_12.f90: Likewise. + * gfortran.dg/dtio_14.f90: Likewise. + * gfortran.dg/dtio_15.f90: Likewise. + * gfortran.dg/dtio_16.f90: Likewise. + * gfortran.dg/dtio_17.f90: Likewise. + * gfortran.dg/dtio_19.f90: Likewise. + * gfortran.dg/dtio_2.f90: Likewise. + * gfortran.dg/dtio_20.f03: Likewise. + * gfortran.dg/dtio_22.f90: Likewise. + * gfortran.dg/dtio_24.f90: Likewise. + * gfortran.dg/dtio_25.f90: Likewise. + * gfortran.dg/dtio_26.f03: Likewise. + * gfortran.dg/dtio_27.f90: Likewise. + * gfortran.dg/dtio_28.f03: Likewise. + * gfortran.dg/dtio_3.f90: Likewise. + * gfortran.dg/dtio_30.f03: Likewise. + * gfortran.dg/dtio_31.f03: Likewise. + * gfortran.dg/dtio_32.f03: Likewise. + * gfortran.dg/dtio_4.f90: Likewise. + * gfortran.dg/dtio_5.f90: Likewise. + * gfortran.dg/dtio_7.f90: Likewise. + * gfortran.dg/dtio_8.f90: Likewise. + * gfortran.dg/dtio_9.f90: Likewise. + * gfortran.dg/dummy_procedure_3.f90: Likewise. + * gfortran.dg/dummy_procedure_7.f90: Likewise. + * gfortran.dg/dup_save_1.f90: Likewise. + * gfortran.dg/dup_save_2.f90: Likewise. + * gfortran.dg/dynamic_dispatch_1.f03: Likewise. + * gfortran.dg/dynamic_dispatch_11.f03: Likewise. + * gfortran.dg/dynamic_dispatch_12.f90: Likewise. + * gfortran.dg/dynamic_dispatch_2.f03: Likewise. + * gfortran.dg/dynamic_dispatch_3.f03: Likewise. + * gfortran.dg/dynamic_dispatch_4.f03: Likewise. + * gfortran.dg/dynamic_dispatch_5.f03: Likewise. + * gfortran.dg/dynamic_dispatch_7.f03: Likewise. + * gfortran.dg/dynamic_dispatch_8.f03: Likewise. + * gfortran.dg/dynamic_dispatch_9.f03: Likewise. + * gfortran.dg/e_d_fmt.f90: Likewise. + * gfortran.dg/edit_real_1.f90: Likewise. + * gfortran.dg/elemental_by_value_1.f90: Likewise. + * gfortran.dg/elemental_dependency_1.f90: Likewise. + * gfortran.dg/elemental_dependency_4.f90: Likewise. + * gfortran.dg/elemental_dependency_5.f90: Likewise. + * gfortran.dg/elemental_dependency_6.f90: Likewise. + * gfortran.dg/elemental_optional_args_2.f90: Likewise. + * gfortran.dg/elemental_optional_args_3.f90: Likewise. + * gfortran.dg/elemental_optional_args_4.f90: Likewise. + * gfortran.dg/elemental_optional_args_5.f03: Likewise. + * gfortran.dg/elemental_optional_args_6.f90: Likewise. + * gfortran.dg/elemental_optional_args_7.f90: Likewise. + * gfortran.dg/elemental_scalar_args_1.f90: Likewise. + * gfortran.dg/elemental_scalar_args_2.f90: Likewise. + * gfortran.dg/elemental_subroutine_1.f90: Likewise. + * gfortran.dg/elemental_subroutine_10.f90: Likewise. + * gfortran.dg/elemental_subroutine_11.f90: Likewise. + * gfortran.dg/elemental_subroutine_2.f90: Likewise. + * gfortran.dg/elemental_subroutine_3.f90: Likewise. + * gfortran.dg/elemental_subroutine_7.f90: Likewise. + * gfortran.dg/elemental_subroutine_9.f90: Likewise. + * gfortran.dg/empty_format_1.f90: Likewise. + * gfortran.dg/endfile.f: Likewise. + * gfortran.dg/endfile.f90: Likewise. + * gfortran.dg/endfile_2.f90: Likewise. + * gfortran.dg/entry_1.f90: Likewise. + * gfortran.dg/entry_10.f90: Likewise. + * gfortran.dg/entry_12.f90: Likewise. + * gfortran.dg/entry_13.f90: Likewise. + * gfortran.dg/entry_14.f90: Likewise. + * gfortran.dg/entry_16.f90: Likewise. + * gfortran.dg/entry_3.f90: Likewise. + * gfortran.dg/entry_6.f90: Likewise. + * gfortran.dg/entry_9.f90: Likewise. + * gfortran.dg/entry_array_specs_2.f: Likewise. + * gfortran.dg/enum_1.f90: Likewise. + * gfortran.dg/enum_9.f90: Likewise. + * gfortran.dg/eof_1.f90: Likewise. + * gfortran.dg/eof_2.f90: Likewise. + * gfortran.dg/eof_4.f90: Likewise. + * gfortran.dg/eof_5.f90: Likewise. + * gfortran.dg/eor_handling_1.f90: Likewise. + * gfortran.dg/eor_handling_2.f90: Likewise. + * gfortran.dg/eor_handling_3.f90: Likewise. + * gfortran.dg/eor_handling_4.f90: Likewise. + * gfortran.dg/eor_handling_5.f90: Likewise. + * gfortran.dg/eoshift_3.f90: Likewise. + * gfortran.dg/eoshift_4.f90: Likewise. + * gfortran.dg/eoshift_5.f90: Likewise. + * gfortran.dg/eoshift_6.f90: Likewise. + * gfortran.dg/eoshift_large_1.f90: Likewise. + * gfortran.dg/equiv_6.f90: Likewise. + * gfortran.dg/equiv_7.f90: Likewise. + * gfortran.dg/equiv_9.f90: Likewise. + * gfortran.dg/equiv_constraint_4.f90: Likewise. + * gfortran.dg/erf_2.F90: Likewise. + * gfortran.dg/erf_3.F90: Likewise. + * gfortran.dg/erfc_scaled_1.f90: Likewise. + * gfortran.dg/error_format_2.f90: Likewise. + * gfortran.dg/error_recovery_5.f90: Likewise. + * gfortran.dg/execute_command_line_2.f90: Likewise. + * gfortran.dg/execute_command_line_3.f90: Likewise. + * gfortran.dg/exit_1.f08: Likewise. + * gfortran.dg/exit_3.f08: Likewise. + * gfortran.dg/exponent_1.f90: Likewise. + * gfortran.dg/exponent_2.f90: Likewise. + * gfortran.dg/extended_char_comparison_1.f: Likewise. + * gfortran.dg/extends_1.f03: Likewise. + * gfortran.dg/extends_16.f90: Likewise. + * gfortran.dg/extends_2.f03: Likewise. + * gfortran.dg/extends_3.f03: Likewise. + * gfortran.dg/extends_4.f03: Likewise. + * gfortran.dg/extends_type_of_1.f03: Likewise. + * gfortran.dg/extends_type_of_2.f03: Likewise. + * gfortran.dg/external_procedures_3.f90: Likewise. + * gfortran.dg/f2003_inquire_1.f03: Likewise. + * gfortran.dg/f2003_io_1.f03: Likewise. + * gfortran.dg/f2003_io_4.f03: Likewise. + * gfortran.dg/f2003_io_5.f03: Likewise. + * gfortran.dg/f2003_io_6.f03: Likewise. + * gfortran.dg/f2003_io_7.f03: Likewise. + * gfortran.dg/f2c_1.f90: Likewise. + * gfortran.dg/f2c_2.f90: Likewise. + * gfortran.dg/f2c_3.f90: Likewise. + * gfortran.dg/f2c_4.f90: Likewise. + * gfortran.dg/f2c_6.f90: Likewise. + * gfortran.dg/f2c_7.f90: Likewise. + * gfortran.dg/f2c_9.f90: Likewise. + * gfortran.dg/fgetc_1.f90: Likewise. + * gfortran.dg/fgetc_2.f90: Likewise. + * gfortran.dg/filename_null.f90: Likewise. + * gfortran.dg/finalize_12.f90: Likewise. + * gfortran.dg/finalize_13.f90: Likewise. + * gfortran.dg/finalize_15.f90: Likewise. + * gfortran.dg/finalize_17.f90: Likewise. + * gfortran.dg/finalize_18.f90: Likewise. + * gfortran.dg/finalize_25.f90: Likewise. + * gfortran.dg/finalize_29.f08: Likewise. + * gfortran.dg/finalize_31.f90: Likewise. + * gfortran.dg/float_1.f90: Likewise. + * gfortran.dg/flush_1.f90: Likewise. + * gfortran.dg/fmt_bz_bn.f: Likewise. + * gfortran.dg/fmt_bz_bn_err.f: Likewise. + * gfortran.dg/fmt_cache_1.f: Likewise. + * gfortran.dg/fmt_cache_2.f: Likewise. + * gfortran.dg/fmt_cache_3.f90: Likewise. + * gfortran.dg/fmt_colon.f90: Likewise. + * gfortran.dg/fmt_e.f90: Likewise. + * gfortran.dg/fmt_en.f90: Likewise. + * gfortran.dg/fmt_error_10.f: Likewise. + * gfortran.dg/fmt_error_9.f: Likewise. + * gfortran.dg/fmt_exhaust.f90: Likewise. + * gfortran.dg/fmt_f0_1.f90: Likewise. + * gfortran.dg/fmt_f_an_p.f: Likewise. + * gfortran.dg/fmt_fw_d.f90: Likewise. + * gfortran.dg/fmt_g.f: Likewise. + * gfortran.dg/fmt_g0_1.f08: Likewise. + * gfortran.dg/fmt_g0_2.f08: Likewise. + * gfortran.dg/fmt_g0_4.f08: Likewise. + * gfortran.dg/fmt_g0_5.f08: Likewise. + * gfortran.dg/fmt_g0_6.f08: Likewise. + * gfortran.dg/fmt_g0_7.f08: Likewise. + * gfortran.dg/fmt_g_1.f90: Likewise. + * gfortran.dg/fmt_int_sign.f90: Likewise. + * gfortran.dg/fmt_l.f90: Likewise. + * gfortran.dg/fmt_missing_period_2.f: Likewise. + * gfortran.dg/fmt_missing_period_3.f: Likewise. + * gfortran.dg/fmt_p_1.f90: Likewise. + * gfortran.dg/fmt_pf.f90: Likewise. + * gfortran.dg/fmt_read.f90: Likewise. + * gfortran.dg/fmt_read_bz_bn.f90: Likewise. + * gfortran.dg/fmt_t_1.f90: Likewise. + * gfortran.dg/fmt_t_2.f90: Likewise. + * gfortran.dg/fmt_t_3.f90: Likewise. + * gfortran.dg/fmt_t_4.f90: Likewise. + * gfortran.dg/fmt_t_5.f90: Likewise. + * gfortran.dg/fmt_t_6.f: Likewise. + * gfortran.dg/fmt_t_7.f: Likewise. + * gfortran.dg/fmt_t_9.f: Likewise. + * gfortran.dg/fmt_tl.f: Likewise. + * gfortran.dg/fmt_unlimited.f90: Likewise. + * gfortran.dg/fmt_white.f: Likewise. + * gfortran.dg/fmt_zero_digits.f90: Likewise. + * gfortran.dg/fold_nearest.f90: Likewise. + * gfortran.dg/forall_1.f90: Likewise. + * gfortran.dg/forall_10.f90: Likewise. + * gfortran.dg/forall_12.f90: Likewise. + * gfortran.dg/forall_13.f90: Likewise. + * gfortran.dg/forall_15.f90: Likewise. + * gfortran.dg/forall_4.f90: Likewise. + * gfortran.dg/forall_5.f90: Likewise. + * gfortran.dg/forall_6.f90: Likewise. + * gfortran.dg/forall_7.f90: Likewise. + * gfortran.dg/fraction.f90: Likewise. + * gfortran.dg/fseek.f90: Likewise. + * gfortran.dg/ftell_1.f90: Likewise. + * gfortran.dg/ftell_2.f90: Likewise. + * gfortran.dg/ftell_3.f90: Likewise. + * gfortran.dg/func_assign_2.f90: Likewise. + * gfortran.dg/func_assign_3.f90: Likewise. + * gfortran.dg/func_derived_1.f90: Likewise. + * gfortran.dg/func_derived_2.f90: Likewise. + * gfortran.dg/func_derived_3.f90: Likewise. + * gfortran.dg/func_result_1.f90: Likewise. + * gfortran.dg/func_result_2.f90: Likewise. + * gfortran.dg/func_result_6.f90: Likewise. + * gfortran.dg/function_charlen_2.f90: Likewise. + * gfortran.dg/function_charlen_3.f: Likewise. + * gfortran.dg/function_kinds_1.f90: Likewise. + * gfortran.dg/function_kinds_4.f90: Likewise. + * gfortran.dg/function_optimize_10.f90: Likewise. + * gfortran.dg/function_optimize_11.f90: Likewise. + * gfortran.dg/function_optimize_12.f90: Likewise. + * gfortran.dg/function_optimize_4.f90: Likewise. + * gfortran.dg/function_optimize_8.f90: Likewise. + * gfortran.dg/g77/13037.f: Likewise. + * gfortran.dg/g77/1832.f: Likewise. + * gfortran.dg/g77/19981119-0.f: Likewise. + * gfortran.dg/g77/19990313-0.f: Likewise. + * gfortran.dg/g77/19990313-1.f: Likewise. + * gfortran.dg/g77/19990313-2.f: Likewise. + * gfortran.dg/g77/19990313-3.f: Likewise. + * gfortran.dg/g77/19990419-1.f: Likewise. + * gfortran.dg/g77/19990826-0.f: Likewise. + * gfortran.dg/g77/19990826-2.f: Likewise. + * gfortran.dg/g77/20000503-1.f: Likewise. + * gfortran.dg/g77/20001111.f: Likewise. + * gfortran.dg/g77/20010116.f: Likewise. + * gfortran.dg/g77/20010216-1.f: Likewise. + * gfortran.dg/g77/20010430.f: Likewise. + * gfortran.dg/g77/20010610.f: Likewise. + * gfortran.dg/g77/6177.f: Likewise. + * gfortran.dg/g77/7388.f: Likewise. + * gfortran.dg/g77/947.f: Likewise. + * gfortran.dg/g77/970625-2.f: Likewise. + * gfortran.dg/g77/971102-1.f: Likewise. + * gfortran.dg/g77/980628-0.f: Likewise. + * gfortran.dg/g77/980628-1.f: Likewise. + * gfortran.dg/g77/980628-10.f: Likewise. + * gfortran.dg/g77/980628-2.f: Likewise. + * gfortran.dg/g77/980628-3.f: Likewise. + * gfortran.dg/g77/980628-7.f: Likewise. + * gfortran.dg/g77/980628-8.f: Likewise. + * gfortran.dg/g77/980628-9.f: Likewise. + * gfortran.dg/g77/980701-0.f: Likewise. + * gfortran.dg/g77/980701-1.f: Likewise. + * gfortran.dg/g77/cabs.f: Likewise. + * gfortran.dg/g77/claus.f: Likewise. + * gfortran.dg/g77/complex_1.f: Likewise. + * gfortran.dg/g77/cpp3.F: Likewise. + * gfortran.dg/g77/cpp4.F: Likewise. + * gfortran.dg/g77/cpp5.F: Likewise. + * gfortran.dg/g77/dcomplex.f: Likewise. + * gfortran.dg/g77/dnrm2.f: Likewise. + * gfortran.dg/g77/erfc.f: Likewise. + * gfortran.dg/g77/f77-edit-i-in.f: Likewise. + * gfortran.dg/g77/f77-edit-t-in.f: Likewise. + * gfortran.dg/g77/f90-intrinsic-bit.f: Likewise. + * gfortran.dg/g77/f90-intrinsic-mathematical.f: Likewise. + * gfortran.dg/g77/f90-intrinsic-numeric.f: Likewise. + * gfortran.dg/g77/int8421.f: Likewise. + * gfortran.dg/g77/intrinsic-unix-bessel.f: Likewise. + * gfortran.dg/g77/intrinsic-unix-erf.f: Likewise. + * gfortran.dg/g77/le.f: Likewise. + * gfortran.dg/g77/short.f: Likewise. + * gfortran.dg/gamma_1.f90: Likewise. + * gfortran.dg/gamma_4.f90: Likewise. + * gfortran.dg/gamma_5.f90: Likewise. + * gfortran.dg/generic_13.f90: Likewise. + * gfortran.dg/generic_15.f90: Likewise. + * gfortran.dg/generic_19.f90: Likewise. + * gfortran.dg/generic_20.f90: Likewise. + * gfortran.dg/generic_23.f03: Likewise. + * gfortran.dg/generic_25.f90: Likewise. + * gfortran.dg/generic_27.f90: Likewise. + * gfortran.dg/generic_31.f90: Likewise. + * gfortran.dg/generic_4.f90: Likewise. + * gfortran.dg/global_vars_c_init.f90: Likewise. + * gfortran.dg/global_vars_f90_init.f90: Likewise. + * gfortran.dg/gnu_logical_1.F: Likewise. + * gfortran.dg/goacc/fixed-1.f: Likewise. + * gfortran.dg/goacc/fixed-2.f: Likewise. + * gfortran.dg/goacc/gang-static.f95: Likewise. + * gfortran.dg/goacc/kernels-loop-2.f95: Likewise. + * 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-n.f95: Likewise. + * gfortran.dg/goacc/kernels-loop.f95: Likewise. + * gfortran.dg/goacc/omp-fixed.f: Likewise. + * gfortran.dg/gomp/crayptr5.f90: Likewise. + * gfortran.dg/gomp/pr48794-2.f90: Likewise. + * gfortran.dg/gomp/pr48794.f90: Likewise. + * gfortran.dg/gomp/pr72744.f90: Likewise. + * gfortran.dg/gomp/pr77665.f90: Likewise. + * gfortran.dg/gomp/workshare2.f90: Likewise. + * gfortran.dg/gomp/workshare3.f90: Likewise. + * gfortran.dg/goto_1.f: Likewise. + * gfortran.dg/goto_2.f90: Likewise. + * gfortran.dg/goto_4.f90: Likewise. + * gfortran.dg/goto_6.f: Likewise. + * gfortran.dg/graphite/id-26.f03: Likewise. + * gfortran.dg/graphite/id-pr45370.f90: Likewise. + * gfortran.dg/graphite/pr29581.f90: Likewise. + * gfortran.dg/graphite/pr29832.f90: Likewise. + * gfortran.dg/graphite/run-id-1.f: Likewise. + * gfortran.dg/graphite/run-id-2.f90: Likewise. + * gfortran.dg/graphite/run-id-3.f90: Likewise. + * gfortran.dg/hollerith.f90: Likewise. + * gfortran.dg/hollerith4.f90: Likewise. + * gfortran.dg/hollerith6.f90: Likewise. + * gfortran.dg/hollerith8.f90: Likewise. + * gfortran.dg/hollerith_1.f90: Likewise. + * gfortran.dg/hollerith_character_array_constructor.f90: Likewise. + * gfortran.dg/hollerith_f95.f90: Likewise. + * gfortran.dg/hollerith_legacy.f90: Likewise. + * gfortran.dg/host_assoc_call_3.f90: Likewise. + * gfortran.dg/host_assoc_function_1.f90: Likewise. + * gfortran.dg/host_assoc_function_3.f90: Likewise. + * gfortran.dg/host_assoc_function_4.f90: Likewise. + * gfortran.dg/host_assoc_function_9.f90: Likewise. + * gfortran.dg/host_dummy_index_1.f90: Likewise. + * gfortran.dg/hypot_1.f90: Likewise. + * gfortran.dg/iall_iany_iparity_1.f90: Likewise. + * gfortran.dg/iargc.f90: Likewise. + * gfortran.dg/ibits.f90: Likewise. + * gfortran.dg/ichar_1.f90: Likewise. + * gfortran.dg/ichar_2.f90: Likewise. + * gfortran.dg/ieee/ieee_1.F90: Likewise. + * gfortran.dg/ieee/ieee_2.f90: Likewise. + * gfortran.dg/ieee/ieee_3.f90: Likewise. + * gfortran.dg/ieee/ieee_4.f90: Likewise. + * gfortran.dg/ieee/ieee_6.f90: Likewise. + * gfortran.dg/ieee/ieee_7.f90: Likewise. + * gfortran.dg/ieee/ieee_8.f90: Likewise. + * gfortran.dg/ieee/intrinsics_1.f90: Likewise. + * gfortran.dg/ieee/intrinsics_2.F90: Likewise. + * gfortran.dg/ieee/large_1.f90: Likewise. + * gfortran.dg/ieee/large_2.f90: Likewise. + * gfortran.dg/ieee/large_3.F90: Likewise. + * gfortran.dg/ieee/large_4.f90: Likewise. + * gfortran.dg/ieee/rounding_1.f90: Likewise. + * gfortran.dg/ieee/underflow_1.f90: Likewise. + * gfortran.dg/impl_do_var_data.f90: Likewise. + * gfortran.dg/implicit_10.f90: Likewise. + * gfortran.dg/implicit_12.f90: Likewise. + * gfortran.dg/implicit_class_1.f90: Likewise. + * gfortran.dg/implicit_pure_1.f90: Likewise. + * gfortran.dg/implied_do_1.f90: Likewise. + * gfortran.dg/implied_do_io_1.f90: Likewise. + * gfortran.dg/implied_do_io_2.f90: Likewise. + * gfortran.dg/implied_do_io_3.f90: Likewise. + * gfortran.dg/implied_shape_1.f08: Likewise. + * gfortran.dg/import.f90: Likewise. + * gfortran.dg/import4.f90: Likewise. + * gfortran.dg/impure_1.f08: Likewise. + * gfortran.dg/index.f90: Likewise. + * gfortran.dg/index_2.f90: Likewise. + * gfortran.dg/init_flag_1.f90: Likewise. + * gfortran.dg/init_flag_10.f90: Likewise. + * gfortran.dg/init_flag_15.f03: Likewise. + * gfortran.dg/init_flag_2.f90: Likewise. + * gfortran.dg/init_flag_3.f90: Likewise. + * gfortran.dg/init_flag_4.f90: Likewise. + * gfortran.dg/init_flag_5.f90: Likewise. + * gfortran.dg/init_flag_6.f90: Likewise. + * gfortran.dg/init_flag_7.f90: Likewise. + * gfortran.dg/init_flag_9.f90: Likewise. + * gfortran.dg/initialization_11.f90: Likewise. + * gfortran.dg/initialization_19.f90: Likewise. + * gfortran.dg/initialization_2.f90: Likewise. + * gfortran.dg/initialization_22.f90: Likewise. + * gfortran.dg/initialization_27.f90: Likewise. + * gfortran.dg/initialization_5.f90: Likewise. + * gfortran.dg/initialization_6.f90: Likewise. + * gfortran.dg/inline_matmul_1.f90: Likewise. + * gfortran.dg/inline_matmul_10.f90: Likewise. + * gfortran.dg/inline_matmul_11.f90: Likewise. + * gfortran.dg/inline_matmul_13.f90: Likewise. + * gfortran.dg/inline_matmul_14.f90: Likewise. + * gfortran.dg/inline_matmul_16.f90: Likewise. + * gfortran.dg/inline_matmul_17.f90: Likewise. + * gfortran.dg/inline_matmul_18.f90: Likewise. + * gfortran.dg/inline_matmul_19.f90: Likewise. + * gfortran.dg/inline_matmul_2.f90: Likewise. + * gfortran.dg/inline_matmul_20.f90: Likewise. + * gfortran.dg/inline_matmul_22.f90: Likewise. + * gfortran.dg/inline_matmul_3.f90: Likewise. + * gfortran.dg/inline_matmul_4.f90: Likewise. + * gfortran.dg/inline_matmul_5.f90: Likewise. + * gfortran.dg/inline_matmul_6.f90: Likewise. + * gfortran.dg/inline_matmul_7.f90: Likewise. + * gfortran.dg/inline_matmul_8.f90: Likewise. + * gfortran.dg/inline_matmul_9.f90: Likewise. + * gfortran.dg/inline_sum_1.f90: Likewise. + * gfortran.dg/inline_sum_3.f90: Likewise. + * gfortran.dg/inline_sum_5.f90: Likewise. + * gfortran.dg/inquire-complex.f90: Likewise. + * gfortran.dg/inquire.f90: Likewise. + * gfortran.dg/inquire_10.f90: Likewise. + * gfortran.dg/inquire_13.f90: Likewise. + * gfortran.dg/inquire_15.f90: Likewise. + * gfortran.dg/inquire_16.f90: Likewise. + * gfortran.dg/inquire_17.f90: Likewise. + * gfortran.dg/inquire_5.f90: Likewise. + * gfortran.dg/inquire_6.f90: Likewise. + * gfortran.dg/inquire_7.f90: Likewise. + * gfortran.dg/inquire_9.f90: Likewise. + * gfortran.dg/inquire_internal.f90: Likewise. + * gfortran.dg/inquire_recl_f2018.f90: Likewise. + * gfortran.dg/inquire_size.f90: Likewise. + * gfortran.dg/int_1.f90: Likewise. + * gfortran.dg/int_conv_1.f90: Likewise. + * gfortran.dg/int_range_io_1.f90: Likewise. + * gfortran.dg/integer_exponentiation_2.f90: Likewise. + * gfortran.dg/integer_exponentiation_3.F90: Likewise. + * gfortran.dg/integer_exponentiation_5.F90: Likewise. + * gfortran.dg/integer_plus.f90: Likewise. + * gfortran.dg/intent_out_2.f90: Likewise. + * gfortran.dg/intent_out_5.f90: Likewise. + * gfortran.dg/intent_out_6.f90: Likewise. + * gfortran.dg/interface_12.f90: Likewise. + * gfortran.dg/interface_19.f90: Likewise. + * gfortran.dg/interface_4.f90: Likewise. + * gfortran.dg/interface_5.f90: Likewise. + * gfortran.dg/interface_9.f90: Likewise. + * gfortran.dg/interface_assignment_1.f90: Likewise. + * gfortran.dg/interface_assignment_2.f90: Likewise. + * gfortran.dg/internal_dummy_2.f08: Likewise. + * gfortran.dg/internal_dummy_3.f08: Likewise. + * gfortran.dg/internal_dummy_4.f08: Likewise. + * gfortran.dg/internal_pack_1.f90: Likewise. + * gfortran.dg/internal_pack_10.f90: Likewise. + * gfortran.dg/internal_pack_12.f90: Likewise. + * gfortran.dg/internal_pack_13.f90: Likewise. + * gfortran.dg/internal_pack_14.f90: Likewise. + * gfortran.dg/internal_pack_15.f90: Likewise. + * gfortran.dg/internal_pack_2.f90: Likewise. + * gfortran.dg/internal_pack_3.f90: Likewise. + * gfortran.dg/internal_pack_4.f90: Likewise. + * gfortran.dg/internal_pack_6.f90: Likewise. + * gfortran.dg/internal_pack_8.f90: Likewise. + * gfortran.dg/internal_readwrite_1.f90: Likewise. + * gfortran.dg/internal_readwrite_2.f90: Likewise. + * gfortran.dg/internal_readwrite_3.f90: Likewise. + * gfortran.dg/intrinsic_actual_1.f: Likewise. + * gfortran.dg/intrinsic_actual_2.f90: Likewise. + * gfortran.dg/intrinsic_actual_4.f90: Likewise. + * gfortran.dg/intrinsic_argument_conformance_2.f90: Likewise. + * gfortran.dg/intrinsic_char_1.f90: Likewise. + * gfortran.dg/intrinsic_ifunction_1.f90: Likewise. + * gfortran.dg/intrinsic_intkinds_1.f90: Likewise. + * gfortran.dg/intrinsic_modulo_1.f90: Likewise. + * gfortran.dg/intrinsic_pack_1.f90: Likewise. + * gfortran.dg/intrinsic_pack_2.f90: Likewise. + * gfortran.dg/intrinsic_pack_3.f90: Likewise. + * gfortran.dg/intrinsic_pack_5.f90: Likewise. + * gfortran.dg/intrinsic_product_1.f90: Likewise. + * gfortran.dg/intrinsic_sign_1.f90: Likewise. + * gfortran.dg/intrinsic_sign_2.f90: Likewise. + * gfortran.dg/intrinsic_spread_1.f90: Likewise. + * gfortran.dg/intrinsic_spread_2.f90: Likewise. + * gfortran.dg/intrinsic_spread_3.f90: Likewise. + * gfortran.dg/intrinsic_unpack_1.f90: Likewise. + * gfortran.dg/intrinsic_unpack_2.f90: Likewise. + * gfortran.dg/intrinsic_unpack_3.f90: Likewise. + * gfortran.dg/intrinsic_verify_1.f90: Likewise. + * gfortran.dg/intrinsics_kind_argument_1.f90: Likewise. + * gfortran.dg/io_err_1.f90: Likewise. + * gfortran.dg/io_real_boz.f90: Likewise. + * gfortran.dg/iomsg_1.f90: Likewise. + * gfortran.dg/iostat_1.f90: Likewise. + * gfortran.dg/iostat_2.f90: Likewise. + * gfortran.dg/iostat_4.f90: Likewise. + * gfortran.dg/is_iostat_end_eor_1.f90: Likewise. + * gfortran.dg/ishft_1.f90: Likewise. + * gfortran.dg/ishft_2.f90: Likewise. + * gfortran.dg/ishft_4.f90: Likewise. + * gfortran.dg/isnan_1.f90: Likewise. + * gfortran.dg/isnan_2.f90: Likewise. + * gfortran.dg/iso_c_binding_rename_1.f03: Likewise. + * gfortran.dg/iso_c_binding_rename_2.f03: Likewise. + * gfortran.dg/iso_fortran_env_1.f90: Likewise. + * gfortran.dg/iso_fortran_env_3.f90: Likewise. + * gfortran.dg/iso_fortran_env_5.f90: Likewise. + * gfortran.dg/iso_fortran_env_6.f90: Likewise. + * gfortran.dg/itime_idate_1.f: Likewise. + * gfortran.dg/itime_idate_2.f: Likewise. + * gfortran.dg/large_integer_kind_1.f90: Likewise. + * gfortran.dg/large_integer_kind_2.f90: Likewise. + * gfortran.dg/large_real_kind_1.f90: Likewise. + * gfortran.dg/large_real_kind_2.F90: Likewise. + * gfortran.dg/large_real_kind_3.F90: Likewise. + * gfortran.dg/large_real_kind_form_io_1.f90: Likewise. + * gfortran.dg/large_real_kind_form_io_2.f90: Likewise. + * gfortran.dg/large_recl.f90: Likewise. + * gfortran.dg/large_unit_1.f90: Likewise. + * gfortran.dg/large_unit_2.f90: Likewise. + * gfortran.dg/largeequiv_1.f90: Likewise. + * gfortran.dg/leadz_trailz_1.f90: Likewise. + * gfortran.dg/leadz_trailz_2.f90: Likewise. + * gfortran.dg/leadz_trailz_3.f90: Likewise. + * gfortran.dg/list_read_1.f90: Likewise. + * gfortran.dg/list_read_10.f90: Likewise. + * gfortran.dg/list_read_11.f90: Likewise. + * gfortran.dg/list_read_12.f90: Likewise. + * gfortran.dg/list_read_13.f: Likewise. + * gfortran.dg/list_read_14.f90: Likewise. + * gfortran.dg/list_read_2.f90: Likewise. + * gfortran.dg/list_read_3.f90: Likewise. + * gfortran.dg/list_read_4.f90: Likewise. + * gfortran.dg/list_read_5.f90: Likewise. + * gfortran.dg/list_read_6.f90: Likewise. + * gfortran.dg/list_read_7.f90: Likewise. + * gfortran.dg/list_read_8.f90: Likewise. + * gfortran.dg/list_read_9.f90: Likewise. + * gfortran.dg/loc_2.f90: Likewise. + * gfortran.dg/logical_1.f90: Likewise. + * gfortran.dg/logical_dot_product.f90: Likewise. + * gfortran.dg/logical_temp_io.f90: Likewise. + * gfortran.dg/logical_temp_io_kind8.f90: Likewise. + * gfortran.dg/lrshift_1.f90: Likewise. + * gfortran.dg/ltime_gmtime_1.f90: Likewise. + * gfortran.dg/ltime_gmtime_2.f90: Likewise. + * gfortran.dg/lto/pr40725_0.f03: Likewise. + * gfortran.dg/lto/pr41576_1.f90: Likewise. + * gfortran.dg/make_unit.f90: Likewise. + * gfortran.dg/mapping_1.f90: Likewise. + * gfortran.dg/mapping_2.f90: Likewise. + * gfortran.dg/mapping_3.f90: Likewise. + * gfortran.dg/masklr_1.F90: Likewise. + * gfortran.dg/masklr_2.F90: Likewise. + * gfortran.dg/matmul_1.f90: Likewise. + * gfortran.dg/matmul_10.f90: Likewise. + * gfortran.dg/matmul_12.f90: Likewise. + * gfortran.dg/matmul_16.f90: Likewise. + * gfortran.dg/matmul_17.f90: Likewise. + * gfortran.dg/matmul_18.f90: Likewise. + * gfortran.dg/matmul_2.f90: Likewise. + * gfortran.dg/matmul_3.f90: Likewise. + * gfortran.dg/matmul_4.f90: Likewise. + * gfortran.dg/matmul_6.f90: Likewise. + * gfortran.dg/matmul_8.f03: Likewise. + * gfortran.dg/matmul_9.f90: Likewise. + * gfortran.dg/matmul_bounds_12.f90: Likewise. + * gfortran.dg/matmul_bounds_6.f90: Likewise. + * gfortran.dg/matmul_const.f90: Likewise. + * gfortran.dg/maxloc_1.f90: Likewise. + * gfortran.dg/maxloc_2.f90: Likewise. + * gfortran.dg/maxloc_3.f90: Likewise. + * gfortran.dg/maxloc_4.f90: Likewise. + * gfortran.dg/maxloc_string_1.f90: Likewise. + * gfortran.dg/maxlocval_1.f90: Likewise. + * gfortran.dg/maxlocval_2.f90: Likewise. + * gfortran.dg/maxlocval_3.f90: Likewise. + * gfortran.dg/maxlocval_4.f90: Likewise. + * gfortran.dg/maxval_char_1.f90: Likewise. + * gfortran.dg/maxval_char_2.f90: Likewise. + * gfortran.dg/maxval_char_3.f90: Likewise. + * gfortran.dg/maxval_char_4.f90: Likewise. + * gfortran.dg/maxval_parameter_1.f90: Likewise. + * gfortran.dg/mclock.f90: Likewise. + * gfortran.dg/merge_bits_1.F90: Likewise. + * gfortran.dg/merge_bits_2.F90: Likewise. + * gfortran.dg/merge_char_1.f90: Likewise. + * gfortran.dg/merge_init_expr.f90: Likewise. + * gfortran.dg/min_max_optional_1.f90: Likewise. + * gfortran.dg/min_max_optional_5.f90: Likewise. + * gfortran.dg/minloc_1.f90: Likewise. + * gfortran.dg/minloc_2.f90: Likewise. + * gfortran.dg/minloc_3.f90: Likewise. + * gfortran.dg/minloc_4.f90: Likewise. + * gfortran.dg/minloc_string_1.f90: Likewise. + * gfortran.dg/minlocval_1.f90: Likewise. + * gfortran.dg/minlocval_2.f90: Likewise. + * gfortran.dg/minlocval_3.f90: Likewise. + * gfortran.dg/minlocval_4.f90: Likewise. + * gfortran.dg/minmax_char_1.f90: Likewise. + * gfortran.dg/minmaxloc_1.f90: Likewise. + * gfortran.dg/minmaxloc_10.f90: Likewise. + * gfortran.dg/minmaxloc_11.f90: Likewise. + * gfortran.dg/minmaxloc_12.f90: Likewise. + * gfortran.dg/minmaxloc_13.f90: Likewise. + * gfortran.dg/minmaxloc_2.f90: Likewise. + * gfortran.dg/minmaxloc_3.f90: Likewise. + * gfortran.dg/minmaxloc_4.f90: Likewise. + * gfortran.dg/minmaxloc_5.f90: Likewise. + * gfortran.dg/minmaxloc_6.f90: Likewise. + * gfortran.dg/minmaxloc_7.f90: Likewise. + * gfortran.dg/minmaxloc_8.f90: Likewise. + * gfortran.dg/minmaxval_1.f90: Likewise. + * gfortran.dg/minval_char_1.f90: Likewise. + * gfortran.dg/minval_char_2.f90: Likewise. + * gfortran.dg/minval_char_3.f90: Likewise. + * gfortran.dg/minval_char_4.f90: Likewise. + * gfortran.dg/minval_char_5.f90: Likewise. + * gfortran.dg/minval_parameter_1.f90: Likewise. + * gfortran.dg/missing_optional_dummy_1.f90: Likewise. + * gfortran.dg/missing_optional_dummy_2.f90: Likewise. + * gfortran.dg/missing_optional_dummy_6.f90: Likewise. + * gfortran.dg/missing_parens_1.f90: Likewise. + * gfortran.dg/missing_parens_2.f90: Likewise. + * gfortran.dg/mod_large_1.f90: Likewise. + * gfortran.dg/mod_sign0_1.f90: Likewise. + * gfortran.dg/module_blank_common.f90: Likewise. + * gfortran.dg/module_commons_1.f90: Likewise. + * gfortran.dg/module_commons_3.f90: Likewise. + * gfortran.dg/module_double_reuse.f90: Likewise. + * gfortran.dg/module_equivalence_1.f90: Likewise. + * gfortran.dg/module_equivalence_2.f90: Likewise. + * gfortran.dg/module_equivalence_3.f90: Likewise. + * gfortran.dg/module_equivalence_5.f90: Likewise. + * gfortran.dg/module_interface_1.f90: Likewise. + * gfortran.dg/module_nan.f90: Likewise. + * gfortran.dg/module_private_array_refs_1.f90: Likewise. + * gfortran.dg/module_procedure_1.f90: Likewise. + * gfortran.dg/module_read_1.f90: Likewise. + * gfortran.dg/module_read_2.f90: Likewise. + * gfortran.dg/module_widestring_1.f90: Likewise. + * gfortran.dg/move_alloc.f90: Likewise. + * gfortran.dg/move_alloc_10.f90: Likewise. + * gfortran.dg/move_alloc_13.f90: Likewise. + * gfortran.dg/move_alloc_14.f90: Likewise. + * gfortran.dg/move_alloc_15.f90: Likewise. + * gfortran.dg/move_alloc_16.f90: Likewise. + * gfortran.dg/move_alloc_2.f90: Likewise. + * gfortran.dg/move_alloc_5.f90: Likewise. + * gfortran.dg/move_alloc_6.f90: Likewise. + * gfortran.dg/move_alloc_9.f90: Likewise. + * gfortran.dg/multiple_allocation_1.f90: Likewise. + * gfortran.dg/multiple_allocation_3.f90: Likewise. + * gfortran.dg/mvbits_1.f90: Likewise. + * gfortran.dg/mvbits_2.f90: Likewise. + * gfortran.dg/mvbits_3.f90: Likewise. + * gfortran.dg/mvbits_4.f90: Likewise. + * gfortran.dg/mvbits_7.f90: Likewise. + * gfortran.dg/mvbits_8.f90: Likewise. + * gfortran.dg/namelist_11.f: Likewise. + * gfortran.dg/namelist_12.f: Likewise. + * gfortran.dg/namelist_13.f90: Likewise. + * gfortran.dg/namelist_14.f90: Likewise. + * gfortran.dg/namelist_15.f90: Likewise. + * gfortran.dg/namelist_16.f90: Likewise. + * gfortran.dg/namelist_17.f90: Likewise. + * gfortran.dg/namelist_18.f90: Likewise. + * gfortran.dg/namelist_19.f90: Likewise. + * gfortran.dg/namelist_20.f90: Likewise. + * gfortran.dg/namelist_21.f90: Likewise. + * gfortran.dg/namelist_22.f90: Likewise. + * gfortran.dg/namelist_23.f90: Likewise. + * gfortran.dg/namelist_24.f90: Likewise. + * gfortran.dg/namelist_26.f90: Likewise. + * gfortran.dg/namelist_27.f90: Likewise. + * gfortran.dg/namelist_28.f90: Likewise. + * gfortran.dg/namelist_29.f90: Likewise. + * gfortran.dg/namelist_37.f90: Likewise. + * gfortran.dg/namelist_38.f90: Likewise. + * gfortran.dg/namelist_39.f90: Likewise. + * gfortran.dg/namelist_40.f90: Likewise. + * gfortran.dg/namelist_41.f90: Likewise. + * gfortran.dg/namelist_42.f90: Likewise. + * gfortran.dg/namelist_43.f90: Likewise. + * gfortran.dg/namelist_44.f90: Likewise. + * gfortran.dg/namelist_47.f90: Likewise. + * gfortran.dg/namelist_48.f90: Likewise. + * gfortran.dg/namelist_49.f90: Likewise. + * gfortran.dg/namelist_50.f90: Likewise. + * gfortran.dg/namelist_51.f90: Likewise. + * gfortran.dg/namelist_52.f90: Likewise. + * gfortran.dg/namelist_54.f90: Likewise. + * gfortran.dg/namelist_55.f90: Likewise. + * gfortran.dg/namelist_56.f90: Likewise. + * gfortran.dg/namelist_57.f90: Likewise. + * gfortran.dg/namelist_58.f90: Likewise. + * gfortran.dg/namelist_59.f90: Likewise. + * gfortran.dg/namelist_60.f90: Likewise. + * gfortran.dg/namelist_61.f90: Likewise. + * gfortran.dg/namelist_64.f90: Likewise. + * gfortran.dg/namelist_65.f90: Likewise. + * gfortran.dg/namelist_69.f90: Likewise. + * gfortran.dg/namelist_70.f90: Likewise. + * gfortran.dg/namelist_71.f90: Likewise. + * gfortran.dg/namelist_72.f: Likewise. + * gfortran.dg/namelist_73.f90: Likewise. + * gfortran.dg/namelist_77.f90: Likewise. + * gfortran.dg/namelist_78.f90: Likewise. + * gfortran.dg/namelist_79.f90: Likewise. + * gfortran.dg/namelist_80.f90: Likewise. + * gfortran.dg/namelist_81.f90: Likewise. + * gfortran.dg/namelist_82.f90: Likewise. + * gfortran.dg/namelist_84.f90: Likewise. + * gfortran.dg/namelist_85.f90: Likewise. + * gfortran.dg/namelist_86.f90: Likewise. + * gfortran.dg/namelist_87.f90: Likewise. + * gfortran.dg/namelist_88.f90: Likewise. + * gfortran.dg/namelist_89.f90: Likewise. + * gfortran.dg/namelist_90.f: Likewise. + * gfortran.dg/namelist_95.f90: Likewise. + * gfortran.dg/namelist_char_only.f90: Likewise. + * gfortran.dg/namelist_empty.f90: Likewise. + * gfortran.dg/namelist_internal.f90: Likewise. + * gfortran.dg/namelist_use.f90: Likewise. + * gfortran.dg/namelist_use_only.f90: Likewise. + * gfortran.dg/namelist_utf8.f90: Likewise. + * gfortran.dg/nan_1.f90: Likewise. + * gfortran.dg/nan_2.f90: Likewise. + * gfortran.dg/nan_3.f90: Likewise. + * gfortran.dg/nan_6.f90: Likewise. + * gfortran.dg/nan_7.f90: Likewise. + * gfortran.dg/nearest_1.f90: Likewise. + * gfortran.dg/nearest_2.f90: Likewise. + * gfortran.dg/nearest_3.f90: Likewise. + * gfortran.dg/negative-z-descriptor.f90: Likewise. + * gfortran.dg/negative_automatic_size.f90: Likewise. + * gfortran.dg/negative_unit.f: Likewise. + * gfortran.dg/negative_unit2.f90: Likewise. + * gfortran.dg/negative_unit_int8.f: Likewise. + * gfortran.dg/nested_array_constructor_2.f90: Likewise. + * gfortran.dg/nested_array_constructor_3.f90: Likewise. + * gfortran.dg/nested_array_constructor_4.f90: Likewise. + * gfortran.dg/nested_modules_1.f90: Likewise. + * gfortran.dg/nested_modules_2.f90: Likewise. + * gfortran.dg/nested_modules_3.f90: Likewise. + * gfortran.dg/nesting_1.f90: Likewise. + * gfortran.dg/new_line.f90: Likewise. + * gfortran.dg/newunit_1.f90: Likewise. + * gfortran.dg/newunit_3.f90: Likewise. + * gfortran.dg/newunit_5.f90.f90: Likewise. + * gfortran.dg/nint_1.f90: Likewise. + * gfortran.dg/nint_2.f90: Likewise. + * gfortran.dg/no_arg_check_2.f90: Likewise. + * gfortran.dg/no_range_check_1.f90: Likewise. + * gfortran.dg/no_range_check_2.f90: Likewise. + * gfortran.dg/no_range_check_3.f90: Likewise. + * gfortran.dg/noadv_size.f90: Likewise. + * gfortran.dg/nonreturning_statements.f90: Likewise. + * gfortran.dg/norm2_1.f90: Likewise. + * gfortran.dg/norm2_3.f90: Likewise. + * gfortran.dg/nosigned_zero_1.f90: Likewise. + * gfortran.dg/nosigned_zero_2.f90: Likewise. + * gfortran.dg/nosigned_zero_3.f90: Likewise. + * gfortran.dg/null_4.f90: Likewise. + * gfortran.dg/null_9.f90: Likewise. + * gfortran.dg/nullify_3.f90: Likewise. + * gfortran.dg/oldstyle_1.f90: Likewise. + * gfortran.dg/open_access_append_1.f90: Likewise. + * gfortran.dg/open_access_append_2.f90: Likewise. + * gfortran.dg/open_errors.f90: Likewise. + * gfortran.dg/open_negative_unit_1.f90: Likewise. + * gfortran.dg/open_new.f90: Likewise. + * gfortran.dg/open_readonly_1.f90: Likewise. + * gfortran.dg/operator_1.f90: Likewise. + * gfortran.dg/optional_absent_1.f90: Likewise. + * gfortran.dg/optional_absent_2.f90: Likewise. + * gfortran.dg/optional_absent_3.f90: Likewise. + * gfortran.dg/optional_class_1.f90: Likewise. + * gfortran.dg/optional_dim_2.f90: Likewise. + * gfortran.dg/optional_dim_3.f90: Likewise. + * gfortran.dg/output_exponents_1.f90: Likewise. + * gfortran.dg/overload_1.f90: Likewise. + * gfortran.dg/overload_2.f90: Likewise. + * gfortran.dg/overwrite_1.f: Likewise. + * gfortran.dg/pad_no.f90: Likewise. + * gfortran.dg/parameter_array_init_1.f90: Likewise. + * gfortran.dg/parameter_array_init_2.f90: Likewise. + * gfortran.dg/parameter_array_init_4.f90: Likewise. + * gfortran.dg/parameter_array_init_5.f90: Likewise. + * gfortran.dg/parameter_array_section_2.f90: Likewise. + * gfortran.dg/parens_3.f90: Likewise. + * gfortran.dg/parens_5.f90: Likewise. + * gfortran.dg/parens_6.f90: Likewise. + * gfortran.dg/parent_result_ref_1.f90: Likewise. + * gfortran.dg/parent_result_ref_2.f90: Likewise. + * gfortran.dg/parent_result_ref_3.f90: Likewise. + * gfortran.dg/parent_result_ref_4.f90: Likewise. + * gfortran.dg/parity_1.f90: Likewise. + * gfortran.dg/past_eor.f90: Likewise. + * gfortran.dg/pdt_1.f03: Likewise. + * gfortran.dg/pdt_10.f03: Likewise. + * gfortran.dg/pdt_11.f03: Likewise. + * gfortran.dg/pdt_12.f03: Likewise. + * gfortran.dg/pdt_13.f03: Likewise. + * gfortran.dg/pdt_14.f03: Likewise. + * gfortran.dg/pdt_15.f03: Likewise. + * gfortran.dg/pdt_19.f03: Likewise. + * gfortran.dg/pdt_20.f03: Likewise. + * gfortran.dg/pdt_22.f03: Likewise. + * gfortran.dg/pdt_23.f03: Likewise. + * gfortran.dg/pdt_25.f03: Likewise. + * gfortran.dg/pdt_26.f03: Likewise. + * gfortran.dg/pdt_27.f03: Likewise. + * gfortran.dg/pdt_28.f03: Likewise. + * gfortran.dg/pdt_3.f03: Likewise. + * gfortran.dg/pdt_4.f03: Likewise. + * gfortran.dg/pdt_5.f03: Likewise. + * gfortran.dg/pdt_7.f03: Likewise. + * gfortran.dg/pointer_1.f90: Likewise. + * gfortran.dg/pointer_array_1.f90: Likewise. + * gfortran.dg/pointer_array_3.f90: Likewise. + * gfortran.dg/pointer_array_4.f90: Likewise. + * gfortran.dg/pointer_array_5.f90: Likewise. + * gfortran.dg/pointer_array_6.f90: Likewise. + * gfortran.dg/pointer_array_7.f90: Likewise. + * gfortran.dg/pointer_array_8.f90: Likewise. + * gfortran.dg/pointer_array_9.f90: Likewise. + * gfortran.dg/pointer_array_component_1.f90: Likewise. + * gfortran.dg/pointer_array_component_2.f90: Likewise. + * gfortran.dg/pointer_assign_10.f90: Likewise. + * gfortran.dg/pointer_assign_11.f90: Likewise. + * gfortran.dg/pointer_assign_4.f90: Likewise. + * gfortran.dg/pointer_assign_8.f90: Likewise. + * gfortran.dg/pointer_assign_9.f90: Likewise. + * gfortran.dg/pointer_check_10.f90: Likewise. + * gfortran.dg/pointer_check_9.f90: Likewise. + * gfortran.dg/pointer_function_actual_1.f90: Likewise. + * gfortran.dg/pointer_function_actual_2.f90: Likewise. + * gfortran.dg/pointer_function_result_1.f90: Likewise. + * gfortran.dg/pointer_init_1.f90: Likewise. + * gfortran.dg/pointer_init_3.f90: Likewise. + * gfortran.dg/pointer_init_4.f90: Likewise. + * gfortran.dg/pointer_init_5.f90: Likewise. + * gfortran.dg/pointer_init_8.f90: Likewise. + * gfortran.dg/pointer_intent_1.f90: Likewise. + * gfortran.dg/pointer_intent_4.f90: Likewise. + * gfortran.dg/pointer_intent_5.f90: Likewise. + * gfortran.dg/pointer_remapping_10.f90: Likewise. + * gfortran.dg/pointer_remapping_4.f03: Likewise. + * gfortran.dg/pointer_remapping_5.f08: Likewise. + * gfortran.dg/pointer_remapping_9.f90: Likewise. + * gfortran.dg/pointer_target_1.f90: Likewise. + * gfortran.dg/pointer_target_2.f90: Likewise. + * gfortran.dg/popcnt_poppar_1.F90: Likewise. + * gfortran.dg/popcnt_poppar_2.F90: Likewise. + * gfortran.dg/power.f90: Likewise. + * gfortran.dg/power1.f90: Likewise. + * gfortran.dg/power_3.f90: Likewise. + * gfortran.dg/power_4.f90: Likewise. + * gfortran.dg/power_5.f90: Likewise. + * gfortran.dg/pr12884.f: Likewise. + * gfortran.dg/pr15129.f90: Likewise. + * gfortran.dg/pr15140.f90: Likewise. + * gfortran.dg/pr15324.f90: Likewise. + * gfortran.dg/pr15332.f: Likewise. + * gfortran.dg/pr15957.f90: Likewise. + * gfortran.dg/pr15959.f90: Likewise. + * gfortran.dg/pr16597.f90: Likewise. + * gfortran.dg/pr16861.f90: Likewise. + * gfortran.dg/pr16938.f90: Likewise. + * gfortran.dg/pr17090.f90: Likewise. + * gfortran.dg/pr17143.f90: Likewise. + * gfortran.dg/pr17164.f90: Likewise. + * gfortran.dg/pr17229.f: Likewise. + * gfortran.dg/pr17285.f90: Likewise. + * gfortran.dg/pr17286.f90: Likewise. + * gfortran.dg/pr17472.f: Likewise. + * gfortran.dg/pr17612.f90: Likewise. + * gfortran.dg/pr17706.f90: Likewise. + * gfortran.dg/pr18025.f90: Likewise. + * gfortran.dg/pr18122.f90: Likewise. + * gfortran.dg/pr18210.f90: Likewise. + * gfortran.dg/pr18392.f90: Likewise. + * gfortran.dg/pr19155.f: Likewise. + * gfortran.dg/pr19216.f: Likewise. + * gfortran.dg/pr19467.f90: Likewise. + * gfortran.dg/pr19657.f: Likewise. + * gfortran.dg/pr19926.f90: Likewise. + * gfortran.dg/pr19928-1.f90: Likewise. + * gfortran.dg/pr19928-2.f90: Likewise. + * gfortran.dg/pr20086.f90: Likewise. + * gfortran.dg/pr20124.f90: Likewise. + * gfortran.dg/pr20163-2.f: Likewise. + * gfortran.dg/pr20480.f90: Likewise. + * gfortran.dg/pr20755.f: Likewise. + * gfortran.dg/pr20950.f: Likewise. + * gfortran.dg/pr21177.f90: Likewise. + * gfortran.dg/pr21730.f: Likewise. + * gfortran.dg/pr22491.f: Likewise. + * gfortran.dg/pr25603.f: Likewise. + * gfortran.dg/pr26246_2.f90: Likewise. + * gfortran.dg/pr32136.f90: Likewise. + * gfortran.dg/pr32533.f90: Likewise. + * gfortran.dg/pr33794.f90: Likewise. + * gfortran.dg/pr35662.f90: Likewise. + * gfortran.dg/pr35944-1.f90: Likewise. + * gfortran.dg/pr35944-2.f90: Likewise. + * gfortran.dg/pr35983.f90: Likewise. + * gfortran.dg/pr39865.f90: Likewise. + * gfortran.dg/pr41212.f90: Likewise. + * gfortran.dg/pr43808.f90: Likewise. + * gfortran.dg/pr44592.f90: Likewise. + * gfortran.dg/pr44735.f90: Likewise. + * gfortran.dg/pr45308.f03: Likewise. + * gfortran.dg/pr46297.f: Likewise. + * gfortran.dg/pr46588.f90: Likewise. + * gfortran.dg/pr46665.f90: Likewise. + * gfortran.dg/pr46804.f90: Likewise. + * gfortran.dg/pr47008.f03: Likewise. + * gfortran.dg/pr47614.f: Likewise. + * gfortran.dg/pr47878.f90: Likewise. + * gfortran.dg/pr49103.f90: Likewise. + * gfortran.dg/pr50069_1.f90: Likewise. + * gfortran.dg/pr50769.f90: Likewise. + * gfortran.dg/pr52608.f90: Likewise. + * gfortran.dg/pr55086_2.f90: Likewise. + * gfortran.dg/pr55086_2_tfat.f90: Likewise. + * gfortran.dg/pr55086_aliasing_dummy_4_tfat.f90: Likewise. + * gfortran.dg/pr55330.f90: Likewise. + * gfortran.dg/pr56015.f90: Likewise. + * gfortran.dg/pr57910.f90: Likewise. + * gfortran.dg/pr59700.f90: Likewise. + * gfortran.dg/pr62125.f90: Likewise. + * gfortran.dg/pr64530.f90: Likewise. + * gfortran.dg/pr65429.f90: Likewise. + * gfortran.dg/pr65450.f90: Likewise. + * gfortran.dg/pr65504.f90: Likewise. + * gfortran.dg/pr65903.f90: Likewise. + * gfortran.dg/pr66311.f90: Likewise. + * gfortran.dg/pr66864.f90: Likewise. + * gfortran.dg/pr67140.f90: Likewise. + * gfortran.dg/pr67524.f90: Likewise. + * gfortran.dg/pr67885.f90: Likewise. + * gfortran.dg/pr68053.f90: Likewise. + * gfortran.dg/pr68566.f90: Likewise. + * gfortran.dg/pr69514_1.f90: Likewise. + * gfortran.dg/pr69514_2.f90: Likewise. + * gfortran.dg/pr69739.f90: Likewise. + * gfortran.dg/pr70673.f90: Likewise. + * gfortran.dg/pr71523_2.f90: Likewise. + * gfortran.dg/pr71764.f90: Likewise. + * gfortran.dg/pr78092.f90: Likewise. + * gfortran.dg/pr82973.f90: Likewise. + * gfortran.dg/pr83864.f90: Likewise. + * gfortran.dg/pr83874.f90: Likewise. + * gfortran.dg/pr84088.f90: Likewise. + * gfortran.dg/pr84155.f90: Likewise. + * gfortran.dg/proc_decl_12.f90: Likewise. + * gfortran.dg/proc_decl_13.f90: Likewise. + * gfortran.dg/proc_decl_15.f90: Likewise. + * gfortran.dg/proc_decl_17.f90: Likewise. + * gfortran.dg/proc_decl_18.f90: Likewise. + * gfortran.dg/proc_decl_2.f90: Likewise. + * gfortran.dg/proc_decl_5.f90: Likewise. + * gfortran.dg/proc_decl_9.f90: Likewise. + * gfortran.dg/proc_ptr_1.f90: Likewise. + * gfortran.dg/proc_ptr_10.f90: Likewise. + * gfortran.dg/proc_ptr_12.f90: Likewise. + * gfortran.dg/proc_ptr_18.f90: Likewise. + * gfortran.dg/proc_ptr_19.f90: Likewise. + * gfortran.dg/proc_ptr_21.f90: Likewise. + * gfortran.dg/proc_ptr_22.f90: Likewise. + * gfortran.dg/proc_ptr_23.f90: Likewise. + * gfortran.dg/proc_ptr_25.f90: Likewise. + * gfortran.dg/proc_ptr_26.f90: Likewise. + * gfortran.dg/proc_ptr_3.f90: Likewise. + * gfortran.dg/proc_ptr_36.f90: Likewise. + * gfortran.dg/proc_ptr_47.f90: Likewise. + * gfortran.dg/proc_ptr_48.f90: Likewise. + * gfortran.dg/proc_ptr_5.f90: Likewise. + * gfortran.dg/proc_ptr_6.f90: Likewise. + * gfortran.dg/proc_ptr_7.f90: Likewise. + * gfortran.dg/proc_ptr_8.f90: Likewise. + * gfortran.dg/proc_ptr_common_1.f90: Likewise. + * gfortran.dg/proc_ptr_comp_1.f90: Likewise. + * gfortran.dg/proc_ptr_comp_11.f90: Likewise. + * gfortran.dg/proc_ptr_comp_12.f90: Likewise. + * gfortran.dg/proc_ptr_comp_13.f90: Likewise. + * gfortran.dg/proc_ptr_comp_14.f90: Likewise. + * gfortran.dg/proc_ptr_comp_15.f90: Likewise. + * gfortran.dg/proc_ptr_comp_16.f90: Likewise. + * gfortran.dg/proc_ptr_comp_17.f90: Likewise. + * gfortran.dg/proc_ptr_comp_18.f90: Likewise. + * gfortran.dg/proc_ptr_comp_19.f90: Likewise. + * gfortran.dg/proc_ptr_comp_2.f90: Likewise. + * gfortran.dg/proc_ptr_comp_29.f90: Likewise. + * gfortran.dg/proc_ptr_comp_45.f90: Likewise. + * gfortran.dg/proc_ptr_comp_47.f90: Likewise. + * gfortran.dg/proc_ptr_comp_5.f90: Likewise. + * gfortran.dg/proc_ptr_comp_6.f90: Likewise. + * gfortran.dg/proc_ptr_comp_8.f90: Likewise. + * gfortran.dg/proc_ptr_comp_9.f90: Likewise. + * gfortran.dg/proc_ptr_comp_pass_1.f90: Likewise. + * gfortran.dg/proc_ptr_comp_pass_2.f90: Likewise. + * gfortran.dg/proc_ptr_comp_pass_3.f90: Likewise. + * gfortran.dg/proc_ptr_comp_pass_5.f90: Likewise. + * gfortran.dg/proc_ptr_result_1.f90: Likewise. + * gfortran.dg/proc_ptr_result_3.f90: Likewise. + * gfortran.dg/proc_ptr_result_6.f90: Likewise. + * gfortran.dg/proc_ptr_result_7.f90: Likewise. + * gfortran.dg/proc_ptr_result_8.f90: Likewise. + * gfortran.dg/product_init_expr.f03: Likewise. + * gfortran.dg/promotion.f90: Likewise. + * gfortran.dg/promotion_3.f90: Likewise. + * gfortran.dg/promotion_4.f90: Likewise. + * gfortran.dg/protected_1.f90: Likewise. + * gfortran.dg/protected_2.f90: Likewise. + * gfortran.dg/ptr-func-1.f90: Likewise. + * gfortran.dg/ptr-func-2.f90: Likewise. + * gfortran.dg/ptr_func_assign_1.f08: Likewise. + * gfortran.dg/ptr_func_assign_2.f08: Likewise. + * gfortran.dg/ptr_func_assign_3.f08: Likewise. + * gfortran.dg/pure_byref_1.f90: Likewise. + * gfortran.dg/pure_byref_2.f90: Likewise. + * gfortran.dg/pure_byref_3.f90: Likewise. + * gfortran.dg/quad_2.f90: Likewise. + * gfortran.dg/quad_3.f90: Likewise. + * gfortran.dg/random_3.f90: Likewise. + * gfortran.dg/random_4.f90: Likewise. + * gfortran.dg/random_7.f90: Likewise. + * gfortran.dg/read_2.f90: Likewise. + * gfortran.dg/read_3.f90: Likewise. + * gfortran.dg/read_4.f90: Likewise. + * gfortran.dg/read_5.f90: Likewise. + * gfortran.dg/read_bad_advance.f90: Likewise. + * gfortran.dg/read_bang.f90: Likewise. + * gfortran.dg/read_bang4.f90: Likewise. + * gfortran.dg/read_comma.f: Likewise. + * gfortran.dg/read_dir.f90: Likewise. + * gfortran.dg/read_empty_file.f: Likewise. + * gfortran.dg/read_eof_1.f90: Likewise. + * gfortran.dg/read_eof_2.f90: Likewise. + * gfortran.dg/read_eof_3.f90: Likewise. + * gfortran.dg/read_eof_4.f90: Likewise. + * gfortran.dg/read_eof_5.f90: Likewise. + * gfortran.dg/read_eof_6.f: Likewise. + * gfortran.dg/read_eof_7.f90: Likewise. + * gfortran.dg/read_eof_8.f90: Likewise. + * gfortran.dg/read_eof_all.f90: Likewise. + * gfortran.dg/read_eor.f90: Likewise. + * gfortran.dg/read_float_1.f90: Likewise. + * gfortran.dg/read_float_2.f03: Likewise. + * gfortran.dg/read_float_3.f90: Likewise. + * gfortran.dg/read_float_4.f90: Likewise. + * gfortran.dg/read_infnan_1.f90: Likewise. + * gfortran.dg/read_list_eof_1.f90: Likewise. + * gfortran.dg/read_logical.f90: Likewise. + * gfortran.dg/read_many_1.f: Likewise. + * gfortran.dg/read_no_eor.f90: Likewise. + * gfortran.dg/read_noadvance.f90: Likewise. + * gfortran.dg/read_repeat.f90: Likewise. + * gfortran.dg/read_repeat_2.f90: Likewise. + * gfortran.dg/read_size_noadvance.f90: Likewise. + * gfortran.dg/read_x_eof.f90: Likewise. + * gfortran.dg/read_x_past.f: Likewise. + * gfortran.dg/readwrite_unf_direct_eor_1.f90: Likewise. + * gfortran.dg/real_const_1.f: Likewise. + * gfortran.dg/real_const_2.f90: Likewise. + * gfortran.dg/real_const_3.f90: Likewise. + * gfortran.dg/real_do_1.f90: Likewise. + * gfortran.dg/real_index_1.f90: Likewise. + * gfortran.dg/realloc_on_assign_1.f03: Likewise. + * gfortran.dg/realloc_on_assign_10.f90: Likewise. + * gfortran.dg/realloc_on_assign_11.f90: Likewise. + * gfortran.dg/realloc_on_assign_12.f90: Likewise. + * gfortran.dg/realloc_on_assign_16.f90: Likewise. + * gfortran.dg/realloc_on_assign_17.f90: Likewise. + * gfortran.dg/realloc_on_assign_18.f90: Likewise. + * gfortran.dg/realloc_on_assign_2.f03: Likewise. + * gfortran.dg/realloc_on_assign_23.f90: Likewise. + * gfortran.dg/realloc_on_assign_25.f90: Likewise. + * gfortran.dg/realloc_on_assign_26.f90: Likewise. + * gfortran.dg/realloc_on_assign_27.f08: Likewise. + * gfortran.dg/realloc_on_assign_28.f90: Likewise. + * gfortran.dg/realloc_on_assign_29.f90: Likewise. + * gfortran.dg/realloc_on_assign_3.f03: Likewise. + * gfortran.dg/realloc_on_assign_4.f03: Likewise. + * gfortran.dg/realloc_on_assign_5.f03: Likewise. + * gfortran.dg/realloc_on_assign_7.f03: Likewise. + * gfortran.dg/record_marker_1.f90: Likewise. + * gfortran.dg/record_marker_2.f: Likewise. + * gfortran.dg/record_marker_3.f90: Likewise. + * gfortran.dg/recursive_alloc_comp_1.f08: Likewise. + * gfortran.dg/recursive_alloc_comp_2.f08: Likewise. + * gfortran.dg/recursive_alloc_comp_3.f08: Likewise. + * gfortran.dg/recursive_alloc_comp_4.f08: Likewise. + * gfortran.dg/recursive_check_7.f90: Likewise. + * gfortran.dg/recursive_reference_1.f90: Likewise. + * gfortran.dg/recursive_reference_2.f90: Likewise. + * gfortran.dg/recursive_stack.f90: Likewise. + * gfortran.dg/reduction.f90: Likewise. + * gfortran.dg/repack_arrays_1.f90: Likewise. + * gfortran.dg/repeat_1.f90: Likewise. + * gfortran.dg/repeat_2.f90: Likewise. + * gfortran.dg/repeat_3.f90: Likewise. + * gfortran.dg/repeat_6.f90: Likewise. + * gfortran.dg/reshape-alloc.f90: Likewise. + * gfortran.dg/reshape-complex.f90: Likewise. + * gfortran.dg/reshape.f90: Likewise. + * gfortran.dg/reshape_2.f90: Likewise. + * gfortran.dg/reshape_7.f90: Likewise. + * gfortran.dg/reshape_empty_1.f03: Likewise. + * gfortran.dg/reshape_pad_1.f90: Likewise. + * gfortran.dg/reshape_rank7.f90: Likewise. + * gfortran.dg/reshape_transpose_1.f90: Likewise. + * gfortran.dg/reshape_zerosize_3.f90: Likewise. + * gfortran.dg/result_default_init_1.f90: Likewise. + * gfortran.dg/result_in_spec_1.f90: Likewise. + * gfortran.dg/result_in_spec_2.f90: Likewise. + * gfortran.dg/ret_array_1.f90: Likewise. + * gfortran.dg/ret_pointer_1.f90: Likewise. + * gfortran.dg/ret_pointer_2.f90: Likewise. + * gfortran.dg/rewind_1.f90: Likewise. + * gfortran.dg/round_1.f03: Likewise. + * gfortran.dg/round_2.f03: Likewise. + * gfortran.dg/round_3.f08: Likewise. + * gfortran.dg/round_4.f90: Likewise. + * gfortran.dg/rrspacing_1.f90: Likewise. + * gfortran.dg/runtime_warning_1.f90: Likewise. + * gfortran.dg/same_type_as_2.f03: Likewise. + * gfortran.dg/save_1.f90: Likewise. + * gfortran.dg/save_5.f90: Likewise. + * gfortran.dg/save_6.f90: Likewise. + * gfortran.dg/scalar_mask_1.f90: Likewise. + * gfortran.dg/scalar_mask_2.f90: Likewise. + * gfortran.dg/scalarize_parameter_array_1.f90: Likewise. + * gfortran.dg/scale_1.f90: Likewise. + * gfortran.dg/scan_1.f90: Likewise. + * gfortran.dg/scan_2.f90: Likewise. + * gfortran.dg/secnds-1.f: Likewise. + * gfortran.dg/secnds.f: Likewise. + * gfortran.dg/select_1.f90: Likewise. + * gfortran.dg/select_2.f90: Likewise. + * gfortran.dg/select_3.f90: Likewise. + * gfortran.dg/select_5.f90: Likewise. + * gfortran.dg/select_char_1.f90: Likewise. + * gfortran.dg/select_char_2.f90: Likewise. + * gfortran.dg/select_type_13.f03: Likewise. + * gfortran.dg/select_type_14.f03: Likewise. + * gfortran.dg/select_type_15.f03: Likewise. + * gfortran.dg/select_type_19.f03: Likewise. + * gfortran.dg/select_type_2.f03: Likewise. + * gfortran.dg/select_type_26.f03: Likewise. + * gfortran.dg/select_type_27.f03: Likewise. + * gfortran.dg/select_type_28.f03: Likewise. + * gfortran.dg/select_type_3.f03: Likewise. + * gfortran.dg/select_type_35.f03: Likewise. + * gfortran.dg/select_type_36.f03: Likewise. + * gfortran.dg/select_type_37.f03: Likewise. + * gfortran.dg/select_type_39.f03: Likewise. + * gfortran.dg/select_type_4.f90: Likewise. + * gfortran.dg/select_type_5.f03: Likewise. + * gfortran.dg/select_type_6.f03: Likewise. + * gfortran.dg/select_type_7.f03: Likewise. + * gfortran.dg/select_type_8.f03: Likewise. + * gfortran.dg/selected_char_kind_1.f90: Likewise. + * gfortran.dg/selected_char_kind_4.f90: Likewise. + * gfortran.dg/selected_kind_1.f90: Likewise. + * gfortran.dg/selected_real_kind_2.f90: Likewise. + * gfortran.dg/shape_2.f90: Likewise. + * gfortran.dg/shape_4.f90: Likewise. + * gfortran.dg/shape_5.f90: Likewise. + * gfortran.dg/shape_7.f90: Likewise. + * gfortran.dg/shape_8.f90: Likewise. + * gfortran.dg/shape_9.f90: Likewise. + * gfortran.dg/shift-kind_2.f90: Likewise. + * gfortran.dg/shiftalr_1.F90: Likewise. + * gfortran.dg/shiftalr_2.F90: Likewise. + * gfortran.dg/simpleif_1.f90: Likewise. + * gfortran.dg/simplify_argN_1.f90: Likewise. + * gfortran.dg/simplify_cshift_1.f90: Likewise. + * gfortran.dg/simplify_cshift_4.f90: Likewise. + * gfortran.dg/simplify_eoshift_1.f90: Likewise. + * gfortran.dg/simplify_modulo.f90: Likewise. + * gfortran.dg/single_char_string.f90: Likewise. + * gfortran.dg/size_dim.f90: Likewise. + * gfortran.dg/size_optional_dim_1.f90: Likewise. + * gfortran.dg/sizeof.f90: Likewise. + * gfortran.dg/sizeof_4.f90: Likewise. + * gfortran.dg/slash_1.f90: Likewise. + * gfortran.dg/sms-1.f90: Likewise. + * gfortran.dg/sms-2.f90: Likewise. + * gfortran.dg/spec_expr_7.f90: Likewise. + * gfortran.dg/specifics_1.f90: Likewise. + * gfortran.dg/spellcheck-procedure_1.f90: Likewise. + * gfortran.dg/spellcheck-procedure_2.f90: Likewise. + * gfortran.dg/spread_init_expr.f03: Likewise. + * gfortran.dg/spread_scalar_source.f90: Likewise. + * gfortran.dg/spread_shape_1.f90: Likewise. + * gfortran.dg/stat_1.f90: Likewise. + * gfortran.dg/stat_2.f90: Likewise. + * gfortran.dg/stfunc_1.f90: Likewise. + * gfortran.dg/stfunc_4.f90: Likewise. + * gfortran.dg/stfunc_6.f90: Likewise. + * gfortran.dg/storage_size_1.f08: Likewise. + * gfortran.dg/storage_size_3.f08: Likewise. + * gfortran.dg/storage_size_4.f90: Likewise. + * gfortran.dg/streamio_1.f90: Likewise. + * gfortran.dg/streamio_10.f90: Likewise. + * gfortran.dg/streamio_11.f90: Likewise. + * gfortran.dg/streamio_12.f90: Likewise. + * gfortran.dg/streamio_13.f90: Likewise. + * gfortran.dg/streamio_14.f90: Likewise. + * gfortran.dg/streamio_15.f90: Likewise. + * gfortran.dg/streamio_16.f90: Likewise. + * gfortran.dg/streamio_17.f90: Likewise. + * gfortran.dg/streamio_2.f90: Likewise. + * gfortran.dg/streamio_3.f90: Likewise. + * gfortran.dg/streamio_4.f90: Likewise. + * gfortran.dg/streamio_5.f90: Likewise. + * gfortran.dg/streamio_6.f90: Likewise. + * gfortran.dg/streamio_7.f90: Likewise. + * gfortran.dg/streamio_8.f90: Likewise. + * gfortran.dg/streamio_9.f90: Likewise. + * gfortran.dg/string_0xfe_0xff_1.f90: Likewise. + * gfortran.dg/string_4.f90: Likewise. + * gfortran.dg/string_array_constructor_2.f90: Likewise. + * gfortran.dg/string_assign_2.f90: Likewise. + * gfortran.dg/string_compare_1.f90: Likewise. + * gfortran.dg/string_compare_2.f90: Likewise. + * gfortran.dg/string_compare_3.f90: Likewise. + * gfortran.dg/string_ctor_1.f90: Likewise. + * gfortran.dg/string_length_1.f90: Likewise. + * gfortran.dg/string_length_2.f90: Likewise. + * gfortran.dg/string_length_3.f90: Likewise. + * gfortran.dg/string_length_4.f90: Likewise. + * gfortran.dg/string_null_compare_1.f: Likewise. + * gfortran.dg/string_pad_trunc.f90: Likewise. + * gfortran.dg/structure_constructor_1.f03: Likewise. + * gfortran.dg/structure_constructor_11.f90: Likewise. + * gfortran.dg/structure_constructor_13.f03: Likewise. + * gfortran.dg/structure_constructor_2.f03: Likewise. + * gfortran.dg/structure_constructor_5.f03: Likewise. + * gfortran.dg/submodule_1.f08: Likewise. + * gfortran.dg/submodule_11.f08: Likewise. + * gfortran.dg/submodule_14.f08: Likewise. + * gfortran.dg/submodule_15.f08: Likewise. + * gfortran.dg/submodule_17.f08: Likewise. + * gfortran.dg/submodule_18.f08: Likewise. + * gfortran.dg/submodule_19.f08: Likewise. + * gfortran.dg/submodule_2.f08: Likewise. + * gfortran.dg/submodule_27.f08: Likewise. + * gfortran.dg/submodule_28.f08: Likewise. + * gfortran.dg/submodule_29.f08: Likewise. + * gfortran.dg/submodule_30.f08: Likewise. + * gfortran.dg/submodule_6.f08: Likewise. + * gfortran.dg/submodule_7.f08: Likewise. + * gfortran.dg/submodule_8.f08: Likewise. + * gfortran.dg/subnormal_1.f90: Likewise. + * gfortran.dg/subref_array_pointer_1.f90: Likewise. + * gfortran.dg/subref_array_pointer_2.f90: Likewise. + * gfortran.dg/subref_array_pointer_4.f90: Likewise. + * gfortran.dg/substr_2.f: Likewise. + * gfortran.dg/substr_3.f: Likewise. + * gfortran.dg/substr_4.f: Likewise. + * gfortran.dg/substr_5.f90: Likewise. + * gfortran.dg/substr_6.f90: Likewise. + * gfortran.dg/substr_alloc_string_comp_1.f90: Likewise. + * gfortran.dg/sum_init_expr.f03: Likewise. + * gfortran.dg/sum_zero_array_1.f90: Likewise. + * gfortran.dg/system_clock_3.f08: Likewise. + * gfortran.dg/t_editing.f: Likewise. + * gfortran.dg/team_change_1.f90: Likewise. + * gfortran.dg/team_end_1.f90: Likewise. + * gfortran.dg/team_number_1.f90: Likewise. + * gfortran.dg/temporary_1.f90: Likewise. + * gfortran.dg/test_com_block.f90: Likewise. + * gfortran.dg/test_only_clause.f90: Likewise. + * gfortran.dg/tiny_1.f90: Likewise. + * gfortran.dg/tiny_2.f90: Likewise. + * gfortran.dg/tl_editing.f90: Likewise. + * gfortran.dg/transfer_array_intrinsic_1.f90: Likewise. + * gfortran.dg/transfer_array_intrinsic_2.f90: Likewise. + * gfortran.dg/transfer_array_intrinsic_3.f90: Likewise. + * gfortran.dg/transfer_array_intrinsic_4.f90: Likewise. + * gfortran.dg/transfer_assumed_size_1.f90: Likewise. + * gfortran.dg/transfer_class_2.f90: Likewise. + * gfortran.dg/transfer_intrinsic_2.f90: Likewise. + * gfortran.dg/transfer_intrinsic_3.f90: Likewise. + * gfortran.dg/transfer_intrinsic_5.f90: Likewise. + * gfortran.dg/transfer_resolve_1.f90: Likewise. + * gfortran.dg/transfer_simplify_1.f90: Likewise. + * gfortran.dg/transfer_simplify_10.f90: Likewise. + * gfortran.dg/transfer_simplify_11.f90: Likewise. + * gfortran.dg/transfer_simplify_2.f90: Likewise. + * gfortran.dg/transfer_simplify_3.f90: Likewise. + * gfortran.dg/transfer_simplify_4.f90: Likewise. + * gfortran.dg/transfer_simplify_8.f90: Likewise. + * gfortran.dg/transfer_simplify_9.f90: Likewise. + * gfortran.dg/transpose_1.f90: Likewise. + * gfortran.dg/transpose_3.f03: Likewise. + * gfortran.dg/transpose_4.f90: Likewise. + * gfortran.dg/transpose_conjg_1.f90: Likewise. + * gfortran.dg/transpose_intrinsic_func_call_1.f90: Likewise. + * gfortran.dg/transpose_optimization_2.f90: Likewise. + * gfortran.dg/trim_1.f90: Likewise. + * gfortran.dg/trim_optimize_1.f90: Likewise. + * gfortran.dg/trim_optimize_2.f90: Likewise. + * gfortran.dg/trim_optimize_3.f90: Likewise. + * gfortran.dg/trim_optimize_4.f90: Likewise. + * gfortran.dg/trim_optimize_5.f90: Likewise. + * gfortran.dg/trim_optimize_6.f90: Likewise. + * gfortran.dg/trim_optimize_7.f90: Likewise. + * gfortran.dg/trim_optimize_8.f90: Likewise. + * gfortran.dg/type_to_class_1.f03: Likewise. + * gfortran.dg/type_to_class_2.f03: Likewise. + * gfortran.dg/type_to_class_3.f03: Likewise. + * gfortran.dg/type_to_class_4.f03: Likewise. + * gfortran.dg/type_to_class_5.f03: Likewise. + * gfortran.dg/typebound_assignment_5.f03: Likewise. + * gfortran.dg/typebound_assignment_6.f03: Likewise. + * gfortran.dg/typebound_assignment_7.f90: Likewise. + * gfortran.dg/typebound_call_1.f03: Likewise. + * gfortran.dg/typebound_call_13.f03: Likewise. + * gfortran.dg/typebound_call_18.f03: Likewise. + * gfortran.dg/typebound_call_19.f03: Likewise. + * gfortran.dg/typebound_call_2.f03: Likewise. + * gfortran.dg/typebound_call_20.f03: Likewise. + * gfortran.dg/typebound_call_3.f03: Likewise. + * gfortran.dg/typebound_generic_5.f03: Likewise. + * gfortran.dg/typebound_generic_6.f03: Likewise. + * gfortran.dg/typebound_generic_9.f03: Likewise. + * gfortran.dg/typebound_operator_12.f03: Likewise. + * gfortran.dg/typebound_operator_13.f03: Likewise. + * gfortran.dg/typebound_operator_15.f90: Likewise. + * gfortran.dg/typebound_operator_20.f90: Likewise. + * gfortran.dg/typebound_operator_3.f03: Likewise. + * gfortran.dg/typebound_operator_6.f03: Likewise. + * gfortran.dg/typebound_operator_7.f03: Likewise. + * gfortran.dg/typebound_operator_8.f03: Likewise. + * gfortran.dg/typebound_operator_9.f03: Likewise. + * gfortran.dg/typebound_proc_19.f90: Likewise. + * gfortran.dg/typebound_proc_20.f90: Likewise. + * gfortran.dg/typebound_proc_23.f90: Likewise. + * gfortran.dg/typebound_proc_27.f03: Likewise. + * gfortran.dg/typebound_proc_35.f90: Likewise. + * gfortran.dg/typebound_proc_36.f90: Likewise. + * gfortran.dg/unf_io_convert_1.f90: Likewise. + * gfortran.dg/unf_io_convert_2.f90: Likewise. + * gfortran.dg/unf_io_convert_3.f90: Likewise. + * gfortran.dg/unf_io_convert_4.f90: Likewise. + * gfortran.dg/unf_read_corrupted_1.f90: Likewise. + * gfortran.dg/unf_read_corrupted_2.f90: Likewise. + * gfortran.dg/unf_short_record_1.f90: Likewise. + * gfortran.dg/unformatted_recl_1.f90: Likewise. + * gfortran.dg/unformatted_subrecord_1.f90: Likewise. + * gfortran.dg/unit_1.f90: Likewise. + * gfortran.dg/unlimited_fmt_1.f08: Likewise. + * gfortran.dg/unlimited_polymorphic_1.f03: Likewise. + * gfortran.dg/unlimited_polymorphic_13.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_14.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_17.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_18.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_20.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_21.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_22.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_23.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_24.f03: Likewise. + * gfortran.dg/unlimited_polymorphic_25.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_26.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_3.f03: Likewise. + * gfortran.dg/unlimited_polymorphic_5.f90: Likewise. + * gfortran.dg/unlimited_polymorphic_6.f90: Likewise. + * gfortran.dg/unpack_init_expr.f03: Likewise. + * gfortran.dg/use_10.f90: Likewise. + * gfortran.dg/use_11.f90: Likewise. + * gfortran.dg/use_13.f90: Likewise. + * gfortran.dg/use_24.f90: Likewise. + * gfortran.dg/use_27.f90: Likewise. + * gfortran.dg/use_5.f90: Likewise. + * gfortran.dg/use_allocated_1.f90: Likewise. + * gfortran.dg/use_only_1.f90: Likewise. + * gfortran.dg/use_only_4.f90: Likewise. + * gfortran.dg/use_rename_2.f90: Likewise. + * gfortran.dg/use_rename_4.f90: Likewise. + * gfortran.dg/used_dummy_types_1.f90: Likewise. + * gfortran.dg/used_interface_ref.f90: Likewise. + * gfortran.dg/used_types_5.f90: Likewise. + * gfortran.dg/utf8_1.f03: Likewise. + * gfortran.dg/utf8_2.f03: Likewise. + * gfortran.dg/value_1.f90: Likewise. + * gfortran.dg/value_2.f90: Likewise. + * gfortran.dg/value_4.f90: Likewise. + * gfortran.dg/value_6.f03: Likewise. + * gfortran.dg/value_7.f03: Likewise. + * gfortran.dg/value_test.f90: Likewise. + * gfortran.dg/vect/fast-math-pr33299.f90: Likewise. + * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: Likewise. + * gfortran.dg/vect/pr60510.f: Likewise. + * gfortran.dg/vect/pr69882.f90: Likewise. + * gfortran.dg/vect/pr69980.f90: Likewise. + * gfortran.dg/vect/vect-5.f90: Likewise. + * gfortran.dg/vect/vect-alias-check-1.F90: Likewise. + * gfortran.dg/vector_subscript_1.f90: Likewise. + * gfortran.dg/vector_subscript_2.f90: Likewise. + * gfortran.dg/vector_subscript_3.f90: Likewise. + * gfortran.dg/vector_subscript_5.f90: Likewise. + * gfortran.dg/verify_2.f90: Likewise. + * gfortran.dg/volatile10.f90: Likewise. + * gfortran.dg/where_1.f90: Likewise. + * gfortran.dg/where_operator_assign_1.f90: Likewise. + * gfortran.dg/where_operator_assign_2.f90: Likewise. + * gfortran.dg/where_operator_assign_3.f90: Likewise. + * gfortran.dg/whole_file_13.f90: Likewise. + * gfortran.dg/whole_file_2.f90: Likewise. + * gfortran.dg/widechar_2.f90: Likewise. + * gfortran.dg/widechar_4.f90: Likewise. + * gfortran.dg/widechar_5.f90: Likewise. + * gfortran.dg/widechar_6.f90: Likewise. + * gfortran.dg/widechar_8.f90: Likewise. + * gfortran.dg/widechar_IO_1.f90: Likewise. + * gfortran.dg/widechar_IO_2.f90: Likewise. + * gfortran.dg/widechar_IO_3.f90: Likewise. + * gfortran.dg/widechar_IO_4.f90: Likewise. + * gfortran.dg/widechar_compare_1.f90: Likewise. + * gfortran.dg/widechar_intrinsics_10.f90: Likewise. + * gfortran.dg/widechar_intrinsics_4.f90: Likewise. + * gfortran.dg/widechar_intrinsics_5.f90: Likewise. + * gfortran.dg/widechar_intrinsics_6.f90: Likewise. + * gfortran.dg/widechar_intrinsics_7.f90: Likewise. + * gfortran.dg/widechar_intrinsics_8.f90: Likewise. + * gfortran.dg/widechar_intrinsics_9.f90: Likewise. + * gfortran.dg/widechar_select_1.f90: Likewise. + * gfortran.dg/winapi.f90: Likewise. + * gfortran.dg/write_0_pe_format.f90: Likewise. + * gfortran.dg/write_back.f: Likewise. + * gfortran.dg/write_check3.f90: Likewise. + * gfortran.dg/write_direct_eor.f90: Likewise. + * gfortran.dg/write_padding.f90: Likewise. + * gfortran.dg/write_recursive.f90: Likewise. + * gfortran.dg/write_rewind_1.f: Likewise. + * gfortran.dg/write_rewind_2.f: Likewise. + * gfortran.dg/write_zero_array.f90: Likewise. + * gfortran.dg/x_slash_1.f: Likewise. + * gfortran.dg/x_slash_2.f: Likewise. + * gfortran.dg/zero_array_components_1.f90: Likewise. + * gfortran.dg/zero_length_1.f90: Likewise. + * gfortran.dg/zero_length_2.f90: Likewise. + * gfortran.dg/zero_sized_1.f90: Likewise. + * gfortran.dg/zero_sized_3.f90: Likewise. + * gfortran.fortran-torture/compile/nested.f90: Likewise. + * gfortran.fortran-torture/compile/parameter_1.f90: Likewise. + * gfortran.fortran-torture/execute/a_edit_1.f90: Likewise. + * gfortran.fortran-torture/execute/adjustr.f90: Likewise. + * gfortran.fortran-torture/execute/allocate.f90: Likewise. + * gfortran.fortran-torture/execute/alternate_return.f90: Likewise. + * gfortran.fortran-torture/execute/args.f90: Likewise. + * gfortran.fortran-torture/execute/arithmeticif.f90: Likewise. + * gfortran.fortran-torture/execute/arrayarg.f90: Likewise. + * gfortran.fortran-torture/execute/arrayarg2.f90: Likewise. + * gfortran.fortran-torture/execute/arraysave.f90: Likewise. + * gfortran.fortran-torture/execute/assumed_size.f90: Likewise. + * gfortran.fortran-torture/execute/backspace.f90: Likewise. + * gfortran.fortran-torture/execute/bounds.f90: Likewise. + * gfortran.fortran-torture/execute/character_passing.f90: Likewise. + * gfortran.fortran-torture/execute/character_select_1.f90: Likewise. + * gfortran.fortran-torture/execute/cmplx.f90: Likewise. + * gfortran.fortran-torture/execute/common.f90: Likewise. + * gfortran.fortran-torture/execute/common_2.f90: Likewise. + * gfortran.fortran-torture/execute/common_init_1.f90: Likewise. + * gfortran.fortran-torture/execute/common_size.f90: Likewise. + * gfortran.fortran-torture/execute/constructor.f90: Likewise. + * gfortran.fortran-torture/execute/contained.f90: Likewise. + * gfortran.fortran-torture/execute/contained2.f90: Likewise. + * gfortran.fortran-torture/execute/contained_3.f90: Likewise. + * gfortran.fortran-torture/execute/csqrt_1.f90: Likewise. + * gfortran.fortran-torture/execute/data.f90: Likewise. + * gfortran.fortran-torture/execute/data_2.f90: Likewise. + * gfortran.fortran-torture/execute/data_3.f90: Likewise. + * gfortran.fortran-torture/execute/data_4.f90: Likewise. + * gfortran.fortran-torture/execute/dep_fails.f90: Likewise. + * gfortran.fortran-torture/execute/der_init.f90: Likewise. + * gfortran.fortran-torture/execute/der_init_2.f90: Likewise. + * gfortran.fortran-torture/execute/der_init_3.f90: Likewise. + * gfortran.fortran-torture/execute/der_init_4.f90: Likewise. + * gfortran.fortran-torture/execute/der_init_5.f90: Likewise. + * gfortran.fortran-torture/execute/der_io.f90: Likewise. + * gfortran.fortran-torture/execute/der_point.f90: Likewise. + * gfortran.fortran-torture/execute/der_type.f90: Likewise. + * gfortran.fortran-torture/execute/direct_io.f90: Likewise. + * gfortran.fortran-torture/execute/elemental.f90: Likewise. + * gfortran.fortran-torture/execute/empty_format.f90: Likewise. + * gfortran.fortran-torture/execute/emptyif.f90: Likewise. + * gfortran.fortran-torture/execute/entry_1.f90: Likewise. + * gfortran.fortran-torture/execute/entry_10.f90: Likewise. + * gfortran.fortran-torture/execute/entry_11.f90: Likewise. + * gfortran.fortran-torture/execute/entry_2.f90: Likewise. + * gfortran.fortran-torture/execute/entry_3.f90: Likewise. + * gfortran.fortran-torture/execute/entry_4.f90: Likewise. + * gfortran.fortran-torture/execute/entry_5.f90: Likewise. + * gfortran.fortran-torture/execute/entry_6.f90: Likewise. + * gfortran.fortran-torture/execute/entry_7.f90: Likewise. + * gfortran.fortran-torture/execute/entry_8.f90: Likewise. + * gfortran.fortran-torture/execute/entry_9.f90: Likewise. + * gfortran.fortran-torture/execute/enum_1.f90: Likewise. + * gfortran.fortran-torture/execute/enum_2.f90: Likewise. + * gfortran.fortran-torture/execute/enum_3.f90: Likewise. + * gfortran.fortran-torture/execute/enum_4.f90: Likewise. + * gfortran.fortran-torture/execute/equiv_1.f90: Likewise. + * gfortran.fortran-torture/execute/equiv_2.f90: Likewise. + * gfortran.fortran-torture/execute/equiv_3.f90: Likewise. + * gfortran.fortran-torture/execute/equiv_4.f90: Likewise. + * gfortran.fortran-torture/execute/equiv_init_1.f90: Likewise. + * gfortran.fortran-torture/execute/f2_edit_1.f90: Likewise. + * gfortran.fortran-torture/execute/forall.f90: Likewise. + * gfortran.fortran-torture/execute/forall_1.f90: Likewise. + * gfortran.fortran-torture/execute/forall_2.f90: Likewise. + * gfortran.fortran-torture/execute/forall_3.f90: Likewise. + * gfortran.fortran-torture/execute/forall_4.f90: Likewise. + * gfortran.fortran-torture/execute/forall_5.f90: Likewise. + * gfortran.fortran-torture/execute/forall_6.f90: Likewise. + * gfortran.fortran-torture/execute/forall_7.f90: Likewise. + * gfortran.fortran-torture/execute/function_module_1.f90: Likewise. + * gfortran.fortran-torture/execute/getarg_1.f90: Likewise. + * gfortran.fortran-torture/execute/hollerith.f90: Likewise. + * gfortran.fortran-torture/execute/in-pack.f90: Likewise. + * gfortran.fortran-torture/execute/initialization_1.f90: Likewise. + * gfortran.fortran-torture/execute/initializer.f90: Likewise. + * gfortran.fortran-torture/execute/inquire_1.f90: Likewise. + * gfortran.fortran-torture/execute/inquire_2.f90: Likewise. + * gfortran.fortran-torture/execute/inquire_3.f90: Likewise. + * gfortran.fortran-torture/execute/inquire_4.f90: Likewise. + * gfortran.fortran-torture/execute/inquire_5.f90: Likewise. + * gfortran.fortran-torture/execute/integer_select.f90: Likewise. + * gfortran.fortran-torture/execute/integer_select_1.f90: Likewise. + * gfortran.fortran-torture/execute/internal_write.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_abs.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_achar.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_aint_anint.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_anyall.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_associated.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_associated_2.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_bitops.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_count.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_cshift.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_dim.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_dotprod.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_dprod.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_dummy.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_eoshift.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.f90: + Likewise. + * gfortran.fortran-torture/execute/intrinsic_index.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_integer.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_leadz.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_len.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_matmul.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_merge.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_minmax.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_mmloc.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_mmloc_2.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_mmloc_3.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_mmloc_4.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_mmval.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_mod_ulo.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_pack.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_present.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_product.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_shape.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_si_kind.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_sign.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_size.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_spread.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_sum.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_trailz.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_transpose.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_trim.f90: Likewise. + * gfortran.fortran-torture/execute/intrinsic_unpack.f90: Likewise. + * gfortran.fortran-torture/execute/iolength_1.f90: Likewise. + * gfortran.fortran-torture/execute/iolength_2.f90: Likewise. + * gfortran.fortran-torture/execute/iolength_3.f90: Likewise. + * gfortran.fortran-torture/execute/list_read_1.f90: Likewise. + * gfortran.fortran-torture/execute/logical_select_1.f90: Likewise. + * gfortran.fortran-torture/execute/mainsub.f90: Likewise. + * gfortran.fortran-torture/execute/math.f90: Likewise. + * gfortran.fortran-torture/execute/module_init_1.f90: Likewise. + * gfortran.fortran-torture/execute/module_interface_2.f90: Likewise. + * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Likewise. + * gfortran.fortran-torture/execute/nestcons.f90: Likewise. + * gfortran.fortran-torture/execute/nullarg.f90: Likewise. + * gfortran.fortran-torture/execute/optstring_1.f90: Likewise. + * gfortran.fortran-torture/execute/parameter_1.f90: Likewise. + * gfortran.fortran-torture/execute/parameter_2.f90: Likewise. + * gfortran.fortran-torture/execute/partparm.f90: Likewise. + * gfortran.fortran-torture/execute/plusconst_1.f90: Likewise. + * gfortran.fortran-torture/execute/power.f90: Likewise. + * gfortran.fortran-torture/execute/pr19269-1.f90: Likewise. + * gfortran.fortran-torture/execute/pr23373-1.f90: Likewise. + * gfortran.fortran-torture/execute/pr23373-2.f90: Likewise. + * gfortran.fortran-torture/execute/pr32140.f90: Likewise. + * gfortran.fortran-torture/execute/pr40021.f: Likewise. + * gfortran.fortran-torture/execute/pr43390.f90: Likewise. + * gfortran.fortran-torture/execute/pr54767.f90: Likewise. + * gfortran.fortran-torture/execute/pr57396.f90: Likewise. + * gfortran.fortran-torture/execute/procarg.f90: Likewise. + * gfortran.fortran-torture/execute/ptr.f90: Likewise. + * gfortran.fortran-torture/execute/random_1.f90: Likewise. + * gfortran.fortran-torture/execute/random_2.f90: Likewise. + * gfortran.fortran-torture/execute/random_init.f90: Likewise. + * gfortran.fortran-torture/execute/read_eof.f90: Likewise. + * gfortran.fortran-torture/execute/read_null_string.f90: Likewise. + * gfortran.fortran-torture/execute/retarray.f90: Likewise. + * gfortran.fortran-torture/execute/retarray_2.f90: Likewise. + * gfortran.fortran-torture/execute/save_1.f90: Likewise. + * gfortran.fortran-torture/execute/save_2.f90: Likewise. + * gfortran.fortran-torture/execute/scalarize.f90: Likewise. + * gfortran.fortran-torture/execute/scalarize2.f90: Likewise. + * gfortran.fortran-torture/execute/scalarize3.f90: Likewise. + * gfortran.fortran-torture/execute/select_1.f90: Likewise. + * gfortran.fortran-torture/execute/seq_io.f90: Likewise. + * gfortran.fortran-torture/execute/slash_edit.f90: Likewise. + * gfortran.fortran-torture/execute/spec_abs.f90: Likewise. + * gfortran.fortran-torture/execute/specifics.f90: Likewise. + * gfortran.fortran-torture/execute/st_function.f90: Likewise. + * gfortran.fortran-torture/execute/st_function_1.f90: Likewise. + * gfortran.fortran-torture/execute/st_function_2.f90: Likewise. + * gfortran.fortran-torture/execute/stack_varsize.f90: Likewise. + * gfortran.fortran-torture/execute/straret.f90: Likewise. + * gfortran.fortran-torture/execute/strarray_1.f90: Likewise. + * gfortran.fortran-torture/execute/strarray_2.f90: Likewise. + * gfortran.fortran-torture/execute/strarray_3.f90: Likewise. + * gfortran.fortran-torture/execute/strarray_4.f90: Likewise. + * gfortran.fortran-torture/execute/strcmp.f90: Likewise. + * gfortran.fortran-torture/execute/strcommon_1.f90: Likewise. + * gfortran.fortran-torture/execute/string.f90: Likewise. + * gfortran.fortran-torture/execute/strlen.f90: Likewise. + * gfortran.fortran-torture/execute/strret.f90: Likewise. + * gfortran.fortran-torture/execute/t_edit.f90: Likewise. + * gfortran.fortran-torture/execute/test_slice.f90: Likewise. + * gfortran.fortran-torture/execute/transfer1.f90: Likewise. + * gfortran.fortran-torture/execute/transfer2.f90: Likewise. + * gfortran.fortran-torture/execute/unopened_unit_1.f90: Likewise. + * gfortran.fortran-torture/execute/userop.f90: Likewise. + * gfortran.fortran-torture/execute/where17.f90: Likewise. + * gfortran.fortran-torture/execute/where18.f90: Likewise. + * gfortran.fortran-torture/execute/where19.f90: Likewise. + * gfortran.fortran-torture/execute/where20.f90: Likewise. + * gfortran.fortran-torture/execute/where21.f90: Likewise. + * gfortran.fortran-torture/execute/where_1.f90: Likewise. + * gfortran.fortran-torture/execute/where_10.f90: Likewise. + * gfortran.fortran-torture/execute/where_11.f90: Likewise. + * gfortran.fortran-torture/execute/where_14.f90: Likewise. + * gfortran.fortran-torture/execute/where_15.f90: Likewise. + * gfortran.fortran-torture/execute/where_16.f90: Likewise. + * gfortran.fortran-torture/execute/where_2.f90: Likewise. + * gfortran.fortran-torture/execute/where_3.f90: Likewise. + * gfortran.fortran-torture/execute/where_4.f90: Likewise. + * gfortran.fortran-torture/execute/where_5.f90: Likewise. + * gfortran.fortran-torture/execute/where_6.f90: Likewise. + * gfortran.fortran-torture/execute/where_7.f90: Likewise. + * gfortran.fortran-torture/execute/where_8.f90: Likewise. + * gfortran.fortran-torture/execute/write_a_1.f90: Likewise. + * gfortran.fortran-torture/execute/write_logical.f90: Likewise. + * gfortran.dg/extends_type_of_3.f90: Likewise. Adjust tree scans. + * gfortran.dg/inline_transpose_1.f90: Likewise. + +2018-02-17 Paul Thomas + + PR fortran/84115 + * gfortran.dg/associate_35.f90: Remove error, add STOP n and + change to dg-run. + +2018-02-16 Eric Botcazou + + PR ada/84277 + * gnat.dg/array11.adb (Array11): Tweak index and remove warning. + * gnat.dg/dispatch1.adb: Rename into... + * gnat.dg/disp1.adb: ...this. + * gnat.dg/dispatch1_p.ads: Rename into... + * gnat.dg/disp1_pkg.ads: ...this. + * gnat.dg/disp2.adb: Rename into... + * gnat.dg/dispatch2.adb: ...this. + * gnat.dg/dispatch2_p.ads: Rename into... + * gnat.dg/disp2_pkg.ads: ...this. + * gnat.dg/dispatch2_p.adb: Rename into... + * gnat.dg/disp2_pkg.adb: this. + * gnat.dg/generic_dispatch.adb: Rename into... + * gnat.dg/generic_disp.adb: this. + * gnat.dg/generic_dispatch_p.ads: Rename into... + * gnat.dg/generic_disp_pkg.ads: ...this. + * gnat.dg/generic_dispatch_p.adb: Rename into... + * gnat.dg/generic_disp_pkg.adb: ...this. + * gnat.dg/null_pointer_deref1.adb (Null_Pointer_Deref1): Robustify. + * gnat.dg/null_pointer_deref2.adb (Null_Pointer_Deref2): Likewise. + * gnat.dg/object_overflow1.adb: Tweak index. + * gnat.dg/object_overflow2.adb: Likewise. + * gnat.dg/object_overflow3.adb: Likewise. + * gnat.dg/object_overflow4.adb: Likewise. + * gnat.dg/object_overflow5.adb: Likewise. + +2018-02-16 Jakub Jelinek + + PR ipa/84425 + * gcc.c-torture/compile/pr84425.c: New test. + +2018-02-16 Marek Polacek + Jakub Jelinek + + PR c++/84192 + * g++.dg/cpp1y/constexpr-84192.C: New test. + +2018-02-16 Martin Sebor + + PR c++/79064 + * g++.dg/overload15.C: New test. + +2018-02-16 Yury Gribov + + PR target/81535 + * gcc.dg/pr56727-1.c: Prevent tailcalls and update for powerpc*-*-*. + * gcc.dg/pr56727-2.c: Ditto. + * gcc.target/powerpc/pr79439.c: Renamed to... + * gcc.target/powerpc/pr79439-1.c: ...this. + * gcc.target/powerpc/pr79439-2.c: New test. + * gcc.target/powerpc/pr79439-3.c: New test. + +2018-02-16 Will Schmidt + + target/pr84371 + * gcc.target/powerpc/builtins-3-p8.c: Update stanzas. + * gcc.target/powerpc/builtins-3-p9.c: Update stanzas, Enhance test. + * gcc.target/powerpc/builtins-3-runnable.c: Update stanzas. + * gcc.target/powerpc/builtins-3-vec_reve_runnable.c: Same. + * gcc.target/powerpc/builtins-3.c: Same. + +2018-02-16 Nathan Sidwell + + * g++.old-deja/g++.jason/scoping15.C: Fix dg-warning. + +2018-02-16 Vladimir Makarov + + PR rtl-optimization/70023 + * gcc.target/i386/pr70023.c: New. + +2018-02-16 Carl Love + + * gcc.target/powerpc/p9-vinsert4b-1.c: Remove test file for non-ABI + tests. + * gcc.target/powerpc/p9-vinsert4b-2.c: Remove test file for non-ABI + tests. + +2018-02-16 Carl Love + + * gcc.target/powerpc/builtins-7-p9-runnable.c: New runnable test file + for the ABI definitions for vec_extract4b and vec_insert4b. + +2018-02-16 Nathan Sidwell + + * g++.old-deja/g++.jason/scoping15.C: Expect warnings. + * g++.old-deja/g++.mike/net43.C: Likewise. + +2018-02-16 Paolo Carlini + + PR c++/82468 + * g++.dg/cpp1z/class-deduction48.C: New. + +2018-02-16 Nathan Sidwell + + PR c++/84375 + * g++.dg/lookup/pr84375.C: New. + +2018-02-14 Oleg Endo + + PR target/83831 + * gcc.target/rx/pr83831.c (test_3, test_6): Adjust test cases. + +2018-02-16 Richard Biener + + PR tree-optimization/84417 + * gcc.dg/torture/pr84417.c: New testcase. + +2018-02-16 Jakub Jelinek + + PR target/84272 + * g++.dg/opt/pr84272.C: New test. + + PR rtl-optimization/83723 + * gcc.dg/pr83723.c: New test. + +2018-02-16 Richard Biener + + PR tree-optimization/84399 + * gcc.dg/graphite/pr84399.c: New testcase. + +2018-02-16 Richard Biener + + PR tree-optimization/84190 + * g++.dg/torture/pr84190.C: New testcase. + +2018-02-15 Martin Sebor + + * gcc.dg/lto/README (dg-lto-warning, dg-lto-message): Document new + directives. + +2018-02-15 Janus Weil + + PR fortran/84409 + * gfortran.dg/dtio_21.f03: Add an error message. + * gfortran.dg/dtio_22.f90: Fix invalid test case. + +2018-02-15 Thomas Koenig + + PR fortran/84381 + * gfortran.dg/stop_shouldfail.f90: New test. + +2018-02-15 Paolo Carlini + + PR c++/84330 + * g++.dg/concepts/pr84330.C: New. + +2018-02-15 Tom de Vries + + * gcc.dg/Wstringop-overflow-3.c: Require effective target alloca. + +2018-02-15 Tom de Vries + + * gcc.c-torture/compile/pr84136.c: Require effective target + indirect_jumps. + +2018-02-15 Jakub Jelinek + + PR tree-optimization/84383 + * gcc.c-torture/compile/pr84383.c: New test. + + PR tree-optimization/84334 + * gcc.dg/pr84334.c: New test. + +2018-02-14 Carl Love + + * gcc.target/powerpc/builtins-4-int128-runnable.c + (dg-require-effective-target): Change vsx_hw to p8vector_hw. + (dg-options): Change -maltivec -mvsx to -mpower8-vector. + +2018-02-14 Martin Sebor + + PR tree-optimization/83698 + * gcc.dg/Wrestrict-7.c: New test. + * c-c++-common/Wrestrict.c: Adjust expected values for strcat. + * gcc.target/i386/chkp-stropt-17.c: Same. + +2018-02-14 Martin Sebor + + PR c/84108 + * gcc.dg/Wattributes-8.c: New test. + +2018-02-14 Janus Weil + + PR fortran/84385 + * gfortran.dg/allocate_with_source_22.f03: Fix invalid test case. + * gfortran.dg/allocate_with_source_23.f90: Ditto. + * gfortran.dg/select_type_1.f03: Extend test case. + +2017-02-14 Uros Bizjak + + * gcc.target/i386/pr57193.c (dg-do): Remove target selector. + (dg-options): Use -O2 -msse2 -mno-sse3. + +2018-02-14 Kelvin Nilsen + + * gcc.dg/vmx/extract-be-order.c: Disable -maltivec=be warning so + this test case still works ok. + * gcc.dg/vmx/extract-vsx-be-order.c: Likewise. + * gcc.dg/vmx/insert-be-order.c: Likewise. + * gcc.dg/vmx/insert-vsx-be-order.c: Likewise. + * gcc.dg/vmx/ld-be-order.c: Likewise. + * gcc.dg/vmx/ld-vsx-be-order.c: Likewise. + * gcc.dg/vmx/lde-be-order.c: Likewise. + * gcc.dg/vmx/ldl-be-order.c: Likewise. + * gcc.dg/vmx/ldl-vsx-be-order.c: Likewise. + * gcc.dg/vmx/merge-be-order.c: Likewise. + * gcc.dg/vmx/merge-vsx-be-order.c: Likewise. + * gcc.dg/vmx/mult-even-odd-be-order.c: Likewise. + * gcc.dg/vmx/pack-be-order.c: Likewise. + * gcc.dg/vmx/perm-be-order.c: Likewise. + * gcc.dg/vmx/splat-be-order.c: Likewise. + * gcc.dg/vmx/splat-vsx-be-order.c: Likewise. + * gcc.dg/vmx/st-be-order.c: Likewise. + * gcc.dg/vmx/st-vsx-be-order.c: Likewise. + * gcc.dg/vmx/ste-be-order.c: Likewise. + * gcc.dg/vmx/stl-be-order.c: Likewise. + * gcc.dg/vmx/stl-vsx-be-order.c: Likewise. + * gcc.dg/vmx/sum2s-be-order.c: Likewise. + * gcc.dg/vmx/unpack-be-order.c: Likewise. + * gcc.dg/vmx/vsums-be-order.c: Likewise. + * gcc.target/powerpc/vec-setup-be-long.c: Likewise. + +2018-02-14 Paolo Carlini + + PR c++/84350 + * g++.dg/cpp0x/auto49.C: New. + +2018-02-14 Nathan Sidwell + + * g++.dg/template/instantiate5.C: Adjust required-from loc. + +2018-02-14 Will Schmidt + + * gcc.target/powerpc/altivec-consts.c: Update compile stanzas. + * gcc.target/powerpc/le-altivec-consts.c: Same. + +2018-02-14 Will Schmidt + + PR target/84220 + * gcc.target/powerpc/pr84220-sld.c: New test. + * gcc.target/powerpc/pr84220-sld2.c: New test. + * gcc.target/powerpc/pr84220-sldw.c: New test. + * gcc.target/powerpc/pr84220-xxperm.c: New test. + * gcc.target/powerpc/pr84220-xxsld.c: New test. + +2018-02-14 Igor Tsimbalist + + PR target/84239 + * gcc.target/i386/cet-intrin-3.c: Use new _get_ssp and + _inc_ssp intrinsics. + * gcc.target/i386/cet-intrin-4.c: Likewise. + * gcc.target/i386/cet-rdssp-1.c: Remove argument from + __builtin_ia32_rdssp[d|q]. + +2018-02-14 Richard Sandiford + + PR tree-optimization/84357 + * gcc.dg/vect/pr84357.c: New test. + +2018-02-14 Oleg Endo + + PR target/83831 + * gcc.target/rx/pr83831.c: New tests. + +2018-02-14 Jozef Lawrynowicz + + PR target/79242 + * gcc.target/msp430/pr79242.c: New test. + +2018-02-13 Peter Bergner + + PR target/84372 + * gcc.target/powerpc/lvsl-lvsr.c: Also match lxv when compiling + with -mcpu=power9. + +2018-02-13 Peter Bergner + + PR target/84279 + * g++.dg/pr84279.C: New test. + +2018-02-13 Segher Boessenkool + + PR rtl-optimization/84169 + * gcc.c-torture/execute/pr84169.c: New. + +2018-02-13 Peter Bergner + + PR target/84370 + * gcc.target/powerpc/builtins-3-p9-runnable.c: Remove deprecated option. + +2018-02-13 Peter Bergner + + PR target/84365 + * gcc.target/powerpc/altivec-7-le.c: Also match lxv when compiling + with -mcpu=power9. + +2018-02-13 Jakub Jelinek + + PR c++/84364 + * g++.dg/warn/effc4.C: New test. + +2018-02-13 Paolo Carlini + + PR c++/84333 + * g++.dg/template/sizeof16.C: New. + * g++.dg/template/sizeof17.C: Likewise. + +2018-02-13 Janus Weil + + PR fortran/84313 + * gfortran.dg/proc_ptr_common_1.f90: Fix invalid test case, + add necessary compiler options. + * gfortran.dg/proc_ptr_common_2.f90: Add missing error message. + +2018-02-13 Jakub Jelinek + + PR c/82210 + * gcc.c-torture/execute/pr82210.c: New test. + + PR middle-end/84309 + * gcc.dg/pr84309-2.c: New test. + +2018-02-12 Richard Sandiford + + PR tree-optimization/84321 + * gcc.dg/pr84321.c: New test. + +2018-02-13 Vladimir Makarov + + PR target/84359 + * gcc.target/i386/pr57193.c: Add -march=x86-64. + +2018-02-13 Paolo Bonzini + + PR sanitizer/84340 + * gcc.dg/asan/pr84307.c: Remove test. + +2018-02-13 Sebastian Perta + + * gcc.target/rl78/test_auto_vector.c: New test. + +2018-02-13 Richard Sandiford + + PR c/84305 + * gcc.c-torture/compile/pr84305.c: New test. + +2018-02-13 Jakub Jelinek + + PR target/84335 + * gcc.target/i386/pr84335.c: New test. + + PR tree-optimization/84339 + * gcc.c-torture/execute/pr84339.c: New test. + + PR middle-end/84309 + * gcc.dg/pr84309.c: New test. + * gcc.target/i386/pr84309.c: New test. + + PR target/84336 + * gcc.target/i386/pr84336.c: New test. + +2018-02-12 Jakub Jelinek + + PR c++/84341 + * c-c++-common/gomp/pr84341.c: New test. + +2018-02-12 Thomas Koenig + + PR fortran/68746 + * gfortran.dg/read_dir.f90: Re-add dg-do run. + +2018-02-12 Thomas Koenig + + PR fortran/68746 + * gfortran.dg/read_dir.f90: Remove xfails. Also allow iostat + of zero for read. + +2018-02-12 Jeff Law + + * gcc.c-torture/compile/reg-args-size.c: New test. + +2018-02-12 Carl Love + + * gcc.target/powerpc/builtins-4-runnable.c (main): Move int128 and + uint128 tests to new testfile. + * gcc.target/powerpc/builtins-4-int128-runnable.c: New testfile for + int128 and uint128 tests. + * gcc.target/powerpc/powerpc.exp: Add builtins-4-int128-runnable.c to + list of torture tests. + +2018-02-12 Janus Weil + + PR fortran/84273 + * gfortran.dg/proc_ptr_47.f90: Fix invalid test case. + * gfortran.dg/proc_ptr_comp_pass_4.f90: Fix and extend test case. + +2018-02-12 Tamar Christina + + PR target/82641 + * gcc.target/arm/pragma_arch_switch_2.c: Use armv5te. + +2018-02-12 Paolo Bonzini + + PR sanitizer/84307 + * gcc.dg/asan/pr84307.c: New test. + +2018-02-12 Nathan Sidwell + + * g++.dg/parse/pr84263.C: New. + +2018-02-12 Paolo Carlini + + PR c++/79626 + * g++.dg/template/crash129.C: New. + +2018-02-12 Olga Makhotina + + PR target/83828 + * gcc.target/i386/avx512bitalg-vpopcntb-1.c: Fix test. + * gcc.target/i386/avx512bitalg-vpopcntw-1.c: Ditto. + * gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c: Ditto. + * gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c: Ditto. + * gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c: Ditto. + +2018-02-12 Olga Makhotina + + * gcc.target/i386/avx512f-vscalefsd-1.c (_mm_mask_scalef_round_sd, + _mm_maskz_scalef_round_sd): Test new intrinsics. + * gcc.target/i386/avx512f-vscalefsd-2.c (_mm_scalef_round_sd, + (_mm_mask_scalef_round_sd, _mm_maskz_scalef_round_sd): Test new + intrinsics. + * gcc.target/i386/avx512f-vscalefss-1.c (_mm_mask_scalef_round_ss, + _mm_maskz_scalef_round_ss): Test new intrinsics. + * gcc.target/i386/avx512f-vscalefss-2.c (_mm_scalef_round_ss, + _mm_mask_scalef_round_ss, _mm_maskz_scalef_round_ss): Test new + intrinsics. + * gcc.target/i386/avx-1.c (__builtin_ia32_scalefsd_round, + __builtin_ia32_scalefss_round): Remove builtin. + (__builtin_ia32_scalefsd_mask_round, + __builtin_ia32_scalefss_mask_round): Test new builtin. + * gcc.target/i386/sse-13.c: Ditto. + * gcc.target/i386/sse-23.c: Ditto. + +2018-02-12 Olga Makhotina + + * gcc.target/i386/avx512f-vsqrtsd-1.c (_mm_mask_sqrt_round_sd) + (_mm_maskz_sqrt_round_sd): Test new intrinsics. + * gcc.target/i386/avx512f-vsqrtsd-2.c (_mm_sqrt_round_sd) + (_mm_mask_sqrt_round_sd, _mm_maskz_sqrt_round_sd): Test new intrinsics. + * gcc.target/i386/avx512f-vsqrtss-1.c (_mm_mask_sqrt_round_ss) + (_mm_maskz_sqrt_round_ss): Test new intrinsics. + * gcc.target/i386/avx512f-vsqrtss-2.c (_mm_sqrt_round_ss) + (_mm_mask_sqrt_round_ss,      _mm_maskz_sqrt_round_ss): Test new + intrinsics. + * gcc.target/i386/avx-1.c (__builtin_ia32_sqrtsd_round) + (__builtin_ia32_sqrtss_round): Remove builtins. + (__builtin_ia32_sqrtsd_mask_round) + (__builtin_ia32_sqrtss_mask_round): Test new builtins. + * gcc.target/i386/sse-13.c: Ditto. + * gcc.target/i386/sse-23.c: Ditto. + +2018-02-11 Francois-Xavier Coudert + + PR fortran/35299 + * gfortran.dg/statement_function_3.f: New test. + +2018-02-11 Steven G. Kargl + + PR fortran/54223 + PR fortran/84276 + * gfortran.dg/statement_function_1.f90: New test. + * gfortran.dg/statement_function_2.f90: New test. + +2018-02-11 Paul Thomas + + PR fortran/84074 + * gfortran.dg/type_to_class_5.f03: New test. + +2018-02-10 Paul Thomas + + PR fortran/56691 + * gfortran.dg/type_to_class_4.f03: New test. + +2018-02-10 Alan Modra + + PR target/84300 + * gcc.dg/pr84300.c: New. + +2018-02-10 Jakub Jelinek + + PR sanitizer/83987 + * g++.dg/ubsan/pr83987-2.C: New test. + +2018-02-09 Sebastian Perta + + * gcc.target/rx/movsicc.c: New test. + +2018-02-09 Peter Bergner + + PR target/83926 + * gcc.target/powerpc/pr83926.c: Filter out gimple folding disabled + message. + +2018-02-09 Will Schmidt + + * gcc.target/powerpc/vsx-vector-6-le.c: Update CPU target. + * gcc.target/powerpc/vsx-vector-6-le.p9.c: New. + +2018-02-09 Nathan Sidwell + + PR c/84293 + * c-c++-common/pr84293.h: New. + * c-c++-common/pr84293.c: New. + +2018-02-09 Vladimir Makarov + + PR rtl-optimization/57193 + * gcc.target/i386/pr57193.c: New. + +2018-02-09 Jakub Jelinek + + PR target/84226 + * gcc.target/powerpc/pr84226.c: New test. + +2018-02-09 Peter Bergner + + * gcc.target/powerpc/builtins-1-be.c : Rename duplicate test + from this to... + : ...this. + +2018-02-09 Martin Sebor + + PR lto/84212 + * gcc.dg/lto/pr84212_0.c: New test file. + * gcc.dg/lto/pr84212_1.c: Same. + +2018-02-09 Peter Bergner + + PR target/83926 + * gcc.target/powerpc/pr83926.c: New test. + * gcc.target/powerpc/builtins-1-be.c: Filter out gimple folding disabled + message. Fix test for running in 32-bit mode. + +2018-02-09 Tamar Christina + + PR target/82641 + * gcc.target/arm/pragma_arch_switch_2.c: Use armv6 and armv5t. + +2018-02-09 Andreas Krebbel + + PR target/PR84295 + * gcc.target/s390/pr84295.c: New test. + +2018-02-09 Paolo Carlini + + PR c++/77522 + * g++.dg/cpp1y/lambda-init16.C: New. + +2018-02-09 Eric Botcazou + + * gnat.dg/sso8.adb: New test. + * gnat.dg/sso8_pkg.ads: New helper. + +2018-02-09 Richard Biener + + PR tree-optimization/84278 + * gcc.target/i386/pr84278.c: Adjust regex. + +2018-02-09 Jakub Jelinek + + PR tree-optimization/84232 + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Add -mtune-generic on x86. + + PR debug/84252 + * gcc.target/aarch64/pr84252.c: New test. + + PR middle-end/84237 + * gcc.dg/pr84237.c: New test. + +2018-02-09 Marek Polacek + Jakub Jelinek + + PR c++/83659 + * g++.dg/torture/pr83659.C: New test. + +2018-02-08 David Malcolm + + PR tree-optimization/84136 + * gcc.c-torture/compile/pr84136.c: New test. + +2018-02-08 Sergey Shalnov + + PR target/83008 + * gcc.target/i386/pr83008.c: New test. + +2018-02-08 Peter Bergner + + PR target/81143 + * gcc.target/powerpc/pr79799-2.c: Use __LITTLE_ENDIAN__. + +2018-02-08 Paolo Carlini + + PR c++/83806 + * g++.dg/warn/Wunused-parm-11.C: New. + +2018-02-08 Marek Polacek + + PR tree-optimization/84238 + * gcc.dg/Wstringop-overflow-3.c: New test. + +2018-02-08 Nathan Sidwell + + * g++.dg/cpp0x/initlist93.C: Adjust diagnostic. + +2018-02-08 Richard Sandiford + + PR tree-optimization/84265 + * gcc.dg/vect/pr84265.c: New test. + +2018-02-08 Richard Sandiford + + PR tree-optimization/81635 + * gcc.dg/vect/bb-slp-pr81635-3.c: New test. + * gcc.dg/vect/bb-slp-pr81635-4.c: Likewise. + +2018-02-08 Andreas Krebbel + + * gcc.target/s390/nobp-function-pointer-attr.c: New test. + * gcc.target/s390/nobp-function-pointer-nothunk.c: New test. + * gcc.target/s390/nobp-function-pointer-z10.c: New test. + * gcc.target/s390/nobp-function-pointer-z900.c: New test. + * gcc.target/s390/nobp-indirect-jump-attr.c: New test. + * gcc.target/s390/nobp-indirect-jump-inline-attr.c: New test. + * gcc.target/s390/nobp-indirect-jump-inline-z10.c: New test. + * gcc.target/s390/nobp-indirect-jump-inline-z900.c: New test. + * gcc.target/s390/nobp-indirect-jump-nothunk.c: New test. + * gcc.target/s390/nobp-indirect-jump-z10.c: New test. + * gcc.target/s390/nobp-indirect-jump-z900.c: New test. + * gcc.target/s390/nobp-return-attr-all.c: New test. + * gcc.target/s390/nobp-return-attr-neg.c: New test. + * gcc.target/s390/nobp-return-mem-attr.c: New test. + * gcc.target/s390/nobp-return-mem-nothunk.c: New test. + * gcc.target/s390/nobp-return-mem-z10.c: New test. + * gcc.target/s390/nobp-return-mem-z900.c: New test. + * gcc.target/s390/nobp-return-reg-attr.c: New test. + * gcc.target/s390/nobp-return-reg-mixed.c: New test. + * gcc.target/s390/nobp-return-reg-nothunk.c: New test. + * gcc.target/s390/nobp-return-reg-z10.c: New test. + * gcc.target/s390/nobp-return-reg-z900.c: New test. + * gcc.target/s390/nobp-table-jump-inline-z10.c: New test. + * gcc.target/s390/nobp-table-jump-inline-z900.c: New test. + * gcc.target/s390/nobp-table-jump-z10.c: New test. + * gcc.target/s390/nobp-table-jump-z900.c: New test. + +2018-02-08 Richard Biener + + PR tree-optimization/84233 + * g++.dg/torture/pr84233.C: New testcase. + +2018-02-08 Richard Biener + + PR tree-optimization/84278 + * gcc.target/i386/pr84278.c: New testcase. + +2018-02-08 Wilco Dijkstra + + PR rtl-optimization/84068 + PR rtl-optimization/83459 + * gcc.dg/pr84068.c: New test. + +2018-02-08 Richard Biener + + * g++.dg/vect/slp-pr56812.cc: Allow either basic-block or + loop vectorization to happen. + +2018-02-08 Paolo Carlini + + PR c++/83204 + * g++.dg/cpp0x/lambda/lambda-ice25.C: New. + +2018-02-07 Will Schmidt + + * gcc.target/powerpc/vsxcopy.c: Update scan-assembler stanzas. + +2018-02-07 Michael Meissner + + PR target/84154 + * gcc.target/powerpc/pr84154-1.c: New tests. + * gcc.target/powerpc/pr84154-2.c: Likewise. + * gcc.target/powerpc/pr84154-3.c: Likewise. + +2018-02-07 Will Schmidt + + * gcc.target/powerpc/builtins-mergew-mergeow.c: Update dg-requires. + +2018-02-07 Jakub Jelinek + + PR c++/84082 + * g++.dg/template/incomplete11.C: New test. + * g++.dg/parse/crash67.C: Expect an incomplete type diagnostics too. + +2018-02-07 Steven G. Kargl + + PR fortran/82994 + * gfortran.dg/deallocate_error_3.f90: New test. + * gfortran.dg/deallocate_error_4.f90: New test. + +2018-02-07 Thomas Koenig + + PR fortran/68560 + * gfortran.dg/shape_9.f90: New test. + +2018-02-07 Steven G. Kargl + + PR fortran/82049 + * gfortran.dg/assumed_charlen_parameter.f90: New test. + +2018-02-07 David Malcolm + + PR c++/81610 + PR c++/80567 + * g++.dg/spellcheck-reswords.C: New test case. + * g++.dg/spellcheck-stdlib.C: Remove xfail from dg-bogus + suggestion of "if". + +2018-02-07 Martin Liska + + PR c++/84059. + * g++.dg/ext/mv26.C: New test. + +2018-02-07 Tom de Vries + + * gcc.dg/pr83844.c: Require effective target alloca. + +2018-02-07 Tom de Vries + + * gcc.dg/torture/pr83055.c: Require effective target global_constructor. + +2018-02-07 H.J. Lu + + PR target/84243 + * gcc.target/i386/cet-intrin-4.c (dg-options): Use + -fcf-protection=return. + +2018-02-07 Tom de Vries + + PR libgomp/84217 + * c-c++-common/goacc/pr84217.c: New test. + * gfortran.dg/goacc/pr84217.f90: New test. + +2018-02-07 Richard Biener + + PR tree-optimization/84204 + * gcc.dg/graphite/pr84204.c: New testcase. + + PR tree-optimization/84205 + * gcc.dg/graphite/pr84205.c: New testcase. + + PR tree-optimization/84223 + * gfortran.dg/graphite/pr84223.f90: New testcase. + +2018-02-07 Paolo Carlini + + PR c++/71662 + * g++.dg/cpp0x/scoped_enum7.C: New. + +2018-02-07 Christophe Lyon + + PR tree-optimization/83008 + * gcc.dg/cse_recip.c: Add -fno-tree-slp-vectorize. + +2018-02-07 Jakub Jelinek + + PR tree-optimization/84235 + * gcc.c-torture/execute/ieee/pr84235.c: New test. + +2018-02-07 Rainer Orth + + PR testsuite/84243 + * c-c++-common/fcf-protection-6.c: Only pass -mshstk on x86 + targets. + * c-c++-common/fcf-protection-7.c: Likewise for -mibt. + +2018-02-06 Jakub Jelinek + + PR target/84146 + * gcc.target/i386/pr84146.c: New test. + +2018-02-06 Michael Collison + + * gcc.target/arm/pr7676.c: New testcase for incorrect splitting. + +2018-02-06 Bill Schmidt + + * gcc.target/powerpc/safe-indirect-jump-1.c: Detect deprecation + warning for -mno-speculate-indirect-jumps. + * gcc.target/powerpc/safe-indirect-jump-2.c: Likewise. + * gcc.target/powerpc/safe-indirect-jump-3.c: Likewise. + * gcc.target/powerpc/safe-indirect-jump-4.c: Likewise. + * gcc.target/powerpc/safe-indirect-jump-5.c: Likewise. + * gcc.target/powerpc/safe-indirect-jump-6.c: Likewise. + * gcc.target/powerpc/safe-indirect-jump-7.c: Likewise. + +2018-02-06 Igor Tsimbalist + + PR target/84145 + * c-c++-common/fcf-protection-1.c: Change a compared message. + * c-c++-common/fcf-protection-2.c: Likewise. + * c-c++-common/fcf-protection-3.c: Likewise. + * c-c++-common/fcf-protection-5.c: Likewise. + * c-c++-common/fcf-protection-6.c: New test. + * c-c++-common/fcf-protection-7.c: Likewise. + +2018-02-06 Marek Polacek + + PR tree-optimization/84228 + * c-c++-common/Wstringop-truncation-3.c: New test. + +2018-02-06 Tamar Christina + + PR target/82641 + * gcc.target/arm/pragma_arch_switch_2.c: New. + +2018-02-06 Rainer Orth + + PR target/79975 + * gcc.dg/rtl/x86_64/final.c: Add -fdwarf2-cfi-asm to dg-options. + +2018-02-05 Martin Sebor + + PR tree-optimization/83369 + * gcc.dg/Wnonnull.c: New test. + +2018-02-05 Richard Sandiford + + * lib/lto.exp (lto_handle_diagnostics): Remove messages_by_file + argument and use dg-messages-by-file instead. Expect it to be + an array rather than a dict. + (lto-link-and-maybe-run): Remove messages_by_file argument and + use an upvar for dg-messages-by-file. Update call to + lto_handle_diagnostics. + (lt-get-options): Treat dg-messages-by-file as an array + rather than a dict. + (lto-get-options-main): Likewise. Set the entry rather than appending. + (lto-execute): Treat dg-messages-by-file as an array rather than + a dict. Update call to lto-link-and-maybe-run. + +2018-02-05 Paolo Carlini + + PR c++/82782 + * g++.dg/cpp1z/inline-var4.C: New. + +2018-02-05 Martin Liska + + * c-c++-common/asan/pointer-compare-1.c: Adjust ASAN_OPTIONS + options. + * c-c++-common/asan/pointer-compare-2.c: Likewise. + * c-c++-common/asan/pointer-subtract-1.c: Likewise. + * c-c++-common/asan/pointer-subtract-2.c: Likewise. + * c-c++-common/asan/pointer-subtract-3.c: Likewise. + * c-c++-common/asan/pointer-subtract-4.c: Likewise. + * c-c++-common/asan/pointer-compare-3.c: New test. + +2018-02-05 Richard Sandiford + + * gcc.target/aarch64/sve/vcond_4.c: Remove XFAILs. + * gcc.target/aarch64/sve/vcond_5.c: Likewise. + +2018-02-05 Olga Makhotina + + * gcc.target/i386/avx512dq-vrangesd-1.c (_mm_mask_range_sd, + _mm_maskz_range_sd, _mm_mask_range_round_sd, + _mm_maskz_range_round_sd): Test new intrinsics. + * gcc.target/i386/avx512dq-vrangesd-2.c (_mm_range_sd, + _mm_mask_range_sd, _mm_maskz_range_sd, _mm_range_round_sd, + _mm_mask_range_round_sd, _mm_maskz_range_round_sd): Test new intrinsics. + * gcc.target/i386/avx512dq-vrangess-1.c (_mm_mask_range_ss, + _mm_maskz_range_ss, _mm_mask_range_round_ss, + _mm_maskz_range_round_ss): Test new intrinsics. + * gcc.target/i386/avx512dq-vrangess-2.c (_mm_range_ss, + _mm_mask_range_ss, _mm_maskz_range_ss, _mm_range_round_ss, + _mm_mask_range_round_ss, _mm_maskz_range_round_ss): Test new intrinsics. + * gcc.target/i386/avx-1.c (__builtin_ia32_rangesd128_round, + __builtin_ia32_rangess128_round): Remove builtins. + (__builtin_ia32_rangesd128_mask_round, + __builtin_ia32_rangess128_mask_round): Test new builtins. + * gcc.target/i386/sse-13.c: Ditto. + * gcc.target/i386/sse-23.c: Ditto. + +2018-02-04 Jan Hubicka + + PR middle-end/79966 + * gfortran.dg/pr79966.f90: New testcase + +2018-02-04 Dominique d'Humieres + + PR fortran/84094 + * gfortran.dg/associate_23.f90: Fix invalid code. + * gfortran.dg/intrinsic_actual_4.f90: Likewise. + * gfortran.dg/matmul_3.f90: Likewise. + * gfortran.dg/transfer_array_intrinsic_2.f90: Likewise. + +2018-02-04 Paul Thomas + + PR fortran/84115 + * gfortran.dg/associate_34.f90: New test. + * gfortran.dg/associate_35.f90: New test. + +2018-02-03 Paul Thomas + + PR fortran/84141 + PR fortran/84155 + * gfortran.dg/pr84155.f90: New test. + +2017-02-02 Uros Bizjak + + * gfortran.dg/dec_parameter_1.f (sub1): Remove statement with no effect. + * gfortran.dg/dec_parameter_2.f90 (sub1): Ditto. + +2018-02-02 Will Schmidt + + * gcc.target/powerpc/vec-cmpne-long.c: Add p8vector_hw require to + dg-do run stanza. + +2018-02-02 Will Schmidt + + * gcc.target/powerpc/fold-vec-abs-int.p9.c: Add powerpc_p9vector_ok + requirement. + * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p9.c: Same. + * gcc.target/powerpc/fold-vec-cmp-char.p9.c: Same. + * gcc.target/powerpc/fold-vec-neg-int.p9.c: Same. + +2018-02-02 Georg-Johann Lay + + PR testsuite/52641 + * gcc.c-torture/execute/pr83362.c: Make work for int16. + * gcc.dg/Wsign-conversion.c: Dito. + * gcc.dg/attr-alloc_size-4.c: Dito. + * gcc.dg/pr81020.c: Dito. + * gcc.dg/pr81192.c: Dito. + * gcc.dg/pr83463.c (dg-options): Add -Wno-pointer-to-int-cast. + * gcc.dg/attr-alloc_size-11.c: Also special-case avr. + * gcc.dg/pr83844.c: Restrict to int32plus. + * gcc.dg/attr-alloc_size-3.c: Restrict to size32plus. + * gcc.dg/tree-ssa/ldist-25.c: Dito. + * gcc.dg/tree-ssa/ldist-27.c: Dito. + * gcc.dg/tree-ssa/ldist-28.c: Dito. + * gcc.dg/tree-ssa/ldist-29.c: Dito. + * gcc.dg/tree-ssa/ldist-30.c: Dito. + * gcc.dg/tree-ssa/ldist-31.c: Dito. + * gcc.dg/tree-ssa/ldist-32.c: Dito. + * gcc.dg/tree-ssa/ldist-33.c: Dito. + * gcc.dg/tree-ssa/ldist-34.c: Dito. + * gcc.dg/tree-ssa/ldist-35.c: Dito. + * gcc.dg/tree-ssa/ldist-36.c: Dito. + +2018-02-02 Julia Koval + + * gcc.target/i386/funcspec-56.inc: Handle new march. + * g++.dg/ext/mv16.C: Ditto. + +2018-02-02 Georg-Johann Lay + + * lib/target-supports.exp + (check_effective_target_keeps_null_pointer_checks): No more + special-case avr. + * gcc.dg/tree-ssa/pr21086.c (dg-final): Special-case avr. + * gcc.dg/ifcvt-4.c: Skip avr. + * gcc.dg/pr53037-1.c: Dito. + * gcc.dg/pr53037-2.c: Dito. + * gcc.dg/pr53037-3.c: Dito. + * gcc.dg/pr63387-2.c: Dito. + * gcc.dg/pr63387.c: Dito. + * gcc.dg/sancov/cmp0.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-1.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-10.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-11.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-1b.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-2.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-3.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-4.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-5.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-6.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-7.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-8.c: Dito. + * gcc.dg/tree-ssa/loop-interchange-9.c: Dito. + * gcc.dg/tree-ssa/pr82059.c: Dito. + * gcc.c-torture/execute/pr70460.c: Dito. + +2018-02-02 Georg-Johann Lay + + PR testsuite/52641 + * gcc.c-torture/execute/pr81913.c: Use types that also work for int16. + * gcc.c-torture/execute/20180112-1.c: Dito. + * gcc.c-torture/execute/pr81503.c: Dito. + * gcc.dg/store_merging_12.c: Dito. + * gcc.dg/tree-ssa/loop-niter-1.c: Dito. + * gcc.dg/tree-ssa/loop-niter-2.c: Dito. + * gcc.dg/tree-ssa/pr80898.c: Dito. + * gcc.dg/tree-ssa/pr82363.c: Dito. + * gcc.dg/utf16-4.c: Also allow "short unsigned int" in dg-warning. + * gcc.dg/tree-ssa/pr81346-5.c: Special-case int16. + * gcc.dg/tree-ssa/ssa-sink-11.c: Dito. + * gcc.dg/tree-ssa/ssa-sink-12.c: Dito. + * gcc.dg/torture/pr81814.c: Restrict to int32plus. + * gcc.dg/tree-ssa/pr80803.c: Dito. + * gcc.dg/tree-ssa/pr80898-2.c: Dito. + * gcc.dg/tree-ssa/pr81346-4.c: Dito. + * gcc.dg/tree-ssa/vrp114.c: Dito. + * gcc.dg/tree-ssa/pr82574.c: Restrict to size32plus. + * gcc.dg/tree-ssa/ssa-dom-thread-13.c: Dito. + * gcc.dg/tree-ssa/ssa-sink-15.c: Dito. + +2018-02-02 Igor Tsimbalist + + PR target/84066 + * gcc.target/i386/cet-sjlj-6a.c: New test. + * gcc.target/i386/cet-sjlj-6b.c: Likewise. + +2018-02-01 Marek Polacek + + PR c++/84125 + * g++.dg/cpp1y/lambda-generic-84125.C: New test. + +2018-01-30 Jeff Law + + PR target/84128 + * gcc.target/i386/pr84128.c: New test. + +2018-02-01 Georg-Johann Lay + + * gcc.dg/tree-ssa/vrp111.c (dg-options): Add + -fdelete-null-pointer-checks. + +2018-02-01 Paolo Carlini + + PR c++/83796 + * g++.dg/cpp0x/abstract-default1.C: New. + +2018-02-01 Richard Sandiford + + PR tree-optimization/81635 + * gcc.dg/vect/bb-slp-pr81635-1.c: New test. + * gcc.dg/vect/bb-slp-pr81635-2.c: Likewise. + +2018-02-01 Richard Sandiford + + PR target/83370 + * gcc.target/aarch64/pr83370.c: New. + +2018-02-01 Richard Biener + + * gcc.dg/graphite/pr35356-1.c: Adjust. + +2018-02-01 Richard Sandiford + + PR testsuite/83846 + * gcc.target/aarch64/sve/aarch64-sve.exp: Only do *_run tests + for ILP32. + * gcc.target/aarch64/sve/clastb_2_run.c (main): Use TYPE instead + of hard-coding the choice. + * gcc.target/aarch64/sve/clastb_4_run.c (main): Likewise. + * gcc.target/aarch64/sve/clastb_5_run.c (main): Likewise. + * gcc.target/aarch64/sve/clastb_3_run.c (main): Likewise. Generalize + memset call. + * gcc.target/aarch64/sve/const_pred_1.C: Include stdint.h and use + stdint.h types. + * gcc.target/aarch64/sve/const_pred_2.C: Likewise. + * gcc.target/aarch64/sve/const_pred_3.C: Likewise. + * gcc.target/aarch64/sve/const_pred_4.C: Likewise. + * gcc.target/aarch64/sve/load_const_offset_2.c: Likewise. + * gcc.target/aarch64/sve/logical_1.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_1.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_2.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_3.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_4.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_5.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_6.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_7.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_8.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_1.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_2.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_3.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_4.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_1.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_2.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_2_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_3.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_3_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_4.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_4_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_7.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_8.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_8_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_9.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_9_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_10.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_10_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_11.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_11_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_12.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_12_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_13.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_13_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_14.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_18.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_19.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_20.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_21.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_22.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_23.c: Likewise. + * gcc.target/aarch64/sve/popcount_1.c (popcount_64): Use + __builtin_popcountll rather than __builtin_popcountl. + +2018-02-01 Richard Sandiford + + * gcc.target/aarch64/sve/slp_2.c: Expect LD1RQ to be used instead + of LD1R[HWD] for multi-element constants on big-endian targets. + * gcc.target/aarch64/sve/slp_3.c: Likewise. + * gcc.target/aarch64/sve/slp_4.c: Likewise. + +2018-02-01 Richard Sandiford + + * gcc.target/aarch64/sve/slp_2.c: Expect LD1RQD rather than LD1RQB. + * gcc.target/aarch64/sve/slp_3.c: Expect LD1RQW rather than LD1RQB. + * gcc.target/aarch64/sve/slp_4.c: Expect LD1RQH rather than LD1RQB. + +2018-02-01 Jakub Jelinek + + PR tree-optimization/81661 + PR tree-optimization/84117 + * gcc.dg/pr81661.c: New test. + * gfortran.dg/pr84117.f90: New test. + +2018-02-01 Janne Blomqvist + + PR fortran/83705 + * gfortran.dg/repeat_7.f90: Catch warning message. + +2018-01-31 Ian Lance Taylor + + * go.go-torture/execute/printnil.go: New test. + +2018-01-31 Rainer Orth + + * lib/target-supports.exp (check_effective_target_comdat_group): + Allow for Solaris as comdat syntax. + + * g++.dg/debug/dwarf2/nested-4.C: Xfail scan-assembler-times on + Solaris with comdat_group support and as. + +2018-01-31 Marek Polacek + + PR c/81779 + * gcc.dg/pr81779.c: New test. + +2018-01-31 Jakub Jelinek + + PR fortran/84116 + * gfortran.dg/gomp/pr84116.f90: New test. + + PR c++/83993 + * g++.dg/init/pr83993-2.C: New test. + + PR c++/83993 + * g++.dg/init/pr83993-1.C: New test. + * g++.dg/cpp0x/pr83993.C: New test. + +2018-01-31 Paul Thomas + + PR fortran/84088 + * gfortran.dg/pr84088.f90: New test. + +2018-01-31 Vladimir Makarov + + PR target/82444 + * gcc.target/i386/pr82444.c: New. + +2018-01-31 Will Schmidt + + * gcc.target/powerpc/altivec-13.c: Remove VSX-requiring built-ins. + * gcc.target/powerpc/vsx-13.c: New. + +2018-01-31 Paolo Carlini + + PR c++/84092 + * g++.dg/cpp1y/var-templ57.C: New. + +2018-01-31 Marek Polacek + + PR c++/84138 + * g++.dg/diagnostic/pr84138.C: New test. + +2018-01-31 Janne Blomqvist + + PR fortran/78534 + * gfortran.dg/allocate_deferred_char_scalar_1.f03: Prune + -Wstringop-overflow warnings due to spurious warning with -O1. + * gfortran.dg/char_cast_1.f90: Update dump scan pattern. + * gfortran.dg/transfer_intrinsic_1.f90: Likewise. + +2018-01-31 Richard Biener + + PR tree-optimization/84132 + * g++.dg/torture/pr84132.C: New testcase. + +2018-01-31 Jan Hubicka + + * g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-options and + dg-final scan. + +2018-01-31 Julia Koval + + PR target/83618 + * gcc.target/i386/rdpid.c: Remove "eax". + +2018-01-31 Kyrylo Tkachov + + PR tree-optimization/64946 + * gcc.target/aarch64/vect-abs-compile.c: XFAIL byte and half-word + scan-assembler checks. + +2018-01-31 Eric Botcazou + + * gcc.c-torture/execute/20180131-1.c: New test. + +2018-01-31 Claudiu Zissulescu + + * gcc.target/arc/taux-1.c: New test. + * gcc.target/arc/taux-2.c: Likewise. + +2018-01-31 Claudiu Zissulescu + + * gcc.target/arc/uncached.c: New test. + +2018-01-31 Rainer Orth + + PR lto/83954 + * gnat.dg/lto20.adb: Remove dg-excess-errors. + +2018-01-31 Jakub Jelinek + + PR preprocessor/69869 + * gcc.dg/cpp/trad/pr69869.c: New test. + + PR c/84100 + * gcc.dg/pr84100.c: New test. + +2018-01-30 Jeff Law + + PR target/84064 + * gcc.target/i386/pr84064: New test. + +2018-01-30 Thomas Koenig + + PR fortran/84134 + * gfortran.dg/data_implied_do_2.f90: New test. + +2018-01-30 Janus Weil + + * gfortran.dg/pr68318_1.f90: Add closing bracket in dejagnu directive. + +2018-01-30 Thomas Koenig + + PR fortran/84133 + * gfortran.dg/inline_matmul_21.f90: New test case. + +2018-01-30 Rainer Orth + + * g++.dg/torture/pr81360.C: Add -fdump-ipa-icf to dg-options. + +2018-01-30 Vladimir Makarov + + PR target/84112 + * gcc.target/powerpc/pr84112.c: New. + +2018-01-30 Jakub Jelinek + + PR rtl-optimization/83986 + * gcc.dg/pr83986.c: New test. + +2018-01-30 Bill Seurer + + PR 58684 + * gcc.dg/torture/inf-compare-1.c: Add xfail. + * gcc.dg/torture/inf-compare-2.c: Add xfail. + * gcc.dg/torture/inf-compare-3.c: Add xfail. + * gcc.dg/torture/inf-compare-4.c: Add xfail. + +2018-01-30 Jakub Jelinek + + PR tree-optimization/84111 + * gcc.c-torture/compile/pr84111.c: New test. + +2018-01-30 Jan Hubicka + + PR ipa/83179 + * gcc.dg/ipa/inline-2.c: Fix template. + * gcc.dg/ipa/inline-3.c: Fix template. + +2018-01-30 Jan Hubicka + + PR ipa/81360 + * g++.dg/torture/pr81360.C: New testcase. + +2018-01-30 Jan Hubicka + + PR lto/83954 + * gcc.dg/lto/pr83954.h: New testcase. + * gcc.dg/lto/pr83954_0.c: New testcase. + * gcc.dg/lto/pr83954_1.c: New testcase. + +2018-01-30 Rainer Orth + + PR bootstrap/84017 + * gcc.dg/debug/dwarf2/prod-options.c: Add -fno-merge-debug-strings + to dg-options. + Simplify DW_AT_producer scan. + +2018-01-30 Kyrylo Tkachov + + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on !arm_neon arm targets. + +2018-01-30 Kirill Yukhin + + PR target/83828 + * gcc.target/i386/avx512bitalg-vpopcntb-1.c: Fix test. + * gcc.target/i386/avx512bitalg-vpopcntw-1.c: Ditto. + * gcc.target/i386/avx512bitalgvl-vpopcntb-1.c: Ditto. + * gcc.target/i386/avx512bitalgvl-vpopcntw-1.c: Ditto. + +2018-01-29 Jeff Law + + PR testsuite/81010 + * gcc.target/powerpc/pr56605.c: Update various dg- directives to + better match other tests which require vsx. Verify the zero + extension is part of the test in the combiner dump. + +2018-01-29 Marek Polacek + + PR c/83966 + * gcc.dg/format/Wsuggest-attribute-1.c: New test. + + PR c++/83996 + * g++.dg/ext/pr83996.C: New test. + +2018-01-29 Richard Biener + + PR tree-optimization/84057 + * gcc.dg/graphite/pr84057.c: New testcase. + +2018-01-29 Thomas Koenig + + PR fortran/84073 + * gfortran.dg/bind_c_usage_31.f90: New test. + +2018-01-27 Paolo Carlini + + PR c++/83924 + * g++.dg/warn/Wduplicated-branches5.C: New. + +2018-01-26 Sebastian Perta + + * gcc.target/rl78/test_addsi3_internal.c: New test. + +2018-01-26 Segher Boessenkool + + * gcc.target/powerpc/safe-indirect-jump-1.c: Build on all targets. + Make expected output depend on whether we expect sibcalls or not. + * gcc.target/powerpc/safe-indirect-jump-8.c: Delete (merged into + safe-indirect-jump-1.c). + +2018-01-26 Damian Rouson + Alessandro Fanfarillo + Soren Rasmussen + + Fortran 2018 teams tests. + + * gfortran.dg/team_number_1.f90: new test for team_number. + * gfortran.dg/team_change_1.f90: new test for change team. + * gfortran.dg/team_end_1.f90: new test for end team. + * gfortran.dg/team_form_1.f90: new test for form team. + +2018-01-26 Steven G. Kargl + + PR fortran/83998 + * gfortran.dg/dot_product_4.f90 + +2018-01-26 Martin Sebor + + PR tree-optimization/83896 + * gcc.dg/strlenopt-43.c: New. + +2018-01-26 Will Schmidt + + * gcc.target/powerpc/fold-vec-abs-int.c: Remove scan-assembler stanzas. + * gcc.target/powerpc/fold-vec-abs-int-fwrap.c: Same. + * gcc.target/powerpc/fold-vec-abs-int.p7.c: New. + * gcc.target/powerpc/fold-vec-abs-int.p8.c: New. + * gcc.target/powerpc/fold-vec-abs-int.p9.c: New. + * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p7.c: New. + * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p8.c: New. + * gcc.target/powerpc/fold-vec-abs-int-fwrapv.p9.c: New. + * gcc.target/powerpc/fold-vec-abs-longlong.c: Remove scan-assembler + stanzas. + * gcc.target/powerpc/fold-vec-abs-longlong-fwrap.c: Same. + * gcc.target/powerpc/fold-vec-abs-longlong.p7.c: New. + * gcc.target/powerpc/fold-vec-abs-longlong.p8.c: New. + * gcc.target/powerpc/fold-vec-abs-longlong.p9.c: New. + * gcc.target/powerpc/fold-vec-abs-longlong-fwrapv.p7.c: New. + * gcc.target/powerpc/fold-vec-abs-longlong-fwrapv.p8.c: New. + * gcc.target/powerpc/fold-vec-abs-longlong-fwrapv.p9.c: New. + * gcc.target/powerpc/fold-vec-abs-short.c: Add xxspltib to valid + instruction list. + * gcc.target/powerpc/fold-vec-abs-short-fwrapv.c: Same. + +2018-01-26 Will Schmidt + + * gcc.target/powerpc/fold-vec-cmp-int.c: Delete. + * gcc.target/powerpc/fold-vec-cmp-int.h: New. + * gcc.target/powerpc/fold-vec-cmp-int.p7.c: New. + * gcc.target/powerpc/fold-vec-cmp-int.p8.c: New. + * gcc.target/powerpc/fold-vec-cmp-int.p9.c: New. + * gcc.target/powerpc/fold-vec-cmp-short.c: Delete. + * gcc.target/powerpc/fold-vec-cmp-short.h: New. + * gcc.target/powerpc/fold-vec-cmp-short.p8.c: New. + * gcc.target/powerpc/fold-vec-cmp-short.p9.c: New. + * gcc.target/powerpc/fold-vec-cmp-char.c: Delete. + * gcc.target/powerpc/fold-vec-cmp-char.h: New. + * gcc.target/powerpc/fold-vec-cmp-char.p8.c: New. + * gcc.target/powerpc/fold-vec-cmp-char.p9.c: New. + +2018-01-26 Martin Liska + + * lib/target-supports.exp: Return a value, otherwise -Wreturn-type + warning is seen. + +2018-01-26 Will Schmidt + + * gcc.target/powerpc/fold-vec-neg-longlong.h: New. + * gcc.target/powerpc/fold-vec-neg-longlong.p8.c: New. + * gcc.target/powerpc/fold-vec-neg-longlong.p9.c: New. + * gcc.target/powerpc/fold-vec-neg-longlong.c: Delete. + * gcc.target/powerpc/fold-vec-neg-int.c: Remove scan-assembler stanzas. + * gcc.target/powerpc/fold-vec-neg-int.p7.c: New. + * gcc.target/powerpc/fold-vec-neg-int.p8.c: New. + * gcc.target/powerpc/fold-vec-neg-int.p9.c: New. + +2018-01-26 Richard Biener + + PR rtl-optimization/84003 + * g++.dg/torture/pr77745.C: Mark foo noinline to trigger + latent bug in DSE if NOINLINE is appropriately defined. + * g++.dg/torture/pr77745-2.C: New testcase including pr77745.C + and defining NOINLINE. + +2018-01-26 Kyrylo Tkachov + + * gcc.target/aarch64/advsimd-intrinsics/vld1x2.c: Make float64 + tests specific to aarch64. XFAIL test on arm. + +2018-01-26 Jakub Jelinek + + PR rtl-optimization/83985 + * gcc.dg/pr83985.c: New test. + + PR c/83989 + * c-c++-common/Wrestrict-3.c: New test. + +2018-01-26 Claudiu Zissulescu + + * gcc.target/arc/tdelegitimize_addr.c: New test. + +2018-01-26 Claudiu Zissulescu + + * gcc.target/arc/jli-1.c: New file. + * gcc.target/arc/jli-2.c: Likewise. + +2018-01-26 Szabolcs Nagy + + * gcc.target/aarch64/sve/peel_ind_1.c: Match (adrp|adr) in + scan-assembler. + * gcc.target/aarch64/sve/peel_ind_2.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_3.c: Likewise. + +2018-01-26 Richard Biener + + PR tree-optimization/81082 + * gcc.dg/vect/pr81082.c: New testcase. + * gcc.dg/tree-ssa/loop-15.c: XFAIL the (int)((unsigned)n + -1U) * n + n + simplification to n * n. + +2018-01-26 Rainer Orth + + * gcc.target/i386/mcount_pic.c: Only xfail get_pc_thunk scan on + Solaris 10. + * gcc.target/i386/pr63620.c: Likewise. + +2018-01-26 Julia Koval + + * gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c: Add + -mavx512f -mavx512bw. + * gcc.target/i386/avx512bitalgvl-vpshufbitqmb-1.c: Add -mavx512bw. + * gcc.target/i386/i386.exp: Fix types. + +2018-01-26 Alan Modra + + PR target/84033 + * gcc.target/powerpc/swaps-p8-46.c: New. + +2018-25-01 Paul Thomas + + PR fortran/37577 + * gfortran.dg/coarray_18.f90: Allow dimension 15 for F2008. + * gfortran.dg/coarray_lib_this_image_2.f90: Change 'array1' to + 'array01' in the tree dump comparison. + * gfortran.dg/coarray_lib_token_4.f90: Likewise. + * gfortran.dg/inline_sum_1.f90: Similar - allow two digits. + * gfortran.dg/rank_1.f90: Allow dimension 15 for F2008. + +2018-01-25 Jan Hubicka + + PR middle-end/83055 + * gcc.dg/torture/pr83055.c: New testcase. + +2018-01-25 Jakub Jelinek + + PR c++/84031 + * g++.dg/cpp1z/decomp36.C: New test. + + PR middle-end/83977 + * c-c++-common/gomp/pr83977-1.c: Add -w to dg-options. + +2018-01-25 Richard Sandiford + + * gcc.dg/vect/vect-reduc-or_1.c: Require whole_vector_shift for + the shift dump line. + * gcc.dg/vect/vect-reduc-or_2.c: Likewise. + +2018-01-24 Michael Meissner + + PR target/81550 + * gcc.target/powerpc/loop_align.c: Use unsigned long for the loop + index instead of int, which allows IVOPTs to properly optimize the + loop. + +2018-01-24 David Malcolm + + PR jit/82846 + * jit.dg/test-alignment.c (create_aligned_code): Fix return type + of "fn_type" typedef. + * jit.dg/test-alignment.cc (verify_aligned_code): Likewise. + +2018-01-24 Ian Lance Taylor + + * go.go-torture/execute/names-1.go: New test. + +2018-01-19 Jeff Law + + PR target/83994 + * gcc.target/i386/pr83994.c: New test. + +2018-01-24 Vladimir Makarov + + PR target/84014 + * gcc.target/powerpc/pr84014.c: New. + +2018-01-24 Jakub Jelinek + + PR middle-end/83977 + * c-c++-common/gomp/pr83977-1.c: New test. + * c-c++-common/gomp/pr83977-2.c: New test. + * c-c++-common/gomp/pr83977-3.c: New test. + * gfortran.dg/gomp/pr83977.f90: New test. + +2018-01-24 Richard Sandiford + + PR testsuite/83889 + * gcc.dg/vect/pr79920.c: Remove explicit dg-do run. + * gcc.dg/vect/pr80631-1.c: Likewise. + * gcc.dg/vect/pr80631-2.c: Likewise. + * gcc.dg/vect/pr81410.c: Likewise. + * gcc.dg/vect/pr81633.c: Likewise. + * gcc.dg/vect/pr81815.c: Likewise. + * gcc.dg/vect/pr82108.c: Likewise. + * gcc.dg/vect/pr83857.c: Likewise. + * gcc.dg/vect/vect-alias-check-8.c: Likewise. + * gcc.dg/vect/vect-alias-check-9.c: Likewise. + * gcc.dg/vect/vect-alias-check-10.c: Likewise. + * gcc.dg/vect/vect-alias-check-11.c: Likewise. + * gcc.dg/vect/vect-alias-check-12.c: Likewise. + * gcc.dg/vect/vect-reduc-11.c: Likewise. + * gcc.dg/vect/vect-tail-nomask-1.c: Likewise. + * gcc.dg/vect/vect-reduc-in-order-1.c: Remove dg-do run and use + dg-xfail-run-if instead. + * gcc.dg/vect/vect-reduc-in-order-2.c: Likewise. + * gcc.dg/vect/vect-reduc-in-order-3.c: Likewise. + * gcc.dg/vect/vect-reduc-in-order-4.c: Likewise. + * gcc.dg/vect/vect-reduc-or_1.c: Remove conditional dg-do run. + * gcc.dg/vect/vect-reduc-or_2.c: Likewise. + +2018-01-24 Richard Sandiford + + PR tree-optimization/83979 + * g++.dg/pr83979.c: New test. + +2018-01-24 Kyrylo Tkachov + + * gcc.dg/lto/20110201-1_0.c: Remove explicit -mfloat-abi=softfp + option. Add arm_neon_ok_no_float_abi check. + +2018-01-24 Richard Biener + + PR tree-optimization/83176 + * gcc.dg/graphite/pr83176.c: New testcase. + +2018-01-24 Richard Biener + + PR tree-optimization/82819 + * gcc.dg/graphite/pr82819.c: New testcase. + +2018-01-23 Paolo Carlini + + PR c++/83921 + * g++.dg/cpp1y/constexpr-83921-1.C: New. + * g++.dg/cpp1y/constexpr-83921-2.C: Likewise. + * g++.dg/cpp1y/constexpr-83921-3.C: Likewise. + * g++.dg/ext/stmtexpr20.C: Likewise. + * g++.dg/ext/stmtexpr21.C: Likewise. + +2018-01-23 David Malcolm + + PR c++/83974 + * g++.dg/warn/pr83974.C: New test case. + +2018-01-23 Jakub Jelinek + + PR sanitizer/83987 + * g++.dg/ubsan/pr83987.C: New test. + +2018-01-23 Paul Thomas + + PR fortran/83866 + * gfortran.dg/pdt_29.f03: New test. + +2018-01-23 Paul Thomas + + PR fortran/83898 + * gfortran.dg/associate_33.f03: New test. + +2018-01-23 Martin Liska + + PR lto/81440 + * gcc.dg/lto/pr81440.h: New test. + * gcc.dg/lto/pr81440_0.c: New test. + * gcc.dg/lto/pr81440_1.c: New test. + +2018-01-23 Nathan Sidwell + + PR c++/83988 + * g++.dg/template/pr83988.C: New. + +2018-01-23 Jakub Jelinek + + PR c++/82882 + PR c++/83978 + * g++.dg/cpp0x/pr82882.C: New test. + * g++.dg/cpp0x/pr83978.C: New test. + + PR c++/83958 + * g++.dg/cpp1z/decomp35.C: New test. + +2018-01-23 Nathan Sidwell + + * g++.dg/cpp0x/range-for10.C: Adjust. + * g++.dg/ext/forscope1.C: Adjust. + * g++.dg/ext/forscope2.C: Adjust. + * g++.dg/template/for1.C: Adjust. + +2018-01-23 David Malcolm + + PR tree-optimization/83510 + * gcc.c-torture/compile/pr83510.c: New test case. + +2018-01-23 Richard Sandiford + + PR testsuite/83888 + * lib/target-supports.exp (check_effective_target_vect_float): Say + that the result only holds when -funsafe-math-optimizations is on. + (check_effective_target_vect_float_strict): New procedure. + * gcc.dg/vect/no-fast-math-vect16.c: Use vect_float_strict instead + of vect_float. + * gcc.dg/vect/vect-reduc-6.c: Likewise. + +2018-01-23 Richard Sandiford + + PR tree-optimization/83965 + * gcc.dg/vect/pr83965.c: New test. + +2018-01-23 Richard Biener + + PR tree-optimization/83963 + * gfortran.dg/graphite/pr83963.f: New testcase. + * gcc.dg/graphite/pr83963-2.c: Likewise. + +2018-01-23 Jakub Jelinek + + PR c++/83918 + * g++.dg/cpp1z/pr83918.C: New test. + +2018-01-22 Jakub Jelinek + + PR tree-optimization/83957 + * gcc.dg/autopar/pr83957.c: New test. + + PR tree-optimization/83081 + * gcc.dg/predict-8.c: Adjust expected probability. + +2018-01-22 Michael Meissner + + PR target/83862 + * gcc.target/powerpc/pr83862.c: New test. + +2018-01-22 Carl Love + + * gcc.target/powerpc/powerpc.exp: Add torture tests for + builtins-4-runnable.c, builtins-6-runnable.c, + builtins-5-p9-runnable.c, builtins-6-p9-runnable.c. + * gcc.target/powerpc/builtins-6-runnable.c: New test file. + * gcc.target/powerpc/builtins-4-runnable.c: Add additional tests + for signed/unsigned 128-bit and long long int loads. + +2018-01-22 Marek Polacek + + PR c++/81933 + * g++.dg/cpp1y/constexpr-empty4.C: New test. + +2018-01-22 Will Schmidt + + * gcc.target/powerpc/fold-vec-abs-short-fwrap.c: Add xxspltib to + scan-asembler valid instructions list. + * gcc.target/powerpc/fold-vec-abs-short.c: Same. + * gcc.target/powerpc/fold-vec-shift-left-longlong.c: Clean up + power8-vector requirement and option. + * gcc.target/powerpc/fold-vec-shift-left-fwrapv.c: Same. + +2018-01-22 Janne Blomqvist + + PR 78534 + PR 83704 + * gfortran.dg/string_1.f90: Remove printing the length. + +2018-01-22 Richard Biener + + PR tree-optimization/83963 + * gcc.dg/graphite/pr83963.c: New testcase. + +2018-01-22 Sudakshina Das + + * gcc.c-torture/compile/pr82096.c: Add dg-skip-if and + dg-require-effective-target directives. + +2018-01-22 Kyrylo Tkachov + + * lib/target-supports.exp (check_effective_target_arm_softfloat): + New procedure. + * gcc.target/arm/copysign_softfloat_1.c: Allow running everywhere. + Adjust scan-assembler checks for soft-float. + +2018-01-21 Bill Schmidt + + PR target/83946 + * gcc.target/powerpc/safe-indirect-jump-8.c: Skip for AIX. + +2018-01-21 John David Anglin + + * gcc.dg/pr83621.c: Add -fno-common additional option on hppa*-&-hpux*. + * gcc.dg/pr83623.c: Likewise. + * gcc.dg/pr83666.c: Likewise. + +2018-01-21 Bill Schmidt + David Edelsohn + + PR target/83946 + * gcc.target/powerpc/safe-indirect-jump-1.c: Change expected + assembly output from "crset eq" to "crset 2". + * gcc.target/powerpc/safe-indirect-jump-2.c: Change expected + assembly output from . to $. + * gcc.target/powerpc/safe-indirect-jump-3.c: Likewise. + * gcc.target/powerpc/safe-indirect-jump-1.c: Change expected + assembly output from "crset eq" to "crset 2". + * gcc.target/powerpc/safe-indirect-jump-8.c: Change expected + assembly output from "crset eq" to "crset 2", and from . to $. + +2018-01-20 Steven G. Kargl + + PR fortran/83900 + * gfortran.dg/matmul_18.f90: New test. + +2018-01-20 Richard Sandiford + + PR tree-optimization/83940 + * gcc.dg/torture/pr83940.c: New test. + +2018-01-20 Jakub Jelinek + + PR middle-end/83945 + * gcc.dg/tls/pr83945.c: New test. + + PR target/83930 + * gcc.dg/pr83930.c: New test. + +2018-01-19 Steven G. Kargl + + PR fortran/83900 + * gfortran.dg/matmul_17.f90: New test. + +2018-01-19 Steven G. Kargl + + PR fortran/80768 + * gfortran.dg/num_images_1.f90: New test that tests fix in r250734. + +2018-01-19 Jakub Jelinek + + PR c++/81167 + * g++.dg/cpp0x/pr81167.C: New test. + + PR c++/83919 + * g++.dg/cpp0x/pr83919.C: New test. + +2018-01-19 Jeff Law + Jakub Jelinek + + * gcc.dg/stack-check-16.c: New test. + +2018-01-19 Cesar Philippidis + + PR target/83790 + * gcc.target/nvptx/indirect_call.c: New test. + +2018-01-19 Rainer Orth + + * g++.dg/torture/pr83619.C: Remove dg-message. + +2018-01-19 Martin Liska + + * gcc.dg/predict-1.c: Adjust expected probability. + * gcc.dg/predict-3.c: Likewise. + * gcc.dg/predict-5.c: Likewise. + * gcc.dg/predict-6.c: Likewise. + * gcc.dg/predict-9.c: Likewise. + +2018-01-19 Richard Sandiford + + PR tree-optimization/83922 + * gcc.dg/pr83922.c: New test. + +2018-01-19 Richard Sandiford + + PR tree-optimization/83914 + * gcc.dg/vect/pr83914.c: New test. + +2018-01-19 Kyrylo Tkachov + + * gcc.target/arm/negdi-1.c: Remove bogus assembler scan for negs. + * gcc.target/arm/negdi-2.c: Likewise. + * gcc.target/arm/thumb-16bit-ops.c: Replace scan for NEGS with RSBS. + +2018-01-19 Kyrylo Tkachov + + * gcc.target/arm/pr40956.c: Adjust scan-assembler pattern. + +2018-01-19 Kyrylo Tkachov + + * gcc.target/arm/pr79058.c: Add arm_arm_ok check and -marm to options. + +2018-01-18 John David Anglin + + * gcc.dg/torture/pr52451.c (main): Skip long double test on + hppa*-*-hpux*. + +2018-01-18 Jakub Jelinek + + PR ipa/83619 + PR testsuite/83934 + * g++.dg/torture/pr83619.C (e): Define before first use instead of + forward declaration. + +2018-01-18 Carl Love + + * gcc.target/powerpc/builtins-6.h (foo): Add missing closing bracket + to the function. + +2018-01-18 Paolo Carlini + + PR c++/81013 + * g++.dg/inherit/union3.C: New. + +2018-01-18 Christophe Lyon + + * gcc.dg/rtl/arm/stl-cond.c: Enable on arm*. + +2018-01-18 Jan Hubicka + + PR ipa/83619 + * g++.dg/torture/pr83619.C: New testcase. + +2018-01-18 Christophe Lyon + + * lib/target-supports.exp (check_effective_target_arm_arch_FUNC_ok): + Add function body to force error messages in some configurations. + +2018-01-18 Kyrylo Tkachov + + * gcc.target/arm/pr70278.c: Add effective target checks for armv4t + and arm_thumb1_ok. + +2018-01-18 Boris Kolpackov + + PR other/70268 + * c-c++-common/ffile-prefix-map.c: New test. + * c-c++-common/fmacro-prefix-map.c: New test. + * c-c++-common/cpp/ffile-prefix-map.c: New test. + * c-c++-common/cpp/fmacro-prefix-map.c: New test. + +2018-01-18 Martin Liska + + * gcc.target/i386/indirect-thunk-3.c: Remove duplicate options. + * gcc.target/i386/indirect-thunk-4.c: Likewise. + * gcc.target/i386/indirect-thunk-6.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. + * gcc.target/i386/ret-thunk-10.c: Likewise. + * gcc.target/i386/ret-thunk-11.c: Likewise. + * gcc.target/i386/ret-thunk-12.c: Likewise. + * gcc.target/i386/ret-thunk-15.c: Likewise. + * gcc.target/i386/ret-thunk-9.c: Likewise. + +2018-01-18 Christophe Lyon + + * gcc.target/arm/xor-and.c: Fix dg-options and dg-add-options + order. + +2018-01-18 Nathan Sidwell + + PR c++/83160 + * g++.dg/cpp0x/pr83160.C: New. + +2018-01-18 Richard Biener + + PR tree-optimization/83887 + * gcc.dg/graphite/pr83887.c: New testcase. + * gfortran.dg/graphite/pr83887.f90: Likewise. + * gfortran.dg/graphite/pr83887.f: Likewise. + +2018-01-18 Kyrylo Tkachov + + PR target/65578 + * gcc.target/arm/builtin-bswap.x: New file. + * gcc.target/arm/builtin-bswap-1.c: Include the above. Add checks + and options for armv6t2. + * gcc.target/arm/builtin-bswap-2.c: Include the above. Add checks + and options for Thumb1. + * gcc.target/arm/builtin-bswap16.x: New file. + * gcc.target/arm/builtin-bswap16-1.c: Include the above. Add checks + and options for armv6t2. + * gcc.target/arm/builtin-bswap16-2.c: Include the above. Add checks + and options for Thumb1. + +2018-01-18 Christophe Lyon + + * gcc.target/arm/pr40887.c: Fix dg-options and dg-add-options + order. + +2018-01-18 Jakub Jelinek + + PR c/61240 + * gcc.dg/pr61240.c: New test. + +2018-01-17 Harald Anlauf + + PR fortran/83864 + * gfortran.dg/pr83864.f90: New test. + +2018-01-17 Jeff Law + + PR testsuite/83883 + * gcc.dg/tree-ssa/ssa-dse-26.c: Tighten expected output. + +2018-01-17 Bill Schmidt + + * gcc.target/powerpc/safe-indirect-jump-1.c: Remove endian + restriction, but still restrict to 64-bit. + * gcc.target/powerpc/safe-indirect-jump-7.c: New file. + * gcc.target/powerpc/safe-indirect-jump-8.c: New file. + +2018-01-17 Harald Anlauf + + PR fortran/83874 + * gfortran.dg/pr83874.f90: New test. + +2018-01-18 Jakub Jelinek + + PR c++/83824 + * g++.dg/cpp0x/pr83824.C: New test. + +2018-01-17 Michael Meissner + + * gcc.target/powerpc/gnuattr1.c: New test to make sure we set the + appropriate .gnu_attribute for the long double type, if we use the + long double type, but do not generate any calls. + * gcc.target/powerpc/gnuattr2.c: Likewise. + * gcc.target/powerpc/gnuattr3.c: Likewise. + +2018-01-17 Paolo Carlini + + PR c++/78344 + * g++.dg/cpp0x/alignas13.C: New. + +2018-01-17 Jakub Jelinek + + PR c++/83897 + * g++.dg/cpp0x/pr83897.C: New test. + +2018-01-17 Jan Hubicka + + PR ipa/83051 + * gcc.c-torture/compile/pr83051-2.c: New testcase. + +2018-01-17 Paolo Carlini + + PR c++/81054 + * g++.dg/cpp0x/constexpr-ice19.C: New. + +2018-01-17 Will Schmidt + + * gcc.target/powerpc/fold-vec-mergehl-char.c: New. + * gcc.target/powerpc/fold-vec-mergehl-double.c: New. + * gcc.target/powerpc/fold-vec-mergehl-float.c: New. + * gcc.target/powerpc/fold-vec-mergehl-int.c: New. + * gcc.target/powerpc/fold-vec-mergehl-longlong.c: New. + * gcc.target/powerpc/fold-vec-mergehl-pixel.c: New. + * gcc.target/powerpc/fold-vec-mergehl-short.c: New. + * gcc.target/powerpc/builtins-1-be-folded.c: New. + * gcc.target/powerpc/builtins-1-le-folded.c: New. + * gcc.target/powerpc/builtins-1.fold.h: New. + +2018-01-17 Will Schmidt + + * gcc.target/powerpc/builtins-1-be.c: Disable gimple-folding. + * gcc.target/powerpc/builtins-1-le.c: Disable gimple-folding. + +2018-01-17 Kyrylo Tkachov + + * gcc.target/arm/g2.c: Add -marm to dg-options. + * gcc.target/arm/scd42-2.c: Likewise. + +2018-01-17 Nathan Sidwell + + PR c++/83287 + * g++.dg/lookup/pr83287-2.C: New. + +2018-01-17 David Malcolm + + PR c++/83814 + PR c++/83902 + * g++.dg/wrappers/pr83814.C: New test case. + * g++.dg/wrappers/pr83902.C: New test case. + +2018-01-17 David Malcolm + + PR lto/83121 + * g++.dg/lto/pr83121_0.C: New test case. + * g++.dg/lto/pr83121_1.C: New test case. + * lib/lto.exp (lto_handle_diagnostics_for_file): New procedure, + adapted from DejaGnu's dg-test. + (lto_handle_diagnostics): New procedure. + (lto_prune_warns): Ignore informational notes. + (lto-link-and-maybe-run): Add "messages_by_file" param. + Call lto_handle_diagnostics. Avoid issuing "unresolved" for + "execute" when "link" fails if "execute" was not specified. + (lto-can-handle-directive): New procedure. + (lto-get-options-main): Call lto-can-handle-directive. Add a + dg-messages local, using it to set the caller's + dg-messages-by-file for the given source file. + (lto-get-options): Likewise. + (lto-execute): Add dg-messages-by-file local, and pass it to + lto-link-and-maybe-run. + +2018-01-17 Wilco Dijkstra + Richard Sandiford + + PR target/79041 + PR target/82964 + * gcc.target/aarch64/pr79041-2.c: Improve test, disable with fpic. + * gcc.target/aarch64/pr78733.c: Improve test, disable with fpic. + +2018-01-17 Kyrylo Tkachov + + * lib/target-supports.exp: Fix -march arguments in arm arch effective + target check autogenerator for armv8.1-a and armv8.2-a. + +2018-01-17 Carl Love + + * gcc.target/powerpc/builtins-6-p9-runnable.c: Add additional tests. + Add debug print statements. + * gcc.target/powerpc/builtins-5-p9-runnable.c: Add test to do + 16 byte vector load followed by a partial vector load. + +2018-01-17 David Malcolm + + PR c++/83799 + * g++.dg/wrappers/pr83799.C: New test case. + +2018-01-17 Nathan Sidwell + + PR c++/83739 + * g++.dg/cpp1y/pr83739.C: New. + +2018-01-17 Eric Botcazou + + * gcc.target/visium/overflow8.c: Pass -fno-if-conversion. + * gcc.target/visium/overflow16.c: Likewise. + * gcc.target/visium/overflow32.c: Likewise. + +2018-01-17 Eric Botcazou + + * gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20. + +2018-01-17 Kyrylo Tkachov + + * gcc.dg/rtl/arm/stl-cond.c: New test. + * gcc.target/arm/stl-cond.c: Delete. + +2018-01-17 Kyrylo Tkachov + + * gcc.target/arm/pr40887.c: Add armv5te effective target checks and + directives. + +2018-01-17 Jakub Jelinek + + PR tree-optimization/83843 + * gcc.dg/store_merging_18.c: Don't expect "Merging successful" on arm. + * gcc.dg/store_merging_19.c: New test. + +2018-01-17 Kyrylo Tkachov + + * gcc.target/arm/xor-and.c: Fix armv6 effective target checks + and options. + +2018-01-17 Jakub Jelinek + + PR rtl-optimization/83771 + * gcc.dg/pr83771.c: New test. + +2018-01-17 Eric Botcazou + + PR tree-optimization/81184 + * gcc.dg/pr21643.c: Adjust dg-final line for logical_op_short_circuit + targets. + * gcc.dg/tree-ssa/phi-opt-11.c: Likewise. + +2018-01-17 Eric Botcazou + + * c-c++-common/Wrestrict.c (test_strcpy_range): Revert latest change. + +2018-01-16 Sebastian Peryt + + PR target/83546 + * gcc.target/i386/pr83546.c: New test. + +2018-01-16 Eric Botcazou + + * c-c++-common/Warray-bounds-3.c (test_memmove_bounds): Fix mismatch. + +2018-01-16 Eric Botcazou + + * c-c++-common/Wrestrict.c (test_strcpy_range): Bump string size of one + test and add dg-warning for the -Wstringop-overflow warning. + +2018-01-16 Eric Botcazou + + * c-c++-common/Warray-bounds-4.c (test_strcpy_bounds_memarray_range): + XFAIL last test on SPARC and Visium. + +2018-01-16 Vladimir Makarov + + PR rtl-optimization/80481 + * g++.dg/pr80481.C: Exclude solaris. + +2018-01-16 Eric Botcazou + + * c-c++-common/patchable_function_entry-decl.c: Use 3 NOPs on Visium. + * c-c++-common/patchable_function_entry-default.c: 4 NOPs on Visium. + * c-c++-common/patchable_function_entry-definition.c: 2 NOPs on Visium. + +2018-01-16 Eric Botcazou + + * gcc.dg/tree-ssa/ldist-27.c: Skip on Visium. + * gcc.dg/tree-ssa/loop-interchange-1.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-1b.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-2.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-3.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-4.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-5.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-6.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-7.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-8.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-9.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-10.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-11.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-14.c: Likewise. + * gcc.dg/tree-ssa/loop-interchange-15.c: Likewise. + +2018-01-16 Eric Botcazou + + PR testsuite/77734 + * gcc.dg/plugin/must-tail-call-1.c: Pass -fdelayed-branch on SPARC. + +2018-01-16 Bill Schmidt + + * gcc.target/powerpc/safe-indirect-jump-1.c: New file. + * gcc.target/powerpc/safe-indirect-jump-2.c: New file. + * gcc.target/powerpc/safe-indirect-jump-3.c: New file. + * gcc.target/powerpc/safe-indirect-jump-4.c: New file. + * gcc.target/powerpc/safe-indirect-jump-5.c: New file. + * gcc.target/powerpc/safe-indirect-jump-6.c: New file. + +2018-01-16 Richard Sandiford + + PR tree-optimization/83857 + * gcc.dg/vect/pr83857.c: New test. + +2018-01-16 Richard Biener + + PR tree-optimization/83867 + * gcc.dg/vect/pr83867.c: New testcase. + +2018-01-16 Jakub Jelinek + + PR c/83844 + * gcc.dg/pr83844.c: New test. + +2018-01-16 Richard Sandiford + + * gcc.dg/torture/pr83847.c: New test. + +2018-01-16 Jakub Jelinek + + PR rtl-optimization/86620 + * gcc.dg/pr64935-2.c: Use --param=max-sched-ready-insns=1 + instead of --param=max-sched-ready-insns=0. + * gcc.target/i386/pr83620.c: New test. + * gcc.dg/pr83620.c: New test. + + PR tree-optimization/83843 + * gcc.dg/store_merging_18.c: New test. + + PR c++/83817 + * g++.dg/cpp1y/pr83817.C: New test. + + PR c++/83825 + * g++.dg/template/pr83825.C: New test. + +2018-01-16 Richard Biener + + * gcc.dg/graphite/pr83435.c: Restrict to target pthread. + +2018-01-16 Richard Biener + + PR testsuite/82132 + * gcc.dg/vect/vect-tail-nomask-1.c: Copy posix_memalign boiler-plate + from gcc.dg/torture/pr60092.c. + +2018-01-15 Martin Sebor + + PR c++/83588 + * g++.dg/ext/flexary28.C: New test. + +2018-01-15 Louis Krupp + + PR fortran/82257 + * gfortran.dg/unlimited_polymorphic_28.f90: New test. + +2018-01-15 Martin Sebor + + PR testsuite/83869 + * c-c++-common/attr-nonstring-3.c: Work around bug c++/74762. + +2018-01-15 Thomas Koenig + + PR fortran/54613 + * gfortran.dg/minmaxloc_9.f90: New test. + * gfortran.dg/minmaxloc_10.f90: New test. + * gfortran.dg/minmaxloc_11.f90: New test. + +2018-01-15 H.J. Lu + + PR target/83839 + * gcc.target/i386/indirect-thunk-1.c: Scan for "push" only on Linux. + * gcc.target/i386/indirect-thunk-2.c: Likewise. + * gcc.target/i386/indirect-thunk-3.c: Likewise. + * gcc.target/i386/indirect-thunk-4.c: Likewise. + * gcc.target/i386/indirect-thunk-7.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. + * gcc.target/i386/indirect-thunk-register-1.c: Likewise. + * gcc.target/i386/indirect-thunk-register-3.c: Likewise. + * gcc.target/i386/indirect-thunk-register-4.c: Likewise. + * gcc.target/i386/ret-thunk-10.c: Likewise. + * gcc.target/i386/ret-thunk-11.c: Likewise. + * gcc.target/i386/ret-thunk-12.c: Likewise. + * gcc.target/i386/ret-thunk-13.c: Likewise. + * gcc.target/i386/ret-thunk-14.c: Likewise. + * gcc.target/i386/ret-thunk-15.c: Likewise. + * gcc.target/i386/ret-thunk-9.c: Don't check the + __x86_return_thunk label. Scan for "push" only for Linux. + +2018-01-15 Richard Sandiford + + PR testsuite/79920 + * gcc.dg/vect/pr79920.c: Restrict reduction test to vect_double + +2018-01-15 Kyrylo Tkachov + + PR target/83687 + * gcc.target/arm/neon-combine-sub-abs-into-vabd.c: Delete integer + tests. + * gcc.target/arm/pr83687.c: New test. + +2018-01-15 Georg-Johann Lay + + Adjust tests to AVR_TINY. + + * gcc.target/avr/progmem.h (pgm_read_char): Handle AVR_TINY. + * gcc.target/avr/pr52472.c: Add "! avr_tiny" target filter. + * gcc.target/avr/pr71627.c: Same. + * gcc.target/avr/torture/addr-space-1-0.c: Same. + * gcc.target/avr/torture/addr-space-1-1.c: Same. + * gcc.target/avr/torture/addr-space-1-x.c: Same. + * gcc.target/avr/torture/addr-space-2-0.c: Same. + * gcc.target/avr/torture/addr-space-2-1.c: Same. + * gcc.target/avr/torture/addr-space-2-x.c: Same. + * gcc.target/avr/torture/sat-hr-plus-minus.c: Same. + * gcc.target/avr/torture/sat-k-plus-minus.c: Same. + * gcc.target/avr/torture/sat-llk-plus-minus.c: Same. + * gcc.target/avr/torture/sat-r-plus-minus.c: Same. + * gcc.target/avr/torture/sat-uhr-plus-minus.c: Same. + * gcc.target/avr/torture/sat-uk-plus-minus.c: Same. + * gcc.target/avr/torture/sat-ullk-plus-minus.c: Same. + * gcc.target/avr/torture/sat-ur-plus-minus.c: Same. + * gcc.target/avr/torture/pr61055.c: Same. + * gcc.target/avr/torture/builtins-3-absfx.c: Only use __flash if + available. + * gcc.target/avr/torture/int24-mul.c: Same. + * gcc.target/avr/torture/pr51782-1.c: Same. + * gcc.target/avr/torture/pr61443.c: Same. + * gcc.target/avr/torture/builtins-2.c: Factor out addr-space stuff... + * gcc.target/avr/torture/builtins-2-flash.c: ...to this new test. + +2018-01-15 Georg-Johann Lay + + PR c/83801 + PR c/83729 + * gcc.target/avr/torture/pr83729.c: New test. + * gcc.target/avr/torture/pr83801.c: New test. + +2018-01-15 Jakub Jelinek + + PR middle-end/82694 + * gcc.dg/no-strict-overflow-7.c: Revert 2017-08-01 changes. + * gcc.dg/tree-ssa/pr81388-1.c: Likewise. + +2018-01-10 Martin Sebor + + PR other/83508 + * gcc.dg/Wstringop-overflow-2.c: New test. + +2018-01-14 Jerry DeLisle + + PR libgfortran/83811 + * gfortran.dg/fmt_e.f90: New test. + +2018-01-14 H.J. Lu + + * gcc.target/i386/indirect-thunk-10.c: New test. + * gcc.target/i386/indirect-thunk-8.c: Likewise. + * gcc.target/i386/indirect-thunk-9.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-10.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-11.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-9.c: Likewise. + * gcc.target/i386/ret-thunk-17.c: Likewise. + * gcc.target/i386/ret-thunk-18.c: Likewise. + * gcc.target/i386/ret-thunk-19.c: Likewise. + * gcc.target/i386/ret-thunk-20.c: Likewise. + * gcc.target/i386/ret-thunk-21.c: Likewise. + +2018-01-14 H.J. Lu + + * gcc.target/i386/indirect-thunk-register-4.c: New test. + +2018-01-14 H.J. Lu + + * gcc.target/i386/indirect-thunk-1.c (dg-options): Add + -mno-indirect-branch-register. + * gcc.target/i386/indirect-thunk-2.c: Likewise. + * gcc.target/i386/indirect-thunk-3.c: Likewise. + * gcc.target/i386/indirect-thunk-4.c: Likewise. + * gcc.target/i386/indirect-thunk-5.c: Likewise. + * gcc.target/i386/indirect-thunk-6.c: Likewise. + * gcc.target/i386/indirect-thunk-7.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. + * gcc.target/i386/ret-thunk-10.c: Likewise. + * gcc.target/i386/ret-thunk-11.c: Likewise. + * gcc.target/i386/ret-thunk-12.c: Likewise. + * gcc.target/i386/ret-thunk-13.c: Likewise. + * gcc.target/i386/ret-thunk-14.c: Likewise. + * gcc.target/i386/ret-thunk-15.c: Likewise. + * gcc.target/i386/ret-thunk-9.c: Likewise. + * gcc.target/i386/indirect-thunk-register-1.c: New test. + * gcc.target/i386/indirect-thunk-register-2.c: Likewise. + * gcc.target/i386/indirect-thunk-register-3.c: Likewise. + +2018-01-14 H.J. Lu + + * gcc.target/i386/indirect-thunk-1.c (dg-options): Add + -mfunction-return=keep. + * gcc.target/i386/indirect-thunk-2.c: Likewise. + * gcc.target/i386/indirect-thunk-3.c: Likewise. + * gcc.target/i386/indirect-thunk-4.c: Likewise. + * gcc.target/i386/indirect-thunk-5.c: Likewise. + * gcc.target/i386/indirect-thunk-6.c: Likewise. + * gcc.target/i386/indirect-thunk-7.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-8.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. + * gcc.target/i386/ret-thunk-1.c: New test. + * gcc.target/i386/ret-thunk-10.c: Likewise. + * gcc.target/i386/ret-thunk-11.c: Likewise. + * gcc.target/i386/ret-thunk-12.c: Likewise. + * gcc.target/i386/ret-thunk-13.c: Likewise. + * gcc.target/i386/ret-thunk-14.c: Likewise. + * gcc.target/i386/ret-thunk-15.c: Likewise. + * gcc.target/i386/ret-thunk-16.c: Likewise. + * gcc.target/i386/ret-thunk-2.c: Likewise. + * gcc.target/i386/ret-thunk-3.c: Likewise. + * gcc.target/i386/ret-thunk-4.c: Likewise. + * gcc.target/i386/ret-thunk-5.c: Likewise. + * gcc.target/i386/ret-thunk-6.c: Likewise. + * gcc.target/i386/ret-thunk-7.c: Likewise. + * gcc.target/i386/ret-thunk-8.c: Likewise. + * gcc.target/i386/ret-thunk-9.c: Likewise. + +2018-01-14 H.J. Lu + + * gcc.target/i386/indirect-thunk-1.c: New test. + * gcc.target/i386/indirect-thunk-2.c: Likewise. + * gcc.target/i386/indirect-thunk-3.c: Likewise. + * gcc.target/i386/indirect-thunk-4.c: Likewise. + * gcc.target/i386/indirect-thunk-5.c: Likewise. + * gcc.target/i386/indirect-thunk-6.c: Likewise. + * gcc.target/i386/indirect-thunk-7.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-1.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-2.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-3.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-4.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-5.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-6.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-7.c: Likewise. + * gcc.target/i386/indirect-thunk-attr-8.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-1.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-3.c: Likewise. + * gcc.target/i386/indirect-thunk-bnd-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-1.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-2.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-3.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-4.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-5.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-6.c: Likewise. + * gcc.target/i386/indirect-thunk-extern-7.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-1.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-2.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-3.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-4.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-5.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-6.c: Likewise. + * gcc.target/i386/indirect-thunk-inline-7.c: Likewise. + +2018-01-14 Jan Hubicka + + PR ipa/83051 + * gcc.c-torture/compile/pr83051.c: New testcase. + +2018-01-14 Prathamesh Kulkarni + + PR tree-optimization/83501 + * gcc.dg/strlenopt-39.c: Restrict to i?86 and x86_64-*-* targets. + +2018-01-10 Kelvin Nilsen + + * gcc.target/powerpc/pr48857.c: Modify dejagnu directives to look + for lvx and stvx instead of lxvd2x and stxvd2x and require + little-endian target. Add comments. + * gcc.target/powerpc/swaps-p8-28.c: Add functions for more + comprehensive testing. + * gcc.target/powerpc/swaps-p8-29.c: Likewise. + * gcc.target/powerpc/swaps-p8-30.c: Likewise. + * gcc.target/powerpc/swaps-p8-31.c: Likewise. + * gcc.target/powerpc/swaps-p8-32.c: Likewise. + * gcc.target/powerpc/swaps-p8-33.c: Likewise. + * gcc.target/powerpc/swaps-p8-34.c: Likewise. + * gcc.target/powerpc/swaps-p8-35.c: Likewise. + * gcc.target/powerpc/swaps-p8-36.c: Likewise. + * gcc.target/powerpc/swaps-p8-37.c: Likewise. + * gcc.target/powerpc/swaps-p8-38.c: Likewise. + * gcc.target/powerpc/swaps-p8-39.c: Likewise. + * gcc.target/powerpc/swaps-p8-40.c: Likewise. + * gcc.target/powerpc/swaps-p8-41.c: Likewise. + * gcc.target/powerpc/swaps-p8-42.c: Likewise. + * gcc.target/powerpc/swaps-p8-43.c: Likewise. + * gcc.target/powerpc/swaps-p8-44.c: Likewise. + * gcc.target/powerpc/swaps-p8-45.c: Likewise. + * gcc.target/powerpc/vec-extract-2.c: Add comment and remove + scan-assembler-not directives that forbid lvx and xxpermdi. + * gcc.target/powerpc/vec-extract-3.c: Likewise. + * gcc.target/powerpc/vec-extract-5.c: Likewise. + * 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. + * gcc.target/powerpc/vsx-vector-6-le.c: Change + scan-assembler-times directives to reflect different numbers of + expected xxlnor, xxlor, xvcmpgtdp, and xxland instructions. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect/bb-slp-cond-1.c: Expect loop vectorization rather + than SLP vectorization. + * gcc.dg/vect/vect-alias-check-10.c: New test. + * gcc.dg/vect/vect-alias-check-11.c: Likewise. + * gcc.dg/vect/vect-alias-check-12.c: Likewise. + * gcc.dg/vect/vect-alias-check-8.c: Likewise. + * gcc.dg/vect/vect-alias-check-9.c: Likewise. + * gcc.target/aarch64/sve/strided_load_8.c: Likewise. + * gcc.target/aarch64/sve/var_stride_1.c: Likewise. + * gcc.target/aarch64/sve/var_stride_1.h: Likewise. + * gcc.target/aarch64/sve/var_stride_1_run.c: Likewise. + * gcc.target/aarch64/sve/var_stride_2.c: Likewise. + * gcc.target/aarch64/sve/var_stride_2_run.c: Likewise. + * gcc.target/aarch64/sve/var_stride_3.c: Likewise. + * gcc.target/aarch64/sve/var_stride_3_run.c: Likewise. + * gcc.target/aarch64/sve/var_stride_4.c: Likewise. + * gcc.target/aarch64/sve/var_stride_4_run.c: Likewise. + * gcc.target/aarch64/sve/var_stride_5.c: Likewise. + * gcc.target/aarch64/sve/var_stride_5_run.c: Likewise. + * gcc.target/aarch64/sve/var_stride_6.c: Likewise. + * gcc.target/aarch64/sve/var_stride_6_run.c: Likewise. + * gcc.target/aarch64/sve/var_stride_7.c: Likewise. + * gcc.target/aarch64/sve/var_stride_7_run.c: Likewise. + * gcc.target/aarch64/sve/var_stride_8.c: Likewise. + * gcc.target/aarch64/sve/var_stride_8_run.c: Likewise. + * gfortran.dg/vect/vect-alias-check-1.F90: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * lib/target-supports.exp (check_effective_target_vect_scatter_store): + New proc. + * gcc.dg/vect/pr25413a.c: Expect both loops to be optimized on + targets with scatter stores. + * gcc.dg/vect/vect-71.c: Restrict XFAIL to targets without scatter + stores. + * gcc.target/aarch64/sve/mask_scatter_store_1.c: New test. + * gcc.target/aarch64/sve/mask_scatter_store_2.c: Likewise. + * gcc.target/aarch64/sve/scatter_store_1.c: Likewise. + * gcc.target/aarch64/sve/scatter_store_2.c: Likewise. + * gcc.target/aarch64/sve/scatter_store_3.c: Likewise. + * gcc.target/aarch64/sve/scatter_store_4.c: Likewise. + * gcc.target/aarch64/sve/scatter_store_5.c: Likewise. + * gcc.target/aarch64/sve/scatter_store_6.c: Likewise. + * gcc.target/aarch64/sve/scatter_store_7.c: Likewise. + * gcc.target/aarch64/sve/strided_store_1.c: Likewise. + * gcc.target/aarch64/sve/strided_store_2.c: Likewise. + * gcc.target/aarch64/sve/strided_store_3.c: Likewise. + * gcc.target/aarch64/sve/strided_store_4.c: Likewise. + * gcc.target/aarch64/sve/strided_store_5.c: Likewise. + * gcc.target/aarch64/sve/strided_store_6.c: Likewise. + * gcc.target/aarch64/sve/strided_store_7.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/reduc_strict_3.c: Expect FADDA to be used + for double_reduc1. + * gcc.target/aarch64/sve/strided_load_4.c: New test. + * gcc.target/aarch64/sve/strided_load_5.c: Likewise. + * gcc.target/aarch64/sve/strided_load_6.c: Likewise. + * gcc.target/aarch64/sve/strided_load_7.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/strided_load_1.c: New test. + * gcc.target/aarch64/sve/strided_load_2.c: Likewise. + * gcc.target/aarch64/sve/strided_load_3.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/gather_load_1.c: New test. + * gcc.target/aarch64/sve/gather_load_2.c: Likewise. + * gcc.target/aarch64/sve/gather_load_3.c: Likewise. + * gcc.target/aarch64/sve/gather_load_4.c: Likewise. + * gcc.target/aarch64/sve/gather_load_5.c: Likewise. + * gcc.target/aarch64/sve/gather_load_6.c: Likewise. + * gcc.target/aarch64/sve/gather_load_7.c: Likewise. + * gcc.target/aarch64/sve/mask_gather_load_1.c: Likewise. + * gcc.target/aarch64/sve/mask_gather_load_2.c: Likewise. + * gcc.target/aarch64/sve/mask_gather_load_3.c: Likewise. + * gcc.target/aarch64/sve/mask_gather_load_4.c: Likewise. + * gcc.target/aarch64/sve/mask_gather_load_5.c: Likewise. + * gcc.target/aarch64/sve/mask_gather_load_6.c: Likewise. + * gcc.target/aarch64/sve/mask_gather_load_7.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect/no-fast-math-vect16.c: Expect the test to pass and + check for a message about using in-order reductions. + * gcc.dg/vect/pr79920.c: Expect both loops to be vectorized and + check for a message about using in-order reductions. + * gcc.dg/vect/trapv-vect-reduc-4.c: Expect all three loops to be + vectorized and check for a message about using in-order reductions. + Expect targets with variable-length vectors to fall back to the + fixed-length mininum. + * gcc.dg/vect/vect-reduc-6.c: Expect the loop to be vectorized and + check for a message about using in-order reductions. + * gcc.dg/vect/vect-reduc-in-order-1.c: New test. + * gcc.dg/vect/vect-reduc-in-order-2.c: Likewise. + * gcc.dg/vect/vect-reduc-in-order-3.c: Likewise. + * gcc.dg/vect/vect-reduc-in-order-4.c: Likewise. + * gcc.target/aarch64/sve/reduc_strict_1.c: New test. + * gcc.target/aarch64/sve/reduc_strict_1_run.c: Likewise. + * gcc.target/aarch64/sve/reduc_strict_2.c: Likewise. + * gcc.target/aarch64/sve/reduc_strict_2_run.c: Likewise. + * gcc.target/aarch64/sve/reduc_strict_3.c: Likewise. + * gcc.target/aarch64/sve/slp_13.c: Add floating-point types. + * gfortran.dg/vect/vect-8.f90: Expect 22 loops to be vectorized if + vect_fold_left_plus. + +2018-01-13 Richard Sandiford + + * gcc.target/aarch64/sve/spill_1.c: Also test that no predicates + are spilled. + * gcc.target/aarch64/sve/spill_2.c: New test. + * gcc.target/aarch64/sve/spill_3.c: Likewise. + * gcc.target/aarch64/sve/spill_4.c: Likewise. + * gcc.target/aarch64/sve/spill_5.c: Likewise. + * gcc.target/aarch64/sve/spill_6.c: Likewise. + * gcc.target/aarch64/sve/spill_7.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/struct_vect_18.c: Check the number + of branches. + * gcc.target/aarch64/sve/struct_vect_19.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_20.c: New test. + * gcc.target/aarch64/sve/struct_vect_20_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_21.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_21_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_22.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_22_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_23.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_23_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/struct_vect_18.c: New test. + * gcc.target/aarch64/sve/struct_vect_18_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_19.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_19_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * lib/target-supports.exp + (check_effective_target_vect_fold_extract_last): New proc. + * gcc.dg/vect/pr65947-1.c: Update dump messages. Add markup + for fold_extract_last. + * gcc.dg/vect/pr65947-2.c: Likewise. + * gcc.dg/vect/pr65947-3.c: Likewise. + * gcc.dg/vect/pr65947-4.c: Likewise. + * gcc.dg/vect/pr65947-5.c: Likewise. + * gcc.dg/vect/pr65947-6.c: Likewise. + * gcc.dg/vect/pr65947-9.c: Likewise. + * gcc.dg/vect/pr65947-10.c: Likewise. + * gcc.dg/vect/pr65947-12.c: Likewise. + * gcc.dg/vect/pr65947-14.c: Likewise. + * gcc.dg/vect/pr80631-1.c: Likewise. + * gcc.target/aarch64/sve/clastb_1.c: New test. + * gcc.target/aarch64/sve/clastb_1_run.c: Likewise. + * gcc.target/aarch64/sve/clastb_2.c: Likewise. + * gcc.target/aarch64/sve/clastb_2_run.c: Likewise. + * gcc.target/aarch64/sve/clastb_3.c: Likewise. + * gcc.target/aarch64/sve/clastb_3_run.c: Likewise. + * gcc.target/aarch64/sve/clastb_4.c: Likewise. + * gcc.target/aarch64/sve/clastb_4_run.c: Likewise. + * gcc.target/aarch64/sve/clastb_5.c: Likewise. + * gcc.target/aarch64/sve/clastb_5_run.c: Likewise. + * gcc.target/aarch64/sve/clastb_6.c: Likewise. + * gcc.target/aarch64/sve/clastb_6_run.c: Likewise. + * gcc.target/aarch64/sve/clastb_7.c: Likewise. + * gcc.target/aarch64/sve/clastb_7_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/live_1.c: New test. + * gcc.target/aarch64/sve/live_1_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/nopeel_1.c: New test. + * gcc.target/aarch64/sve/peel_ind_1.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_1_run.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_2.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_2_run.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_3.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_3_run.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_4.c: Likewise. + * gcc.target/aarch64/sve/peel_ind_4_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * lib/target-supports.exp (check_effective_target_vect_fully_masked): + New proc. + * gcc.dg/vect/slp-3.c: Expect all loops to be vectorized if + vect_fully_masked. + * gcc.target/aarch64/sve/loop_add_4.c: New test. + * gcc.target/aarch64/sve/loop_add_4_run.c: Likewise. + * gcc.target/aarch64/sve/loop_add_5.c: Likewise. + * gcc.target/aarch64/sve/loop_add_5_run.c: Likewise. + * gcc.target/aarch64/sve/miniloop_1.c: Likewise. + * gcc.target/aarch64/sve/miniloop_2.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/tree-ssa/scev-9.c: Expected REFERENCE ADDRESS + instead of just ADDRESS. + * gcc.dg/tree-ssa/scev-10.c: Likewise. + * gcc.dg/tree-ssa/scev-11.c: Likewise. + * gcc.dg/tree-ssa/scev-12.c: Likewise. + * gcc.target/aarch64/sve/index_offset_1.c: New test. + * gcc.target/aarch64/sve/index_offset_1_run.c: Likewise. + * gcc.target/aarch64/sve/loop_add_2.c: Likewise. + * gcc.target/aarch64/sve/loop_add_3.c: Likewise. + * gcc.target/aarch64/sve/while_1.c: Check for indexed addressing modes. + * gcc.target/aarch64/sve/while_2.c: Likewise. + * gcc.target/aarch64/sve/while_3.c: Likewise. + * gcc.target/aarch64/sve/while_4.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect/pr60482.c: Remove XFAIL for variable-length vectors. + * gcc.target/aarch64/sve/reduc_1.c: Expect the loop operations + to be predicated. + * gcc.target/aarch64/sve/slp_5.c: Check for a fully-masked loop. + * gcc.target/aarch64/sve/slp_7.c: Likewise. + * gcc.target/aarch64/sve/reduc_5.c: New test. + * gcc.target/aarch64/sve/slp_13.c: Likewise. + * gcc.target/aarch64/sve/slp_13_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/tree-ssa/cunroll-10.c: Disable vectorization. + * gcc.dg/tree-ssa/peel1.c: Likewise. + * gcc.dg/vect/vect-load-lanes-peeling-1.c: Remove XFAIL for + variable-length vectors. + * gcc.target/aarch64/sve/vcond_6.c: XFAIL test for AND. + * gcc.target/aarch64/sve/vec_bool_cmp_1.c: Expect BIC instead of NOT. + * gcc.target/aarch64/sve/slp_1.c: Check for a fully-masked loop. + * gcc.target/aarch64/sve/slp_2.c: Likewise. + * gcc.target/aarch64/sve/slp_3.c: Likewise. + * gcc.target/aarch64/sve/slp_4.c: Likewise. + * gcc.target/aarch64/sve/slp_6.c: Likewise. + * gcc.target/aarch64/sve/slp_8.c: New test. + * gcc.target/aarch64/sve/slp_8_run.c: Likewise. + * gcc.target/aarch64/sve/slp_9.c: Likewise. + * gcc.target/aarch64/sve/slp_9_run.c: Likewise. + * gcc.target/aarch64/sve/slp_10.c: Likewise. + * gcc.target/aarch64/sve/slp_10_run.c: Likewise. + * gcc.target/aarch64/sve/slp_11.c: Likewise. + * gcc.target/aarch64/sve/slp_11_run.c: Likewise. + * gcc.target/aarch64/sve/slp_12.c: Likewise. + * gcc.target/aarch64/sve/slp_12_run.c: Likewise. + * gcc.target/aarch64/sve/ld1r_2.c: Likewise. + * gcc.target/aarch64/sve/ld1r_2_run.c: Likewise. + * gcc.target/aarch64/sve/while_1.c: Likewise. + * gcc.target/aarch64/sve/while_2.c: Likewise. + * gcc.target/aarch64/sve/while_3.c: Likewise. + * gcc.target/aarch64/sve/while_4.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * lib/target-supports.exp (check_effective_target_vect_logical_reduc): + New proc. + * gcc.dg/vect/vect-reduc-or_1.c: Also run for vect_logical_reduc + and add an associated scan-dump test. Prevent vectorization + of the first two loops. + * gcc.dg/vect/vect-reduc-or_2.c: Likewise. + * gcc.target/aarch64/sve/reduc_1.c: Add AND, IOR and XOR reductions. + * gcc.target/aarch64/sve/reduc_2.c: Likewise. + * gcc.target/aarch64/sve/reduc_1_run.c: Likewise. + (INIT_VECTOR): Tweak initial value so that some bits are always set. + * gcc.target/aarch64/sve/reduc_2_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect/pr37027.c: Remove XFAIL for variable-length vectors. + * gcc.dg/vect/pr67790.c: Likewise. + * gcc.dg/vect/slp-reduc-1.c: Likewise. + * gcc.dg/vect/slp-reduc-2.c: Likewise. + * gcc.dg/vect/slp-reduc-3.c: Likewise. + * gcc.dg/vect/slp-reduc-5.c: Likewise. + * gcc.target/aarch64/sve/slp_5.c: New test. + * gcc.target/aarch64/sve/slp_5_run.c: Likewise. + * gcc.target/aarch64/sve/slp_6.c: Likewise. + * gcc.target/aarch64/sve/slp_6_run.c: Likewise. + * gcc.target/aarch64/sve/slp_7.c: Likewise. + * gcc.target/aarch64/sve/slp_7_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect/no-scevccp-slp-30.c: Don't XFAIL for vect_variable_length + && vect_load_lanes + * gcc.dg/vect/slp-1.c: Likewise. + * gcc.dg/vect/slp-10.c: Likewise. + * gcc.dg/vect/slp-12b.c: Likewise. + * gcc.dg/vect/slp-12c.c: Likewise. + * gcc.dg/vect/slp-17.c: Likewise. + * gcc.dg/vect/slp-19b.c: Likewise. + * gcc.dg/vect/slp-20.c: Likewise. + * gcc.dg/vect/slp-21.c: Likewise. + * gcc.dg/vect/slp-22.c: Likewise. + * gcc.dg/vect/slp-23.c: Likewise. + * gcc.dg/vect/slp-24-big-array.c: Likewise. + * gcc.dg/vect/slp-24.c: Likewise. + * gcc.dg/vect/slp-28.c: Likewise. + * gcc.dg/vect/slp-39.c: Likewise. + * gcc.dg/vect/slp-6.c: Likewise. + * gcc.dg/vect/slp-7.c: Likewise. + * gcc.dg/vect/slp-cond-1.c: Likewise. + * gcc.dg/vect/slp-cond-2-big-array.c: Likewise. + * gcc.dg/vect/slp-cond-2.c: Likewise. + * gcc.dg/vect/slp-multitypes-1.c: Likewise. + * gcc.dg/vect/slp-multitypes-8.c: Likewise. + * gcc.dg/vect/slp-multitypes-9.c: Likewise. + * gcc.dg/vect/slp-multitypes-10.c: Likewise. + * gcc.dg/vect/slp-multitypes-12.c: Likewise. + * gcc.dg/vect/slp-perm-6.c: Likewise. + * gcc.dg/vect/slp-widen-mult-half.c: Likewise. + * gcc.dg/vect/vect-live-slp-1.c: Likewise. + * gcc.dg/vect/vect-live-slp-2.c: Likewise. + * gcc.dg/vect/pr33953.c: Don't XFAIL for vect_variable_length. + * gcc.dg/vect/slp-12a.c: Likewise. + * gcc.dg/vect/slp-14.c: Likewise. + * gcc.dg/vect/slp-15.c: Likewise. + * gcc.dg/vect/slp-multitypes-2.c: Likewise. + * gcc.dg/vect/slp-multitypes-4.c: Likewise. + * gcc.dg/vect/slp-multitypes-5.c: Likewise. + * gcc.target/aarch64/sve/slp_1.c: New test. + * gcc.target/aarch64/sve/slp_1_run.c: Likewise. + * gcc.target/aarch64/sve/slp_2.c: Likewise. + * gcc.target/aarch64/sve/slp_2_run.c: Likewise. + * gcc.target/aarch64/sve/slp_3.c: Likewise. + * gcc.target/aarch64/sve/slp_3_run.c: Likewise. + * gcc.target/aarch64/sve/slp_4.c: Likewise. + * gcc.target/aarch64/sve/slp_4_run.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect/vect-ooo-group-1.c: New test. + * gcc.target/aarch64/sve/mask_struct_load_1.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_1_run.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_2.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_2_run.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_3.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_3_run.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_4.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_5.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_6.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_7.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_load_8.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_1.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_1_run.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_2.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_2_run.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_3.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_3_run.c: Likewise. + * gcc.target/aarch64/sve/mask_struct_store_4.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/struct_move_1.c: New test. + * gcc.target/aarch64/sve/struct_move_2.c: Likewise. + * gcc.target/aarch64/sve/struct_move_3.c: Likewise. + * gcc.target/aarch64/sve/struct_move_4.c: Likewise. + * gcc.target/aarch64/sve/struct_move_5.c: Likewise. + * gcc.target/aarch64/sve/struct_move_6.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_1.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_1_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_2.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_2_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_3.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_3_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_4.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_4_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_5.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_5_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_6.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_6_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_7.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_7_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_8.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_8_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_9.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_9_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_10.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_10_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_11.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_11_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_12.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_12_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_13.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_13_run.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_14.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_15.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_16.c: Likewise. + * gcc.target/aarch64/sve/struct_vect_17.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * lib/target-supports.exp (check_effective_target_vect_load_lanes): + Return true for SVE too. + * g++.dg/vect/pr36648.cc: XFAIL for variable-length vectors + if load/store lanes are supported. + * gcc.dg/vect/slp-10.c: Likewise. + * gcc.dg/vect/slp-12c.c: Likewise. + * gcc.dg/vect/slp-17.c: Likewise. + * gcc.dg/vect/slp-33.c: Likewise. + * gcc.dg/vect/slp-6.c: Likewise. + * gcc.dg/vect/slp-cond-1.c: Likewise. + * gcc.dg/vect/slp-multitypes-11-big-array.c: Likewise. + * gcc.dg/vect/slp-multitypes-11.c: Likewise. + * gcc.dg/vect/slp-multitypes-12.c: Likewise. + * gcc.dg/vect/slp-perm-5.c: Remove XFAIL for variable-length SVE. + * gcc.dg/vect/slp-perm-6.c: Likewise. + * gcc.dg/vect/slp-perm-9.c: Likewise. + * gcc.dg/vect/slp-reduc-6.c: Remove XFAIL for variable-length vectors. + * gcc.dg/vect/vect-load-lanes-peeling-1.c: Expect an epilogue loop + for variable-length vectors. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/sve/vec_bool_cmp_1.c: New test. + * gcc.target/aarch64/sve/vec_bool_cmp_1_run.c: Likweise. + +2018-01-13 Richard Sandiford + + * g++.target/aarch64/sve/aarch64-sve.exp: New harness. + * g++.target/aarch64/sve/catch_1.C: New test. + * g++.target/aarch64/sve/catch_2.C: Likewise. + * g++.target/aarch64/sve/catch_3.C: Likewise. + * g++.target/aarch64/sve/catch_4.C: Likewise. + * g++.target/aarch64/sve/catch_5.C: Likewise. + * g++.target/aarch64/sve/catch_6.C: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * lib/target-supports.exp (check_effective_target_aarch64_asm_sve_ok): + New proc. + * gcc.target/aarch64/bic_imm_1.c: Use #pragma GCC target "+nosve". + * gcc.target/aarch64/fmaxmin.c: Likewise. + * gcc.target/aarch64/fmul_fcvt_2.c: Likewise. + * gcc.target/aarch64/orr_imm_1.c: Likewise. + * gcc.target/aarch64/pr62178.c: Likewise. + * gcc.target/aarch64/pr71727-2.c: Likewise. + * gcc.target/aarch64/saddw-1.c: Likewise. + * gcc.target/aarch64/saddw-2.c: Likewise. + * gcc.target/aarch64/uaddw-1.c: Likewise. + * gcc.target/aarch64/uaddw-2.c: Likewise. + * gcc.target/aarch64/uaddw-3.c: Likewise. + * gcc.target/aarch64/vect-add-sub-cond.c: Likewise. + * gcc.target/aarch64/vect-compile.c: Likewise. + * gcc.target/aarch64/vect-faddv-compile.c: Likewise. + * gcc.target/aarch64/vect-fcm-eq-d.c: Likewise. + * gcc.target/aarch64/vect-fcm-eq-f.c: Likewise. + * gcc.target/aarch64/vect-fcm-ge-d.c: Likewise. + * gcc.target/aarch64/vect-fcm-ge-f.c: Likewise. + * gcc.target/aarch64/vect-fcm-gt-d.c: Likewise. + * gcc.target/aarch64/vect-fcm-gt-f.c: Likewise. + * gcc.target/aarch64/vect-fmax-fmin-compile.c: Likewise. + * gcc.target/aarch64/vect-fmaxv-fminv-compile.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-fp-compile.c: Likewise. + * gcc.target/aarch64/vect-ld1r-compile-fp.c: Likewise. + * gcc.target/aarch64/vect-ld1r-compile.c: Likewise. + * gcc.target/aarch64/vect-movi.c: Likewise. + * gcc.target/aarch64/vect-mull-compile.c: Likewise. + * gcc.target/aarch64/vect-reduc-or_1.c: Likewise. + * gcc.target/aarch64/vect-vaddv.c: Likewise. + * gcc.target/aarch64/vect_saddl_1.c: Likewise. + * gcc.target/aarch64/vect_smlal_1.c: Likewise. + * gcc.target/aarch64/vector_initialization_nostack.c: XFAIL for + fixed-length SVE. + * gcc.target/aarch64/sve/aarch64-sve.exp: New file. + * gcc.target/aarch64/sve/arith_1.c: New test. + * gcc.target/aarch64/sve/const_pred_1.C: Likewise. + * gcc.target/aarch64/sve/const_pred_2.C: Likewise. + * gcc.target/aarch64/sve/const_pred_3.C: Likewise. + * gcc.target/aarch64/sve/const_pred_4.C: Likewise. + * gcc.target/aarch64/sve/cvtf_signed_1.c: Likewise. + * gcc.target/aarch64/sve/cvtf_signed_1_run.c: Likewise. + * gcc.target/aarch64/sve/cvtf_unsigned_1.c: Likewise. + * gcc.target/aarch64/sve/cvtf_unsigned_1_run.c: Likewise. + * gcc.target/aarch64/sve/dup_imm_1.c: Likewise. + * gcc.target/aarch64/sve/dup_imm_1_run.c: Likewise. + * gcc.target/aarch64/sve/dup_lane_1.c: Likewise. + * gcc.target/aarch64/sve/ext_1.c: Likewise. + * gcc.target/aarch64/sve/ext_2.c: Likewise. + * gcc.target/aarch64/sve/extract_1.c: Likewise. + * gcc.target/aarch64/sve/extract_2.c: Likewise. + * gcc.target/aarch64/sve/extract_3.c: Likewise. + * gcc.target/aarch64/sve/extract_4.c: Likewise. + * gcc.target/aarch64/sve/fabs_1.c: Likewise. + * gcc.target/aarch64/sve/fcvtz_signed_1.c: Likewise. + * gcc.target/aarch64/sve/fcvtz_signed_1_run.c: Likewise. + * gcc.target/aarch64/sve/fcvtz_unsigned_1.c: Likewise. + * gcc.target/aarch64/sve/fcvtz_unsigned_1_run.c: Likewise. + * gcc.target/aarch64/sve/fdiv_1.c: Likewise. + * gcc.target/aarch64/sve/fdup_1.c: Likewise. + * gcc.target/aarch64/sve/fdup_1_run.c: Likewise. + * gcc.target/aarch64/sve/fmad_1.c: Likewise. + * gcc.target/aarch64/sve/fmla_1.c: Likewise. + * gcc.target/aarch64/sve/fmls_1.c: Likewise. + * gcc.target/aarch64/sve/fmsb_1.c: Likewise. + * gcc.target/aarch64/sve/fmul_1.c: Likewise. + * gcc.target/aarch64/sve/fneg_1.c: Likewise. + * gcc.target/aarch64/sve/fnmad_1.c: Likewise. + * gcc.target/aarch64/sve/fnmla_1.c: Likewise. + * gcc.target/aarch64/sve/fnmls_1.c: Likewise. + * gcc.target/aarch64/sve/fnmsb_1.c: Likewise. + * gcc.target/aarch64/sve/fp_arith_1.c: Likewise. + * gcc.target/aarch64/sve/frinta_1.c: Likewise. + * gcc.target/aarch64/sve/frinti_1.c: Likewise. + * gcc.target/aarch64/sve/frintm_1.c: Likewise. + * gcc.target/aarch64/sve/frintp_1.c: Likewise. + * gcc.target/aarch64/sve/frintx_1.c: Likewise. + * gcc.target/aarch64/sve/frintz_1.c: Likewise. + * gcc.target/aarch64/sve/fsqrt_1.c: Likewise. + * gcc.target/aarch64/sve/fsubr_1.c: Likewise. + * gcc.target/aarch64/sve/index_1.c: Likewise. + * gcc.target/aarch64/sve/index_1_run.c: Likewise. + * gcc.target/aarch64/sve/ld1r_1.c: Likewise. + * gcc.target/aarch64/sve/load_const_offset_1.c: Likewise. + * gcc.target/aarch64/sve/load_const_offset_2.c: Likewise. + * gcc.target/aarch64/sve/load_const_offset_3.c: Likewise. + * gcc.target/aarch64/sve/load_scalar_offset_1.c: Likewise. + * gcc.target/aarch64/sve/logical_1.c: Likewise. + * gcc.target/aarch64/sve/loop_add_1.c: Likewise. + * gcc.target/aarch64/sve/loop_add_1_run.c: Likewise. + * gcc.target/aarch64/sve/mad_1.c: Likewise. + * gcc.target/aarch64/sve/maxmin_1.c: Likewise. + * gcc.target/aarch64/sve/maxmin_1_run.c: Likewise. + * gcc.target/aarch64/sve/maxmin_strict_1.c: Likewise. + * gcc.target/aarch64/sve/maxmin_strict_1_run.c: Likewise. + * gcc.target/aarch64/sve/mla_1.c: Likewise. + * gcc.target/aarch64/sve/mls_1.c: Likewise. + * gcc.target/aarch64/sve/mov_rr_1.c: Likewise. + * gcc.target/aarch64/sve/msb_1.c: Likewise. + * gcc.target/aarch64/sve/mul_1.c: Likewise. + * gcc.target/aarch64/sve/neg_1.c: Likewise. + * gcc.target/aarch64/sve/nlogical_1.c: Likewise. + * gcc.target/aarch64/sve/nlogical_1_run.c: Likewise. + * gcc.target/aarch64/sve/pack_1.c: Likewise. + * gcc.target/aarch64/sve/pack_1_run.c: Likewise. + * gcc.target/aarch64/sve/pack_fcvt_signed_1.c: Likewise. + * gcc.target/aarch64/sve/pack_fcvt_signed_1_run.c: Likewise. + * gcc.target/aarch64/sve/pack_fcvt_unsigned_1.c: Likewise. + * gcc.target/aarch64/sve/pack_fcvt_unsigned_1_run.c: Likewise. + * gcc.target/aarch64/sve/pack_float_1.c: Likewise. + * gcc.target/aarch64/sve/pack_float_1_run.c: Likewise. + * gcc.target/aarch64/sve/popcount_1.c: Likewise. + * gcc.target/aarch64/sve/popcount_1_run.c: Likewise. + * gcc.target/aarch64/sve/reduc_1.c: Likewise. + * gcc.target/aarch64/sve/reduc_1_run.c: Likewise. + * gcc.target/aarch64/sve/reduc_2.c: Likewise. + * gcc.target/aarch64/sve/reduc_2_run.c: Likewise. + * gcc.target/aarch64/sve/reduc_3.c: Likewise. + * gcc.target/aarch64/sve/rev_1.c: Likewise. + * gcc.target/aarch64/sve/revb_1.c: Likewise. + * gcc.target/aarch64/sve/revh_1.c: Likewise. + * gcc.target/aarch64/sve/revw_1.c: Likewise. + * gcc.target/aarch64/sve/shift_1.c: Likewise. + * gcc.target/aarch64/sve/single_1.c: Likewise. + * gcc.target/aarch64/sve/single_2.c: Likewise. + * gcc.target/aarch64/sve/single_3.c: Likewise. + * gcc.target/aarch64/sve/single_4.c: Likewise. + * gcc.target/aarch64/sve/spill_1.c: Likewise. + * gcc.target/aarch64/sve/store_scalar_offset_1.c: Likewise. + * gcc.target/aarch64/sve/subr_1.c: Likewise. + * gcc.target/aarch64/sve/trn1_1.c: Likewise. + * gcc.target/aarch64/sve/trn2_1.c: Likewise. + * gcc.target/aarch64/sve/unpack_fcvt_signed_1.c: Likewise. + * gcc.target/aarch64/sve/unpack_fcvt_signed_1_run.c: Likewise. + * gcc.target/aarch64/sve/unpack_fcvt_unsigned_1.c: Likewise. + * gcc.target/aarch64/sve/unpack_fcvt_unsigned_1_run.c: Likewise. + * gcc.target/aarch64/sve/unpack_float_1.c: Likewise. + * gcc.target/aarch64/sve/unpack_float_1_run.c: Likewise. + * gcc.target/aarch64/sve/unpack_signed_1.c: Likewise. + * gcc.target/aarch64/sve/unpack_signed_1_run.c: Likewise. + * gcc.target/aarch64/sve/unpack_unsigned_1.c: Likewise. + * gcc.target/aarch64/sve/unpack_unsigned_1_run.c: Likewise. + * gcc.target/aarch64/sve/uzp1_1.c: Likewise. + * gcc.target/aarch64/sve/uzp1_1_run.c: Likewise. + * gcc.target/aarch64/sve/uzp2_1.c: Likewise. + * gcc.target/aarch64/sve/uzp2_1_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_1.C: Likewise. + * gcc.target/aarch64/sve/vcond_1_run.C: Likewise. + * gcc.target/aarch64/sve/vcond_2.c: Likewise. + * gcc.target/aarch64/sve/vcond_2_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_3.c: Likewise. + * gcc.target/aarch64/sve/vcond_4.c: Likewise. + * gcc.target/aarch64/sve/vcond_4_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_5.c: Likewise. + * gcc.target/aarch64/sve/vcond_5_run.c: Likewise. + * gcc.target/aarch64/sve/vcond_6.c: Likewise. + * gcc.target/aarch64/sve/vcond_6_run.c: Likewise. + * gcc.target/aarch64/sve/vec_init_1.c: Likewise. + * gcc.target/aarch64/sve/vec_init_1_run.c: Likewise. + * gcc.target/aarch64/sve/vec_init_2.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_1.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_1_run.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_1_overrange_run.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_const_1.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_const_1_overrun.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_const_1_run.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_const_single_1.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_const_single_1_run.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_single_1.c: Likewise. + * gcc.target/aarch64/sve/vec_perm_single_1_run.c: Likewise. + * gcc.target/aarch64/sve/zip1_1.c: Likewise. + * gcc.target/aarch64/sve/zip2_1.c: Likewise. + +2018-01-13 Richard Sandiford + Alan Hayward + David Sherwood + + * lib/target-supports.exp (check_effective_target_aarch64_sve) + (aarch64_sve_bits, check_effective_target_aarch64_sve_hw) + (aarch64_sve_hw_bits, check_effective_target_aarch64_sve256_hw): + New procedures. + (check_effective_target_vect_perm): Handle SVE. + (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_mult_qi_to_hi): Likewise. + (check_effective_target_vect_widen_mult_hi_to_si): Likewise. + (check_effective_target_vect_element_align_preferred): Likewise. + (check_effective_target_vect_align_stack_vars): Likewise. + (check_effective_target_vect_load_lanes): Likewise. + (check_effective_target_vect_masked_store): Likewise. + (available_vector_sizes): Use aarch64_sve_bits for SVE. + * gcc.dg/vect/tree-vect.h (VECTOR_BITS): Define appropriately for SVE. + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Add SVE XFAIL. + * gcc.dg/vect/bb-slp-pr69907.c: Likewise. + * gcc.dg/vect/no-vfa-vect-depend-2.c: Likewise. + * gcc.dg/vect/no-vfa-vect-depend-3.c: Likewise. + * gcc.dg/vect/slp-23.c: Likewise. + * gcc.dg/vect/slp-perm-5.c: Likewise. + * gcc.dg/vect/slp-perm-6.c: Likewise. + * gcc.dg/vect/slp-perm-9.c: Likewise. + * gcc.dg/vect/slp-reduc-3.c: Likewise. + * gcc.dg/vect/vect-114.c: Likewise. + * gcc.dg/vect/vect-mult-const-pattern-1.c: Likewise. + * gcc.dg/vect/vect-mult-const-pattern-2.c: Likewise. + +2018-01-13 Richard Sandiford + + * gcc.dg/vect/no-scevccp-slp-30.c: XFAIL SLP test for + vect_variable_length, expecting the test to be vectorized + without SLP instead. + * gcc.dg/vect/pr33953.c: Likewise. + * gcc.dg/vect/pr37027.c: Likewise. + * gcc.dg/vect/pr67790.c: Likewise. + * gcc.dg/vect/pr68445.c: Likewise. + * gcc.dg/vect/slp-1.c: Likewise. + * gcc.dg/vect/slp-10.c: Likewise. + * gcc.dg/vect/slp-12a.c: Likewise. + * gcc.dg/vect/slp-12b.c: Likewise. + * gcc.dg/vect/slp-12c.c: Likewise. + * gcc.dg/vect/slp-13-big-array.c: Likewise. + * gcc.dg/vect/slp-13.c: Likewise. + * gcc.dg/vect/slp-14.c: Likewise. + * gcc.dg/vect/slp-15.c: Likewise. + * gcc.dg/vect/slp-17.c: Likewise. + * gcc.dg/vect/slp-19b.c: Likewise. + * gcc.dg/vect/slp-2.c: Likewise. + * gcc.dg/vect/slp-20.c: Likewise. + * gcc.dg/vect/slp-21.c: Likewise. + * gcc.dg/vect/slp-22.c: Likewise. + * gcc.dg/vect/slp-24-big-array.c: Likewise. + * gcc.dg/vect/slp-24.c: Likewise. + * gcc.dg/vect/slp-28.c: Likewise. + * gcc.dg/vect/slp-39.c: Likewise. + * gcc.dg/vect/slp-42.c: Likewise. + * gcc.dg/vect/slp-6.c: Likewise. + * gcc.dg/vect/slp-7.c: Likewise. + * gcc.dg/vect/slp-cond-1.c: Likewise. + * gcc.dg/vect/slp-cond-2-big-array.c: Likewise. + * gcc.dg/vect/slp-cond-2.c: Likewise. + * gcc.dg/vect/slp-multitypes-1.c: Likewise. + * gcc.dg/vect/slp-multitypes-10.c: Likewise. + * gcc.dg/vect/slp-multitypes-12.c: Likewise. + * gcc.dg/vect/slp-multitypes-2.c: Likewise. + * gcc.dg/vect/slp-multitypes-4.c: Likewise. + * gcc.dg/vect/slp-multitypes-5.c: Likewise. + * gcc.dg/vect/slp-multitypes-8.c: Likewise. + * gcc.dg/vect/slp-multitypes-9.c: Likewise. + * gcc.dg/vect/slp-reduc-1.c: Likewise. + * gcc.dg/vect/slp-reduc-2.c: Likewise. + * gcc.dg/vect/slp-reduc-4.c: Likewise. + * gcc.dg/vect/slp-reduc-5.c: Likewise. + * gcc.dg/vect/slp-reduc-7.c: Likewise. + * gcc.dg/vect/slp-widen-mult-half.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. + +2018-01-13 Jakub Jelinek + + PR c/83801 + * gcc.dg/pr83801.c: New test. + +2018-01-13 Paul Thomas + + PR fortran/52162 + * gfortran.dg/bounds_check_19.f90: New test. + +2018-01-12 Jakub Jelinek + + * gcc.target/powerpc/float128-hw7.c: Use scan-assembler-times + instead of scan-assembler-not for xsnabsqp. + +2018-01-12 Jerry DeLisle + + PR libgfortran/83525 + * gfortran.dg/newunit_5.f90: New test. + +2018-01-12 Vladimir Makarov + + PR rtl-optimization/80481 + * g++.dg/pr80481.C: New. + +2018-01-12 Uros Bizjak + + PR target/83628 + * gcc.target/alpha/pr83628-3.c: New test. + +2018-01-12 Rainer Orth + + * lib/target-supports.exp (check_effective_target_avx512f): Also + check for __builtin_ia32_addsd_round, + __builtin_ia32_getmantsd_round. + * gcc.target/i386/i386.exp (check_effective_target_avx512f): Remove. + +2018-01-12 Segher Boessenkool + + PR target/83629 + * gcc.target/powerpc/pr83629.c: Require ilp32. + +2018-01-12 Richard Biener + + PR tree-optimization/80846 + * gcc.target/i386/pr80846-1.c: New testcase. + * gcc.target/i386/pr80846-2.c: Likewise. + +2018-01-12 Eric Botcazou + + * gcc.c-torture/execute/20180112-1.c: New test. + +2018-01-12 Tom de Vries + + * g++.dg/ext/label13.C: Add dg-require-effective-target indirect_jumps. + * g++.dg/ext/label13a.C: Same. + * g++.dg/ext/label14.C: Same. + * g++.dg/ext/label2.C: Same. + * g++.dg/ext/label3.C: Same. + * g++.dg/torture/pr42462.C: Same. + * g++.dg/torture/pr42739.C: Same. + * g++.dg/warn/Wunused-label-3.C: Same. + +2018-01-12 Tom de Vries + + * c-c++-common/dwarf2/vla1.c: Add dg-require-effective-target alloca. + * g++.dg/Walloca1.C: Same. + * g++.dg/cpp0x/pr70338.C: Same. + * g++.dg/cpp1y/lambda-generic-vla1.C: Same. + * g++.dg/cpp1y/vla10.C: Same. + * g++.dg/cpp1y/vla2.C: Same. + * g++.dg/cpp1y/vla6.C: Same. + * g++.dg/cpp1y/vla8.C: Same. + * g++.dg/debug/debug5.C: Same. + * g++.dg/debug/debug6.C: Same. + * g++.dg/debug/pr54828.C: Same. + * g++.dg/diagnostic/pr70105.C: Same. + * g++.dg/eh/cleanup5.C: Same. + * g++.dg/eh/spbp.C: Same. + * g++.dg/ext/tmplattr9.C: Same. + * g++.dg/ext/vla10.C: Same. + * g++.dg/ext/vla11.C: Same. + * g++.dg/ext/vla12.C: Same. + * g++.dg/ext/vla15.C: Same. + * g++.dg/ext/vla16.C: Same. + * g++.dg/ext/vla17.C: Same. + * g++.dg/ext/vla3.C: Same. + * g++.dg/ext/vla6.C: Same. + * g++.dg/ext/vla7.C: Same. + * g++.dg/init/array24.C: Same. + * g++.dg/init/new47.C: Same. + * g++.dg/init/pr55497.C: Same. + * g++.dg/opt/pr78201.C: Same. + * g++.dg/template/vla2.C: Same. + * g++.dg/torture/Wsizeof-pointer-memaccess1.C: Same. + * g++.dg/torture/Wsizeof-pointer-memaccess2.C: Same. + * g++.dg/torture/pr62127.C: Same. + * g++.dg/torture/pr67055.C: Same. + * g++.dg/torture/stackalign/eh-alloca-1.C: Same. + * g++.dg/torture/stackalign/eh-inline-2.C: Same. + * g++.dg/torture/stackalign/eh-vararg-1.C: Same. + * g++.dg/torture/stackalign/eh-vararg-2.C: Same. + * g++.dg/warn/Wplacement-new-size-5.C: Same. + * g++.dg/warn/Wsizeof-pointer-memaccess-1.C: Same. + * g++.dg/warn/Wvla-1.C: Same. + * g++.dg/warn/Wvla-3.C: Same. + * g++.old-deja/g++.ext/array2.C: Same. + * g++.old-deja/g++.ext/constructor.C: Same. + * g++.old-deja/g++.law/builtin1.C: Same. + * g++.old-deja/g++.other/crash12.C: Same. + * g++.old-deja/g++.other/eh3.C: Same. + * g++.old-deja/g++.pt/array6.C: Same. + * g++.old-deja/g++.pt/dynarray.C: Same. + +2018-01-12 Rainer Orth + + * g++.dg/cpp0x/inh-ctor30.C: Allow for alternate mangled form. + +2018-01-12 Rainer Orth + + PR libfortran/67412 + * gfortran.dg/execute_command_line_2.f90: Remove dg-xfail-run-if + on *-*-solaris2.10. + +2018-01-12 Rainer Orth + + * lib/target-supports.exp (check_effective_target_branch_cost): + Accept all x86 targets. + +2018-01-12 Martin Liska + + PR ipa/83054 + * g++.dg/warn/pr83054.C: New test. + +2018-01-11 Bill Schmidt + + * gcc.target/powerpc/spec-barr-1.c: New file. + +2018-01-11 H.J. Lu + + PR target/83330 + * gcc.target/i386/pr83330.c: New test. + +2018-01-11 Steven G. Kargl + + PR fortran/79383 + * gfortran.dg/dtio_31.f03: New test. + * gfortran.dg/dtio_32.f03: New test. + +2018-01-11 David Malcolm + + PR c++/43486 + * g++.dg/wrappers: New subdirectory. + * g++.dg/wrappers/README: New file. + * g++.dg/wrappers/alloc.C: New test case. + * g++.dg/wrappers/cow-istream-string.C: New test case. + * g++.dg/wrappers/cp-stdlib.C: New test case. + * g++.dg/wrappers/sanitizer_coverage_libcdep_new.C: New test case. + * g++.dg/wrappers/wrapper-around-type-pack-expansion.C: New test case. + +2018-01-11 Jan Hubicka + + PR middle-end/83718 + * g++.dg/torture/pr83718.C: New testcase. + +2018-01-11 Martin Jambor + + PR ipa/83178 + * g++.dg/ipa/devirt-22.C: Adjust scan-dump-times count. + +2018-01-11 Bin Cheng + + PR tree-optimization/83695 + * gcc.dg/tree-ssa/pr83695.c: New test. + +2018-01-11 Kyrylo Tkachov + + * gcc.target/arm/simd/fp16fml_lane_high.c: New test. + * gcc.target/arm/simd/fp16fml_lane_low.c: New test. + +2018-01-11 Kyrylo Tkachov + + * gcc.target/arm/multilib.exp: Add combination tests for fp16fml. + * gcc.target/arm/simd/fp16fml_high.c: New test. + * gcc.target/arm/simd/fp16fml_low.c: Likewise. + * lib/target-supports.exp + (check_effective_target_arm_fp16fml_neon_ok_nocache, + check_effective_target_arm_fp16fml_neon_ok, + add_options_for_arm_fp16fml_neon): New procedures. + +2018-01-11 Kyrylo Tkachov + + * gcc.target/arm/multilib.exp: Add some -march=armv8.4-a + combination tests. + +2018-01-11 Richard Biener + + PR tree-optimization/83435 + * gcc.dg/graphite/pr83435.c: New testcase. + +2018-01-11 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/pr70044.c: Allow "mov x29, sp" too. + +2018-01-11 Tamar Christina + + * gcc.target/aarch64/advsimd-intrinsics/vdot-compile-2.c: New. + +2018-01-11 Sudakshina Das + + PR target/82096 + * gcc.c-torture/compile/pr82096.c: New test. + +2018-01-11 Ed Schonberg + + * gnat.dg/bip_overlay.adb, gnat.dg/bip_overlay.ads: New testcase. + +2018-01-11 Hristian Kirtchev + + * gnat.dg/protected_func.adb, gnat.dg/protected_func.ads: New testcase. + +2018-01-11 Justin Squirek + + * gnat.dg/expr_func4.adb: New testcase. + +2018-01-11 Hristian Kirtchev + + * gnat.dg/pure_subp_body.adb, gnat.dg/pure_subp_body_pkg.ads: New + testcase. + +2018-01-11 Bob Duff + + * gnat.dg/protected_null.adb: New testcase. + +2018-01-11 Ed Schonberg + + * gnat.dg/expr_func3.adb, gnat.dg/expr_func3.ads: New testcase. + +2018-01-11 Ed Schonberg + + * gnat.dg/fixedpnt2.adb, gnat.dg/fixedpnt2.ads: New testcase. + +2018-01-11 Justin Squirek + + * gnat.dg/loopvar.adb: New testcase. + +2018-01-10 Jan Hubicka + + PR middle-end/83189 + * gfortran.fortran-torture/compile/pr83189.f90: New testcase. + +2018-01-10 Jan Hubicka + + * gcc.c-torture/compile/pr83575.c: New testcase. + +2018-01-10 Michael Collison + + * gcc.target/aarch64/fp16_fmul_high_1.c: New testcase. + * gcc.target/aarch64/fp16_fmul_high_2.c: New testcase. + * gcc.target/aarch64/fp16_fmul_high_3.c: New testcase. + * gcc.target/aarch64/fp16_fmul_high.h: New shared testcase. + * gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase. + * gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase. + * gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase. + * gcc.target/aarch64/fp16_fmul_lane_high.h: New shared testcase. + * gcc.target/aarch64/fp16_fmul_low_1.c: New testcase. + * gcc.target/aarch64/fp16_fmul_low_2.c: New testcase. + * gcc.target/aarch64/fp16_fmul_low_2.c: New testcase. + * gcc.target/aarch64/fp16_fmul_low.h: New sharedtestcase. + * gcc.target/aarch64/fp16_fmul_lane_low_1.c: New testcase. + * gcc.target/aarch64/fp16_fmul_lane_low_2.c: New testcase. + * gcc.target/aarch64/fp16_fmul_lane_low_3.c: New testcase. + * gcc.target/aarch64/fp16_fmul_lane_low.h: New shared testcase. + +2018-01-10 Michael Collison + + * gcc.target/aarch64/sha2.h: New shared testcase. + * gcc.target/aarch64/sha2_1.c: New testcase. + * gcc.target/aarch64/sha2_2.c: New testcase. + * gcc.target/aarch64/sha2_3.c: New testcase. + * gcc.target/aarch64/sha3.h: New shared testcase. + * gcc.target/aarch64/sha3_1.c: New testcase. + * gcc.target/aarch64/sha3_2.c: New testcase. + * gcc.target/aarch64/sha3_3.c: New testcase. + +2018-01-10 Michael Collison + + * gcc.target/aarch64/sm3_sm4.c: New testcase. + +2018-01-10 Martin Sebor + + PR tree-optimization/83781 + * gcc.dg/strlenopt-42.c: New test. + +2018-01-11 Martin Sebor + Prathamesh Kulkarni + + PR tree-optimization/83501 + PR tree-optimization/81703 + + * gcc.dg/strlenopt-39.c: New test-case. + * gcc.dg/pr81703.c: Likewise. + +2018-01-10 Eric Botcazou + + * gnat.dg/atomic10.adb: New test. + +2018-01-10 Steven G. Kargl + + PR fortran/82367 + * gfortran.dg/deferred_character_18.f90: New test. + +2018-01-10 Martin Sebor + + PR tree-optimization/83671 + * gcc.dg/strlenopt-40.c: New test. + * gcc.dg/strlenopt-41.c: New test. + +2018-01-10 Steven G. Kargl + + PR fortran/83093 + * gfortran.dg/allocate_with_typespec_7.f90: New test. + +2018-01-10 Peter Bergner + + PR target/83399 + * gcc.target/powerpc/pr83399.c: New test. + +2018-01-10 David Malcolm + + PR c++/43486 + * g++.dg/diagnostic/param-type-mismatch.C: Update expected results + to reflect that the arguments are correctly underlined. + * g++.dg/plugin/diagnostic-test-expressions-1.C: Add test coverage + for globals, params, locals and literals. + (test_sizeof): Directly test the location of "sizeof", rather than + when used in compound expressions. + (test_alignof): Likewise for "alignof". + (test_string_literals): Likewise for string literals. + (test_numeric_literals): Likewise for numeric literals. + (test_builtin_offsetof): Likewise for "__builtin_offsetof". + (test_typeid): Likewise for typeid. + (test_unary_plus): New. + * g++.dg/warn/Wformat-1.C: Add tests of pointer arithmetic on + format strings. + +2018-01-10 Uros Bizjak + + * gcc.target/i386/pr82618.c (dg-options): Add -mno-stv. + +2018-01-10 Aaron Sawdey + + * gcc.dg/memcmp-1.c: Reduce runtime to something reasonable. + +2018-01-10 Marek Polacek + + PR c++/82541 + * g++.dg/warn/Wduplicated-branches4.C: New test. + +2018-01-10 Jakub Jelinek + + PR c++/81327 + * g++.dg/Wclass-memaccess-2.C: Don't expect a warning when explicitly + cast to void *. + +2018-01-10 Paolo Carlini + + PR c++/81055 + * g++.dg/cpp0x/new2.C: New. + +2018-01-10 H.J. Lu + + PR target/83735 + * gcc.target/i386/pr83735.c: New test. + +2018-01-10 Christophe Lyon + + * lib/target-supports.exp (check_effective_target_branch_cost): + New function. + * gcc.dg/builtin-bswap-7.c: Use branch_cost effective target. + * gcc.dg/pr21643.c: Likewise. + * gcc.dg/pr46309.c: Likewise. + * gcc.dg/tree-ssa/phi-opt-11.c: Likewise. + * gcc.dg/tree-ssa/phi-opt-2.c: Likewise. + * 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-13.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. + +2018-01-10 Segher Boessenkool + + PR target/83629 + * gcc.target/powerpc/pr83629.c: New testcase. + +2018-01-10 Richard Biener + + PR testsuite/78768 + * gcc.dg/pr78768.c: Un-XFAIL. + +2018-01-10 Richard Biener + + PR debug/82425 + * gcc.dg/guality/inline-params-2.c: Un-XFAIL for slim LTO. + +2018-01-10 Richard Sandiford + + PR tree-optimization/83753 + * gcc.dg/torture/pr83753.c: New test. + +2018-01-09 Jan Hubicka + + * gcc.target/i386/avx2-gather-1.c: Add -march. + * gcc.target/i386/avx2-gather-2.c: Add -march. + * gcc.target/i386/avx2-gather-3.c: Add -march. + * gcc.target/i386/avx2-gather-4.c: Add -march. + * gcc.target/i386/avx2-gather-5.c: Add -march. + * gcc.target/i386/avx2-gather-6.c: Add -march. + * gcc.target/i386/avx512f-gather-1.c: Add -march. + * gcc.target/i386/avx512f-gather-2.c: Add -march. + * gcc.target/i386/avx512f-gather-3.c: Add -march. + * gcc.target/i386/avx512f-gather-4.c: Add -march. + * gcc.target/i386/avx512f-gather-5.c: Add -march. + * gcc.target/i386/avx512f-i32gatherd512-1.c: Add -march. + * gcc.target/i386/avx512f-i32gatherd512-2.c: Add -march. + * gcc.target/i386/avx512f-i32gatherpd512-1.c: Add -march. + * gcc.target/i386/avx512f-i32gatherpd512-2.c: Add -march. + * gcc.target/i386/avx512f-i32gatherps512-1.c: Add -march. + +2018-01-09 H.J. Lu + + PR target/78585: + * gcc.target/i386/pr78585.c: New test. + +2018-01-09 Jakub Jelinek + + PR c++/83734 + * g++.dg/cpp0x/pr83734.C: New test. + +2018-01-09 Carl Love + + * gcc.target/powerpc/builtins-1.c (main): Add tests for vec_mergee and + vec_mergeo builtins with float, double, long long, unsigned long long, + bool long long arguments. + * gcc.target/powerpc/builtins-3-runnable.c (main): Add test for + vec_float2 with double arguments. + * gcc.target/powerpc/builtins-mergew-mergow.c: New runable test for the + vec_mergew and vec_mergow builtins. + +2018-01-09 Steven G. Kargl + + PR fortran/83742 + * gfortran.dg/contiguous_6.f90: New test. + +2018-01-09 Richard Biener + + PR tree-optimization/83668 + * gcc.dg/graphite/pr83668.c: New testcase. + +2018-01-09 Joseph Myers + + PR tree-optimization/64811 + * gcc.dg/torture/inf-compare-1.c, gcc.dg/torture/inf-compare-2.c, + gcc.dg/torture/inf-compare-3.c, gcc.dg/torture/inf-compare-4.c, + gcc.dg/torture/inf-compare-5.c, gcc.dg/torture/inf-compare-6.c, + gcc.dg/torture/inf-compare-7.c, gcc.dg/torture/inf-compare-8.c: + New tests. + * gcc.c-torture/execute/ieee/fp-cmp-7.x: New file. + +2018-01-09 Georg-Johann Lay + + PR target/79883 + * gcc.target/avr/torture/pr57631.c (dg-warning): Quote 'signal'. + +2018-01-09 Tamar Christina + + PR target/82641 + * gcc.target/arm/pragma_fpu_attribute.c: Rewrite to use + no NEON and require softfp or hard float-abi. + * gcc.target/arm/pragma_fpu_attribute_2.c: Likewise. + +2018-01-09 Richard Biener + + PR tree-optimization/83572 + * gcc.dg/graphite/pr83572.c: New testcase. + +2018-01-09 Jakub Jelinek + + PR target/83507 + * gcc.dg/sms-13.c: New test. + +2018-01-08 Steven G. Kargl + + PR fortran/83741 + * gfortran.dg/allocate_assumed_charlen_3.f90: New test. + +2018-01-08 Chih-Mao Chen + Monk Chiang + + * gcc.target/riscv/save-restore-1.c: New. + +2018-01-08 Bill Schmidt + + PR target/83677 + * gcc.target/powerpc/pr83677.c: New file. + +2018-01-08 Jeff Law + + PR rtl-optimizatin/81308 + * g++.dg/pr81308-1.C: New test. + * g++.dg/pr81308-2.C: New test. + +2018-01-08 Vidya Praveen + + PR target/83663 - Revert r255946 + * gcc.target/aarch64/vect-slp-dup.c: New. + +2018-01-08 Kyrylo Tkachov + + * gcc.target/arm/multilib.exp: Add fp16, dotprod and armv8.3-a + combination tests. + +2018-01-08 Richard Biener + + PR tree-optimization/83563 + * gcc.dg/graphite/pr83563.c: New testcase. + +2018-01-08 Richard Biener + + PR middle-end/83713 + * g++.dg/torture/pr83713.C: New testcase. + +2018-01-08 Tom de Vries + + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Xfail scan for nvptx. + +2018-01-08 Richard Biener + + PR tree-optimization/83685 + * gcc.dg/torture/pr83685.c: New testcase. + +2018-01-08 Richard Biener + + PR lto/83719 + * gcc.dg/lto/pr83719_0.c: New testcase. + +2018-01-08 Tom de Vries + + * gcc.dg/graphite/interchange-7.c: Add dg-require-stack-size. + * gcc.dg/graphite/run-id-1.c: Same. + * gcc.dg/tree-ssa/loop-interchange-4.c: Same. + +2018-01-08 Paul Thomas + + PR fortran/83611 + * gfortran.dg/pdt_15.f03: Bump count of 'n.data = 0B' to 8. + * gfortran.dg/pdt_26.f03: Bump count of '_malloc' to 9. + * gfortran.dg/pdt_27.f03: New test. + + PR fortran/83731 + * gfortran.dg/pdt_28.f03: New test. + +2018-01-08 Tom de Vries + + * c-c++-common/builtins.c: Require effective target alloca. + * gcc.dg/Wrestrict.c: Same. + * gcc.dg/tree-ssa/loop-interchange-15.c: Same. + +2018-01-08 Richard Biener + + PR middle-end/83580 + * gcc.dg/torture/pr83580.c: New testcase. + +2018-01-08 Richard Biener + + PR middle-end/83517 + * gcc.dg/pr83517.c: New testcase. + +2018-01-06 Aldy Hernandez + + PR middle-end/81897 + * gcc.dg/uninit-pr81897.c: New test. + +2018-01-06 Martin Sebor + + PR tree-optimization/83640 + * gcc.dg/Wrestrict-6.c: New test. + * gcc.dg/pr83640.c: New test. + +2018-01-06 Richard Sandiford + + * gcc.target/aarch64/reg-alloc-1.c: New test. + +2018-01-06 Janne Blomqvist + + PR fortran/50892 + * gfortran.dg/char_pointer_assign_icb_1.f90: New test. + +2018-01-06 Jakub Jelinek + + PR debug/83480 + * gcc.dg/pr83480.c: New test. + + PR rtl-optimization/83682 + * gcc.target/i386/pr83682.c: New test. + +2018-01-05 Janne Blomqvist + + PR fortran/78534 + PR fortran/66310 + * gfortran.dg/char_cast_1.f90: Update scan pattern. + * gfortran.dg/dependency_49.f90: Likewise. + * gfortran.dg/repeat_4.f90: Use integers of kind C_SIZE_T. + * gfortran.dg/repeat_7.f90: New test for PR 66310. + * gfortran.dg/scan_2.f90: Handle potential cast in assignment. + * gfortran.dg/string_1.f90: Limit to ilp32 targets. + * gfortran.dg/string_1_lp64.f90: New test. + * gfortran.dg/string_3.f90: Limit to ilp32 targets. + * gfortran.dg/string_3_lp64.f90: New test. + +2018-01-05 Jakub Jelinek + + PR target/83604 + * gcc.target/i386/sse-26.c: New test. + + PR target/83604 + * gcc.target/i386/pr83604.c: New test. + +2018-01-05 Richard Sandiford + + * gcc.dg/vect/vect-align-4.c: New test. + * gcc.dg/vect/vect-nb-iter-ub-2.c (cc): Remove alignment attribute + and redefine as a structure with an unaligned member "b". + (foo): Update accordingly. + +2018-01-05 Sudakshina Das + + PR target/82439 + * gcc.target/aarch64/bics_5.c: New test. + * gcc.target/arm/bics_5.c: Likewise. + +2018-01-05 Jakub Jelinek + + PR tree-optimization/83605 + * gcc.dg/pr83605.c: New test. + +2018-01-04 Jakub Jelinek + + PR target/83554 + * gcc.target/i386/pr83554.c: New test. + + PR ipa/82352 + * g++.dg/ipa/pr82352.C (size_t): Define to __SIZE_TYPE__ instead of + long unsigned int. + +2018-01-04 Thomas Koenig + + PR fortran/83683 + PR fortran/45689 + * gfortran.dg/eoshift_8.f90: New test. + * gfortran.dg/simplify_eoshift_1.f90: New test. + +2018-01-04 Jakub Jelinek + + PR debug/83585 + * gcc.dg/pr83585.c: New test. + +2018-01-04 Nathan Sidwell + + PR c++/83667 + * g++.dg/ipa/pr83667.C: Fix regex, require alias. + +2018-01-04 Jakub Jelinek + + PR debug/83666 + * gcc.dg/pr83666.c: New test. + +2018-01-04 Uros Bizjak + + PR target/83628 + * gcc.target/alpha/pr83628-1.c: New test. + * gcc.target/alpha/pr83628-2.c: Ditto. + +2018-01-04 Martin Liska + + PR ipa/82352 + * g++.dg/ipa/pr82352.C: New test. + +2018-01-04 Jakub Jelinek + + * gcc.dg/vect-opt-info-1.c: Moved to ... + * gcc.dg/vect/nodump-vect-opt-info-1.c: ... here. Only run on + vect_int targets, use dg-additional-options instead of dg-options and + use relative line numbers instead of absolute. + +2018-01-03 Martin Sebor + + PR tree-optimization/83655 + * gcc.dg/Wrestrict-5.c: New test. + * c-c++-common/builtins.c: New test. + +2018-01-03 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.target/aarch64/vect-movi.c (movi_float_lsl24): New function. + (main): Call it. + +2018-01-03 Jeff Law + + PR target/83641 + * gcc.target/i386/stack-check-17.c: New test. + * gcc.target/i386/stack-check-12.c: Drop unnecessary asm. + +2018-01-03 Jakub Jelinek + + PR debug/83621 + * gcc.dg/pr83621.c: New test. + + PR debug/83645 + * gcc.dg/pr83645.c: New test. + +2018-01-03 Martin Sebor + + PR tree-optimization/83603 + * gcc.dg/Wrestrict-4.c: New test. + + PR c/83559 + * gcc.dg/const-2.c: New test. + * gcc.dg/pure-3.c: New test. + +2018-01-03 Martin Sebor + + * gcc.dg/Wrestrict-3.c: New test. + +2018-01-03 Jakub Jelinek + + PR c++/83555 + * g++.dg/opt/pr83555.C: New test. + * g++.dg/ubsan/pr83555.C: New test. + +2018-01-03 David Malcolm + + PR c/82050 + * gcc.dg/plugin/expensive-selftests-1.c: Update regexp to handle + the !CHECKING_P case by expecting a note. + * gcc.dg/plugin/expensive_selftests_plugin.c (plugin_init): Issue + a note for the !CHECKING_P case, and move the return statement + outside of #if CHECKING_P guard. + +2018-01-03 Jeff Law + + PR middle-end/83654 + * gcc.target/i386/stack-check-18.c: New test. + * gcc.target/i386/stack-check-19.c: New test. + +2018-01-03 Martin Sebor + + PR tree-optimization/83501 + * c-c++-common/Warray-bounds-3.c: Remove xfail. + +2018-01-03 Prathamesh Kulkarni + + PR tree-optimization/83501 + * gcc.dg/tree-ssa/pr83501-1.c: New test. + +2018-01-03 Nathan Sidwell + + PR c++/83667 + * g++.dg/ipa/pr83667.C: New. + +2018-01-03 Martin Liska + + PR tree-optimization/83593 + * gcc.dg/pr83593.c: New test. + +2018-01-03 Martin Liska + + PR ipa/83549 + * g++.dg/ipa/pr83549.C: New test. + +2018-01-03 Marek Polacek + + PR c++/83592 + * g++.dg/warn/mvp2.C: New test. + +2018-01-03 Jakub Jelinek + + PR preprocessor/83602 + * g++.dg/cpp/pr83602.C: New test. + + PR c++/83634 + * g++.dg/parse/pr83634.C: New test. + +2018-01-03 Thomas Koenig + + PR fortran/83664 + * gfortran.dg/eoshift_7.f90: New test. + +2018-01-03 Jan Beulich + + * gcc.target/i386/avx512vl-no-vmovdqu8.c, + gcc.target/i386/avx512vl-no-vmovdqu16.c: New. + +2018-01-03 Jakub Jelinek + + Update copyright years. + +2018-01-03 Martin Liska + + PR ipa/83594 + * gcc.dg/ipa/pr83594.c: New test. + +2018-01-03 Richard Sandiford + Alan Hayward + David Sherwood + + * gcc.dg/vect-opt-info-1.c: New test. + +2018-01-02 Michael Meissner + + * gcc.target/powerpc/float128-hw2.c: Add tests for ceilf128, + floorf128, truncf128, and roundf128. + * gcc.target/powerpc/float128-hw5.c: New tests for _Float128 + optimizations added in match.pd. + * gcc.target/powerpc/float128-hw6.c: Likewise. + * gcc.target/powerpc/float128-hw7.c: Likewise. + * gcc.target/powerpc/float128-hw8.c: Likewise. + * gcc.target/powerpc/float128-hw9.c: Likewise. + * gcc.target/powerpc/float128-hw10.c: Likewise. + * gcc.target/powerpc/float128-hw11.c: Likewise. + +2018-01-02 Jakub Jelinek + + PR c++/83556 + * g++.dg/cpp0x/pr83556.C: New test. + +2018-01-02 Thomas Koenig + + PR fortran/45689 + PR fortran/83650 + * gfortran.dg/simplify_cshift_1.f90: Correct erroneous case. + * gfortran.dg/simplify_cshift_4.f90: New test. + +2018-01-02 Marek Polacek + + PR c++/81860 + * g++.dg/cpp0x/inh-ctor30.C: New test. + + PR c++/83644 + * g++.dg/cpp1z/pr83644.C: New test. + +2018-01-01 Paul Thomas + + PR fortran/83076 + * gfortran.dg/coarray_45.f90: New test. + + PR fortran/83319 + * gfortran.dg/coarray_46.f90: New test. + +2018-01-01 Jakub Jelinek + + PR tree-optimization/83581 + * gcc.dg/pr83581.c: New test. + + PR c/83595 + * gcc.dg/pr83595.c: New test. + + PR middle-end/83608 + * g++.dg/opt/pr83608.C: New test. + + PR middle-end/83609 + * gcc.dg/pr83609.c: New test. + * g++.dg/opt/pr83609.C: New test. + + PR middle-end/83623 + * gcc.dg/pr83623.c: New test. + + * gcc.target/i386/i386.exp + (check_effective_target_avx512vpopcntdqvl): New proc. + * gcc.target/i386/avx512vpopcntdqvl-vpopcntd-1.c: Use + avx512vpopcntdqvl effective target rather than avx512vpopcntdq. + * gcc.target/i386/avx512vpopcntdqvl-vpopcntq-1.c: Likewise. + +Copyright (C) 2018 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 609a6fb43ea..18ecb56aefc 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -61,7 +61,7 @@ where testsuite directory. -Copyright (C) 1998-2018 Free Software Foundation, Inc. +Copyright (C) 1998-2019 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 edde454ed10..cb28dc6f8cf 100644 --- a/gcc/testsuite/README.compat +++ b/gcc/testsuite/README.compat @@ -85,7 +85,7 @@ Janis Johnson, October 2002 -Copyright (C) 2002-2018 Free Software Foundation, Inc. +Copyright (C) 2002-2019 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 1d36992fa44..5fced70a7d5 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-2018 Free Software Foundation, Inc. +Copyright (C) 1997-2019 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/brig.dg/dg.exp b/gcc/testsuite/brig.dg/dg.exp index fda4a04c96b..c8f6908a9e7 100644 --- a/gcc/testsuite/brig.dg/dg.exp +++ b/gcc/testsuite/brig.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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/config/default.exp b/gcc/testsuite/config/default.exp index a361b8cdf9a..3a81654f7a2 100644 --- a/gcc/testsuite/config/default.exp +++ b/gcc/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 a96571fc390..9cb7f30ff9f 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-2018 Free Software Foundation, Inc. +Copyright (C) 2001-2019 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 4ee8dd98697..009149ee69b 100644 --- a/gcc/testsuite/g++.dg/asan/asan.exp +++ b/gcc/testsuite/g++.dg/asan/asan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 9447364a67d..4b9eb1ea89d 100644 --- a/gcc/testsuite/g++.dg/bprob/bprob.exp +++ b/gcc/testsuite/g++.dg/bprob/bprob.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 9225c8ab77d..7858d5b5cd8 100644 --- a/gcc/testsuite/g++.dg/charset/charset.exp +++ b/gcc/testsuite/g++.dg/charset/charset.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 708505fa543..01b90f812ee 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-2018 Free Software Foundation, Inc. +Copyright (C) 2002-2019 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 3acf42cda07..65cf13080fa 100644 --- a/gcc/testsuite/g++.dg/compat/compat.exp +++ b/gcc/testsuite/g++.dg/compat/compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 6640d1f9975..677867115e4 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 063a118bbcb..7fe513dc6cc 100644 --- a/gcc/testsuite/g++.dg/debug/debug.exp +++ b/gcc/testsuite/g++.dg/debug/debug.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 28d285bf079..99cafeabe1f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # This 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 9e97078f0ff..ed284e15956 100644 --- a/gcc/testsuite/g++.dg/dfp/dfp.exp +++ b/gcc/testsuite/g++.dg/dfp/dfp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 fce96a63fba..233fdabd327 100644 --- a/gcc/testsuite/g++.dg/dg.exp +++ b/gcc/testsuite/g++.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # This 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 fd83568f700..d0c40c97c5e 100644 --- a/gcc/testsuite/g++.dg/gcov/gcov.exp +++ b/gcc/testsuite/g++.dg/gcov/gcov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 0e8dc6643dd..9b2bb05cfc5 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 2fe7087266f..cfd96215ff1 100644 --- a/gcc/testsuite/g++.dg/goacc/goacc.exp +++ b/gcc/testsuite/g++.dg/goacc/goacc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 50f4ec2869b..fee1112864e 100644 --- a/gcc/testsuite/g++.dg/gomp/gomp.exp +++ b/gcc/testsuite/g++.dg/gomp/gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 7ea442741c5..e8c4279ab87 100644 --- a/gcc/testsuite/g++.dg/graphite/graphite.exp +++ b/gcc/testsuite/g++.dg/graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 eeb5e432d09..bea4b2a21ab 100644 --- a/gcc/testsuite/g++.dg/lto/lto.exp +++ b/gcc/testsuite/g++.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 b5fca7380ba..803d7feb420 100644 --- a/gcc/testsuite/g++.dg/pch/pch.exp +++ b/gcc/testsuite/g++.dg/pch/pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 e7c3b692625..c83b06e0cec 100644 --- a/gcc/testsuite/g++.dg/plugin/plugin.exp +++ b/gcc/testsuite/g++.dg/plugin/plugin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 96bb50264cb..c4c4c19d25e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 e03d9fce8c5..dd73a424ecd 100644 --- a/gcc/testsuite/g++.dg/special/ecos.exp +++ b/gcc/testsuite/g++.dg/special/ecos.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2019 Free Software Foundation, Inc. # This 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 2e1658bc590..758e73b69e5 100644 --- a/gcc/testsuite/g++.dg/tls/tls.exp +++ b/gcc/testsuite/g++.dg/tls/tls.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 c2502235cab..17e5f7e827d 100644 --- a/gcc/testsuite/g++.dg/tm/tm.exp +++ b/gcc/testsuite/g++.dg/tm/tm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 33e89d9833f..f0d408c3667 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 910eab25348..3e38a3a4778 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 c056e083a93..6a6a51ef579 100644 --- a/gcc/testsuite/g++.dg/tsan/tsan.exp +++ b/gcc/testsuite/g++.dg/tsan/tsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 29077722990..82f57c2623d 100644 --- a/gcc/testsuite/g++.dg/ubsan/ubsan.exp +++ b/gcc/testsuite/g++.dg/ubsan/ubsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 3803ed19dbe..30190447b3f 100644 --- a/gcc/testsuite/g++.dg/vect/vect.exp +++ b/gcc/testsuite/g++.dg/vect/vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 79015824976..6c59db7154d 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-2018 Free Software Foundation, Inc. +Copyright (C) 1997-2019 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 e8ae882e532..e8ececac45e 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-2018 Free Software Foundation, Inc. +Copyright (C) 1998-2019 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 aed6b19b1e8..b214c1be5a1 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1988-2019 Free Software Foundation, Inc. # This 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++.target/aarch64/sve/aarch64-sve.exp b/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp index 7557aa67b58..560e6592829 100644 --- a/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp +++ b/gcc/testsuite/g++.target/aarch64/sve/aarch64-sve.exp @@ -1,5 +1,5 @@ # Specific regression driver for AArch64. -# Copyright (C) 2009-2017 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/testsuite/g++.target/arm/arm.exp b/gcc/testsuite/g++.target/arm/arm.exp index 1a169d2f220..247536b8312 100644 --- a/gcc/testsuite/g++.target/arm/arm.exp +++ b/gcc/testsuite/g++.target/arm/arm.exp @@ -1,5 +1,5 @@ # Specific regression driver for arm. -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/g++.target/i386/i386.exp b/gcc/testsuite/g++.target/i386/i386.exp index 4ccfa15521a..f149a0b8005 100644 --- a/gcc/testsuite/g++.target/i386/i386.exp +++ b/gcc/testsuite/g++.target/i386/i386.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # This 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 e4cca1801e3..54aaea768b7 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1993-2019 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 9f0b24ad4ee..5e899d5e31e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 6d7c354854b..635e3337ec7 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1991-2019 Free Software Foundation, Inc. # This 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 bff643b6b31..a67dd7cf157 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1993-2019 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 8a8b88720ce..b9c787d7ad1 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1993-2019 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-selftests/dg-final.exp b/gcc/testsuite/gcc.dg-selftests/dg-final.exp index 90a6e894abd..67cbb6706a8 100644 --- a/gcc/testsuite/gcc.dg-selftests/dg-final.exp +++ b/gcc/testsuite/gcc.dg-selftests/dg-final.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # This 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/README b/gcc/testsuite/gcc.dg/README index b430b3b5cdf..d020ca290c3 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-2018 Free Software Foundation, Inc. +Copyright (C) 1997-2019 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 7b669056a97..4d4cd467d3d 100644 --- a/gcc/testsuite/gcc.dg/asan/asan.exp +++ b/gcc/testsuite/gcc.dg/asan/asan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 d4e972c2f12..375901f6c6e 100644 --- a/gcc/testsuite/gcc.dg/atomic/atomic.exp +++ b/gcc/testsuite/gcc.dg/atomic/atomic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 33839bcd97d..7909faca008 100644 --- a/gcc/testsuite/gcc.dg/autopar/autopar.exp +++ b/gcc/testsuite/gcc.dg/autopar/autopar.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 a2e520112bc..3320734092e 100644 --- a/gcc/testsuite/gcc.dg/charset/charset.exp +++ b/gcc/testsuite/gcc.dg/charset/charset.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 3f476a5fc73..81b761dde27 100644 --- a/gcc/testsuite/gcc.dg/compat/compat.exp +++ b/gcc/testsuite/gcc.dg/compat/compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 c9a8349cba1..180c80e9d62 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 d6e3ff22955..2f24ef985b6 100644 --- a/gcc/testsuite/gcc.dg/cpp/assembl2.S +++ b/gcc/testsuite/gcc.dg/cpp/assembl2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. */ +/* Copyright (C) 2000-2019 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 acf5502018f..f7b91400ff1 100644 --- a/gcc/testsuite/gcc.dg/cpp/cpp.exp +++ b/gcc/testsuite/gcc.dg/cpp/cpp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 d0b4dc0f7fe..b1f65945287 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 6eef97c4f0b..28d24f02e65 100644 --- a/gcc/testsuite/gcc.dg/debug/debug.exp +++ b/gcc/testsuite/gcc.dg/debug/debug.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 cd55b7758d2..ae3af850e24 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 e96dafd1ee8..2a2a391b096 100644 --- a/gcc/testsuite/gcc.dg/dfp/dfp.exp +++ b/gcc/testsuite/gcc.dg/dfp/dfp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 d6722170ff5..359c7fe4736 100644 --- a/gcc/testsuite/gcc.dg/dg.exp +++ b/gcc/testsuite/gcc.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 e311ae7c09b..52621b0f9d6 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 b5052554ba3..f3d73cd1bd9 100644 --- a/gcc/testsuite/gcc.dg/format/format.exp +++ b/gcc/testsuite/gcc.dg/format/format.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 17c9c365c66..2962471a7f9 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 9f094327d8b..3e2ec9769e3 100644 --- a/gcc/testsuite/gcc.dg/goacc/goacc.exp +++ b/gcc/testsuite/gcc.dg/goacc/goacc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 be1b345fac0..ca5b82df3d1 100644 --- a/gcc/testsuite/gcc.dg/gomp/gomp.exp +++ b/gcc/testsuite/gcc.dg/gomp/gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 78e94b816b6..ea6144607e2 100644 --- a/gcc/testsuite/gcc.dg/graphite/graphite.exp +++ b/gcc/testsuite/gcc.dg/graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 Free Software Foundation, Inc. # This 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 407a8d07e4b..4e58f3af92b 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa.exp +++ b/gcc/testsuite/gcc.dg/ipa/ipa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 cb35341d5ef..47a11a1da06 100644 --- a/gcc/testsuite/gcc.dg/lto/lto.exp +++ b/gcc/testsuite/gcc.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 bd026fb2a2a..4ced45b5272 100644 --- a/gcc/testsuite/gcc.dg/noncompile/noncompile.exp +++ b/gcc/testsuite/gcc.dg/noncompile/noncompile.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 b80f26354ab..801a1e4bc52 100644 --- a/gcc/testsuite/gcc.dg/params/params.exp +++ b/gcc/testsuite/gcc.dg/params/params.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 dc85b6fb820..874b5df827e 100644 --- a/gcc/testsuite/gcc.dg/pch/pch.exp +++ b/gcc/testsuite/gcc.dg/pch/pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 f9e89c48140..2f75463f3d8 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugin.exp +++ b/gcc/testsuite/gcc.dg/plugin/plugin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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/rtl/rtl.exp b/gcc/testsuite/gcc.dg/rtl/rtl.exp index 91f0abcc27f..daf39dd1d60 100644 --- a/gcc/testsuite/gcc.dg/rtl/rtl.exp +++ b/gcc/testsuite/gcc.dg/rtl/rtl.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 Free Software Foundation, Inc. # This 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 d1d12810831..3acf5162426 100644 --- a/gcc/testsuite/gcc.dg/sancov/sancov.exp +++ b/gcc/testsuite/gcc.dg/sancov/sancov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 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 6f6f4411b38..e1dc0e4cb42 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 3a47a867cb1..11c12ffc142 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 95758bf99d9..f3ab4cf16aa 100644 --- a/gcc/testsuite/gcc.dg/special/special.exp +++ b/gcc/testsuite/gcc.dg/special/special.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 993c57f0f45..35050be4b3e 100644 --- a/gcc/testsuite/gcc.dg/sso/sso.exp +++ b/gcc/testsuite/gcc.dg/sso/sso.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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 70bfd46a38a..187f6848c50 100644 --- a/gcc/testsuite/gcc.dg/tls/tls.exp +++ b/gcc/testsuite/gcc.dg/tls/tls.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 ebcd536f606..a9fac927a19 100644 --- a/gcc/testsuite/gcc.dg/tm/tm.exp +++ b/gcc/testsuite/gcc.dg/tm/tm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 fc9189ee974..b93c7c76ebc 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 0a2b8a5c6ed..bafd90801f6 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 Free Software Foundation, Inc. # This 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 ac732fb1879..ec8c3a0d0e1 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 6c0134026e3..c3fd4adb261 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 1adf2c18d86..9c9eb4f1673 100644 --- a/gcc/testsuite/gcc.dg/tsan/tsan.exp +++ b/gcc/testsuite/gcc.dg/tsan/tsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 ddeb1bd30fb..c3a6cec908d 100644 --- a/gcc/testsuite/gcc.dg/ubsan/ubsan.exp +++ b/gcc/testsuite/gcc.dg/ubsan/ubsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 c885775250e..e6ab17c4d9f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 2c7195b7993..10537ae486f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 77b6c31b69f..fb3da51ed28 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 dc8bf50ad51..39666712852 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 fc5c1b84bc3..8e012d49edf 100644 --- a/gcc/testsuite/gcc.dg/vect/vect.exp +++ b/gcc/testsuite/gcc.dg/vect/vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 13994b3c00e..cc08deb0384 100644 --- a/gcc/testsuite/gcc.dg/vmx/vmx.exp +++ b/gcc/testsuite/gcc.dg/vmx/vmx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 a3165e842c1..8f1d4777707 100644 --- a/gcc/testsuite/gcc.dg/vxworks/vxworks.exp +++ b/gcc/testsuite/gcc.dg/vxworks/vxworks.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 9ee3f6d7c2d..421cab2eb63 100644 --- a/gcc/testsuite/gcc.dg/weak/weak.exp +++ b/gcc/testsuite/gcc.dg/weak/weak.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 e9deac823cd..fce3bd5816e 100644 --- a/gcc/testsuite/gcc.misc-tests/acker1.exp +++ b/gcc/testsuite/gcc.misc-tests/acker1.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 800e62ee644..cb8af128b64 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 eca17741d80..18c9a05ee03 100644 --- a/gcc/testsuite/gcc.misc-tests/bprob.exp +++ b/gcc/testsuite/gcc.misc-tests/bprob.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 09a35d2161e..036d1af4a49 100644 --- a/gcc/testsuite/gcc.misc-tests/dectest.exp +++ b/gcc/testsuite/gcc.misc-tests/dectest.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 2b744283e34..2ce1595b894 100644 --- a/gcc/testsuite/gcc.misc-tests/dhry.exp +++ b/gcc/testsuite/gcc.misc-tests/dhry.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 df1154dea2e..66c5b829da9 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov.exp +++ b/gcc/testsuite/gcc.misc-tests/gcov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 a6246fdb2e5..e0e8e0446dc 100644 --- a/gcc/testsuite/gcc.misc-tests/godump.exp +++ b/gcc/testsuite/gcc.misc-tests/godump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 34ff9406e25..307f1e9c3cb 100644 --- a/gcc/testsuite/gcc.misc-tests/help.exp +++ b/gcc/testsuite/gcc.misc-tests/help.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 f310fd1b83d..4e0edee51cd 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 0a1cc231acf..cb09c9b1201 100644 --- a/gcc/testsuite/gcc.misc-tests/linkage.exp +++ b/gcc/testsuite/gcc.misc-tests/linkage.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988-2018 Free Software Foundation, Inc. +# Copyright (C) 1988-2019 Free Software Foundation, Inc. # This 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 44f46f62f65..2a5d3f9d8d9 100644 --- a/gcc/testsuite/gcc.misc-tests/matrix1.exp +++ b/gcc/testsuite/gcc.misc-tests/matrix1.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 1b970b64885..a52e56f80cd 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 16be07ef86f..863b3d8133c 100644 --- a/gcc/testsuite/gcc.misc-tests/mg.exp +++ b/gcc/testsuite/gcc.misc-tests/mg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 faeae705c08..79535238fca 100644 --- a/gcc/testsuite/gcc.misc-tests/options.exp +++ b/gcc/testsuite/gcc.misc-tests/options.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 b15ed6b9a74..04f46648cad 100644 --- a/gcc/testsuite/gcc.misc-tests/output.exp +++ b/gcc/testsuite/gcc.misc-tests/output.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 64007f22ea3..43214a60c8c 100644 --- a/gcc/testsuite/gcc.misc-tests/sieve.exp +++ b/gcc/testsuite/gcc.misc-tests/sieve.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 e090fd41876..082d8e2117d 100644 --- a/gcc/testsuite/gcc.misc-tests/sort2.exp +++ b/gcc/testsuite/gcc.misc-tests/sort2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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.src/maintainers.exp b/gcc/testsuite/gcc.src/maintainers.exp index b0a09173893..993d1e35afe 100644 --- a/gcc/testsuite/gcc.src/maintainers.exp +++ b/gcc/testsuite/gcc.src/maintainers.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # This 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 43719d61744..c17af6c3084 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 3d2fc37a95b..9d80960e242 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 9f3520ade29..35f2f511fd5 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 3629b7de86b..50b0c672080 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 a193c0cfdab..12e0b5e301a 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This 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 52af47a3c1f..e7627445245 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp b/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp index e2d92d41533..2c1cc46c209 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp +++ b/gcc/testsuite/gcc.target/aarch64/sve/aarch64-sve.exp @@ -1,5 +1,5 @@ # Specific regression driver for AArch64 SVE. -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/aarch64/torture/aarch64-torture.exp b/gcc/testsuite/gcc.target/aarch64/torture/aarch64-torture.exp index 22f08ffbb4e..e4c270625f0 100644 --- a/gcc/testsuite/gcc.target/aarch64/torture/aarch64-torture.exp +++ b/gcc/testsuite/gcc.target/aarch64/torture/aarch64-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # This 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/alpha/alpha.exp b/gcc/testsuite/gcc.target/alpha/alpha.exp index f8759d442a8..5046bbf1b32 100644 --- a/gcc/testsuite/gcc.target/alpha/alpha.exp +++ b/gcc/testsuite/gcc.target/alpha/alpha.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 6038cb83163..a1b86b5b1d5 100644 --- a/gcc/testsuite/gcc.target/arc/arc.exp +++ b/gcc/testsuite/gcc.target/arc/arc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # This 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 3dc2b260396..3d715d12307 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 bc4ce97f717..e5f885a6ccf 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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 2f219492419..0c4981c8316 100644 --- a/gcc/testsuite/gcc.target/arm/arm.exp +++ b/gcc/testsuite/gcc.target/arm/arm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 76da401ba4d..91bba807ee7 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 84d3a8974d9..8ba105bcfc3 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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/multilib.exp b/gcc/testsuite/gcc.target/arm/multilib.exp index cdd06f8265f..f654d7f1b55 100644 --- a/gcc/testsuite/gcc.target/arm/multilib.exp +++ b/gcc/testsuite/gcc.target/arm/multilib.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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 52a2fd6fe93..bf7e4add03f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 cb0000851df..a5b3baa26ac 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 252c2590344..23429fa5dbe 100644 --- a/gcc/testsuite/gcc.target/avr/avr.exp +++ b/gcc/testsuite/gcc.target/avr/avr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 86c0ece4b02..41c9200d966 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 641b54c1193..0a354c5268d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 54375b7222f..b69b7b6b0b0 100644 --- a/gcc/testsuite/gcc.target/bfin/bfin.exp +++ b/gcc/testsuite/gcc.target/bfin/bfin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # This 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 5585c360cd5..99873dd8fbe 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 2b613dfa5da..f8d11aa7498 100644 --- a/gcc/testsuite/gcc.target/cris/cris.exp +++ b/gcc/testsuite/gcc.target/cris/cris.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 d58dd1f9433..1400bfed81d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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/csky/csky.exp b/gcc/testsuite/gcc.target/csky/csky.exp index 9569490fe8d..8e55082f59b 100644 --- a/gcc/testsuite/gcc.target/csky/csky.exp +++ b/gcc/testsuite/gcc.target/csky/csky.exp @@ -1,5 +1,5 @@ # GCC testsuite for C-SKY targets. -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # Contributed by C-SKY Microsystems and Mentor Graphics. # # This program is free software; you can redistribute it and/or modify diff --git a/gcc/testsuite/gcc.target/epiphany/epiphany.exp b/gcc/testsuite/gcc.target/epiphany/epiphany.exp index 2700acd61e8..db38fbfd901 100644 --- a/gcc/testsuite/gcc.target/epiphany/epiphany.exp +++ b/gcc/testsuite/gcc.target/epiphany/epiphany.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # This 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 9a46908a3c1..63cb909aae4 100644 --- a/gcc/testsuite/gcc.target/frv/frv.exp +++ b/gcc/testsuite/gcc.target/frv/frv.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 bc688cb2d70..308158bd048 100644 --- a/gcc/testsuite/gcc.target/h8300/h8300.exp +++ b/gcc/testsuite/gcc.target/h8300/h8300.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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 99ce35f3d09..50c88d85e92 100644 --- a/gcc/testsuite/gcc.target/hppa/hppa.exp +++ b/gcc/testsuite/gcc.target/hppa/hppa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 42bb7e693c1..83b252d2d80 100644 --- a/gcc/testsuite/gcc.target/i386/i386.exp +++ b/gcc/testsuite/gcc.target/i386/i386.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 4ddf9270baf..40286bd96dc 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This 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 e4286d6e440..ddcd4573540 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 66cd31c948b..e98f7074586 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 681a4f66988..38814c9e0a6 100644 --- a/gcc/testsuite/gcc.target/ia64/ia64.exp +++ b/gcc/testsuite/gcc.target/ia64/ia64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 6654e48e7e6..60f8d60c8d9 100644 --- a/gcc/testsuite/gcc.target/m68k/m68k.exp +++ b/gcc/testsuite/gcc.target/m68k/m68k.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 ef98ba462fc..fad3ba90275 100644 --- a/gcc/testsuite/gcc.target/microblaze/microblaze.exp +++ b/gcc/testsuite/gcc.target/microblaze/microblaze.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 dd2ea1b6846..9f48ab9ef94 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 5a3d1edce47..280123858bd 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-2018 Free Software Foundation, Inc. +Copyright (C) 2008-2019 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 56d2d793d6a..9303dbf1e85 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 002cc280e30..81e19f39853 100644 --- a/gcc/testsuite/gcc.target/mips/mips.exp +++ b/gcc/testsuite/gcc.target/mips/mips.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 0bd42c24f2b..50620e9df3d 100644 --- a/gcc/testsuite/gcc.target/msp430/msp430.exp +++ b/gcc/testsuite/gcc.target/msp430/msp430.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This 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 44ce72d2583..f56a94a6dac 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 e8ea003c7ce..37b8a2e16cb 100644 --- a/gcc/testsuite/gcc.target/nios2/nios2.exp +++ b/gcc/testsuite/gcc.target/nios2/nios2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # This 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 2139d20f91a..0a654d31e2a 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This 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/or1k/or1k.exp b/gcc/testsuite/gcc.target/or1k/or1k.exp index 1a4d53a9f79..b5d8a3b4ab3 100644 --- a/gcc/testsuite/gcc.target/or1k/or1k.exp +++ b/gcc/testsuite/gcc.target/or1k/or1k.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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 439ad57f72d..54df9897056 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 24769205dc0..7a344713818 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 fdb3e931d71..c7443a898b7 100644 --- a/gcc/testsuite/gcc.target/powerpc/powerpc.exp +++ b/gcc/testsuite/gcc.target/powerpc/powerpc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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/ppc-fortran/ppc-fortran.exp b/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp index aa819915382..53c3c746442 100644 --- a/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp +++ b/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 439ad57f72d..54df9897056 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/riscv/riscv.exp b/gcc/testsuite/gcc.target/riscv/riscv.exp index 6a141964d22..5462c909e22 100644 --- a/gcc/testsuite/gcc.target/riscv/riscv.exp +++ b/gcc/testsuite/gcc.target/riscv/riscv.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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/rl78/rl78.exp b/gcc/testsuite/gcc.target/rl78/rl78.exp index 6e7de081869..d94c6a645db 100644 --- a/gcc/testsuite/gcc.target/rl78/rl78.exp +++ b/gcc/testsuite/gcc.target/rl78/rl78.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This 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 4dc7d754fce..f078d52716f 100644 --- a/gcc/testsuite/gcc.target/rx/rx.exp +++ b/gcc/testsuite/gcc.target/rx/rx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 a9c428d65ce..4dfb8b5f408 100644 --- a/gcc/testsuite/gcc.target/s390/s390.exp +++ b/gcc/testsuite/gcc.target/s390/s390.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # This 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 033bb4d0e89..2057671cd8f 100644 --- a/gcc/testsuite/gcc.target/sh/sh.exp +++ b/gcc/testsuite/gcc.target/sh/sh.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # This 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 a6bc16a72ce..a88ed01dc80 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # This 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 b7dd325a470..9b5487368e6 100644 --- a/gcc/testsuite/gcc.target/sparc/sparc.exp +++ b/gcc/testsuite/gcc.target/sparc/sparc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 cc8f64df4b1..54114548486 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 d9dc2bd13e5..79ef5b843eb 100644 --- a/gcc/testsuite/gcc.target/spu/spu.exp +++ b/gcc/testsuite/gcc.target/spu/spu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 bdd01f8513e..4cf526f82eb 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 1ed7c8358c5..1e9f2634eee 100644 --- a/gcc/testsuite/gcc.target/tic6x/tic6x.exp +++ b/gcc/testsuite/gcc.target/tic6x/tic6x.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 Free Software Foundation, Inc. # This 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 cf5733d1d9a..6d16025430e 100644 --- a/gcc/testsuite/gcc.target/vax/vax.exp +++ b/gcc/testsuite/gcc.target/vax/vax.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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 d1efac0122d..c10920526c5 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 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 5677ce2f183..84374853267 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-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 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 b02aeaf9907..f8a0fedf018 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This 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 2d44c8ba645..a86dd14974b 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 d9408d81fbb..8b361a31d82 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 e0c72f8d456..9b1892f2a75 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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/ms-sysv/do-test.S b/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/do-test.S index b2fa7326d7e..61b54791c58 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/do-test.S +++ b/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/do-test.S @@ -1,5 +1,5 @@ /* Assembly proxy functions for ms_abi tests. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp b/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp index f42b9be1a1b..4dc33737d7c 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp +++ b/gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp @@ -1,5 +1,5 @@ # Tests for ms_abi to sysv_abi calls. -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 Free Software Foundation, Inc. # Contributed by Daniel Santos # # This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp b/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp index d7284ffe5fe..02602518e46 100644 --- a/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp +++ b/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 3d579799175..db75b88c2d5 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-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 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 94b0339a261..813858cfdad 100644 --- 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 10b2e64e41b..090b2bc806a 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 f8fdce93d28..db4b8665258 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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/gdc.dg/asan/asan.exp b/gcc/testsuite/gdc.dg/asan/asan.exp index bc7c25c7076..4dfed22f877 100644 --- a/gcc/testsuite/gdc.dg/asan/asan.exp +++ b/gcc/testsuite/gdc.dg/asan/asan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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/gdc.dg/dg.exp b/gcc/testsuite/gdc.dg/dg.exp index d05258e898a..bc850ebc006 100644 --- a/gcc/testsuite/gdc.dg/dg.exp +++ b/gcc/testsuite/gdc.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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/gdc.dg/lto/lto.exp b/gcc/testsuite/gdc.dg/lto/lto.exp index 9df69cf80df..72968c8f3a1 100644 --- a/gcc/testsuite/gdc.dg/lto/lto.exp +++ b/gcc/testsuite/gdc.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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/gdc.test/gdc-test.exp b/gcc/testsuite/gdc.test/gdc-test.exp index 28f52dac23b..b8b6b4020ee 100644 --- a/gcc/testsuite/gdc.test/gdc-test.exp +++ b/gcc/testsuite/gdc.test/gdc-test.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # This 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/coarray/caf.exp b/gcc/testsuite/gfortran.dg/coarray/caf.exp index d1a7a56970f..4c6dba1dc22 100644 --- a/gcc/testsuite/gfortran.dg/coarray/caf.exp +++ b/gcc/testsuite/gfortran.dg/coarray/caf.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 5ea0374a20a..e04f32fe3d9 100644 --- a/gcc/testsuite/gfortran.dg/debug/debug.exp +++ b/gcc/testsuite/gfortran.dg/debug/debug.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 aa819915382..53c3c746442 100644 --- a/gcc/testsuite/gfortran.dg/dg.exp +++ b/gcc/testsuite/gfortran.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 0d7ece430ea..287ac78da26 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-2018 Free Software Foundation, Inc. +Copyright (C) 2004-2019 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 3e9a429dde5..f1adb186a1e 100644 --- a/gcc/testsuite/gfortran.dg/goacc/goacc.exp +++ b/gcc/testsuite/gfortran.dg/goacc/goacc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 786fc4a8442..e2404d5eed4 100644 --- a/gcc/testsuite/gfortran.dg/gomp/gomp.exp +++ b/gcc/testsuite/gfortran.dg/gomp/gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 57c2e7d6599..bd5a4e7a96c 100644 --- a/gcc/testsuite/gfortran.dg/graphite/graphite.exp +++ b/gcc/testsuite/gfortran.dg/graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 987ecaf4bcd..05383ce9433 100644 --- a/gcc/testsuite/gfortran.dg/ieee/ieee.exp +++ b/gcc/testsuite/gfortran.dg/ieee/ieee.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 09920274c12..90d9ad2dd89 100644 --- a/gcc/testsuite/gfortran.dg/lto/lto.exp +++ b/gcc/testsuite/gfortran.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 daa30702c1b..6d5c58a0e92 100644 --- a/gcc/testsuite/gfortran.dg/prof/prof.exp +++ b/gcc/testsuite/gfortran.dg/prof/prof.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 05e109f7079..d80bc8fa985 100644 --- a/gcc/testsuite/gfortran.dg/vect/vect.exp +++ b/gcc/testsuite/gfortran.dg/vect/vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 c1c877663f6..eeb6458ee12 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 0bdaf376b82..1027c8b596b 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # This 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 5a87b66a5f5..d10340a18a4 100644 --- a/gcc/testsuite/gnat.dg/dg.exp +++ b/gcc/testsuite/gnat.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 Free Software Foundation, Inc. # This 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/gcov/gcov.exp b/gcc/testsuite/gnat.dg/gcov/gcov.exp index 2dae6049fd5..45ec226280a 100644 --- a/gcc/testsuite/gnat.dg/gcov/gcov.exp +++ b/gcc/testsuite/gnat.dg/gcov/gcov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 9cb9f5250b1..eba3633a63c 100644 --- a/gcc/testsuite/gnat.dg/specs/specs.exp +++ b/gcc/testsuite/gnat.dg/specs/specs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 Free Software Foundation, Inc. # This 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 c51b7d3304c..76f2eba4c45 100644 --- a/gcc/testsuite/gnat.dg/sso/sso.exp +++ b/gcc/testsuite/gnat.dg/sso/sso.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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 a5bdc1a18a9..a10314f20c6 100644 --- a/gcc/testsuite/go.dg/dg.exp +++ b/gcc/testsuite/go.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 0f85fa1cdb2..1a493a7737d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 db3940777fd..b98d1a118f3 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 39451b98a60..4e6a5233c5b 100644 --- a/gcc/testsuite/lib/asan-dg.exp +++ b/gcc/testsuite/lib/asan-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # This 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 4afac16f084..a73c1c88d43 100644 --- a/gcc/testsuite/lib/atomic-dg.exp +++ b/gcc/testsuite/lib/atomic-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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/brig-dg.exp b/gcc/testsuite/lib/brig-dg.exp index ec02b17cda1..df42d9a2ccc 100644 --- a/gcc/testsuite/lib/brig-dg.exp +++ b/gcc/testsuite/lib/brig-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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/brig.exp b/gcc/testsuite/lib/brig.exp index a696c125565..d7be2d81474 100644 --- a/gcc/testsuite/lib/brig.exp +++ b/gcc/testsuite/lib/brig.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 45aa80afa4c..24b654ffc1a 100644 --- a/gcc/testsuite/lib/c-compat.exp +++ b/gcc/testsuite/lib/c-compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 3fb600942d5..dd96f5d1797 100644 --- a/gcc/testsuite/lib/c-torture.exp +++ b/gcc/testsuite/lib/c-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 Free Software Foundation, Inc. # This 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 bfb440f39ab..a98eaccd26d 100644 --- a/gcc/testsuite/lib/clearcap.exp +++ b/gcc/testsuite/lib/clearcap.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 259d708caec..45296e5215e 100644 --- a/gcc/testsuite/lib/compat.exp +++ b/gcc/testsuite/lib/compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # This 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 a12b7f81858..945c83c55a6 100644 --- a/gcc/testsuite/lib/copy-file.exp +++ b/gcc/testsuite/lib/copy-file.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # This 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 0d0d954ba7e..64510c2369a 100644 --- a/gcc/testsuite/lib/dejapatches.exp +++ b/gcc/testsuite/lib/dejapatches.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 076f63dc1ff..aed710a25ee 100644 --- a/gcc/testsuite/lib/dg-pch.exp +++ b/gcc/testsuite/lib/dg-pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # This 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 5c472469a0f..d2495ed5389 100644 --- a/gcc/testsuite/lib/file-format.exp +++ b/gcc/testsuite/lib/file-format.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2019 Free Software Foundation, Inc. # This 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 cd711432960..818da4e072e 100644 --- a/gcc/testsuite/lib/fortran-modules.exp +++ b/gcc/testsuite/lib/fortran-modules.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # This 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 688f98933fd..f55fb1f6659 100644 --- a/gcc/testsuite/lib/fortran-torture.exp +++ b/gcc/testsuite/lib/fortran-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # This 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 36d68e727ad..ddeb4a2adc7 100644 --- a/gcc/testsuite/lib/g++-dg.exp +++ b/gcc/testsuite/lib/g++-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 c0ffcdf9d6a..161044290a2 100644 --- a/gcc/testsuite/lib/g++.exp +++ b/gcc/testsuite/lib/g++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 Free Software Foundation, Inc. # This 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 aaff8774fef..945b48afa39 100644 --- a/gcc/testsuite/lib/gcc-defs.exp +++ b/gcc/testsuite/lib/gcc-defs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 e47f80de3f4..0b0afe2ea0c 100644 --- a/gcc/testsuite/lib/gcc-dg.exp +++ b/gcc/testsuite/lib/gcc-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 0066e157b42..5ce31e7c1df 100644 --- a/gcc/testsuite/lib/gcc-gdb-test.exp +++ b/gcc/testsuite/lib/gcc-gdb-test.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 dd5567650f8..754fe22dd12 100644 --- a/gcc/testsuite/lib/gcc-simulate-thread.exp +++ b/gcc/testsuite/lib/gcc-simulate-thread.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 61e995a638c..63aefa00c85 100644 --- a/gcc/testsuite/lib/gcc.exp +++ b/gcc/testsuite/lib/gcc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 Free Software Foundation, Inc. # This 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 dbd3c8e8e44..e07aa3b14e2 100644 --- a/gcc/testsuite/lib/gcov.exp +++ b/gcc/testsuite/lib/gcov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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/gdc-dg.exp b/gcc/testsuite/lib/gdc-dg.exp index 81d404887d8..631b7f97f61 100644 --- a/gcc/testsuite/lib/gdc-dg.exp +++ b/gcc/testsuite/lib/gdc-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # This 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/gdc.exp b/gcc/testsuite/lib/gdc.exp index 425cb4a61e3..e64b7708520 100644 --- a/gcc/testsuite/lib/gdc.exp +++ b/gcc/testsuite/lib/gdc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # This 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 4aec0a5826e..55687ffaa6d 100644 --- a/gcc/testsuite/lib/gfortran-dg.exp +++ b/gcc/testsuite/lib/gfortran-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 f147425eb5c..387e8656614 100644 --- a/gcc/testsuite/lib/gfortran.exp +++ b/gcc/testsuite/lib/gfortran.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # This 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 427b268c352..c8f02c3a7e0 100644 --- a/gcc/testsuite/lib/gnat-dg.exp +++ b/gcc/testsuite/lib/gnat-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 Free Software Foundation, Inc. # This 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 2f9120aeea6..555922048f2 100644 --- a/gcc/testsuite/lib/gnat.exp +++ b/gcc/testsuite/lib/gnat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 Free Software Foundation, Inc. # This 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 6dcd2612beb..75631f2a174 100644 --- a/gcc/testsuite/lib/go-dg.exp +++ b/gcc/testsuite/lib/go-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 8ad24fad569..213711e41df 100644 --- a/gcc/testsuite/lib/go-torture.exp +++ b/gcc/testsuite/lib/go-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 465e0aba520..e67f6be9d1c 100644 --- a/gcc/testsuite/lib/go.exp +++ b/gcc/testsuite/lib/go.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 c2c35698827..25c934731df 100644 --- a/gcc/testsuite/lib/lto.exp +++ b/gcc/testsuite/lib/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 69ceb56c421..0c8095bd51c 100644 --- a/gcc/testsuite/lib/mike-g++.exp +++ b/gcc/testsuite/lib/mike-g++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988-2018 Free Software Foundation, Inc. +# Copyright (C) 1988-2019 Free Software Foundation, Inc. # This 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 3f82317badd..8224db1b97b 100644 --- a/gcc/testsuite/lib/mike-gcc.exp +++ b/gcc/testsuite/lib/mike-gcc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988-2018 Free Software Foundation, Inc. +# Copyright (C) 1988-2019 Free Software Foundation, Inc. # This 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 6e431d94e1c..751840a9d11 100644 --- a/gcc/testsuite/lib/multiline.exp +++ b/gcc/testsuite/lib/multiline.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 Free Software Foundation, Inc. # This 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 9d230917f26..c04dac1ee96 100644 --- a/gcc/testsuite/lib/obj-c++-dg.exp +++ b/gcc/testsuite/lib/obj-c++-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 05f98f27862..c32f2070f36 100644 --- a/gcc/testsuite/lib/obj-c++.exp +++ b/gcc/testsuite/lib/obj-c++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 7904b2d09e7..4b0553bcb9e 100644 --- a/gcc/testsuite/lib/objc-dg.exp +++ b/gcc/testsuite/lib/objc-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 b9bdddbdce4..a8402332988 100644 --- a/gcc/testsuite/lib/objc-torture.exp +++ b/gcc/testsuite/lib/objc-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 Free Software Foundation, Inc. # This 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 78b83b33f72..3aa94d0e19d 100644 --- a/gcc/testsuite/lib/objc.exp +++ b/gcc/testsuite/lib/objc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 Free Software Foundation, Inc. # This 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 60d85eea9d4..b8503078c0f 100644 --- a/gcc/testsuite/lib/options.exp +++ b/gcc/testsuite/lib/options.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 8b13760efa8..95ad116ccae 100644 --- a/gcc/testsuite/lib/plugin-support.exp +++ b/gcc/testsuite/lib/plugin-support.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 65494cfd4f6..557402c3d58 100644 --- a/gcc/testsuite/lib/profopt.exp +++ b/gcc/testsuite/lib/profopt.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This 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 df36c345341..812c59e6fee 100644 --- a/gcc/testsuite/lib/prune.exp +++ b/gcc/testsuite/lib/prune.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 ad964fb6e9b..cca6d642cc6 100644 --- a/gcc/testsuite/lib/scanasm.exp +++ b/gcc/testsuite/lib/scanasm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # This 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 3d42692b539..42f5c01aa60 100644 --- a/gcc/testsuite/lib/scandump.exp +++ b/gcc/testsuite/lib/scandump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # This 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 56c82c57808..66efa0401ca 100644 --- a/gcc/testsuite/lib/scanipa.exp +++ b/gcc/testsuite/lib/scanipa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # This 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/scanlang.exp b/gcc/testsuite/lib/scanlang.exp index 3c8bf64fa76..3273f9aa860 100644 --- a/gcc/testsuite/lib/scanlang.exp +++ b/gcc/testsuite/lib/scanlang.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # This 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/scanltranstree.exp b/gcc/testsuite/lib/scanltranstree.exp index f536f848551..9f1fd26e2a2 100644 --- a/gcc/testsuite/lib/scanltranstree.exp +++ b/gcc/testsuite/lib/scanltranstree.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # This 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/scanoffloadrtl.exp b/gcc/testsuite/lib/scanoffloadrtl.exp index e836f6d27bb..eb003e56b8d 100644 --- a/gcc/testsuite/lib/scanoffloadrtl.exp +++ b/gcc/testsuite/lib/scanoffloadrtl.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # This 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/scanoffloadtree.exp b/gcc/testsuite/lib/scanoffloadtree.exp index ee92c2bb38a..c89fcd2af88 100644 --- a/gcc/testsuite/lib/scanoffloadtree.exp +++ b/gcc/testsuite/lib/scanoffloadtree.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # This 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 a24d0051668..292ed99e4ae 100644 --- a/gcc/testsuite/lib/scanrtl.exp +++ b/gcc/testsuite/lib/scanrtl.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 Free Software Foundation, Inc. # This 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 d82719094a3..7cbe3ae1f4b 100644 --- a/gcc/testsuite/lib/scantree.exp +++ b/gcc/testsuite/lib/scantree.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # This 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/scanwpaipa.exp b/gcc/testsuite/lib/scanwpaipa.exp index 5ad40bf0340..b5549fd688e 100644 --- a/gcc/testsuite/lib/scanwpaipa.exp +++ b/gcc/testsuite/lib/scanwpaipa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # This 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 17f12f74429..f088aaecb8f 100644 --- a/gcc/testsuite/lib/target-libpath.exp +++ b/gcc/testsuite/lib/target-libpath.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 85fd2f9fdc6..e1da57abcf7 100644 --- a/gcc/testsuite/lib/target-supports-dg.exp +++ b/gcc/testsuite/lib/target-supports-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 7dec43233e0..a9bb6b3bdc6 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2019 Free Software Foundation, Inc. # This 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 bd39cc5bc79..e847fdd4279 100644 --- a/gcc/testsuite/lib/target-utils.exp +++ b/gcc/testsuite/lib/target-utils.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 19fe8052066..a2a737a7a73 100644 --- a/gcc/testsuite/lib/timeout-dg.exp +++ b/gcc/testsuite/lib/timeout-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 3ee641cafb3..07bc36846fb 100644 --- a/gcc/testsuite/lib/timeout.exp +++ b/gcc/testsuite/lib/timeout.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 9f50e1c5cc5..7538b146a67 100644 --- a/gcc/testsuite/lib/torture-options.exp +++ b/gcc/testsuite/lib/torture-options.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 bc6fa613994..e9503cae611 100644 --- a/gcc/testsuite/lib/tsan-dg.exp +++ b/gcc/testsuite/lib/tsan-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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 a52a96b1b83..5b175e0c727 100644 --- a/gcc/testsuite/lib/ubsan-dg.exp +++ b/gcc/testsuite/lib/ubsan-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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 9d32609172a..09518716e7f 100644 --- a/gcc/testsuite/lib/wrapper.exp +++ b/gcc/testsuite/lib/wrapper.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 c2bc7ff356a..030f49d77e0 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 41d50498203..7c0984e7365 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 869dd14224f..8207c521b60 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 Free Software Foundation, Inc. # This 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 0359515fbc4..2f2c8669b04 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 93d2f4be799..6ea6a3b13ae 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # This 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 d2f1b16d7d1..9520eed8005 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 92c96a9307e..7f877d94db9 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 bc750dd6f04..5baa47a97d5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 3f1d361bb1d..f1c3d3f5b91 100644 --- a/gcc/testsuite/objc.dg/attributes/attributes.exp +++ b/gcc/testsuite/objc.dg/attributes/attributes.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 929bca5cfd9..e7226df488f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 89bb4baf44c..12fc07e9055 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 76c5889aa42..2a405fcbcd0 100644 --- a/gcc/testsuite/objc.dg/lto/lto.exp +++ b/gcc/testsuite/objc.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 Free Software Foundation, Inc. # This 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 b178d8b1b2d..12f0e4fba23 100644 --- a/gcc/testsuite/objc.dg/pch/pch.exp +++ b/gcc/testsuite/objc.dg/pch/pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 d5e63062cf0..4ada8ecd76d 100644 --- a/gcc/testsuite/objc.dg/plugin/plugin.exp +++ b/gcc/testsuite/objc.dg/plugin/plugin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 057194304ce..5d65307ca31 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 f2ed65b8037..68a4620ec2b 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 760f11d9583..d2b2ba9a839 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 82ae90d7727..1f928d051e6 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 Free Software Foundation, Inc. # This 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 6d27bc02875..1765528c57e 100644 --- a/gcc/testsuite/objc/compile/compile.exp +++ b/gcc/testsuite/objc/compile/compile.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2018 Free Software Foundation, Inc. +# Copyright (C) 1991-2019 Free Software Foundation, Inc. # This 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 89ec2bbe41c..4cb44b04027 100644 --- a/gcc/testsuite/objc/execute/exceptions/exceptions.exp +++ b/gcc/testsuite/objc/execute/exceptions/exceptions.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2018 Free Software Foundation, Inc. +# Copyright (C) 1991-2019 Free Software Foundation, Inc. # This 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 3849b34e3de..46e5b9549a8 100644 --- a/gcc/testsuite/objc/execute/execute.exp +++ b/gcc/testsuite/objc/execute/execute.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2018 Free Software Foundation, Inc. +# Copyright (C) 1991-2019 Free Software Foundation, Inc. # This 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 2a7defbcc8c..552a87738bd 100644 --- a/gcc/timevar.c +++ b/gcc/timevar.c @@ -1,5 +1,5 @@ /* Timing variables for measuring compiler performance. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 033b48040bb..54154464a58 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 38b01defa4b..ef404d02210 100644 --- a/gcc/timevar.h +++ b/gcc/timevar.h @@ -1,5 +1,5 @@ /* Timing variables for measuring compiler performance. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 ec20bd2fa0f..b2fb0264d4f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 ab20cd98969..9eb4de5d0fc 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1,5 +1,5 @@ /* Top level of GCC compilers (cc1, cc1plus, etc.) - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/toplev.h b/gcc/toplev.h index 98f3ceea872..48cb10c997e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tracer.c b/gcc/tracer.c index 05300a289ea..52f07c56f03 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tracer.h b/gcc/tracer.h index 9b9ed08821a..fb136cd2823 100644 --- a/gcc/tracer.h +++ b/gcc/tracer.h @@ -1,5 +1,5 @@ /* Header file for Tracer. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c index bb7146bc153..0581aae2d69 100644 --- a/gcc/trans-mem.c +++ b/gcc/trans-mem.c @@ -1,5 +1,5 @@ /* Passes for transactional memory support. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. Contributed by Richard Henderson and Aldy Hernandez . diff --git a/gcc/trans-mem.h b/gcc/trans-mem.h index a3181b4f31c..4091df3cb00 100644 --- a/gcc/trans-mem.h +++ b/gcc/trans-mem.h @@ -1,5 +1,5 @@ /* Miscellaneous transactional memory support definitions. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Richard Henderson and Aldy Hernandez . diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index c10cdd02b96..1d7d19ee4d4 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -1,5 +1,5 @@ /* Operations with affine combinations of trees. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 4e9f5bf519f..257e8f69d03 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -1,5 +1,5 @@ /* Operations with affine combinations of trees. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 01401cad6e6..268d26cab07 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 be0ba870c0e..225422b0fff 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -1,5 +1,5 @@ /* Control flow functions for trees. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 95c070a2fb2..212f5ff5919 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 3c82b11e8d8..2adb3953d6b 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -1,5 +1,5 @@ /* CFG cleanup for trees. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-cfgcleanup.h b/gcc/tree-cfgcleanup.h index 0b33d875365..e133bbdfbec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c index a218327d772..a200d973dad 100644 --- a/gcc/tree-chrec.c +++ b/gcc/tree-chrec.c @@ -1,5 +1,5 @@ /* Chains of recurrences. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 e6e16491781..6c793223639 100644 --- a/gcc/tree-chrec.h +++ b/gcc/tree-chrec.h @@ -1,5 +1,5 @@ /* Chains of recurrences. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 d360a4d4c81..a76eab68e15 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-core.h b/gcc/tree-core.h index e7646afe117..ecf732521ab 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-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 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 d30dbd1868c..d9a8d3a7d9d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 439a8b986dd..11aa806a64d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 798a315dbb7..9ba627c90b5 100644 --- a/gcc/tree-dfa.c +++ b/gcc/tree-dfa.c @@ -1,5 +1,5 @@ /* Data flow functions for trees. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 cd37b2c43d3..98810080c65 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-diagnostic.c b/gcc/tree-diagnostic.c index 01eed713df6..7bd74305fe0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-diagnostic.h b/gcc/tree-diagnostic.h index f5b867a971e..3ce61c0c3fc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index fd565d207a8..58cb1ee5a72 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 e91de71d00f..571675a6044 100644 --- a/gcc/tree-dump.h +++ b/gcc/tree-dump.h @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 61414b3c78e..895e25953a8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-eh.h b/gcc/tree-eh.h index 2bd6a856bd9..a588c10dcd5 100644 --- a/gcc/tree-eh.h +++ b/gcc/tree-eh.h @@ -1,5 +1,5 @@ /* Header file for exception handling. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-emutls.c b/gcc/tree-emutls.c index fa4b7e15c45..6fc8370f42c 100644 --- a/gcc/tree-emutls.c +++ b/gcc/tree-emutls.c @@ -1,5 +1,5 @@ /* Lower TLS operations to emulation functions. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 fb5bba425a7..a3fc0249093 100644 --- a/gcc/tree-hash-traits.h +++ b/gcc/tree-hash-traits.h @@ -1,5 +1,5 @@ /* Traits for hashing trees. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-hasher.h b/gcc/tree-hasher.h index b3c955c5dfa..a64f297fb2a 100644 --- a/gcc/tree-hasher.h +++ b/gcc/tree-hasher.h @@ -1,5 +1,5 @@ /* Hash Table Helper for Trees - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0ef7daa49e8..76a5bc481da 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1,5 +1,5 @@ /* If-conversion for vectorizer. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 6876a5a33e6..9e745d11736 100644 --- a/gcc/tree-if-conv.h +++ b/gcc/tree-if-conv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 8c4c82e54e8..c835fca5342 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1,5 +1,5 @@ /* Tree inlining. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 29caab71154..dc25c39fbbc 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -1,5 +1,5 @@ /* Tree inlining hooks and declarations. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 79259b69a26..dad071df6ee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 006a8822d1e..28d34446337 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-iterator.c b/gcc/tree-iterator.c index 943babd3f1c..2c847f3a7cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 cf66568e66d..e27341145e6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 8f61a35e5b1..e12a56f7671 100644 --- a/gcc/tree-loop-distribution.c +++ b/gcc/tree-loop-distribution.c @@ -1,5 +1,5 @@ /* Loop distribution. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 0ad469ada49..504afafbb47 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -1,5 +1,5 @@ /* Nested function decomposition for GIMPLE. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-nested.h b/gcc/tree-nested.h index 6c9b963f89b..98ad7935f5a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c index 754bc8dcad4..dc2aef37f7d 100644 --- a/gcc/tree-nrv.c +++ b/gcc/tree-nrv.c @@ -1,5 +1,5 @@ /* Language independent return value optimizations - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 d925a6caa1b..f9ad7e83943 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 101421e1791..420af3e0633 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 5d8f9a1938f..c75d72737a6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 0e6452d806c..5871103c78b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 81d7742e7a7..5f3c2b59e87 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -1,5 +1,5 @@ /* Loop autoparallelization. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 0de020351bc..f37c479104d 100644 --- a/gcc/tree-parloops.h +++ b/gcc/tree-parloops.h @@ -1,5 +1,5 @@ /* Header file for loop autoparallelization. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 9f9d85fdbc3..47be59b2a11 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 8f42727526a..54e1452e80c 100644 --- a/gcc/tree-phinodes.c +++ b/gcc/tree-phinodes.c @@ -1,5 +1,5 @@ /* Generic routines for manipulating PHIs - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-phinodes.h b/gcc/tree-phinodes.h index 8a06870fb45..0c6174a7823 100644 --- a/gcc/tree-phinodes.h +++ b/gcc/tree-phinodes.h @@ -1,5 +1,5 @@ /* Header file for PHI node routines - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-predcom.c b/gcc/tree-predcom.c index 1711027bdf7..8c4a6581531 100644 --- a/gcc/tree-predcom.c +++ b/gcc/tree-predcom.c @@ -1,5 +1,5 @@ /* Predictive commoning. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 0861cc9a172..ccebfc23d25 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 ea4ebee2301..9f593289666 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 506e00d6e90..ab4a439a5e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 964712ca767..de20d278e55 100644 --- a/gcc/tree-scalar-evolution.c +++ b/gcc/tree-scalar-evolution.c @@ -1,5 +1,5 @@ /* Scalar evolution detector. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 9145281b639..621a57c9e2d 100644 --- a/gcc/tree-scalar-evolution.h +++ b/gcc/tree-scalar-evolution.h @@ -1,5 +1,5 @@ /* Scalar evolution detector. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 e3e37466283..24bc135fa8e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 c8ff8514529..1c17e935914 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 9474e3a0a39..6fa4eae8985 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 66cf2f2c669..27676f4193a 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -1,5 +1,5 @@ /* Alias analysis for trees. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 2ecc04d68fd..a5293cdea89 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 55ee30e7d13..234d9caaaf3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 1b70ad8aa16..1978867a49c 100644 --- a/gcc/tree-ssa-ccp.h +++ b/gcc/tree-ssa-ccp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 6ae9bb90efa..2ea0a66ac27 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 f7876371649..a9c29e88fba 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 b526758701c..89532633e42 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a8261b9a476..e17668580ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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-dce.h b/gcc/tree-ssa-dce.h index 4197c1a43b7..6f4d7d7f861 100644 --- a/gcc/tree-ssa-dce.h +++ b/gcc/tree-ssa-dce.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index e3e009a0e63..534c7222907 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 e2f3cdaad89..f5fb5aa67ab 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 8b7aea0e54e..aa998f416c7 100644 --- a/gcc/tree-ssa-dse.c +++ b/gcc/tree-ssa-dse.c @@ -1,5 +1,5 @@ /* Dead store elimination - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 7449eaf86ae..f3779e9a83d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 ddb9564298b..f30816ace7b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 3febde886d0..04d7b7fa778 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -1,5 +1,5 @@ /* Liveness for SSA trees. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 9aa541804bb..3d8200ebffc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 3a094103c2a..1b8cb82cfd8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 796d334bba6..58da79d0545 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 c2953059fb9..91b9725f422 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 6f56f5aa7f5..89713e13fca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 c04388c77e3..6f21e63a622 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 c05738c24e0..7db4f093503 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 ddda5cf7515..00206597e4d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 78165f389cb..587e94347cd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a7269d91fc1..dc116489218 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 e34b78dc186..7afd85f07d5 100644 --- a/gcc/tree-ssa-loop-prefetch.c +++ b/gcc/tree-ssa-loop-prefetch.c @@ -1,5 +1,5 @@ /* Array prefetching. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 12f6665ca40..9b9d01af950 100644 --- a/gcc/tree-ssa-loop-split.c +++ b/gcc/tree-ssa-loop-split.c @@ -1,5 +1,5 @@ /* Loop splitting. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 711c1cd316f..30a2a9dd26e 100644 --- a/gcc/tree-ssa-loop-unswitch.c +++ b/gcc/tree-ssa-loop-unswitch.c @@ -1,5 +1,5 @@ /* Loop unswitching. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 7771a0d4595..00a09508836 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 c79d543309e..2fc9e8c8051 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 d21077734e6..5f1b3690239 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 7bff676cf52..fb247324cec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 974d40c2fee..72e41ff3790 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 632df271fb7..a81fbf4eb31 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 e185e9c270f..e8353298565 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 2869b602e05..cad1d217ee7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 4d5bce83a2c..a37eff6c7e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 8225ebee49e..a631b637c64 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 73512f65f28..81b635e0787 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a9f45bfd891..07ff42e2d55 100644 --- a/gcc/tree-ssa-reassoc.c +++ b/gcc/tree-ssa-reassoc.c @@ -1,5 +1,5 @@ /* Reassociation for trees. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 700aa1fadc5..2cebb6b37dc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 ea4efd8e23b..5413059baec 100644 --- a/gcc/tree-ssa-sccvn.h +++ b/gcc/tree-ssa-sccvn.h @@ -1,5 +1,5 @@ /* Tree SCC value numbering - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 d1a73a5d64c..2f3ba18d985 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 2cc2b6c0dc5..2328d1cc60e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 0fe8dd0030d..fe762f54d96 100644 --- a/gcc/tree-ssa-sink.c +++ b/gcc/tree-ssa-sink.c @@ -1,5 +1,5 @@ /* Code sinking for trees - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 c74ce0feac5..80309e43998 100644 --- a/gcc/tree-ssa-strlen.c +++ b/gcc/tree-ssa-strlen.c @@ -1,5 +1,5 @@ /* String length optimization - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-ssa-strlen.h b/gcc/tree-ssa-strlen.h index f427fb741a5..6b1b819fffd 100644 --- a/gcc/tree-ssa-strlen.h +++ b/gcc/tree-ssa-strlen.h @@ -1,6 +1,6 @@ /* Declarations of tree-ssa-strlen API. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index cfdfb50854f..ae2a1a6dfc8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 837679a6370..3eb63b5fa6d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 3396a5c28df..affb6d66818 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 21bb7a5909f..93fe6d29234 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 ad5eae308a3..81dc05dc831 100644 --- a/gcc/tree-ssa-threadbackward.c +++ b/gcc/tree-ssa-threadbackward.c @@ -1,5 +1,5 @@ /* SSA Jump Threading - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 8be8d79acab..f7aae524bb9 100644 --- a/gcc/tree-ssa-threadedge.c +++ b/gcc/tree-ssa-threadedge.c @@ -1,5 +1,5 @@ /* SSA Jump Threading - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 1431c52b47c..0e9598975d4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 e7c7ca6fb15..fb045063337 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 0a3d84e65da..d66e8e00133 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 98cc79e8607..a6b7950f5ed 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 d2c50344f71..dad19776efc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 e3eb4b05130..cf366982eef 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -1,5 +1,5 @@ /* Miscellaneous SSA utility functions. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa.h b/gcc/tree-ssa.h index b2d676fe3eb..231e2d24d41 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssanames.c b/gcc/tree-ssanames.c index 24f647af8b9..247ee619aa8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssanames.h b/gcc/tree-ssanames.h index 85372e11d9f..6e6cffbce6a 100644 --- a/gcc/tree-ssanames.h +++ b/gcc/tree-ssanames.h @@ -1,5 +1,5 @@ /* SSA name expresssons routines - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-stdarg.c b/gcc/tree-stdarg.c index f40dc5641cd..3b325cc8cef 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 25759c8c704..64d13ce0e06 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 09ea70b1cba..0084e478934 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 4e7c7429561..b39f576e453 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 63fc45284e0..b7bd276a397 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 a0e9f73d471..2972861731c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 2f1ee8cef86..614c450dd4d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-switch-conversion.h b/gcc/tree-switch-conversion.h index 2e1da298dcc..b3bc4b9ddf7 100644 --- a/gcc/tree-switch-conversion.h +++ b/gcc/tree-switch-conversion.h @@ -1,5 +1,5 @@ /* Tree switch conversion for GNU compiler. - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 8e9c2cbd289..afe8931b5f0 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -1,5 +1,5 @@ /* Tail call optimization on trees. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 2cf31ae5420..7bbd47f4b56 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 1c9701ddffa..fb3d3414ea2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 efaa22fc2d7..58d1850666f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 8934d0e4dd0..6dafb86e870 100644 --- a/gcc/tree-vect-loop.c +++ b/gcc/tree-vect-loop.c @@ -1,5 +1,5 @@ /* Loop Vectorization - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 b216012a5e0..ff952d6f464 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 40c4584d625..0e15087df98 100644 --- a/gcc/tree-vect-slp.c +++ b/gcc/tree-vect-slp.c @@ -1,5 +1,5 @@ /* SLP - Basic Block Vectorization - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 7aa774a0f29..45550927069 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vector-builder.c b/gcc/tree-vector-builder.c index 08652a20f49..f31dc13b4aa 100644 --- a/gcc/tree-vector-builder.c +++ b/gcc/tree-vector-builder.c @@ -1,5 +1,5 @@ /* A class for building vector tree constants. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vector-builder.h b/gcc/tree-vector-builder.h index 6a248a64254..0e36cd17139 100644 --- a/gcc/tree-vector-builder.h +++ b/gcc/tree-vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector tree constants. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 1a6cb56a872..fa5b22efeba 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -1,5 +1,5 @@ /* Vectorizer - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 f1c186b8af5..d26b0f83bd1 100644 --- a/gcc/tree-vectorizer.h +++ b/gcc/tree-vectorizer.h @@ -1,5 +1,5 @@ /* Vectorizer - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 d4470d2a6b3..8d18e19d6e4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 aaf024423e6..9d52b428d05 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.c b/gcc/tree.c index b6cb9f6f7b2..2c0a09dc372 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.def b/gcc/tree.def index b75204ded83..1d6ddedd965 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.h b/gcc/tree.h index ed37e545574..71432cf7d80 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-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/treestruct.def b/gcc/treestruct.def index ca964808b91..8962312ca01 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-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tsan.c b/gcc/tsan.c index 67b111dfc39..7bcf8c897f5 100644 --- a/gcc/tsan.c +++ b/gcc/tsan.c @@ -1,5 +1,5 @@ /* GCC instrumentation plugin for ThreadSanitizer. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 b6c6bfc2801..fde4305bd0e 100644 --- a/gcc/tsan.h +++ b/gcc/tsan.h @@ -1,5 +1,5 @@ /* ThreadSanitizer, a data race detector. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 969b105f073..6d33204a28e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/typeclass.h b/gcc/typeclass.h index df376f7c443..193909228e4 100644 --- a/gcc/typeclass.h +++ b/gcc/typeclass.h @@ -1,5 +1,5 @@ /* Type class enum - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 344920f2d4c..eb60e9f3f7e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 e8ba21982dc..379c4b0d120 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ubsan.c b/gcc/ubsan.c index 9bbcecc58af..d2696302bd0 100644 --- a/gcc/ubsan.c +++ b/gcc/ubsan.c @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 d33f3c55a11..9256f4de873 100644 --- a/gcc/ubsan.h +++ b/gcc/ubsan.h @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/unique-ptr-tests.cc b/gcc/unique-ptr-tests.cc index 9f03872fbd1..9e0f2a9bb6c 100644 --- a/gcc/unique-ptr-tests.cc +++ b/gcc/unique-ptr-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for unique-ptr.h. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/valtrack.c b/gcc/valtrack.c index 5c36db16c16..9b2bb333c0a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 a94190e4a66..f9f4b6d5378 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 2f39ede806a..fbca6524a36 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/value-prof.h b/gcc/value-prof.h index d0b8cda181f..3e0e0580f93 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/var-tracking.c b/gcc/var-tracking.c index 5537fa64085..ba978384d44 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varasm.c b/gcc/varasm.c index dcce541d643..bddd3d26e2d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varasm.h b/gcc/varasm.h index 29e94835f44..857cdf352de 100644 --- a/gcc/varasm.h +++ b/gcc/varasm.h @@ -1,5 +1,5 @@ /* Declarations for varasm.h. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varpool.c b/gcc/varpool.c index 4c90eead390..2aa59f95a00 100644 --- a/gcc/varpool.c +++ b/gcc/varpool.c @@ -1,5 +1,5 @@ /* Callgraph handling code. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/vec-perm-indices.c b/gcc/vec-perm-indices.c index 92489613c1b..cb00b0534c8 100644 --- a/gcc/vec-perm-indices.c +++ b/gcc/vec-perm-indices.c @@ -1,5 +1,5 @@ /* A representation of vector permutation indices. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vec-perm-indices.h b/gcc/vec-perm-indices.h index d805fbb8f76..4549ae7ddaa 100644 --- a/gcc/vec-perm-indices.h +++ b/gcc/vec-perm-indices.h @@ -1,5 +1,5 @@ /* A representation of vector permutation indices. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vec.c b/gcc/vec.c index c08ef0445af..c418cb8660a 100644 --- a/gcc/vec.c +++ b/gcc/vec.c @@ -1,5 +1,5 @@ /* Vector API for GNU compiler. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 407269c5ad3..8c2a39b0b05 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -1,5 +1,5 @@ /* Vector API for GNU compiler. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. Contributed by Nathan Sidwell Re-implemented in C++ by Diego Novillo diff --git a/gcc/vector-builder.h b/gcc/vector-builder.h index 04aaf89a168..9967daa6e4c 100644 --- a/gcc/vector-builder.h +++ b/gcc/vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector constant patterns. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/version.c b/gcc/version.c index f372072cb2f..9416e0252e4 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h index 55b4eedcdb3..a1dc063b219 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index ad0eac2e7d0..9c34be4d314 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-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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/vr-values.c b/gcc/vr-values.c index d71a703ab55..53c6300e540 100644 --- a/gcc/vr-values.c +++ b/gcc/vr-values.c @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vr-values.h b/gcc/vr-values.h index 6785cb68fa7..bd67f73701e 100644 --- a/gcc/vr-values.h +++ b/gcc/vr-values.h @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vtable-verify.c b/gcc/vtable-verify.c index 0f6211f57cf..745b4886211 100644 --- a/gcc/vtable-verify.c +++ b/gcc/vtable-verify.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vtable-verify.h b/gcc/vtable-verify.h index d6579db2d61..9020c9ef47d 100644 --- a/gcc/vtable-verify.h +++ b/gcc/vtable-verify.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/web.c b/gcc/web.c index 1bbb8f32562..4a9bec0c6e2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int-bitmask.h b/gcc/wide-int-bitmask.h index 517bb2ac852..529756f299d 100644 --- a/gcc/wide-int-bitmask.h +++ b/gcc/wide-int-bitmask.h @@ -1,5 +1,5 @@ /* Operation with 128 bit bitmask. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 a7d38a98711..3352977d07f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 14c3233ae22..385915b4a03 100644 --- a/gcc/wide-int-print.h +++ b/gcc/wide-int-print.h @@ -1,5 +1,5 @@ /* Print wide integers. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int-range.cc b/gcc/wide-int-range.cc index 8978b5aecfd..f18cb29447f 100644 --- a/gcc/wide-int-range.cc +++ b/gcc/wide-int-range.cc @@ -1,5 +1,5 @@ /* Support routines for range operations on wide ints. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int-range.h b/gcc/wide-int-range.h index 961d26dbb08..7fbdffd84b3 100644 --- a/gcc/wide-int-range.h +++ b/gcc/wide-int-range.h @@ -1,5 +1,5 @@ /* Support routines for range operations on wide ints. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int.cc b/gcc/wide-int.cc index d9e353c3eac..c2dfe85f2f0 100644 --- a/gcc/wide-int.cc +++ b/gcc/wide-int.cc @@ -1,5 +1,5 @@ /* Operations with very long integers. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9e0535b6be5..25ea0545439 100644 --- a/gcc/wide-int.h +++ b/gcc/wide-int.h @@ -1,5 +1,5 @@ /* Operations with very long integers. -*- C++ -*- - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/xcoff.h b/gcc/xcoff.h index 0113c3b752a..3e01d546515 100644 --- a/gcc/xcoff.h +++ b/gcc/xcoff.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 7799210fbcd..f8ee178c025 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-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 505df4e2a50..7444cf181ba 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/ChangeLog b/include/ChangeLog index 886e9a6ca35..207bfa81915 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-28 Thomas Schwinge * gomp-constants.h (GOACC_FLAG_HOST_FALLBACK) diff --git a/include/ansidecl.h b/include/ansidecl.h index 406473ca9e5..0395c4d0e19 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -1,5 +1,5 @@ /* ANSI and traditional C compatability macros - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify diff --git a/include/demangle.h b/include/demangle.h index 768fc5140ce..f5d9b9e8b5b 100644 --- a/include/demangle.h +++ b/include/demangle.h @@ -1,5 +1,5 @@ /* Defs for interface to demanglers. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License diff --git a/include/dwarf2.def b/include/dwarf2.def index 358844f9bf8..9cce1f892c5 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -1,7 +1,7 @@ /* -*- c -*- Declarations and definitions of codes relating to the DWARF2 and DWARF3 symbolic debugging information formats. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. Written by Gary Funck (gary@intrepid.com) The Ada Joint Program Office (AJPO), Florida State University and Silicon Graphics Inc. diff --git a/include/dwarf2.h b/include/dwarf2.h index cf0039a92ab..e03349da940 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -1,6 +1,6 @@ /* Declarations and definitions of codes relating to the DWARF2 and DWARF3 symbolic debugging information formats. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. Written by Gary Funck (gary@intrepid.com) The Ada Joint Program Office (AJPO), Florida State University and Silicon Graphics Inc. diff --git a/include/dyn-string.h b/include/dyn-string.h index fb2f2a7b41a..fe1df268396 100644 --- a/include/dyn-string.h +++ b/include/dyn-string.h @@ -1,5 +1,5 @@ /* An abstract string datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GCC. diff --git a/include/environ.h b/include/environ.h index 73ada48e48b..9171d87ac30 100644 --- a/include/environ.h +++ b/include/environ.h @@ -1,5 +1,5 @@ /* Declare the environ system variable. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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/include/fibheap.h b/include/fibheap.h index 9fc6dcdfa7c..7b13dada3de 100644 --- a/include/fibheap.h +++ b/include/fibheap.h @@ -1,5 +1,5 @@ /* A Fibonacci heap datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). This file is part of GCC. diff --git a/include/filenames.h b/include/filenames.h index 6164048c275..1bcfddb87ac 100644 --- a/include/filenames.h +++ b/include/filenames.h @@ -5,7 +5,7 @@ use forward- and back-slash in path names interchangeably, and some of them have case-insensitive file names. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/floatformat.h b/include/floatformat.h index 9108b69c51f..4692a5b5475 100644 --- a/include/floatformat.h +++ b/include/floatformat.h @@ -1,5 +1,5 @@ /* IEEE floating point support declarations, for GDB, the GNU Debugger. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/fnmatch.h b/include/fnmatch.h index 280b39e585c..e5336fc7b4d 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* Copyright (C) 1991-2019 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. diff --git a/include/gcc-c-fe.def b/include/gcc-c-fe.def index 73aa50faef9..5334c714c3c 100644 --- a/include/gcc-c-fe.def +++ b/include/gcc-c-fe.def @@ -1,6 +1,6 @@ /* Interface between GCC C FE and GDB -*- c -*- - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-c-interface.h b/include/gcc-c-interface.h index d14472aa7c4..1ad39f2bd1f 100644 --- a/include/gcc-c-interface.h +++ b/include/gcc-c-interface.h @@ -1,6 +1,6 @@ /* Interface between GCC C FE and GDB - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-cp-fe.def b/include/gcc-cp-fe.def index dd564e5befb..5326262375b 100644 --- a/include/gcc-cp-fe.def +++ b/include/gcc-cp-fe.def @@ -1,6 +1,6 @@ /* Interface between GCC C++ FE and GDB -*- c -*- - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-cp-interface.h b/include/gcc-cp-interface.h index 7602fc8ba1f..e20a75019d6 100644 --- a/include/gcc-cp-interface.h +++ b/include/gcc-cp-interface.h @@ -1,6 +1,6 @@ /* Interface between GCC C++ FE and GDB - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-interface.h b/include/gcc-interface.h index ee968af9651..d03e7042069 100644 --- a/include/gcc-interface.h +++ b/include/gcc-interface.h @@ -1,6 +1,6 @@ /* Generic interface between GCC and GDB - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h index dc604c15b4b..31337f034fa 100644 --- a/include/gdb/gdb-index.h +++ b/include/gdb/gdb-index.h @@ -1,5 +1,5 @@ /* Public attributes of the .gdb_index section. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/getopt.h b/include/getopt.h index d596b3d52a6..583d4f6d054 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1,5 +1,5 @@ /* Declarations for getopt. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. diff --git a/include/gomp-constants.h b/include/gomp-constants.h index b6b6733bd87..8b93634f1b8 100644 --- a/include/gomp-constants.h +++ b/include/gomp-constants.h @@ -1,6 +1,6 @@ /* Communication between GCC and libgomp. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/include/hashtab.h b/include/hashtab.h index 531eb101ff7..9bb0293b69a 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. Contributed by Vladimir Makarov (vmakarov@cygnus.com). This program is free software; you can redistribute it and/or modify diff --git a/include/hsa.h b/include/hsa.h index afe6e709b6c..2993443bd3b 100644 --- a/include/hsa.h +++ b/include/hsa.h @@ -1,5 +1,5 @@ /* HSA runtime API 1.0.1 representation description. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/leb128.h b/include/leb128.h index 389fe7a6e79..dc3e72a5bf8 100644 --- a/include/leb128.h +++ b/include/leb128.h @@ -1,5 +1,5 @@ /* Utilities for reading leb128 values. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/include/libiberty.h b/include/libiberty.h index 0823614c00e..d9c0b259cb4 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -1,6 +1,6 @@ /* Function declarations for libiberty. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. Note - certain prototypes declared in this header file are for functions whoes implementation copyright does not belong to the diff --git a/include/longlong.h b/include/longlong.h index 7f3dc17dc0a..3dd8dc3aa80 100644 --- a/include/longlong.h +++ b/include/longlong.h @@ -1,5 +1,5 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/include/lto-symtab.h b/include/lto-symtab.h index e5326a2fedb..5a56cd37cdf 100644 --- a/include/lto-symtab.h +++ b/include/lto-symtab.h @@ -1,5 +1,5 @@ /* Data types used in the IL symbol table. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Rafael Espindola This file is part of GCC. diff --git a/include/md5.h b/include/md5.h index 80bf1edd455..10f234cb793 100644 --- a/include/md5.h +++ b/include/md5.h @@ -1,6 +1,6 @@ /* md5.h - Declaration of functions and data types used for MD5 sum computing library functions. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. diff --git a/include/objalloc.h b/include/objalloc.h index 96d0e67dfd4..8b191e8acdc 100644 --- a/include/objalloc.h +++ b/include/objalloc.h @@ -1,5 +1,5 @@ /* objalloc.h -- routines to allocate memory for objects - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Solutions. This program is free software; you can redistribute it and/or modify it diff --git a/include/obstack.h b/include/obstack.h index 43c71f432df..413228c11c3 100644 --- a/include/obstack.h +++ b/include/obstack.h @@ -1,5 +1,5 @@ /* obstack.h - object stack macros - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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/include/partition.h b/include/partition.h index b024ffa4339..5234279dc2b 100644 --- a/include/partition.h +++ b/include/partition.h @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/include/plugin-api.h b/include/plugin-api.h index 24cd695bf5c..174f01cbab0 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -1,6 +1,6 @@ /* plugin-api.h -- External linker plugin API. */ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of binutils. diff --git a/include/safe-ctype.h b/include/safe-ctype.h index 782f34a6d67..b6d585cded5 100644 --- a/include/safe-ctype.h +++ b/include/safe-ctype.h @@ -1,6 +1,6 @@ /* replacement macros. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by Zack Weinberg . This file is part of the libiberty library. diff --git a/include/sha1.h b/include/sha1.h index 285d1838b63..2eb32700447 100644 --- a/include/sha1.h +++ b/include/sha1.h @@ -1,6 +1,6 @@ /* Declarations of functions and data types used for SHA1 sum library functions. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This 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/include/simple-object.h b/include/simple-object.h index 496d8cc107e..540c3080d5f 100644 --- a/include/simple-object.h +++ b/include/simple-object.h @@ -1,5 +1,5 @@ /* simple-object.h -- simple routines to read and write object files - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/include/sort.h b/include/sort.h index a34a82592d0..7ab0625ad4a 100644 --- a/include/sort.h +++ b/include/sort.h @@ -1,5 +1,5 @@ /* Sorting algorithms. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by Mark Mitchell . This file is part of GCC. diff --git a/include/splay-tree.h b/include/splay-tree.h index fc94fb786fb..0d262729435 100644 --- a/include/splay-tree.h +++ b/include/splay-tree.h @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GCC. diff --git a/include/symcat.h b/include/symcat.h index 7d97c22c063..bb81f4918b9 100644 --- a/include/symcat.h +++ b/include/symcat.h @@ -1,6 +1,6 @@ /* Symbol concatenation utilities. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This 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/include/timeval-utils.h b/include/timeval-utils.h index 76ff25d7c0d..f4951cc790d 100644 --- a/include/timeval-utils.h +++ b/include/timeval-utils.h @@ -1,5 +1,5 @@ /* Basic struct timeval utilities. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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/include/unique-ptr.h b/include/unique-ptr.h index a7255fc5546..246fb6421b4 100644 --- a/include/unique-ptr.h +++ b/include/unique-ptr.h @@ -1,6 +1,6 @@ /* gnu::unique_ptr, a simple std::unique_ptr replacement for C++03. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/vtv-change-permission.h b/include/vtv-change-permission.h index 92aa50f94c1..5b32fda3dc7 100644 --- a/include/vtv-change-permission.h +++ b/include/vtv-change-permission.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/xregex2.h b/include/xregex2.h index 1f5a456dc2e..c8b80daca1a 100644 --- a/include/xregex2.h +++ b/include/xregex2.h @@ -1,7 +1,7 @@ /* Definitions for data structures and routines for the regular expression library, version 0.12. - Copyright (C) 1985-2018 Free Software Foundation, Inc. + Copyright (C) 1985-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. diff --git a/include/xtensa-config.h b/include/xtensa-config.h index d6713d23a6b..13132583fb1 100644 --- a/include/xtensa-config.h +++ b/include/xtensa-config.h @@ -1,5 +1,5 @@ /* Xtensa configuration settings. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica. This program is free software; you can redistribute it and/or modify diff --git a/libada/ChangeLog b/libada/ChangeLog index e6f186c47d4..a9fb7ef5b6f 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-11 Eric Botcazou PR ada/88429 @@ -426,7 +430,7 @@ * New directory, new ChangeLog. -Copyright (C) 2003-2018 Free Software Foundation, Inc. +Copyright (C) 2003-2019 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 aa6c3273c34..522b9207326 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -1,5 +1,5 @@ # Makefile for libada. -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 6c0bb8bed10..9495b23fe23 100644 --- a/libada/configure.ac +++ b/libada/configure.ac @@ -1,5 +1,5 @@ # Configure script for libada. -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 25b4a0ee38d..0bdf5af598d 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 @@ -428,7 +432,7 @@ * Initial commit. -Copyright (C) 2012-2018 Free Software Foundation, Inc. +Copyright (C) 2012-2019 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 28724e8af0a..c1b7c73934a 100644 --- a/libatomic/Makefile.am +++ b/libatomic/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2012-2018 Free Software Foundation, Inc. +## Copyright (C) 2012-2019 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 215604c1a4b..2ed31a8ca8e 100644 --- a/libatomic/cas_n.c +++ b/libatomic/cas_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 b4783ad63bc..27ee55733b4 100644 --- a/libatomic/config/arm/arm-config.h +++ b/libatomic/config/arm/arm-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 22bc02a865c..95e444d0740 100644 --- a/libatomic/config/arm/exch_n.c +++ b/libatomic/config/arm/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/aarch64/host-config.h b/libatomic/config/linux/aarch64/host-config.h index f03259ce908..c1f3277ef01 100644 --- a/libatomic/config/linux/aarch64/host-config.h +++ b/libatomic/config/linux/aarch64/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. 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 54361ba2cf5..7c71de7e67d 100644 --- a/libatomic/config/linux/arm/host-config.h +++ b/libatomic/config/linux/arm/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 773baaab4d3..b92bbc47804 100644 --- a/libatomic/config/linux/arm/init.c +++ b/libatomic/config/linux/arm/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 c5fbe22eb70..86bc8233d73 100644 --- a/libatomic/config/linux/arm/load_n.c +++ b/libatomic/config/linux/arm/load_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 e4c159f3606..7dccf51d745 100644 --- a/libatomic/config/linux/arm/store_n.c +++ b/libatomic/config/linux/arm/store_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 006378f3bd3..47f48c632c5 100644 --- a/libatomic/config/mingw/host-config.h +++ b/libatomic/config/mingw/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 6fa6e015bc4..8b293e514bd 100644 --- a/libatomic/config/mingw/lock.c +++ b/libatomic/config/mingw/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 f141af17598..d1e95e4f1ba 100644 --- a/libatomic/config/posix/host-config.h +++ b/libatomic/config/posix/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 13b2bdc930a..ecec260da14 100644 --- a/libatomic/config/posix/lock.c +++ b/libatomic/config/posix/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 dd0169d8e02..df14c5b70d3 100644 --- a/libatomic/config/rtems/host-config.h +++ b/libatomic/config/rtems/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 4dad9dc5f78..0e023fed678 100644 --- a/libatomic/config/rtems/lock.c +++ b/libatomic/config/rtems/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/s390/exch_n.c b/libatomic/config/s390/exch_n.c index b2340b4aa6a..6670c7f3408 100644 --- a/libatomic/config/s390/exch_n.c +++ b/libatomic/config/s390/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Andreas Krebbel 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 36d86f369fe..9b8a3bd9308 100644 --- a/libatomic/config/x86/fenv.c +++ b/libatomic/config/x86/fenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 0b6c33862ec..843d24017de 100644 --- a/libatomic/config/x86/host-config.h +++ b/libatomic/config/x86/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 5a4cf8b0456..39ccf404677 100644 --- a/libatomic/config/x86/init.c +++ b/libatomic/config/x86/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 6daecb1cb99..78f505916ab 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 ea8c34f8c71..ecbb7d33cc1 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 69f266f97da..b17bd189eaa 100644 --- a/libatomic/exch_n.c +++ b/libatomic/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 deaed53fda8..e580b167446 100644 --- a/libatomic/fadd_n.c +++ b/libatomic/fadd_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 2d194ce90bd..44f0dcbebfe 100644 --- a/libatomic/fence.c +++ b/libatomic/fence.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 b3137a39ea8..8c4dac5e0ba 100644 --- a/libatomic/fenv.c +++ b/libatomic/fenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 eb31f528753..dc9e7cac9c7 100644 --- a/libatomic/flag.c +++ b/libatomic/flag.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 556dbc38616..3c82e243086 100644 --- a/libatomic/fop_n.c +++ b/libatomic/fop_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 804cb93d424..b4f147e4d10 100644 --- a/libatomic/gcas.c +++ b/libatomic/gcas.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 388101c9015..db50183f953 100644 --- a/libatomic/gexch.c +++ b/libatomic/gexch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 c1eebfc1bdd..8b3d0c9f757 100644 --- a/libatomic/glfree.c +++ b/libatomic/glfree.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 f25ef771c4a..811a53ffd39 100644 --- a/libatomic/gload.c +++ b/libatomic/gload.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 dafff4b892a..8983f7fcdce 100644 --- a/libatomic/gstore.c +++ b/libatomic/gstore.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 7a03508edb0..99eb14f4656 100644 --- a/libatomic/host-config.h +++ b/libatomic/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 3891edf30da..1b6c6869ce0 100644 --- a/libatomic/libatomic_i.h +++ b/libatomic/libatomic_i.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 078e1b9b809..0fbbe65d1f4 100644 --- a/libatomic/load_n.c +++ b/libatomic/load_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 259f1a62e9e..9ac088db16d 100644 --- a/libatomic/store_n.c +++ b/libatomic/store_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 8b9f45560d6..63953a402ab 100644 --- a/libatomic/tas_n.c +++ b/libatomic/tas_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 65d8a64cfcf..d605d59a38c 100644 --- a/libatomic/testsuite/config/default.exp +++ b/libatomic/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 a7d55328b68..fc01cd53a7b 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-29 Gerald Pfeifer * Makefile.am (xcoff_%.c): Use an actual newline instead of \n @@ -1053,7 +1057,7 @@ * Initial implementation. -Copyright (C) 2012-2018 Free Software Foundation, Inc. +Copyright (C) 2012-2019 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 dd2744dad3f..527353aa3f0 100644 --- a/libbacktrace/Makefile.am +++ b/libbacktrace/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- Backtrace Makefile. -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 522b59dd59f..36f9671e370 100644 --- a/libbacktrace/alloc.c +++ b/libbacktrace/alloc.c @@ -1,5 +1,5 @@ /* alloc.c -- Memory allocation without mmap. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/allocfail.c b/libbacktrace/allocfail.c index e9149ab977d..dff2968f5ca 100644 --- a/libbacktrace/allocfail.c +++ b/libbacktrace/allocfail.c @@ -1,5 +1,5 @@ /* allocfail.c -- Test for libbacktrace library - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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/allocfail.sh b/libbacktrace/allocfail.sh index 6914de173a3..a9967d55835 100755 --- a/libbacktrace/allocfail.sh +++ b/libbacktrace/allocfail.sh @@ -1,7 +1,7 @@ #!/bin/sh # allocfail.sh -- Test for libbacktrace library. -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 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/atomic.c b/libbacktrace/atomic.c index 5ab1600664d..502ad358603 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 741a0d8d158..2c801d39419 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f8e3dc59d45..29204c63313 100644 --- a/libbacktrace/backtrace.c +++ b/libbacktrace/backtrace.c @@ -1,5 +1,5 @@ /* backtrace.c -- Entry point for stack backtrace library. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 83439ffadce..527438753d9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1348d54da50..636af4d24dc 100644 --- a/libbacktrace/btest.c +++ b/libbacktrace/btest.c @@ -1,5 +1,5 @@ /* btest.c -- Test for libbacktrace library - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c75fc9d7ebc..c992675c621 100644 --- a/libbacktrace/configure.ac +++ b/libbacktrace/configure.ac @@ -1,5 +1,5 @@ # configure.ac -- Backtrace configure script. -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 733da19ebf3..c9ce38342ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/edtest.c b/libbacktrace/edtest.c index 3a2cac411e6..0aafafcc152 100644 --- a/libbacktrace/edtest.c +++ b/libbacktrace/edtest.c @@ -1,5 +1,5 @@ /* edtest.c -- Test for libbacktrace storage allocation stress handling - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/edtest2.c b/libbacktrace/edtest2.c index e0c0470be9b..1ba5d739618 100644 --- a/libbacktrace/edtest2.c +++ b/libbacktrace/edtest2.c @@ -1,5 +1,5 @@ /* edtest2.c -- Test for libbacktrace storage allocation stress handling (p2) - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/elf.c b/libbacktrace/elf.c index f4863f0bea5..85a323c5876 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e5673068379..369c9deed1b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/instrumented_alloc.c b/libbacktrace/instrumented_alloc.c index ba42ea65a04..c2792b55f62 100644 --- a/libbacktrace/instrumented_alloc.c +++ b/libbacktrace/instrumented_alloc.c @@ -1,6 +1,6 @@ /* instrumented_alloc.c -- Memory allocation instrumented to fail when requested, for testing purposes. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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/internal.h b/libbacktrace/internal.h index 548f9d70905..bf3e7d1989f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9f896a1bb99..1b6366496aa 100644 --- a/libbacktrace/mmap.c +++ b/libbacktrace/mmap.c @@ -1,5 +1,5 @@ /* mmap.c -- Memory allocation with mmap. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 94e8c932347..a87eb8f2c36 100644 --- a/libbacktrace/mmapio.c +++ b/libbacktrace/mmapio.c @@ -1,5 +1,5 @@ /* mmapio.c -- File views using mmap. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0a046cc2943..f1f1387921f 100644 --- a/libbacktrace/nounwind.c +++ b/libbacktrace/nounwind.c @@ -1,5 +1,5 @@ /* backtrace.c -- Entry point for stack backtrace library. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 85737d61d49..f51fc0f13c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 ce441d98ffb..baffb85b04d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 3c6bad28352..b2f45446443 100644 --- a/libbacktrace/print.c +++ b/libbacktrace/print.c @@ -1,5 +1,5 @@ /* print.c -- Print the current backtrace. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 211d6457cff..010f8f26148 100644 --- a/libbacktrace/read.c +++ b/libbacktrace/read.c @@ -1,5 +1,5 @@ /* read.c -- File views without mmap. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 510877c235e..d439fcee8e2 100644 --- a/libbacktrace/simple.c +++ b/libbacktrace/simple.c @@ -1,5 +1,5 @@ /* simple.c -- The backtrace_simple function. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9121bcb8d99..6fe5ba2463c 100644 --- a/libbacktrace/sort.c +++ b/libbacktrace/sort.c @@ -1,5 +1,5 @@ /* sort.c -- Sort without allocating memory - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ad360a6b16e..6196c267e16 100644 --- a/libbacktrace/state.c +++ b/libbacktrace/state.c @@ -1,5 +1,5 @@ /* state.c -- Create the backtrace state. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2eb98808d46..2b9593415a7 100644 --- a/libbacktrace/stest.c +++ b/libbacktrace/stest.c @@ -1,5 +1,5 @@ /* stest.c -- Test for libbacktrace internal sort function - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/test_format.c b/libbacktrace/test_format.c index bb65b8c083a..3758e4d12c8 100644 --- a/libbacktrace/test_format.c +++ b/libbacktrace/test_format.c @@ -1,5 +1,5 @@ /* test_format.c -- Test for libbacktrace library - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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/testlib.c b/libbacktrace/testlib.c index 6dbef7c38f3..7a32e902afd 100644 --- a/libbacktrace/testlib.c +++ b/libbacktrace/testlib.c @@ -1,5 +1,5 @@ /* testlib.c -- test functions for libbacktrace library - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/testlib.h b/libbacktrace/testlib.h index 5094656f175..bc302f11f3c 100644 --- a/libbacktrace/testlib.h +++ b/libbacktrace/testlib.h @@ -1,5 +1,5 @@ /* testlib.h -- Header for test functions for libbacktrace library - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/ttest.c b/libbacktrace/ttest.c index ca55e9b3722..192e085fde3 100644 --- a/libbacktrace/ttest.c +++ b/libbacktrace/ttest.c @@ -1,5 +1,5 @@ /* ttest.c -- Test for libbacktrace library - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/unittest.c b/libbacktrace/unittest.c index 3471d78488d..a8287f7c140 100644 --- a/libbacktrace/unittest.c +++ b/libbacktrace/unittest.c @@ -1,5 +1,5 @@ /* unittest.c -- Test for libbacktrace library - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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/unknown.c b/libbacktrace/unknown.c index be521a85c50..3230c43d0d4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/xcoff.c b/libbacktrace/xcoff.c index 84d0340d744..111134d4d21 100644 --- a/libbacktrace/xcoff.c +++ b/libbacktrace/xcoff.c @@ -1,5 +1,5 @@ /* xcoff.c -- Get debug data from an XCOFF file for backtraces. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Adapted from elf.c. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/ztest.c b/libbacktrace/ztest.c index 9cd712a1e0b..aeb83dc04ce 100644 --- a/libbacktrace/ztest.c +++ b/libbacktrace/ztest.c @@ -1,5 +1,5 @@ /* ztest.c -- Test for libbacktrace inflate code. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index f48ba14f9dc..0570304b9b7 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-11-13 David Malcolm * libcc1plugin.cc: Replace "source_location" with "location_t". diff --git a/libcc1/Makefile.am b/libcc1/Makefile.am index 6ecb66b4365..72c6aead475 100644 --- a/libcc1/Makefile.am +++ b/libcc1/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2014-2018 Free Software Foundation, Inc. +## Copyright (C) 2014-2019 Free Software Foundation, Inc. ## This file is part of GCC. diff --git a/libcc1/callbacks.cc b/libcc1/callbacks.cc index 7d3e236e0ed..4f79794e0dd 100644 --- a/libcc1/callbacks.cc +++ b/libcc1/callbacks.cc @@ -1,5 +1,5 @@ /* Callback management. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/callbacks.hh b/libcc1/callbacks.hh index 0f72758ff49..127c4df085f 100644 --- a/libcc1/callbacks.hh +++ b/libcc1/callbacks.hh @@ -1,5 +1,5 @@ /* Callback management - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/compiler-name.hh b/libcc1/compiler-name.hh index f224d9e7621..1987c167624 100644 --- a/libcc1/compiler-name.hh +++ b/libcc1/compiler-name.hh @@ -1,5 +1,5 @@ /* The names of the compilers we use. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/configure.ac b/libcc1/configure.ac index 8169d25ae4b..78bd2087497 100644 --- a/libcc1/configure.ac +++ b/libcc1/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2014-2018 Free Software Foundation, Inc. +dnl Copyright (C) 2014-2019 Free Software Foundation, Inc. dnl dnl This file is part of GCC. dnl diff --git a/libcc1/connection.cc b/libcc1/connection.cc index ee395149756..fc91f0a005c 100644 --- a/libcc1/connection.cc +++ b/libcc1/connection.cc @@ -1,5 +1,5 @@ /* Connect implementation - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/connection.hh b/libcc1/connection.hh index 321b0ef4f31..e5facfbfd53 100644 --- a/libcc1/connection.hh +++ b/libcc1/connection.hh @@ -1,5 +1,5 @@ /* Plugin connection declarations - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/findcomp.cc b/libcc1/findcomp.cc index 1bbd6bf9913..6507269ed69 100644 --- a/libcc1/findcomp.cc +++ b/libcc1/findcomp.cc @@ -1,5 +1,5 @@ /* Find the correct compiler. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/findcomp.hh b/libcc1/findcomp.hh index 14518b82fad..f8943f6fb74 100644 --- a/libcc1/findcomp.hh +++ b/libcc1/findcomp.hh @@ -1,5 +1,5 @@ /* Find the correct compiler. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcc1.cc b/libcc1/libcc1.cc index 8647c17cd3c..1482463d7f1 100644 --- a/libcc1/libcc1.cc +++ b/libcc1/libcc1.cc @@ -1,5 +1,5 @@ /* The library used by gdb. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc index f759c79844b..52907adb7de 100644 --- a/libcc1/libcc1plugin.cc +++ b/libcc1/libcc1plugin.cc @@ -1,5 +1,5 @@ /* Library interface to C front end - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc index b1834a6318f..8bec64b3e66 100644 --- a/libcc1/libcp1.cc +++ b/libcc1/libcp1.cc @@ -1,5 +1,5 @@ /* The library used by gdb. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc index f8ed90b835f..2aab488ba2a 100644 --- a/libcc1/libcp1plugin.cc +++ b/libcc1/libcp1plugin.cc @@ -1,5 +1,5 @@ /* Library interface to C++ front end. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. As it interacts with GDB through libcc1, they all become a single program as regards the GNU GPL's requirements. diff --git a/libcc1/marshall-c.hh b/libcc1/marshall-c.hh index eddd8965ace..76cbf1105f1 100644 --- a/libcc1/marshall-c.hh +++ b/libcc1/marshall-c.hh @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling of C-specific types. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall-cp.hh b/libcc1/marshall-cp.hh index d4074bd7548..d5898ac65f8 100644 --- a/libcc1/marshall-cp.hh +++ b/libcc1/marshall-cp.hh @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling of C++-specific types. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall.cc b/libcc1/marshall.cc index fe490878e54..8fdeff6ad7d 100644 --- a/libcc1/marshall.cc +++ b/libcc1/marshall.cc @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall.hh b/libcc1/marshall.hh index 09bfbfc3395..4e5c82b543c 100644 --- a/libcc1/marshall.hh +++ b/libcc1/marshall.hh @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/names.cc b/libcc1/names.cc index 1248498abd8..5e069f8ee01 100644 --- a/libcc1/names.cc +++ b/libcc1/names.cc @@ -1,5 +1,5 @@ /* String definitions. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/names.hh b/libcc1/names.hh index 65dceea4933..1d90d2ca8ff 100644 --- a/libcc1/names.hh +++ b/libcc1/names.hh @@ -1,5 +1,5 @@ /* String declarations. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/rpc.hh b/libcc1/rpc.hh index 0e053f4c063..a0403a7796a 100644 --- a/libcc1/rpc.hh +++ b/libcc1/rpc.hh @@ -1,5 +1,5 @@ /* RPC call and callback templates - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/status.hh b/libcc1/status.hh index 12fb7780753..1d0f1d35497 100644 --- a/libcc1/status.hh +++ b/libcc1/status.hh @@ -1,5 +1,5 @@ /* status type definition - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 74a956c0377..eec6a57aef5 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-11-27 Mike Gulick PR preprocessor/83173 @@ -5717,7 +5721,7 @@ * include/symtab.h: Moved from gcc/hashtable.h. Change header guard name. -Copyright (C) 2004-2018 Free Software Foundation, Inc. +Copyright (C) 2004-2019 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 835c835183f..81be1fd67ec 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. #This file is part of libcpp. diff --git a/libcpp/charset.c b/libcpp/charset.c index 9f2620cef45..8a0e5cbb29b 100644 --- a/libcpp/charset.c +++ b/libcpp/charset.c @@ -1,5 +1,5 @@ /* CPP Library - charsets - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 c2bcd9fc5ef..ea9aa1daeca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 7a8db572c3f..1a35c0768b0 100644 --- a/libcpp/directives.c +++ b/libcpp/directives.c @@ -1,5 +1,5 @@ /* CPP Library. (Directive handling.) - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 6746428ecf3..ff5e1c29076 100644 --- a/libcpp/errors.c +++ b/libcpp/errors.c @@ -1,5 +1,5 @@ /* Default error handlers for CPP Library. - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 a639f5a47bc..6ab5493d089 100644 --- a/libcpp/expr.c +++ b/libcpp/expr.c @@ -1,5 +1,5 @@ /* Parse C expressions for cpplib. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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 fe80e84454b..77dc1889471 100644 --- a/libcpp/files.c +++ b/libcpp/files.c @@ -1,5 +1,5 @@ /* Part of CPP library. File handling. - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 3d42d1a6b8d..59b2dd85e8c 100644 --- a/libcpp/identifiers.c +++ b/libcpp/identifiers.c @@ -1,5 +1,5 @@ /* Hash tables for the CPP library. - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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/cpplib.h b/libcpp/include/cpplib.h index ba99be612a5..87cc6a39213 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -1,5 +1,5 @@ /* Definitions for CPP library. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 357b211cc38..a6eb87c2ec0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 aefb69d4927..161291a4f1a 100644 --- a/libcpp/include/mkdeps.h +++ b/libcpp/include/mkdeps.h @@ -1,5 +1,5 @@ /* Dependency generator for Makefile fragments. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 c08a4f29ca2..34d6bdc2988 100644 --- a/libcpp/include/symtab.h +++ b/libcpp/include/symtab.h @@ -1,5 +1,5 @@ /* Hash tables. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This 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 849aedc67f2..60d25889857 100644 --- a/libcpp/init.c +++ b/libcpp/init.c @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 59e18ec3db3..0bd7df98585 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -1,5 +1,5 @@ /* Part of CPP library. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This 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 3a2fdb175ca..eedfcbb3146 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -1,5 +1,5 @@ /* CPP Library - lexical analysis. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 bea7bb81d1c..ff679ed6fc3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This 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 3cbf24ec95f..30d3686451c 100644 --- a/libcpp/macro.c +++ b/libcpp/macro.c @@ -1,5 +1,5 @@ /* Part of CPP library. (Macro and #define handling.) - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 5f85462ac04..89aeb8acbb2 100644 --- a/libcpp/makeucnid.c +++ b/libcpp/makeucnid.c @@ -1,5 +1,5 @@ /* Make ucnid.h from various sources. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This 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-2018 Free Software Foundation, Inc.\n\ + Copyright (C) 2003-2019 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 38fd9d82cd9..e506200627b 100644 --- a/libcpp/mkdeps.c +++ b/libcpp/mkdeps.c @@ -1,5 +1,5 @@ /* Dependency generator for Makefile fragments. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 fb6c12a9105..fab34aeb049 100644 --- a/libcpp/pch.c +++ b/libcpp/pch.c @@ -1,5 +1,5 @@ /* Part of CPP library. (Precompiled header reading/writing.) - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This 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 de30bb83bfc..26c094e85c8 100644 --- a/libcpp/symtab.c +++ b/libcpp/symtab.c @@ -1,5 +1,5 @@ /* Hash tables. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This 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 3fde817cb83..12016f56df0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcpp/traditional.c b/libcpp/traditional.c index a5383375cf1..f1e72796cf2 100644 --- a/libcpp/traditional.c +++ b/libcpp/traditional.c @@ -1,5 +1,5 @@ /* CPP Library - traditional lexical analysis and macro expansion. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9d2c0ae2979..6b9137fe999 100644 --- a/libcpp/ucnid.h +++ b/libcpp/ucnid.h @@ -1,5 +1,5 @@ /* Unicode characters and various properties. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This 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 dca0ed2ac4f..8c0371ba7a4 100644 --- a/libcpp/ucnid.tab +++ b/libcpp/ucnid.tab @@ -1,5 +1,5 @@ ; Table of UCNs which are valid in identifiers. -; Copyright (C) 2003-2018 Free Software Foundation, Inc. +; Copyright (C) 2003-2019 Free Software Foundation, Inc. ; ; This 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 9a85b48092c..62a2e57467d 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 @@ -698,7 +702,7 @@ * decDPD.h: Likewise. * decLibrary.c, decRound.c: Likewise. -Copyright (C) 2005-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 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 1365ca27f45..3dcda6d00ec 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 b2b14760f9a..090504c0d1f 100644 --- a/libdecnumber/bid/bid-dpd.h +++ b/libdecnumber/bid/bid-dpd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 6657c07e91c..63d3cecfe8d 100644 --- a/libdecnumber/bid/bid2dpd_dpd2bid.c +++ b/libdecnumber/bid/bid2dpd_dpd2bid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 fd092be72fd..f6595e22c52 100644 --- a/libdecnumber/bid/bid2dpd_dpd2bid.h +++ b/libdecnumber/bid/bid2dpd_dpd2bid.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal128.c b/libdecnumber/bid/decimal128.c index 36456217b7f..0672200ef68 100644 --- a/libdecnumber/bid/decimal128.c +++ b/libdecnumber/bid/decimal128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal32.c b/libdecnumber/bid/decimal32.c index abf3339d54c..3e52f188654 100644 --- a/libdecnumber/bid/decimal32.c +++ b/libdecnumber/bid/decimal32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal64.c b/libdecnumber/bid/decimal64.c index aa5fdc3bf78..55c41b33bbd 100644 --- a/libdecnumber/bid/decimal64.c +++ b/libdecnumber/bid/decimal64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 bb852dd7757..f21a2e33599 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 d19c446f12e..914216fba1b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 e2cc231d49e..32564fd68b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/configure.ac b/libdecnumber/configure.ac index 16c7465b327..7cd1f4dbc6b 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libdecnumber/dconfig.h b/libdecnumber/dconfig.h index c928086f11b..94627be7cbc 100644 --- a/libdecnumber/dconfig.h +++ b/libdecnumber/dconfig.h @@ -1,5 +1,5 @@ /* Configure decNumber for either host or target. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decBasic.c b/libdecnumber/decBasic.c index b2c6ff34eaa..fb0033dd891 100644 --- a/libdecnumber/decBasic.c +++ b/libdecnumber/decBasic.c @@ -1,5 +1,5 @@ /* Common base code for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 8fc1798e427..6d60a21b7a5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 5553c02af73..d8821bc9387 100644 --- a/libdecnumber/decContext.c +++ b/libdecnumber/decContext.c @@ -1,5 +1,5 @@ /* Decimal context module for the decNumber C Library. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 350207ccaaf..96134f24a63 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 f8a1dac1b88..5ad3dfc0788 100644 --- a/libdecnumber/decDPD.h +++ b/libdecnumber/decDPD.h @@ -1,5 +1,5 @@ /* Conversion lookup tables for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 86d2cf98e0a..2707a6d4c6c 100644 --- a/libdecnumber/decDouble.c +++ b/libdecnumber/decDouble.c @@ -1,5 +1,5 @@ /* decDouble module for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 109324b29ab..443d0b06a79 100644 --- a/libdecnumber/decDouble.h +++ b/libdecnumber/decDouble.h @@ -1,5 +1,5 @@ /* decDouble module header for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 c3991ac058f..5fff787e8c1 100644 --- a/libdecnumber/decExcept.c +++ b/libdecnumber/decExcept.c @@ -1,5 +1,5 @@ /* Temporary library support for decimal floating point. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decExcept.h b/libdecnumber/decExcept.h index 9e2577f25a7..db04c5406ca 100644 --- a/libdecnumber/decExcept.h +++ b/libdecnumber/decExcept.h @@ -1,5 +1,5 @@ /* Temporary library support for decimal floating point. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decLibrary.c b/libdecnumber/decLibrary.c index 4f3569152bd..279566e77af 100644 --- a/libdecnumber/decLibrary.c +++ b/libdecnumber/decLibrary.c @@ -1,5 +1,5 @@ /* Temporary library support for decimal floating point. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c index e4194211fdc..2fff5c35457 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 09740a67f27..2d8608a82d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 93645b3cd02..e2cf0eb8797 100644 --- a/libdecnumber/decNumberLocal.h +++ b/libdecnumber/decNumberLocal.h @@ -1,5 +1,5 @@ /* Local definitions for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 16440f43ef7..51575a27afb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 e1aab6e3b6f..ac6bbdf0651 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 2f2f5a2c892..ae4200e0097 100644 --- a/libdecnumber/decQuad.c +++ b/libdecnumber/decQuad.c @@ -1,5 +1,5 @@ /* decQuad module for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 50e933f7347..f2dea749319 100644 --- a/libdecnumber/decQuad.h +++ b/libdecnumber/decQuad.h @@ -1,5 +1,5 @@ /* decQuad module header for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 925de58ff03..027b16b6506 100644 --- a/libdecnumber/decRound.c +++ b/libdecnumber/decRound.c @@ -1,6 +1,6 @@ /* Internal testing support for rounding for decimal float. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decRound.h b/libdecnumber/decRound.h index 28241abcc7d..f18c80d351f 100644 --- a/libdecnumber/decRound.h +++ b/libdecnumber/decRound.h @@ -1,6 +1,6 @@ /* Internal testing support for rounding for decimal float. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decSingle.c b/libdecnumber/decSingle.c index fade4c8202b..df758c4ed9c 100644 --- a/libdecnumber/decSingle.c +++ b/libdecnumber/decSingle.c @@ -1,5 +1,5 @@ /* decSingle module for the decNumber C Library. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 ec3ae704712..be022f6d3d2 100644 --- a/libdecnumber/decSingle.h +++ b/libdecnumber/decSingle.h @@ -1,5 +1,5 @@ /* decSingle module header for the decNumber C Library. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 d0b140cc0ce..9b0fb819d0d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 c9a17e85e29..dba70e3df76 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 bb4ea04b077..7b55d3adc6f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal32.c b/libdecnumber/dpd/decimal32.c index 896c334a213..033ba857627 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 ef69135a7a0..34f89c43d4c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 c12ef1bb1f1..6777c086211 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 2d4dca69d77..17a8d5ac994 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 1d2dc17a1a6..e4bb43896b8 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-20 H.J. Lu * unwind-pe.h (read_encoded_value_with_base): Add GCC pragma @@ -9682,7 +9686,7 @@ shared-object.mk, siditi-object.mk, static-object.mk: New files. * configure: Generated. -Copyright (C) 2007-2018 Free Software Foundation, Inc. +Copyright (C) 2007-2019 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 aeb96c475e2..8b0f0cf042b 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -1,6 +1,6 @@ # Makefile.in -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config.host b/libgcc/config.host index 1cbc8aca1cb..e531771417c 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1,5 +1,5 @@ # libgcc host-specific configuration file. -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/libgcc/config/aarch64/aarch64-unwind.h b/libgcc/config/aarch64/aarch64-unwind.h index ff05226f49c..223ac9157f1 100644 --- a/libgcc/config/aarch64/aarch64-unwind.h +++ b/libgcc/config/aarch64/aarch64-unwind.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/libgcc/config/aarch64/crtfastmath.c b/libgcc/config/aarch64/crtfastmath.c index 31592ace880..3a3a40a7850 100644 --- a/libgcc/config/aarch64/crtfastmath.c +++ b/libgcc/config/aarch64/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2018 Free Software Foundation, Inc. + * Copyright (C) 2014-2019 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 a56ab62b357..268e3e7d115 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 cec9d729e87..93ba03ed6ca 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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/freebsd-unwind.h b/libgcc/config/aarch64/freebsd-unwind.h index 57dba20b2af..e0ca978b6e8 100644 --- a/libgcc/config/aarch64/freebsd-unwind.h +++ b/libgcc/config/aarch64/freebsd-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for FreeBSD/ARM64 (aarch64). - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/libgcc/config/aarch64/linux-unwind.h b/libgcc/config/aarch64/linux-unwind.h index e27ec86185e..ac1af97b377 100644 --- a/libgcc/config/aarch64/linux-unwind.h +++ b/libgcc/config/aarch64/linux-unwind.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 ee4e9b877dc..8db7ef05086 100644 --- a/libgcc/config/aarch64/sfp-exceptions.c +++ b/libgcc/config/aarch64/sfp-exceptions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 Free Software Foundation, Inc. + * Copyright (C) 2012-2019 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 863c149a83b..4c99eb4d33e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 8f30509df8e..791f5e42ff4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 188daf46961..8c50d5dc1eb 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/libgcc/config/aarch64/value-unwind.h b/libgcc/config/aarch64/value-unwind.h index e15396250b0..8e99d8e12ae 100644 --- a/libgcc/config/aarch64/value-unwind.h +++ b/libgcc/config/aarch64/value-unwind.h @@ -1,5 +1,5 @@ /* Store register values as _Unwind_Word type in DWARF2 EH unwind context. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/alpha/crtfastmath.c b/libgcc/config/alpha/crtfastmath.c index 4963c3ea421..377da964861 100644 --- a/libgcc/config/alpha/crtfastmath.c +++ b/libgcc/config/alpha/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2018 Free Software Foundation, Inc. + * Copyright (C) 2001-2019 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 3d8be56d12a..6666bc63952 100644 --- a/libgcc/config/alpha/libgcc-alpha-ldbl.ver +++ b/libgcc/config/alpha/libgcc-alpha-ldbl.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 5519859a326..ec75c793454 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 41b165c8747..25bfc6ed7f7 100644 --- a/libgcc/config/alpha/qrnnd.S +++ b/libgcc/config/alpha/qrnnd.S @@ -1,5 +1,5 @@ # Alpha 21064 __udiv_qrnnd - # Copyright (C) 1992-2018 Free Software Foundation, Inc. + # Copyright (C) 1992-2019 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 4d8be91e5f7..761058ab677 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 5380641a4b4..abd70b363e7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d566bd11903..cebf25ca31b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 1fc8e4e978f..cfe68161da0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 4f22786959e..1d50f538ffd 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 43166dcdbc8..07e3231dd33 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 932630fc710..24b12011a06 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 928701810fe..59066292588 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 2f8963915f5..afdc89b7ab9 100644 --- a/libgcc/config/arc/divtab-arc700.c +++ b/libgcc/config/arc/divtab-arc700.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 d1a697574ce..dd657da3450 100644 --- a/libgcc/config/arc/dp-hack.h +++ b/libgcc/config/arc/dp-hack.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 8b3ee322aea..f326798ecc1 100644 --- a/libgcc/config/arc/fp-hack.h +++ b/libgcc/config/arc/fp-hack.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 54b99d4251a..be80f46ada1 100644 --- a/libgcc/config/arc/ieee-754/adddf3.S +++ b/libgcc/config/arc/ieee-754/adddf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 b33a95f4b52..709ce867e67 100644 --- a/libgcc/config/arc/ieee-754/addsf3.S +++ b/libgcc/config/arc/ieee-754/addsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d8df22cfd72..9652f08511b 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 20b06715c4f..01cb8e469a2 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 07ae4af9ec0..99ed31b4ed6 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 22c01de61b4..a19510610f6 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 7c2204f047f..08087829149 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 67f0af98502..f10eaeab1e2 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 73e3e9e027b..254ae06b7b3 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 f7eb664764e..114c6f0f546 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 a9a9fa70fea..4840468e5bc 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 8a868af883e..12a31452572 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 344f489298d..eabba55905c 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 c2f2252d9f4..6184f7c5049 100644 --- a/libgcc/config/arc/ieee-754/divdf3.S +++ b/libgcc/config/arc/ieee-754/divdf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 b6d0b4db10c..de0cb2f41b2 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 76d002d3773..5a90fb939ee 100644 --- a/libgcc/config/arc/ieee-754/divsf3.S +++ b/libgcc/config/arc/ieee-754/divsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 c62deef4858..a7691ab337d 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 5a347f59753..e031a1bb4be 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 f8c752b17c1..93dd0ee6204 100644 --- a/libgcc/config/arc/ieee-754/eqdf2.S +++ b/libgcc/config/arc/ieee-754/eqdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 345a584c713..f835ddffd2d 100644 --- a/libgcc/config/arc/ieee-754/eqsf2.S +++ b/libgcc/config/arc/ieee-754/eqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 4cb072f814f..5dd08c462d9 100644 --- a/libgcc/config/arc/ieee-754/extendsfdf2.S +++ b/libgcc/config/arc/ieee-754/extendsfdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 5f0e60cc951..bae02812090 100644 --- a/libgcc/config/arc/ieee-754/fixdfsi.S +++ b/libgcc/config/arc/ieee-754/fixdfsi.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d1862d8678a..e769daa5fff 100644 --- a/libgcc/config/arc/ieee-754/fixsfsi.S +++ b/libgcc/config/arc/ieee-754/fixsfsi.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 6340dc253ce..1978fa4e1eb 100644 --- a/libgcc/config/arc/ieee-754/fixunsdfsi.S +++ b/libgcc/config/arc/ieee-754/fixunsdfsi.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 41632996e32..c76fc1a6a8f 100644 --- a/libgcc/config/arc/ieee-754/floatsidf.S +++ b/libgcc/config/arc/ieee-754/floatsidf.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 bbb667b9dbf..2606d7e74e6 100644 --- a/libgcc/config/arc/ieee-754/floatsisf.S +++ b/libgcc/config/arc/ieee-754/floatsisf.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 c0313fc9f6c..1eb33dfa3b3 100644 --- a/libgcc/config/arc/ieee-754/floatunsidf.S +++ b/libgcc/config/arc/ieee-754/floatunsidf.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 b8f3b37fbb5..17097144629 100644 --- a/libgcc/config/arc/ieee-754/gedf2.S +++ b/libgcc/config/arc/ieee-754/gedf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 cc3d3a2a0d6..977d6cc6c62 100644 --- a/libgcc/config/arc/ieee-754/gesf2.S +++ b/libgcc/config/arc/ieee-754/gesf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 0d490b2e2c5..d45c0785de7 100644 --- a/libgcc/config/arc/ieee-754/gtdf2.S +++ b/libgcc/config/arc/ieee-754/gtdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 7da8c02df44..d969e5c01c5 100644 --- a/libgcc/config/arc/ieee-754/gtsf2.S +++ b/libgcc/config/arc/ieee-754/gtsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 31c13af8ec2..38aa79c8f47 100644 --- a/libgcc/config/arc/ieee-754/muldf3.S +++ b/libgcc/config/arc/ieee-754/muldf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 23235ae9c4a..d8b87a22dd3 100644 --- a/libgcc/config/arc/ieee-754/mulsf3.S +++ b/libgcc/config/arc/ieee-754/mulsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 98fe9d98783..c0663430419 100644 --- a/libgcc/config/arc/ieee-754/orddf2.S +++ b/libgcc/config/arc/ieee-754/orddf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 e913230fcf4..28eae0c8f91 100644 --- a/libgcc/config/arc/ieee-754/ordsf2.S +++ b/libgcc/config/arc/ieee-754/ordsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d4acc3f1c40..360c1dbdf0a 100644 --- a/libgcc/config/arc/ieee-754/truncdfsf2.S +++ b/libgcc/config/arc/ieee-754/truncdfsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 de6ba46ce16..f66195242e7 100644 --- a/libgcc/config/arc/ieee-754/uneqdf2.S +++ b/libgcc/config/arc/ieee-754/uneqdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d528785d18f..8dbe8405027 100644 --- a/libgcc/config/arc/ieee-754/uneqsf2.S +++ b/libgcc/config/arc/ieee-754/uneqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 a785fa70443..11c0c12170c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 249dd7a7ff7..a6b081c25c8 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1995-2019 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 92d6c210924..d5ce3102341 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # Contributor: Joern Rennecke # on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/linux-unwind-reg.def b/libgcc/config/arc/linux-unwind-reg.def index b8108c8a15d..b453aca1d95 100644 --- a/libgcc/config/arc/linux-unwind-reg.def +++ b/libgcc/config/arc/linux-unwind-reg.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/arc/linux-unwind.h b/libgcc/config/arc/linux-unwind.h index 0daaa6de816..e9591fd466c 100644 --- a/libgcc/config/arc/linux-unwind.h +++ b/libgcc/config/arc/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for ARC Linux. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/arc/t-arc b/libgcc/config/arc/t-arc index c79bc1cfdc4..7b0956cf68d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 2285cb704cd..3684767ba55 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 70acfa7d14b..e81c703b7a8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 fb729d06bb6..a0954c21819 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 51de0c927bd..142cf7df226 100644 --- a/libgcc/config/arm/bpabi.S +++ b/libgcc/config/arm/bpabi.S @@ -1,6 +1,6 @@ /* Miscellaneous BPABI functions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 6dd4b95cc74..4a2450891cd 100644 --- a/libgcc/config/arm/bpabi.c +++ b/libgcc/config/arm/bpabi.c @@ -1,6 +1,6 @@ /* Miscellaneous BPABI functions. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 2ad0af2ecd8..34a46fde2d2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 9864a5827cc..0e57389b29e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 48780c29734..623967d6709 100644 --- a/libgcc/config/arm/crtfastmath.c +++ b/libgcc/config/arm/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2018 Free Software Foundation, Inc. + * Copyright (C) 2014-2019 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 2a6c4120625..0b8536991a0 100644 --- a/libgcc/config/arm/crti.S +++ b/libgcc/config/arm/crti.S @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 2a9c8d92ceb..11961aa57f5 100644 --- a/libgcc/config/arm/crtn.S +++ b/libgcc/config/arm/crtn.S @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 2803dbfd8c9..fed320314f8 100644 --- a/libgcc/config/arm/fp16.c +++ b/libgcc/config/arm/fp16.c @@ -1,6 +1,6 @@ /* Half-float conversion routines. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 77618da7cf6..e962a2e6843 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 1765c5f1f60..233801794f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Nicolas Pitre (nico@fluxnic.net) 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 0b4d1ab377d..298c86c4a1d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Nicolas Pitre (nico@fluxnic.net) 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 193fb251fdb..80fc0773c67 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1995-2019 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 0cce06d4ca9..8aa114275d1 100644 --- a/libgcc/config/arm/libgcc-bpabi.ver +++ b/libgcc/config/arm/libgcc-bpabi.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 50c58dc9b21..2c0b7f91061 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 147c56e2d9f..4d80899d51a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 d334c5825eb..06a6d4685bc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 4c8f71f68eb..ed557394e9f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 5c0572be414..a9985dd24d7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a548bc88a39..5456a5ffc5a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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-vxworks.c b/libgcc/config/arm/unwind-arm-vxworks.c index 04596cce2f9..03d753d2efb 100644 --- a/libgcc/config/arm/unwind-arm-vxworks.c +++ b/libgcc/config/arm/unwind-arm-vxworks.c @@ -1,5 +1,5 @@ /* Support for ARM EABI unwinding in VxWorks Downloadable Kernel Modules. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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/unwind-arm.c b/libgcc/config/arm/unwind-arm.c index 564e4f13157..00e183d325d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 9f7d3f2ac2d..43c5379fe00 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 245aae32137..7b5e17cf3ca 100644 --- a/libgcc/config/avr/avr-lib.h +++ b/libgcc/config/avr/avr-lib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 ef2e72b0aad..32f827a8601 100644 --- a/libgcc/config/avr/lib1funcs-fixed.S +++ b/libgcc/config/avr/lib1funcs-fixed.S @@ -1,5 +1,5 @@ /* -*- Mode: Asm -*- */ -;; Copyright (C) 2012-2018 Free Software Foundation, Inc. +;; Copyright (C) 2012-2019 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 32c4aaf2611..11adf3f9604 100644 --- a/libgcc/config/avr/lib1funcs.S +++ b/libgcc/config/avr/lib1funcs.S @@ -1,5 +1,5 @@ /* -*- Mode: Asm -*- */ -/* Copyright (C) 1998-2018 Free Software Foundation, Inc. +/* Copyright (C) 1998-2019 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 61246b6a5fa..436be64a064 100644 --- a/libgcc/config/avr/lib2funcs.c +++ b/libgcc/config/avr/lib2funcs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 04c83d2162b..352b5d3bb2a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 8b4d94759aa..64816e13500 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 82be20805ca..15323f49e35 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 7d8d7172e51..e2716047d3a 100644 --- a/libgcc/config/bfin/lib1funcs.S +++ b/libgcc/config/bfin/lib1funcs.S @@ -1,5 +1,5 @@ /* libgcc functions for Blackfin. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 5222aec0538..9b5966e6558 100644 --- a/libgcc/config/bfin/libgcc-glibc.ver +++ b/libgcc/config/bfin/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 658d3ebe364..14f4c55c5f7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 6016daa6756..b5752cd51a2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 1d4e7d71227..37e90a5d13c 100644 --- a/libgcc/config/c6x/crti.S +++ b/libgcc/config/c6x/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 03b1a5147dc..ac72567b2fd 100644 --- a/libgcc/config/c6x/crtn.S +++ b/libgcc/config/c6x/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 6ea2793d788..dca73701bff 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 45f2e09f941..c361027d4a0 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 045232506cb..0fdbe384e11 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 534b5ad1b9c..445bad3cbef 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 6db81566614..eee233185cb 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 657e3ce1c86..5526b80c83c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 b7efbae82b1..ae5fafea529 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 0124af7befd..1fff6ff3453 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 bf31a7001d9..8d05ab35a87 100644 --- a/libgcc/config/c6x/lib1funcs.S +++ b/libgcc/config/c6x/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 c3326915e9e..7d95630a54c 100644 --- a/libgcc/config/c6x/libgcc-eabi.ver +++ b/libgcc/config/c6x/libgcc-eabi.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 23c359dcfd6..8267bdb9d83 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 d877c183782..6548bf24919 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 e4deac8c5ca..dd2c96b1f26 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 78129303f7f..564650bfd75 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 c91135d914d..417fb2c1109 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 666165eb7ca..c1962df4dfb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 cc5b6e4e3b7..855323e303e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 edcdd267611..19726c8774f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 2ba48172990..d87313054e9 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 408275fe4c6..9c680ef6a69 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 73da631b5a3..2b6d4dca8b6 100644 --- a/libgcc/config/cr16/lib1funcs.S +++ b/libgcc/config/cr16/lib1funcs.S @@ -1,5 +1,5 @@ /* Libgcc Target specific implementation. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4618a3faf97..96f2d1df8bd 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 4aa47570915..0bab2751890 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 3884dad4194..2d6801d9dcc 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 56b300cd774..8ceb50322b3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 4ff2f036eb0..fd3cde54c26 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 e4204341a85..9b8e209a9be 100644 --- a/libgcc/config/cris/mulsi3.S +++ b/libgcc/config/cris/mulsi3.S @@ -1,4 +1,4 @@ -;; Copyright (C) 2001-2018 Free Software Foundation, Inc. +;; Copyright (C) 2001-2019 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 7c1da02da96..35456cec0c3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 1b37176afba..0976b974ad5 100644 --- a/libgcc/config/cris/umulsidi3.S +++ b/libgcc/config/cris/umulsidi3.S @@ -1,4 +1,4 @@ -;; Copyright (C) 2001-2018 Free Software Foundation, Inc. +;; Copyright (C) 2001-2019 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/libgcc/config/csky/crti.S b/libgcc/config/csky/crti.S index 3e4beb9628a..bf381dd0e81 100644 --- a/libgcc/config/csky/crti.S +++ b/libgcc/config/csky/crti.S @@ -1,5 +1,5 @@ # Define _init and _fini entry points for C-SKY. -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # Contributed by C-SKY Microsystems and Mentor Graphics. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/csky/crtn.S b/libgcc/config/csky/crtn.S index 8bef9960bf6..49acb6ed96f 100644 --- a/libgcc/config/csky/crtn.S +++ b/libgcc/config/csky/crtn.S @@ -1,5 +1,5 @@ # Terminate C-SKY .init and .fini sections. -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # Contributed by C-SKY Microsystems and Mentor Graphics. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/csky/lib1funcs.S b/libgcc/config/csky/lib1funcs.S index a0a3c730417..6aa76c87261 100644 --- a/libgcc/config/csky/lib1funcs.S +++ b/libgcc/config/csky/lib1funcs.S @@ -1,5 +1,5 @@ /* libgcc routines for C-SKY. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/libgcc/config/csky/linux-atomic.c b/libgcc/config/csky/linux-atomic.c index 03cf2c02fbb..53add863690 100644 --- a/libgcc/config/csky/linux-atomic.c +++ b/libgcc/config/csky/linux-atomic.c @@ -1,5 +1,5 @@ /* Linux-specific atomic operations for C-SKY. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/libgcc/config/csky/linux-unwind.h b/libgcc/config/csky/linux-unwind.h index 497edaf2744..e19244bbf8b 100644 --- a/libgcc/config/csky/linux-unwind.h +++ b/libgcc/config/csky/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for C-SKY Linux. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/libgcc/config/csky/t-csky b/libgcc/config/csky/t-csky index 06aa1c121f9..a9490017439 100644 --- a/libgcc/config/csky/t-csky +++ b/libgcc/config/csky/t-csky @@ -1,5 +1,5 @@ # Makefile fragment for all C-SKY targets. -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # Contributed by C-SKY Microsystems and Mentor Graphics. # # This file is part of GCC. diff --git a/libgcc/config/csky/t-linux-csky b/libgcc/config/csky/t-linux-csky index 1f5c4ce1a73..88cbfb15130 100644 --- a/libgcc/config/csky/t-linux-csky +++ b/libgcc/config/csky/t-linux-csky @@ -1,5 +1,5 @@ # Makefile fragment for C-SKY targets running Linux. -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # Contributed by C-SKY Microsystems and Mentor Graphics. # # This file is part of GCC. diff --git a/libgcc/config/darwin-64.c b/libgcc/config/darwin-64.c index b4604f6e582..905477e5dae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 da31e78ace9..cb327471719 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 bedaaebd934..86e3bd66819 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 919babf643a..0009775e145 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 16adf8ba547..212f50b1a07 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 3a0a75abeaa..27fa3e179dc 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 624d66de6af..962fbf58b05 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 c7d49a3ec55..5d90d7c1dec 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 e03a79beabe..cfed17efdef 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 fe3b922402c..cdee19bd55f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 33258752e5c..04d316f8936 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 e8046da6168..e4ce9542aae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 ab40183b1f1..5ad03429367 100644 --- a/libgcc/config/epiphany/epiphany-asm.h +++ b/libgcc/config/epiphany/epiphany-asm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2018 Free Software Foundation, Inc. +/* Copyright (C) 1995-2019 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 ef14311a769..f152711495d 100644 --- a/libgcc/config/epiphany/ieee-754/eqsf2.S +++ b/libgcc/config/epiphany/ieee-754/eqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 1082993d0ac..98c2d71b446 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 4e08735abfc..de4cd0d2a2b 100644 --- a/libgcc/config/epiphany/ieee-754/gtesf2.S +++ b/libgcc/config/epiphany/ieee-754/gtesf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 ddee394414e..cf1340e1ee9 100644 --- a/libgcc/config/epiphany/ieee-754/ordsf2.S +++ b/libgcc/config/epiphany/ieee-754/ordsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 a43c5695e62..96b17705cc1 100644 --- a/libgcc/config/epiphany/ieee-754/uneqsf2.S +++ b/libgcc/config/epiphany/ieee-754/uneqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 9f0c1afa384..afd4c44789d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 b7e463dcdea..00d8f99749a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 4fb39919376..d817ce75b45 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 91e4f734cca..a70034b7563 100644 --- a/libgcc/config/epiphany/mulsi3.c +++ b/libgcc/config/epiphany/mulsi3.c @@ -1,5 +1,5 @@ /* Generic 32 bit multiply. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 ef35e4cbd3c..4b8511c3065 100644 --- a/libgcc/config/epiphany/t-epiphany +++ b/libgcc/config/epiphany/t-epiphany @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 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 7eaf2062b1d..041bbda9f75 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 1c8b84d3a72..cfa65b5d33e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 8966088ea48..b08a27e7f53 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 632e91333ce..e0e0fbab17a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 fcb88dcfbea..6998e2637ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 8be3cd30379..d6619ed5cd4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 3a60849a366..8f5004f61b1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 76b3b489f16..a43495ff85a 100644 --- a/libgcc/config/fr30/crti.S +++ b/libgcc/config/fr30/crti.S @@ -1,6 +1,6 @@ # crti.s for ELF -# Copyright (C) 1992-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 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 4a746fd7035..101a0a3be3d 100644 --- a/libgcc/config/fr30/crtn.S +++ b/libgcc/config/fr30/crtn.S @@ -1,6 +1,6 @@ # crtn.S for ELF -# Copyright (C) 1992-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 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 119123a5e1a..f966d79bd24 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-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 d78afc68c40..a69a72236f3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 e35ab348c88..9ddb88e138f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 4bbef80318f..6c72c65b148 100644 --- a/libgcc/config/frv/cmovw.c +++ b/libgcc/config/frv/cmovw.c @@ -1,5 +1,5 @@ /* Move word library function. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 e3e9ba36b04..4543847c32c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 5ad2b4cde40..45ad606e785 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 48d0b3dc02a..4f6ca59113f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 c00591b0260..bdde590f809 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 37a073564c7..c0abf9a1dd0 100644 --- a/libgcc/config/frv/lib1funcs.S +++ b/libgcc/config/frv/lib1funcs.S @@ -1,5 +1,5 @@ /* Library functions. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 993cb8d4204..f0a4d1eb83a 100644 --- a/libgcc/config/frv/libgcc-glibc.ver +++ b/libgcc/config/frv/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 9e3c48480e3..fe510f9f36b 100644 --- a/libgcc/config/ft32/crti.S +++ b/libgcc/config/ft32/crti.S @@ -1,6 +1,6 @@ # crti.S for FT32 # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 5c5ce92f375..4cf77fc16ea 100644 --- a/libgcc/config/ft32/crtn.S +++ b/libgcc/config/ft32/crtn.S @@ -1,6 +1,6 @@ # crtn.S for FT32 # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 72b82993b07..590a9274e42 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1995-2019 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 1cab565fb14..57128fb9c47 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 25e04b3b79c..912a0a5c08c 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 e974aa79368..c9214a57a9b 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 14892e1aa5c..dcbec0f156b 100644 --- a/libgcc/config/h8300/clzhi2.c +++ b/libgcc/config/h8300/clzhi2.c @@ -1,5 +1,5 @@ /* The implementation of __clzhi2. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 531e863b038..0ffb66e7996 100644 --- a/libgcc/config/h8300/crti.S +++ b/libgcc/config/h8300/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 b7e619ac9fb..0fa6a59fff4 100644 --- a/libgcc/config/h8300/crtn.S +++ b/libgcc/config/h8300/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 413fabeb9f9..0c47accf420 100644 --- a/libgcc/config/h8300/ctzhi2.c +++ b/libgcc/config/h8300/ctzhi2.c @@ -1,5 +1,5 @@ /* The implementation of __ctzhi2. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 ee71d5cff4b..05cb0aae465 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 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 167f2280487..af2924c9447 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1994-2019 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 d3513719323..d021e1d2eb3 100644 --- a/libgcc/config/h8300/parityhi2.c +++ b/libgcc/config/h8300/parityhi2.c @@ -1,5 +1,5 @@ /* The implementation of __parityhi2. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 c4a0e2834a1..f2056723654 100644 --- a/libgcc/config/h8300/popcounthi2.c +++ b/libgcc/config/h8300/popcounthi2.c @@ -1,5 +1,5 @@ /* The implementation of __popcounthi2. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 1f763718b35..3eda4d34c4c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 cba844b90e3..8a931768116 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 a73d3d82a06..aa42a6194d4 100644 --- a/libgcc/config/i386/32/tf-signs.c +++ b/libgcc/config/i386/32/tf-signs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 3a563150119..d6cb2de6265 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e7312528bd4..b4492eb7eb4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d13d3b2ddea..8684c3d4037 100644 --- a/libgcc/config/i386/crtfastmath.c +++ b/libgcc/config/i386/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2018 Free Software Foundation, Inc. + * Copyright (C) 2005-2019 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 c25e8f9e3ab..6a7d192198a 100644 --- a/libgcc/config/i386/crti.S +++ b/libgcc/config/i386/crti.S @@ -1,6 +1,6 @@ /* crti.S for x86. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 ec24e7171de..a1303ca828c 100644 --- a/libgcc/config/i386/crtn.S +++ b/libgcc/config/i386/crtn.S @@ -1,6 +1,6 @@ /* crtn.S for x86. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 241e3553849..8cd13c76eb4 100644 --- a/libgcc/config/i386/crtprec.c +++ b/libgcc/config/i386/crtprec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2018 Free Software Foundation, Inc. + * Copyright (C) 2007-2019 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 d953f0b69f7..d970aa501c9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 bc73f339863..4e92b7d408f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. Contributed by Danny Smith diff --git a/libgcc/config/i386/cygwin.S b/libgcc/config/i386/cygwin.S index ece17f82a68..2452208d8b3 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1996-2019 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 e627fcafab0..b92a802a809 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 21808aa42f1..d19c4bcc354 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 310f21f0a94..da0a6930145 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 96da4bd7f24..bb2cf55ed01 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 ec4ca6c7c42..2e8664973c1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 34de215b045..dc2504d1a41 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1999-2019 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 9ba59e1a4ce..50230b23531 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1999-2019 Free Software Foundation, Inc. Contributed by Mumit Khan . This file is part of GCC. diff --git a/libgcc/config/i386/i386-asm.h b/libgcc/config/i386/i386-asm.h index b5b7fb44fa5..3ada922267e 100644 --- a/libgcc/config/i386/i386-asm.h +++ b/libgcc/config/i386/i386-asm.h @@ -1,5 +1,5 @@ /* Defines common perprocessor and assembly macros for use by various stubs. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/libgcc/config/i386/libgcc-bsd.ver b/libgcc/config/i386/libgcc-bsd.ver index 8cb82c89971..92b8a81bd74 100644 --- a/libgcc/config/i386/libgcc-bsd.ver +++ b/libgcc/config/i386/libgcc-bsd.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 2b084fba64a..473e1ed437a 100644 --- a/libgcc/config/i386/libgcc-cygming.ver +++ b/libgcc/config/i386/libgcc-cygming.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 588e0672986..a5ae3de0aad 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 41b73b33c48..a15aceefe75 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 3298864914a..6d3b3e5a9b6 100644 --- a/libgcc/config/i386/libgcc-glibc.ver +++ b/libgcc/config/i386/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 96ab8381a91..8afb3b7c206 100644 --- a/libgcc/config/i386/libgcc-sol2.ver +++ b/libgcc/config/i386/libgcc-sol2.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 ea838e4e47b..0170fb8cc2d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 99e65eaaff4..c0718de948a 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # Contributed by Ian Lance Taylor . # This file is part of GCC. diff --git a/libgcc/config/i386/resms64.h b/libgcc/config/i386/resms64.h index 1d1eb299fff..6118faec6fe 100644 --- a/libgcc/config/i386/resms64.h +++ b/libgcc/config/i386/resms64.h @@ -1,5 +1,5 @@ /* Epilogue stub for 64-bit ms/sysv clobbers: restore - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/libgcc/config/i386/resms64f.h b/libgcc/config/i386/resms64f.h index f5055d4e8b0..3386ba16f5a 100644 --- a/libgcc/config/i386/resms64f.h +++ b/libgcc/config/i386/resms64f.h @@ -1,5 +1,5 @@ /* Epilogue stub for 64-bit ms/sysv clobbers: restore (with hard frame pointer) - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/libgcc/config/i386/resms64fx.h b/libgcc/config/i386/resms64fx.h index 88d36f39ac8..5ac68d14556 100644 --- a/libgcc/config/i386/resms64fx.h +++ b/libgcc/config/i386/resms64fx.h @@ -1,5 +1,5 @@ /* Epilogue stub for 64-bit ms/sysv clobbers: restore, leave and return - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/libgcc/config/i386/resms64x.h b/libgcc/config/i386/resms64x.h index cf6830f3fd7..be56cb83608 100644 --- a/libgcc/config/i386/resms64x.h +++ b/libgcc/config/i386/resms64x.h @@ -1,5 +1,5 @@ /* Epilogue stub for 64-bit ms/sysv clobbers: restore and return - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/libgcc/config/i386/savms64.h b/libgcc/config/i386/savms64.h index 7c2fca7a745..8f95f42320d 100644 --- a/libgcc/config/i386/savms64.h +++ b/libgcc/config/i386/savms64.h @@ -1,5 +1,5 @@ /* Prologue stub for 64-bit ms/sysv clobbers: save - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/libgcc/config/i386/savms64f.h b/libgcc/config/i386/savms64f.h index d3c75765ab0..b94c0aaa5ea 100644 --- a/libgcc/config/i386/savms64f.h +++ b/libgcc/config/i386/savms64f.h @@ -1,5 +1,5 @@ /* Prologue stub for 64-bit ms/sysv clobbers: save (with hard frame pointer) - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Daniel Santos This file is part of GCC. diff --git a/libgcc/config/i386/sfp-exceptions.c b/libgcc/config/i386/sfp-exceptions.c index 9d7d88d643b..c7a8b0cbdbd 100644 --- a/libgcc/config/i386/sfp-exceptions.c +++ b/libgcc/config/i386/sfp-exceptions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 Free Software Foundation, Inc. + * Copyright (C) 2012-2019 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/shadow-stack-unwind.h b/libgcc/config/i386/shadow-stack-unwind.h index 40f48df2aec..c53c3fe5c63 100644 --- a/libgcc/config/i386/shadow-stack-unwind.h +++ b/libgcc/config/i386/shadow-stack-unwind.h @@ -1,5 +1,5 @@ /* _Unwind_Frames_Extra with shadow stack for x86-64 and x86. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/sol2-c1.S b/libgcc/config/i386/sol2-c1.S index dd5f6eb5d2b..6ac4a489ccb 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 2e975990cf1..db5dd05a293 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 6a076baad74..5c1157d00e8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 031ee0d619f..9a161dd3d1d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 0aac70cf62a..5b2f55936dd 100644 --- a/libgcc/config/ia64/crtbegin.S +++ b/libgcc/config/ia64/crtbegin.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 9cc97edcec0..f6b7e36b288 100644 --- a/libgcc/config/ia64/crtend.S +++ b/libgcc/config/ia64/crtend.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 c19d727bf0c..bf3c34f38b9 100644 --- a/libgcc/config/ia64/crtfastmath.c +++ b/libgcc/config/ia64/crtfastmath.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 d685e08127d..0f851504e85 100644 --- a/libgcc/config/ia64/crti.S +++ b/libgcc/config/ia64/crti.S @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 a4deaa75e7d..61bb56bdc63 100644 --- a/libgcc/config/ia64/crtn.S +++ b/libgcc/config/ia64/crtn.S @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 54835ab4db3..143ca327c73 100644 --- a/libgcc/config/ia64/fde-glibc.c +++ b/libgcc/config/ia64/fde-glibc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 6c871fe0cea..30cc6697edb 100644 --- a/libgcc/config/ia64/fde-vms.c +++ b/libgcc/config/ia64/fde-vms.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 d76fc157aa6..c8737bb4c76 100644 --- a/libgcc/config/ia64/lib1funcs.S +++ b/libgcc/config/ia64/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 d69c8aa4adf..71ada96f46a 100644 --- a/libgcc/config/ia64/libgcc-glibc.ver +++ b/libgcc/config/ia64/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 583d5753c0f..24a5dd95a6f 100644 --- a/libgcc/config/ia64/libgcc-ia64.ver +++ b/libgcc/config/ia64/libgcc-ia64.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 6644f8da703..8d746ada095 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 bddc45ce794..bc2657e0d6c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 fab47af6123..f430fda2c74 100644 --- a/libgcc/config/ia64/sfp-exceptions.c +++ b/libgcc/config/ia64/sfp-exceptions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 Free Software Foundation, Inc. + * Copyright (C) 2012-2019 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 ee68d9962d2..cf86d17cf10 100644 --- a/libgcc/config/ia64/tf-signs.c +++ b/libgcc/config/ia64/tf-signs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 5f97b49f5c5..c4eb3119145 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 1d9980b196a..f70ac8abff1 100644 --- a/libgcc/config/ia64/unwind-ia64.h +++ b/libgcc/config/ia64/unwind-ia64.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2018 Free Software Foundation, Inc. +/* Copyright (C) 1999-2019 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 0c441613a53..cadbeb8a509 100644 --- a/libgcc/config/ia64/vms-crtinit.S +++ b/libgcc/config/ia64/vms-crtinit.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 4ba9728dafd..f369ef9af11 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 c8124300499..a5059e5fb35 100644 --- a/libgcc/config/iq2000/lib2funcs.c +++ b/libgcc/config/iq2000/lib2funcs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/ChangeLog b/libgcc/config/libbid/ChangeLog index 3d7205efc04..8983ef631dd 100644 --- a/libgcc/config/libbid/ChangeLog +++ b/libgcc/config/libbid/ChangeLog @@ -399,7 +399,7 @@ * inline_bid_add.h: Likewise. * sqrt_macros.h: Likewise. -Copyright (C) 2007-2018 Free Software Foundation, Inc. +Copyright (C) 2007-2019 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 d40ab17c016..bd21d1cc93e 100644 --- a/libgcc/config/libbid/_addsub_dd.c +++ b/libgcc/config/libbid/_addsub_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 6c7e990b93c..358c024c228 100644 --- a/libgcc/config/libbid/_addsub_sd.c +++ b/libgcc/config/libbid/_addsub_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 9728b7a271d..1953fdee1d5 100644 --- a/libgcc/config/libbid/_addsub_td.c +++ b/libgcc/config/libbid/_addsub_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 1f76e2b07ac..1721c701456 100644 --- a/libgcc/config/libbid/_dd_to_df.c +++ b/libgcc/config/libbid/_dd_to_df.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 fa6dea61007..348a5625efe 100644 --- a/libgcc/config/libbid/_dd_to_di.c +++ b/libgcc/config/libbid/_dd_to_di.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 b4997bf0b25..495d9285d5c 100644 --- a/libgcc/config/libbid/_dd_to_sd.c +++ b/libgcc/config/libbid/_dd_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 2a1e3756936..6bda54d9838 100644 --- a/libgcc/config/libbid/_dd_to_sf.c +++ b/libgcc/config/libbid/_dd_to_sf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 255f8d9ee9c..8f11d4c826e 100644 --- a/libgcc/config/libbid/_dd_to_si.c +++ b/libgcc/config/libbid/_dd_to_si.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 9df78724053..fce45828fa6 100644 --- a/libgcc/config/libbid/_dd_to_td.c +++ b/libgcc/config/libbid/_dd_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 af86825029f..de62ce83e89 100644 --- a/libgcc/config/libbid/_dd_to_tf.c +++ b/libgcc/config/libbid/_dd_to_tf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 45ebf872c0b..7027deb4b5e 100644 --- a/libgcc/config/libbid/_dd_to_udi.c +++ b/libgcc/config/libbid/_dd_to_udi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d2995baaa63..9a36be6a1da 100644 --- a/libgcc/config/libbid/_dd_to_usi.c +++ b/libgcc/config/libbid/_dd_to_usi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 cd215cedc56..16bd1007fd1 100644 --- a/libgcc/config/libbid/_dd_to_xf.c +++ b/libgcc/config/libbid/_dd_to_xf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5794960e809..3bea544904b 100644 --- a/libgcc/config/libbid/_df_to_dd.c +++ b/libgcc/config/libbid/_df_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a4a04c02c23..1332e45622f 100644 --- a/libgcc/config/libbid/_df_to_sd.c +++ b/libgcc/config/libbid/_df_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4248103dfb6..807439dc2ba 100644 --- a/libgcc/config/libbid/_df_to_td.c +++ b/libgcc/config/libbid/_df_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4320384e071..e96ef6c2a91 100644 --- a/libgcc/config/libbid/_di_to_dd.c +++ b/libgcc/config/libbid/_di_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 08c3d14d44b..d56d4ea211e 100644 --- a/libgcc/config/libbid/_di_to_sd.c +++ b/libgcc/config/libbid/_di_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 ae86edc400c..4d2746c2b11 100644 --- a/libgcc/config/libbid/_di_to_td.c +++ b/libgcc/config/libbid/_di_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 905fc17aa7a..f85007e6d28 100644 --- a/libgcc/config/libbid/_div_dd.c +++ b/libgcc/config/libbid/_div_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d3e7309d5a6..a6283086aa1 100644 --- a/libgcc/config/libbid/_div_sd.c +++ b/libgcc/config/libbid/_div_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 02a88224d37..569f7246be7 100644 --- a/libgcc/config/libbid/_div_td.c +++ b/libgcc/config/libbid/_div_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 56ced458528..9c2913a64ef 100644 --- a/libgcc/config/libbid/_eq_dd.c +++ b/libgcc/config/libbid/_eq_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 60d9df5aef8..b2b67d1897a 100644 --- a/libgcc/config/libbid/_eq_sd.c +++ b/libgcc/config/libbid/_eq_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 dfb10d5c636..4b0b694ab2c 100644 --- a/libgcc/config/libbid/_eq_td.c +++ b/libgcc/config/libbid/_eq_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4fc0e6b732b..daf86e3b766 100644 --- a/libgcc/config/libbid/_ge_dd.c +++ b/libgcc/config/libbid/_ge_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 58abd50149e..e2562911567 100644 --- a/libgcc/config/libbid/_ge_sd.c +++ b/libgcc/config/libbid/_ge_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a59687897e3..b75b41719cb 100644 --- a/libgcc/config/libbid/_ge_td.c +++ b/libgcc/config/libbid/_ge_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 2f011de3c2f..45a4cd6043d 100644 --- a/libgcc/config/libbid/_gt_dd.c +++ b/libgcc/config/libbid/_gt_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4701e5a0861..01de172accd 100644 --- a/libgcc/config/libbid/_gt_sd.c +++ b/libgcc/config/libbid/_gt_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d9d32f3d7aa..03ef7fcef60 100644 --- a/libgcc/config/libbid/_gt_td.c +++ b/libgcc/config/libbid/_gt_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 dfa23923654..f85b42a6844 100644 --- a/libgcc/config/libbid/_isinfd128.c +++ b/libgcc/config/libbid/_isinfd128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 3815ca6e01e..c1e8187b7d4 100644 --- a/libgcc/config/libbid/_isinfd32.c +++ b/libgcc/config/libbid/_isinfd32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 c6dedc3a77d..1a0add3877e 100644 --- a/libgcc/config/libbid/_isinfd64.c +++ b/libgcc/config/libbid/_isinfd64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 abae15e2e90..f10bbf993d9 100644 --- a/libgcc/config/libbid/_le_dd.c +++ b/libgcc/config/libbid/_le_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 10d5fbecba0..284641c701d 100644 --- a/libgcc/config/libbid/_le_sd.c +++ b/libgcc/config/libbid/_le_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 7dd4e3572c0..cbedd964dad 100644 --- a/libgcc/config/libbid/_le_td.c +++ b/libgcc/config/libbid/_le_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 1737f4d62eb..c77e13e9b91 100644 --- a/libgcc/config/libbid/_lt_dd.c +++ b/libgcc/config/libbid/_lt_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 31af06f8483..29834db14b9 100644 --- a/libgcc/config/libbid/_lt_sd.c +++ b/libgcc/config/libbid/_lt_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 02a03224070..8a4e75a1a3f 100644 --- a/libgcc/config/libbid/_lt_td.c +++ b/libgcc/config/libbid/_lt_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 eb53126d23f..f35fa72f660 100644 --- a/libgcc/config/libbid/_mul_dd.c +++ b/libgcc/config/libbid/_mul_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a4605d664f9..3307cdc4587 100644 --- a/libgcc/config/libbid/_mul_sd.c +++ b/libgcc/config/libbid/_mul_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 050859d7445..3a22014f191 100644 --- a/libgcc/config/libbid/_mul_td.c +++ b/libgcc/config/libbid/_mul_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 f70c6548279..a4a90c0e308 100644 --- a/libgcc/config/libbid/_ne_dd.c +++ b/libgcc/config/libbid/_ne_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 61005c3344f..b298ca0b72c 100644 --- a/libgcc/config/libbid/_ne_sd.c +++ b/libgcc/config/libbid/_ne_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 aca57fb7bd4..9295b25b1d6 100644 --- a/libgcc/config/libbid/_ne_td.c +++ b/libgcc/config/libbid/_ne_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 daf2ac5cee9..a8a33e40f6a 100644 --- a/libgcc/config/libbid/_sd_to_dd.c +++ b/libgcc/config/libbid/_sd_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 bce3ddac12d..2b4d9088910 100644 --- a/libgcc/config/libbid/_sd_to_df.c +++ b/libgcc/config/libbid/_sd_to_df.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 675261df450..2f28af15557 100644 --- a/libgcc/config/libbid/_sd_to_di.c +++ b/libgcc/config/libbid/_sd_to_di.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 c01a9fe0861..fd84a4b5d4e 100644 --- a/libgcc/config/libbid/_sd_to_sf.c +++ b/libgcc/config/libbid/_sd_to_sf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 b1b7a5b712d..6f6f7eb6640 100644 --- a/libgcc/config/libbid/_sd_to_si.c +++ b/libgcc/config/libbid/_sd_to_si.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 6bafaa36994..fbdf3214925 100644 --- a/libgcc/config/libbid/_sd_to_td.c +++ b/libgcc/config/libbid/_sd_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 7f563d1dc75..51135ddb734 100644 --- a/libgcc/config/libbid/_sd_to_tf.c +++ b/libgcc/config/libbid/_sd_to_tf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 9ba53299b56..f5290dc62d8 100644 --- a/libgcc/config/libbid/_sd_to_udi.c +++ b/libgcc/config/libbid/_sd_to_udi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4280e9bcd3f..40e0cd36a58 100644 --- a/libgcc/config/libbid/_sd_to_usi.c +++ b/libgcc/config/libbid/_sd_to_usi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 822797b5f43..80065ae8bc3 100644 --- a/libgcc/config/libbid/_sd_to_xf.c +++ b/libgcc/config/libbid/_sd_to_xf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 ce453a0f6d1..e23bdb43c80 100644 --- a/libgcc/config/libbid/_sf_to_dd.c +++ b/libgcc/config/libbid/_sf_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 febed383dff..c38c768cfca 100644 --- a/libgcc/config/libbid/_sf_to_sd.c +++ b/libgcc/config/libbid/_sf_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 b7345c6ca3e..d53fd8b2f29 100644 --- a/libgcc/config/libbid/_sf_to_td.c +++ b/libgcc/config/libbid/_sf_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 37e52899946..4fc11064cd9 100644 --- a/libgcc/config/libbid/_si_to_dd.c +++ b/libgcc/config/libbid/_si_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4e049a86741..980432dde2d 100644 --- a/libgcc/config/libbid/_si_to_sd.c +++ b/libgcc/config/libbid/_si_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 8340e2b690e..b2187dbc3af 100644 --- a/libgcc/config/libbid/_si_to_td.c +++ b/libgcc/config/libbid/_si_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 cb7d26afa46..3e749cc272c 100644 --- a/libgcc/config/libbid/_td_to_dd.c +++ b/libgcc/config/libbid/_td_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 f81170aa741..e0526a59767 100644 --- a/libgcc/config/libbid/_td_to_df.c +++ b/libgcc/config/libbid/_td_to_df.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 8cddfbdaf0c..1432644104b 100644 --- a/libgcc/config/libbid/_td_to_di.c +++ b/libgcc/config/libbid/_td_to_di.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 9c0c4006e74..208eaf4cba8 100644 --- a/libgcc/config/libbid/_td_to_sd.c +++ b/libgcc/config/libbid/_td_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 ee0a4c6e170..c6ebef0dc9a 100644 --- a/libgcc/config/libbid/_td_to_sf.c +++ b/libgcc/config/libbid/_td_to_sf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 e744375c334..13365c4d4a6 100644 --- a/libgcc/config/libbid/_td_to_si.c +++ b/libgcc/config/libbid/_td_to_si.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 157a3b12eb7..b45ac556c82 100644 --- a/libgcc/config/libbid/_td_to_tf.c +++ b/libgcc/config/libbid/_td_to_tf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 ed586054c61..690589fd2e3 100644 --- a/libgcc/config/libbid/_td_to_udi.c +++ b/libgcc/config/libbid/_td_to_udi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 86ce14aeef2..a5cd42d519b 100644 --- a/libgcc/config/libbid/_td_to_usi.c +++ b/libgcc/config/libbid/_td_to_usi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 57a1cd8164c..493c9321864 100644 --- a/libgcc/config/libbid/_td_to_xf.c +++ b/libgcc/config/libbid/_td_to_xf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 7f2b028fe52..fceaefdd3e5 100644 --- a/libgcc/config/libbid/_tf_to_dd.c +++ b/libgcc/config/libbid/_tf_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 b532db5fcf2..69bd6cb3274 100644 --- a/libgcc/config/libbid/_tf_to_sd.c +++ b/libgcc/config/libbid/_tf_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 cfe43c3dacc..5436f8dbcd7 100644 --- a/libgcc/config/libbid/_tf_to_td.c +++ b/libgcc/config/libbid/_tf_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d36c69b3e3a..fb1cf7d318e 100644 --- a/libgcc/config/libbid/_udi_to_dd.c +++ b/libgcc/config/libbid/_udi_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 c8eb09d2162..cb71a43032f 100644 --- a/libgcc/config/libbid/_udi_to_sd.c +++ b/libgcc/config/libbid/_udi_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 3af76036607..64c6023082c 100644 --- a/libgcc/config/libbid/_udi_to_td.c +++ b/libgcc/config/libbid/_udi_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 366e7aa7b5c..d5f4f73f178 100644 --- a/libgcc/config/libbid/_unord_dd.c +++ b/libgcc/config/libbid/_unord_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 655e3da6694..8ce1112ce99 100644 --- a/libgcc/config/libbid/_unord_sd.c +++ b/libgcc/config/libbid/_unord_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 9438577bd5b..7e0e59878e3 100644 --- a/libgcc/config/libbid/_unord_td.c +++ b/libgcc/config/libbid/_unord_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 57e0f826487..76d43ace185 100644 --- a/libgcc/config/libbid/_usi_to_dd.c +++ b/libgcc/config/libbid/_usi_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 c1529ccd2ff..5aeace7fa0b 100644 --- a/libgcc/config/libbid/_usi_to_sd.c +++ b/libgcc/config/libbid/_usi_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5fe2f199b26..525586f223f 100644 --- a/libgcc/config/libbid/_usi_to_td.c +++ b/libgcc/config/libbid/_usi_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 0457aec1adc..7abe2966c9c 100644 --- a/libgcc/config/libbid/_xf_to_dd.c +++ b/libgcc/config/libbid/_xf_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 2a79f276290..c1242ce49aa 100644 --- a/libgcc/config/libbid/_xf_to_sd.c +++ b/libgcc/config/libbid/_xf_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 6fd61f0459a..bd7b0003662 100644 --- a/libgcc/config/libbid/_xf_to_td.c +++ b/libgcc/config/libbid/_xf_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 97b369f9064..588cb5b8ce9 100644 --- a/libgcc/config/libbid/bid128.c +++ b/libgcc/config/libbid/bid128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 99cb5127c07..ad14e0ce976 100644 --- a/libgcc/config/libbid/bid128_2_str.h +++ b/libgcc/config/libbid/bid128_2_str.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5ac0e057777..40904941652 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4a2bd95f267..46d5318a62e 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 74687fe4e9d..b9f3fab345d 100644 --- a/libgcc/config/libbid/bid128_add.c +++ b/libgcc/config/libbid/bid128_add.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a5fc82c513a..89c04b7c1a9 100644 --- a/libgcc/config/libbid/bid128_compare.c +++ b/libgcc/config/libbid/bid128_compare.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 12b36a0fffa..dbca71ec32d 100644 --- a/libgcc/config/libbid/bid128_div.c +++ b/libgcc/config/libbid/bid128_div.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 dcd27dcdf0c..1e99568739f 100644 --- a/libgcc/config/libbid/bid128_fma.c +++ b/libgcc/config/libbid/bid128_fma.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 2d7d2a403b9..db38810d4ee 100644 --- a/libgcc/config/libbid/bid128_logb.c +++ b/libgcc/config/libbid/bid128_logb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 509dde864e4..4b93f21bdd4 100644 --- a/libgcc/config/libbid/bid128_minmax.c +++ b/libgcc/config/libbid/bid128_minmax.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5c5e8c10f8b..975f3187afc 100644 --- a/libgcc/config/libbid/bid128_mul.c +++ b/libgcc/config/libbid/bid128_mul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 bf69781a9d0..ec03828761a 100644 --- a/libgcc/config/libbid/bid128_next.c +++ b/libgcc/config/libbid/bid128_next.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 b7d1acfee41..11692fc081d 100644 --- a/libgcc/config/libbid/bid128_noncomp.c +++ b/libgcc/config/libbid/bid128_noncomp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5190ed94a2a..d034581b89c 100644 --- a/libgcc/config/libbid/bid128_quantize.c +++ b/libgcc/config/libbid/bid128_quantize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 576afa38496..63702427610 100644 --- a/libgcc/config/libbid/bid128_rem.c +++ b/libgcc/config/libbid/bid128_rem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 52dc2564b3a..91a7913fc0f 100644 --- a/libgcc/config/libbid/bid128_round_integral.c +++ b/libgcc/config/libbid/bid128_round_integral.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d8a69bcee1e..430eaa5e126 100644 --- a/libgcc/config/libbid/bid128_scalb.c +++ b/libgcc/config/libbid/bid128_scalb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 f6567478301..f2124c7837a 100644 --- a/libgcc/config/libbid/bid128_sqrt.c +++ b/libgcc/config/libbid/bid128_sqrt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 12671d2b49f..bfa2f0e3df2 100644 --- a/libgcc/config/libbid/bid128_string.c +++ b/libgcc/config/libbid/bid128_string.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 67a154a536c..baddcb618d1 100644 --- a/libgcc/config/libbid/bid128_to_int16.c +++ b/libgcc/config/libbid/bid128_to_int16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 1d06814b77b..b83630870c2 100644 --- a/libgcc/config/libbid/bid128_to_int32.c +++ b/libgcc/config/libbid/bid128_to_int32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 80148dfa305..4a5c0c65869 100644 --- a/libgcc/config/libbid/bid128_to_int64.c +++ b/libgcc/config/libbid/bid128_to_int64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 f7acce499cc..bd95b597a3f 100644 --- a/libgcc/config/libbid/bid128_to_int8.c +++ b/libgcc/config/libbid/bid128_to_int8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 7da6dc558d8..de347d9013f 100644 --- a/libgcc/config/libbid/bid128_to_uint16.c +++ b/libgcc/config/libbid/bid128_to_uint16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 be7d087b295..508bec11f9c 100644 --- a/libgcc/config/libbid/bid128_to_uint32.c +++ b/libgcc/config/libbid/bid128_to_uint32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4d960e27d5f..220549e6e9f 100644 --- a/libgcc/config/libbid/bid128_to_uint64.c +++ b/libgcc/config/libbid/bid128_to_uint64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 04aee801668..66806221395 100644 --- a/libgcc/config/libbid/bid128_to_uint8.c +++ b/libgcc/config/libbid/bid128_to_uint8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a101dc7c390..c6a87564296 100644 --- a/libgcc/config/libbid/bid32_to_bid128.c +++ b/libgcc/config/libbid/bid32_to_bid128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a11bc126d43..f7a273e75c1 100644 --- a/libgcc/config/libbid/bid32_to_bid64.c +++ b/libgcc/config/libbid/bid32_to_bid64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5996bb20143..d2f70a1075d 100644 --- a/libgcc/config/libbid/bid64_add.c +++ b/libgcc/config/libbid/bid64_add.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 daebfce5bad..8659e658603 100644 --- a/libgcc/config/libbid/bid64_compare.c +++ b/libgcc/config/libbid/bid64_compare.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 261d1f62db7..e744ed9c125 100644 --- a/libgcc/config/libbid/bid64_div.c +++ b/libgcc/config/libbid/bid64_div.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 519e29d0b58..ad4a9ea9be4 100644 --- a/libgcc/config/libbid/bid64_fma.c +++ b/libgcc/config/libbid/bid64_fma.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d9a7d5b780f..52f7de1bec7 100644 --- a/libgcc/config/libbid/bid64_logb.c +++ b/libgcc/config/libbid/bid64_logb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 b5f291977d8..3cf75177aba 100644 --- a/libgcc/config/libbid/bid64_minmax.c +++ b/libgcc/config/libbid/bid64_minmax.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 3ac79c4bc40..57c01c3e817 100644 --- a/libgcc/config/libbid/bid64_mul.c +++ b/libgcc/config/libbid/bid64_mul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 c3cc0f179b7..96681571e2d 100644 --- a/libgcc/config/libbid/bid64_next.c +++ b/libgcc/config/libbid/bid64_next.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 0f7f9276d0e..1ce2aeb9ae5 100644 --- a/libgcc/config/libbid/bid64_noncomp.c +++ b/libgcc/config/libbid/bid64_noncomp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 beebef6023a..4b7a7ec2ee5 100644 --- a/libgcc/config/libbid/bid64_quantize.c +++ b/libgcc/config/libbid/bid64_quantize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 79f3b746d09..262148e3b0a 100644 --- a/libgcc/config/libbid/bid64_rem.c +++ b/libgcc/config/libbid/bid64_rem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d519ec0880d..f82400840fa 100644 --- a/libgcc/config/libbid/bid64_round_integral.c +++ b/libgcc/config/libbid/bid64_round_integral.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 88d05d4e827..848afa302e7 100644 --- a/libgcc/config/libbid/bid64_scalb.c +++ b/libgcc/config/libbid/bid64_scalb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 abdcda6231c..65fc45b5f19 100644 --- a/libgcc/config/libbid/bid64_sqrt.c +++ b/libgcc/config/libbid/bid64_sqrt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 1b9efbc0211..e6bfd0f0eeb 100644 --- a/libgcc/config/libbid/bid64_string.c +++ b/libgcc/config/libbid/bid64_string.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 bfae50d859c..bf49510b3a5 100644 --- a/libgcc/config/libbid/bid64_to_bid128.c +++ b/libgcc/config/libbid/bid64_to_bid128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 be6bdeac86c..a677164231a 100644 --- a/libgcc/config/libbid/bid64_to_int16.c +++ b/libgcc/config/libbid/bid64_to_int16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 db4bf7b9a48..cbe8c4702e2 100644 --- a/libgcc/config/libbid/bid64_to_int32.c +++ b/libgcc/config/libbid/bid64_to_int32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 964cbf3e026..3bcad565c13 100644 --- a/libgcc/config/libbid/bid64_to_int64.c +++ b/libgcc/config/libbid/bid64_to_int64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d2074924f6f..a7f08bfc1b9 100644 --- a/libgcc/config/libbid/bid64_to_int8.c +++ b/libgcc/config/libbid/bid64_to_int8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5a18990dc1a..0031922ad5e 100644 --- a/libgcc/config/libbid/bid64_to_uint16.c +++ b/libgcc/config/libbid/bid64_to_uint16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4571e39bd49..ab769a870ab 100644 --- a/libgcc/config/libbid/bid64_to_uint32.c +++ b/libgcc/config/libbid/bid64_to_uint32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 539ac51ce94..cab001184fb 100644 --- a/libgcc/config/libbid/bid64_to_uint64.c +++ b/libgcc/config/libbid/bid64_to_uint64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 6087032a774..5554fe38d59 100644 --- a/libgcc/config/libbid/bid64_to_uint8.c +++ b/libgcc/config/libbid/bid64_to_uint8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 2f860cdf04b..3830b6f2f1d 100644 --- a/libgcc/config/libbid/bid_b2d.h +++ b/libgcc/config/libbid/bid_b2d.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 9e09c2f079b..adda7c149f8 100644 --- a/libgcc/config/libbid/bid_binarydecimal.c +++ b/libgcc/config/libbid/bid_binarydecimal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 2d8227c3a3b..8698bc8ae32 100644 --- a/libgcc/config/libbid/bid_conf.h +++ b/libgcc/config/libbid/bid_conf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 7caffec9e3d..70e6f074aa0 100644 --- a/libgcc/config/libbid/bid_convert_data.c +++ b/libgcc/config/libbid/bid_convert_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 74d93ddd360..5d606388bb8 100644 --- a/libgcc/config/libbid/bid_decimal_data.c +++ b/libgcc/config/libbid/bid_decimal_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 02a9425066e..27c9d709ec6 100644 --- a/libgcc/config/libbid/bid_decimal_globals.c +++ b/libgcc/config/libbid/bid_decimal_globals.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 20e477af4cf..791f756cc23 100644 --- a/libgcc/config/libbid/bid_div_macros.h +++ b/libgcc/config/libbid/bid_div_macros.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 27cacab00f5..79c527f5cd2 100644 --- a/libgcc/config/libbid/bid_dpd.c +++ b/libgcc/config/libbid/bid_dpd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 124f3a7a80b..96515296f57 100644 --- a/libgcc/config/libbid/bid_flag_operations.c +++ b/libgcc/config/libbid/bid_flag_operations.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 5424d4f339b..f34e5ea945e 100644 --- a/libgcc/config/libbid/bid_from_int.c +++ b/libgcc/config/libbid/bid_from_int.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 94fd032d1d5..3a9c83a00f5 100644 --- a/libgcc/config/libbid/bid_functions.h +++ b/libgcc/config/libbid/bid_functions.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 50a0a2aa01e..d258f526cc2 100644 --- a/libgcc/config/libbid/bid_gcc_intrinsics.h +++ b/libgcc/config/libbid/bid_gcc_intrinsics.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 c4882aec064..35e43b4a55f 100644 --- a/libgcc/config/libbid/bid_inline_add.h +++ b/libgcc/config/libbid/bid_inline_add.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 7d5bdd77414..16e67767d93 100644 --- a/libgcc/config/libbid/bid_internal.h +++ b/libgcc/config/libbid/bid_internal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 a9dc3508fe3..a0d902dcdf5 100644 --- a/libgcc/config/libbid/bid_round.c +++ b/libgcc/config/libbid/bid_round.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 ef97af18ac2..965c0c065fb 100644 --- a/libgcc/config/libbid/bid_sqrt_macros.h +++ b/libgcc/config/libbid/bid_sqrt_macros.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 35e4fb5c251..5101e1e3006 100644 --- a/libgcc/config/libgcc-glibc.ver +++ b/libgcc/config/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 7d110b76e3b..0151d39dd27 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 790d6d6b6c6..6cdbd0431ca 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 8f775771f15..06ab1b738b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 057e60d5828..6f886f426f1 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 08ed449c147..bd40a819059 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 cafcd23d9e7..e50c78d4973 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 ca890692e1c..f00904f51fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 55e28250ac0..64ae2a2fe6f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 45afc797300..ebdb1adb0eb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 f324763cb1a..719682588dd 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 71dfa44939f..cfb67d29a52 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 1daa995d9f7..943e272c5fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 6d46afc7910..9762db8c685 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 cb08daf0a08..7374f9287af 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 d59459e1587..cada17d2bea 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 d6ed2c8a4a5..d6385b42a8a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 6d130d67420..c4ee9ff21e3 100644 --- a/libgcc/config/m32r/libgcc-glibc.ver +++ b/libgcc/config/m32r/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 c68adf9556f..44ebb1c035d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 68b9c8dc6da..9ea22a8ef86 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 325a7c17d9b..c387211221e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 5682dbae5f9..e0f736f4b9d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 395e4b3212a..fbe0d4748ba 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 0fbd9d681da..fd60a0a08d4 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 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 6de668c0f16..f42cb5ad7ee 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1992-2019 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 298213930f9..7bb9a78f848 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 2e15be4f5bd..ee380ee3f63 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/crtn.S b/libgcc/config/microblaze/crtn.S index cd5fd9e4c16..00d398a0cbc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/divsi3.S b/libgcc/config/microblaze/divsi3.S index 663d3981731..24b94b9fc12 100644 --- a/libgcc/config/microblaze/divsi3.S +++ b/libgcc/config/microblaze/divsi3.S @@ -1,6 +1,6 @@ ###################################- # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 45591bb02d9..41c5dfb88a3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/moddi3.S b/libgcc/config/microblaze/moddi3.S index a8f17d7565a..abfe4fc5f26 100644 --- a/libgcc/config/microblaze/moddi3.S +++ b/libgcc/config/microblaze/moddi3.S @@ -1,6 +1,6 @@ ################################### # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/modsi3.S b/libgcc/config/microblaze/modsi3.S index 71b56e305e2..87372f54266 100644 --- a/libgcc/config/microblaze/modsi3.S +++ b/libgcc/config/microblaze/modsi3.S @@ -1,6 +1,6 @@ ################################### # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 3733dc39f9b..9ca33e19341 100644 --- a/libgcc/config/microblaze/muldi3_hard.S +++ b/libgcc/config/microblaze/muldi3_hard.S @@ -1,6 +1,6 @@ ###################################- # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/mulsi3.S b/libgcc/config/microblaze/mulsi3.S index 40b0b159e95..8c3f7884733 100644 --- a/libgcc/config/microblaze/mulsi3.S +++ b/libgcc/config/microblaze/mulsi3.S @@ -1,6 +1,6 @@ ###################################-*-asm*- # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 17c9012e2ae..5a6b8032094 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # # Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/udivsi3.S b/libgcc/config/microblaze/udivsi3.S index 2aef8edb96f..5d726ad8b43 100644 --- a/libgcc/config/microblaze/udivsi3.S +++ b/libgcc/config/microblaze/udivsi3.S @@ -1,6 +1,6 @@ ###################################- # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/umodsi3.S b/libgcc/config/microblaze/umodsi3.S index a2582d03773..b29d7e13ec5 100644 --- a/libgcc/config/microblaze/umodsi3.S +++ b/libgcc/config/microblaze/umodsi3.S @@ -1,6 +1,6 @@ ################################### # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/mips/crtfastmath.c b/libgcc/config/mips/crtfastmath.c index dc1b15cfb20..44b19098d7f 100644 --- a/libgcc/config/mips/crtfastmath.c +++ b/libgcc/config/mips/crtfastmath.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 77cb9c4f937..44409c7d1c4 100644 --- a/libgcc/config/mips/crti.S +++ b/libgcc/config/mips/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 9cd66775e88..b56d77c33fe 100644 --- a/libgcc/config/mips/crtn.S +++ b/libgcc/config/mips/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 3aea683679f..fbb6f8951a4 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 02782de1bad..175a87ee5d2 100644 --- a/libgcc/config/mips/lib2funcs.c +++ b/libgcc/config/mips/lib2funcs.c @@ -1,5 +1,5 @@ /* libgcc routines for MIPS - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 ea625efcc97..5783fadd182 100644 --- a/libgcc/config/mips/libgcc-mips16.ver +++ b/libgcc/config/mips/libgcc-mips16.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 63ddd5c8780..92098f3163e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 64a5a5667b7..8cfd9e47a7e 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 777707243ee..4aa8a2ca8de 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 511e4ff02be..384e9431bff 100644 --- a/libgcc/config/mips/t-mips16 +++ b/libgcc/config/mips/t-mips16 @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 c15d8647252..7f6729dee1d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 566e16ecc0a..ae4d87c7eaa 100644 --- a/libgcc/config/mmix/crti.S +++ b/libgcc/config/mmix/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 0b11d5bfb2a..c7b3325cb06 100644 --- a/libgcc/config/mmix/crtn.S +++ b/libgcc/config/mmix/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 8935b28d08d..ea065c78965 100644 --- a/libgcc/config/moxie/crti.S +++ b/libgcc/config/moxie/crti.S @@ -1,6 +1,6 @@ # crti.S for moxie # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 03582af48e2..5df9d4aeddb 100644 --- a/libgcc/config/moxie/crtn.S +++ b/libgcc/config/moxie/crtn.S @@ -1,6 +1,6 @@ # crtn.S for moxie # -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 f5419495258..2411f63ed24 100644 --- a/libgcc/config/msp430/cmpsi2.S +++ b/libgcc/config/msp430/cmpsi2.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 c265c43691b..a62730d466e 100644 --- a/libgcc/config/msp430/epilogue.S +++ b/libgcc/config/msp430/epilogue.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 3b73d5cf389..8b6b0e49d30 100644 --- a/libgcc/config/msp430/lib2bitcountHI.c +++ b/libgcc/config/msp430/lib2bitcountHI.c @@ -1,5 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7714ec1234c..d82f580c453 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 dc5f12bfe1a..73320d177f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 48f8c148ed2..fd45c540317 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 833edc142ab..1a0e6e84ee9 100644 --- a/libgcc/config/msp430/lib2hw_mul.S +++ b/libgcc/config/msp430/lib2hw_mul.S @@ -1,4 +1,4 @@ -; Copyright (C) 2014-2018 Free Software Foundation, Inc. +; Copyright (C) 2014-2019 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 37afbf821e7..4ceb147f8dc 100644 --- a/libgcc/config/msp430/lib2mul.c +++ b/libgcc/config/msp430/lib2mul.c @@ -1,5 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 776b0ff08e6..3392e5c227b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 7e8dfd543b8..bdb0d84b63f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 5aa0984aa7f..ebe030bc48c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 e11681fe01d..9d151a97f5d 100644 --- a/libgcc/config/msp430/slli.S +++ b/libgcc/config/msp430/slli.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 1909330bd5e..33c9b5ee62d 100644 --- a/libgcc/config/msp430/srai.S +++ b/libgcc/config/msp430/srai.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 f2ee4ea8dce..dbe37f67a7d 100644 --- a/libgcc/config/msp430/srli.S +++ b/libgcc/config/msp430/srli.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 4f5c1c4b107..17d85b6cb23 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 dcda3992565..f6312886f85 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 dfbcc43f776..f46c59445d1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 275e5580ef3..38b350f058f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6e7de5f8fb5..23040f92e51 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0a93ebd7829..ff64832deba 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 23ffa100206..5f10d264deb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0e76c3f0557..9ab3ee84ef2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1930dfdb438..f75491639ff 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2b4c7285221..db5c441e4be 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0eb6f355b02..1ff55e5c123 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c1766b58e93..b67a263b71e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ee4e1d69404..a44d5847bb0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8ab832727a4..1e0e019ca51 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7a12faa066c..8ffa2f4195d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f594adbee94..c5dac360de2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 3433c3c01f7..ee2c4a99af2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 53cab2f33db..681b380b98a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c25c311f3fd..834564283b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a8c4416b278..cae6bba2e7a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 86a4bdcb752..93dd4ecde31 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6f3947cfcea..1cf11da2ed6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 be0d0bf1143..72e9a7288c1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8b87c85a2d7..521884fefd9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 bec91e639f6..ecd65f35a1a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c52ab0a6b89..d0de9d69411 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c9109ef51d5..da654b01e83 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 622488a0968..7c7f23695af 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 af4f464be07..9aaf4c148a9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 989aec056db..492aa9ad4f3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 db054458a0e..8ea7e30f9ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a899351ebfb..47fbf0258f5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e5b9f88c1a4..ef137e78fbb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8f8e405a59a..4f11c85c2e4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 193ebe4c7d9..784674fa386 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2b398d9654b..5b910150087 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 205e8ac3da1..f0be716e625 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8437ed0ea7d..319dbd86b23 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2b72f6a82c2..a8c2a11a356 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8a61f6c1232..f93721b279e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2dc0722d8ea..eea9379cb7b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 cec2ad470a6..06a8e077beb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 261b327a9e8..de7de071ca2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d5a833ded8f..28944db8fc8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e8fae786257..a02d06c1c42 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b6979816d5c..3a65c6a205c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 179e11c0c1f..d1c5b50b472 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f770fdf349b..f4b44d47ed5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 63df1aac3f1..a60daa5cf5e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1a040ca9d5f..44bf182d504 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 66b92661109..913f75350b9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 db267b32896..0c0cc5bfb5a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e16918a4234..c84dccca733 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f283c83bfaf..7284c17a5f5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c708502340e..1872cd50be0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 99c951fc292..b2906d418c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2a87c07f47f..32a5efc8dc4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4320cb41362..f0ad13a0e0d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e725a5205aa..e246122afba 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c6467174d31..931ead2c712 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ae5d5fe10fd..f41ed5c7c91 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 67eacd7f572..e8d6f3b69b8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2ce67ca48c4..4f64ebf6d35 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 427400ada0f..d4be4d061ab 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 76059fa0f7e..bd69d65dabc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f4c4d308679..2225c399237 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7c458d3a13a..b03272e9bc8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ae2754c9faf..67645b0832e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 34a090444ec..a7b3db32d2a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a04c19d15b4..d68b48cfb5b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d676d6744cf..923d07864fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ace1de9f2f4..e7f4348ab9f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 39cb44f451b..1cfd114eafe 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e58f5ff04be..76920b04d5e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 fb1a2941dca..01af8522411 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e639683a0cb..4678344c140 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 de732716cba..89f0b131eed 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0bea564ceb6..9d70644fa71 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9f976e6f47e..0cffdb455d0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0e6d5400d04..46bdd71a248 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 50dab976be4..202c7afa95a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 652988c86ed..8c7e75bf1de 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2ac247e99fb..914752c3ec5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1c8eb6dfb88..e2bbbd662e7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 23cdf8c6f16..2c9340dbe3c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b88290bad41..f51a0d74a6d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ecd1e41e354..830142958c4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9454fb653b8..82d0c963be4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 505fe52bed7..d830e391871 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6566288b9e6..9577d61b420 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a4340833a76..89c881e98dc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c43ad1600e1..8c71abdffa6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_usr_regs.inc b/libgcc/config/nds32/isr-library/restore_usr_regs.inc index 9602c741cbd..e18d185cc47 100644 --- a/libgcc/config/nds32/isr-library/restore_usr_regs.inc +++ b/libgcc/config/nds32/isr-library/restore_usr_regs.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8886edb1f64..85eb68ca240 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c312967a58e..3623352b875 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 91bd4d7fc02..1b29ac3cde3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 27f68929ff7..e4c1ce9f633 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9074ae2c203..221ca942e99 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 cd6dd60df32..2085f795970 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a6a92307fef..39ddbff7efe 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c81ebaa693c..00c284aa356 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_usr_regs.inc b/libgcc/config/nds32/isr-library/save_usr_regs.inc index 5a3f6183b68..740d3c3ccef 100644 --- a/libgcc/config/nds32/isr-library/save_usr_regs.inc +++ b/libgcc/config/nds32/isr-library/save_usr_regs.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 643009eb800..3c81b005395 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8d36907840b..2af4d46c3c1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 fd9bc8b6850..fb4a6f909e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7ef85e5e104..cb91083f44b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c5a88435cab..f79c9616434 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a840f3daba9..ec7b386a285 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7f11fb9166b..7f99247bb6c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 05463c446c3..667a7a78315 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 de2e249b78f..a91d1a4d6cf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6742899a31d..d0383d92666 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 62e1cdac4a3..ac3a91b04f1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6db528f8517..424ea72d40c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e41a60c4db4..c0d7c33fd65 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 aeeccb66854..6e123f48baa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b5447a85045..965fca9c3f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ef8c490be41..750f692a80d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2c07dd35416..d36d8ddb4fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 476dbf9482f..4441c1f72cd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e858cea5f11..eeb02edfb2e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5e7706fcf83..74d89d234de 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e8bbc0b6a2c..e15806a970e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a7fe40c8d23..bcbd01ca4a7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 92aebb41022..3c0fef6d9cf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 43f2cba97d6..a69c580ae6c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6fd050afd40..e1d25667a2d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 47a9dd7017f..66af80aa41b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0a45c456b24..b733c4de52f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 19e9f0363ec..14b64d8e613 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 837b8487606..658e67444f7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 80f331f60e3..310c9131e71 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c639aa444ba..b6748451344 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 52c9e58195d..5213f98d2ca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a762130631c..f8d67f2f955 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8fc46a9418e..92ca3691914 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b17681fcb96..bf4de864b57 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 584baee051a..9ed3e7e8288 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4166fa1957f..4d0b2d59f9f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 df631da95f0..7d1cdad2bf4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0d7d1de38c7..637a3ac0a71 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c4cb88a8330..e55387eb254 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d39d74b9ad6..e86bba0b624 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5228e9e3860..d56dcc93685 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 deff0cf9ea9..a9211c1c5b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7a24b3e5abf..9f1fb201f80 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ebd3891af71..4160d4859d3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 033f821061d..b7925f8435d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 90562e77bad..0ed8f64dfe1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1785009e862..4e9ba2ab15b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7bd344c6c26..a4e20dac22c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a2320ad734b..d3e58b7223b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 245db6e67b0..38aac0b5129 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 33da301e258..13ea5bf37d8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4df61ff52e4..c98173e4316 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 fed21280220..8788d46ef00 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 50960dbd12c..81776ef68a8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8f32c1d30d0..69b9ce6256c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e44adbb58af..93bbcb0668f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2cf63aaf0b7..677a6feabd7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f7e6c770e2b..08734ef432e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 29d2f1bdcf9..f9d5f93b07b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7fac25da175..8afec7f9c7f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 43ed2e7fdde..f2e2b477bec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5857765d22e..ac9f7905bf5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ac476272e21..36189071ca0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 bcd5dbf88c8..c5e092dbeac 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f251a185fee..f6049498a7d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 abfed4eaf7a..b20df6db609 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d05386826d4..6d30ad2b61b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f9446bb1b07..78b8e79bd43 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e8b3fcc95a6..8fc3e8758cf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8862137b38f..bff7650bca8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 37cf519b560..65b95ff5ae7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 dbcbbf4298f..3005682a4d8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b76fd938af9..601110e03d4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 392f18bfe05..39b1b7a37e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8fb752015d6..6cb6a8a0e31 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 efe6619b3a7..757c26f2323 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 74210a3e6ba..acadb443902 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 238c43aec88..7db4fe4c0f7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f8e867117a1..1035af99c80 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 cf3eaa21fa6..13ab9e2fc44 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6fe6d3c54b3..7477d2eb6c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 27b7aac3dbb..2970f31e82f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0d9c40ae190..baf35230bce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 bfeed46e263..6e0a9732468 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 eaf5d158586..b9d108db2b7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 54640c9b4f7..cb3b2862ddb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e4eaebee0a4..d2fedf99a54 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f617243c473..37f3488d7ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 296520976b0..ce0e4ff1002 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2cfeb785b1b..3cfbd17817d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4019384040f..f41e88231d3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 45c88477ee9..8dcc333244b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 396de07ad6d..551b201d382 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 25469e456fd..d75fa18174c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1e13e8e906d..34942341230 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5a001194edd..d365c5cd89f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5935dfb00a4..1735d605642 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 dfe11f14017..40eb7ea4c00 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ea2c5db4ac1..532d71bbe9b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0dacd26315d..5b4aeb1c5cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e90babf03d7..2c2537add89 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 5ab28ef7238..5428269ecfa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 25d18311c99..cf8429d0c1a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ed00f4000d1..ab1c54037fc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e84f0de88b7..3c5df348642 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 564cadbf1d4..b87f5248c60 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 8ad4c4e06a0..03fa679d7c2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 377c524361e..ab427bb48d3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a00919d4e77..3cb183b2c24 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 497252ada22..9529fc75567 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7ee99ee8ec0..0a3a50cc834 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b62534b9cbc..7957f67df94 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 628656434d1..a5fff73975b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b1bb42d9c03..ff4cb320df7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 87e66e793b1..c3a99c4ad31 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 14595a527a9..7544fbb93bb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 ed5c2c7116e..f9dee5b8b66 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e5be1772425..282fd4a7e7b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 800c694e9fc..9c9b07fd232 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 f6df9712907..04b73d81a61 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 14072521fae..4bc2a9f20fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4f97b043154..c44cadbba69 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 1f611d0e533..ef936a71095 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 08d1bbb2567..f577895a38f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a263c95412a..0bc4ab6a243 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2b2068c4fb5..52f55d101db 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 78c733bdc0f..0ff2ff4b661 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2c06ea0cc90..d0b42aa58db 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 c484671dd5d..0d8ab4a5597 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d2359fd6b2b..28344a8a304 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 3e525f56f99..1cbd7809905 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 69ccf368f6d..dd39ccadd90 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 3bff4869295..1d68bc3ccc8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 78a68cb89a9..4fac19a111d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 6e9f0b7ae60..43bf5196620 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a120ec34377..8649b42b376 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b9180c1c22d..daf0811f4ce 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 e2bdd5f0442..1bbcae43bb4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 4cd13ba9923..9511ae73674 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a5ac1f306ff..f115d8f978b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 0c5661f9833..9fea5bde793 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 06ed89c633a..be1ad352c2f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 922359d3f45..9e6247d7755 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 2163201b620..f7ddd5b122f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 7c2778a2c27..b523fc0bdf1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d671fb7e0cd..5dcbf341650 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 a4b474aa0f3..a637d910a42 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 b8f4c533252..24c276bbe88 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 60ef86ae1a8..4d36b147d4d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 786f8b803da..eb89aefd863 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/linux-atomic.c b/libgcc/config/nds32/linux-atomic.c index 6da7be9a653..aaccfa9b6c2 100644 --- a/libgcc/config/nds32/linux-atomic.c +++ b/libgcc/config/nds32/linux-atomic.c @@ -1,5 +1,5 @@ /* Linux-specific atomic operations for NDS32 Linux. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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/nds32/linux-unwind.h b/libgcc/config/nds32/linux-unwind.h index c8f5983c916..0c4df4dde81 100644 --- a/libgcc/config/nds32/linux-unwind.h +++ b/libgcc/config/nds32/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for NDS32 Linux signal frame. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 bfbdaf9c3bf..eee285692fb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 49afb05b753..b1bdee1b6c6 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/libgcc/config/nds32/t-nds32-glibc b/libgcc/config/nds32/t-nds32-glibc index 4e229314c34..15d33c39019 100644 --- a/libgcc/config/nds32/t-nds32-glibc +++ b/libgcc/config/nds32/t-nds32-glibc @@ -1,5 +1,5 @@ # Rules of glibc library makefile of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2015 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 abfd82b2248..30a781d4255 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 a3016c28c9b..a8a3ac17e0f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 a59646fcff5..87a9ddedb10 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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 43e77699e06..c97c545a5d6 100644 --- a/libgcc/config/nios2/crti.S +++ b/libgcc/config/nios2/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 b63c5662485..17637848f16 100644 --- a/libgcc/config/nios2/crtn.S +++ b/libgcc/config/nios2/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 3f7ffbef0ef..7e25bc1fba1 100644 --- a/libgcc/config/nios2/lib2-divmod-hi.c +++ b/libgcc/config/nios2/lib2-divmod-hi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 2ca5bead89d..a54086a4aad 100644 --- a/libgcc/config/nios2/lib2-divmod.c +++ b/libgcc/config/nios2/lib2-divmod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 bbdbc60671e..da17b11af44 100644 --- a/libgcc/config/nios2/lib2-divtable.c +++ b/libgcc/config/nios2/lib2-divtable.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 7287ace02ff..e544664867a 100644 --- a/libgcc/config/nios2/lib2-mul.c +++ b/libgcc/config/nios2/lib2-mul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 5776f3f6928..dbda0bb4ca6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 28db95a0349..e14fc529c3a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 20d905c43b3..7710164d7b7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 51652cbea57..80c834b38d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 db0ee0adf96..66b08381793 100644 --- a/libgcc/config/nios2/tramp.c +++ b/libgcc/config/nios2/tramp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 aa0c4885eed..097193c708e 100644 --- a/libgcc/config/nvptx/crt0.c +++ b/libgcc/config/nvptx/crt0.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 0c7bf42530a..23854d84e03 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 22db37ca1cb..772c0397ae9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 f3aa31a803b..3322b491f23 100644 --- a/libgcc/config/nvptx/reduction.c +++ b/libgcc/config/nvptx/reduction.c @@ -1,5 +1,5 @@ /* Oversized reductions lock variable - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Mentor Graphics. This file is part of GCC. diff --git a/libgcc/config/or1k/lib1funcs.S b/libgcc/config/or1k/lib1funcs.S index 0ec41c3eba1..d2103923486 100644 --- a/libgcc/config/or1k/lib1funcs.S +++ b/libgcc/config/or1k/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 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/or1k/linux-unwind.h b/libgcc/config/or1k/linux-unwind.h index e80e9e0f309..ab36729d24e 100644 --- a/libgcc/config/or1k/linux-unwind.h +++ b/libgcc/config/or1k/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for OpenRISC Linux. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/or1k/t-or1k b/libgcc/config/or1k/t-or1k index 73a703ac58d..5f86801f396 100644 --- a/libgcc/config/or1k/t-or1k +++ b/libgcc/config/or1k/t-or1k @@ -1,5 +1,5 @@ # Libgcc Makefile fragment for OpenRISC -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 Free Software Foundation, Inc. # Contributed by Stafford Horne. # # This file is part of GCC. diff --git a/libgcc/config/pa/fptr.c b/libgcc/config/pa/fptr.c index 944ed4495d9..53440051730 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2407100dfd1..56197e11964 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 fc423fe9433..4ec2ded66c0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 4d671996bac..b401b6157da 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-2018 Free Software Foundation, Inc. +; Copyright (C) 1994-2019 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 ddd0b1e9708..28b41a78e52 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 58983513918..f8a2b910a60 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 12013563789..1e46f5018b9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 00973f30fc6..7112014d1e1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 4886210a832..50f1ed91de3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 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 3840b695f22..b47afe15511 100644 --- a/libgcc/config/pa/stublib.c +++ b/libgcc/config/pa/stublib.c @@ -1,5 +1,5 @@ /* Stub functions. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 508abfec37d..80206956ac0 100644 --- a/libgcc/config/pa/t-slibgcc-hpux +++ b/libgcc/config/pa/t-slibgcc-hpux @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/riscv/atomic.c b/libgcc/config/riscv/atomic.c index 894a3e070d3..b6c80674448 100644 --- a/libgcc/config/riscv/atomic.c +++ b/libgcc/config/riscv/atomic.c @@ -1,6 +1,6 @@ /* Legacy sub-word atomics for RISC-V. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/riscv/div.S b/libgcc/config/riscv/div.S index 922a4338042..e97247b4b03 100644 --- a/libgcc/config/riscv/div.S +++ b/libgcc/config/riscv/div.S @@ -1,6 +1,6 @@ /* Integer division routines for RISC-V. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/riscv/linux-unwind.h b/libgcc/config/riscv/linux-unwind.h index 8c71da4a3f4..f309b087b14 100644 --- a/libgcc/config/riscv/linux-unwind.h +++ b/libgcc/config/riscv/linux-unwind.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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/riscv/muldi3.S b/libgcc/config/riscv/muldi3.S index 443b0d2aea4..a67c711cd59 100644 --- a/libgcc/config/riscv/muldi3.S +++ b/libgcc/config/riscv/muldi3.S @@ -1,6 +1,6 @@ /* Integer multiplication routines for RISC-V. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/riscv/multi3.c b/libgcc/config/riscv/multi3.c index 159eb76c306..5838b896953 100644 --- a/libgcc/config/riscv/multi3.c +++ b/libgcc/config/riscv/multi3.c @@ -1,6 +1,6 @@ /* Multiplication two double word integers for RISC-V. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/riscv/riscv-asm.h b/libgcc/config/riscv/riscv-asm.h index 50ee1404cb7..59726140e78 100644 --- a/libgcc/config/riscv/riscv-asm.h +++ b/libgcc/config/riscv/riscv-asm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 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/riscv/save-restore.S b/libgcc/config/riscv/save-restore.S index a76c9780902..9a787bc1dc3 100644 --- a/libgcc/config/riscv/save-restore.S +++ b/libgcc/config/riscv/save-restore.S @@ -1,6 +1,6 @@ /* Callee-saved register spill and fill routines for RISC-V. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/riscv/sfp-machine.h b/libgcc/config/riscv/sfp-machine.h index 2988a09c61b..43951ef7b11 100644 --- a/libgcc/config/riscv/sfp-machine.h +++ b/libgcc/config/riscv/sfp-machine.h @@ -1,6 +1,6 @@ /* Software floating-point machine description for RISC-V. - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rl78/adddi3.S b/libgcc/config/rl78/adddi3.S index 0113f1668e6..6367fb36ffa 100644 --- a/libgcc/config/rl78/adddi3.S +++ b/libgcc/config/rl78/adddi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2017-2018 Free Software Foundation, Inc. +; Copyright (C) 2017-2019 Free Software Foundation, Inc. ; Contributed by Sebastian Perta. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/anddi3.S b/libgcc/config/rl78/anddi3.S index 849d4005d35..3ef0f513671 100644 --- a/libgcc/config/rl78/anddi3.S +++ b/libgcc/config/rl78/anddi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2017 Free Software Foundation, Inc. +; Copyright (C) 2017-2019 Free Software Foundation, Inc. ; Contributed by Sebastian Perta. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/bit-count.S b/libgcc/config/rl78/bit-count.S index 64619f7aabc..d3bd1ba0bde 100644 --- a/libgcc/config/rl78/bit-count.S +++ b/libgcc/config/rl78/bit-count.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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 a6366d2847d..24e80a935fc 100644 --- a/libgcc/config/rl78/cmpsi2.S +++ b/libgcc/config/rl78/cmpsi2.S @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 ed9295b05e8..34b8224b314 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d465d26f554..792d76fd8dd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 9e5a8d659f1..df0bec0f150 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d1912b06713..14dccfec34a 100644 --- a/libgcc/config/rl78/lib2div.c +++ b/libgcc/config/rl78/lib2div.c @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 66b2876e22c..59f68f80c4a 100644 --- a/libgcc/config/rl78/lib2mul.c +++ b/libgcc/config/rl78/lib2mul.c @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 751bb5e0d96..1ec7e623717 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 894158fbfb8..b48c49913d5 100644 --- a/libgcc/config/rl78/lshrsi3.S +++ b/libgcc/config/rl78/lshrsi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 1a4af704966..665388b1dd3 100644 --- a/libgcc/config/rl78/mulsi3.S +++ b/libgcc/config/rl78/mulsi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2018 Free Software Foundation, Inc. +; Copyright (C) 2011-2019 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 050d0f4869e..556922fb783 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 5aa0984aa7f..ebe030bc48c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 dde53a4d55f..37072b2d3eb 100644 --- a/libgcc/config/rl78/signbit.S +++ b/libgcc/config/rl78/signbit.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2018 Free Software Foundation, Inc. +; Copyright (C) 2012-2019 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/smaxdi3.S b/libgcc/config/rl78/smaxdi3.S index fe52e21ad5a..52dd2cf496d 100644 --- a/libgcc/config/rl78/smaxdi3.S +++ b/libgcc/config/rl78/smaxdi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2017 Free Software Foundation, Inc. +; Copyright (C) 2017-2019 Free Software Foundation, Inc. ; Contributed by Sebastian Perta. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/smindi3.S b/libgcc/config/rl78/smindi3.S index 51606263442..b575fbe075f 100644 --- a/libgcc/config/rl78/smindi3.S +++ b/libgcc/config/rl78/smindi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2017 Free Software Foundation, Inc. +; Copyright (C) 2017-2019 Free Software Foundation, Inc. ; Contributed by Sebastian Perta. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/subdi3.S b/libgcc/config/rl78/subdi3.S index 2c4c84641f8..b9ba785309e 100644 --- a/libgcc/config/rl78/subdi3.S +++ b/libgcc/config/rl78/subdi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2017-2018 Free Software Foundation, Inc. +; Copyright (C) 2017-2019 Free Software Foundation, Inc. ; Contributed by Sebastian Perta. ; ; 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 c9eddd92a6b..6e9b6944407 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 d3694d5775e..1d15dc84728 100644 --- a/libgcc/config/rl78/trampoline.S +++ b/libgcc/config/rl78/trampoline.S @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/umaxdi3.S b/libgcc/config/rl78/umaxdi3.S index 465ba1a207a..d422fe2093a 100644 --- a/libgcc/config/rl78/umaxdi3.S +++ b/libgcc/config/rl78/umaxdi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2017 Free Software Foundation, Inc. +; Copyright (C) 2017-2019 Free Software Foundation, Inc. ; Contributed by Sebastian Perta. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/umindi3.S b/libgcc/config/rl78/umindi3.S index 903bbfdab64..2bbc5e022e9 100644 --- a/libgcc/config/rl78/umindi3.S +++ b/libgcc/config/rl78/umindi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2017 Free Software Foundation, Inc. +; Copyright (C) 2017-2019 Free Software Foundation, Inc. ; Contributed by Sebastian Perta. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/_divkc3.c b/libgcc/config/rs6000/_divkc3.c index 13bd5bdc7a3..91de2bace6c 100644 --- a/libgcc/config/rs6000/_divkc3.c +++ b/libgcc/config/rs6000/_divkc3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 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 da03e657d1f..4a331641502 100644 --- a/libgcc/config/rs6000/_mulkc3.c +++ b/libgcc/config/rs6000/_mulkc3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/_powikf2.c b/libgcc/config/rs6000/_powikf2.c index 7afd0963ca9..e059f7b06cb 100644 --- a/libgcc/config/rs6000/_powikf2.c +++ b/libgcc/config/rs6000/_powikf2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 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 e811ec01de7..ccd361542b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 19a8abde4bd..77652ea8858 100644 --- a/libgcc/config/rs6000/atexit.c +++ b/libgcc/config/rs6000/atexit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2018 Free Software Foundation, Inc. +/* Copyright (C) 1999-2019 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 93475736be7..4c863a53c39 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 1ed31a5caef..f529a165758 100644 --- a/libgcc/config/rs6000/crtdbase.S +++ b/libgcc/config/rs6000/crtdbase.S @@ -1,6 +1,6 @@ /* Defines __gcc_unwind_dbase - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 0f31c14521e..761c0442b24 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1995-2019 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 16572fa69de..7a41432add2 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1995-2019 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 ba2b2623301..3155c406f1c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 fc8752350d6..10687485710 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1995-2019 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 5cd49afcea7..83efb764339 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1995-2019 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 077e33f34d5..43f9623e87f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 d52bddc6b02..9f794ce1e9b 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1995-2019 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 16384c6ee7e..999e1edcdda 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1995-2019 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 0801565efb3..6956cb5ea97 100644 --- a/libgcc/config/rs6000/cxa_atexit.c +++ b/libgcc/config/rs6000/cxa_atexit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2018 Free Software Foundation, Inc. +/* Copyright (C) 1999-2019 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 6a65a26c3ae..fe6621b799f 100644 --- a/libgcc/config/rs6000/cxa_finalize.c +++ b/libgcc/config/rs6000/cxa_finalize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2018 Free Software Foundation, Inc. +/* Copyright (C) 1999-2019 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 d3fe6d59f1c..f47110b37e6 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2004-2019 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 5b82974094a..5a32987a70d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 6b4fa5675ea..2968f6a5b57 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 d967f1cae6f..a1b73754585 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2004-2019 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 f7dbb7cc501..c5feff1a973 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2011-2019 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 b1b58617ab3..f41796433d5 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1996-2019 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 f362a86a464..e5e02935f74 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 ed384a104fa..7a4f509b372 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2004-2019 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 4ccd6e2bae9..cb671c87e37 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2004-2019 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 8cc04939a04..c6244bfe593 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 40d8be0036d..42344962ed7 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 37938b55f1d..a38ba2c4809 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 1250085fdf5..1238373f89f 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 044c1872637..27b11e8871d 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 66d7252ac03..49566078485 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 b1a3a4f83f8..318b0a51523 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 8a6d7831fb6..563da7327ad 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 2d94673c0d9..b768bf5aa4b 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 c8c5f7d05c9..bb080a49d84 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 3c44369804e..4a301d548f3 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 4211650517e..8afc6a9e8b6 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 383d331219d..ab131ceeded 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-2018 Free Software Foundation, Inc. + * Copyright (C) 2008-2019 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 7643029e2c0..0288ee14698 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 644adc041af..9cc69c975f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 faf82c686d6..45e46c5dbb9 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-2018 Free Software Foundation, Inc. + * Copyright (C) 1995-2019 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 6527d595102..3ed4d87cda7 100644 --- a/libgcc/config/rs6000/exit.h +++ b/libgcc/config/rs6000/exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* Copyright (C) 1991-2019 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 afaf419734a..a2e783d8a2e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 d91a04391ec..4d5d9a7fdae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 745ce2c05f6..edc84b62863 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 3e8974df354..96cced985df 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 8fcac242cb4..ca7c9b624d5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 4b3655dd354..0f994d5a3dd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 bf02a208cd7..b3cdcac4a0c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 48b48a1b231..fdb04c82a5b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 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 cb6e5d3447c..d6a4ebdf0e7 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 c55313225d2..6ed5cfb1be6 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-2018 Free Software Foundation, Inc. +Copyright (C) 2004-2019 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 29f26c04052..f9118d8fc39 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 5aca55f872c..e9beb8fe306 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 ed4cd2d59d0..730d0205ab2 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 1a779e59b39..c7f80cbdefe 100644 --- a/libgcc/config/rs6000/libgcc-glibc.ver +++ b/libgcc/config/rs6000/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 f12e9516a3f..9fdea697d7c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 936051eab33..8073cbdc05f 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 27c113686be..9c8e79ff84c 100644 --- a/libgcc/config/rs6000/on_exit.c +++ b/libgcc/config/rs6000/on_exit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2018 Free Software Foundation, Inc. +/* Copyright (C) 1999-2019 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 faffc82eeda..5519a136573 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-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 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 1d4d5130470..8c7b8a2e5e1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 da7096119bb..304465a9593 100644 --- a/libgcc/config/rs6000/sfp-exceptions.c +++ b/libgcc/config/rs6000/sfp-exceptions.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 e1044311b5d..f68ee409f48 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 3b319446571..2737a923e77 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 ff88acaa8e7..dbc40b5b3b0 100644 --- a/libgcc/config/rs6000/t-e500v1-fp +++ b/libgcc/config/rs6000/t-e500v1-fp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 4c3883c0708..4164a5d985e 100644 --- a/libgcc/config/rs6000/t-e500v2-fp +++ b/libgcc/config/rs6000/t-e500v2-fp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 af143eb24b0..dfbb49d9248 100644 --- a/libgcc/config/rs6000/t-freebsd +++ b/libgcc/config/rs6000/t-freebsd @@ -1,6 +1,6 @@ # Overrides for FreeBSD PowerPC # -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 c6b6a3cedb6..d223424254b 100644 --- a/libgcc/config/rs6000/t-slibgcc-aix +++ b/libgcc/config/rs6000/t-slibgcc-aix @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 a9f0f3826dc..3fff9621d7d 100644 --- a/libgcc/config/rs6000/tramp.S +++ b/libgcc/config/rs6000/tramp.S @@ -1,6 +1,6 @@ /* Special support for trampolines * - * Copyright (C) 1996-2018 Free Software Foundation, Inc. + * Copyright (C) 1996-2019 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 cb716c5f4c8..15a9a75b675 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 763d5e3064e..c91a5ce1f33 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 f79300f299a..3dae4e0d9c3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 98fae9917d1..ace3b16f39e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 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 ab1c4eed96b..28cfe3422de 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 6971702d15e..0a069f7281d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 28305d5cfe0..05eb28e18b1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 40f1fe8ad50..5da53b64ffd 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 ca69b80e752..4ee4e10c741 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 b0ec6327094..7e641bdef84 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-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 91788048564..5bc06df2d02 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 681e67d225b..4d44042b079 100644 --- a/libgcc/config/s390/libgcc-glibc.ver +++ b/libgcc/config/s390/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 3554a42e165..023512f9c8f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 510d7a0c88c..2937a40f0ca 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 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 0af4e44bd11..293de57e296 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 1cf832e1d3e..ed5f034757e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 eca11aa65b4..f2213b215ce 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 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 8f3f1aa0b34..acdb59c27b9 100644 --- a/libgcc/config/sh/crt.h +++ b/libgcc/config/sh/crt.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 e623d06d5ed..54c953544f8 100644 --- a/libgcc/config/sh/crt1.S +++ b/libgcc/config/sh/crt1.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 72c6203acb7..b567088ecd2 100644 --- a/libgcc/config/sh/crti.S +++ b/libgcc/config/sh/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 3a0548860e3..46d65620d07 100644 --- a/libgcc/config/sh/crtn.S +++ b/libgcc/config/sh/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 bfaafe69017..71447710c4d 100644 --- a/libgcc/config/sh/lib1funcs-4-300.S +++ b/libgcc/config/sh/lib1funcs-4-300.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2018 Free Software Foundation, Inc. +/* Copyright (C) 2004-2019 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 63083ab1134..16140b7a009 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 b789b552359..df846bf7251 100644 --- a/libgcc/config/sh/lib1funcs.S +++ b/libgcc/config/sh/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2018 Free Software Foundation, Inc. +/* Copyright (C) 1994-2019 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 2578c469668..889d3cd0de8 100644 --- a/libgcc/config/sh/lib1funcs.h +++ b/libgcc/config/sh/lib1funcs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2018 Free Software Foundation, Inc. +/* Copyright (C) 1994-2019 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 dbff03d2a60..1ec9e2f0ad3 100644 --- a/libgcc/config/sh/libgcc-glibc.ver +++ b/libgcc/config/sh/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 030bfa20e02..d4681e90a34 100644 --- a/libgcc/config/sh/linux-atomic.c +++ b/libgcc/config/sh/linux-atomic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 b88a67b6b08..da2aa930b61 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 2c15e64e781..3200eb84839 100644 --- a/libgcc/config/sh/t-sh +++ b/libgcc/config/sh/t-sh @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2018 Free Software Foundation, Inc. +# Copyright (C) 1993-2019 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 8aa8681df37..867705a4db0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 d1f68c8ada5..68c1293348c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 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 c91f81575e3..541b2665377 100644 --- a/libgcc/config/sol2/t-sol2 +++ b/libgcc/config/sol2/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 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 8d0351f6db7..e6ce803954e 100644 --- a/libgcc/config/sparc/crtfastmath.c +++ b/libgcc/config/sparc/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2018 Free Software Foundation, Inc. + * Copyright (C) 2001-2019 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 4e9ccd64353..f2799e6a462 100644 --- a/libgcc/config/sparc/crti.S +++ b/libgcc/config/sparc/crti.S @@ -1,6 +1,6 @@ ! crti.S for SPARC -! Copyright (C) 1992-2018 Free Software Foundation, Inc. +! Copyright (C) 1992-2019 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 7d71d200891..7b129a85815 100644 --- a/libgcc/config/sparc/crtn.S +++ b/libgcc/config/sparc/crtn.S @@ -1,6 +1,6 @@ ! crtn.S for SPARC -! Copyright (C) 1992-2018 Free Software Foundation, Inc. +! Copyright (C) 1992-2019 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 b40920f7033..4ab609ecf91 100644 --- a/libgcc/config/sparc/libgcc-glibc.ver +++ b/libgcc/config/sparc/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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 740d27524e8..6b4271d84b6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 f49239977fe..8ed7fa9f800 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-2018 Free Software Foundation, Inc. +! Copyright (C) 1992-2019 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 5ff1d6f46b6..8f2309e23e6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 25e3dfd0974..1affe632550 100644 --- a/libgcc/config/spu/cache.S +++ b/libgcc/config/spu/cache.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 043ee588eb9..32b2a0e45d4 100644 --- a/libgcc/config/spu/cachemgr.c +++ b/libgcc/config/spu/cachemgr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 3f6ec4b1d40..db9fdf9fbf9 100644 --- a/libgcc/config/spu/divmodti4.c +++ b/libgcc/config/spu/divmodti4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d614421cb52..f4e95a9927b 100644 --- a/libgcc/config/spu/divv2df3.c +++ b/libgcc/config/spu/divv2df3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 affe698ec8e..1cdfa805ada 100644 --- a/libgcc/config/spu/float_disf.c +++ b/libgcc/config/spu/float_disf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 11a3b02083a..81dab3c1b27 100644 --- a/libgcc/config/spu/float_unsdidf.c +++ b/libgcc/config/spu/float_unsdidf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 8913baca32b..93e1bd306d5 100644 --- a/libgcc/config/spu/float_unsdisf.c +++ b/libgcc/config/spu/float_unsdisf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 fc000ce83ce..7f78977592b 100644 --- a/libgcc/config/spu/float_unssidf.c +++ b/libgcc/config/spu/float_unssidf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 504d3b613f6..36ce140aae0 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 925e7f69da8..598c14efab5 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d18b8b2e410..29e8bacaead 100644 --- a/libgcc/config/spu/mfc_tag_release.c +++ b/libgcc/config/spu/mfc_tag_release.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 16414329d51..e2e09daebca 100644 --- a/libgcc/config/spu/mfc_tag_reserve.c +++ b/libgcc/config/spu/mfc_tag_reserve.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 d26e1fb9471..34a640a18ae 100644 --- a/libgcc/config/spu/mfc_tag_table.c +++ b/libgcc/config/spu/mfc_tag_table.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 99c8aacbf3b..c582e46b402 100644 --- a/libgcc/config/spu/multi3.c +++ b/libgcc/config/spu/multi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 47749462713..92833ab1f67 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 c5455c8c3e5..88965b02550 100644 --- a/libgcc/config/stormy16/t-stormy16 +++ b/libgcc/config/stormy16/t-stormy16 @@ -1,6 +1,6 @@ # -*- makefile -*- # -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-hardfp b/libgcc/config/t-hardfp index 474dac08e05..014184261c5 100644 --- a/libgcc/config/t-hardfp +++ b/libgcc/config/t-hardfp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 09ad5b4566b..aaff298b15c 100644 --- a/libgcc/config/t-hardfp-sfdf +++ b/libgcc/config/t-hardfp-sfdf @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 5172135d2ae..d07895bb6eb 100644 --- a/libgcc/config/t-libunwind-elf +++ b/libgcc/config/t-libunwind-elf @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-slibgcc b/libgcc/config/t-slibgcc index 7e60b621a2d..099bf23e62f 100644 --- a/libgcc/config/t-slibgcc +++ b/libgcc/config/t-slibgcc @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-slibgcc-fuchsia b/libgcc/config/t-slibgcc-fuchsia index e9afd4d38b2..8654edbe19f 100644 --- a/libgcc/config/t-slibgcc-fuchsia +++ b/libgcc/config/t-slibgcc-fuchsia @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -20,7 +20,7 @@ SHLIB_LDFLAGS = -Wl,--soname=$(SHLIB_SONAME) \ $(LDFLAGS) -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 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 2e6fb1d3b09..1eaf02edff9 100644 --- a/libgcc/config/t-slibgcc-libgcc +++ b/libgcc/config/t-slibgcc-libgcc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-softfp b/libgcc/config/t-softfp index f7a8250a549..9c54c36c28c 100644 --- a/libgcc/config/t-softfp +++ b/libgcc/config/t-softfp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 765c36a6ce4..47152c1ace6 100644 --- a/libgcc/config/tilepro/atomic.c +++ b/libgcc/config/tilepro/atomic.c @@ -1,5 +1,5 @@ /* TILE atomics. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 56c932fe5cb..b83911a5887 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 e6d7b775666..5665e0aefae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 854bd1ada5c..f43aa456cb7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 fd247a7c16a..36ed883e976 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 c919de9abeb..b06df65f06f 100644 --- a/libgcc/config/unwind-dw2-fde-darwin.c +++ b/libgcc/config/unwind-dw2-fde-darwin.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 89f2380a49e..38834c69683 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 839f5ebce6b..42abf5cdb54 100644 --- a/libgcc/config/vax/lib1funcs.S +++ b/libgcc/config/vax/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 7cdbfe763cb..dc0d562c728 100644 --- a/libgcc/config/visium/crti.S +++ b/libgcc/config/visium/crti.S @@ -1,5 +1,5 @@ /* crti.S for Visium. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 c6238885d8e..16b2a3b41bd 100644 --- a/libgcc/config/visium/crtn.S +++ b/libgcc/config/visium/crtn.S @@ -1,5 +1,5 @@ /* crtn.S for Visium. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 a0dc900378e..15371171d16 100644 --- a/libgcc/config/visium/divdi3.c +++ b/libgcc/config/visium/divdi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 eba91512124..c2ad0e8c6d8 100644 --- a/libgcc/config/visium/lib2funcs.c +++ b/libgcc/config/visium/lib2funcs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 29690b357b8..159f0425419 100644 --- a/libgcc/config/visium/memcpy.c +++ b/libgcc/config/visium/memcpy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 fc47d1931d6..94acb2fd039 100644 --- a/libgcc/config/visium/memcpy.h +++ b/libgcc/config/visium/memcpy.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 8687e49b61a..1f6754cba3a 100644 --- a/libgcc/config/visium/memset.c +++ b/libgcc/config/visium/memset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 73ecbb7b3b6..141f4b78dbb 100644 --- a/libgcc/config/visium/memset.h +++ b/libgcc/config/visium/memset.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 dd12f111f40..1de5ec02299 100644 --- a/libgcc/config/visium/moddi3.c +++ b/libgcc/config/visium/moddi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 ce1dd59556d..2c7a82360b1 100644 --- a/libgcc/config/visium/set_trampoline_parity.c +++ b/libgcc/config/visium/set_trampoline_parity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 ee8fd767163..b661f002ad9 100644 --- a/libgcc/config/visium/t-visium +++ b/libgcc/config/visium/t-visium @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 bee5078ca13..04ca52b25f3 100644 --- a/libgcc/config/visium/udivdi3.c +++ b/libgcc/config/visium/udivdi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 b18237421e4..c68c58fb071 100644 --- a/libgcc/config/visium/udivmoddi4.c +++ b/libgcc/config/visium/udivmoddi4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 4f4e8542b1e..8efa6e1fa83 100644 --- a/libgcc/config/visium/umoddi3.c +++ b/libgcc/config/visium/umoddi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 7d49f8c7795..0a36d8d94f5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/libgcc/config/vxcache.c b/libgcc/config/vxcache.c index 23c72fbb5f5..f37a423083c 100644 --- a/libgcc/config/vxcache.c +++ b/libgcc/config/vxcache.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/libgcc/config/vxlib-tls.c b/libgcc/config/vxlib-tls.c index ea975732b1f..56e2f8fa0db 100644 --- a/libgcc/config/vxlib-tls.c +++ b/libgcc/config/vxlib-tls.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 7dcee4ca313..78b677647a3 100644 --- a/libgcc/config/vxlib.c +++ b/libgcc/config/vxlib.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 b6bc7f63cb0..3b2f5731536 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 c559bc9dfe0..1f3b1ab416d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 a997c1b4263..8f1576f8c8d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 695c67b0fc8..cad7bb4f74a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 59e65c2360f..3c621afa578 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 686b43f9f55..81b5c4993e2 100644 --- a/libgcc/config/xtensa/lib2funcs.S +++ b/libgcc/config/xtensa/lib2funcs.S @@ -1,5 +1,5 @@ /* Assembly functions for libgcc2. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 f4b1f0925b3..9888942575f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 d6352498d8f..92aba704257 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 a73a6c14ca9..6a398db1c3b 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c index d81c527a455..4927a9f8977 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 fbd75d706dd..0eefb78ede3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/dfp-bit.h b/libgcc/dfp-bit.h index 1f5c59b49f0..dc5b6daa1c0 100644 --- a/libgcc/dfp-bit.h +++ b/libgcc/dfp-bit.h @@ -1,5 +1,5 @@ /* Header file for dfp-bit.c. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/divmod.c b/libgcc/divmod.c index 17261db9476..9b1cfbaac8e 100644 --- a/libgcc/divmod.c +++ b/libgcc/divmod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/emutls.c b/libgcc/emutls.c index e70cf2bac68..c725142e465 100644 --- a/libgcc/emutls.c +++ b/libgcc/emutls.c @@ -1,5 +1,5 @@ /* TLS emulation. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 82e2f97a45f..bc98ce390ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/find-symver.awk b/libgcc/find-symver.awk index eefd4709763..8ddc179865c 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/fixed-bit.c b/libgcc/fixed-bit.c index f50abf05ee8..c0145470647 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/fixed-bit.h b/libgcc/fixed-bit.h index eecb87aba41..b54840aac42 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/fp-bit.c b/libgcc/fp-bit.c index e7c1e3ab852..a9cc3c0bff3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/fp-bit.h b/libgcc/fp-bit.h index ddc879e7165..5c2b3dfa971 100644 --- a/libgcc/fp-bit.h +++ b/libgcc/fp-bit.h @@ -1,5 +1,5 @@ /* Header file for fp-bit.c. */ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/gbl-ctors.h b/libgcc/gbl-ctors.h index 2a1c5665718..7ed579a36b2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@segfault.us.com) This file is part of GCC. diff --git a/libgcc/gcov.h b/libgcc/gcov.h index 92578304cf9..9d92edd49ba 100644 --- a/libgcc/gcov.h +++ b/libgcc/gcov.h @@ -1,5 +1,5 @@ /* GCOV interface routines. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/generic-morestack-thread.c b/libgcc/generic-morestack-thread.c index a17b904cfe6..7e894bd03e8 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 d70ca0922ce..a83d1a184ee 100644 --- a/libgcc/generic-morestack.c +++ b/libgcc/generic-morestack.c @@ -1,5 +1,5 @@ /* Library support for -fsplit-stack. */ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 d93300f1779..9672ba4b8fe 100644 --- a/libgcc/generic-morestack.h +++ b/libgcc/generic-morestack.h @@ -1,5 +1,5 @@ /* Library support for -fsplit-stack. */ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 e2f952f6c1c..b1a497d9175 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/gthr-single.h b/libgcc/gthr-single.h index d8bd5138fa3..d4945ab75cd 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/gthr.h b/libgcc/gthr.h index 88b0178f9e3..67826419882 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 2f19ff70f98..d5352b6f74e 100644 --- a/libgcc/libgcc-std.ver.in +++ b/libgcc/libgcc-std.ver.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/libgcc2.c b/libgcc/libgcc2.c index 8ac2025f7af..d84f25b0779 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcc2.h b/libgcc/libgcc2.h index 408dbe3812c..c9ce2d3b4c7 100644 --- a/libgcc/libgcc2.h +++ b/libgcc/libgcc2.h @@ -1,5 +1,5 @@ /* Header file for libgcc2.c. */ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 8c1fef00456..b5f3e89ebdc 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-driver.c b/libgcc/libgcov-driver.c index cdebb747326..44f43e6e9af 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-interface.c b/libgcc/libgcov-interface.c index 227a5a04ccb..b3ed7433f78 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-merge.c b/libgcc/libgcov-merge.c index 3ab509a8d7f..046ed5718bb 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-profiler.c b/libgcc/libgcov-profiler.c index 7a5e50009ce..4cacf894174 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-util.c b/libgcc/libgcov-util.c index 408bda82236..ae0dd017204 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 ee05a68d2b2..be5682fd8b2 100644 --- a/libgcc/libgcov.h +++ b/libgcc/libgcov.h @@ -1,5 +1,5 @@ /* Header file for libgcov-*.c. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/mkheader.sh b/libgcc/mkheader.sh index f44bc61181d..4500fa885f6 100755 --- a/libgcc/mkheader.sh +++ b/libgcc/mkheader.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 607b076cf92..86043de45fd 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 b2f0831dff1..4a8f98a8310 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 c1b2ae3809b..623f1dd48ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/sync.c b/libgcc/sync.c index 11dcd25e9dd..afea3ed543a 100644 --- a/libgcc/sync.c +++ b/libgcc/sync.c @@ -1,5 +1,5 @@ /* Out-of-line libgcc versions of __sync_* builtins. */ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/udivhi3.c b/libgcc/udivhi3.c index 5f2dc12f258..792d39e80e6 100644 --- a/libgcc/udivhi3.c +++ b/libgcc/udivhi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/udivmod.c b/libgcc/udivmod.c index 9dbcce4c102..be67683b498 100644 --- a/libgcc/udivmod.c +++ b/libgcc/udivmod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/udivmodhi4.c b/libgcc/udivmodhi4.c index d9ac8edd912..b4701358e89 100644 --- a/libgcc/udivmodhi4.c +++ b/libgcc/udivmodhi4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/udivmodsi4.c b/libgcc/udivmodsi4.c index b7dabb18154..4007d8bde50 100644 --- a/libgcc/udivmodsi4.c +++ b/libgcc/udivmodsi4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Copyright (C) 2000-2019 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 76f8fc3364b..fd572fe26c1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 613c1a22042..3e55cda7f7b 100644 --- a/libgcc/unwind-c.c +++ b/libgcc/unwind-c.c @@ -1,5 +1,5 @@ /* Supporting functions for C exception handling. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2b099e57122..ac27002cbb9 100644 --- a/libgcc/unwind-compat.c +++ b/libgcc/unwind-compat.c @@ -1,5 +1,5 @@ /* Backward compatibility unwind routines. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-compat.h b/libgcc/unwind-compat.h index 06820842c1b..bfb5bfd2abf 100644 --- a/libgcc/unwind-compat.h +++ b/libgcc/unwind-compat.h @@ -1,5 +1,5 @@ /* Backward compatibility unwind routines. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 bfc3c6eb0e9..60e4e2bff20 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 ce6a46cfd45..fd144ea3e2d 100644 --- a/libgcc/unwind-dw2-fde-dip.c +++ b/libgcc/unwind-dw2-fde-dip.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 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 0d52b7a4cef..24b4ecee68c 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 88e8028111b..03e0415e52c 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-2018 Free Software Foundation, Inc. +/* Copyright (C) 1997-2019 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 de9310f524f..bd88df96395 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-dw2.h b/libgcc/unwind-dw2.h index 56b300cd774..8ceb50322b3 100644 --- a/libgcc/unwind-dw2.h +++ b/libgcc/unwind-dw2.h @@ -1,5 +1,5 @@ /* DWARF2 frame unwind data structure. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-generic.h b/libgcc/unwind-generic.h index 639c96f438e..fbfd92da5ed 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-pe.h b/libgcc/unwind-pe.h index 05c2fb4dd50..4ed1c6699d6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-seh.c b/libgcc/unwind-seh.c index 8c6aade9a3b..934a54bc8ee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-sjlj.c b/libgcc/unwind-sjlj.c index 5dbc221d9ca..72fa1a83b0f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind.inc b/libgcc/unwind.inc index 19a8e4f6c80..f9a26fd07ea 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-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/vtv_end.c b/libgcc/vtv_end.c index c0a1505d45e..1f34d6734c2 100644 --- a/libgcc/vtv_end.c +++ b/libgcc/vtv_end.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 2cdefd31358..eee90aed185 100644 --- a/libgcc/vtv_end_preinit.c +++ b/libgcc/vtv_end_preinit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/vtv_start.c b/libgcc/vtv_start.c index 4cba1e6fa1d..418d2d80d58 100644 --- a/libgcc/vtv_start.c +++ b/libgcc/vtv_start.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 9ce2c33434c..8d9a87b3c66 100644 --- a/libgcc/vtv_start_preinit.c +++ b/libgcc/vtv_start_preinit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 6df47da16d5..4c9083a857b 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,2289 +1,8 @@ -2018-12-31 Thomas Koenig - - PR fortran/82995 - * m4/ifindloc0.m4: Handle case of absend optional argument, passed - as a NULL pointer. Correct allocation of retarray->base_addr. - * m4/ifindloc1.m4: Likewise. - * m4/ifindloc2.m4: Handle case of absend optional argument, passed - as a NULL pointer. - * m4/iforeach-s.m4: Likewise. - * m4/iforeach-s2.m4: Likewise. - * m4/iforeach.m4: Likewise. - * m4/ifunction-s.m4: Likewise. - * m4/ifunction-s2.m4: Likewise. - * m4/ifunction.m4: Likewise. - * generated/findloc0_c16.c: Regenerated. - * generated/findloc0_c4.c: Regenerated. - * generated/findloc0_c8.c: Regenerated. - * generated/findloc0_i1.c: Regenerated. - * generated/findloc0_i16.c: Regenerated. - * generated/findloc0_i2.c: Regenerated. - * generated/findloc0_i4.c: Regenerated. - * generated/findloc0_i8.c: Regenerated. - * generated/findloc0_r16.c: Regenerated. - * generated/findloc0_r4.c: Regenerated. - * generated/findloc0_r8.c: Regenerated. - * generated/findloc0_s1.c: Regenerated. - * generated/findloc0_s4.c: Regenerated. - * generated/findloc1_c16.c: Regenerated. - * generated/findloc1_c4.c: Regenerated. - * generated/findloc1_c8.c: Regenerated. - * generated/findloc1_i1.c: Regenerated. - * generated/findloc1_i16.c: Regenerated. - * generated/findloc1_i2.c: Regenerated. - * generated/findloc1_i4.c: Regenerated. - * generated/findloc1_i8.c: Regenerated. - * generated/findloc1_r16.c: Regenerated. - * generated/findloc1_r4.c: Regenerated. - * generated/findloc1_r8.c: Regenerated. - * generated/findloc1_s1.c: Regenerated. - * generated/findloc1_s4.c: Regenerated. - * generated/findloc2_s1.c: Regenerated. - * generated/findloc2_s4.c: Regenerated. - * generated/iall_i1.c: Regenerated. - * generated/iall_i16.c: Regenerated. - * generated/iall_i2.c: Regenerated. - * generated/iall_i4.c: Regenerated. - * generated/iall_i8.c: Regenerated. - * generated/iany_i1.c: Regenerated. - * generated/iany_i16.c: Regenerated. - * generated/iany_i2.c: Regenerated. - * generated/iany_i4.c: Regenerated. - * generated/iany_i8.c: Regenerated. - * generated/iparity_i1.c: Regenerated. - * generated/iparity_i16.c: Regenerated. - * generated/iparity_i2.c: Regenerated. - * generated/iparity_i4.c: Regenerated. - * generated/iparity_i8.c: Regenerated. - * generated/maxloc0_16_i1.c: Regenerated. - * generated/maxloc0_16_i16.c: Regenerated. - * generated/maxloc0_16_i2.c: Regenerated. - * generated/maxloc0_16_i4.c: Regenerated. - * generated/maxloc0_16_i8.c: Regenerated. - * generated/maxloc0_16_r10.c: Regenerated. - * generated/maxloc0_16_r16.c: Regenerated. - * generated/maxloc0_16_r4.c: Regenerated. - * generated/maxloc0_16_r8.c: Regenerated. - * generated/maxloc0_16_s1.c: Regenerated. - * generated/maxloc0_16_s4.c: Regenerated. - * generated/maxloc0_4_i1.c: Regenerated. - * generated/maxloc0_4_i16.c: Regenerated. - * generated/maxloc0_4_i2.c: Regenerated. - * generated/maxloc0_4_i4.c: Regenerated. - * generated/maxloc0_4_i8.c: Regenerated. - * generated/maxloc0_4_r10.c: Regenerated. - * generated/maxloc0_4_r16.c: Regenerated. - * generated/maxloc0_4_r4.c: Regenerated. - * generated/maxloc0_4_r8.c: Regenerated. - * generated/maxloc0_4_s1.c: Regenerated. - * generated/maxloc0_4_s4.c: Regenerated. - * generated/maxloc0_8_i1.c: Regenerated. - * generated/maxloc0_8_i16.c: Regenerated. - * generated/maxloc0_8_i2.c: Regenerated. - * generated/maxloc0_8_i4.c: Regenerated. - * generated/maxloc0_8_i8.c: Regenerated. - * generated/maxloc0_8_r10.c: Regenerated. - * generated/maxloc0_8_r16.c: Regenerated. - * generated/maxloc0_8_r4.c: Regenerated. - * generated/maxloc0_8_r8.c: Regenerated. - * generated/maxloc0_8_s1.c: Regenerated. - * generated/maxloc0_8_s4.c: Regenerated. - * generated/maxloc1_16_i1.c: Regenerated. - * generated/maxloc1_16_i16.c: Regenerated. - * generated/maxloc1_16_i2.c: Regenerated. - * generated/maxloc1_16_i4.c: Regenerated. - * generated/maxloc1_16_i8.c: Regenerated. - * generated/maxloc1_16_r10.c: Regenerated. - * generated/maxloc1_16_r16.c: Regenerated. - * generated/maxloc1_16_r4.c: Regenerated. - * generated/maxloc1_16_r8.c: Regenerated. - * generated/maxloc1_16_s1.c: Regenerated. - * generated/maxloc1_16_s4.c: Regenerated. - * generated/maxloc1_4_i1.c: Regenerated. - * generated/maxloc1_4_i16.c: Regenerated. - * generated/maxloc1_4_i2.c: Regenerated. - * generated/maxloc1_4_i4.c: Regenerated. - * generated/maxloc1_4_i8.c: Regenerated. - * generated/maxloc1_4_r10.c: Regenerated. - * generated/maxloc1_4_r16.c: Regenerated. - * generated/maxloc1_4_r4.c: Regenerated. - * generated/maxloc1_4_r8.c: Regenerated. - * generated/maxloc1_4_s1.c: Regenerated. - * generated/maxloc1_4_s4.c: Regenerated. - * generated/maxloc1_8_i1.c: Regenerated. - * generated/maxloc1_8_i16.c: Regenerated. - * generated/maxloc1_8_i2.c: Regenerated. - * generated/maxloc1_8_i4.c: Regenerated. - * generated/maxloc1_8_i8.c: Regenerated. - * generated/maxloc1_8_r10.c: Regenerated. - * generated/maxloc1_8_r16.c: Regenerated. - * generated/maxloc1_8_r4.c: Regenerated. - * generated/maxloc1_8_r8.c: Regenerated. - * generated/maxloc1_8_s1.c: Regenerated. - * generated/maxloc1_8_s4.c: Regenerated. - * generated/maxval0_s1.c: Regenerated. - * generated/maxval0_s4.c: Regenerated. - * generated/maxval1_s1.c: Regenerated. - * generated/maxval1_s4.c: Regenerated. - * generated/maxval_i1.c: Regenerated. - * generated/maxval_i16.c: Regenerated. - * generated/maxval_i2.c: Regenerated. - * generated/maxval_i4.c: Regenerated. - * generated/maxval_i8.c: Regenerated. - * generated/maxval_r10.c: Regenerated. - * generated/maxval_r16.c: Regenerated. - * generated/maxval_r4.c: Regenerated. - * generated/maxval_r8.c: Regenerated. - * generated/minloc0_16_i1.c: Regenerated. - * generated/minloc0_16_i16.c: Regenerated. - * generated/minloc0_16_i2.c: Regenerated. - * generated/minloc0_16_i4.c: Regenerated. - * generated/minloc0_16_i8.c: Regenerated. - * generated/minloc0_16_r10.c: Regenerated. - * generated/minloc0_16_r16.c: Regenerated. - * generated/minloc0_16_r4.c: Regenerated. - * generated/minloc0_16_r8.c: Regenerated. - * generated/minloc0_16_s1.c: Regenerated. - * generated/minloc0_16_s4.c: Regenerated. - * generated/minloc0_4_i1.c: Regenerated. - * generated/minloc0_4_i16.c: Regenerated. - * generated/minloc0_4_i2.c: Regenerated. - * generated/minloc0_4_i4.c: Regenerated. - * generated/minloc0_4_i8.c: Regenerated. - * generated/minloc0_4_r10.c: Regenerated. - * generated/minloc0_4_r16.c: Regenerated. - * generated/minloc0_4_r4.c: Regenerated. - * generated/minloc0_4_r8.c: Regenerated. - * generated/minloc0_4_s1.c: Regenerated. - * generated/minloc0_4_s4.c: Regenerated. - * generated/minloc0_8_i1.c: Regenerated. - * generated/minloc0_8_i16.c: Regenerated. - * generated/minloc0_8_i2.c: Regenerated. - * generated/minloc0_8_i4.c: Regenerated. - * generated/minloc0_8_i8.c: Regenerated. - * generated/minloc0_8_r10.c: Regenerated. - * generated/minloc0_8_r16.c: Regenerated. - * generated/minloc0_8_r4.c: Regenerated. - * generated/minloc0_8_r8.c: Regenerated. - * generated/minloc0_8_s1.c: Regenerated. - * generated/minloc0_8_s4.c: Regenerated. - * generated/minloc1_16_i1.c: Regenerated. - * generated/minloc1_16_i16.c: Regenerated. - * generated/minloc1_16_i2.c: Regenerated. - * generated/minloc1_16_i4.c: Regenerated. - * generated/minloc1_16_i8.c: Regenerated. - * generated/minloc1_16_r10.c: Regenerated. - * generated/minloc1_16_r16.c: Regenerated. - * generated/minloc1_16_r4.c: Regenerated. - * generated/minloc1_16_r8.c: Regenerated. - * generated/minloc1_16_s1.c: Regenerated. - * generated/minloc1_16_s4.c: Regenerated. - * generated/minloc1_4_i1.c: Regenerated. - * generated/minloc1_4_i16.c: Regenerated. - * generated/minloc1_4_i2.c: Regenerated. - * generated/minloc1_4_i4.c: Regenerated. - * generated/minloc1_4_i8.c: Regenerated. - * generated/minloc1_4_r10.c: Regenerated. - * generated/minloc1_4_r16.c: Regenerated. - * generated/minloc1_4_r4.c: Regenerated. - * generated/minloc1_4_r8.c: Regenerated. - * generated/minloc1_4_s1.c: Regenerated. - * generated/minloc1_4_s4.c: Regenerated. - * generated/minloc1_8_i1.c: Regenerated. - * generated/minloc1_8_i16.c: Regenerated. - * generated/minloc1_8_i2.c: Regenerated. - * generated/minloc1_8_i4.c: Regenerated. - * generated/minloc1_8_i8.c: Regenerated. - * generated/minloc1_8_r10.c: Regenerated. - * generated/minloc1_8_r16.c: Regenerated. - * generated/minloc1_8_r4.c: Regenerated. - * generated/minloc1_8_r8.c: Regenerated. - * generated/minloc1_8_s1.c: Regenerated. - * generated/minloc1_8_s4.c: Regenerated. - * generated/minval0_s1.c: Regenerated. - * generated/minval0_s4.c: Regenerated. - * generated/minval1_s1.c: Regenerated. - * generated/minval1_s4.c: Regenerated. - * generated/minval_i1.c: Regenerated. - * generated/minval_i16.c: Regenerated. - * generated/minval_i2.c: Regenerated. - * generated/minval_i4.c: Regenerated. - * generated/minval_i8.c: Regenerated. - * generated/minval_r10.c: Regenerated. - * generated/minval_r16.c: Regenerated. - * generated/minval_r4.c: Regenerated. - * generated/minval_r8.c: Regenerated. - * generated/product_c10.c: Regenerated. - * generated/product_c16.c: Regenerated. - * generated/product_c4.c: Regenerated. - * generated/product_c8.c: Regenerated. - * generated/product_i1.c: Regenerated. - * generated/product_i16.c: Regenerated. - * generated/product_i2.c: Regenerated. - * generated/product_i4.c: Regenerated. - * generated/product_i8.c: Regenerated. - * generated/product_r10.c: Regenerated. - * generated/product_r16.c: Regenerated. - * generated/product_r4.c: Regenerated. - * generated/product_r8.c: Regenerated. - * generated/sum_c10.c: Regenerated. - * generated/sum_c16.c: Regenerated. - * generated/sum_c4.c: Regenerated. - * generated/sum_c8.c: Regenerated. - * generated/sum_i1.c: Regenerated. - * generated/sum_i16.c: Regenerated. - * generated/sum_i2.c: Regenerated. - * generated/sum_i4.c: Regenerated. - * generated/sum_i8.c: Regenerated. - * generated/sum_r10.c: Regenerated. - * generated/sum_r16.c: Regenerated. - * generated/sum_r4.c: Regenerated. - * generated/sum_r8.c: Regenerated. - -2018-12-29 Steven G. Kargl - - * gfortran.map: Expose subnormal functions in dynamic library. - * ieee/ieee_arithmetic.F90: Add support for IEEE_SUBNORMAL, - IEEE_POSITIVE_SUBNORMAL, and IEEE_NEGATIVE_SUBNORMAL. - * ieee/ieee_helper.c: Ditto. - * ieee/ieee_features.F90: Add IEEE_SUBNORMAL. - -2018-12-29 Steven G. Kargl - - PR fortran/88342 - * ieee/ieee_arithmetic.F90: Prevent exceptions in IEEE_VALUE if - -ffpe-trap=invalid or -ffpe-trap=overflow is used. - -2018-12-28 Steven G. Kargl - - PR fortran/81984 - * intrinsics/string_intrinsics_inc.c: Placate the sanitizer. - -2018-12-21 Steven G. Kargl - - PR fortran/69121 - * ieee/ieee_arithmetic.F90: Provide missing interfaces for IEEE_SCALB. - -2018-12-20 Steven G. Kargl - - * ieee/ieee_arithmetic.F90: Re-organize file to - eliminate #ifdef ... #endif. No functional change. - -2018-12-09 Thomas Koenig - - PR fortran/88411 - * io/transfer.c (dta_transfer_init): Do not treat as an - asynchronous statement unless the statement has - ASYNCHRONOUS="YES". - (st_write_done): Likewise. - (st_read_done): Do not perform async_wait for synchronous I/O - on an async unit. - (st_read_done): Likewise. - -2018-12-02 Janne Blomqvist - - PR libfortran/88137 - * runtime/backtrace.c (show_backtrace): Use atomic load/store to - access the static lbstate pointer. - -2018-11-30 Janne Blomqvist - - PR libfortran/88137 - * runtime/backtrace.c (show_backtrace): Make lbstate a static - variable, initialize once. - -2018-11-23 Janne Blomqvist - - * runtime/error.c (MAGIC): Remove. - (recursion_key): New variable. - (recursion_check): Use thread-specific variable for recursion - check if threads are active. - (constructor_recursion_check): New function. - (destructor_recursion_check): New funcion. - -2018-11-22 Janne Blomqvist - - * acinclude.m4 (LIBGFOR_CHECK_ATOMIC_FETCH_ADD): Rename and test - presence of atomic builtins instead of sync builtins. - * configure.ac (LIBGFOR_CHECK_ATOMIC_FETCH_ADD): Call new test. - * io/io.h (inc_waiting_locked): Use __atomic_fetch_add. - (predec_waiting_locked): Use __atomic_add_fetch. - (dec_waiting_unlocked): Use __atomic_fetch_add. - * config.h.in: Regenerated. - * configure: Regenerated. - * Makefile.in: Regenerated. - -2018-11-09 Jerry DeLisle - - PR libfortran/78351 - * io/transfer.c (read_sf_internal): Delete leftover - debug code. - -2018-11-08 Jerry DeLisle - - PR libfortran/78351 - * io/transfer.c (read_sf_internal): Add support for early - comma termination of internal unit formatted reads. - -2018-10-31 Joseph Myers - - PR bootstrap/82856 - * Makefile.am: Include multilib.am. - * configure.ac: Remove AC_PREREQ. - * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate. - -2017-10-28 Thomas Koenig - - PR fortran/54613 - * Makefile.am: Add files for findloc. - * Makefile.in: Regenerated. - * libgfortran.h (gfc_array_index_type): Add. - (gfc_array_s1): Add using GFC_UINTEGER_1. - (gfc_array_s4): Likewise. - Replace unnecessary comment. - (HAVE_GFC_UINTEGER_1): Define. - (HAVE_GFC_UINTEGER_4): Define. - * m4/findloc0.m4: New file. - * m4/findloc0s.m4: New file. - * m4/findloc1.m4: New file. - * m4/findloc1s.m4: New file. - * m4/findloc2s.m4: New file. - * m4/ifindloc0.m4: New file. - * m4/ifindloc1.m4: New file. - * m4/ifindloc2.m4: New file. - * m4/iparm.m4: Use unsigned integer for characters. - * generated/findloc0_c16.c: New file. - * generated/findloc0_c4.c: New file. - * generated/findloc0_c8.c: New file. - * generated/findloc0_i1.c: New file. - * generated/findloc0_i16.c: New file. - * generated/findloc0_i2.c: New file. - * generated/findloc0_i4.c: New file. - * generated/findloc0_i8.c: New file. - * generated/findloc0_r16.c: New file. - * generated/findloc0_r4.c: New file. - * generated/findloc0_r8.c: New file. - * generated/findloc0_s1.c: New file. - * generated/findloc0_s4.c: New file. - * generated/findloc1_c16.c: New file. - * generated/findloc1_c4.c: New file. - * generated/findloc1_c8.c: New file. - * generated/findloc1_i1.c: New file. - * generated/findloc1_i16.c: New file. - * generated/findloc1_i2.c: New file. - * generated/findloc1_i4.c: New file. - * generated/findloc1_i8.c: New file. - * generated/findloc1_r16.c: New file. - * generated/findloc1_r4.c: New file. - * generated/findloc1_r8.c: New file. - * generated/findloc1_s1.c: New file. - * generated/findloc1_s4.c: New file. - * generated/findloc2_s1.c: New file. - * generated/findloc2_s4.c: New file. - * generated/maxloc0_16_s1.c: Regenerated. - * generated/maxloc0_16_s4.c: Regenerated. - * generated/maxloc0_4_s1.c: Regenerated. - * generated/maxloc0_4_s4.c: Regenerated. - * generated/maxloc0_8_s1.c: Regenerated. - * generated/maxloc0_8_s4.c: Regenerated. - * generated/maxloc1_16_s1.c: Regenerated. - * generated/maxloc1_16_s4.c: Regenerated. - * generated/maxloc1_4_s1.c: Regenerated. - * generated/maxloc1_4_s4.c: Regenerated. - * generated/maxloc1_8_s1.c: Regenerated. - * generated/maxloc1_8_s4.c: Regenerated. - * generated/maxloc2_16_s1.c: Regenerated. - * generated/maxloc2_16_s4.c: Regenerated. - * generated/maxloc2_4_s1.c: Regenerated. - * generated/maxloc2_4_s4.c: Regenerated. - * generated/maxloc2_8_s1.c: Regenerated. - * generated/maxloc2_8_s4.c: Regenerated. - * generated/maxval0_s1.c: Regenerated. - * generated/maxval0_s4.c: Regenerated. - * generated/maxval1_s1.c: Regenerated. - * generated/maxval1_s4.c: Regenerated. - * generated/minloc0_16_s1.c: Regenerated. - * generated/minloc0_16_s4.c: Regenerated. - * generated/minloc0_4_s1.c: Regenerated. - * generated/minloc0_4_s4.c: Regenerated. - * generated/minloc0_8_s1.c: Regenerated. - * generated/minloc0_8_s4.c: Regenerated. - * generated/minloc1_16_s1.c: Regenerated. - * generated/minloc1_16_s4.c: Regenerated. - * generated/minloc1_4_s1.c: Regenerated. - * generated/minloc1_4_s4.c: Regenerated. - * generated/minloc1_8_s1.c: Regenerated. - * generated/minloc1_8_s4.c: Regenerated. - * generated/minloc2_16_s1.c: Regenerated. - * generated/minloc2_16_s4.c: Regenerated. - * generated/minloc2_4_s1.c: Regenerated. - * generated/minloc2_4_s4.c: Regenerated. - * generated/minloc2_8_s1.c: Regenerated. - * generated/minloc2_8_s4.c: Regenerated. - * generated/minval0_s1.c: Regenerated. - * generated/minval0_s4.c: Regenerated. - * generated/minval1_s1.c: Regenerated. - * generated/minval1_s4.c: Regenerated. - -2018-10-06 Janne Blomqvist - - * io/unix.c (compare_file_filename): Use gfc_charlen_type instead - of int for string length. - (inquire_sequential): Likewise. - (inquire_direct): Likewise. - (inquire_formatted): Likewise. - (inquire_unformatted): Likewise. - (inquire_access): Likewise. - (inquire_read): Likewise. - (inquire_write): Likewise. - (inquire_readwrite): Likewise. - * io/unix.h (compare_file_filename): Likewise. - (inquire_sequential): Likewise. - (inquire_direct): Likewise. - (inquire_formatted): Likewise. - (inquire_unformatted): Likewise. - (inquire_read): Likewise. - (inquire_write): Likewise. - (inquire_readwrite): Likewise. - -2018-10-02 Gerald Pfeifer - - * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include . - -2018-09-21 Janne Blomqvist - - * config.h.in: Regenerated. - * configure: Regenerated. - * configure.ac: Check for writev and sys/uio.h. - * libgfortran.h: Include sys/uio.h. - (st_vprintf): Remove prototype. - (struct iovec): Define if not available. - (estr_writev): New prototype. - * runtime/backtrace.c (error_callback): Use estr_writev. - * runtime/error.c (ST_VPRINTF_SIZE): Remove. - (estr_writev): New function. - (st_vprintf): Remove. - (gf_vsnprintf): New function. - (ST_ERRBUF_SIZE): New macro. - (st_printf): Use vsnprintf. - (os_error): Use estr_writev. - (runtime_error): Use vsnprintf and estr_writev. - (runtime_error_at): Likewise. - (runtime_warning_at): Likewise. - (internal_error): Use estr_writev. - (generate_error_common): Likewise. - (generate_warning): Likewise. - (notify_std): Likewise. - * runtime/pause.c (pause_string): Likewise. - * runtime/stop.c (report_exception): Likewise. - (stop_string): Likewise. - (error_stop_string): Likewise. - -2018-09-16 Thomas Koenig - - PR fortran/37802 - * m4/matmul_internal.m4: Adjust error messages. - * 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. - * generated/matmulavx128_c10.c: Regenerated. - * generated/matmulavx128_c16.c: Regenerated. - * generated/matmulavx128_c4.c: Regenerated. - * generated/matmulavx128_c8.c: Regenerated. - * generated/matmulavx128_i1.c: Regenerated. - * generated/matmulavx128_i16.c: Regenerated. - * generated/matmulavx128_i2.c: Regenerated. - * generated/matmulavx128_i4.c: Regenerated. - * generated/matmulavx128_i8.c: Regenerated. - * generated/matmulavx128_r10.c: Regenerated. - * generated/matmulavx128_r16.c: Regenerated. - * generated/matmulavx128_r4.c: Regenerated. - * generated/matmulavx128_r8.c: Regenerated. - -2018-09-14 Kyrylo Tkachov - - * io/unix.c (fallback_access): Avoid calling close on - uninitialized file descriptor. - -2018-09-12 Kwok Cheung Yeung - - * runtime/minimal.c (estr_write): Define in terms of write. - -2018-09-12 Andrew Stubbs - - * runtime/minimal.c (exit): Only work around nvptx bugs on nvptx. - -2018-09-07 Janne Blomqvist - - * runtime/environ.c (init_unsigned_integer): Remove. - -2018-09-05 Hans-Peter Nilsson - - * io/async.h: Use __gthread_mutex_t, not pthread_mutex_t. - -2018-09-01 Jerry DeLisle - - * io/io.h: Change declaration of vlist type to - gfc_full_array_i4 to eliminate warning for mismatched type. - * io/format.c ((parse_format_list): Use gfc_full_array_i4. - * io/io.h: Use gfc_full_array_i4. - -2018-08-25 Thomas Koenig - - PR libfortran/86704 - * m4/matmul_internal.m4: Correct calculation of needed buffer size - for arrays of shape (1,n). - * 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 - * generated/matmulavx128_c10.c: Regenerated - * generated/matmulavx128_c16.c: Regenerated - * generated/matmulavx128_c4.c: Regenerated - * generated/matmulavx128_c8.c: Regenerated - * generated/matmulavx128_i1.c: Regenerated - * generated/matmulavx128_i16.c: Regenerated - * generated/matmulavx128_i2.c: Regenerated - * generated/matmulavx128_i4.c: Regenerated - * generated/matmulavx128_i8.c: Regenerated - * generated/matmulavx128_r10.c: Regenerated - * generated/matmulavx128_r16.c: Regenerated - * generated/matmulavx128_r4.c: Regenerated - * generated/matmulavx128_r8.c: Regenerated - -2018-08-23 David Edelsohn - - * async.h (ASYNC_IO): Revert _AIX test. - -2018-08-22 Thomas Koenig - - * async.h: Set ASYNC_IO to zero if _AIX is defined. - (struct adv_cond): If ASYNC_IO is zero, the struct has no members. - (async_unit): If ASYNC_IO is zero, remove unneeded members. - -2018-08-21 Nicolas Koenig - Thomas Koenig - - PR fortran/25829 - * Makefile.am: Add async.c to gfor_io_src. - Add async.h to gfor_io_headers. - * Makefile.in: Regenerated. - * gfortran.map: Add _gfortran_st_wait_async. - * io/async.c: New file. - * io/async.h: New file. - * io/close.c: Include async.h. - (st_close): Call async_wait for an asynchronous unit. - * io/file_pos.c (st_backspace): Likewise. - (st_endfile): Likewise. - (st_rewind): Likewise. - (st_flush): Likewise. - * io/inquire.c: Add handling for asynchronous PENDING - and ID arguments. - * io/io.h (st_parameter_dt): Add async bit. - (st_parameter_wait): Correct. - (gfc_unit): Add au pointer. - (st_wait_async): Add prototype. - (transfer_array_inner): Likewise. - (st_write_done_worker): Likewise. - * io/open.c: Include async.h. - (new_unit): Initialize asynchronous unit. - * io/transfer.c (async_opt): New struct. - (wrap_scalar_transfer): New function. - (transfer_integer): Call wrap_scalar_transfer to do the work. - (transfer_real): Likewise. - (transfer_real_write): Likewise. - (transfer_character): Likewise. - (transfer_character_wide): Likewise. - (transfer_complex): Likewise. - (transfer_array_inner): New function. - (transfer_array): Call transfer_array_inner. - (transfer_derived): Call wrap_scalar_transfer. - (data_transfer_init): Check for asynchronous I/O. - Perform a wait operation on any pending asynchronous I/O - if the data transfer is synchronous. Copy PDT and enqueue - thread for data transfer. - (st_read_done_worker): New function. - (st_read_done): Enqueue transfer or call st_read_done_worker. - (st_write_done_worker): New function. - (st_write_done): Enqueue transfer or call st_read_done_worker. - (st_wait): Document as no-op for compatibility reasons. - (st_wait_async): New function. - * io/unit.c (insert_unit): Use macros LOCK, UNLOCK and TRYLOCK; - add NOTE where necessary. - (get_gfc_unit): Likewise. - (init_units): Likewise. - (close_unit_1): Likewise. Call async_close if asynchronous. - (close_unit): Use macros LOCK and UNLOCK. - (finish_last_advance_record): Likewise. - (newunit_alloc): Likewise. - * io/unix.c (find_file): Likewise. - (flush_all_units_1): Likewise. - (flush_all_units): Likewise. - * libgfortran.h (generate_error_common): Add prototype. - * runtime/error.c: Include io.h and async.h. - (generate_error_common): New function. - -2018-08-15 Rainer Orth - - * configure.ac: Check for . - * configure, config.h.in: Regenerate. - * intrinsics/random.c [HAVE_SYS_RANDOM_H]: Include . - -2018-08-13 Janne Blomqvist - - * configure.ac: Check for getentropy. - * intrinsics/random.c (getosrandom): Use getentropy if available. - * config.h.in: Regenerated. - * configure: Regenerated. - -2018-07-31 Andre Vieira - - Revert 'AsyncI/O patch committed' - 2018-07-25 Nicolas Koenig - Thomas Koenig - - PR fortran/25829 - * Makefile.am: Add async.c to gfor_io_src. - Add async.h to gfor_io_headers. - * Makefile.in: Regenerated. - * gfortran.map: Add _gfortran_st_wait_async. - * io/async.c: New file. - * io/async.h: New file. - * io/close.c: Include async.h. - (st_close): Call async_wait for an asynchronous unit. - * io/file_pos.c (st_backspace): Likewise. - (st_endfile): Likewise. - (st_rewind): Likewise. - (st_flush): Likewise. - * io/inquire.c: Add handling for asynchronous PENDING - and ID arguments. - * io/io.h (st_parameter_dt): Add async bit. - (st_parameter_wait): Correct. - (gfc_unit): Add au pointer. - (st_wait_async): Add prototype. - (transfer_array_inner): Likewise. - (st_write_done_worker): Likewise. - * io/open.c: Include async.h. - (new_unit): Initialize asynchronous unit. - * io/transfer.c (async_opt): New struct. - (wrap_scalar_transfer): New function. - (transfer_integer): Call wrap_scalar_transfer to do the work. - (transfer_real): Likewise. - (transfer_real_write): Likewise. - (transfer_character): Likewise. - (transfer_character_wide): Likewise. - (transfer_complex): Likewise. - (transfer_array_inner): New function. - (transfer_array): Call transfer_array_inner. - (transfer_derived): Call wrap_scalar_transfer. - (data_transfer_init): Check for asynchronous I/O. - Perform a wait operation on any pending asynchronous I/O - if the data transfer is synchronous. Copy PDT and enqueue - thread for data transfer. - (st_read_done_worker): New function. - (st_read_done): Enqueue transfer or call st_read_done_worker. - (st_write_done_worker): New function. - (st_write_done): Enqueue transfer or call st_read_done_worker. - (st_wait): Document as no-op for compatibility reasons. - (st_wait_async): New function. - * io/unit.c (insert_unit): Use macros LOCK, UNLOCK and TRYLOCK; - add NOTE where necessary. - (get_gfc_unit): Likewise. - (init_units): Likewise. - (close_unit_1): Likewise. Call async_close if asynchronous. - (close_unit): Use macros LOCK and UNLOCK. - (finish_last_advance_record): Likewise. - (newunit_alloc): Likewise. - * io/unix.c (find_file): Likewise. - (flush_all_units_1): Likewise. - (flush_all_units): Likewise. - * libgfortran.h (generate_error_common): Add prototype. - * runtime/error.c: Include io.h and async.h. - (generate_error_common): New function. - -2018-07-25 Nicolas Koenig - Thomas Koenig - - PR fortran/25829 - * Makefile.am: Add async.c to gfor_io_src. - Add async.h to gfor_io_headers. - * Makefile.in: Regenerated. - * gfortran.map: Add _gfortran_st_wait_async. - * io/async.c: New file. - * io/async.h: New file. - * io/close.c: Include async.h. - (st_close): Call async_wait for an asynchronous unit. - * io/file_pos.c (st_backspace): Likewise. - (st_endfile): Likewise. - (st_rewind): Likewise. - (st_flush): Likewise. - * io/inquire.c: Add handling for asynchronous PENDING - and ID arguments. - * io/io.h (st_parameter_dt): Add async bit. - (st_parameter_wait): Correct. - (gfc_unit): Add au pointer. - (st_wait_async): Add prototype. - (transfer_array_inner): Likewise. - (st_write_done_worker): Likewise. - * io/open.c: Include async.h. - (new_unit): Initialize asynchronous unit. - * io/transfer.c (async_opt): New struct. - (wrap_scalar_transfer): New function. - (transfer_integer): Call wrap_scalar_transfer to do the work. - (transfer_real): Likewise. - (transfer_real_write): Likewise. - (transfer_character): Likewise. - (transfer_character_wide): Likewise. - (transfer_complex): Likewise. - (transfer_array_inner): New function. - (transfer_array): Call transfer_array_inner. - (transfer_derived): Call wrap_scalar_transfer. - (data_transfer_init): Check for asynchronous I/O. - Perform a wait operation on any pending asynchronous I/O - if the data transfer is synchronous. Copy PDT and enqueue - thread for data transfer. - (st_read_done_worker): New function. - (st_read_done): Enqueue transfer or call st_read_done_worker. - (st_write_done_worker): New function. - (st_write_done): Enqueue transfer or call st_read_done_worker. - (st_wait): Document as no-op for compatibility reasons. - (st_wait_async): New function. - * io/unit.c (insert_unit): Use macros LOCK, UNLOCK and TRYLOCK; - add NOTE where necessary. - (get_gfc_unit): Likewise. - (init_units): Likewise. - (close_unit_1): Likewise. Call async_close if asynchronous. - (close_unit): Use macros LOCK and UNLOCK. - (finish_last_advance_record): Likewise. - (newunit_alloc): Likewise. - * io/unix.c (find_file): Likewise. - (flush_all_units_1): Likewise. - (flush_all_units): Likewise. - * libgfortran.h (generate_error_common): Add prototype. - * runtime/error.c: Include io.h and async.h. - (generate_error_common): New function. - -2018-06-09 Jerry DeLisle - - PR libgfortran/86070 - * io/write_float.def (build_float_string): Initialize *len. - -2018-06-01 Steven G. Kargl - - PR fortran/85816 - PR fortran/85975 - * libgfortran.h: Remove the GFC_DTYPE_COPY_SETRANK macro. - * intrinsics/reshape_generic.c: Directly assign rank. - * intrinsics/spread_generic.c: Ditto. - * m4/iforeach-s.m4: Ditto. - * m4/iforeach.m4: Ditto. - * m4/ifunction-s.m4: Ditto. - * m4/ifunction-s2.m4: Ditto. - * m4/ifunction.m4: Ditto. - * m4/ifunction_logical.m4: Ditto. - * m4/reshape.m4: Ditto. - * m4/spread.m4: Ditto. - * generated/all_l1.c: Regenerated from m4 files. - * generated/all_l16.c: Ditto. - * generated/all_l2.c: Ditto. - * generated/all_l4.c: Ditto. - * generated/all_l8.c: Ditto. - * generated/any_l1.c: Ditto. - * generated/any_l16.c: Ditto. - * generated/any_l2.c: Ditto. - * generated/any_l4.c: Ditto. - * generated/any_l8.c: Ditto. - * generated/count_16_l.c: Ditto. - * generated/count_1_l.c: Ditto. - * generated/count_2_l.c: Ditto. - * generated/count_4_l.c: Ditto. - * generated/count_8_l.c: Ditto. - * generated/iall_i1.c: Ditto. - * generated/iall_i16.c: Ditto. - * generated/iall_i2.c: Ditto. - * generated/iall_i4.c: Ditto. - * generated/iall_i8.c: Ditto. - * generated/iany_i1.c: Ditto. - * generated/iany_i16.c: Ditto. - * generated/iany_i2.c: Ditto. - * generated/iany_i4.c: Ditto. - * generated/iany_i8.c: Ditto. - * generated/iparity_i1.c: Ditto. - * generated/iparity_i16.c: Ditto. - * generated/iparity_i2.c: Ditto. - * generated/iparity_i4.c: Ditto. - * generated/iparity_i8.c: Ditto. - * generated/maxloc0_16_i1.c: Ditto. - * generated/maxloc0_16_i16.c: Ditto. - * generated/maxloc0_16_i2.c: Ditto. - * generated/maxloc0_16_i4.c: Ditto. - * generated/maxloc0_16_i8.c: Ditto. - * generated/maxloc0_16_r10.c: Ditto. - * generated/maxloc0_16_r16.c: Ditto. - * generated/maxloc0_16_r4.c: Ditto. - * generated/maxloc0_16_r8.c: Ditto. - * generated/maxloc0_16_s1.c: Ditto. - * generated/maxloc0_16_s4.c: Ditto. - * generated/maxloc0_4_i1.c: Ditto. - * generated/maxloc0_4_i16.c: Ditto. - * generated/maxloc0_4_i2.c: Ditto. - * generated/maxloc0_4_i4.c: Ditto. - * generated/maxloc0_4_i8.c: Ditto. - * generated/maxloc0_4_r10.c: Ditto. - * generated/maxloc0_4_r16.c: Ditto. - * generated/maxloc0_4_r4.c: Ditto. - * generated/maxloc0_4_r8.c: Ditto. - * generated/maxloc0_4_s1.c: Ditto. - * generated/maxloc0_4_s4.c: Ditto. - * generated/maxloc0_8_i1.c: Ditto. - * generated/maxloc0_8_i16.c: Ditto. - * generated/maxloc0_8_i2.c: Ditto. - * generated/maxloc0_8_i4.c: Ditto. - * generated/maxloc0_8_i8.c: Ditto. - * generated/maxloc0_8_r10.c: Ditto. - * generated/maxloc0_8_r16.c: Ditto. - * generated/maxloc0_8_r4.c: Ditto. - * generated/maxloc0_8_r8.c: Ditto. - * generated/maxloc0_8_s1.c: Ditto. - * generated/maxloc0_8_s4.c: Ditto. - * generated/maxloc1_16_i1.c: Ditto. - * generated/maxloc1_16_i16.c: Ditto. - * generated/maxloc1_16_i2.c: Ditto. - * generated/maxloc1_16_i4.c: Ditto. - * generated/maxloc1_16_i8.c: Ditto. - * generated/maxloc1_16_r10.c: Ditto. - * generated/maxloc1_16_r16.c: Ditto. - * generated/maxloc1_16_r4.c: Ditto. - * generated/maxloc1_16_r8.c: Ditto. - * generated/maxloc1_16_s1.c: Ditto. - * generated/maxloc1_16_s4.c: Ditto. - * generated/maxloc1_4_i1.c: Ditto. - * generated/maxloc1_4_i16.c: Ditto. - * generated/maxloc1_4_i2.c: Ditto. - * generated/maxloc1_4_i4.c: Ditto. - * generated/maxloc1_4_i8.c: Ditto. - * generated/maxloc1_4_r10.c: Ditto. - * generated/maxloc1_4_r16.c: Ditto. - * generated/maxloc1_4_r4.c: Ditto. - * generated/maxloc1_4_r8.c: Ditto. - * generated/maxloc1_4_s1.c: Ditto. - * generated/maxloc1_4_s4.c: Ditto. - * generated/maxloc1_8_i1.c: Ditto. - * generated/maxloc1_8_i16.c: Ditto. - * generated/maxloc1_8_i2.c: Ditto. - * generated/maxloc1_8_i4.c: Ditto. - * generated/maxloc1_8_i8.c: Ditto. - * generated/maxloc1_8_r10.c: Ditto. - * generated/maxloc1_8_r16.c: Ditto. - * generated/maxloc1_8_r4.c: Ditto. - * generated/maxloc1_8_r8.c: Ditto. - * generated/maxloc1_8_s1.c: Ditto. - * generated/maxloc1_8_s4.c: Ditto. - * generated/maxval1_s1.c: Ditto. - * generated/maxval1_s4.c: Ditto. - * generated/maxval_i1.c: Ditto. - * generated/maxval_i16.c: Ditto. - * generated/maxval_i2.c: Ditto. - * generated/maxval_i4.c: Ditto. - * generated/maxval_i8.c: Ditto. - * generated/maxval_r10.c: Ditto. - * generated/maxval_r16.c: Ditto. - * generated/maxval_r4.c: Ditto. - * generated/maxval_r8.c: Ditto. - * generated/minloc0_16_i1.c: Ditto. - * generated/minloc0_16_i16.c: Ditto. - * generated/minloc0_16_i2.c: Ditto. - * generated/minloc0_16_i4.c: Ditto. - * generated/minloc0_16_i8.c: Ditto. - * generated/minloc0_16_r10.c: Ditto. - * generated/minloc0_16_r16.c: Ditto. - * generated/minloc0_16_r4.c: Ditto. - * generated/minloc0_16_r8.c: Ditto. - * generated/minloc0_16_s1.c: Ditto. - * generated/minloc0_16_s4.c: Ditto. - * generated/minloc0_4_i1.c: Ditto. - * generated/minloc0_4_i16.c: Ditto. - * generated/minloc0_4_i2.c: Ditto. - * generated/minloc0_4_i4.c: Ditto. - * generated/minloc0_4_i8.c: Ditto. - * generated/minloc0_4_r10.c: Ditto. - * generated/minloc0_4_r16.c: Ditto. - * generated/minloc0_4_r4.c: Ditto. - * generated/minloc0_4_r8.c: Ditto. - * generated/minloc0_4_s1.c: Ditto. - * generated/minloc0_4_s4.c: Ditto. - * generated/minloc0_8_i1.c: Ditto. - * generated/minloc0_8_i16.c: Ditto. - * generated/minloc0_8_i2.c: Ditto. - * generated/minloc0_8_i4.c: Ditto. - * generated/minloc0_8_i8.c: Ditto. - * generated/minloc0_8_r10.c: Ditto. - * generated/minloc0_8_r16.c: Ditto. - * generated/minloc0_8_r4.c: Ditto. - * generated/minloc0_8_r8.c: Ditto. - * generated/minloc0_8_s1.c: Ditto. - * generated/minloc0_8_s4.c: Ditto. - * generated/minloc1_16_i1.c: Ditto. - * generated/minloc1_16_i16.c: Ditto. - * generated/minloc1_16_i2.c: Ditto. - * generated/minloc1_16_i4.c: Ditto. - * generated/minloc1_16_i8.c: Ditto. - * generated/minloc1_16_r10.c: Ditto. - * generated/minloc1_16_r16.c: Ditto. - * generated/minloc1_16_r4.c: Ditto. - * generated/minloc1_16_r8.c: Ditto. - * generated/minloc1_16_s1.c: Ditto. - * generated/minloc1_16_s4.c: Ditto. - * generated/minloc1_4_i1.c: Ditto. - * generated/minloc1_4_i16.c: Ditto. - * generated/minloc1_4_i2.c: Ditto. - * generated/minloc1_4_i4.c: Ditto. - * generated/minloc1_4_i8.c: Ditto. - * generated/minloc1_4_r10.c: Ditto. - * generated/minloc1_4_r16.c: Ditto. - * generated/minloc1_4_r4.c: Ditto. - * generated/minloc1_4_r8.c: Ditto. - * generated/minloc1_4_s1.c: Ditto. - * generated/minloc1_4_s4.c: Ditto. - * generated/minloc1_8_i1.c: Ditto. - * generated/minloc1_8_i16.c: Ditto. - * generated/minloc1_8_i2.c: Ditto. - * generated/minloc1_8_i4.c: Ditto. - * generated/minloc1_8_i8.c: Ditto. - * generated/minloc1_8_r10.c: Ditto. - * generated/minloc1_8_r16.c: Ditto. - * generated/minloc1_8_r4.c: Ditto. - * generated/minloc1_8_r8.c: Ditto. - * generated/minloc1_8_s1.c: Ditto. - * generated/minloc1_8_s4.c: Ditto. - * generated/minval1_s1.c: Ditto. - * generated/minval1_s4.c: Ditto. - * generated/minval_i1.c: Ditto. - * generated/minval_i16.c: Ditto. - * generated/minval_i2.c: Ditto. - * generated/minval_i4.c: Ditto. - * generated/minval_i8.c: Ditto. - * generated/minval_r10.c: Ditto. - * generated/minval_r16.c: Ditto. - * generated/minval_r4.c: Ditto. - * generated/minval_r8.c: Ditto. - * generated/norm2_r10.c: Ditto. - * generated/norm2_r16.c: Ditto. - * generated/norm2_r4.c: Ditto. - * generated/norm2_r8.c: Ditto. - * generated/parity_l1.c: Ditto. - * generated/parity_l16.c: Ditto. - * generated/parity_l2.c: Ditto. - * generated/parity_l4.c: Ditto. - * generated/parity_l8.c: Ditto. - * generated/product_c10.c: Ditto. - * generated/product_c16.c: Ditto. - * generated/product_c4.c: Ditto. - * generated/product_c8.c: Ditto. - * generated/product_i1.c: Ditto. - * generated/product_i16.c: Ditto. - * generated/product_i2.c: Ditto. - * generated/product_i4.c: Ditto. - * generated/product_i8.c: Ditto. - * generated/product_r10.c: Ditto. - * generated/product_r16.c: Ditto. - * generated/product_r4.c: Ditto. - * generated/product_r8.c: Ditto. - * generated/reshape_c10.c: Ditto. - * generated/reshape_c16.c: Ditto. - * generated/reshape_c4.c: Ditto. - * generated/reshape_c8.c: Ditto. - * generated/reshape_i16.c: Ditto. - * generated/reshape_i4.c: Ditto. - * generated/reshape_i8.c: Ditto. - * generated/reshape_r10.c: Ditto. - * generated/reshape_r16.c: Ditto. - * generated/reshape_r4.c: Ditto. - * generated/reshape_r8.c: Ditto. - * generated/spread_c10.c: Ditto. - * generated/spread_c16.c: Ditto. - * generated/spread_c4.c: Ditto. - * generated/spread_c8.c: Ditto. - * generated/spread_i1.c: Ditto. - * generated/spread_i16.c: Ditto. - * generated/spread_i2.c: Ditto. - * generated/spread_i4.c: Ditto. - * generated/spread_i8.c: Ditto. - * generated/spread_r10.c: Ditto. - * generated/spread_r16.c: Ditto. - * generated/spread_r4.c: Ditto. - * generated/spread_r8.c: Ditto. - * generated/sum_c10.c: Ditto. - * generated/sum_c16.c: Ditto. - * generated/sum_c4.c: Ditto. - * generated/sum_c8.c: Ditto. - * generated/sum_i1.c: Ditto. - * generated/sum_i16.c: Ditto. - * generated/sum_i2.c: Ditto. - * generated/sum_i4.c: Ditto. - * generated/sum_i8.c: Ditto. - * generated/sum_r10.c: Ditto. - * generated/sum_r16.c: Ditto. - * generated/sum_r4.c: Ditto. - * generated/sum_r8.c: Ditto. - -2018-06-01 Steven G. Kargl - - PR fortran/63570 - * libgfortran/Makefile.am: Add random_init.f90 to build. - * libgfortran/Makefile.in: Regenerated. - * libgfortran/gfortran.map: Expose symbol for _gfortran_random_init. - * libgfortran/intrinsics/random_init.f90: Implementation. - -2018-05-28 Jerry DeLisle - - PR libgfortran/85840 - * io/write.c (write_real, write_real_g0, write_complex): Use - separate local variables for the float string length. - -2018-05-26 Jerry DeLisle - - PR libgfortran/85906 - * io/write.c (write_integer): Initialise the fnode format to - FMT_NONE, used for list directed write. - (BUF_STACK_SZ): Bump default buffer size up to avoid allocs on - small stuff. - -2018-05-26 Jerry DeLisle - - PR libgfortran/85840 - * io/write.c (write_float_0): Use separate local variable for - the float string length. - -2018-05-08 Thomas Koenig - - PR fortran/54613 - * m4/iforeach-s.m4: Remove assertion that back is zero. - * m4/iforeach.m4: Likewise. Remove leading 'do' - before implementation start. - * m4/ifunction-s.m4: Remove assertion that back is zero. - * m4/ifunction.m4: Likewise. Remove for loop if HAVE_BACK_ARG - is defined. - * m4/maxloc0.m4: Reorganize loops. Split loops between >= and =, - depending if back is true. Mark the condition of having - found a value which exceeds the limit as unlikely. - * m4/minloc0.m4: Likewise. - * m4/maxloc1.m4: Likewise. - * m4/minloc1.m4: Likewise. - * m4/maxloc1s.m4: Handle back argument. - * m4/minloc1s.m4: Likewise. - * m4/maxloc2s.m4: Remove assertion that back is zero. - Remove special handling of loop start. Handle back argument. - * m4/minloc2s.m4: Likewise. - * generated/iall_i1.c: Regenerated. - * generated/iall_i16.c: Regenerated. - * generated/iall_i2.c: Regenerated. - * generated/iall_i4.c: Regenerated. - * generated/iall_i8.c: Regenerated. - * generated/iany_i1.c: Regenerated. - * generated/iany_i16.c: Regenerated. - * generated/iany_i2.c: Regenerated. - * generated/iany_i4.c: Regenerated. - * generated/iany_i8.c: Regenerated. - * generated/iparity_i1.c: Regenerated. - * generated/iparity_i16.c: Regenerated. - * generated/iparity_i2.c: Regenerated. - * generated/iparity_i4.c: Regenerated. - * generated/iparity_i8.c: Regenerated. - * generated/maxloc0_16_i1.c: Regenerated. - * generated/maxloc0_16_i16.c: Regenerated. - * generated/maxloc0_16_i2.c: Regenerated. - * generated/maxloc0_16_i4.c: Regenerated. - * generated/maxloc0_16_i8.c: Regenerated. - * generated/maxloc0_16_r10.c: Regenerated. - * generated/maxloc0_16_r16.c: Regenerated. - * generated/maxloc0_16_r4.c: Regenerated. - * generated/maxloc0_16_r8.c: Regenerated. - * generated/maxloc0_16_s1.c: Regenerated. - * generated/maxloc0_16_s4.c: Regenerated. - * generated/maxloc0_4_i1.c: Regenerated. - * generated/maxloc0_4_i16.c: Regenerated. - * generated/maxloc0_4_i2.c: Regenerated. - * generated/maxloc0_4_i4.c: Regenerated. - * generated/maxloc0_4_i8.c: Regenerated. - * generated/maxloc0_4_r10.c: Regenerated. - * generated/maxloc0_4_r16.c: Regenerated. - * generated/maxloc0_4_r4.c: Regenerated. - * generated/maxloc0_4_r8.c: Regenerated. - * generated/maxloc0_4_s1.c: Regenerated. - * generated/maxloc0_4_s4.c: Regenerated. - * generated/maxloc0_8_i1.c: Regenerated. - * generated/maxloc0_8_i16.c: Regenerated. - * generated/maxloc0_8_i2.c: Regenerated. - * generated/maxloc0_8_i4.c: Regenerated. - * generated/maxloc0_8_i8.c: Regenerated. - * generated/maxloc0_8_r10.c: Regenerated. - * generated/maxloc0_8_r16.c: Regenerated. - * generated/maxloc0_8_r4.c: Regenerated. - * generated/maxloc0_8_r8.c: Regenerated. - * generated/maxloc0_8_s1.c: Regenerated. - * generated/maxloc0_8_s4.c: Regenerated. - * generated/maxloc1_16_i1.c: Regenerated. - * generated/maxloc1_16_i16.c: Regenerated. - * generated/maxloc1_16_i2.c: Regenerated. - * generated/maxloc1_16_i4.c: Regenerated. - * generated/maxloc1_16_i8.c: Regenerated. - * generated/maxloc1_16_r10.c: Regenerated. - * generated/maxloc1_16_r16.c: Regenerated. - * generated/maxloc1_16_r4.c: Regenerated. - * generated/maxloc1_16_r8.c: Regenerated. - * generated/maxloc1_16_s1.c: Regenerated. - * generated/maxloc1_16_s4.c: Regenerated. - * generated/maxloc1_4_i1.c: Regenerated. - * generated/maxloc1_4_i16.c: Regenerated. - * generated/maxloc1_4_i2.c: Regenerated. - * generated/maxloc1_4_i4.c: Regenerated. - * generated/maxloc1_4_i8.c: Regenerated. - * generated/maxloc1_4_r10.c: Regenerated. - * generated/maxloc1_4_r16.c: Regenerated. - * generated/maxloc1_4_r4.c: Regenerated. - * generated/maxloc1_4_r8.c: Regenerated. - * generated/maxloc1_4_s1.c: Regenerated. - * generated/maxloc1_4_s4.c: Regenerated. - * generated/maxloc1_8_i1.c: Regenerated. - * generated/maxloc1_8_i16.c: Regenerated. - * generated/maxloc1_8_i2.c: Regenerated. - * generated/maxloc1_8_i4.c: Regenerated. - * generated/maxloc1_8_i8.c: Regenerated. - * generated/maxloc1_8_r10.c: Regenerated. - * generated/maxloc1_8_r16.c: Regenerated. - * generated/maxloc1_8_r4.c: Regenerated. - * generated/maxloc1_8_r8.c: Regenerated. - * generated/maxloc1_8_s1.c: Regenerated. - * generated/maxloc1_8_s4.c: Regenerated. - * generated/maxloc2_16_s1.c: Regenerated. - * generated/maxloc2_16_s4.c: Regenerated. - * generated/maxloc2_4_s1.c: Regenerated. - * generated/maxloc2_4_s4.c: Regenerated. - * generated/maxloc2_8_s1.c: Regenerated. - * generated/maxloc2_8_s4.c: Regenerated. - * generated/maxval_i1.c: Regenerated. - * generated/maxval_i16.c: Regenerated. - * generated/maxval_i2.c: Regenerated. - * generated/maxval_i4.c: Regenerated. - * generated/maxval_i8.c: Regenerated. - * generated/maxval_r10.c: Regenerated. - * generated/maxval_r16.c: Regenerated. - * generated/maxval_r4.c: Regenerated. - * generated/maxval_r8.c: Regenerated. - * generated/minloc0_16_i1.c: Regenerated. - * generated/minloc0_16_i16.c: Regenerated. - * generated/minloc0_16_i2.c: Regenerated. - * generated/minloc0_16_i4.c: Regenerated. - * generated/minloc0_16_i8.c: Regenerated. - * generated/minloc0_16_r10.c: Regenerated. - * generated/minloc0_16_r16.c: Regenerated. - * generated/minloc0_16_r4.c: Regenerated. - * generated/minloc0_16_r8.c: Regenerated. - * generated/minloc0_16_s1.c: Regenerated. - * generated/minloc0_16_s4.c: Regenerated. - * generated/minloc0_4_i1.c: Regenerated. - * generated/minloc0_4_i16.c: Regenerated. - * generated/minloc0_4_i2.c: Regenerated. - * generated/minloc0_4_i4.c: Regenerated. - * generated/minloc0_4_i8.c: Regenerated. - * generated/minloc0_4_r10.c: Regenerated. - * generated/minloc0_4_r16.c: Regenerated. - * generated/minloc0_4_r4.c: Regenerated. - * generated/minloc0_4_r8.c: Regenerated. - * generated/minloc0_4_s1.c: Regenerated. - * generated/minloc0_4_s4.c: Regenerated. - * generated/minloc0_8_i1.c: Regenerated. - * generated/minloc0_8_i16.c: Regenerated. - * generated/minloc0_8_i2.c: Regenerated. - * generated/minloc0_8_i4.c: Regenerated. - * generated/minloc0_8_i8.c: Regenerated. - * generated/minloc0_8_r10.c: Regenerated. - * generated/minloc0_8_r16.c: Regenerated. - * generated/minloc0_8_r4.c: Regenerated. - * generated/minloc0_8_r8.c: Regenerated. - * generated/minloc0_8_s1.c: Regenerated. - * generated/minloc0_8_s4.c: Regenerated. - * generated/minloc1_16_i1.c: Regenerated. - * generated/minloc1_16_i16.c: Regenerated. - * generated/minloc1_16_i2.c: Regenerated. - * generated/minloc1_16_i4.c: Regenerated. - * generated/minloc1_16_i8.c: Regenerated. - * generated/minloc1_16_r10.c: Regenerated. - * generated/minloc1_16_r16.c: Regenerated. - * generated/minloc1_16_r4.c: Regenerated. - * generated/minloc1_16_r8.c: Regenerated. - * generated/minloc1_16_s1.c: Regenerated. - * generated/minloc1_16_s4.c: Regenerated. - * generated/minloc1_4_i1.c: Regenerated. - * generated/minloc1_4_i16.c: Regenerated. - * generated/minloc1_4_i2.c: Regenerated. - * generated/minloc1_4_i4.c: Regenerated. - * generated/minloc1_4_i8.c: Regenerated. - * generated/minloc1_4_r10.c: Regenerated. - * generated/minloc1_4_r16.c: Regenerated. - * generated/minloc1_4_r4.c: Regenerated. - * generated/minloc1_4_r8.c: Regenerated. - * generated/minloc1_4_s1.c: Regenerated. - * generated/minloc1_4_s4.c: Regenerated. - * generated/minloc1_8_i1.c: Regenerated. - * generated/minloc1_8_i16.c: Regenerated. - * generated/minloc1_8_i2.c: Regenerated. - * generated/minloc1_8_i4.c: Regenerated. - * generated/minloc1_8_i8.c: Regenerated. - * generated/minloc1_8_r10.c: Regenerated. - * generated/minloc1_8_r16.c: Regenerated. - * generated/minloc1_8_r4.c: Regenerated. - * generated/minloc1_8_r8.c: Regenerated. - * generated/minloc1_8_s1.c: Regenerated. - * generated/minloc1_8_s4.c: Regenerated. - * generated/minloc2_16_s1.c: Regenerated. - * generated/minloc2_16_s4.c: Regenerated. - * generated/minloc2_4_s1.c: Regenerated. - * generated/minloc2_4_s4.c: Regenerated. - * generated/minloc2_8_s1.c: Regenerated. - * generated/minloc2_8_s4.c: Regenerated. - * generated/minval_i1.c: Regenerated. - * generated/minval_i16.c: Regenerated. - * generated/minval_i2.c: Regenerated. - * generated/minval_i4.c: Regenerated. - * generated/minval_i8.c: Regenerated. - * generated/minval_r10.c: Regenerated. - * generated/minval_r16.c: Regenerated. - * generated/minval_r4.c: Regenerated. - * generated/minval_r8.c: Regenerated. - * generated/norm2_r10.c: Regenerated. - * generated/norm2_r16.c: Regenerated. - * generated/norm2_r4.c: Regenerated. - * generated/norm2_r8.c: Regenerated. - * generated/parity_l1.c: Regenerated. - * generated/parity_l16.c: Regenerated. - * generated/parity_l2.c: Regenerated. - * generated/parity_l4.c: Regenerated. - * generated/parity_l8.c: Regenerated. - * generated/product_c10.c: Regenerated. - * generated/product_c16.c: Regenerated. - * generated/product_c4.c: Regenerated. - * generated/product_c8.c: Regenerated. - * generated/product_i1.c: Regenerated. - * generated/product_i16.c: Regenerated. - * generated/product_i2.c: Regenerated. - * generated/product_i4.c: Regenerated. - * generated/product_i8.c: Regenerated. - * generated/product_r10.c: Regenerated. - * generated/product_r16.c: Regenerated. - * generated/product_r4.c: Regenerated. - * generated/product_r8.c: Regenerated. - * generated/sum_c10.c: Regenerated. - * generated/sum_c16.c: Regenerated. - * generated/sum_c4.c: Regenerated. - * generated/sum_c8.c: Regenerated. - * generated/sum_i1.c: Regenerated. - * generated/sum_i16.c: Regenerated. - * generated/sum_i2.c: Regenerated. - * generated/sum_i4.c: Regenerated. - * generated/sum_i8.c: Regenerated. - * generated/sum_r10.c: Regenerated. - * generated/sum_r16.c: Regenerated. - * generated/sum_r4.c: Regenerated. - * generated/sum_r8.c: Regenerated. - -2018-04-24 H.J. Lu - - * configure: Regenerated. - -2018-04-19 Thomas Schwinge - - PR libfortran/85166 - PR libgomp/85463 - * runtime/minimal.c (stop_numeric): Reimplement. - (stop_string, error_stop_string, error_stop_numeric): New - functions. - -2018-04-19 Jakub Jelinek - - * configure: Regenerated. - -2018-04-18 David Malcolm - - PR jit/85384 - * configure: Regenerate. - -2018-04-06 Thomas Koenig - - PR libfortran/85253 - * m4/matmul_internal.m4: If ycount == 1, add one more row to - the internal buffer. - * 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. - * generated/matmulavx128_c10.c: Regenerated. - * generated/matmulavx128_c16.c: Regenerated. - * generated/matmulavx128_c4.c: Regenerated. - * generated/matmulavx128_c8.c: Regenerated. - * generated/matmulavx128_i1.c: Regenerated. - * generated/matmulavx128_i16.c: Regenerated. - * generated/matmulavx128_i2.c: Regenerated. - * generated/matmulavx128_i4.c: Regenerated. - * generated/matmulavx128_i8.c: Regenerated. - * generated/matmulavx128_r10.c: Regenerated. - * generated/matmulavx128_r16.c: Regenerated. - * generated/matmulavx128_r4.c: Regenerated. - * generated/matmulavx128_r8.c: Regenerated. - -2018-04-04 Thomas Koenig - - PR libfortran/85166 - * runtime/minimal.c (stop_numeric): Add new function in order to - implement numeric stop on minimal targets. - -2018-03-28 Jakub Jelinek - - * io/io.h (IOPARM_DT_DEFAULT_EXP): Rename to ... - (IOPARM_DT_DEC_EXT): ... this. - * io/list_read.c (parse_real): Adjust for IOPARM_DT_DEFAULT_EXP - renaming to IOPARM_DT_DEC_EXT. - (read_real): Likewise. - * io/read.c (read_f): Likewise. - -2018-03-15 Jakub Jelinek - - PR libgfortran/84880 - * intrinsics/kill.c (kill): Rename to... - (PREFIX (kill)): ... this. Use export_proto_np instead of export_proto. - -2018-03-13 Steven G. Kargl - - * libgfortran/gfortran.map: Remove _gfortran_kill_i4, - _gfortran_kill_i4_sub, _gfortran_kill_i8, and _gfortran_kill_i8_sub. - Add _gfortran_kill and _gfortran_kill_sub. - * libgfortran/intrinsics/kill.c: Eliminate _gfortran_kill_i4, - _gfortran_kill_i4_sub, _gfortran_kill_i8, and _gfortran_kill_i8_sub. - Add _gfortran_kill and _gfortran_kill_sub. - -2018-02-23 Janne Blomqvist - - PR fortran/84519 - * caf/libcaf.h (_gfortran_caf_stop_numeric): Add bool argument. - (_gfortran_caf_stop_str): Likewise. - (_gfortran_caf_error_stop_str): Likewise. - (_gfortran_caf_error_stop): Likewise. - * caf/mpi.c (_gfortran_caf_error_stop_str): Handle new argument. - (_gfortran_caf_error_stop): Likewise. - * caf/single.c (_gfortran_caf_stop_numeric): Likewise. - (_gfortran_caf_stop_str): Likewise. - (_gfortran_caf_error_stop_str): Likewise. - (_gfortran_caf_error_stop): Likewise. - (_gfortran_caf_lock): Likewise. - (_gfortran_caf_unlock): Likewise. - * libgfortran.h (stop_string): Add bool argument. - * runtime/pause.c (do_pause): Add false argument. - * runtime/stop.c (stop_numeric): Handle new argument. - (stop_string): Likewise. - (error_stop_string): Likewise. - (error_stop_numeric): Likewise. - -2018-02-22 Janne Blomqvist - - PR 78534 - PR 84509 - * runtime/pause.c (pause_numeric): Modify to take GFC_INTEGER_8 - argument. - (pause_string): Modify to take size_t character length argument. - -2018-02-22 Janne Blomqvist - - * libgfortran.h (stop_string): Use size_t for character length. - * runtime/stop.c (stop_string): Likewise. - (error_stop_string): Likewise. - (stop_numeric): Use int for exit code. - (error_stop_numeric): Likewise. - * caf/libcaf.h: Remove stdint.h include. - (_gfortran_caf_register): Use size_t for character length. - (_gfortran_caf_deregister): Likewise. - (_gfortran_caf_sync_all): Likewise. - (_gfortran_caf_sync_memory): Likewise. - (_gfortran_caf_sync_images): Likewise. - (_gfortran_caf_stop_numeric): Use int for exit code. - (_gfortran_caf_stop_str): Use size_t for character length. - (_gfortran_caf_error_stop_str): Likewise. - (_gfortran_caf_error_stop): Use int for exit code. - (_gfortran_caf_co_broadcast): Use size_t for character length. - (_gfortran_caf_co_sum): Likewise. - (_gfortran_caf_co_min): Likewise. - (_gfortran_caf_co_max): Likewise. - (_gfortran_caf_co_reduce): Likewise. - (_gfortran_caf_lock): Likewise. - (_gfortran_caf_unlock): Likewise. - (_gfortran_caf_event_post): Likewise. - (_gfortran_caf_event_wait): Likewise. - * caf/mpi.c (_gfortran_caf_register): Update implementation to - match prototype. - (_gfortran_caf_deregister): Likewise. - (_gfortran_caf_sync_all): Likewise. - (_gfortran_caf_sync_images): Likewise. - (_gfortran_caf_error_stop_str): Likewise. - (_gfortran_caf_error_stop): Likewise. - * caf/single.c (caf_internal_error): Likewise. - (_gfortran_caf_register): Likewise. - (_gfortran_caf_deregister): Likewise. - (_gfortran_caf_sync_all): Likewise. - (_gfortran_caf_sync_memory): Likewise. - (_gfortran_caf_sync_images): Likewise. - (_gfortran_caf_stop_numeric): Likewise. - (_gfortran_caf_stop_str): Likewise. - (_gfortran_caf_error_stop_str): Likewise. - (_gfortran_caf_error_stop): Likewise. - (_gfortran_caf_co_broadcast): Likewise. - (_gfortran_caf_co_sum): Likewise. - (_gfortran_caf_co_min): Likewise. - (_gfortran_caf_co_max): Likewise. - (_gfortran_caf_co_reduce): Likewise. - (_gfortran_caf_event_post): Likewise. - (_gfortran_caf_event_wait): Likewise. - (_gfortran_caf_lock): Likewise. - (_gfortran_caf_unlock): Likewise. - -2018-02-19 Andre Vehreschild - - * caf/libcaf.h: Add type parameters to the caf_*_by_ref prototypes. - * caf/single.c (get_for_ref): Simplifications and now respecting - the type argument. - (_gfortran_caf_get_by_ref): Added source type handing to get_for_ref(). - (send_by_ref): Simplifications and respecting the dst_type now. - (_gfortran_caf_send_by_ref): Added destination type hand over to - send_by_ref(). - (_gfortran_caf_sendget_by_ref): Added general support and fixed stack - corruption. The function is now really usable. - -2018-02-14 Igor Tsimbalist - - PR target/84148 - * configure: Regenerate. - -2018-02-18 Jerry DeLisle - - PR libgfortran/84412 - * io/transfer.c (finalize_transfer): After completng an internal unit - I/O operation, clear internal_unit_kind. - -2018-02-12 Thomas Koenig - - * libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension - of descriptor to use vaiable members for dim. - Change usage of GFC_ARRAY_DESCRIPTOR accordingly. - (GFC_FILL_ARRAY_DESCRIPTOR): New macro. - (gfc_full_array_i4): New type. - * intrinsics/date_and_time.c (secnds): Use sizeof - (gfc_array_i4) + sizeof (descriptor_dimension) for memory - allocation. - * intrinsics/reshape_generic.c: Use GFC_FULL_ARRAY_DESCRIPTOR. - * io/format.c: Use sizeof (gfc_array_i4) + sizeof - (descriptor_dimension) for memoy allocation. - * io/list_read.c (list_formatted_read_scalar): Use - gfc_full_array_i4 for variable. - (nml_read_obj): Likewise. - * io/write.c (list_formatted_write_scalar): Likewise. - (nml_write_obj): Likewise. - * m4/reshape.m4: Use GFC_FULL_ARRAY_DESCRIPTOR. - * generated/reshape_c10.c: Regenerated. - * generated/reshape_c16.c: Regenerated. - * generated/reshape_c4.c: Regenerated. - * generated/reshape_c8.c: Regenerated. - * generated/reshape_i16.c: Regenerated. - * generated/reshape_i4.c: Regenerated. - * generated/reshape_i8.c: Regenerated. - * generated/reshape_r10.c: Regenerated. - * generated/reshape_r16.c: Regenerated. - * generated/reshape_r4.c: Regenerated. - * generated/reshape_r8.c: Regenerated. - -2018-01-31 Janne Blomqvist - - * generated/cshift1_16.c (cshift1): Regenerated. - * generated/cshift1_4.c (cshift1): Regenerated. - * generated/cshift1_8.c (cshift1): Regenerated. - * generated/eoshift1_16.c (eoshift1): Regenerated. - * generated/eoshift1_4.c (eoshift1): Regenerated. - * generated/eoshift1_8.c (eoshift1): Regenerated. - * generated/eoshift3_16.c (eoshift3): Regenerated. - * generated/eoshift3_4.c (eoshift3): Regenerated. - * generated/eoshift3_8.c (eoshift3): Regenerated. - * generated/in_pack_c10.c (internal_pack_c10): Regenerated. - * generated/in_pack_c16.c (internal_pack_c16): Regenerated. - * generated/in_pack_c4.c (internal_pack_c4): Regenerated. - * generated/in_pack_c8.c (internal_pack_c8): Regenerated. - * generated/in_pack_i1.c (internal_pack_1): Regenerated. - * generated/in_pack_i16.c (internal_pack_16): Regenerated. - * generated/in_pack_i2.c (internal_pack_2): Regenerated. - * generated/in_pack_i4.c (internal_pack_4): Regenerated. - * generated/in_pack_i8.c (internal_pack_8): Regenerated. - * generated/in_pack_r10.c (internal_pack_r10): Regenerated. - * generated/in_pack_r16.c (internal_pack_r16): Regenerated. - * generated/in_pack_r4.c (internal_pack_r4): Regenerated. - * generated/in_pack_r8.c (internal_pack_r8): Regenerated. - * generated/in_unpack_c10.c (internal_unpack_c10): Regenerated. - * generated/in_unpack_c16.c (internal_unpack_c16): Regenerated. - * generated/in_unpack_c4.c (internal_unpack_c4): Regenerated. - * generated/in_unpack_c8.c (internal_unpack_c8): Regenerated. - * generated/in_unpack_i1.c (internal_unpack_1): Regenerated. - * generated/in_unpack_i16.c (internal_unpack_16): Regenerated. - * generated/in_unpack_i2.c (internal_unpack_2): Regenerated. - * generated/in_unpack_i4.c (internal_unpack_4): Regenerated. - * generated/in_unpack_i8.c (internal_unpack_8): Regenerated. - * generated/in_unpack_r10.c (internal_unpack_r10): Regenerated. - * generated/in_unpack_r16.c (internal_unpack_r16): Regenerated. - * generated/in_unpack_r4.c (internal_unpack_r4): Regenerated. - * generated/in_unpack_r8.c (internal_unpack_r8): Regenerated. - * generated/reshape_c10.c (reshape_c10): Regenerated. - * generated/reshape_c16.c (reshape_c16): Regenerated. - * generated/reshape_c4.c (reshape_c4): Regenerated. - * generated/reshape_c8.c (reshape_c8): Regenerated. - * generated/reshape_i16.c (reshape_16): Regenerated. - * generated/reshape_i4.c (reshape_4): Regenerated. - * generated/reshape_i8.c (reshape_8): Regenerated. - * generated/reshape_r10.c (reshape_r10): Regenerated. - * generated/reshape_r16.c (reshape_r16): Regenerated. - * generated/reshape_r4.c (reshape_r4): Regenerated. - * generated/reshape_r8.c (reshape_r8): Regenerated. - * generated/shape_i1.c (shape_1): Regenerated. - * generated/shape_i16.c (shape_16): Regenerated. - * generated/shape_i2.c (shape_2): Regenerated. - * generated/shape_i4.c (shape_4): Regenerated. - * generated/shape_i8.c (shape_8): Regenerated. - * generated/spread_c10.c (spread_scalar_c10): Regenerated. - * generated/spread_c16.c (spread_scalar_c16): Regenerated. - * generated/spread_c4.c (spread_scalar_c4): Regenerated. - * generated/spread_c8.c (spread_scalar_c8): Regenerated. - * generated/spread_i1.c (spread_scalar_i1): Regenerated. - * generated/spread_i16.c (spread_scalar_i16): Regenerated. - * generated/spread_i2.c (spread_scalar_i2): Regenerated. - * generated/spread_i4.c (spread_scalar_i4): Regenerated. - * generated/spread_i8.c (spread_scalar_i8): Regenerated. - * generated/spread_r10.c (spread_scalar_r10): Regenerated. - * generated/spread_r16.c (spread_scalar_r16): Regenerated. - * generated/spread_r4.c (spread_scalar_r4): Regenerated. - * generated/spread_r8.c (spread_scalar_r8): Regenerated. - * intrinsics/random.c (jump): Use size_t for array index in loop. - (getosrandom): Likewise. - (arandom_r4): Make n an index_type. - (arandom_r8): Likewise. - (arandom_r10): Likewise. - (arandom_r16): Likewise. - (scramble_seed): Use size_t for array index in loop. - * m4/cshift1.m4: Make i an index_type. - * m4/eoshift1.m4: Likewise. - * m4/eoshift3.m4: Likewise. - * m4/in_pack.m4: Make n an index_type. - * m4/in_unpack.m4: Likewise. - * m4/reshape.m4: Make n and dim index_type's. - * m4/shape.m4: Make n an index_type. - * m4/spread.m4: Likewise, use index_type argument rather than - copying to int. - * runtime/bounds.c (bounds_ifunction_return): Make n an - index_type. - * runtime/in_pack_generic.c (internal_pack): Likewise. - * runtime/in_unpack_generic.c (internal_unpack): Make n and size - index_type's. - -2018-01-30 Thomas Koenig - - PR fortran/37577 - * libgfortran.h: Remove GFC_DTYPE_DERIVED_1, GFC_DTYPE_DERIVED_2, - GFC_DTYPE_DERIVED_4, GFC_DTYPE_DERIVED_8 and GFC_DTYPE_DERIVED_16. - * m4/cshift1.m4: Remove GFC_DTYPE_DERIVED_1. - * generated/cshift1_16.c: Regenerated. - * generated/cshift1_4.c: Regenerated. - * generated/cshift1_8.c: Regenerated. - * intrinsics/cshift0.c: Remove GFC_DTYPE_DERIVED_1. - * intrinsics/pack_generic.c (pack): Move handling of other types - into separate switch statement. - * intrinsics/spread_generic.c (spread): Likewise. - (spread_scalar): Likewise. - * intrinsics/unpack_generic.c (unpack1): Likewise. - (unpack0): Likewise. - * runtime/in_pack_generic.c (internal_pack): Likewise. - * runtime/in_unpack_generic.c (internal_unpack): Likewise. - -2018-01-25 Paul Thomas - - PR fortran/37577 - * caf/single.c (_gfortran_caf_failed_images): Access the 'type' - and 'elem_len' fields of the dtype instead of the shifts. - (_gfortran_caf_stopped_images): Likewise. - * intrinsics/associated.c (associated): Compare the 'type' and - 'elem_len' fields instead of the dtype. - * caf/date_and_time.c : Access the dtype fields rather using - shifts and masks. - * io/transfer.c (transfer_array ): Comment on item count. - (set_nml_var,st_set_nml_var): Change dtype type and use fields. - (st_set_nml_dtio_var): Likewise. - * libgfortran.h : Change definition of GFC_ARRAY_DESCRIPTOR and - add a typedef for the dtype_type. Change the GFC_DTYPE_* macros - to access the dtype fields. - -2018-01-15 Thomas Koenig - - PR fortran/54613 - * m4/iparm.m4: Add back_arg macro if in minloc or maxloc. - * m4/iforeach-s.m4: Add optional argument back with back_arg - macro. Improve m4 quoting. If HAVE_BACK_ARG is defined, assert - that back is non-true. - * m4/iforeach.m4: Likewise. - * m4/ifunction-s.m4: Likewise. - * m4/ifunction.m4: Likewise. - * m4/maxloc0.m4: Include assert.h - * m4/minloc0.m4: Likewise. - * m4/maxloc0s.m4: #define HAVE_BACK_ARG. - * m4/minloc0s.m4: Likewise. - * m4/maxloc1s.m4: Likewise. - * m4/minloc1s.m4: Likewise. - * m4/maxloc1.m4: Include assert.h, #define HAVE_BACK_ARG. - * m4/minloc1.m4: Likewise. - * m4/maxloc2s.m4: Add assert.h, add back_arg, assert that - back is non-true. - * m4/minloc2s.m4: Likewise. - * generated/iall_i1.c: Regenerated. - * generated/iall_i16.c: Regenerated. - * generated/iall_i2.c: Regenerated. - * generated/iall_i4.c: Regenerated. - * generated/iall_i8.c: Regenerated. - * generated/iany_i1.c: Regenerated. - * generated/iany_i16.c: Regenerated. - * generated/iany_i2.c: Regenerated. - * generated/iany_i4.c: Regenerated. - * generated/iany_i8.c: Regenerated. - * generated/iparity_i1.c: Regenerated. - * generated/iparity_i16.c: Regenerated. - * generated/iparity_i2.c: Regenerated. - * generated/iparity_i4.c: Regenerated. - * generated/iparity_i8.c: Regenerated. - * generated/maxloc0_16_i1.c: Regenerated. - * generated/maxloc0_16_i16.c: Regenerated. - * generated/maxloc0_16_i2.c: Regenerated. - * generated/maxloc0_16_i4.c: Regenerated. - * generated/maxloc0_16_i8.c: Regenerated. - * generated/maxloc0_16_r10.c: Regenerated. - * generated/maxloc0_16_r16.c: Regenerated. - * generated/maxloc0_16_r4.c: Regenerated. - * generated/maxloc0_16_r8.c: Regenerated. - * generated/maxloc0_16_s1.c: Regenerated. - * generated/maxloc0_16_s4.c: Regenerated. - * generated/maxloc0_4_i1.c: Regenerated. - * generated/maxloc0_4_i16.c: Regenerated. - * generated/maxloc0_4_i2.c: Regenerated. - * generated/maxloc0_4_i4.c: Regenerated. - * generated/maxloc0_4_i8.c: Regenerated. - * generated/maxloc0_4_r10.c: Regenerated. - * generated/maxloc0_4_r16.c: Regenerated. - * generated/maxloc0_4_r4.c: Regenerated. - * generated/maxloc0_4_r8.c: Regenerated. - * generated/maxloc0_4_s1.c: Regenerated. - * generated/maxloc0_4_s4.c: Regenerated. - * generated/maxloc0_8_i1.c: Regenerated. - * generated/maxloc0_8_i16.c: Regenerated. - * generated/maxloc0_8_i2.c: Regenerated. - * generated/maxloc0_8_i4.c: Regenerated. - * generated/maxloc0_8_i8.c: Regenerated. - * generated/maxloc0_8_r10.c: Regenerated. - * generated/maxloc0_8_r16.c: Regenerated. - * generated/maxloc0_8_r4.c: Regenerated. - * generated/maxloc0_8_r8.c: Regenerated. - * generated/maxloc0_8_s1.c: Regenerated. - * generated/maxloc0_8_s4.c: Regenerated. - * generated/maxloc1_16_i1.c: Regenerated. - * generated/maxloc1_16_i16.c: Regenerated. - * generated/maxloc1_16_i2.c: Regenerated. - * generated/maxloc1_16_i4.c: Regenerated. - * generated/maxloc1_16_i8.c: Regenerated. - * generated/maxloc1_16_r10.c: Regenerated. - * generated/maxloc1_16_r16.c: Regenerated. - * generated/maxloc1_16_r4.c: Regenerated. - * generated/maxloc1_16_r8.c: Regenerated. - * generated/maxloc1_16_s1.c: Regenerated. - * generated/maxloc1_16_s4.c: Regenerated. - * generated/maxloc1_4_i1.c: Regenerated. - * generated/maxloc1_4_i16.c: Regenerated. - * generated/maxloc1_4_i2.c: Regenerated. - * generated/maxloc1_4_i4.c: Regenerated. - * generated/maxloc1_4_i8.c: Regenerated. - * generated/maxloc1_4_r10.c: Regenerated. - * generated/maxloc1_4_r16.c: Regenerated. - * generated/maxloc1_4_r4.c: Regenerated. - * generated/maxloc1_4_r8.c: Regenerated. - * generated/maxloc1_4_s1.c: Regenerated. - * generated/maxloc1_4_s4.c: Regenerated. - * generated/maxloc1_8_i1.c: Regenerated. - * generated/maxloc1_8_i16.c: Regenerated. - * generated/maxloc1_8_i2.c: Regenerated. - * generated/maxloc1_8_i4.c: Regenerated. - * generated/maxloc1_8_i8.c: Regenerated. - * generated/maxloc1_8_r10.c: Regenerated. - * generated/maxloc1_8_r16.c: Regenerated. - * generated/maxloc1_8_r4.c: Regenerated. - * generated/maxloc1_8_r8.c: Regenerated. - * generated/maxloc1_8_s1.c: Regenerated. - * generated/maxloc1_8_s4.c: Regenerated. - * generated/maxval_i1.c: Regenerated. - * generated/maxval_i16.c: Regenerated. - * generated/maxval_i2.c: Regenerated. - * generated/maxval_i4.c: Regenerated. - * generated/maxval_i8.c: Regenerated. - * generated/maxval_r10.c: Regenerated. - * generated/maxval_r16.c: Regenerated. - * generated/maxval_r4.c: Regenerated. - * generated/maxval_r8.c: Regenerated. - * generated/minloc0_16_i1.c: Regenerated. - * generated/minloc0_16_i16.c: Regenerated. - * generated/minloc0_16_i2.c: Regenerated. - * generated/minloc0_16_i4.c: Regenerated. - * generated/minloc0_16_i8.c: Regenerated. - * generated/minloc0_16_r10.c: Regenerated. - * generated/minloc0_16_r16.c: Regenerated. - * generated/minloc0_16_r4.c: Regenerated. - * generated/minloc0_16_r8.c: Regenerated. - * generated/minloc0_16_s1.c: Regenerated. - * generated/minloc0_16_s4.c: Regenerated. - * generated/minloc0_4_i1.c: Regenerated. - * generated/minloc0_4_i16.c: Regenerated. - * generated/minloc0_4_i2.c: Regenerated. - * generated/minloc0_4_i4.c: Regenerated. - * generated/minloc0_4_i8.c: Regenerated. - * generated/minloc0_4_r10.c: Regenerated. - * generated/minloc0_4_r16.c: Regenerated. - * generated/minloc0_4_r4.c: Regenerated. - * generated/minloc0_4_r8.c: Regenerated. - * generated/minloc0_4_s1.c: Regenerated. - * generated/minloc0_4_s4.c: Regenerated. - * generated/minloc0_8_i1.c: Regenerated. - * generated/minloc0_8_i16.c: Regenerated. - * generated/minloc0_8_i2.c: Regenerated. - * generated/minloc0_8_i4.c: Regenerated. - * generated/minloc0_8_i8.c: Regenerated. - * generated/minloc0_8_r10.c: Regenerated. - * generated/minloc0_8_r16.c: Regenerated. - * generated/minloc0_8_r4.c: Regenerated. - * generated/minloc0_8_r8.c: Regenerated. - * generated/minloc0_8_s1.c: Regenerated. - * generated/minloc0_8_s4.c: Regenerated. - * generated/minloc1_16_i1.c: Regenerated. - * generated/minloc1_16_i16.c: Regenerated. - * generated/minloc1_16_i2.c: Regenerated. - * generated/minloc1_16_i4.c: Regenerated. - * generated/minloc1_16_i8.c: Regenerated. - * generated/minloc1_16_r10.c: Regenerated. - * generated/minloc1_16_r16.c: Regenerated. - * generated/minloc1_16_r4.c: Regenerated. - * generated/minloc1_16_r8.c: Regenerated. - * generated/minloc1_16_s1.c: Regenerated. - * generated/minloc1_16_s4.c: Regenerated. - * generated/minloc1_4_i1.c: Regenerated. - * generated/minloc1_4_i16.c: Regenerated. - * generated/minloc1_4_i2.c: Regenerated. - * generated/minloc1_4_i4.c: Regenerated. - * generated/minloc1_4_i8.c: Regenerated. - * generated/minloc1_4_r10.c: Regenerated. - * generated/minloc1_4_r16.c: Regenerated. - * generated/minloc1_4_r4.c: Regenerated. - * generated/minloc1_4_r8.c: Regenerated. - * generated/minloc1_4_s1.c: Regenerated. - * generated/minloc1_4_s4.c: Regenerated. - * generated/minloc1_8_i1.c: Regenerated. - * generated/minloc1_8_i16.c: Regenerated. - * generated/minloc1_8_i2.c: Regenerated. - * generated/minloc1_8_i4.c: Regenerated. - * generated/minloc1_8_i8.c: Regenerated. - * generated/minloc1_8_r10.c: Regenerated. - * generated/minloc1_8_r16.c: Regenerated. - * generated/minloc1_8_r4.c: Regenerated. - * generated/minloc1_8_r8.c: Regenerated. - * generated/minloc1_8_s1.c: Regenerated. - * generated/minloc1_8_s4.c: Regenerated. - * generated/minval_i1.c: Regenerated. - * generated/minval_i16.c: Regenerated. - * generated/minval_i2.c: Regenerated. - * generated/minval_i4.c: Regenerated. - * generated/minval_i8.c: Regenerated. - * generated/minval_r10.c: Regenerated. - * generated/minval_r16.c: Regenerated. - * generated/minval_r4.c: Regenerated. - * generated/minval_r8.c: Regenerated. - * generated/norm2_r10.c: Regenerated. - * generated/norm2_r16.c: Regenerated. - * generated/norm2_r4.c: Regenerated. - * generated/norm2_r8.c: Regenerated. - * generated/parity_l1.c: Regenerated. - * generated/parity_l16.c: Regenerated. - * generated/parity_l2.c: Regenerated. - * generated/parity_l4.c: Regenerated. - * generated/parity_l8.c: Regenerated. - * generated/product_c10.c: Regenerated. - * generated/product_c16.c: Regenerated. - * generated/product_c4.c: Regenerated. - * generated/product_c8.c: Regenerated. - * generated/product_i1.c: Regenerated. - * generated/product_i16.c: Regenerated. - * generated/product_i2.c: Regenerated. - * generated/product_i4.c: Regenerated. - * generated/product_i8.c: Regenerated. - * generated/product_r10.c: Regenerated. - * generated/product_r16.c: Regenerated. - * generated/product_r4.c: Regenerated. - * generated/product_r8.c: Regenerated. - * generated/sum_c10.c: Regenerated. - * generated/sum_c16.c: Regenerated. - * generated/sum_c4.c: Regenerated. - * generated/sum_c8.c: Regenerated. - * generated/sum_i1.c: Regenerated. - * generated/sum_i16.c: Regenerated. - * generated/sum_i2.c: Regenerated. - * generated/sum_i4.c: Regenerated. - * generated/sum_i8.c: Regenerated. - * generated/sum_r10.c: Regenerated. - * generated/sum_r16.c: Regenerated. - * generated/sum_r4.c: Regenerated. - * generated/sum_r8.c: Regenerated. - -2018-01-14 Jerry DeLisle - - PR libgfortran/83811 - * write.c (select_buffer): Adjust buffer size up by 1. - -2018-01-08 Janne Blomqvist - - PR 78534, bugfix for r256322 - * io/transfer.c (next_record_w): Use correct type for return value - of next_array_record. - -2018-01-07 Thomas Koenig - - * libgfortran.h (GFC_DTYPE_COPY): New macro. - (GFC_DTYPE_COPY_SETRANK): New macro. - (GFC_DTYPE_IS_UNSET): New macro. - * intrinsics/cshift0.c (cshift0): Use new macros. - * intrinsics/eoshift0.c (eoshift0): Likewise. - * intrinsics/eoshift2.c (eoshift2): Likewise. - * intrinsics/move_alloc.c (move_alloc): Likewise. - * intrinsics/reshape_generic.c (reshape_internal): Likewise. - * intrinsics/spread_generic.c (spread_internal): Likewise. - * intrinsics/spread_generic.c (spread_scalar): Likewise. - * intrinsics/spread_generic.c (spread_char_scalar): Likewise. - * intrinsics/spread_generic.c (spread_char4_scalar): Likewise. - * intrinsics/unpack_generic.c (unpack0): Likewise. - * intrinsics/unpack_generic.c (unpack0_char): Likewise. - * intrinsics/unpack_generic.c (unpack0_char4): Likewise. - * m4/cshift1.m4 (cshift1): Likewise. - * m4/eoshift1.m4 (eoshift1): Likewise. - * m4/eoshift3.m4 (eoshift3): Likewise. - * m4/iforeach-s.m4: Likewise. - * m4/iforeach.m4: Likewise. - * m4/ifunction-s.m4: Likewise. - * m4/ifunction-s2.m4: Likewise. - * m4/ifunction.m4: Likewise. - * m4/ifunction_logical.m4: Likewise. - * m4/reshape.m4: Likewise. - * m4/spread.m4: Likewise. - * generated/all_l1.c : Regenerated. - * generated/all_l16.c : Regenerated. - * generated/all_l2.c : Regenerated. - * generated/all_l4.c : Regenerated. - * generated/all_l8.c : Regenerated. - * generated/any_l1.c : Regenerated. - * generated/any_l16.c : Regenerated. - * generated/any_l2.c : Regenerated. - * generated/any_l4.c : Regenerated. - * generated/any_l8.c : Regenerated. - * generated/count_16_l.c : Regenerated. - * generated/count_1_l.c : Regenerated. - * generated/count_2_l.c : Regenerated. - * generated/count_4_l.c : Regenerated. - * generated/count_8_l.c : Regenerated. - * generated/cshift1_16.c : Regenerated. - * generated/cshift1_4.c : Regenerated. - * generated/cshift1_8.c : Regenerated. - * generated/eoshift1_16.c : Regenerated. - * generated/eoshift1_4.c : Regenerated. - * generated/eoshift1_8.c : Regenerated. - * generated/eoshift3_16.c : Regenerated. - * generated/eoshift3_4.c : Regenerated. - * generated/eoshift3_8.c : Regenerated. - * generated/iall_i1.c : Regenerated. - * generated/iall_i16.c : Regenerated. - * generated/iall_i2.c : Regenerated. - * generated/iall_i4.c : Regenerated. - * generated/iall_i8.c : Regenerated. - * generated/iany_i1.c : Regenerated. - * generated/iany_i16.c : Regenerated. - * generated/iany_i2.c : Regenerated. - * generated/iany_i4.c : Regenerated. - * generated/iany_i8.c : Regenerated. - * generated/iparity_i1.c : Regenerated. - * generated/iparity_i16.c : Regenerated. - * generated/iparity_i2.c : Regenerated. - * generated/iparity_i4.c : Regenerated. - * generated/iparity_i8.c : Regenerated. - * generated/maxloc0_16_i1.c : Regenerated. - * generated/maxloc0_16_i16.c : Regenerated. - * generated/maxloc0_16_i2.c : Regenerated. - * generated/maxloc0_16_i4.c : Regenerated. - * generated/maxloc0_16_i8.c : Regenerated. - * generated/maxloc0_16_r10.c : Regenerated. - * generated/maxloc0_16_r16.c : Regenerated. - * generated/maxloc0_16_r4.c : Regenerated. - * generated/maxloc0_16_r8.c : Regenerated. - * generated/maxloc0_16_s1.c : Regenerated. - * generated/maxloc0_16_s4.c : Regenerated. - * generated/maxloc0_4_i1.c : Regenerated. - * generated/maxloc0_4_i16.c : Regenerated. - * generated/maxloc0_4_i2.c : Regenerated. - * generated/maxloc0_4_i4.c : Regenerated. - * generated/maxloc0_4_i8.c : Regenerated. - * generated/maxloc0_4_r10.c : Regenerated. - * generated/maxloc0_4_r16.c : Regenerated. - * generated/maxloc0_4_r4.c : Regenerated. - * generated/maxloc0_4_r8.c : Regenerated. - * generated/maxloc0_4_s1.c : Regenerated. - * generated/maxloc0_4_s4.c : Regenerated. - * generated/maxloc0_8_i1.c : Regenerated. - * generated/maxloc0_8_i16.c : Regenerated. - * generated/maxloc0_8_i2.c : Regenerated. - * generated/maxloc0_8_i4.c : Regenerated. - * generated/maxloc0_8_i8.c : Regenerated. - * generated/maxloc0_8_r10.c : Regenerated. - * generated/maxloc0_8_r16.c : Regenerated. - * generated/maxloc0_8_r4.c : Regenerated. - * generated/maxloc0_8_r8.c : Regenerated. - * generated/maxloc0_8_s1.c : Regenerated. - * generated/maxloc0_8_s4.c : Regenerated. - * generated/maxloc1_16_i1.c : Regenerated. - * generated/maxloc1_16_i16.c : Regenerated. - * generated/maxloc1_16_i2.c : Regenerated. - * generated/maxloc1_16_i4.c : Regenerated. - * generated/maxloc1_16_i8.c : Regenerated. - * generated/maxloc1_16_r10.c : Regenerated. - * generated/maxloc1_16_r16.c : Regenerated. - * generated/maxloc1_16_r4.c : Regenerated. - * generated/maxloc1_16_r8.c : Regenerated. - * generated/maxloc1_16_s1.c : Regenerated. - * generated/maxloc1_16_s4.c : Regenerated. - * generated/maxloc1_4_i1.c : Regenerated. - * generated/maxloc1_4_i16.c : Regenerated. - * generated/maxloc1_4_i2.c : Regenerated. - * generated/maxloc1_4_i4.c : Regenerated. - * generated/maxloc1_4_i8.c : Regenerated. - * generated/maxloc1_4_r10.c : Regenerated. - * generated/maxloc1_4_r16.c : Regenerated. - * generated/maxloc1_4_r4.c : Regenerated. - * generated/maxloc1_4_r8.c : Regenerated. - * generated/maxloc1_4_s1.c : Regenerated. - * generated/maxloc1_4_s4.c : Regenerated. - * generated/maxloc1_8_i1.c : Regenerated. - * generated/maxloc1_8_i16.c : Regenerated. - * generated/maxloc1_8_i2.c : Regenerated. - * generated/maxloc1_8_i4.c : Regenerated. - * generated/maxloc1_8_i8.c : Regenerated. - * generated/maxloc1_8_r10.c : Regenerated. - * generated/maxloc1_8_r16.c : Regenerated. - * generated/maxloc1_8_r4.c : Regenerated. - * generated/maxloc1_8_r8.c : Regenerated. - * generated/maxloc1_8_s1.c : Regenerated. - * generated/maxloc1_8_s4.c : Regenerated. - * generated/maxval1_s1.c : Regenerated. - * generated/maxval1_s4.c : Regenerated. - * generated/maxval_i1.c : Regenerated. - * generated/maxval_i16.c : Regenerated. - * generated/maxval_i2.c : Regenerated. - * generated/maxval_i4.c : Regenerated. - * generated/maxval_i8.c : Regenerated. - * generated/maxval_r10.c : Regenerated. - * generated/maxval_r16.c : Regenerated. - * generated/maxval_r4.c : Regenerated. - * generated/maxval_r8.c : Regenerated. - * generated/minloc0_16_i1.c : Regenerated. - * generated/minloc0_16_i16.c : Regenerated. - * generated/minloc0_16_i2.c : Regenerated. - * generated/minloc0_16_i4.c : Regenerated. - * generated/minloc0_16_i8.c : Regenerated. - * generated/minloc0_16_r10.c : Regenerated. - * generated/minloc0_16_r16.c : Regenerated. - * generated/minloc0_16_r4.c : Regenerated. - * generated/minloc0_16_r8.c : Regenerated. - * generated/minloc0_16_s1.c : Regenerated. - * generated/minloc0_16_s4.c : Regenerated. - * generated/minloc0_4_i1.c : Regenerated. - * generated/minloc0_4_i16.c : Regenerated. - * generated/minloc0_4_i2.c : Regenerated. - * generated/minloc0_4_i4.c : Regenerated. - * generated/minloc0_4_i8.c : Regenerated. - * generated/minloc0_4_r10.c : Regenerated. - * generated/minloc0_4_r16.c : Regenerated. - * generated/minloc0_4_r4.c : Regenerated. - * generated/minloc0_4_r8.c : Regenerated. - * generated/minloc0_4_s1.c : Regenerated. - * generated/minloc0_4_s4.c : Regenerated. - * generated/minloc0_8_i1.c : Regenerated. - * generated/minloc0_8_i16.c : Regenerated. - * generated/minloc0_8_i2.c : Regenerated. - * generated/minloc0_8_i4.c : Regenerated. - * generated/minloc0_8_i8.c : Regenerated. - * generated/minloc0_8_r10.c : Regenerated. - * generated/minloc0_8_r16.c : Regenerated. - * generated/minloc0_8_r4.c : Regenerated. - * generated/minloc0_8_r8.c : Regenerated. - * generated/minloc0_8_s1.c : Regenerated. - * generated/minloc0_8_s4.c : Regenerated. - * generated/minloc1_16_i1.c : Regenerated. - * generated/minloc1_16_i16.c : Regenerated. - * generated/minloc1_16_i2.c : Regenerated. - * generated/minloc1_16_i4.c : Regenerated. - * generated/minloc1_16_i8.c : Regenerated. - * generated/minloc1_16_r10.c : Regenerated. - * generated/minloc1_16_r16.c : Regenerated. - * generated/minloc1_16_r4.c : Regenerated. - * generated/minloc1_16_r8.c : Regenerated. - * generated/minloc1_16_s1.c : Regenerated. - * generated/minloc1_16_s4.c : Regenerated. - * generated/minloc1_4_i1.c : Regenerated. - * generated/minloc1_4_i16.c : Regenerated. - * generated/minloc1_4_i2.c : Regenerated. - * generated/minloc1_4_i4.c : Regenerated. - * generated/minloc1_4_i8.c : Regenerated. - * generated/minloc1_4_r10.c : Regenerated. - * generated/minloc1_4_r16.c : Regenerated. - * generated/minloc1_4_r4.c : Regenerated. - * generated/minloc1_4_r8.c : Regenerated. - * generated/minloc1_4_s1.c : Regenerated. - * generated/minloc1_4_s4.c : Regenerated. - * generated/minloc1_8_i1.c : Regenerated. - * generated/minloc1_8_i16.c : Regenerated. - * generated/minloc1_8_i2.c : Regenerated. - * generated/minloc1_8_i4.c : Regenerated. - * generated/minloc1_8_i8.c : Regenerated. - * generated/minloc1_8_r10.c : Regenerated. - * generated/minloc1_8_r16.c : Regenerated. - * generated/minloc1_8_r4.c : Regenerated. - * generated/minloc1_8_r8.c : Regenerated. - * generated/minloc1_8_s1.c : Regenerated. - * generated/minloc1_8_s4.c : Regenerated. - * generated/minval1_s1.c : Regenerated. - * generated/minval1_s4.c : Regenerated. - * generated/minval_i1.c : Regenerated. - * generated/minval_i16.c : Regenerated. - * generated/minval_i2.c : Regenerated. - * generated/minval_i4.c : Regenerated. - * generated/minval_i8.c : Regenerated. - * generated/minval_r10.c : Regenerated. - * generated/minval_r16.c : Regenerated. - * generated/minval_r4.c : Regenerated. - * generated/minval_r8.c : Regenerated. - * generated/norm2_r10.c : Regenerated. - * generated/norm2_r16.c : Regenerated. - * generated/norm2_r4.c : Regenerated. - * generated/norm2_r8.c : Regenerated. - * generated/parity_l1.c : Regenerated. - * generated/parity_l16.c : Regenerated. - * generated/parity_l2.c : Regenerated. - * generated/parity_l4.c : Regenerated. - * generated/parity_l8.c : Regenerated. - * generated/product_c10.c : Regenerated. - * generated/product_c16.c : Regenerated. - * generated/product_c4.c : Regenerated. - * generated/product_c8.c : Regenerated. - * generated/product_i1.c : Regenerated. - * generated/product_i16.c : Regenerated. - * generated/product_i2.c : Regenerated. - * generated/product_i4.c : Regenerated. - * generated/product_i8.c : Regenerated. - * generated/product_r10.c : Regenerated. - * generated/product_r16.c : Regenerated. - * generated/product_r4.c : Regenerated. - * generated/product_r8.c : Regenerated. - * generated/reshape_c10.c : Regenerated. - * generated/reshape_c16.c : Regenerated. - * generated/reshape_c4.c : Regenerated. - * generated/reshape_c8.c : Regenerated. - * generated/reshape_i16.c : Regenerated. - * generated/reshape_i4.c : Regenerated. - * generated/reshape_i8.c : Regenerated. - * generated/reshape_r10.c : Regenerated. - * generated/reshape_r16.c : Regenerated. - * generated/reshape_r4.c : Regenerated. - * generated/reshape_r8.c : Regenerated. - * generated/spread_c10.c : Regenerated. - * generated/spread_c16.c : Regenerated. - * generated/spread_c4.c : Regenerated. - * generated/spread_c8.c : Regenerated. - * generated/spread_i1.c : Regenerated. - * generated/spread_i16.c : Regenerated. - * generated/spread_i2.c : Regenerated. - * generated/spread_i4.c : Regenerated. - * generated/spread_i8.c : Regenerated. - * generated/spread_r10.c : Regenerated. - * generated/spread_r16.c : Regenerated. - * generated/spread_r4.c : Regenerated. - * generated/spread_r8.c : Regenerated. - * generated/sum_c10.c : Regenerated. - * generated/sum_c16.c : Regenerated. - * generated/sum_c4.c : Regenerated. - * generated/sum_c8.c : Regenerated. - * generated/sum_i1.c : Regenerated. - * generated/sum_i16.c : Regenerated. - * generated/sum_i2.c : Regenerated. - * generated/sum_i4.c : Regenerated. - * generated/sum_i8.c : Regenerated. - * generated/sum_r10.c : Regenerated. - * generated/sum_r16.c : Regenerated. - * generated/sum_r4.c : Regenerated. - * generated/sum_r8.c : Regenerated. - -2018-01-07 Janne Blomqvist - - PR fortran/78534 - PR fortran/83704 - * io/fbuf.c (fbuf_init): Use size_t instead of int for length. - (fbuf_debug): Convert debug output to unsigned long. - (fbuf_reset): Use ptrdiff_t for return value. - (fbuf_alloc): Use size_t for length argument. - (fbuf_flush): Handle large buffers. - (fbuf_flush_list): Likewise. - (fbuf_seek): Use ptrdiff_t for offset and return value. - (fbuf_read): Use size_t for length argument. - (fbuf_getc_refill): Use size_t to match fbuf_read. - * io/fbuf.h (struct fbuf): Use size_t for lengths. - (fbuf_init): Use size_t instead of int for length. - (fbuf_reset): Use ptrdiff_t for return value. - (fbuf_alloc): Use size_t for length argument. - (fbuf_seek): Use ptrdiff_t for offset and return value. - (fbuf_read): Use size_t for length argument. - * io/io.h (read_block_form): Likewise. - (read_block_form4): Likewise. - (write_block): Likewise. - (read_a): Likewise. - (read_a_char4): Likewise. - (read_x): Likewise. - (write_a): Likewise. - (write_a_char4): Likewise. - * io/list_read.c (list_formatted_read_scalar): Use size_t to - handle large buffers. - * io/read.c (read_l): Likewise. - (read_utf8): Likewise. - (read_utf8_char1): Likewise. - (read_default_char1): Likewise. - (read_utf8_char4): Likewise. - (read_default_char4): Likewise. - (read_a): Likewise. - (read_a_char4): Likewise. - (eat_leading_spaces): Likewise. - (next_char): Likewise. - (read_decimal): Likewise. - (read_radix): Likewise. - (read_f): Likewise. - (read_x): Likewise. - * io/transfer.c (read_sf_internal): Likewise. - (read_sf): Likewise. - (read_block_form): Likewise. - (read_block_form4): Likewise. - (write_block): Likewise. - (formatted_transfer_scalar_write): Likewise. - (next_record_w): Likewise. - * io/unix.c (mem_alloc_r): Likewise. - (mem_alloc_r4): Likewise. - (mem_alloc_w): Likewise. - (mem_alloc_w4): Likewise. - (mem_read): Likewise. - (mem_read4): Likewise. - (mem_write): Likewise. - (mem_write4): Likewise. - (open_internal): Likewise. - (open_internal4): Likewise. - * io/unix.h (open_internal): Likewise. - (open_internal4): Likewise. - (mem_alloc_w): Likewise. - (mem_alloc_r): Likewise. - (mem_alloc_w4): Likewise. - (mem_alloc_r4): Likewise. - * io/write.c (write_check_cc): Likewise. - (write_cc): Likewise. - (write_a): Likewise. - (write_a_char4): Likewise. - -2018-01-06 Janne Blomqvist - - * io/write.c (namelist_write): Remove unused variable "i". - -2018-01-06 Dominique d'Humieres - Janne Blomqvist - - PR fortran/83704 - * io/write.c (write_character): Use size_t instead of int for - length. - -2018-01-05 Janne Blomqvist - - PR fortran/78534 - * intrinsics/args.c (getarg_i4): Use gfc_charlen_type. - (get_command_argument_i4): Likewise. - (get_command_i4): Likewise. - * intrinsics/chmod.c (chmod_internal): Likewise. - * intrinsics/env.c (get_environment_variable_i4): Likewise. - * intrinsics/extends_type_of.c (struct vtype): Use size_t for size - member. - * intrinsics/gerror.c (gerror): Use gfc_charlen_type. - * intrinsics/getlog.c (getlog): Likewise. - * intrinsics/hostnm.c (hostnm_0): Likewise. - * intrinsics/string_intrinsics_inc.c (string_len_trim): Rework to - work if gfc_charlen_type is unsigned. - (string_scan): Likewise. - * io/transfer.c (transfer_character): Modify prototype. - (transfer_character_write): Likewise. - (transfer_character_wide): Likewise. - (transfer_character_wide_write): Likewise. - (transfer_array): Typecast to avoid signed-unsigned comparison. - * io/unit.c (is_trim_ok): Use gfc_charlen_type. - * io/write.c (namelist_write): Likewise. - * libgfortran.h (gfc_charlen_type): Change typedef to size_t. - -2018-01-03 Jakub Jelinek +2019-01-01 Jakub Jelinek Update copyright years. - -2018-01-02 Janne Blomqvist - - PR libgfortran/83649 - * io/unix.c (MAX_CHUNK): New define. - (raw_read): For reads larger than MAX_CHUNK, loop. - (raw_write): Write no more than MAX_CHUNK bytes per iteration. -Copyright (C) 2018 Free Software Foundation, Inc. +Copyright (C) 2019 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-2018 b/libgfortran/ChangeLog-2018 new file mode 100644 index 00000000000..6df47da16d5 --- /dev/null +++ b/libgfortran/ChangeLog-2018 @@ -0,0 +1,2290 @@ +2018-12-31 Thomas Koenig + + PR fortran/82995 + * m4/ifindloc0.m4: Handle case of absend optional argument, passed + as a NULL pointer. Correct allocation of retarray->base_addr. + * m4/ifindloc1.m4: Likewise. + * m4/ifindloc2.m4: Handle case of absend optional argument, passed + as a NULL pointer. + * m4/iforeach-s.m4: Likewise. + * m4/iforeach-s2.m4: Likewise. + * m4/iforeach.m4: Likewise. + * m4/ifunction-s.m4: Likewise. + * m4/ifunction-s2.m4: Likewise. + * m4/ifunction.m4: Likewise. + * generated/findloc0_c16.c: Regenerated. + * generated/findloc0_c4.c: Regenerated. + * generated/findloc0_c8.c: Regenerated. + * generated/findloc0_i1.c: Regenerated. + * generated/findloc0_i16.c: Regenerated. + * generated/findloc0_i2.c: Regenerated. + * generated/findloc0_i4.c: Regenerated. + * generated/findloc0_i8.c: Regenerated. + * generated/findloc0_r16.c: Regenerated. + * generated/findloc0_r4.c: Regenerated. + * generated/findloc0_r8.c: Regenerated. + * generated/findloc0_s1.c: Regenerated. + * generated/findloc0_s4.c: Regenerated. + * generated/findloc1_c16.c: Regenerated. + * generated/findloc1_c4.c: Regenerated. + * generated/findloc1_c8.c: Regenerated. + * generated/findloc1_i1.c: Regenerated. + * generated/findloc1_i16.c: Regenerated. + * generated/findloc1_i2.c: Regenerated. + * generated/findloc1_i4.c: Regenerated. + * generated/findloc1_i8.c: Regenerated. + * generated/findloc1_r16.c: Regenerated. + * generated/findloc1_r4.c: Regenerated. + * generated/findloc1_r8.c: Regenerated. + * generated/findloc1_s1.c: Regenerated. + * generated/findloc1_s4.c: Regenerated. + * generated/findloc2_s1.c: Regenerated. + * generated/findloc2_s4.c: Regenerated. + * generated/iall_i1.c: Regenerated. + * generated/iall_i16.c: Regenerated. + * generated/iall_i2.c: Regenerated. + * generated/iall_i4.c: Regenerated. + * generated/iall_i8.c: Regenerated. + * generated/iany_i1.c: Regenerated. + * generated/iany_i16.c: Regenerated. + * generated/iany_i2.c: Regenerated. + * generated/iany_i4.c: Regenerated. + * generated/iany_i8.c: Regenerated. + * generated/iparity_i1.c: Regenerated. + * generated/iparity_i16.c: Regenerated. + * generated/iparity_i2.c: Regenerated. + * generated/iparity_i4.c: Regenerated. + * generated/iparity_i8.c: Regenerated. + * generated/maxloc0_16_i1.c: Regenerated. + * generated/maxloc0_16_i16.c: Regenerated. + * generated/maxloc0_16_i2.c: Regenerated. + * generated/maxloc0_16_i4.c: Regenerated. + * generated/maxloc0_16_i8.c: Regenerated. + * generated/maxloc0_16_r10.c: Regenerated. + * generated/maxloc0_16_r16.c: Regenerated. + * generated/maxloc0_16_r4.c: Regenerated. + * generated/maxloc0_16_r8.c: Regenerated. + * generated/maxloc0_16_s1.c: Regenerated. + * generated/maxloc0_16_s4.c: Regenerated. + * generated/maxloc0_4_i1.c: Regenerated. + * generated/maxloc0_4_i16.c: Regenerated. + * generated/maxloc0_4_i2.c: Regenerated. + * generated/maxloc0_4_i4.c: Regenerated. + * generated/maxloc0_4_i8.c: Regenerated. + * generated/maxloc0_4_r10.c: Regenerated. + * generated/maxloc0_4_r16.c: Regenerated. + * generated/maxloc0_4_r4.c: Regenerated. + * generated/maxloc0_4_r8.c: Regenerated. + * generated/maxloc0_4_s1.c: Regenerated. + * generated/maxloc0_4_s4.c: Regenerated. + * generated/maxloc0_8_i1.c: Regenerated. + * generated/maxloc0_8_i16.c: Regenerated. + * generated/maxloc0_8_i2.c: Regenerated. + * generated/maxloc0_8_i4.c: Regenerated. + * generated/maxloc0_8_i8.c: Regenerated. + * generated/maxloc0_8_r10.c: Regenerated. + * generated/maxloc0_8_r16.c: Regenerated. + * generated/maxloc0_8_r4.c: Regenerated. + * generated/maxloc0_8_r8.c: Regenerated. + * generated/maxloc0_8_s1.c: Regenerated. + * generated/maxloc0_8_s4.c: Regenerated. + * generated/maxloc1_16_i1.c: Regenerated. + * generated/maxloc1_16_i16.c: Regenerated. + * generated/maxloc1_16_i2.c: Regenerated. + * generated/maxloc1_16_i4.c: Regenerated. + * generated/maxloc1_16_i8.c: Regenerated. + * generated/maxloc1_16_r10.c: Regenerated. + * generated/maxloc1_16_r16.c: Regenerated. + * generated/maxloc1_16_r4.c: Regenerated. + * generated/maxloc1_16_r8.c: Regenerated. + * generated/maxloc1_16_s1.c: Regenerated. + * generated/maxloc1_16_s4.c: Regenerated. + * generated/maxloc1_4_i1.c: Regenerated. + * generated/maxloc1_4_i16.c: Regenerated. + * generated/maxloc1_4_i2.c: Regenerated. + * generated/maxloc1_4_i4.c: Regenerated. + * generated/maxloc1_4_i8.c: Regenerated. + * generated/maxloc1_4_r10.c: Regenerated. + * generated/maxloc1_4_r16.c: Regenerated. + * generated/maxloc1_4_r4.c: Regenerated. + * generated/maxloc1_4_r8.c: Regenerated. + * generated/maxloc1_4_s1.c: Regenerated. + * generated/maxloc1_4_s4.c: Regenerated. + * generated/maxloc1_8_i1.c: Regenerated. + * generated/maxloc1_8_i16.c: Regenerated. + * generated/maxloc1_8_i2.c: Regenerated. + * generated/maxloc1_8_i4.c: Regenerated. + * generated/maxloc1_8_i8.c: Regenerated. + * generated/maxloc1_8_r10.c: Regenerated. + * generated/maxloc1_8_r16.c: Regenerated. + * generated/maxloc1_8_r4.c: Regenerated. + * generated/maxloc1_8_r8.c: Regenerated. + * generated/maxloc1_8_s1.c: Regenerated. + * generated/maxloc1_8_s4.c: Regenerated. + * generated/maxval0_s1.c: Regenerated. + * generated/maxval0_s4.c: Regenerated. + * generated/maxval1_s1.c: Regenerated. + * generated/maxval1_s4.c: Regenerated. + * generated/maxval_i1.c: Regenerated. + * generated/maxval_i16.c: Regenerated. + * generated/maxval_i2.c: Regenerated. + * generated/maxval_i4.c: Regenerated. + * generated/maxval_i8.c: Regenerated. + * generated/maxval_r10.c: Regenerated. + * generated/maxval_r16.c: Regenerated. + * generated/maxval_r4.c: Regenerated. + * generated/maxval_r8.c: Regenerated. + * generated/minloc0_16_i1.c: Regenerated. + * generated/minloc0_16_i16.c: Regenerated. + * generated/minloc0_16_i2.c: Regenerated. + * generated/minloc0_16_i4.c: Regenerated. + * generated/minloc0_16_i8.c: Regenerated. + * generated/minloc0_16_r10.c: Regenerated. + * generated/minloc0_16_r16.c: Regenerated. + * generated/minloc0_16_r4.c: Regenerated. + * generated/minloc0_16_r8.c: Regenerated. + * generated/minloc0_16_s1.c: Regenerated. + * generated/minloc0_16_s4.c: Regenerated. + * generated/minloc0_4_i1.c: Regenerated. + * generated/minloc0_4_i16.c: Regenerated. + * generated/minloc0_4_i2.c: Regenerated. + * generated/minloc0_4_i4.c: Regenerated. + * generated/minloc0_4_i8.c: Regenerated. + * generated/minloc0_4_r10.c: Regenerated. + * generated/minloc0_4_r16.c: Regenerated. + * generated/minloc0_4_r4.c: Regenerated. + * generated/minloc0_4_r8.c: Regenerated. + * generated/minloc0_4_s1.c: Regenerated. + * generated/minloc0_4_s4.c: Regenerated. + * generated/minloc0_8_i1.c: Regenerated. + * generated/minloc0_8_i16.c: Regenerated. + * generated/minloc0_8_i2.c: Regenerated. + * generated/minloc0_8_i4.c: Regenerated. + * generated/minloc0_8_i8.c: Regenerated. + * generated/minloc0_8_r10.c: Regenerated. + * generated/minloc0_8_r16.c: Regenerated. + * generated/minloc0_8_r4.c: Regenerated. + * generated/minloc0_8_r8.c: Regenerated. + * generated/minloc0_8_s1.c: Regenerated. + * generated/minloc0_8_s4.c: Regenerated. + * generated/minloc1_16_i1.c: Regenerated. + * generated/minloc1_16_i16.c: Regenerated. + * generated/minloc1_16_i2.c: Regenerated. + * generated/minloc1_16_i4.c: Regenerated. + * generated/minloc1_16_i8.c: Regenerated. + * generated/minloc1_16_r10.c: Regenerated. + * generated/minloc1_16_r16.c: Regenerated. + * generated/minloc1_16_r4.c: Regenerated. + * generated/minloc1_16_r8.c: Regenerated. + * generated/minloc1_16_s1.c: Regenerated. + * generated/minloc1_16_s4.c: Regenerated. + * generated/minloc1_4_i1.c: Regenerated. + * generated/minloc1_4_i16.c: Regenerated. + * generated/minloc1_4_i2.c: Regenerated. + * generated/minloc1_4_i4.c: Regenerated. + * generated/minloc1_4_i8.c: Regenerated. + * generated/minloc1_4_r10.c: Regenerated. + * generated/minloc1_4_r16.c: Regenerated. + * generated/minloc1_4_r4.c: Regenerated. + * generated/minloc1_4_r8.c: Regenerated. + * generated/minloc1_4_s1.c: Regenerated. + * generated/minloc1_4_s4.c: Regenerated. + * generated/minloc1_8_i1.c: Regenerated. + * generated/minloc1_8_i16.c: Regenerated. + * generated/minloc1_8_i2.c: Regenerated. + * generated/minloc1_8_i4.c: Regenerated. + * generated/minloc1_8_i8.c: Regenerated. + * generated/minloc1_8_r10.c: Regenerated. + * generated/minloc1_8_r16.c: Regenerated. + * generated/minloc1_8_r4.c: Regenerated. + * generated/minloc1_8_r8.c: Regenerated. + * generated/minloc1_8_s1.c: Regenerated. + * generated/minloc1_8_s4.c: Regenerated. + * generated/minval0_s1.c: Regenerated. + * generated/minval0_s4.c: Regenerated. + * generated/minval1_s1.c: Regenerated. + * generated/minval1_s4.c: Regenerated. + * generated/minval_i1.c: Regenerated. + * generated/minval_i16.c: Regenerated. + * generated/minval_i2.c: Regenerated. + * generated/minval_i4.c: Regenerated. + * generated/minval_i8.c: Regenerated. + * generated/minval_r10.c: Regenerated. + * generated/minval_r16.c: Regenerated. + * generated/minval_r4.c: Regenerated. + * generated/minval_r8.c: Regenerated. + * generated/product_c10.c: Regenerated. + * generated/product_c16.c: Regenerated. + * generated/product_c4.c: Regenerated. + * generated/product_c8.c: Regenerated. + * generated/product_i1.c: Regenerated. + * generated/product_i16.c: Regenerated. + * generated/product_i2.c: Regenerated. + * generated/product_i4.c: Regenerated. + * generated/product_i8.c: Regenerated. + * generated/product_r10.c: Regenerated. + * generated/product_r16.c: Regenerated. + * generated/product_r4.c: Regenerated. + * generated/product_r8.c: Regenerated. + * generated/sum_c10.c: Regenerated. + * generated/sum_c16.c: Regenerated. + * generated/sum_c4.c: Regenerated. + * generated/sum_c8.c: Regenerated. + * generated/sum_i1.c: Regenerated. + * generated/sum_i16.c: Regenerated. + * generated/sum_i2.c: Regenerated. + * generated/sum_i4.c: Regenerated. + * generated/sum_i8.c: Regenerated. + * generated/sum_r10.c: Regenerated. + * generated/sum_r16.c: Regenerated. + * generated/sum_r4.c: Regenerated. + * generated/sum_r8.c: Regenerated. + +2018-12-29 Steven G. Kargl + + * gfortran.map: Expose subnormal functions in dynamic library. + * ieee/ieee_arithmetic.F90: Add support for IEEE_SUBNORMAL, + IEEE_POSITIVE_SUBNORMAL, and IEEE_NEGATIVE_SUBNORMAL. + * ieee/ieee_helper.c: Ditto. + * ieee/ieee_features.F90: Add IEEE_SUBNORMAL. + +2018-12-29 Steven G. Kargl + + PR fortran/88342 + * ieee/ieee_arithmetic.F90: Prevent exceptions in IEEE_VALUE if + -ffpe-trap=invalid or -ffpe-trap=overflow is used. + +2018-12-28 Steven G. Kargl + + PR fortran/81984 + * intrinsics/string_intrinsics_inc.c: Placate the sanitizer. + +2018-12-21 Steven G. Kargl + + PR fortran/69121 + * ieee/ieee_arithmetic.F90: Provide missing interfaces for IEEE_SCALB. + +2018-12-20 Steven G. Kargl + + * ieee/ieee_arithmetic.F90: Re-organize file to + eliminate #ifdef ... #endif. No functional change. + +2018-12-09 Thomas Koenig + + PR fortran/88411 + * io/transfer.c (dta_transfer_init): Do not treat as an + asynchronous statement unless the statement has + ASYNCHRONOUS="YES". + (st_write_done): Likewise. + (st_read_done): Do not perform async_wait for synchronous I/O + on an async unit. + (st_read_done): Likewise. + +2018-12-02 Janne Blomqvist + + PR libfortran/88137 + * runtime/backtrace.c (show_backtrace): Use atomic load/store to + access the static lbstate pointer. + +2018-11-30 Janne Blomqvist + + PR libfortran/88137 + * runtime/backtrace.c (show_backtrace): Make lbstate a static + variable, initialize once. + +2018-11-23 Janne Blomqvist + + * runtime/error.c (MAGIC): Remove. + (recursion_key): New variable. + (recursion_check): Use thread-specific variable for recursion + check if threads are active. + (constructor_recursion_check): New function. + (destructor_recursion_check): New funcion. + +2018-11-22 Janne Blomqvist + + * acinclude.m4 (LIBGFOR_CHECK_ATOMIC_FETCH_ADD): Rename and test + presence of atomic builtins instead of sync builtins. + * configure.ac (LIBGFOR_CHECK_ATOMIC_FETCH_ADD): Call new test. + * io/io.h (inc_waiting_locked): Use __atomic_fetch_add. + (predec_waiting_locked): Use __atomic_add_fetch. + (dec_waiting_unlocked): Use __atomic_fetch_add. + * config.h.in: Regenerated. + * configure: Regenerated. + * Makefile.in: Regenerated. + +2018-11-09 Jerry DeLisle + + PR libfortran/78351 + * io/transfer.c (read_sf_internal): Delete leftover + debug code. + +2018-11-08 Jerry DeLisle + + PR libfortran/78351 + * io/transfer.c (read_sf_internal): Add support for early + comma termination of internal unit formatted reads. + +2018-10-31 Joseph Myers + + PR bootstrap/82856 + * Makefile.am: Include multilib.am. + * configure.ac: Remove AC_PREREQ. + * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate. + +2017-10-28 Thomas Koenig + + PR fortran/54613 + * Makefile.am: Add files for findloc. + * Makefile.in: Regenerated. + * libgfortran.h (gfc_array_index_type): Add. + (gfc_array_s1): Add using GFC_UINTEGER_1. + (gfc_array_s4): Likewise. + Replace unnecessary comment. + (HAVE_GFC_UINTEGER_1): Define. + (HAVE_GFC_UINTEGER_4): Define. + * m4/findloc0.m4: New file. + * m4/findloc0s.m4: New file. + * m4/findloc1.m4: New file. + * m4/findloc1s.m4: New file. + * m4/findloc2s.m4: New file. + * m4/ifindloc0.m4: New file. + * m4/ifindloc1.m4: New file. + * m4/ifindloc2.m4: New file. + * m4/iparm.m4: Use unsigned integer for characters. + * generated/findloc0_c16.c: New file. + * generated/findloc0_c4.c: New file. + * generated/findloc0_c8.c: New file. + * generated/findloc0_i1.c: New file. + * generated/findloc0_i16.c: New file. + * generated/findloc0_i2.c: New file. + * generated/findloc0_i4.c: New file. + * generated/findloc0_i8.c: New file. + * generated/findloc0_r16.c: New file. + * generated/findloc0_r4.c: New file. + * generated/findloc0_r8.c: New file. + * generated/findloc0_s1.c: New file. + * generated/findloc0_s4.c: New file. + * generated/findloc1_c16.c: New file. + * generated/findloc1_c4.c: New file. + * generated/findloc1_c8.c: New file. + * generated/findloc1_i1.c: New file. + * generated/findloc1_i16.c: New file. + * generated/findloc1_i2.c: New file. + * generated/findloc1_i4.c: New file. + * generated/findloc1_i8.c: New file. + * generated/findloc1_r16.c: New file. + * generated/findloc1_r4.c: New file. + * generated/findloc1_r8.c: New file. + * generated/findloc1_s1.c: New file. + * generated/findloc1_s4.c: New file. + * generated/findloc2_s1.c: New file. + * generated/findloc2_s4.c: New file. + * generated/maxloc0_16_s1.c: Regenerated. + * generated/maxloc0_16_s4.c: Regenerated. + * generated/maxloc0_4_s1.c: Regenerated. + * generated/maxloc0_4_s4.c: Regenerated. + * generated/maxloc0_8_s1.c: Regenerated. + * generated/maxloc0_8_s4.c: Regenerated. + * generated/maxloc1_16_s1.c: Regenerated. + * generated/maxloc1_16_s4.c: Regenerated. + * generated/maxloc1_4_s1.c: Regenerated. + * generated/maxloc1_4_s4.c: Regenerated. + * generated/maxloc1_8_s1.c: Regenerated. + * generated/maxloc1_8_s4.c: Regenerated. + * generated/maxloc2_16_s1.c: Regenerated. + * generated/maxloc2_16_s4.c: Regenerated. + * generated/maxloc2_4_s1.c: Regenerated. + * generated/maxloc2_4_s4.c: Regenerated. + * generated/maxloc2_8_s1.c: Regenerated. + * generated/maxloc2_8_s4.c: Regenerated. + * generated/maxval0_s1.c: Regenerated. + * generated/maxval0_s4.c: Regenerated. + * generated/maxval1_s1.c: Regenerated. + * generated/maxval1_s4.c: Regenerated. + * generated/minloc0_16_s1.c: Regenerated. + * generated/minloc0_16_s4.c: Regenerated. + * generated/minloc0_4_s1.c: Regenerated. + * generated/minloc0_4_s4.c: Regenerated. + * generated/minloc0_8_s1.c: Regenerated. + * generated/minloc0_8_s4.c: Regenerated. + * generated/minloc1_16_s1.c: Regenerated. + * generated/minloc1_16_s4.c: Regenerated. + * generated/minloc1_4_s1.c: Regenerated. + * generated/minloc1_4_s4.c: Regenerated. + * generated/minloc1_8_s1.c: Regenerated. + * generated/minloc1_8_s4.c: Regenerated. + * generated/minloc2_16_s1.c: Regenerated. + * generated/minloc2_16_s4.c: Regenerated. + * generated/minloc2_4_s1.c: Regenerated. + * generated/minloc2_4_s4.c: Regenerated. + * generated/minloc2_8_s1.c: Regenerated. + * generated/minloc2_8_s4.c: Regenerated. + * generated/minval0_s1.c: Regenerated. + * generated/minval0_s4.c: Regenerated. + * generated/minval1_s1.c: Regenerated. + * generated/minval1_s4.c: Regenerated. + +2018-10-06 Janne Blomqvist + + * io/unix.c (compare_file_filename): Use gfc_charlen_type instead + of int for string length. + (inquire_sequential): Likewise. + (inquire_direct): Likewise. + (inquire_formatted): Likewise. + (inquire_unformatted): Likewise. + (inquire_access): Likewise. + (inquire_read): Likewise. + (inquire_write): Likewise. + (inquire_readwrite): Likewise. + * io/unix.h (compare_file_filename): Likewise. + (inquire_sequential): Likewise. + (inquire_direct): Likewise. + (inquire_formatted): Likewise. + (inquire_unformatted): Likewise. + (inquire_read): Likewise. + (inquire_write): Likewise. + (inquire_readwrite): Likewise. + +2018-10-02 Gerald Pfeifer + + * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include . + +2018-09-21 Janne Blomqvist + + * config.h.in: Regenerated. + * configure: Regenerated. + * configure.ac: Check for writev and sys/uio.h. + * libgfortran.h: Include sys/uio.h. + (st_vprintf): Remove prototype. + (struct iovec): Define if not available. + (estr_writev): New prototype. + * runtime/backtrace.c (error_callback): Use estr_writev. + * runtime/error.c (ST_VPRINTF_SIZE): Remove. + (estr_writev): New function. + (st_vprintf): Remove. + (gf_vsnprintf): New function. + (ST_ERRBUF_SIZE): New macro. + (st_printf): Use vsnprintf. + (os_error): Use estr_writev. + (runtime_error): Use vsnprintf and estr_writev. + (runtime_error_at): Likewise. + (runtime_warning_at): Likewise. + (internal_error): Use estr_writev. + (generate_error_common): Likewise. + (generate_warning): Likewise. + (notify_std): Likewise. + * runtime/pause.c (pause_string): Likewise. + * runtime/stop.c (report_exception): Likewise. + (stop_string): Likewise. + (error_stop_string): Likewise. + +2018-09-16 Thomas Koenig + + PR fortran/37802 + * m4/matmul_internal.m4: Adjust error messages. + * 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. + * generated/matmulavx128_c10.c: Regenerated. + * generated/matmulavx128_c16.c: Regenerated. + * generated/matmulavx128_c4.c: Regenerated. + * generated/matmulavx128_c8.c: Regenerated. + * generated/matmulavx128_i1.c: Regenerated. + * generated/matmulavx128_i16.c: Regenerated. + * generated/matmulavx128_i2.c: Regenerated. + * generated/matmulavx128_i4.c: Regenerated. + * generated/matmulavx128_i8.c: Regenerated. + * generated/matmulavx128_r10.c: Regenerated. + * generated/matmulavx128_r16.c: Regenerated. + * generated/matmulavx128_r4.c: Regenerated. + * generated/matmulavx128_r8.c: Regenerated. + +2018-09-14 Kyrylo Tkachov + + * io/unix.c (fallback_access): Avoid calling close on + uninitialized file descriptor. + +2018-09-12 Kwok Cheung Yeung + + * runtime/minimal.c (estr_write): Define in terms of write. + +2018-09-12 Andrew Stubbs + + * runtime/minimal.c (exit): Only work around nvptx bugs on nvptx. + +2018-09-07 Janne Blomqvist + + * runtime/environ.c (init_unsigned_integer): Remove. + +2018-09-05 Hans-Peter Nilsson + + * io/async.h: Use __gthread_mutex_t, not pthread_mutex_t. + +2018-09-01 Jerry DeLisle + + * io/io.h: Change declaration of vlist type to + gfc_full_array_i4 to eliminate warning for mismatched type. + * io/format.c ((parse_format_list): Use gfc_full_array_i4. + * io/io.h: Use gfc_full_array_i4. + +2018-08-25 Thomas Koenig + + PR libfortran/86704 + * m4/matmul_internal.m4: Correct calculation of needed buffer size + for arrays of shape (1,n). + * 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 + * generated/matmulavx128_c10.c: Regenerated + * generated/matmulavx128_c16.c: Regenerated + * generated/matmulavx128_c4.c: Regenerated + * generated/matmulavx128_c8.c: Regenerated + * generated/matmulavx128_i1.c: Regenerated + * generated/matmulavx128_i16.c: Regenerated + * generated/matmulavx128_i2.c: Regenerated + * generated/matmulavx128_i4.c: Regenerated + * generated/matmulavx128_i8.c: Regenerated + * generated/matmulavx128_r10.c: Regenerated + * generated/matmulavx128_r16.c: Regenerated + * generated/matmulavx128_r4.c: Regenerated + * generated/matmulavx128_r8.c: Regenerated + +2018-08-23 David Edelsohn + + * async.h (ASYNC_IO): Revert _AIX test. + +2018-08-22 Thomas Koenig + + * async.h: Set ASYNC_IO to zero if _AIX is defined. + (struct adv_cond): If ASYNC_IO is zero, the struct has no members. + (async_unit): If ASYNC_IO is zero, remove unneeded members. + +2018-08-21 Nicolas Koenig + Thomas Koenig + + PR fortran/25829 + * Makefile.am: Add async.c to gfor_io_src. + Add async.h to gfor_io_headers. + * Makefile.in: Regenerated. + * gfortran.map: Add _gfortran_st_wait_async. + * io/async.c: New file. + * io/async.h: New file. + * io/close.c: Include async.h. + (st_close): Call async_wait for an asynchronous unit. + * io/file_pos.c (st_backspace): Likewise. + (st_endfile): Likewise. + (st_rewind): Likewise. + (st_flush): Likewise. + * io/inquire.c: Add handling for asynchronous PENDING + and ID arguments. + * io/io.h (st_parameter_dt): Add async bit. + (st_parameter_wait): Correct. + (gfc_unit): Add au pointer. + (st_wait_async): Add prototype. + (transfer_array_inner): Likewise. + (st_write_done_worker): Likewise. + * io/open.c: Include async.h. + (new_unit): Initialize asynchronous unit. + * io/transfer.c (async_opt): New struct. + (wrap_scalar_transfer): New function. + (transfer_integer): Call wrap_scalar_transfer to do the work. + (transfer_real): Likewise. + (transfer_real_write): Likewise. + (transfer_character): Likewise. + (transfer_character_wide): Likewise. + (transfer_complex): Likewise. + (transfer_array_inner): New function. + (transfer_array): Call transfer_array_inner. + (transfer_derived): Call wrap_scalar_transfer. + (data_transfer_init): Check for asynchronous I/O. + Perform a wait operation on any pending asynchronous I/O + if the data transfer is synchronous. Copy PDT and enqueue + thread for data transfer. + (st_read_done_worker): New function. + (st_read_done): Enqueue transfer or call st_read_done_worker. + (st_write_done_worker): New function. + (st_write_done): Enqueue transfer or call st_read_done_worker. + (st_wait): Document as no-op for compatibility reasons. + (st_wait_async): New function. + * io/unit.c (insert_unit): Use macros LOCK, UNLOCK and TRYLOCK; + add NOTE where necessary. + (get_gfc_unit): Likewise. + (init_units): Likewise. + (close_unit_1): Likewise. Call async_close if asynchronous. + (close_unit): Use macros LOCK and UNLOCK. + (finish_last_advance_record): Likewise. + (newunit_alloc): Likewise. + * io/unix.c (find_file): Likewise. + (flush_all_units_1): Likewise. + (flush_all_units): Likewise. + * libgfortran.h (generate_error_common): Add prototype. + * runtime/error.c: Include io.h and async.h. + (generate_error_common): New function. + +2018-08-15 Rainer Orth + + * configure.ac: Check for . + * configure, config.h.in: Regenerate. + * intrinsics/random.c [HAVE_SYS_RANDOM_H]: Include . + +2018-08-13 Janne Blomqvist + + * configure.ac: Check for getentropy. + * intrinsics/random.c (getosrandom): Use getentropy if available. + * config.h.in: Regenerated. + * configure: Regenerated. + +2018-07-31 Andre Vieira + + Revert 'AsyncI/O patch committed' + 2018-07-25 Nicolas Koenig + Thomas Koenig + + PR fortran/25829 + * Makefile.am: Add async.c to gfor_io_src. + Add async.h to gfor_io_headers. + * Makefile.in: Regenerated. + * gfortran.map: Add _gfortran_st_wait_async. + * io/async.c: New file. + * io/async.h: New file. + * io/close.c: Include async.h. + (st_close): Call async_wait for an asynchronous unit. + * io/file_pos.c (st_backspace): Likewise. + (st_endfile): Likewise. + (st_rewind): Likewise. + (st_flush): Likewise. + * io/inquire.c: Add handling for asynchronous PENDING + and ID arguments. + * io/io.h (st_parameter_dt): Add async bit. + (st_parameter_wait): Correct. + (gfc_unit): Add au pointer. + (st_wait_async): Add prototype. + (transfer_array_inner): Likewise. + (st_write_done_worker): Likewise. + * io/open.c: Include async.h. + (new_unit): Initialize asynchronous unit. + * io/transfer.c (async_opt): New struct. + (wrap_scalar_transfer): New function. + (transfer_integer): Call wrap_scalar_transfer to do the work. + (transfer_real): Likewise. + (transfer_real_write): Likewise. + (transfer_character): Likewise. + (transfer_character_wide): Likewise. + (transfer_complex): Likewise. + (transfer_array_inner): New function. + (transfer_array): Call transfer_array_inner. + (transfer_derived): Call wrap_scalar_transfer. + (data_transfer_init): Check for asynchronous I/O. + Perform a wait operation on any pending asynchronous I/O + if the data transfer is synchronous. Copy PDT and enqueue + thread for data transfer. + (st_read_done_worker): New function. + (st_read_done): Enqueue transfer or call st_read_done_worker. + (st_write_done_worker): New function. + (st_write_done): Enqueue transfer or call st_read_done_worker. + (st_wait): Document as no-op for compatibility reasons. + (st_wait_async): New function. + * io/unit.c (insert_unit): Use macros LOCK, UNLOCK and TRYLOCK; + add NOTE where necessary. + (get_gfc_unit): Likewise. + (init_units): Likewise. + (close_unit_1): Likewise. Call async_close if asynchronous. + (close_unit): Use macros LOCK and UNLOCK. + (finish_last_advance_record): Likewise. + (newunit_alloc): Likewise. + * io/unix.c (find_file): Likewise. + (flush_all_units_1): Likewise. + (flush_all_units): Likewise. + * libgfortran.h (generate_error_common): Add prototype. + * runtime/error.c: Include io.h and async.h. + (generate_error_common): New function. + +2018-07-25 Nicolas Koenig + Thomas Koenig + + PR fortran/25829 + * Makefile.am: Add async.c to gfor_io_src. + Add async.h to gfor_io_headers. + * Makefile.in: Regenerated. + * gfortran.map: Add _gfortran_st_wait_async. + * io/async.c: New file. + * io/async.h: New file. + * io/close.c: Include async.h. + (st_close): Call async_wait for an asynchronous unit. + * io/file_pos.c (st_backspace): Likewise. + (st_endfile): Likewise. + (st_rewind): Likewise. + (st_flush): Likewise. + * io/inquire.c: Add handling for asynchronous PENDING + and ID arguments. + * io/io.h (st_parameter_dt): Add async bit. + (st_parameter_wait): Correct. + (gfc_unit): Add au pointer. + (st_wait_async): Add prototype. + (transfer_array_inner): Likewise. + (st_write_done_worker): Likewise. + * io/open.c: Include async.h. + (new_unit): Initialize asynchronous unit. + * io/transfer.c (async_opt): New struct. + (wrap_scalar_transfer): New function. + (transfer_integer): Call wrap_scalar_transfer to do the work. + (transfer_real): Likewise. + (transfer_real_write): Likewise. + (transfer_character): Likewise. + (transfer_character_wide): Likewise. + (transfer_complex): Likewise. + (transfer_array_inner): New function. + (transfer_array): Call transfer_array_inner. + (transfer_derived): Call wrap_scalar_transfer. + (data_transfer_init): Check for asynchronous I/O. + Perform a wait operation on any pending asynchronous I/O + if the data transfer is synchronous. Copy PDT and enqueue + thread for data transfer. + (st_read_done_worker): New function. + (st_read_done): Enqueue transfer or call st_read_done_worker. + (st_write_done_worker): New function. + (st_write_done): Enqueue transfer or call st_read_done_worker. + (st_wait): Document as no-op for compatibility reasons. + (st_wait_async): New function. + * io/unit.c (insert_unit): Use macros LOCK, UNLOCK and TRYLOCK; + add NOTE where necessary. + (get_gfc_unit): Likewise. + (init_units): Likewise. + (close_unit_1): Likewise. Call async_close if asynchronous. + (close_unit): Use macros LOCK and UNLOCK. + (finish_last_advance_record): Likewise. + (newunit_alloc): Likewise. + * io/unix.c (find_file): Likewise. + (flush_all_units_1): Likewise. + (flush_all_units): Likewise. + * libgfortran.h (generate_error_common): Add prototype. + * runtime/error.c: Include io.h and async.h. + (generate_error_common): New function. + +2018-06-09 Jerry DeLisle + + PR libgfortran/86070 + * io/write_float.def (build_float_string): Initialize *len. + +2018-06-01 Steven G. Kargl + + PR fortran/85816 + PR fortran/85975 + * libgfortran.h: Remove the GFC_DTYPE_COPY_SETRANK macro. + * intrinsics/reshape_generic.c: Directly assign rank. + * intrinsics/spread_generic.c: Ditto. + * m4/iforeach-s.m4: Ditto. + * m4/iforeach.m4: Ditto. + * m4/ifunction-s.m4: Ditto. + * m4/ifunction-s2.m4: Ditto. + * m4/ifunction.m4: Ditto. + * m4/ifunction_logical.m4: Ditto. + * m4/reshape.m4: Ditto. + * m4/spread.m4: Ditto. + * generated/all_l1.c: Regenerated from m4 files. + * generated/all_l16.c: Ditto. + * generated/all_l2.c: Ditto. + * generated/all_l4.c: Ditto. + * generated/all_l8.c: Ditto. + * generated/any_l1.c: Ditto. + * generated/any_l16.c: Ditto. + * generated/any_l2.c: Ditto. + * generated/any_l4.c: Ditto. + * generated/any_l8.c: Ditto. + * generated/count_16_l.c: Ditto. + * generated/count_1_l.c: Ditto. + * generated/count_2_l.c: Ditto. + * generated/count_4_l.c: Ditto. + * generated/count_8_l.c: Ditto. + * generated/iall_i1.c: Ditto. + * generated/iall_i16.c: Ditto. + * generated/iall_i2.c: Ditto. + * generated/iall_i4.c: Ditto. + * generated/iall_i8.c: Ditto. + * generated/iany_i1.c: Ditto. + * generated/iany_i16.c: Ditto. + * generated/iany_i2.c: Ditto. + * generated/iany_i4.c: Ditto. + * generated/iany_i8.c: Ditto. + * generated/iparity_i1.c: Ditto. + * generated/iparity_i16.c: Ditto. + * generated/iparity_i2.c: Ditto. + * generated/iparity_i4.c: Ditto. + * generated/iparity_i8.c: Ditto. + * generated/maxloc0_16_i1.c: Ditto. + * generated/maxloc0_16_i16.c: Ditto. + * generated/maxloc0_16_i2.c: Ditto. + * generated/maxloc0_16_i4.c: Ditto. + * generated/maxloc0_16_i8.c: Ditto. + * generated/maxloc0_16_r10.c: Ditto. + * generated/maxloc0_16_r16.c: Ditto. + * generated/maxloc0_16_r4.c: Ditto. + * generated/maxloc0_16_r8.c: Ditto. + * generated/maxloc0_16_s1.c: Ditto. + * generated/maxloc0_16_s4.c: Ditto. + * generated/maxloc0_4_i1.c: Ditto. + * generated/maxloc0_4_i16.c: Ditto. + * generated/maxloc0_4_i2.c: Ditto. + * generated/maxloc0_4_i4.c: Ditto. + * generated/maxloc0_4_i8.c: Ditto. + * generated/maxloc0_4_r10.c: Ditto. + * generated/maxloc0_4_r16.c: Ditto. + * generated/maxloc0_4_r4.c: Ditto. + * generated/maxloc0_4_r8.c: Ditto. + * generated/maxloc0_4_s1.c: Ditto. + * generated/maxloc0_4_s4.c: Ditto. + * generated/maxloc0_8_i1.c: Ditto. + * generated/maxloc0_8_i16.c: Ditto. + * generated/maxloc0_8_i2.c: Ditto. + * generated/maxloc0_8_i4.c: Ditto. + * generated/maxloc0_8_i8.c: Ditto. + * generated/maxloc0_8_r10.c: Ditto. + * generated/maxloc0_8_r16.c: Ditto. + * generated/maxloc0_8_r4.c: Ditto. + * generated/maxloc0_8_r8.c: Ditto. + * generated/maxloc0_8_s1.c: Ditto. + * generated/maxloc0_8_s4.c: Ditto. + * generated/maxloc1_16_i1.c: Ditto. + * generated/maxloc1_16_i16.c: Ditto. + * generated/maxloc1_16_i2.c: Ditto. + * generated/maxloc1_16_i4.c: Ditto. + * generated/maxloc1_16_i8.c: Ditto. + * generated/maxloc1_16_r10.c: Ditto. + * generated/maxloc1_16_r16.c: Ditto. + * generated/maxloc1_16_r4.c: Ditto. + * generated/maxloc1_16_r8.c: Ditto. + * generated/maxloc1_16_s1.c: Ditto. + * generated/maxloc1_16_s4.c: Ditto. + * generated/maxloc1_4_i1.c: Ditto. + * generated/maxloc1_4_i16.c: Ditto. + * generated/maxloc1_4_i2.c: Ditto. + * generated/maxloc1_4_i4.c: Ditto. + * generated/maxloc1_4_i8.c: Ditto. + * generated/maxloc1_4_r10.c: Ditto. + * generated/maxloc1_4_r16.c: Ditto. + * generated/maxloc1_4_r4.c: Ditto. + * generated/maxloc1_4_r8.c: Ditto. + * generated/maxloc1_4_s1.c: Ditto. + * generated/maxloc1_4_s4.c: Ditto. + * generated/maxloc1_8_i1.c: Ditto. + * generated/maxloc1_8_i16.c: Ditto. + * generated/maxloc1_8_i2.c: Ditto. + * generated/maxloc1_8_i4.c: Ditto. + * generated/maxloc1_8_i8.c: Ditto. + * generated/maxloc1_8_r10.c: Ditto. + * generated/maxloc1_8_r16.c: Ditto. + * generated/maxloc1_8_r4.c: Ditto. + * generated/maxloc1_8_r8.c: Ditto. + * generated/maxloc1_8_s1.c: Ditto. + * generated/maxloc1_8_s4.c: Ditto. + * generated/maxval1_s1.c: Ditto. + * generated/maxval1_s4.c: Ditto. + * generated/maxval_i1.c: Ditto. + * generated/maxval_i16.c: Ditto. + * generated/maxval_i2.c: Ditto. + * generated/maxval_i4.c: Ditto. + * generated/maxval_i8.c: Ditto. + * generated/maxval_r10.c: Ditto. + * generated/maxval_r16.c: Ditto. + * generated/maxval_r4.c: Ditto. + * generated/maxval_r8.c: Ditto. + * generated/minloc0_16_i1.c: Ditto. + * generated/minloc0_16_i16.c: Ditto. + * generated/minloc0_16_i2.c: Ditto. + * generated/minloc0_16_i4.c: Ditto. + * generated/minloc0_16_i8.c: Ditto. + * generated/minloc0_16_r10.c: Ditto. + * generated/minloc0_16_r16.c: Ditto. + * generated/minloc0_16_r4.c: Ditto. + * generated/minloc0_16_r8.c: Ditto. + * generated/minloc0_16_s1.c: Ditto. + * generated/minloc0_16_s4.c: Ditto. + * generated/minloc0_4_i1.c: Ditto. + * generated/minloc0_4_i16.c: Ditto. + * generated/minloc0_4_i2.c: Ditto. + * generated/minloc0_4_i4.c: Ditto. + * generated/minloc0_4_i8.c: Ditto. + * generated/minloc0_4_r10.c: Ditto. + * generated/minloc0_4_r16.c: Ditto. + * generated/minloc0_4_r4.c: Ditto. + * generated/minloc0_4_r8.c: Ditto. + * generated/minloc0_4_s1.c: Ditto. + * generated/minloc0_4_s4.c: Ditto. + * generated/minloc0_8_i1.c: Ditto. + * generated/minloc0_8_i16.c: Ditto. + * generated/minloc0_8_i2.c: Ditto. + * generated/minloc0_8_i4.c: Ditto. + * generated/minloc0_8_i8.c: Ditto. + * generated/minloc0_8_r10.c: Ditto. + * generated/minloc0_8_r16.c: Ditto. + * generated/minloc0_8_r4.c: Ditto. + * generated/minloc0_8_r8.c: Ditto. + * generated/minloc0_8_s1.c: Ditto. + * generated/minloc0_8_s4.c: Ditto. + * generated/minloc1_16_i1.c: Ditto. + * generated/minloc1_16_i16.c: Ditto. + * generated/minloc1_16_i2.c: Ditto. + * generated/minloc1_16_i4.c: Ditto. + * generated/minloc1_16_i8.c: Ditto. + * generated/minloc1_16_r10.c: Ditto. + * generated/minloc1_16_r16.c: Ditto. + * generated/minloc1_16_r4.c: Ditto. + * generated/minloc1_16_r8.c: Ditto. + * generated/minloc1_16_s1.c: Ditto. + * generated/minloc1_16_s4.c: Ditto. + * generated/minloc1_4_i1.c: Ditto. + * generated/minloc1_4_i16.c: Ditto. + * generated/minloc1_4_i2.c: Ditto. + * generated/minloc1_4_i4.c: Ditto. + * generated/minloc1_4_i8.c: Ditto. + * generated/minloc1_4_r10.c: Ditto. + * generated/minloc1_4_r16.c: Ditto. + * generated/minloc1_4_r4.c: Ditto. + * generated/minloc1_4_r8.c: Ditto. + * generated/minloc1_4_s1.c: Ditto. + * generated/minloc1_4_s4.c: Ditto. + * generated/minloc1_8_i1.c: Ditto. + * generated/minloc1_8_i16.c: Ditto. + * generated/minloc1_8_i2.c: Ditto. + * generated/minloc1_8_i4.c: Ditto. + * generated/minloc1_8_i8.c: Ditto. + * generated/minloc1_8_r10.c: Ditto. + * generated/minloc1_8_r16.c: Ditto. + * generated/minloc1_8_r4.c: Ditto. + * generated/minloc1_8_r8.c: Ditto. + * generated/minloc1_8_s1.c: Ditto. + * generated/minloc1_8_s4.c: Ditto. + * generated/minval1_s1.c: Ditto. + * generated/minval1_s4.c: Ditto. + * generated/minval_i1.c: Ditto. + * generated/minval_i16.c: Ditto. + * generated/minval_i2.c: Ditto. + * generated/minval_i4.c: Ditto. + * generated/minval_i8.c: Ditto. + * generated/minval_r10.c: Ditto. + * generated/minval_r16.c: Ditto. + * generated/minval_r4.c: Ditto. + * generated/minval_r8.c: Ditto. + * generated/norm2_r10.c: Ditto. + * generated/norm2_r16.c: Ditto. + * generated/norm2_r4.c: Ditto. + * generated/norm2_r8.c: Ditto. + * generated/parity_l1.c: Ditto. + * generated/parity_l16.c: Ditto. + * generated/parity_l2.c: Ditto. + * generated/parity_l4.c: Ditto. + * generated/parity_l8.c: Ditto. + * generated/product_c10.c: Ditto. + * generated/product_c16.c: Ditto. + * generated/product_c4.c: Ditto. + * generated/product_c8.c: Ditto. + * generated/product_i1.c: Ditto. + * generated/product_i16.c: Ditto. + * generated/product_i2.c: Ditto. + * generated/product_i4.c: Ditto. + * generated/product_i8.c: Ditto. + * generated/product_r10.c: Ditto. + * generated/product_r16.c: Ditto. + * generated/product_r4.c: Ditto. + * generated/product_r8.c: Ditto. + * generated/reshape_c10.c: Ditto. + * generated/reshape_c16.c: Ditto. + * generated/reshape_c4.c: Ditto. + * generated/reshape_c8.c: Ditto. + * generated/reshape_i16.c: Ditto. + * generated/reshape_i4.c: Ditto. + * generated/reshape_i8.c: Ditto. + * generated/reshape_r10.c: Ditto. + * generated/reshape_r16.c: Ditto. + * generated/reshape_r4.c: Ditto. + * generated/reshape_r8.c: Ditto. + * generated/spread_c10.c: Ditto. + * generated/spread_c16.c: Ditto. + * generated/spread_c4.c: Ditto. + * generated/spread_c8.c: Ditto. + * generated/spread_i1.c: Ditto. + * generated/spread_i16.c: Ditto. + * generated/spread_i2.c: Ditto. + * generated/spread_i4.c: Ditto. + * generated/spread_i8.c: Ditto. + * generated/spread_r10.c: Ditto. + * generated/spread_r16.c: Ditto. + * generated/spread_r4.c: Ditto. + * generated/spread_r8.c: Ditto. + * generated/sum_c10.c: Ditto. + * generated/sum_c16.c: Ditto. + * generated/sum_c4.c: Ditto. + * generated/sum_c8.c: Ditto. + * generated/sum_i1.c: Ditto. + * generated/sum_i16.c: Ditto. + * generated/sum_i2.c: Ditto. + * generated/sum_i4.c: Ditto. + * generated/sum_i8.c: Ditto. + * generated/sum_r10.c: Ditto. + * generated/sum_r16.c: Ditto. + * generated/sum_r4.c: Ditto. + * generated/sum_r8.c: Ditto. + +2018-06-01 Steven G. Kargl + + PR fortran/63570 + * libgfortran/Makefile.am: Add random_init.f90 to build. + * libgfortran/Makefile.in: Regenerated. + * libgfortran/gfortran.map: Expose symbol for _gfortran_random_init. + * libgfortran/intrinsics/random_init.f90: Implementation. + +2018-05-28 Jerry DeLisle + + PR libgfortran/85840 + * io/write.c (write_real, write_real_g0, write_complex): Use + separate local variables for the float string length. + +2018-05-26 Jerry DeLisle + + PR libgfortran/85906 + * io/write.c (write_integer): Initialise the fnode format to + FMT_NONE, used for list directed write. + (BUF_STACK_SZ): Bump default buffer size up to avoid allocs on + small stuff. + +2018-05-26 Jerry DeLisle + + PR libgfortran/85840 + * io/write.c (write_float_0): Use separate local variable for + the float string length. + +2018-05-08 Thomas Koenig + + PR fortran/54613 + * m4/iforeach-s.m4: Remove assertion that back is zero. + * m4/iforeach.m4: Likewise. Remove leading 'do' + before implementation start. + * m4/ifunction-s.m4: Remove assertion that back is zero. + * m4/ifunction.m4: Likewise. Remove for loop if HAVE_BACK_ARG + is defined. + * m4/maxloc0.m4: Reorganize loops. Split loops between >= and =, + depending if back is true. Mark the condition of having + found a value which exceeds the limit as unlikely. + * m4/minloc0.m4: Likewise. + * m4/maxloc1.m4: Likewise. + * m4/minloc1.m4: Likewise. + * m4/maxloc1s.m4: Handle back argument. + * m4/minloc1s.m4: Likewise. + * m4/maxloc2s.m4: Remove assertion that back is zero. + Remove special handling of loop start. Handle back argument. + * m4/minloc2s.m4: Likewise. + * generated/iall_i1.c: Regenerated. + * generated/iall_i16.c: Regenerated. + * generated/iall_i2.c: Regenerated. + * generated/iall_i4.c: Regenerated. + * generated/iall_i8.c: Regenerated. + * generated/iany_i1.c: Regenerated. + * generated/iany_i16.c: Regenerated. + * generated/iany_i2.c: Regenerated. + * generated/iany_i4.c: Regenerated. + * generated/iany_i8.c: Regenerated. + * generated/iparity_i1.c: Regenerated. + * generated/iparity_i16.c: Regenerated. + * generated/iparity_i2.c: Regenerated. + * generated/iparity_i4.c: Regenerated. + * generated/iparity_i8.c: Regenerated. + * generated/maxloc0_16_i1.c: Regenerated. + * generated/maxloc0_16_i16.c: Regenerated. + * generated/maxloc0_16_i2.c: Regenerated. + * generated/maxloc0_16_i4.c: Regenerated. + * generated/maxloc0_16_i8.c: Regenerated. + * generated/maxloc0_16_r10.c: Regenerated. + * generated/maxloc0_16_r16.c: Regenerated. + * generated/maxloc0_16_r4.c: Regenerated. + * generated/maxloc0_16_r8.c: Regenerated. + * generated/maxloc0_16_s1.c: Regenerated. + * generated/maxloc0_16_s4.c: Regenerated. + * generated/maxloc0_4_i1.c: Regenerated. + * generated/maxloc0_4_i16.c: Regenerated. + * generated/maxloc0_4_i2.c: Regenerated. + * generated/maxloc0_4_i4.c: Regenerated. + * generated/maxloc0_4_i8.c: Regenerated. + * generated/maxloc0_4_r10.c: Regenerated. + * generated/maxloc0_4_r16.c: Regenerated. + * generated/maxloc0_4_r4.c: Regenerated. + * generated/maxloc0_4_r8.c: Regenerated. + * generated/maxloc0_4_s1.c: Regenerated. + * generated/maxloc0_4_s4.c: Regenerated. + * generated/maxloc0_8_i1.c: Regenerated. + * generated/maxloc0_8_i16.c: Regenerated. + * generated/maxloc0_8_i2.c: Regenerated. + * generated/maxloc0_8_i4.c: Regenerated. + * generated/maxloc0_8_i8.c: Regenerated. + * generated/maxloc0_8_r10.c: Regenerated. + * generated/maxloc0_8_r16.c: Regenerated. + * generated/maxloc0_8_r4.c: Regenerated. + * generated/maxloc0_8_r8.c: Regenerated. + * generated/maxloc0_8_s1.c: Regenerated. + * generated/maxloc0_8_s4.c: Regenerated. + * generated/maxloc1_16_i1.c: Regenerated. + * generated/maxloc1_16_i16.c: Regenerated. + * generated/maxloc1_16_i2.c: Regenerated. + * generated/maxloc1_16_i4.c: Regenerated. + * generated/maxloc1_16_i8.c: Regenerated. + * generated/maxloc1_16_r10.c: Regenerated. + * generated/maxloc1_16_r16.c: Regenerated. + * generated/maxloc1_16_r4.c: Regenerated. + * generated/maxloc1_16_r8.c: Regenerated. + * generated/maxloc1_16_s1.c: Regenerated. + * generated/maxloc1_16_s4.c: Regenerated. + * generated/maxloc1_4_i1.c: Regenerated. + * generated/maxloc1_4_i16.c: Regenerated. + * generated/maxloc1_4_i2.c: Regenerated. + * generated/maxloc1_4_i4.c: Regenerated. + * generated/maxloc1_4_i8.c: Regenerated. + * generated/maxloc1_4_r10.c: Regenerated. + * generated/maxloc1_4_r16.c: Regenerated. + * generated/maxloc1_4_r4.c: Regenerated. + * generated/maxloc1_4_r8.c: Regenerated. + * generated/maxloc1_4_s1.c: Regenerated. + * generated/maxloc1_4_s4.c: Regenerated. + * generated/maxloc1_8_i1.c: Regenerated. + * generated/maxloc1_8_i16.c: Regenerated. + * generated/maxloc1_8_i2.c: Regenerated. + * generated/maxloc1_8_i4.c: Regenerated. + * generated/maxloc1_8_i8.c: Regenerated. + * generated/maxloc1_8_r10.c: Regenerated. + * generated/maxloc1_8_r16.c: Regenerated. + * generated/maxloc1_8_r4.c: Regenerated. + * generated/maxloc1_8_r8.c: Regenerated. + * generated/maxloc1_8_s1.c: Regenerated. + * generated/maxloc1_8_s4.c: Regenerated. + * generated/maxloc2_16_s1.c: Regenerated. + * generated/maxloc2_16_s4.c: Regenerated. + * generated/maxloc2_4_s1.c: Regenerated. + * generated/maxloc2_4_s4.c: Regenerated. + * generated/maxloc2_8_s1.c: Regenerated. + * generated/maxloc2_8_s4.c: Regenerated. + * generated/maxval_i1.c: Regenerated. + * generated/maxval_i16.c: Regenerated. + * generated/maxval_i2.c: Regenerated. + * generated/maxval_i4.c: Regenerated. + * generated/maxval_i8.c: Regenerated. + * generated/maxval_r10.c: Regenerated. + * generated/maxval_r16.c: Regenerated. + * generated/maxval_r4.c: Regenerated. + * generated/maxval_r8.c: Regenerated. + * generated/minloc0_16_i1.c: Regenerated. + * generated/minloc0_16_i16.c: Regenerated. + * generated/minloc0_16_i2.c: Regenerated. + * generated/minloc0_16_i4.c: Regenerated. + * generated/minloc0_16_i8.c: Regenerated. + * generated/minloc0_16_r10.c: Regenerated. + * generated/minloc0_16_r16.c: Regenerated. + * generated/minloc0_16_r4.c: Regenerated. + * generated/minloc0_16_r8.c: Regenerated. + * generated/minloc0_16_s1.c: Regenerated. + * generated/minloc0_16_s4.c: Regenerated. + * generated/minloc0_4_i1.c: Regenerated. + * generated/minloc0_4_i16.c: Regenerated. + * generated/minloc0_4_i2.c: Regenerated. + * generated/minloc0_4_i4.c: Regenerated. + * generated/minloc0_4_i8.c: Regenerated. + * generated/minloc0_4_r10.c: Regenerated. + * generated/minloc0_4_r16.c: Regenerated. + * generated/minloc0_4_r4.c: Regenerated. + * generated/minloc0_4_r8.c: Regenerated. + * generated/minloc0_4_s1.c: Regenerated. + * generated/minloc0_4_s4.c: Regenerated. + * generated/minloc0_8_i1.c: Regenerated. + * generated/minloc0_8_i16.c: Regenerated. + * generated/minloc0_8_i2.c: Regenerated. + * generated/minloc0_8_i4.c: Regenerated. + * generated/minloc0_8_i8.c: Regenerated. + * generated/minloc0_8_r10.c: Regenerated. + * generated/minloc0_8_r16.c: Regenerated. + * generated/minloc0_8_r4.c: Regenerated. + * generated/minloc0_8_r8.c: Regenerated. + * generated/minloc0_8_s1.c: Regenerated. + * generated/minloc0_8_s4.c: Regenerated. + * generated/minloc1_16_i1.c: Regenerated. + * generated/minloc1_16_i16.c: Regenerated. + * generated/minloc1_16_i2.c: Regenerated. + * generated/minloc1_16_i4.c: Regenerated. + * generated/minloc1_16_i8.c: Regenerated. + * generated/minloc1_16_r10.c: Regenerated. + * generated/minloc1_16_r16.c: Regenerated. + * generated/minloc1_16_r4.c: Regenerated. + * generated/minloc1_16_r8.c: Regenerated. + * generated/minloc1_16_s1.c: Regenerated. + * generated/minloc1_16_s4.c: Regenerated. + * generated/minloc1_4_i1.c: Regenerated. + * generated/minloc1_4_i16.c: Regenerated. + * generated/minloc1_4_i2.c: Regenerated. + * generated/minloc1_4_i4.c: Regenerated. + * generated/minloc1_4_i8.c: Regenerated. + * generated/minloc1_4_r10.c: Regenerated. + * generated/minloc1_4_r16.c: Regenerated. + * generated/minloc1_4_r4.c: Regenerated. + * generated/minloc1_4_r8.c: Regenerated. + * generated/minloc1_4_s1.c: Regenerated. + * generated/minloc1_4_s4.c: Regenerated. + * generated/minloc1_8_i1.c: Regenerated. + * generated/minloc1_8_i16.c: Regenerated. + * generated/minloc1_8_i2.c: Regenerated. + * generated/minloc1_8_i4.c: Regenerated. + * generated/minloc1_8_i8.c: Regenerated. + * generated/minloc1_8_r10.c: Regenerated. + * generated/minloc1_8_r16.c: Regenerated. + * generated/minloc1_8_r4.c: Regenerated. + * generated/minloc1_8_r8.c: Regenerated. + * generated/minloc1_8_s1.c: Regenerated. + * generated/minloc1_8_s4.c: Regenerated. + * generated/minloc2_16_s1.c: Regenerated. + * generated/minloc2_16_s4.c: Regenerated. + * generated/minloc2_4_s1.c: Regenerated. + * generated/minloc2_4_s4.c: Regenerated. + * generated/minloc2_8_s1.c: Regenerated. + * generated/minloc2_8_s4.c: Regenerated. + * generated/minval_i1.c: Regenerated. + * generated/minval_i16.c: Regenerated. + * generated/minval_i2.c: Regenerated. + * generated/minval_i4.c: Regenerated. + * generated/minval_i8.c: Regenerated. + * generated/minval_r10.c: Regenerated. + * generated/minval_r16.c: Regenerated. + * generated/minval_r4.c: Regenerated. + * generated/minval_r8.c: Regenerated. + * generated/norm2_r10.c: Regenerated. + * generated/norm2_r16.c: Regenerated. + * generated/norm2_r4.c: Regenerated. + * generated/norm2_r8.c: Regenerated. + * generated/parity_l1.c: Regenerated. + * generated/parity_l16.c: Regenerated. + * generated/parity_l2.c: Regenerated. + * generated/parity_l4.c: Regenerated. + * generated/parity_l8.c: Regenerated. + * generated/product_c10.c: Regenerated. + * generated/product_c16.c: Regenerated. + * generated/product_c4.c: Regenerated. + * generated/product_c8.c: Regenerated. + * generated/product_i1.c: Regenerated. + * generated/product_i16.c: Regenerated. + * generated/product_i2.c: Regenerated. + * generated/product_i4.c: Regenerated. + * generated/product_i8.c: Regenerated. + * generated/product_r10.c: Regenerated. + * generated/product_r16.c: Regenerated. + * generated/product_r4.c: Regenerated. + * generated/product_r8.c: Regenerated. + * generated/sum_c10.c: Regenerated. + * generated/sum_c16.c: Regenerated. + * generated/sum_c4.c: Regenerated. + * generated/sum_c8.c: Regenerated. + * generated/sum_i1.c: Regenerated. + * generated/sum_i16.c: Regenerated. + * generated/sum_i2.c: Regenerated. + * generated/sum_i4.c: Regenerated. + * generated/sum_i8.c: Regenerated. + * generated/sum_r10.c: Regenerated. + * generated/sum_r16.c: Regenerated. + * generated/sum_r4.c: Regenerated. + * generated/sum_r8.c: Regenerated. + +2018-04-24 H.J. Lu + + * configure: Regenerated. + +2018-04-19 Thomas Schwinge + + PR libfortran/85166 + PR libgomp/85463 + * runtime/minimal.c (stop_numeric): Reimplement. + (stop_string, error_stop_string, error_stop_numeric): New + functions. + +2018-04-19 Jakub Jelinek + + * configure: Regenerated. + +2018-04-18 David Malcolm + + PR jit/85384 + * configure: Regenerate. + +2018-04-06 Thomas Koenig + + PR libfortran/85253 + * m4/matmul_internal.m4: If ycount == 1, add one more row to + the internal buffer. + * 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. + * generated/matmulavx128_c10.c: Regenerated. + * generated/matmulavx128_c16.c: Regenerated. + * generated/matmulavx128_c4.c: Regenerated. + * generated/matmulavx128_c8.c: Regenerated. + * generated/matmulavx128_i1.c: Regenerated. + * generated/matmulavx128_i16.c: Regenerated. + * generated/matmulavx128_i2.c: Regenerated. + * generated/matmulavx128_i4.c: Regenerated. + * generated/matmulavx128_i8.c: Regenerated. + * generated/matmulavx128_r10.c: Regenerated. + * generated/matmulavx128_r16.c: Regenerated. + * generated/matmulavx128_r4.c: Regenerated. + * generated/matmulavx128_r8.c: Regenerated. + +2018-04-04 Thomas Koenig + + PR libfortran/85166 + * runtime/minimal.c (stop_numeric): Add new function in order to + implement numeric stop on minimal targets. + +2018-03-28 Jakub Jelinek + + * io/io.h (IOPARM_DT_DEFAULT_EXP): Rename to ... + (IOPARM_DT_DEC_EXT): ... this. + * io/list_read.c (parse_real): Adjust for IOPARM_DT_DEFAULT_EXP + renaming to IOPARM_DT_DEC_EXT. + (read_real): Likewise. + * io/read.c (read_f): Likewise. + +2018-03-15 Jakub Jelinek + + PR libgfortran/84880 + * intrinsics/kill.c (kill): Rename to... + (PREFIX (kill)): ... this. Use export_proto_np instead of export_proto. + +2018-03-13 Steven G. Kargl + + * libgfortran/gfortran.map: Remove _gfortran_kill_i4, + _gfortran_kill_i4_sub, _gfortran_kill_i8, and _gfortran_kill_i8_sub. + Add _gfortran_kill and _gfortran_kill_sub. + * libgfortran/intrinsics/kill.c: Eliminate _gfortran_kill_i4, + _gfortran_kill_i4_sub, _gfortran_kill_i8, and _gfortran_kill_i8_sub. + Add _gfortran_kill and _gfortran_kill_sub. + +2018-02-23 Janne Blomqvist + + PR fortran/84519 + * caf/libcaf.h (_gfortran_caf_stop_numeric): Add bool argument. + (_gfortran_caf_stop_str): Likewise. + (_gfortran_caf_error_stop_str): Likewise. + (_gfortran_caf_error_stop): Likewise. + * caf/mpi.c (_gfortran_caf_error_stop_str): Handle new argument. + (_gfortran_caf_error_stop): Likewise. + * caf/single.c (_gfortran_caf_stop_numeric): Likewise. + (_gfortran_caf_stop_str): Likewise. + (_gfortran_caf_error_stop_str): Likewise. + (_gfortran_caf_error_stop): Likewise. + (_gfortran_caf_lock): Likewise. + (_gfortran_caf_unlock): Likewise. + * libgfortran.h (stop_string): Add bool argument. + * runtime/pause.c (do_pause): Add false argument. + * runtime/stop.c (stop_numeric): Handle new argument. + (stop_string): Likewise. + (error_stop_string): Likewise. + (error_stop_numeric): Likewise. + +2018-02-22 Janne Blomqvist + + PR 78534 + PR 84509 + * runtime/pause.c (pause_numeric): Modify to take GFC_INTEGER_8 + argument. + (pause_string): Modify to take size_t character length argument. + +2018-02-22 Janne Blomqvist + + * libgfortran.h (stop_string): Use size_t for character length. + * runtime/stop.c (stop_string): Likewise. + (error_stop_string): Likewise. + (stop_numeric): Use int for exit code. + (error_stop_numeric): Likewise. + * caf/libcaf.h: Remove stdint.h include. + (_gfortran_caf_register): Use size_t for character length. + (_gfortran_caf_deregister): Likewise. + (_gfortran_caf_sync_all): Likewise. + (_gfortran_caf_sync_memory): Likewise. + (_gfortran_caf_sync_images): Likewise. + (_gfortran_caf_stop_numeric): Use int for exit code. + (_gfortran_caf_stop_str): Use size_t for character length. + (_gfortran_caf_error_stop_str): Likewise. + (_gfortran_caf_error_stop): Use int for exit code. + (_gfortran_caf_co_broadcast): Use size_t for character length. + (_gfortran_caf_co_sum): Likewise. + (_gfortran_caf_co_min): Likewise. + (_gfortran_caf_co_max): Likewise. + (_gfortran_caf_co_reduce): Likewise. + (_gfortran_caf_lock): Likewise. + (_gfortran_caf_unlock): Likewise. + (_gfortran_caf_event_post): Likewise. + (_gfortran_caf_event_wait): Likewise. + * caf/mpi.c (_gfortran_caf_register): Update implementation to + match prototype. + (_gfortran_caf_deregister): Likewise. + (_gfortran_caf_sync_all): Likewise. + (_gfortran_caf_sync_images): Likewise. + (_gfortran_caf_error_stop_str): Likewise. + (_gfortran_caf_error_stop): Likewise. + * caf/single.c (caf_internal_error): Likewise. + (_gfortran_caf_register): Likewise. + (_gfortran_caf_deregister): Likewise. + (_gfortran_caf_sync_all): Likewise. + (_gfortran_caf_sync_memory): Likewise. + (_gfortran_caf_sync_images): Likewise. + (_gfortran_caf_stop_numeric): Likewise. + (_gfortran_caf_stop_str): Likewise. + (_gfortran_caf_error_stop_str): Likewise. + (_gfortran_caf_error_stop): Likewise. + (_gfortran_caf_co_broadcast): Likewise. + (_gfortran_caf_co_sum): Likewise. + (_gfortran_caf_co_min): Likewise. + (_gfortran_caf_co_max): Likewise. + (_gfortran_caf_co_reduce): Likewise. + (_gfortran_caf_event_post): Likewise. + (_gfortran_caf_event_wait): Likewise. + (_gfortran_caf_lock): Likewise. + (_gfortran_caf_unlock): Likewise. + +2018-02-19 Andre Vehreschild + + * caf/libcaf.h: Add type parameters to the caf_*_by_ref prototypes. + * caf/single.c (get_for_ref): Simplifications and now respecting + the type argument. + (_gfortran_caf_get_by_ref): Added source type handing to get_for_ref(). + (send_by_ref): Simplifications and respecting the dst_type now. + (_gfortran_caf_send_by_ref): Added destination type hand over to + send_by_ref(). + (_gfortran_caf_sendget_by_ref): Added general support and fixed stack + corruption. The function is now really usable. + +2018-02-14 Igor Tsimbalist + + PR target/84148 + * configure: Regenerate. + +2018-02-18 Jerry DeLisle + + PR libgfortran/84412 + * io/transfer.c (finalize_transfer): After completng an internal unit + I/O operation, clear internal_unit_kind. + +2018-02-12 Thomas Koenig + + * libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension + of descriptor to use vaiable members for dim. + Change usage of GFC_ARRAY_DESCRIPTOR accordingly. + (GFC_FILL_ARRAY_DESCRIPTOR): New macro. + (gfc_full_array_i4): New type. + * intrinsics/date_and_time.c (secnds): Use sizeof + (gfc_array_i4) + sizeof (descriptor_dimension) for memory + allocation. + * intrinsics/reshape_generic.c: Use GFC_FULL_ARRAY_DESCRIPTOR. + * io/format.c: Use sizeof (gfc_array_i4) + sizeof + (descriptor_dimension) for memoy allocation. + * io/list_read.c (list_formatted_read_scalar): Use + gfc_full_array_i4 for variable. + (nml_read_obj): Likewise. + * io/write.c (list_formatted_write_scalar): Likewise. + (nml_write_obj): Likewise. + * m4/reshape.m4: Use GFC_FULL_ARRAY_DESCRIPTOR. + * generated/reshape_c10.c: Regenerated. + * generated/reshape_c16.c: Regenerated. + * generated/reshape_c4.c: Regenerated. + * generated/reshape_c8.c: Regenerated. + * generated/reshape_i16.c: Regenerated. + * generated/reshape_i4.c: Regenerated. + * generated/reshape_i8.c: Regenerated. + * generated/reshape_r10.c: Regenerated. + * generated/reshape_r16.c: Regenerated. + * generated/reshape_r4.c: Regenerated. + * generated/reshape_r8.c: Regenerated. + +2018-01-31 Janne Blomqvist + + * generated/cshift1_16.c (cshift1): Regenerated. + * generated/cshift1_4.c (cshift1): Regenerated. + * generated/cshift1_8.c (cshift1): Regenerated. + * generated/eoshift1_16.c (eoshift1): Regenerated. + * generated/eoshift1_4.c (eoshift1): Regenerated. + * generated/eoshift1_8.c (eoshift1): Regenerated. + * generated/eoshift3_16.c (eoshift3): Regenerated. + * generated/eoshift3_4.c (eoshift3): Regenerated. + * generated/eoshift3_8.c (eoshift3): Regenerated. + * generated/in_pack_c10.c (internal_pack_c10): Regenerated. + * generated/in_pack_c16.c (internal_pack_c16): Regenerated. + * generated/in_pack_c4.c (internal_pack_c4): Regenerated. + * generated/in_pack_c8.c (internal_pack_c8): Regenerated. + * generated/in_pack_i1.c (internal_pack_1): Regenerated. + * generated/in_pack_i16.c (internal_pack_16): Regenerated. + * generated/in_pack_i2.c (internal_pack_2): Regenerated. + * generated/in_pack_i4.c (internal_pack_4): Regenerated. + * generated/in_pack_i8.c (internal_pack_8): Regenerated. + * generated/in_pack_r10.c (internal_pack_r10): Regenerated. + * generated/in_pack_r16.c (internal_pack_r16): Regenerated. + * generated/in_pack_r4.c (internal_pack_r4): Regenerated. + * generated/in_pack_r8.c (internal_pack_r8): Regenerated. + * generated/in_unpack_c10.c (internal_unpack_c10): Regenerated. + * generated/in_unpack_c16.c (internal_unpack_c16): Regenerated. + * generated/in_unpack_c4.c (internal_unpack_c4): Regenerated. + * generated/in_unpack_c8.c (internal_unpack_c8): Regenerated. + * generated/in_unpack_i1.c (internal_unpack_1): Regenerated. + * generated/in_unpack_i16.c (internal_unpack_16): Regenerated. + * generated/in_unpack_i2.c (internal_unpack_2): Regenerated. + * generated/in_unpack_i4.c (internal_unpack_4): Regenerated. + * generated/in_unpack_i8.c (internal_unpack_8): Regenerated. + * generated/in_unpack_r10.c (internal_unpack_r10): Regenerated. + * generated/in_unpack_r16.c (internal_unpack_r16): Regenerated. + * generated/in_unpack_r4.c (internal_unpack_r4): Regenerated. + * generated/in_unpack_r8.c (internal_unpack_r8): Regenerated. + * generated/reshape_c10.c (reshape_c10): Regenerated. + * generated/reshape_c16.c (reshape_c16): Regenerated. + * generated/reshape_c4.c (reshape_c4): Regenerated. + * generated/reshape_c8.c (reshape_c8): Regenerated. + * generated/reshape_i16.c (reshape_16): Regenerated. + * generated/reshape_i4.c (reshape_4): Regenerated. + * generated/reshape_i8.c (reshape_8): Regenerated. + * generated/reshape_r10.c (reshape_r10): Regenerated. + * generated/reshape_r16.c (reshape_r16): Regenerated. + * generated/reshape_r4.c (reshape_r4): Regenerated. + * generated/reshape_r8.c (reshape_r8): Regenerated. + * generated/shape_i1.c (shape_1): Regenerated. + * generated/shape_i16.c (shape_16): Regenerated. + * generated/shape_i2.c (shape_2): Regenerated. + * generated/shape_i4.c (shape_4): Regenerated. + * generated/shape_i8.c (shape_8): Regenerated. + * generated/spread_c10.c (spread_scalar_c10): Regenerated. + * generated/spread_c16.c (spread_scalar_c16): Regenerated. + * generated/spread_c4.c (spread_scalar_c4): Regenerated. + * generated/spread_c8.c (spread_scalar_c8): Regenerated. + * generated/spread_i1.c (spread_scalar_i1): Regenerated. + * generated/spread_i16.c (spread_scalar_i16): Regenerated. + * generated/spread_i2.c (spread_scalar_i2): Regenerated. + * generated/spread_i4.c (spread_scalar_i4): Regenerated. + * generated/spread_i8.c (spread_scalar_i8): Regenerated. + * generated/spread_r10.c (spread_scalar_r10): Regenerated. + * generated/spread_r16.c (spread_scalar_r16): Regenerated. + * generated/spread_r4.c (spread_scalar_r4): Regenerated. + * generated/spread_r8.c (spread_scalar_r8): Regenerated. + * intrinsics/random.c (jump): Use size_t for array index in loop. + (getosrandom): Likewise. + (arandom_r4): Make n an index_type. + (arandom_r8): Likewise. + (arandom_r10): Likewise. + (arandom_r16): Likewise. + (scramble_seed): Use size_t for array index in loop. + * m4/cshift1.m4: Make i an index_type. + * m4/eoshift1.m4: Likewise. + * m4/eoshift3.m4: Likewise. + * m4/in_pack.m4: Make n an index_type. + * m4/in_unpack.m4: Likewise. + * m4/reshape.m4: Make n and dim index_type's. + * m4/shape.m4: Make n an index_type. + * m4/spread.m4: Likewise, use index_type argument rather than + copying to int. + * runtime/bounds.c (bounds_ifunction_return): Make n an + index_type. + * runtime/in_pack_generic.c (internal_pack): Likewise. + * runtime/in_unpack_generic.c (internal_unpack): Make n and size + index_type's. + +2018-01-30 Thomas Koenig + + PR fortran/37577 + * libgfortran.h: Remove GFC_DTYPE_DERIVED_1, GFC_DTYPE_DERIVED_2, + GFC_DTYPE_DERIVED_4, GFC_DTYPE_DERIVED_8 and GFC_DTYPE_DERIVED_16. + * m4/cshift1.m4: Remove GFC_DTYPE_DERIVED_1. + * generated/cshift1_16.c: Regenerated. + * generated/cshift1_4.c: Regenerated. + * generated/cshift1_8.c: Regenerated. + * intrinsics/cshift0.c: Remove GFC_DTYPE_DERIVED_1. + * intrinsics/pack_generic.c (pack): Move handling of other types + into separate switch statement. + * intrinsics/spread_generic.c (spread): Likewise. + (spread_scalar): Likewise. + * intrinsics/unpack_generic.c (unpack1): Likewise. + (unpack0): Likewise. + * runtime/in_pack_generic.c (internal_pack): Likewise. + * runtime/in_unpack_generic.c (internal_unpack): Likewise. + +2018-01-25 Paul Thomas + + PR fortran/37577 + * caf/single.c (_gfortran_caf_failed_images): Access the 'type' + and 'elem_len' fields of the dtype instead of the shifts. + (_gfortran_caf_stopped_images): Likewise. + * intrinsics/associated.c (associated): Compare the 'type' and + 'elem_len' fields instead of the dtype. + * caf/date_and_time.c : Access the dtype fields rather using + shifts and masks. + * io/transfer.c (transfer_array ): Comment on item count. + (set_nml_var,st_set_nml_var): Change dtype type and use fields. + (st_set_nml_dtio_var): Likewise. + * libgfortran.h : Change definition of GFC_ARRAY_DESCRIPTOR and + add a typedef for the dtype_type. Change the GFC_DTYPE_* macros + to access the dtype fields. + +2018-01-15 Thomas Koenig + + PR fortran/54613 + * m4/iparm.m4: Add back_arg macro if in minloc or maxloc. + * m4/iforeach-s.m4: Add optional argument back with back_arg + macro. Improve m4 quoting. If HAVE_BACK_ARG is defined, assert + that back is non-true. + * m4/iforeach.m4: Likewise. + * m4/ifunction-s.m4: Likewise. + * m4/ifunction.m4: Likewise. + * m4/maxloc0.m4: Include assert.h + * m4/minloc0.m4: Likewise. + * m4/maxloc0s.m4: #define HAVE_BACK_ARG. + * m4/minloc0s.m4: Likewise. + * m4/maxloc1s.m4: Likewise. + * m4/minloc1s.m4: Likewise. + * m4/maxloc1.m4: Include assert.h, #define HAVE_BACK_ARG. + * m4/minloc1.m4: Likewise. + * m4/maxloc2s.m4: Add assert.h, add back_arg, assert that + back is non-true. + * m4/minloc2s.m4: Likewise. + * generated/iall_i1.c: Regenerated. + * generated/iall_i16.c: Regenerated. + * generated/iall_i2.c: Regenerated. + * generated/iall_i4.c: Regenerated. + * generated/iall_i8.c: Regenerated. + * generated/iany_i1.c: Regenerated. + * generated/iany_i16.c: Regenerated. + * generated/iany_i2.c: Regenerated. + * generated/iany_i4.c: Regenerated. + * generated/iany_i8.c: Regenerated. + * generated/iparity_i1.c: Regenerated. + * generated/iparity_i16.c: Regenerated. + * generated/iparity_i2.c: Regenerated. + * generated/iparity_i4.c: Regenerated. + * generated/iparity_i8.c: Regenerated. + * generated/maxloc0_16_i1.c: Regenerated. + * generated/maxloc0_16_i16.c: Regenerated. + * generated/maxloc0_16_i2.c: Regenerated. + * generated/maxloc0_16_i4.c: Regenerated. + * generated/maxloc0_16_i8.c: Regenerated. + * generated/maxloc0_16_r10.c: Regenerated. + * generated/maxloc0_16_r16.c: Regenerated. + * generated/maxloc0_16_r4.c: Regenerated. + * generated/maxloc0_16_r8.c: Regenerated. + * generated/maxloc0_16_s1.c: Regenerated. + * generated/maxloc0_16_s4.c: Regenerated. + * generated/maxloc0_4_i1.c: Regenerated. + * generated/maxloc0_4_i16.c: Regenerated. + * generated/maxloc0_4_i2.c: Regenerated. + * generated/maxloc0_4_i4.c: Regenerated. + * generated/maxloc0_4_i8.c: Regenerated. + * generated/maxloc0_4_r10.c: Regenerated. + * generated/maxloc0_4_r16.c: Regenerated. + * generated/maxloc0_4_r4.c: Regenerated. + * generated/maxloc0_4_r8.c: Regenerated. + * generated/maxloc0_4_s1.c: Regenerated. + * generated/maxloc0_4_s4.c: Regenerated. + * generated/maxloc0_8_i1.c: Regenerated. + * generated/maxloc0_8_i16.c: Regenerated. + * generated/maxloc0_8_i2.c: Regenerated. + * generated/maxloc0_8_i4.c: Regenerated. + * generated/maxloc0_8_i8.c: Regenerated. + * generated/maxloc0_8_r10.c: Regenerated. + * generated/maxloc0_8_r16.c: Regenerated. + * generated/maxloc0_8_r4.c: Regenerated. + * generated/maxloc0_8_r8.c: Regenerated. + * generated/maxloc0_8_s1.c: Regenerated. + * generated/maxloc0_8_s4.c: Regenerated. + * generated/maxloc1_16_i1.c: Regenerated. + * generated/maxloc1_16_i16.c: Regenerated. + * generated/maxloc1_16_i2.c: Regenerated. + * generated/maxloc1_16_i4.c: Regenerated. + * generated/maxloc1_16_i8.c: Regenerated. + * generated/maxloc1_16_r10.c: Regenerated. + * generated/maxloc1_16_r16.c: Regenerated. + * generated/maxloc1_16_r4.c: Regenerated. + * generated/maxloc1_16_r8.c: Regenerated. + * generated/maxloc1_16_s1.c: Regenerated. + * generated/maxloc1_16_s4.c: Regenerated. + * generated/maxloc1_4_i1.c: Regenerated. + * generated/maxloc1_4_i16.c: Regenerated. + * generated/maxloc1_4_i2.c: Regenerated. + * generated/maxloc1_4_i4.c: Regenerated. + * generated/maxloc1_4_i8.c: Regenerated. + * generated/maxloc1_4_r10.c: Regenerated. + * generated/maxloc1_4_r16.c: Regenerated. + * generated/maxloc1_4_r4.c: Regenerated. + * generated/maxloc1_4_r8.c: Regenerated. + * generated/maxloc1_4_s1.c: Regenerated. + * generated/maxloc1_4_s4.c: Regenerated. + * generated/maxloc1_8_i1.c: Regenerated. + * generated/maxloc1_8_i16.c: Regenerated. + * generated/maxloc1_8_i2.c: Regenerated. + * generated/maxloc1_8_i4.c: Regenerated. + * generated/maxloc1_8_i8.c: Regenerated. + * generated/maxloc1_8_r10.c: Regenerated. + * generated/maxloc1_8_r16.c: Regenerated. + * generated/maxloc1_8_r4.c: Regenerated. + * generated/maxloc1_8_r8.c: Regenerated. + * generated/maxloc1_8_s1.c: Regenerated. + * generated/maxloc1_8_s4.c: Regenerated. + * generated/maxval_i1.c: Regenerated. + * generated/maxval_i16.c: Regenerated. + * generated/maxval_i2.c: Regenerated. + * generated/maxval_i4.c: Regenerated. + * generated/maxval_i8.c: Regenerated. + * generated/maxval_r10.c: Regenerated. + * generated/maxval_r16.c: Regenerated. + * generated/maxval_r4.c: Regenerated. + * generated/maxval_r8.c: Regenerated. + * generated/minloc0_16_i1.c: Regenerated. + * generated/minloc0_16_i16.c: Regenerated. + * generated/minloc0_16_i2.c: Regenerated. + * generated/minloc0_16_i4.c: Regenerated. + * generated/minloc0_16_i8.c: Regenerated. + * generated/minloc0_16_r10.c: Regenerated. + * generated/minloc0_16_r16.c: Regenerated. + * generated/minloc0_16_r4.c: Regenerated. + * generated/minloc0_16_r8.c: Regenerated. + * generated/minloc0_16_s1.c: Regenerated. + * generated/minloc0_16_s4.c: Regenerated. + * generated/minloc0_4_i1.c: Regenerated. + * generated/minloc0_4_i16.c: Regenerated. + * generated/minloc0_4_i2.c: Regenerated. + * generated/minloc0_4_i4.c: Regenerated. + * generated/minloc0_4_i8.c: Regenerated. + * generated/minloc0_4_r10.c: Regenerated. + * generated/minloc0_4_r16.c: Regenerated. + * generated/minloc0_4_r4.c: Regenerated. + * generated/minloc0_4_r8.c: Regenerated. + * generated/minloc0_4_s1.c: Regenerated. + * generated/minloc0_4_s4.c: Regenerated. + * generated/minloc0_8_i1.c: Regenerated. + * generated/minloc0_8_i16.c: Regenerated. + * generated/minloc0_8_i2.c: Regenerated. + * generated/minloc0_8_i4.c: Regenerated. + * generated/minloc0_8_i8.c: Regenerated. + * generated/minloc0_8_r10.c: Regenerated. + * generated/minloc0_8_r16.c: Regenerated. + * generated/minloc0_8_r4.c: Regenerated. + * generated/minloc0_8_r8.c: Regenerated. + * generated/minloc0_8_s1.c: Regenerated. + * generated/minloc0_8_s4.c: Regenerated. + * generated/minloc1_16_i1.c: Regenerated. + * generated/minloc1_16_i16.c: Regenerated. + * generated/minloc1_16_i2.c: Regenerated. + * generated/minloc1_16_i4.c: Regenerated. + * generated/minloc1_16_i8.c: Regenerated. + * generated/minloc1_16_r10.c: Regenerated. + * generated/minloc1_16_r16.c: Regenerated. + * generated/minloc1_16_r4.c: Regenerated. + * generated/minloc1_16_r8.c: Regenerated. + * generated/minloc1_16_s1.c: Regenerated. + * generated/minloc1_16_s4.c: Regenerated. + * generated/minloc1_4_i1.c: Regenerated. + * generated/minloc1_4_i16.c: Regenerated. + * generated/minloc1_4_i2.c: Regenerated. + * generated/minloc1_4_i4.c: Regenerated. + * generated/minloc1_4_i8.c: Regenerated. + * generated/minloc1_4_r10.c: Regenerated. + * generated/minloc1_4_r16.c: Regenerated. + * generated/minloc1_4_r4.c: Regenerated. + * generated/minloc1_4_r8.c: Regenerated. + * generated/minloc1_4_s1.c: Regenerated. + * generated/minloc1_4_s4.c: Regenerated. + * generated/minloc1_8_i1.c: Regenerated. + * generated/minloc1_8_i16.c: Regenerated. + * generated/minloc1_8_i2.c: Regenerated. + * generated/minloc1_8_i4.c: Regenerated. + * generated/minloc1_8_i8.c: Regenerated. + * generated/minloc1_8_r10.c: Regenerated. + * generated/minloc1_8_r16.c: Regenerated. + * generated/minloc1_8_r4.c: Regenerated. + * generated/minloc1_8_r8.c: Regenerated. + * generated/minloc1_8_s1.c: Regenerated. + * generated/minloc1_8_s4.c: Regenerated. + * generated/minval_i1.c: Regenerated. + * generated/minval_i16.c: Regenerated. + * generated/minval_i2.c: Regenerated. + * generated/minval_i4.c: Regenerated. + * generated/minval_i8.c: Regenerated. + * generated/minval_r10.c: Regenerated. + * generated/minval_r16.c: Regenerated. + * generated/minval_r4.c: Regenerated. + * generated/minval_r8.c: Regenerated. + * generated/norm2_r10.c: Regenerated. + * generated/norm2_r16.c: Regenerated. + * generated/norm2_r4.c: Regenerated. + * generated/norm2_r8.c: Regenerated. + * generated/parity_l1.c: Regenerated. + * generated/parity_l16.c: Regenerated. + * generated/parity_l2.c: Regenerated. + * generated/parity_l4.c: Regenerated. + * generated/parity_l8.c: Regenerated. + * generated/product_c10.c: Regenerated. + * generated/product_c16.c: Regenerated. + * generated/product_c4.c: Regenerated. + * generated/product_c8.c: Regenerated. + * generated/product_i1.c: Regenerated. + * generated/product_i16.c: Regenerated. + * generated/product_i2.c: Regenerated. + * generated/product_i4.c: Regenerated. + * generated/product_i8.c: Regenerated. + * generated/product_r10.c: Regenerated. + * generated/product_r16.c: Regenerated. + * generated/product_r4.c: Regenerated. + * generated/product_r8.c: Regenerated. + * generated/sum_c10.c: Regenerated. + * generated/sum_c16.c: Regenerated. + * generated/sum_c4.c: Regenerated. + * generated/sum_c8.c: Regenerated. + * generated/sum_i1.c: Regenerated. + * generated/sum_i16.c: Regenerated. + * generated/sum_i2.c: Regenerated. + * generated/sum_i4.c: Regenerated. + * generated/sum_i8.c: Regenerated. + * generated/sum_r10.c: Regenerated. + * generated/sum_r16.c: Regenerated. + * generated/sum_r4.c: Regenerated. + * generated/sum_r8.c: Regenerated. + +2018-01-14 Jerry DeLisle + + PR libgfortran/83811 + * write.c (select_buffer): Adjust buffer size up by 1. + +2018-01-08 Janne Blomqvist + + PR 78534, bugfix for r256322 + * io/transfer.c (next_record_w): Use correct type for return value + of next_array_record. + +2018-01-07 Thomas Koenig + + * libgfortran.h (GFC_DTYPE_COPY): New macro. + (GFC_DTYPE_COPY_SETRANK): New macro. + (GFC_DTYPE_IS_UNSET): New macro. + * intrinsics/cshift0.c (cshift0): Use new macros. + * intrinsics/eoshift0.c (eoshift0): Likewise. + * intrinsics/eoshift2.c (eoshift2): Likewise. + * intrinsics/move_alloc.c (move_alloc): Likewise. + * intrinsics/reshape_generic.c (reshape_internal): Likewise. + * intrinsics/spread_generic.c (spread_internal): Likewise. + * intrinsics/spread_generic.c (spread_scalar): Likewise. + * intrinsics/spread_generic.c (spread_char_scalar): Likewise. + * intrinsics/spread_generic.c (spread_char4_scalar): Likewise. + * intrinsics/unpack_generic.c (unpack0): Likewise. + * intrinsics/unpack_generic.c (unpack0_char): Likewise. + * intrinsics/unpack_generic.c (unpack0_char4): Likewise. + * m4/cshift1.m4 (cshift1): Likewise. + * m4/eoshift1.m4 (eoshift1): Likewise. + * m4/eoshift3.m4 (eoshift3): Likewise. + * m4/iforeach-s.m4: Likewise. + * m4/iforeach.m4: Likewise. + * m4/ifunction-s.m4: Likewise. + * m4/ifunction-s2.m4: Likewise. + * m4/ifunction.m4: Likewise. + * m4/ifunction_logical.m4: Likewise. + * m4/reshape.m4: Likewise. + * m4/spread.m4: Likewise. + * generated/all_l1.c : Regenerated. + * generated/all_l16.c : Regenerated. + * generated/all_l2.c : Regenerated. + * generated/all_l4.c : Regenerated. + * generated/all_l8.c : Regenerated. + * generated/any_l1.c : Regenerated. + * generated/any_l16.c : Regenerated. + * generated/any_l2.c : Regenerated. + * generated/any_l4.c : Regenerated. + * generated/any_l8.c : Regenerated. + * generated/count_16_l.c : Regenerated. + * generated/count_1_l.c : Regenerated. + * generated/count_2_l.c : Regenerated. + * generated/count_4_l.c : Regenerated. + * generated/count_8_l.c : Regenerated. + * generated/cshift1_16.c : Regenerated. + * generated/cshift1_4.c : Regenerated. + * generated/cshift1_8.c : Regenerated. + * generated/eoshift1_16.c : Regenerated. + * generated/eoshift1_4.c : Regenerated. + * generated/eoshift1_8.c : Regenerated. + * generated/eoshift3_16.c : Regenerated. + * generated/eoshift3_4.c : Regenerated. + * generated/eoshift3_8.c : Regenerated. + * generated/iall_i1.c : Regenerated. + * generated/iall_i16.c : Regenerated. + * generated/iall_i2.c : Regenerated. + * generated/iall_i4.c : Regenerated. + * generated/iall_i8.c : Regenerated. + * generated/iany_i1.c : Regenerated. + * generated/iany_i16.c : Regenerated. + * generated/iany_i2.c : Regenerated. + * generated/iany_i4.c : Regenerated. + * generated/iany_i8.c : Regenerated. + * generated/iparity_i1.c : Regenerated. + * generated/iparity_i16.c : Regenerated. + * generated/iparity_i2.c : Regenerated. + * generated/iparity_i4.c : Regenerated. + * generated/iparity_i8.c : Regenerated. + * generated/maxloc0_16_i1.c : Regenerated. + * generated/maxloc0_16_i16.c : Regenerated. + * generated/maxloc0_16_i2.c : Regenerated. + * generated/maxloc0_16_i4.c : Regenerated. + * generated/maxloc0_16_i8.c : Regenerated. + * generated/maxloc0_16_r10.c : Regenerated. + * generated/maxloc0_16_r16.c : Regenerated. + * generated/maxloc0_16_r4.c : Regenerated. + * generated/maxloc0_16_r8.c : Regenerated. + * generated/maxloc0_16_s1.c : Regenerated. + * generated/maxloc0_16_s4.c : Regenerated. + * generated/maxloc0_4_i1.c : Regenerated. + * generated/maxloc0_4_i16.c : Regenerated. + * generated/maxloc0_4_i2.c : Regenerated. + * generated/maxloc0_4_i4.c : Regenerated. + * generated/maxloc0_4_i8.c : Regenerated. + * generated/maxloc0_4_r10.c : Regenerated. + * generated/maxloc0_4_r16.c : Regenerated. + * generated/maxloc0_4_r4.c : Regenerated. + * generated/maxloc0_4_r8.c : Regenerated. + * generated/maxloc0_4_s1.c : Regenerated. + * generated/maxloc0_4_s4.c : Regenerated. + * generated/maxloc0_8_i1.c : Regenerated. + * generated/maxloc0_8_i16.c : Regenerated. + * generated/maxloc0_8_i2.c : Regenerated. + * generated/maxloc0_8_i4.c : Regenerated. + * generated/maxloc0_8_i8.c : Regenerated. + * generated/maxloc0_8_r10.c : Regenerated. + * generated/maxloc0_8_r16.c : Regenerated. + * generated/maxloc0_8_r4.c : Regenerated. + * generated/maxloc0_8_r8.c : Regenerated. + * generated/maxloc0_8_s1.c : Regenerated. + * generated/maxloc0_8_s4.c : Regenerated. + * generated/maxloc1_16_i1.c : Regenerated. + * generated/maxloc1_16_i16.c : Regenerated. + * generated/maxloc1_16_i2.c : Regenerated. + * generated/maxloc1_16_i4.c : Regenerated. + * generated/maxloc1_16_i8.c : Regenerated. + * generated/maxloc1_16_r10.c : Regenerated. + * generated/maxloc1_16_r16.c : Regenerated. + * generated/maxloc1_16_r4.c : Regenerated. + * generated/maxloc1_16_r8.c : Regenerated. + * generated/maxloc1_16_s1.c : Regenerated. + * generated/maxloc1_16_s4.c : Regenerated. + * generated/maxloc1_4_i1.c : Regenerated. + * generated/maxloc1_4_i16.c : Regenerated. + * generated/maxloc1_4_i2.c : Regenerated. + * generated/maxloc1_4_i4.c : Regenerated. + * generated/maxloc1_4_i8.c : Regenerated. + * generated/maxloc1_4_r10.c : Regenerated. + * generated/maxloc1_4_r16.c : Regenerated. + * generated/maxloc1_4_r4.c : Regenerated. + * generated/maxloc1_4_r8.c : Regenerated. + * generated/maxloc1_4_s1.c : Regenerated. + * generated/maxloc1_4_s4.c : Regenerated. + * generated/maxloc1_8_i1.c : Regenerated. + * generated/maxloc1_8_i16.c : Regenerated. + * generated/maxloc1_8_i2.c : Regenerated. + * generated/maxloc1_8_i4.c : Regenerated. + * generated/maxloc1_8_i8.c : Regenerated. + * generated/maxloc1_8_r10.c : Regenerated. + * generated/maxloc1_8_r16.c : Regenerated. + * generated/maxloc1_8_r4.c : Regenerated. + * generated/maxloc1_8_r8.c : Regenerated. + * generated/maxloc1_8_s1.c : Regenerated. + * generated/maxloc1_8_s4.c : Regenerated. + * generated/maxval1_s1.c : Regenerated. + * generated/maxval1_s4.c : Regenerated. + * generated/maxval_i1.c : Regenerated. + * generated/maxval_i16.c : Regenerated. + * generated/maxval_i2.c : Regenerated. + * generated/maxval_i4.c : Regenerated. + * generated/maxval_i8.c : Regenerated. + * generated/maxval_r10.c : Regenerated. + * generated/maxval_r16.c : Regenerated. + * generated/maxval_r4.c : Regenerated. + * generated/maxval_r8.c : Regenerated. + * generated/minloc0_16_i1.c : Regenerated. + * generated/minloc0_16_i16.c : Regenerated. + * generated/minloc0_16_i2.c : Regenerated. + * generated/minloc0_16_i4.c : Regenerated. + * generated/minloc0_16_i8.c : Regenerated. + * generated/minloc0_16_r10.c : Regenerated. + * generated/minloc0_16_r16.c : Regenerated. + * generated/minloc0_16_r4.c : Regenerated. + * generated/minloc0_16_r8.c : Regenerated. + * generated/minloc0_16_s1.c : Regenerated. + * generated/minloc0_16_s4.c : Regenerated. + * generated/minloc0_4_i1.c : Regenerated. + * generated/minloc0_4_i16.c : Regenerated. + * generated/minloc0_4_i2.c : Regenerated. + * generated/minloc0_4_i4.c : Regenerated. + * generated/minloc0_4_i8.c : Regenerated. + * generated/minloc0_4_r10.c : Regenerated. + * generated/minloc0_4_r16.c : Regenerated. + * generated/minloc0_4_r4.c : Regenerated. + * generated/minloc0_4_r8.c : Regenerated. + * generated/minloc0_4_s1.c : Regenerated. + * generated/minloc0_4_s4.c : Regenerated. + * generated/minloc0_8_i1.c : Regenerated. + * generated/minloc0_8_i16.c : Regenerated. + * generated/minloc0_8_i2.c : Regenerated. + * generated/minloc0_8_i4.c : Regenerated. + * generated/minloc0_8_i8.c : Regenerated. + * generated/minloc0_8_r10.c : Regenerated. + * generated/minloc0_8_r16.c : Regenerated. + * generated/minloc0_8_r4.c : Regenerated. + * generated/minloc0_8_r8.c : Regenerated. + * generated/minloc0_8_s1.c : Regenerated. + * generated/minloc0_8_s4.c : Regenerated. + * generated/minloc1_16_i1.c : Regenerated. + * generated/minloc1_16_i16.c : Regenerated. + * generated/minloc1_16_i2.c : Regenerated. + * generated/minloc1_16_i4.c : Regenerated. + * generated/minloc1_16_i8.c : Regenerated. + * generated/minloc1_16_r10.c : Regenerated. + * generated/minloc1_16_r16.c : Regenerated. + * generated/minloc1_16_r4.c : Regenerated. + * generated/minloc1_16_r8.c : Regenerated. + * generated/minloc1_16_s1.c : Regenerated. + * generated/minloc1_16_s4.c : Regenerated. + * generated/minloc1_4_i1.c : Regenerated. + * generated/minloc1_4_i16.c : Regenerated. + * generated/minloc1_4_i2.c : Regenerated. + * generated/minloc1_4_i4.c : Regenerated. + * generated/minloc1_4_i8.c : Regenerated. + * generated/minloc1_4_r10.c : Regenerated. + * generated/minloc1_4_r16.c : Regenerated. + * generated/minloc1_4_r4.c : Regenerated. + * generated/minloc1_4_r8.c : Regenerated. + * generated/minloc1_4_s1.c : Regenerated. + * generated/minloc1_4_s4.c : Regenerated. + * generated/minloc1_8_i1.c : Regenerated. + * generated/minloc1_8_i16.c : Regenerated. + * generated/minloc1_8_i2.c : Regenerated. + * generated/minloc1_8_i4.c : Regenerated. + * generated/minloc1_8_i8.c : Regenerated. + * generated/minloc1_8_r10.c : Regenerated. + * generated/minloc1_8_r16.c : Regenerated. + * generated/minloc1_8_r4.c : Regenerated. + * generated/minloc1_8_r8.c : Regenerated. + * generated/minloc1_8_s1.c : Regenerated. + * generated/minloc1_8_s4.c : Regenerated. + * generated/minval1_s1.c : Regenerated. + * generated/minval1_s4.c : Regenerated. + * generated/minval_i1.c : Regenerated. + * generated/minval_i16.c : Regenerated. + * generated/minval_i2.c : Regenerated. + * generated/minval_i4.c : Regenerated. + * generated/minval_i8.c : Regenerated. + * generated/minval_r10.c : Regenerated. + * generated/minval_r16.c : Regenerated. + * generated/minval_r4.c : Regenerated. + * generated/minval_r8.c : Regenerated. + * generated/norm2_r10.c : Regenerated. + * generated/norm2_r16.c : Regenerated. + * generated/norm2_r4.c : Regenerated. + * generated/norm2_r8.c : Regenerated. + * generated/parity_l1.c : Regenerated. + * generated/parity_l16.c : Regenerated. + * generated/parity_l2.c : Regenerated. + * generated/parity_l4.c : Regenerated. + * generated/parity_l8.c : Regenerated. + * generated/product_c10.c : Regenerated. + * generated/product_c16.c : Regenerated. + * generated/product_c4.c : Regenerated. + * generated/product_c8.c : Regenerated. + * generated/product_i1.c : Regenerated. + * generated/product_i16.c : Regenerated. + * generated/product_i2.c : Regenerated. + * generated/product_i4.c : Regenerated. + * generated/product_i8.c : Regenerated. + * generated/product_r10.c : Regenerated. + * generated/product_r16.c : Regenerated. + * generated/product_r4.c : Regenerated. + * generated/product_r8.c : Regenerated. + * generated/reshape_c10.c : Regenerated. + * generated/reshape_c16.c : Regenerated. + * generated/reshape_c4.c : Regenerated. + * generated/reshape_c8.c : Regenerated. + * generated/reshape_i16.c : Regenerated. + * generated/reshape_i4.c : Regenerated. + * generated/reshape_i8.c : Regenerated. + * generated/reshape_r10.c : Regenerated. + * generated/reshape_r16.c : Regenerated. + * generated/reshape_r4.c : Regenerated. + * generated/reshape_r8.c : Regenerated. + * generated/spread_c10.c : Regenerated. + * generated/spread_c16.c : Regenerated. + * generated/spread_c4.c : Regenerated. + * generated/spread_c8.c : Regenerated. + * generated/spread_i1.c : Regenerated. + * generated/spread_i16.c : Regenerated. + * generated/spread_i2.c : Regenerated. + * generated/spread_i4.c : Regenerated. + * generated/spread_i8.c : Regenerated. + * generated/spread_r10.c : Regenerated. + * generated/spread_r16.c : Regenerated. + * generated/spread_r4.c : Regenerated. + * generated/spread_r8.c : Regenerated. + * generated/sum_c10.c : Regenerated. + * generated/sum_c16.c : Regenerated. + * generated/sum_c4.c : Regenerated. + * generated/sum_c8.c : Regenerated. + * generated/sum_i1.c : Regenerated. + * generated/sum_i16.c : Regenerated. + * generated/sum_i2.c : Regenerated. + * generated/sum_i4.c : Regenerated. + * generated/sum_i8.c : Regenerated. + * generated/sum_r10.c : Regenerated. + * generated/sum_r16.c : Regenerated. + * generated/sum_r4.c : Regenerated. + * generated/sum_r8.c : Regenerated. + +2018-01-07 Janne Blomqvist + + PR fortran/78534 + PR fortran/83704 + * io/fbuf.c (fbuf_init): Use size_t instead of int for length. + (fbuf_debug): Convert debug output to unsigned long. + (fbuf_reset): Use ptrdiff_t for return value. + (fbuf_alloc): Use size_t for length argument. + (fbuf_flush): Handle large buffers. + (fbuf_flush_list): Likewise. + (fbuf_seek): Use ptrdiff_t for offset and return value. + (fbuf_read): Use size_t for length argument. + (fbuf_getc_refill): Use size_t to match fbuf_read. + * io/fbuf.h (struct fbuf): Use size_t for lengths. + (fbuf_init): Use size_t instead of int for length. + (fbuf_reset): Use ptrdiff_t for return value. + (fbuf_alloc): Use size_t for length argument. + (fbuf_seek): Use ptrdiff_t for offset and return value. + (fbuf_read): Use size_t for length argument. + * io/io.h (read_block_form): Likewise. + (read_block_form4): Likewise. + (write_block): Likewise. + (read_a): Likewise. + (read_a_char4): Likewise. + (read_x): Likewise. + (write_a): Likewise. + (write_a_char4): Likewise. + * io/list_read.c (list_formatted_read_scalar): Use size_t to + handle large buffers. + * io/read.c (read_l): Likewise. + (read_utf8): Likewise. + (read_utf8_char1): Likewise. + (read_default_char1): Likewise. + (read_utf8_char4): Likewise. + (read_default_char4): Likewise. + (read_a): Likewise. + (read_a_char4): Likewise. + (eat_leading_spaces): Likewise. + (next_char): Likewise. + (read_decimal): Likewise. + (read_radix): Likewise. + (read_f): Likewise. + (read_x): Likewise. + * io/transfer.c (read_sf_internal): Likewise. + (read_sf): Likewise. + (read_block_form): Likewise. + (read_block_form4): Likewise. + (write_block): Likewise. + (formatted_transfer_scalar_write): Likewise. + (next_record_w): Likewise. + * io/unix.c (mem_alloc_r): Likewise. + (mem_alloc_r4): Likewise. + (mem_alloc_w): Likewise. + (mem_alloc_w4): Likewise. + (mem_read): Likewise. + (mem_read4): Likewise. + (mem_write): Likewise. + (mem_write4): Likewise. + (open_internal): Likewise. + (open_internal4): Likewise. + * io/unix.h (open_internal): Likewise. + (open_internal4): Likewise. + (mem_alloc_w): Likewise. + (mem_alloc_r): Likewise. + (mem_alloc_w4): Likewise. + (mem_alloc_r4): Likewise. + * io/write.c (write_check_cc): Likewise. + (write_cc): Likewise. + (write_a): Likewise. + (write_a_char4): Likewise. + +2018-01-06 Janne Blomqvist + + * io/write.c (namelist_write): Remove unused variable "i". + +2018-01-06 Dominique d'Humieres + Janne Blomqvist + + PR fortran/83704 + * io/write.c (write_character): Use size_t instead of int for + length. + +2018-01-05 Janne Blomqvist + + PR fortran/78534 + * intrinsics/args.c (getarg_i4): Use gfc_charlen_type. + (get_command_argument_i4): Likewise. + (get_command_i4): Likewise. + * intrinsics/chmod.c (chmod_internal): Likewise. + * intrinsics/env.c (get_environment_variable_i4): Likewise. + * intrinsics/extends_type_of.c (struct vtype): Use size_t for size + member. + * intrinsics/gerror.c (gerror): Use gfc_charlen_type. + * intrinsics/getlog.c (getlog): Likewise. + * intrinsics/hostnm.c (hostnm_0): Likewise. + * intrinsics/string_intrinsics_inc.c (string_len_trim): Rework to + work if gfc_charlen_type is unsigned. + (string_scan): Likewise. + * io/transfer.c (transfer_character): Modify prototype. + (transfer_character_write): Likewise. + (transfer_character_wide): Likewise. + (transfer_character_wide_write): Likewise. + (transfer_array): Typecast to avoid signed-unsigned comparison. + * io/unit.c (is_trim_ok): Use gfc_charlen_type. + * io/write.c (namelist_write): Likewise. + * libgfortran.h (gfc_charlen_type): Change typedef to size_t. + +2018-01-03 Jakub Jelinek + + Update copyright years. + +2018-01-02 Janne Blomqvist + + PR libgfortran/83649 + * io/unix.c (MAX_CHUNK): New define. + (raw_read): For reads larger than MAX_CHUNK, loop. + (raw_write): Write no more than MAX_CHUNK bytes per iteration. + +Copyright (C) 2018 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 c7be494789c..c8a25e27217 100644 --- a/libgfortran/c99_protos.h +++ b/libgfortran/c99_protos.h @@ -1,5 +1,5 @@ /* Declarations of various C99 functions - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 dd97166952c..d1cfa8dd914 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 55d9908b8de..5c322d4ecf4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 1ad13bd5643..49f5eca4226 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 c6cb873fc0e..a2f4281d0c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 88fdf1940fd..917602e6c5b 100644 --- a/libgfortran/config/fpu-aix.h +++ b/libgfortran/config/fpu-aix.h @@ -1,5 +1,5 @@ /* AIX FPU-related code. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 315d348c095..06260213e95 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 b928416ee2c..c24bb6cbcd9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 0638d4f9b5b..5a1d4ae2428 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 d9c124b7bdc..da75c42ebce 100644 --- a/libgfortran/generated/_abs_c10.F90 +++ b/libgfortran/generated/_abs_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 689be474ac8..e20f809b37d 100644 --- a/libgfortran/generated/_abs_c16.F90 +++ b/libgfortran/generated/_abs_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 a6529800d10..69128c9e48d 100644 --- a/libgfortran/generated/_abs_c4.F90 +++ b/libgfortran/generated/_abs_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 979aac3d0a8..88e8157b906 100644 --- a/libgfortran/generated/_abs_c8.F90 +++ b/libgfortran/generated/_abs_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 5619f57a3ba..4a8a38b7db4 100644 --- a/libgfortran/generated/_abs_i16.F90 +++ b/libgfortran/generated/_abs_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 a5dca0e9e1a..5c6d8d3ea59 100644 --- a/libgfortran/generated/_abs_i4.F90 +++ b/libgfortran/generated/_abs_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 545c2b6caa0..e8e0c5fa0d2 100644 --- a/libgfortran/generated/_abs_i8.F90 +++ b/libgfortran/generated/_abs_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 662366ba6b3..d6c73f6255f 100644 --- a/libgfortran/generated/_abs_r10.F90 +++ b/libgfortran/generated/_abs_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 6b994ebae08..e508ce3640e 100644 --- a/libgfortran/generated/_abs_r16.F90 +++ b/libgfortran/generated/_abs_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 bf442504294..1ad36baa36d 100644 --- a/libgfortran/generated/_abs_r4.F90 +++ b/libgfortran/generated/_abs_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 f184247cb53..f0652949dde 100644 --- a/libgfortran/generated/_abs_r8.F90 +++ b/libgfortran/generated/_abs_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 c8f0210d2f1..1978a41e604 100644 --- a/libgfortran/generated/_acos_r10.F90 +++ b/libgfortran/generated/_acos_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 21fa21b6257..998b82e0818 100644 --- a/libgfortran/generated/_acos_r16.F90 +++ b/libgfortran/generated/_acos_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 f9103780429..f112058dd6b 100644 --- a/libgfortran/generated/_acos_r4.F90 +++ b/libgfortran/generated/_acos_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 19740289b9b..536ef0c4060 100644 --- a/libgfortran/generated/_acos_r8.F90 +++ b/libgfortran/generated/_acos_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 7e7427ca1da..e96f32dd9b9 100644 --- a/libgfortran/generated/_acosh_r10.F90 +++ b/libgfortran/generated/_acosh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 9e30d1e6412..53c34177314 100644 --- a/libgfortran/generated/_acosh_r16.F90 +++ b/libgfortran/generated/_acosh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 b7a1dc86166..3e6ec0d18ff 100644 --- a/libgfortran/generated/_acosh_r4.F90 +++ b/libgfortran/generated/_acosh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 2b8857d868a..b9df1fa5e2b 100644 --- a/libgfortran/generated/_acosh_r8.F90 +++ b/libgfortran/generated/_acosh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 49b8f27b1e3..089e41473ea 100644 --- a/libgfortran/generated/_aimag_c10.F90 +++ b/libgfortran/generated/_aimag_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 ebe0933e37b..d930ebebe85 100644 --- a/libgfortran/generated/_aimag_c16.F90 +++ b/libgfortran/generated/_aimag_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 6841cac6fc6..eac8c2ac944 100644 --- a/libgfortran/generated/_aimag_c4.F90 +++ b/libgfortran/generated/_aimag_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 71795588da4..282346edbb3 100644 --- a/libgfortran/generated/_aimag_c8.F90 +++ b/libgfortran/generated/_aimag_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 6d4f43c6502..0a0b4929dd2 100644 --- a/libgfortran/generated/_aint_r10.F90 +++ b/libgfortran/generated/_aint_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 d7a5605a727..34d3bbcb5a9 100644 --- a/libgfortran/generated/_aint_r16.F90 +++ b/libgfortran/generated/_aint_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 07e55376d66..2ee4d857ba1 100644 --- a/libgfortran/generated/_aint_r4.F90 +++ b/libgfortran/generated/_aint_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 e96d31e4d30..a7c181656f0 100644 --- a/libgfortran/generated/_aint_r8.F90 +++ b/libgfortran/generated/_aint_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 bc0ccdb8474..e8f417440ec 100644 --- a/libgfortran/generated/_anint_r10.F90 +++ b/libgfortran/generated/_anint_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 dd08853ebb6..83a0d959438 100644 --- a/libgfortran/generated/_anint_r16.F90 +++ b/libgfortran/generated/_anint_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 6913ec32c69..3f4f325a086 100644 --- a/libgfortran/generated/_anint_r4.F90 +++ b/libgfortran/generated/_anint_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 d29e765d33f..4bc85cf7b63 100644 --- a/libgfortran/generated/_anint_r8.F90 +++ b/libgfortran/generated/_anint_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 f6a468976c2..f4195dabac1 100644 --- a/libgfortran/generated/_asin_r10.F90 +++ b/libgfortran/generated/_asin_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 befbde233de..c12787ed186 100644 --- a/libgfortran/generated/_asin_r16.F90 +++ b/libgfortran/generated/_asin_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 cc7a7009b9a..d94f1216390 100644 --- a/libgfortran/generated/_asin_r4.F90 +++ b/libgfortran/generated/_asin_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 295d68bdf56..8d3d8ef188d 100644 --- a/libgfortran/generated/_asin_r8.F90 +++ b/libgfortran/generated/_asin_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 2b15841f029..e3fc5293f4b 100644 --- a/libgfortran/generated/_asinh_r10.F90 +++ b/libgfortran/generated/_asinh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 877207ab57a..505e3c57e9b 100644 --- a/libgfortran/generated/_asinh_r16.F90 +++ b/libgfortran/generated/_asinh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 ccdc9204999..c0cc7ffb99e 100644 --- a/libgfortran/generated/_asinh_r4.F90 +++ b/libgfortran/generated/_asinh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 9293e5d0fa3..f001ad372f9 100644 --- a/libgfortran/generated/_asinh_r8.F90 +++ b/libgfortran/generated/_asinh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 89bfde69bfe..591b6607275 100644 --- a/libgfortran/generated/_atan2_r10.F90 +++ b/libgfortran/generated/_atan2_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 0597f8b96b5..f008f80ed55 100644 --- a/libgfortran/generated/_atan2_r16.F90 +++ b/libgfortran/generated/_atan2_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1c7156d192c..0171d4a24ee 100644 --- a/libgfortran/generated/_atan2_r4.F90 +++ b/libgfortran/generated/_atan2_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 d50571f543a..fd6770d8daa 100644 --- a/libgfortran/generated/_atan2_r8.F90 +++ b/libgfortran/generated/_atan2_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 881f3a00199..160c35743ee 100644 --- a/libgfortran/generated/_atan_r10.F90 +++ b/libgfortran/generated/_atan_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 fcf0b3f19ec..8dc6f97d0be 100644 --- a/libgfortran/generated/_atan_r16.F90 +++ b/libgfortran/generated/_atan_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 5f4d86b3c51..38ca2c5e9c4 100644 --- a/libgfortran/generated/_atan_r4.F90 +++ b/libgfortran/generated/_atan_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1ada7e9de04..d021e99098b 100644 --- a/libgfortran/generated/_atan_r8.F90 +++ b/libgfortran/generated/_atan_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 f8a2bf512a9..7ab77c8155a 100644 --- a/libgfortran/generated/_atanh_r10.F90 +++ b/libgfortran/generated/_atanh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 38198f246f0..ec5a457786f 100644 --- a/libgfortran/generated/_atanh_r16.F90 +++ b/libgfortran/generated/_atanh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 257809f742c..965e08d2289 100644 --- a/libgfortran/generated/_atanh_r4.F90 +++ b/libgfortran/generated/_atanh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 e557d8b255d..d9f09d716f1 100644 --- a/libgfortran/generated/_atanh_r8.F90 +++ b/libgfortran/generated/_atanh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 3733cb2ebed..3a756d685cf 100644 --- a/libgfortran/generated/_conjg_c10.F90 +++ b/libgfortran/generated/_conjg_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 aa084db2d56..d9c717e819a 100644 --- a/libgfortran/generated/_conjg_c16.F90 +++ b/libgfortran/generated/_conjg_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 4c3cc21df11..943cb9893fe 100644 --- a/libgfortran/generated/_conjg_c4.F90 +++ b/libgfortran/generated/_conjg_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 9658f5b7821..1e7fcb0da99 100644 --- a/libgfortran/generated/_conjg_c8.F90 +++ b/libgfortran/generated/_conjg_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1bb29171f8a..5ac2ddda5a2 100644 --- a/libgfortran/generated/_cos_c10.F90 +++ b/libgfortran/generated/_cos_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 2788b123b7d..6600d96e855 100644 --- a/libgfortran/generated/_cos_c16.F90 +++ b/libgfortran/generated/_cos_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 856b25a1e21..91d134cc8b1 100644 --- a/libgfortran/generated/_cos_c4.F90 +++ b/libgfortran/generated/_cos_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 70dcd944702..cb352a86426 100644 --- a/libgfortran/generated/_cos_c8.F90 +++ b/libgfortran/generated/_cos_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 fa22588983c..bd0e64561fb 100644 --- a/libgfortran/generated/_cos_r10.F90 +++ b/libgfortran/generated/_cos_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 849bebfb0d9..939e7c04a4a 100644 --- a/libgfortran/generated/_cos_r16.F90 +++ b/libgfortran/generated/_cos_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 d6a75174102..7bcd5a955b8 100644 --- a/libgfortran/generated/_cos_r4.F90 +++ b/libgfortran/generated/_cos_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 393cf2d8d0a..fed22372610 100644 --- a/libgfortran/generated/_cos_r8.F90 +++ b/libgfortran/generated/_cos_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 60163ff7ca8..2df7b386e7c 100644 --- a/libgfortran/generated/_cosh_r10.F90 +++ b/libgfortran/generated/_cosh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 58ad77d9871..168b6a541e7 100644 --- a/libgfortran/generated/_cosh_r16.F90 +++ b/libgfortran/generated/_cosh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1aa52bad003..e1b185de8af 100644 --- a/libgfortran/generated/_cosh_r4.F90 +++ b/libgfortran/generated/_cosh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 3287fb7dd7e..beb97f5ee1a 100644 --- a/libgfortran/generated/_cosh_r8.F90 +++ b/libgfortran/generated/_cosh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 5bff0cac06c..dfdfe8a61f9 100644 --- a/libgfortran/generated/_dim_i16.F90 +++ b/libgfortran/generated/_dim_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 dad7386992e..5ee6e170ed2 100644 --- a/libgfortran/generated/_dim_i4.F90 +++ b/libgfortran/generated/_dim_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 897337cdcca..913d3a9549a 100644 --- a/libgfortran/generated/_dim_i8.F90 +++ b/libgfortran/generated/_dim_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1b07d51697c..54c3acc7ed9 100644 --- a/libgfortran/generated/_dim_r10.F90 +++ b/libgfortran/generated/_dim_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 dab2309321b..5c472116aa8 100644 --- a/libgfortran/generated/_dim_r16.F90 +++ b/libgfortran/generated/_dim_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 84a5743530d..e96f93e5a45 100644 --- a/libgfortran/generated/_dim_r4.F90 +++ b/libgfortran/generated/_dim_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 22883d116c1..caca0fa34e0 100644 --- a/libgfortran/generated/_dim_r8.F90 +++ b/libgfortran/generated/_dim_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 c1b5f06f282..cb3a50f9b14 100644 --- a/libgfortran/generated/_exp_c10.F90 +++ b/libgfortran/generated/_exp_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 42f9e12c6a1..fceb0c09af5 100644 --- a/libgfortran/generated/_exp_c16.F90 +++ b/libgfortran/generated/_exp_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 5d5e1b414fb..1c8dd2862f7 100644 --- a/libgfortran/generated/_exp_c4.F90 +++ b/libgfortran/generated/_exp_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 b6333f9c815..33c1566e5e3 100644 --- a/libgfortran/generated/_exp_c8.F90 +++ b/libgfortran/generated/_exp_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 9486561a2e2..e4b7f18da3b 100644 --- a/libgfortran/generated/_exp_r10.F90 +++ b/libgfortran/generated/_exp_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 2234ce8c09a..b49d49db765 100644 --- a/libgfortran/generated/_exp_r16.F90 +++ b/libgfortran/generated/_exp_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1e27fb259aa..70c7aba0be5 100644 --- a/libgfortran/generated/_exp_r4.F90 +++ b/libgfortran/generated/_exp_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 ce1b6143994..ac309f6312e 100644 --- a/libgfortran/generated/_exp_r8.F90 +++ b/libgfortran/generated/_exp_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 17540666cff..ce8baff19b7 100644 --- a/libgfortran/generated/_log10_r10.F90 +++ b/libgfortran/generated/_log10_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 7344407ff54..cf74024d299 100644 --- a/libgfortran/generated/_log10_r16.F90 +++ b/libgfortran/generated/_log10_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 9b0ecce3b80..5bec2ee6437 100644 --- a/libgfortran/generated/_log10_r4.F90 +++ b/libgfortran/generated/_log10_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 136d3c15f3e..e47186310ed 100644 --- a/libgfortran/generated/_log10_r8.F90 +++ b/libgfortran/generated/_log10_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 49c8775add6..15b2bff90f0 100644 --- a/libgfortran/generated/_log_c10.F90 +++ b/libgfortran/generated/_log_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 b99772fa119..9392da3c355 100644 --- a/libgfortran/generated/_log_c16.F90 +++ b/libgfortran/generated/_log_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 e2ba06df1e2..4f80701680c 100644 --- a/libgfortran/generated/_log_c4.F90 +++ b/libgfortran/generated/_log_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 75187453725..fb11e3cfc02 100644 --- a/libgfortran/generated/_log_c8.F90 +++ b/libgfortran/generated/_log_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1f969a8bda5..598d9667579 100644 --- a/libgfortran/generated/_log_r10.F90 +++ b/libgfortran/generated/_log_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 26cd98f0fd8..81703b14335 100644 --- a/libgfortran/generated/_log_r16.F90 +++ b/libgfortran/generated/_log_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 a7bed6c27cb..481d04884f2 100644 --- a/libgfortran/generated/_log_r4.F90 +++ b/libgfortran/generated/_log_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1eed485b8fc..86237fff887 100644 --- a/libgfortran/generated/_log_r8.F90 +++ b/libgfortran/generated/_log_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 f17e2fb9db5..b9945116ba6 100644 --- a/libgfortran/generated/_mod_i16.F90 +++ b/libgfortran/generated/_mod_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 128c34746a8..6ab7a802dac 100644 --- a/libgfortran/generated/_mod_i4.F90 +++ b/libgfortran/generated/_mod_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 e0ef1438f68..11a6204d619 100644 --- a/libgfortran/generated/_mod_i8.F90 +++ b/libgfortran/generated/_mod_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 54f1d9165e0..609ac33ad1b 100644 --- a/libgfortran/generated/_mod_r10.F90 +++ b/libgfortran/generated/_mod_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 895a46748d8..9c30a3c8523 100644 --- a/libgfortran/generated/_mod_r16.F90 +++ b/libgfortran/generated/_mod_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 a54a3e3ee39..f9b1ae5fc76 100644 --- a/libgfortran/generated/_mod_r4.F90 +++ b/libgfortran/generated/_mod_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 fc6fefc9e7f..6653f3c0248 100644 --- a/libgfortran/generated/_mod_r8.F90 +++ b/libgfortran/generated/_mod_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 26d30dc5c66..125bd7365f9 100644 --- a/libgfortran/generated/_sign_i16.F90 +++ b/libgfortran/generated/_sign_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 e058a5c1d26..3c2aa1fa556 100644 --- a/libgfortran/generated/_sign_i4.F90 +++ b/libgfortran/generated/_sign_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 b57a80439d6..375f28e4485 100644 --- a/libgfortran/generated/_sign_i8.F90 +++ b/libgfortran/generated/_sign_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 bcbe3a5dc2a..5af333ad20c 100644 --- a/libgfortran/generated/_sign_r10.F90 +++ b/libgfortran/generated/_sign_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 1f013e93933..224d7987de7 100644 --- a/libgfortran/generated/_sign_r16.F90 +++ b/libgfortran/generated/_sign_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 20decf61493..00d18724280 100644 --- a/libgfortran/generated/_sign_r4.F90 +++ b/libgfortran/generated/_sign_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 8fa9374274f..762717c1cf1 100644 --- a/libgfortran/generated/_sign_r8.F90 +++ b/libgfortran/generated/_sign_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 986b17587cd..6831ad4fe24 100644 --- a/libgfortran/generated/_sin_c10.F90 +++ b/libgfortran/generated/_sin_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 84cb03d0660..587f5e2cf8e 100644 --- a/libgfortran/generated/_sin_c16.F90 +++ b/libgfortran/generated/_sin_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 e433a69fd18..b5a453989ff 100644 --- a/libgfortran/generated/_sin_c4.F90 +++ b/libgfortran/generated/_sin_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 248f340e1d6..c959ef18260 100644 --- a/libgfortran/generated/_sin_c8.F90 +++ b/libgfortran/generated/_sin_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 eddb0b4070f..fcbd54886d5 100644 --- a/libgfortran/generated/_sin_r10.F90 +++ b/libgfortran/generated/_sin_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 161dc6dd183..8c6dd2d707a 100644 --- a/libgfortran/generated/_sin_r16.F90 +++ b/libgfortran/generated/_sin_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 d56ba934801..bcc08df59f3 100644 --- a/libgfortran/generated/_sin_r4.F90 +++ b/libgfortran/generated/_sin_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 73add7c70d7..bc09702fc12 100644 --- a/libgfortran/generated/_sin_r8.F90 +++ b/libgfortran/generated/_sin_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 5ac36d7376b..124a5e753d6 100644 --- a/libgfortran/generated/_sinh_r10.F90 +++ b/libgfortran/generated/_sinh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 a9b17a679f4..c96846ec0a0 100644 --- a/libgfortran/generated/_sinh_r16.F90 +++ b/libgfortran/generated/_sinh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 ea6b169b64b..7c4acbd9fed 100644 --- a/libgfortran/generated/_sinh_r4.F90 +++ b/libgfortran/generated/_sinh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 0974672105f..f6023e0b0ad 100644 --- a/libgfortran/generated/_sinh_r8.F90 +++ b/libgfortran/generated/_sinh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 761b52af152..f53a9b70271 100644 --- a/libgfortran/generated/_sqrt_c10.F90 +++ b/libgfortran/generated/_sqrt_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 a9b64ece6b8..4cd1c259046 100644 --- a/libgfortran/generated/_sqrt_c16.F90 +++ b/libgfortran/generated/_sqrt_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 25bed07d6dd..79926d9231a 100644 --- a/libgfortran/generated/_sqrt_c4.F90 +++ b/libgfortran/generated/_sqrt_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 26ea5237f02..5f29014cbba 100644 --- a/libgfortran/generated/_sqrt_c8.F90 +++ b/libgfortran/generated/_sqrt_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 84e13c37a93..3d44708eaf7 100644 --- a/libgfortran/generated/_sqrt_r10.F90 +++ b/libgfortran/generated/_sqrt_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 d27b0a731e0..eedb06aacae 100644 --- a/libgfortran/generated/_sqrt_r16.F90 +++ b/libgfortran/generated/_sqrt_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 2616489bfa0..e67a3d51de6 100644 --- a/libgfortran/generated/_sqrt_r4.F90 +++ b/libgfortran/generated/_sqrt_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 b4ee52f41c3..7d25040b69a 100644 --- a/libgfortran/generated/_sqrt_r8.F90 +++ b/libgfortran/generated/_sqrt_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 2445e1af6c6..94790504f38 100644 --- a/libgfortran/generated/_tan_r10.F90 +++ b/libgfortran/generated/_tan_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 ae5eeb0f353..a1fc4c3b755 100644 --- a/libgfortran/generated/_tan_r16.F90 +++ b/libgfortran/generated/_tan_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 7f435403cd8..07038755552 100644 --- a/libgfortran/generated/_tan_r4.F90 +++ b/libgfortran/generated/_tan_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 677e06f7e0f..561ccd9193d 100644 --- a/libgfortran/generated/_tan_r8.F90 +++ b/libgfortran/generated/_tan_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 bd1fb2ee941..97558c56d38 100644 --- a/libgfortran/generated/_tanh_r10.F90 +++ b/libgfortran/generated/_tanh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 c9dccb5d31b..d074e793b99 100644 --- a/libgfortran/generated/_tanh_r16.F90 +++ b/libgfortran/generated/_tanh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 3dda1aa7408..1a6d1258f49 100644 --- a/libgfortran/generated/_tanh_r4.F90 +++ b/libgfortran/generated/_tanh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 fed772a2a27..6df0cf764e9 100644 --- a/libgfortran/generated/_tanh_r8.F90 +++ b/libgfortran/generated/_tanh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 06555623c2c..b44a5fc1e1e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f2e5e62c308..b2efb1e0e3f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f783f9e7ffe..c7f0f1f7f91 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9e1ae1687b3..7af045462b0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 31f5e0a358f..42c27954c91 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 be5fd14b85c..fcd9bb48245 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1cabd7e3f76..d1a24fd7891 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2fd2c971634..3e127a3688a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6eed8dba769..b43ff2a176b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 88ad0daa596..992b4f9be76 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 bdd3f163b07..3295302b13a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 59d456137e6..f0dbdc891f5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 e80fa7d695e..b5ed1ce704e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 06db684e1e5..6965c7271f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 bd4ab74b41c..61b02d9feb5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b54cad845c2..290bf32e74c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a507debf269..6562aab36fc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ab5615407a9..d0d1dde5e91 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a5879fdf204..181d009d3b4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6da9e2b6f7f..dd2a0790b1c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 10f2d1ab531..4ad483499f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 e41514eeef5..e67e48fec5c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 befde95f283..e5809edc68f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 bde3bcd8a03..fa78263e0dd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 6863f201250..b523f90b89b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 f9a7f5adfee..579a3021186 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 0d2072f8ac2..af519912ad6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 380b8455961..48ca958a240 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 137b1917980..456e4fc8247 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 9f3efce0dd6..20d652f6129 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 af28488c00d..f3123d86519 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 9b32d8a29bc..62791377416 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 6ebca1a7650..4f547814ac7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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_16_c10.c b/libgfortran/generated/cshift1_16_c10.c index 7aab64e27e9..57dda3def5d 100644 --- a/libgfortran/generated/cshift1_16_c10.c +++ b/libgfortran/generated/cshift1_16_c10.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_c16.c b/libgfortran/generated/cshift1_16_c16.c index e894778b0a0..0ff43b0d40a 100644 --- a/libgfortran/generated/cshift1_16_c16.c +++ b/libgfortran/generated/cshift1_16_c16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_c4.c b/libgfortran/generated/cshift1_16_c4.c index b754e7387b1..ec9033a2ddf 100644 --- a/libgfortran/generated/cshift1_16_c4.c +++ b/libgfortran/generated/cshift1_16_c4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_c8.c b/libgfortran/generated/cshift1_16_c8.c index 8cde5ccdded..7d87b33f545 100644 --- a/libgfortran/generated/cshift1_16_c8.c +++ b/libgfortran/generated/cshift1_16_c8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_i1.c b/libgfortran/generated/cshift1_16_i1.c index 849b09ed53a..ebc10946b80 100644 --- a/libgfortran/generated/cshift1_16_i1.c +++ b/libgfortran/generated/cshift1_16_i1.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_i16.c b/libgfortran/generated/cshift1_16_i16.c index 4be7d105dab..09fc1363eb9 100644 --- a/libgfortran/generated/cshift1_16_i16.c +++ b/libgfortran/generated/cshift1_16_i16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_i2.c b/libgfortran/generated/cshift1_16_i2.c index 035b1c725e4..3bea729737a 100644 --- a/libgfortran/generated/cshift1_16_i2.c +++ b/libgfortran/generated/cshift1_16_i2.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_i4.c b/libgfortran/generated/cshift1_16_i4.c index 4cb7795396f..ade5e0eedf1 100644 --- a/libgfortran/generated/cshift1_16_i4.c +++ b/libgfortran/generated/cshift1_16_i4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_i8.c b/libgfortran/generated/cshift1_16_i8.c index 65b89b2a15f..d0e8b2ec5e8 100644 --- a/libgfortran/generated/cshift1_16_i8.c +++ b/libgfortran/generated/cshift1_16_i8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_r10.c b/libgfortran/generated/cshift1_16_r10.c index 5d048c3f82f..40744f1e735 100644 --- a/libgfortran/generated/cshift1_16_r10.c +++ b/libgfortran/generated/cshift1_16_r10.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_r16.c b/libgfortran/generated/cshift1_16_r16.c index e1e68f3afd1..fa34a83d8e6 100644 --- a/libgfortran/generated/cshift1_16_r16.c +++ b/libgfortran/generated/cshift1_16_r16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_r4.c b/libgfortran/generated/cshift1_16_r4.c index 1567169b4be..035fd97ba11 100644 --- a/libgfortran/generated/cshift1_16_r4.c +++ b/libgfortran/generated/cshift1_16_r4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16_r8.c b/libgfortran/generated/cshift1_16_r8.c index 31e3ed5818b..22ed30bff9a 100644 --- a/libgfortran/generated/cshift1_16_r8.c +++ b/libgfortran/generated/cshift1_16_r8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4.c b/libgfortran/generated/cshift1_4.c index f28875f4ddd..20fa056e289 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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_c10.c b/libgfortran/generated/cshift1_4_c10.c index b77a44760aa..288eeb124be 100644 --- a/libgfortran/generated/cshift1_4_c10.c +++ b/libgfortran/generated/cshift1_4_c10.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_c16.c b/libgfortran/generated/cshift1_4_c16.c index e8540bd2c49..0d615bd11df 100644 --- a/libgfortran/generated/cshift1_4_c16.c +++ b/libgfortran/generated/cshift1_4_c16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_c4.c b/libgfortran/generated/cshift1_4_c4.c index 97cc150f8d6..3f9fd992934 100644 --- a/libgfortran/generated/cshift1_4_c4.c +++ b/libgfortran/generated/cshift1_4_c4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_c8.c b/libgfortran/generated/cshift1_4_c8.c index aa8225bdb71..bbd7d8e47bc 100644 --- a/libgfortran/generated/cshift1_4_c8.c +++ b/libgfortran/generated/cshift1_4_c8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_i1.c b/libgfortran/generated/cshift1_4_i1.c index 450fb1df72f..74bdb62b5ad 100644 --- a/libgfortran/generated/cshift1_4_i1.c +++ b/libgfortran/generated/cshift1_4_i1.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_i16.c b/libgfortran/generated/cshift1_4_i16.c index de383a23bee..58b3f8b0584 100644 --- a/libgfortran/generated/cshift1_4_i16.c +++ b/libgfortran/generated/cshift1_4_i16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_i2.c b/libgfortran/generated/cshift1_4_i2.c index 018a01ad5fc..820b6d508c6 100644 --- a/libgfortran/generated/cshift1_4_i2.c +++ b/libgfortran/generated/cshift1_4_i2.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_i4.c b/libgfortran/generated/cshift1_4_i4.c index a209897c8ac..33781c916b4 100644 --- a/libgfortran/generated/cshift1_4_i4.c +++ b/libgfortran/generated/cshift1_4_i4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_i8.c b/libgfortran/generated/cshift1_4_i8.c index 9387d2235a6..eb7bc52721b 100644 --- a/libgfortran/generated/cshift1_4_i8.c +++ b/libgfortran/generated/cshift1_4_i8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_r10.c b/libgfortran/generated/cshift1_4_r10.c index 0ac1b5fabbe..62b222dfa5e 100644 --- a/libgfortran/generated/cshift1_4_r10.c +++ b/libgfortran/generated/cshift1_4_r10.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_r16.c b/libgfortran/generated/cshift1_4_r16.c index 1fd6729a399..f79b47c2d7a 100644 --- a/libgfortran/generated/cshift1_4_r16.c +++ b/libgfortran/generated/cshift1_4_r16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_r4.c b/libgfortran/generated/cshift1_4_r4.c index 959fadc68eb..627a9981162 100644 --- a/libgfortran/generated/cshift1_4_r4.c +++ b/libgfortran/generated/cshift1_4_r4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4_r8.c b/libgfortran/generated/cshift1_4_r8.c index 820f742ba93..6f29911ec49 100644 --- a/libgfortran/generated/cshift1_4_r8.c +++ b/libgfortran/generated/cshift1_4_r8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8.c b/libgfortran/generated/cshift1_8.c index 3914dc637e8..d699038cd9c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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_c10.c b/libgfortran/generated/cshift1_8_c10.c index 4f8067c4dae..ad964d9409d 100644 --- a/libgfortran/generated/cshift1_8_c10.c +++ b/libgfortran/generated/cshift1_8_c10.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_c16.c b/libgfortran/generated/cshift1_8_c16.c index 6332db57793..3780c9e9177 100644 --- a/libgfortran/generated/cshift1_8_c16.c +++ b/libgfortran/generated/cshift1_8_c16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_c4.c b/libgfortran/generated/cshift1_8_c4.c index c70cefc64fc..56a2c68626c 100644 --- a/libgfortran/generated/cshift1_8_c4.c +++ b/libgfortran/generated/cshift1_8_c4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_c8.c b/libgfortran/generated/cshift1_8_c8.c index 5edf482d2ca..a39eea229b2 100644 --- a/libgfortran/generated/cshift1_8_c8.c +++ b/libgfortran/generated/cshift1_8_c8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_i1.c b/libgfortran/generated/cshift1_8_i1.c index 2e4f25d8fca..2eb88508da9 100644 --- a/libgfortran/generated/cshift1_8_i1.c +++ b/libgfortran/generated/cshift1_8_i1.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_i16.c b/libgfortran/generated/cshift1_8_i16.c index 1a8314b0e16..27f0efbbae4 100644 --- a/libgfortran/generated/cshift1_8_i16.c +++ b/libgfortran/generated/cshift1_8_i16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_i2.c b/libgfortran/generated/cshift1_8_i2.c index 89b4842e672..93faec29619 100644 --- a/libgfortran/generated/cshift1_8_i2.c +++ b/libgfortran/generated/cshift1_8_i2.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_i4.c b/libgfortran/generated/cshift1_8_i4.c index 81ba9c146e8..4da8231dc7c 100644 --- a/libgfortran/generated/cshift1_8_i4.c +++ b/libgfortran/generated/cshift1_8_i4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_i8.c b/libgfortran/generated/cshift1_8_i8.c index 8140fc3ec93..273bb7e84b7 100644 --- a/libgfortran/generated/cshift1_8_i8.c +++ b/libgfortran/generated/cshift1_8_i8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_r10.c b/libgfortran/generated/cshift1_8_r10.c index 9bfff8d5910..24693d86799 100644 --- a/libgfortran/generated/cshift1_8_r10.c +++ b/libgfortran/generated/cshift1_8_r10.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_r16.c b/libgfortran/generated/cshift1_8_r16.c index afafd94ce5a..c2cfd020e0b 100644 --- a/libgfortran/generated/cshift1_8_r16.c +++ b/libgfortran/generated/cshift1_8_r16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_r4.c b/libgfortran/generated/cshift1_8_r4.c index 325aeb370ee..fbe483ecd13 100644 --- a/libgfortran/generated/cshift1_8_r4.c +++ b/libgfortran/generated/cshift1_8_r4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8_r8.c b/libgfortran/generated/cshift1_8_r8.c index 7a88db8e919..415f2d39a2f 100644 --- a/libgfortran/generated/cshift1_8_r8.c +++ b/libgfortran/generated/cshift1_8_r8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/eoshift1_16.c b/libgfortran/generated/eoshift1_16.c index 39c06e49eef..8b4ef309ce3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6848c50d88c..fda1492dbd2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7444db763fe..8663043a86c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 cf4a8d062fa..5b41d1c390c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f47577a67a2..68f3cbb1db1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b2814db72ce..2ce166839df 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_c16.c b/libgfortran/generated/findloc0_c16.c index 9bbed7baab9..ece813b0f5b 100644 --- a/libgfortran/generated/findloc0_c16.c +++ b/libgfortran/generated/findloc0_c16.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_c4.c b/libgfortran/generated/findloc0_c4.c index 3a141781f60..fe066bc1278 100644 --- a/libgfortran/generated/findloc0_c4.c +++ b/libgfortran/generated/findloc0_c4.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_c8.c b/libgfortran/generated/findloc0_c8.c index c67eba58c2f..6b9b7eae746 100644 --- a/libgfortran/generated/findloc0_c8.c +++ b/libgfortran/generated/findloc0_c8.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_i1.c b/libgfortran/generated/findloc0_i1.c index 4a2193452e1..8ac7943edc5 100644 --- a/libgfortran/generated/findloc0_i1.c +++ b/libgfortran/generated/findloc0_i1.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_i16.c b/libgfortran/generated/findloc0_i16.c index 662df29c7e0..14ad6e768f0 100644 --- a/libgfortran/generated/findloc0_i16.c +++ b/libgfortran/generated/findloc0_i16.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_i2.c b/libgfortran/generated/findloc0_i2.c index 273248cba79..1775b82fa07 100644 --- a/libgfortran/generated/findloc0_i2.c +++ b/libgfortran/generated/findloc0_i2.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_i4.c b/libgfortran/generated/findloc0_i4.c index 0eb611b5a4c..bd2d46c7c43 100644 --- a/libgfortran/generated/findloc0_i4.c +++ b/libgfortran/generated/findloc0_i4.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_i8.c b/libgfortran/generated/findloc0_i8.c index ef48de04763..5799ce66adb 100644 --- a/libgfortran/generated/findloc0_i8.c +++ b/libgfortran/generated/findloc0_i8.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_r16.c b/libgfortran/generated/findloc0_r16.c index ca3c7509ed4..19263167827 100644 --- a/libgfortran/generated/findloc0_r16.c +++ b/libgfortran/generated/findloc0_r16.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_r4.c b/libgfortran/generated/findloc0_r4.c index f1dd1c3df3b..3d269be2be3 100644 --- a/libgfortran/generated/findloc0_r4.c +++ b/libgfortran/generated/findloc0_r4.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_r8.c b/libgfortran/generated/findloc0_r8.c index 31e39b03321..4af7f62f95e 100644 --- a/libgfortran/generated/findloc0_r8.c +++ b/libgfortran/generated/findloc0_r8.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_s1.c b/libgfortran/generated/findloc0_s1.c index e42c44a1914..c3dabaeb773 100644 --- a/libgfortran/generated/findloc0_s1.c +++ b/libgfortran/generated/findloc0_s1.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc0_s4.c b/libgfortran/generated/findloc0_s4.c index bdf71c56f4e..dfa3e9162b1 100644 --- a/libgfortran/generated/findloc0_s4.c +++ b/libgfortran/generated/findloc0_s4.c @@ -1,6 +1,6 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_c16.c b/libgfortran/generated/findloc1_c16.c index 448994e77ce..5c9b0c34dbf 100644 --- a/libgfortran/generated/findloc1_c16.c +++ b/libgfortran/generated/findloc1_c16.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_c4.c b/libgfortran/generated/findloc1_c4.c index 5f8828969e4..65dd1d7f77c 100644 --- a/libgfortran/generated/findloc1_c4.c +++ b/libgfortran/generated/findloc1_c4.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_c8.c b/libgfortran/generated/findloc1_c8.c index 062eadf763d..320bd528676 100644 --- a/libgfortran/generated/findloc1_c8.c +++ b/libgfortran/generated/findloc1_c8.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_i1.c b/libgfortran/generated/findloc1_i1.c index 35c3d35fdf8..9fa9294e6fb 100644 --- a/libgfortran/generated/findloc1_i1.c +++ b/libgfortran/generated/findloc1_i1.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_i16.c b/libgfortran/generated/findloc1_i16.c index 1e3ecd7fbac..7d65138ba64 100644 --- a/libgfortran/generated/findloc1_i16.c +++ b/libgfortran/generated/findloc1_i16.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_i2.c b/libgfortran/generated/findloc1_i2.c index 5ba8755f08d..cd66a408a17 100644 --- a/libgfortran/generated/findloc1_i2.c +++ b/libgfortran/generated/findloc1_i2.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_i4.c b/libgfortran/generated/findloc1_i4.c index a62bb786e3b..11023650ddf 100644 --- a/libgfortran/generated/findloc1_i4.c +++ b/libgfortran/generated/findloc1_i4.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_i8.c b/libgfortran/generated/findloc1_i8.c index e25cb244258..43c4e38bb6c 100644 --- a/libgfortran/generated/findloc1_i8.c +++ b/libgfortran/generated/findloc1_i8.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_r16.c b/libgfortran/generated/findloc1_r16.c index 7fe92d36662..c6153c1a9cb 100644 --- a/libgfortran/generated/findloc1_r16.c +++ b/libgfortran/generated/findloc1_r16.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_r4.c b/libgfortran/generated/findloc1_r4.c index 29204a87ad2..be51d53e221 100644 --- a/libgfortran/generated/findloc1_r4.c +++ b/libgfortran/generated/findloc1_r4.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_r8.c b/libgfortran/generated/findloc1_r8.c index 9c9c410a0aa..fac5b44f9a3 100644 --- a/libgfortran/generated/findloc1_r8.c +++ b/libgfortran/generated/findloc1_r8.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_s1.c b/libgfortran/generated/findloc1_s1.c index f9a065b35cf..b798a71248c 100644 --- a/libgfortran/generated/findloc1_s1.c +++ b/libgfortran/generated/findloc1_s1.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc1_s4.c b/libgfortran/generated/findloc1_s4.c index 1487d581567..d95e43e67fa 100644 --- a/libgfortran/generated/findloc1_s4.c +++ b/libgfortran/generated/findloc1_s4.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc2_s1.c b/libgfortran/generated/findloc2_s1.c index 9b894a85895..8b5da417510 100644 --- a/libgfortran/generated/findloc2_s1.c +++ b/libgfortran/generated/findloc2_s1.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/findloc2_s4.c b/libgfortran/generated/findloc2_s4.c index 7042df5dfb3..379cbca6339 100644 --- a/libgfortran/generated/findloc2_s4.c +++ b/libgfortran/generated/findloc2_s4.c @@ -1,5 +1,5 @@ /* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/iall_i1.c b/libgfortran/generated/iall_i1.c index 90e9e8cbd40..3e848ff6787 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 b87109e93af..29a056eecab 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 7ac579a1110..6a6c9936d71 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 0ffe50aea9c..cdba6c8c762 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 c9d6688ad84..5cd7353013d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 bbc69543553..bdb7e62ecb6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 f3604825e9a..8b952d06e9b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 5c462cd25e0..533719b5d1d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 c0eff89fc14..e781caa92cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 6b8956d873e..30b91d78856 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 9c2ee4fc447..7e6c5fddcd1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 9aab669fd11..b8258bef6dc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 55fdd76a5d5..d2a556708b8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 c8d873232fd..954f9358e38 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 83cdeadeb12..a274c1b8a0b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 746f5c441ac..16c14b5b1f3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 47f66115690..d9369eef847 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 dea118b54a9..f51a2b813f1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 086614b1561..db5edf1e4a8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 47fcc3a2c7d..540c6622369 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 6d51cb47770..ed47cee86b9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 6bc1f0f05b7..898c93d0499 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 bf9acb181a7..f3449782add 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 b85529c1a77..7a17118434e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 16fd0322c58..15fcdcc2fb7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 320dc95d2a5..4ef67642ad7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 64030e07aac..4aa27154c93 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 e96eb69a860..04fac6db7cb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 54fe60ad457..40353a8e576 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 6d0195d73fc..9bb6b0d7883 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 86102ab857c..4a68001734c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 e51547d3104..d8ecc77ad52 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 8a301be58cb..100b6bbb1e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 03ecae7e106..7fb0e605d0c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 086cc6ac895..e2059e5ccbb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 d7dd5ea7f0e..e7653b87606 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 75db3e6d64b..bfb0af22554 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 70593f6a8cc..f5204c76dd0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 3fd08846309..5f56298bc36 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 0ce622b5ece..45b79c3d400 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 7511fa3dacf..c2951d02256 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 ac42158a2c1..bd2763f4b31 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ad2246c43b0..98acaa70a67 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7793fc1b547..f88d09cb365 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 8525dc853aa..3c9cf1c6ead 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 bb5bddba4c3..e3f40c7baa9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4f36a5b96ce..3189a018452 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2aea3b4a605..e480b9092ca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4ef9a0a7c74..ab532be7fb3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e0c93ce3e7e..78d5af209e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fc3430584b5..8691cab387e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9d3e9acab74..0eaa3bd1daa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 0b52024eced..bdd940e3f7c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5d90454a9e6..8304a97f1c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 dab10b06b4b..48730af542c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c9c31df0756..17f7cea6821 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4c5823f8242..70adc4e8417 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_c10.c b/libgfortran/generated/matmulavx128_c10.c index 03914715d5c..58520e19282 100644 --- a/libgfortran/generated/matmulavx128_c10.c +++ b/libgfortran/generated/matmulavx128_c10.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_c16.c b/libgfortran/generated/matmulavx128_c16.c index 876fc691ed8..0ec72450d1b 100644 --- a/libgfortran/generated/matmulavx128_c16.c +++ b/libgfortran/generated/matmulavx128_c16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_c4.c b/libgfortran/generated/matmulavx128_c4.c index a577887d0bd..cd97bf3e375 100644 --- a/libgfortran/generated/matmulavx128_c4.c +++ b/libgfortran/generated/matmulavx128_c4.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_c8.c b/libgfortran/generated/matmulavx128_c8.c index 2ca47010612..8d770c02251 100644 --- a/libgfortran/generated/matmulavx128_c8.c +++ b/libgfortran/generated/matmulavx128_c8.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_i1.c b/libgfortran/generated/matmulavx128_i1.c index 1af28d1672f..16d5ec2781b 100644 --- a/libgfortran/generated/matmulavx128_i1.c +++ b/libgfortran/generated/matmulavx128_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_i16.c b/libgfortran/generated/matmulavx128_i16.c index 37a41252870..26c2a75b905 100644 --- a/libgfortran/generated/matmulavx128_i16.c +++ b/libgfortran/generated/matmulavx128_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_i2.c b/libgfortran/generated/matmulavx128_i2.c index 033133a4729..13e5fd46275 100644 --- a/libgfortran/generated/matmulavx128_i2.c +++ b/libgfortran/generated/matmulavx128_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_i4.c b/libgfortran/generated/matmulavx128_i4.c index 7cc2ba817bb..1e8a3253b8e 100644 --- a/libgfortran/generated/matmulavx128_i4.c +++ b/libgfortran/generated/matmulavx128_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_i8.c b/libgfortran/generated/matmulavx128_i8.c index 5628064d887..2b6256f821b 100644 --- a/libgfortran/generated/matmulavx128_i8.c +++ b/libgfortran/generated/matmulavx128_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_r10.c b/libgfortran/generated/matmulavx128_r10.c index 68c0ef33a23..d1c12a0f0c9 100644 --- a/libgfortran/generated/matmulavx128_r10.c +++ b/libgfortran/generated/matmulavx128_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_r16.c b/libgfortran/generated/matmulavx128_r16.c index fadff1d6d63..750f79d4e6f 100644 --- a/libgfortran/generated/matmulavx128_r16.c +++ b/libgfortran/generated/matmulavx128_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_r4.c b/libgfortran/generated/matmulavx128_r4.c index accec42ce17..a3af0c5bfb3 100644 --- a/libgfortran/generated/matmulavx128_r4.c +++ b/libgfortran/generated/matmulavx128_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmulavx128_r8.c b/libgfortran/generated/matmulavx128_r8.c index 06e0437b606..42eba2116a4 100644 --- a/libgfortran/generated/matmulavx128_r8.c +++ b/libgfortran/generated/matmulavx128_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . 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 f67c478ee4b..7ea622f3fe8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 8de56ac65d0..ea41e867c81 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a084a8d71fb..136b95c4905 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 730dc7bc350..731873c240e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5cdeae5dcb0..59ac5518b84 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4804599366b..19edb21dde2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2e94aca0a67..5a36006723c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e4ecabbde32..c10acc98763 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1faa4bbcf0b..3f05be07690 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/maxloc0_16_s1.c index ee2a8b7666f..79fd2b186b9 100644 --- a/libgfortran/generated/maxloc0_16_s1.c +++ b/libgfortran/generated/maxloc0_16_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_s4.c b/libgfortran/generated/maxloc0_16_s4.c index b26fb68c3e0..1e62060984d 100644 --- a/libgfortran/generated/maxloc0_16_s4.c +++ b/libgfortran/generated/maxloc0_16_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_i1.c b/libgfortran/generated/maxloc0_4_i1.c index 2976ee854ae..800a2d7796f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 00e6beda7ae..c726269f443 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1c973a07d88..85428b7c36a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3c704dad1bc..131510ed7b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a755d7ad78a..6aaecd9688d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c50d0f63be8..667a1715425 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d990e7730bd..da4392435b1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 cfc3a879596..8ee4c4c31d5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6d6fe5a95b6..61e0b3ef4f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/maxloc0_4_s1.c index 8533614dc10..cb7f91b25b9 100644 --- a/libgfortran/generated/maxloc0_4_s1.c +++ b/libgfortran/generated/maxloc0_4_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_s4.c b/libgfortran/generated/maxloc0_4_s4.c index 22d58ff5791..938275d399c 100644 --- a/libgfortran/generated/maxloc0_4_s4.c +++ b/libgfortran/generated/maxloc0_4_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_i1.c b/libgfortran/generated/maxloc0_8_i1.c index 509b7f86a9d..cca9afed739 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c23d40cf456..cda2dab761c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3335c155552..412a1a9c778 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 eb61197e72d..fa33b8ce553 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9e1abfbcb50..de34fb9fb57 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1073c8bb3f0..6f892061cc2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c86257880b5..245f5d65d4b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1a4671cc25f..77f4d2cc8c5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 49480c618fc..eb48e591089 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/maxloc0_8_s1.c index a36e1df7acc..8f06afcdd56 100644 --- a/libgfortran/generated/maxloc0_8_s1.c +++ b/libgfortran/generated/maxloc0_8_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_s4.c b/libgfortran/generated/maxloc0_8_s4.c index fc28686976b..4e269e991f4 100644 --- a/libgfortran/generated/maxloc0_8_s4.c +++ b/libgfortran/generated/maxloc0_8_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_i1.c b/libgfortran/generated/maxloc1_16_i1.c index bea0f3a8e8c..a0a653891e3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a51d7e2a9d2..5e552cea9d8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ccbc7c95695..7af1ce29f03 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f92d61f25f4..9c29645feab 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 75525645bed..e2514f89bcb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 dc5e27c4631..6064ca4e52d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c562d18c337..f5ad38bd7ae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4a48f722bd5..a605ff68ddc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 aca6cc64171..512ec911530 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/maxloc1_16_s1.c index edc19759a00..abd5e0fb36d 100644 --- a/libgfortran/generated/maxloc1_16_s1.c +++ b/libgfortran/generated/maxloc1_16_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_s4.c b/libgfortran/generated/maxloc1_16_s4.c index 0f94b7b61c1..caa20f382eb 100644 --- a/libgfortran/generated/maxloc1_16_s4.c +++ b/libgfortran/generated/maxloc1_16_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig 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 ad953ac49a8..80daa4689df 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6cbebebbc68..ac8c415c0bc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 70dedf76e8d..54f490a4add 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 775ada997ce..0688c37f398 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e9361fe2455..8c5a1e78bd6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 0ce1684640b..28e2ea5af81 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b96a7f6770a..abc47bd044c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ff2e105ae1d..0b40f2adfa6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d6bbc47b884..ce575af791f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/maxloc1_4_s1.c index 944d7111ba2..65e606afc0b 100644 --- a/libgfortran/generated/maxloc1_4_s1.c +++ b/libgfortran/generated/maxloc1_4_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_s4.c b/libgfortran/generated/maxloc1_4_s4.c index 8afa10cf4eb..318eab416a2 100644 --- a/libgfortran/generated/maxloc1_4_s4.c +++ b/libgfortran/generated/maxloc1_4_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig 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 bb6e1012dc6..e95ebe14d74 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a15ded8a928..db08fd71d3e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7435c5e38be..2c5960b4399 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b921916bac5..71673be4cdb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9cc0a8ef6f2..97e14962064 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e0d44ab1c03..55d0e74ca54 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 de3ed8f8dc6..805f2b7b086 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f876b2509f8..6805e3ada59 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6d27c2d48ba..488a949e301 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/maxloc1_8_s1.c index 9f693366114..16e0a050f0f 100644 --- a/libgfortran/generated/maxloc1_8_s1.c +++ b/libgfortran/generated/maxloc1_8_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_s4.c b/libgfortran/generated/maxloc1_8_s4.c index 1b7bb79584e..f4103dd7606 100644 --- a/libgfortran/generated/maxloc1_8_s4.c +++ b/libgfortran/generated/maxloc1_8_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc2_16_s1.c b/libgfortran/generated/maxloc2_16_s1.c index d97fcd01e97..6b323c63beb 100644 --- a/libgfortran/generated/maxloc2_16_s1.c +++ b/libgfortran/generated/maxloc2_16_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc2_16_s4.c b/libgfortran/generated/maxloc2_16_s4.c index 995cac91180..8b684e2caea 100644 --- a/libgfortran/generated/maxloc2_16_s4.c +++ b/libgfortran/generated/maxloc2_16_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc2_4_s1.c b/libgfortran/generated/maxloc2_4_s1.c index 932d3d651af..32772a40943 100644 --- a/libgfortran/generated/maxloc2_4_s1.c +++ b/libgfortran/generated/maxloc2_4_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc2_4_s4.c b/libgfortran/generated/maxloc2_4_s4.c index 0242f25f0b1..59e1c1484a1 100644 --- a/libgfortran/generated/maxloc2_4_s4.c +++ b/libgfortran/generated/maxloc2_4_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc2_8_s1.c b/libgfortran/generated/maxloc2_8_s1.c index e401722feaa..807de31166d 100644 --- a/libgfortran/generated/maxloc2_8_s1.c +++ b/libgfortran/generated/maxloc2_8_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc2_8_s4.c b/libgfortran/generated/maxloc2_8_s4.c index dfb4ba553dd..077bcfa9f5f 100644 --- a/libgfortran/generated/maxloc2_8_s4.c +++ b/libgfortran/generated/maxloc2_8_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval0_s1.c b/libgfortran/generated/maxval0_s1.c index 67dcbd014cf..baae18082ab 100644 --- a/libgfortran/generated/maxval0_s1.c +++ b/libgfortran/generated/maxval0_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval0_s4.c b/libgfortran/generated/maxval0_s4.c index e9d95368a67..a3f82db8f1f 100644 --- a/libgfortran/generated/maxval0_s4.c +++ b/libgfortran/generated/maxval0_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval1_s1.c b/libgfortran/generated/maxval1_s1.c index 15e6bc2bec2..f9bf25864a9 100644 --- a/libgfortran/generated/maxval1_s1.c +++ b/libgfortran/generated/maxval1_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval1_s4.c b/libgfortran/generated/maxval1_s4.c index 6021d40b0c8..228eb37b3f1 100644 --- a/libgfortran/generated/maxval1_s4.c +++ b/libgfortran/generated/maxval1_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig 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 9688eeae413..672c1045f5b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5593189ac5f..7734e5f3aea 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6f1663286c3..5120294695e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7456c2c031b..b946b0e298b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 afa69d14e5e..3f9f2bd52f4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b10ce3b4c94..9e9f6022f84 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3645e1c21f2..3d4aafff0eb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1f0a70ef110..5b35bae7b4e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a4536ea8121..9625f59224a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f3df7e65738..9dd0cb70cd3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 01dd0a2a0f2..4a782b913f2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 95763d7564a..bba2bfd5e68 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1965ef5d091..4df4bbd397c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a2ae3592333..a7ace27e59b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 206cd32c6f5..c36efcf5790 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 25559bbefad..47e818eb872 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 90034daa426..69ae3f499cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3dc777f6f64..1b4d10e3f3b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/minloc0_16_s1.c index 1b2ee301946..941faa5873e 100644 --- a/libgfortran/generated/minloc0_16_s1.c +++ b/libgfortran/generated/minloc0_16_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_s4.c b/libgfortran/generated/minloc0_16_s4.c index 63b91c8ee7b..82b7bd9b3ab 100644 --- a/libgfortran/generated/minloc0_16_s4.c +++ b/libgfortran/generated/minloc0_16_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_i1.c b/libgfortran/generated/minloc0_4_i1.c index 0783f9eccea..c5551698d65 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1388531892a..c9971bd3e5f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 23900f2c8a4..8c3af2fa1cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7c65389eb80..16f5912ab6e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6af912e7f86..903127700a3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f6351f8ad66..b878e498c4b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7232cef9117..a79b5ddfb4d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 52d04b4794a..55f83f28aac 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1a7f5cb02a0..0091bd73bb5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/minloc0_4_s1.c index 79e7e7da858..269bc1e30f1 100644 --- a/libgfortran/generated/minloc0_4_s1.c +++ b/libgfortran/generated/minloc0_4_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_s4.c b/libgfortran/generated/minloc0_4_s4.c index e1e0344cc05..fb7841febc2 100644 --- a/libgfortran/generated/minloc0_4_s4.c +++ b/libgfortran/generated/minloc0_4_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_i1.c b/libgfortran/generated/minloc0_8_i1.c index 31525c333d7..384e3b3e24f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c17cfc0735b..8429548ff70 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 bb0ec3a176f..7a808eb77e1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fe4427f668d..5997d6115cd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ee61838a846..43d7cd8d384 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 07fdaf4b82a..e52bf4749ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 489cb3509b3..b7a3659ba99 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 781ebc17674..6160551fa81 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 823babd5bde..dee3ea0d2cd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/minloc0_8_s1.c index 0768abceb90..d665fe1f292 100644 --- a/libgfortran/generated/minloc0_8_s1.c +++ b/libgfortran/generated/minloc0_8_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_s4.c b/libgfortran/generated/minloc0_8_s4.c index 6e49c1f94bb..ba0748fde43 100644 --- a/libgfortran/generated/minloc0_8_s4.c +++ b/libgfortran/generated/minloc0_8_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_i1.c b/libgfortran/generated/minloc1_16_i1.c index 796cc6802e3..6092ec9a69b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 47daa2a2270..478d03103df 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 db7b2b257a5..d9b08c1a409 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7a5a69dc494..8ec478b4b60 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 270ee87736e..4e09199faa4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e1b8900d8ec..af51dc681e0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 813137c321b..68d016a637a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c6909d6319c..c680784a43b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1b83991940c..420252023db 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/minloc1_16_s1.c index 990ead0dd59..f0eecd10198 100644 --- a/libgfortran/generated/minloc1_16_s1.c +++ b/libgfortran/generated/minloc1_16_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_s4.c b/libgfortran/generated/minloc1_16_s4.c index c5a7e977bc1..f9ae9dbfb8b 100644 --- a/libgfortran/generated/minloc1_16_s4.c +++ b/libgfortran/generated/minloc1_16_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig 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 61ab0fa9b61..a601b0459d9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 38b1141c5ce..c98f81d19e1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3bd83909f81..b165a9b7661 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3e04578b8b6..e1dee801b43 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5c4921d9bd5..06375bcef4f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a1305ee3621..1c6cfa1c249 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 914f3c52329..6361701ecd4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4b816d7828a..e7af4bea679 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 1da3aae901a..1fb65a4f580 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/minloc1_4_s1.c index ce653008aee..d921a3b254a 100644 --- a/libgfortran/generated/minloc1_4_s1.c +++ b/libgfortran/generated/minloc1_4_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_s4.c b/libgfortran/generated/minloc1_4_s4.c index ef418088854..01c42f49f18 100644 --- a/libgfortran/generated/minloc1_4_s4.c +++ b/libgfortran/generated/minloc1_4_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig 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 fd8c89e9a71..d29e58daacd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9b746c46b28..fc26b403066 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 50b85690787..0cc7d27e482 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a92af86a4bf..9fafb4e3141 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9c7d926bb5d..804d77d35ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 bb3098609b9..5cd9461e4ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 20ca3528b47..e6a87c08183 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 eebb153602a..a8a435ce142 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 58b3cda79f3..bef5cd63aab 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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_s1.c b/libgfortran/generated/minloc1_8_s1.c index f53a5906150..8ff37f13c49 100644 --- a/libgfortran/generated/minloc1_8_s1.c +++ b/libgfortran/generated/minloc1_8_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_s4.c b/libgfortran/generated/minloc1_8_s4.c index ff4ee8c0690..421660edd26 100644 --- a/libgfortran/generated/minloc1_8_s4.c +++ b/libgfortran/generated/minloc1_8_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc2_16_s1.c b/libgfortran/generated/minloc2_16_s1.c index 823c8d205de..6a0d9dd22a7 100644 --- a/libgfortran/generated/minloc2_16_s1.c +++ b/libgfortran/generated/minloc2_16_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc2_16_s4.c b/libgfortran/generated/minloc2_16_s4.c index 6f98369d225..975623ec10a 100644 --- a/libgfortran/generated/minloc2_16_s4.c +++ b/libgfortran/generated/minloc2_16_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc2_4_s1.c b/libgfortran/generated/minloc2_4_s1.c index 854aba4f04a..9c896be3716 100644 --- a/libgfortran/generated/minloc2_4_s1.c +++ b/libgfortran/generated/minloc2_4_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc2_4_s4.c b/libgfortran/generated/minloc2_4_s4.c index 9a1b1c8f7c5..facea48ec32 100644 --- a/libgfortran/generated/minloc2_4_s4.c +++ b/libgfortran/generated/minloc2_4_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc2_8_s1.c b/libgfortran/generated/minloc2_8_s1.c index 7ee25ce7bfa..17a57ed4f0d 100644 --- a/libgfortran/generated/minloc2_8_s1.c +++ b/libgfortran/generated/minloc2_8_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc2_8_s4.c b/libgfortran/generated/minloc2_8_s4.c index 7b0cfd3d5ef..329b48d3b4b 100644 --- a/libgfortran/generated/minloc2_8_s4.c +++ b/libgfortran/generated/minloc2_8_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval0_s1.c b/libgfortran/generated/minval0_s1.c index 4f1d57e318a..ce85f50bb58 100644 --- a/libgfortran/generated/minval0_s1.c +++ b/libgfortran/generated/minval0_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval0_s4.c b/libgfortran/generated/minval0_s4.c index 7a516b14f8e..39bb10edaee 100644 --- a/libgfortran/generated/minval0_s4.c +++ b/libgfortran/generated/minval0_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval1_s1.c b/libgfortran/generated/minval1_s1.c index 20ffa2c303f..a8fb80cbd49 100644 --- a/libgfortran/generated/minval1_s1.c +++ b/libgfortran/generated/minval1_s1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval1_s4.c b/libgfortran/generated/minval1_s4.c index 4e97192b619..b0dafd912be 100644 --- a/libgfortran/generated/minval1_s4.c +++ b/libgfortran/generated/minval1_s4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig 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 a72d29dbb5d..127b8f9542c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e08b7eedbd0..27c17af8030 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 50961c0e08e..78b91e1c44c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 018fcc4f29f..8b5684072e7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4258efe6448..3a3d843275e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 365503338c3..131d9047911 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 bb9a9950510..ad2623a6977 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4ad8ecab3c8..a33886eb42b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9d39bf61e36..3b5d9b6e6c8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 edebec874a4..d2f19cb3d09 100644 --- a/libgfortran/generated/misc_specifics.F90 +++ b/libgfortran/generated/misc_specifics.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 d67d467edf5..ec4e15e2fd2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 dcf80ed1882..7de7bf894f5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 79a15b0e59b..f3658677871 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 049f25825a9..c92b6826438 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 81c1eadea9e..989d7b34567 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fb20ec299d5..aa402f87248 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 abdad84d722..d0bdfc50e9b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 42f36127e1c..4f04cdb3b7b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 3e3c2cee412..f1127bcb3ae 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4fa0307c629..8102d2479a1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 dc609e61041..73e00beeaca 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 16c09c6a232..8e8382dabc7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 8094c0516d6..4e23324cee6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 31f0cf9a161..e7c89aa7260 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 928db6b7cb1..d566fa863f4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9604eb229cd..4fb18d90de4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2221a45f3b9..d7fe93d9af3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 886d6404ccc..ca7d6282ed8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 aa361c6cbb2..22e8bb09c0f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 3eec3271fce..3f65db8ae79 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 c6bf86b28b0..aff9fbddd7a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 2e4a51db815..999ffa94b73 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 4c75fe0c883..17fc2a13446 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 5a941c71ff1..f89a915601b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 49ab90f8130..a2654dca452 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 c70ca6c3a64..f7a14d0841c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 8adce6e26c6..935fb282ad7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 7762837add4..50823a10e51 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 14080d4e647..f2debb4c8e8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 9763c4f2d34..922218dea96 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 8f3c4966b51..68891344165 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 5f7c26e0b60..80a99a451c1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 6492b665860..5280d48a8af 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 2e804c49e00..c8dd7ed86d9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 923cbd7dd95..d633460fcff 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 e933ad21741..b529155b388 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 9b67f781e5a..f5d46e2ff7d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 d72c44f7bf1..45e21c5de08 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 8413fc49f6c..6ec4cac77fa 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 b165e03b02c..7067a88d0b0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 2304d04c657..4ee202a68ec 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 0d234fe370a..e782df96bbd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 761703cc895..18d16927dd0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 c92433556c4..ef90d13d735 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 d31c8a9e5c8..c2a89235fb3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 7003394dc40..fad34b7438c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 5158f0edc66..bf0e16e0ddf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a5a65d02a15..f8990b32d4f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 72815c177ae..4568c82e538 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 1e252518aad..6d9535f5e80 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 63a2872081e..bdbc14bdb3d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 c71222a8e9a..1644e0a3a21 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 71a255a61c6..351cca5f59f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9cb59caf214..1c0e420a31a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 bfcb6b71f4b..270d4e7e547 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 705b13167ff..7a7d1b11f9f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 0b406780ec7..3a1f3b19a3a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 6896a0ef0be..e3b7acec18c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a6423da006d..45af178c619 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fd1919ce981..5d535464be9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5cfeabc05d8..0537590bf36 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 28f3072aa5c..f2f37fd0145 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b10027f2bae..49eab25c803 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e09a43a0b21..978e7488389 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 20068edd356..a9e784294b7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f0b07abf90a..23c6edb20b9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4befa58ed79..7e877a56354 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 e4c9a319cda..861904d59af 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a93dd4f6979..bcded64b2f6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 31b625cf351..569895d3fb8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fe7a63025c5..f0449cf7d31 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 44492ee1918..444c941cb61 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2d16a1c2dd0..c41a038acf3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 2b7683b79e8..c071a19a96f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7c9687f7f1e..6a2b53c3426 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5d2ae8baf4e..0d4e1df06e7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c50022257fb..d2773c90b11 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5b1498f62fb..38f7e7b1027 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d9536c7726e..ab42186bd44 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 798d0fe2f59..edab354fbd5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d885d8232f4..70c29907a42 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 5b29d0fe181..3d1c42a966e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 6823680e3a8..0f90f4e745b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 bae5e9c95e7..32be084210d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 802e5173ade..765ca523c98 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 7acff05059d..c4f1d6f00c2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 de8a3031b5d..51187fb3a96 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 16102ffa696..2e47bceeb19 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 c2fb5c94f5d..23793bbc6c2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 abdcd650f91..07b212331be 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 7daf37c731a..237e0c620c3 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 197ebf2a81a..628afa49ab1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 beef7e50eec..b522e4f0ed7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 ba71799bda2..2850f362f17 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 d7f1e73435a..b31daf76bac 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d1414d31a6c..227f7342e94 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d15a7173699..b8824cde6c6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 55454e06d62..035b76d0235 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4b6d277b835..3a854180ccb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 25bb2ad4091..1198ea4ef7e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b6816d85fac..908eac37a21 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 63e807e87e7..9d24ecfdca4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a4557f69180..22c924a6a17 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 863bcb681d8..59406beb2ed 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f7e98f3083f..c91d68b35cc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a4579103762..df78b23e612 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 4d1b5a0f9e8..8fb11ea5cd8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a314e6e9553..082ed5bba74 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 d1f2b71794a..23cffff2bb6 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 33728c202e1..785fd07d9d5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 21acb36eddf..32b67ee9d18 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 90c2b778a26..c6702145a33 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 d7f75e3f759..a63bb4db580 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 d57c8ba614d..ae310f8a808 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 46204eb086b..fb6924dab61 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 033ab6b5d4c..7bfcbddbf62 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 27b6d76a4ec..051ac5ccffb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 94b5024dfaa..e4870c978a5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 1a204cbbf1f..8e15e7e8c41 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 caa50e9ba66..fc1086408b4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 ac6334cba70..3d9f7fce530 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-2018 Free Software Foundation, Inc. +! Copyright (C) 2013-2019 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 707aafc8490..70852e0a552 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-2018 Free Software Foundation, Inc. +! Copyright (C) 2013-2019 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 af8185e8277..73944322d57 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-2018 Free Software Foundation, Inc. +! Copyright (C) 2013-2019 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 35231274a1a..7f7f4def4b1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 31fb7f25580..5cec109d183 100644 --- a/libgfortran/intrinsics/abort.c +++ b/libgfortran/intrinsics/abort.c @@ -1,5 +1,5 @@ /* Implementation of the ABORT intrinsic. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 7a10b60b890..973b27efa99 100644 --- a/libgfortran/intrinsics/access.c +++ b/libgfortran/intrinsics/access.c @@ -1,5 +1,5 @@ /* Implementation of the ACCESS intrinsic. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 4c0e5df6341..c1345fbac22 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 08a7412ba97..797f6701abe 100644 --- a/libgfortran/intrinsics/associated.c +++ b/libgfortran/intrinsics/associated.c @@ -1,5 +1,5 @@ /* Implementation of the ASSOCIATED intrinsic - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 944c609c1b8..e43222cbb63 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 3a8e08d750e..798ae350742 100644 --- a/libgfortran/intrinsics/chdir.c +++ b/libgfortran/intrinsics/chdir.c @@ -1,5 +1,5 @@ /* Implementation of the CHDIR intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 1299159a7f1..9bfe52439f3 100644 --- a/libgfortran/intrinsics/chmod.c +++ b/libgfortran/intrinsics/chmod.c @@ -1,5 +1,5 @@ /* Implementation of the CHMOD intrinsic. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 afd3ba29c19..5dc7dde6fd2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 2b88e8e7db5..a4109a69630 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 f9db48459ad..ca4b613ef5a 100644 --- a/libgfortran/intrinsics/cshift0.c +++ b/libgfortran/intrinsics/cshift0.c @@ -1,5 +1,5 @@ /* Generic implementation of the CSHIFT intrinsic - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 b0382efaeec..8bd2fe67751 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 78a7cd0e48b..d536404a214 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 2716199640d..554dc0e0f66 100644 --- a/libgfortran/intrinsics/dprod_r8.f90 +++ b/libgfortran/intrinsics/dprod_r8.f90 @@ -1,4 +1,4 @@ -! Copyright (C) 2003-2018 Free Software Foundation, Inc. +! Copyright (C) 2003-2019 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 9667db65c66..25f39a8536b 100644 --- a/libgfortran/intrinsics/dtime.c +++ b/libgfortran/intrinsics/dtime.c @@ -1,5 +1,5 @@ /* Implementation of the dtime intrinsic. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a2f9498e27f..d62116d5e5b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 c14b485f001..df7388960b9 100644 --- a/libgfortran/intrinsics/eoshift0.c +++ b/libgfortran/intrinsics/eoshift0.c @@ -1,5 +1,5 @@ /* Generic implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 fc532a5ed2b..98693b845c5 100644 --- a/libgfortran/intrinsics/eoshift2.c +++ b/libgfortran/intrinsics/eoshift2.c @@ -1,5 +1,5 @@ /* Generic implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 a5f456eceed..a3a95e7942c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 f95414353f5..b8968e29ca7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 5a308ef4e21..e311814c23d 100644 --- a/libgfortran/intrinsics/etime.c +++ b/libgfortran/intrinsics/etime.c @@ -1,5 +1,5 @@ /* Implementation of the ETIME intrinsic. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 72d431ff25d..a234bc328b5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 f0a8e6b7f3e..037340490fc 100644 --- a/libgfortran/intrinsics/exit.c +++ b/libgfortran/intrinsics/exit.c @@ -1,5 +1,5 @@ /* Implementation of the EXIT intrinsic. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 72f40d4f42a..82323539356 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 865ae5d7151..bd98a39e2f6 100644 --- a/libgfortran/intrinsics/f2c_specifics.F90 +++ b/libgfortran/intrinsics/f2c_specifics.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2018 Free Software Foundation, Inc. +! Copyright (C) 2002-2019 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 426de4eba5b..3dab84faaa9 100644 --- a/libgfortran/intrinsics/fnum.c +++ b/libgfortran/intrinsics/fnum.c @@ -1,5 +1,5 @@ /* Implementation of the FNUM intrinsics. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 fc51aad09a7..5e9b7db2bce 100644 --- a/libgfortran/intrinsics/gerror.c +++ b/libgfortran/intrinsics/gerror.c @@ -1,5 +1,5 @@ /* Implementation of the GERROR g77 intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 76c93b95ab6..5e4d9abad10 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-2018 Free Software Foundation, Inc. +Copyright (C) 2004-2019 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 b00dd824af6..d955b3b8c37 100644 --- a/libgfortran/intrinsics/getcwd.c +++ b/libgfortran/intrinsics/getcwd.c @@ -1,5 +1,5 @@ /* Implementation of the GETCWD intrinsic. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 518e20faec2..3b3be36a73b 100644 --- a/libgfortran/intrinsics/getlog.c +++ b/libgfortran/intrinsics/getlog.c @@ -1,5 +1,5 @@ /* Implementation of the GETLOG g77 intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 53d9aec943c..466384f6a82 100644 --- a/libgfortran/intrinsics/hostnm.c +++ b/libgfortran/intrinsics/hostnm.c @@ -1,5 +1,5 @@ /* Implementation of the HOSTNM intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 4e29a3bc6ba..fbeeb29266b 100644 --- a/libgfortran/intrinsics/ierrno.c +++ b/libgfortran/intrinsics/ierrno.c @@ -1,5 +1,5 @@ /* Implementation of the IERRNO intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 a075f38098b..85a6f5aec75 100644 --- a/libgfortran/intrinsics/ishftc.c +++ b/libgfortran/intrinsics/ishftc.c @@ -1,5 +1,5 @@ /* Implementation of ishftc intrinsic. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ba24b6fca3b..eee9f7e6572 100644 --- a/libgfortran/intrinsics/kill.c +++ b/libgfortran/intrinsics/kill.c @@ -1,5 +1,5 @@ /* Implementation of the KILL g77 intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 4068e7eaebe..f9acf4b5d8a 100644 --- a/libgfortran/intrinsics/link.c +++ b/libgfortran/intrinsics/link.c @@ -1,5 +1,5 @@ /* Implementation of the LINK intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 c8a0caa59a5..745eec5ef91 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-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 b8058d98a63..eaafa66cc6c 100644 --- a/libgfortran/intrinsics/mvbits.c +++ b/libgfortran/intrinsics/mvbits.c @@ -1,5 +1,5 @@ /* Implementation of the MVBITS intrinsic - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 7de1e82c9ea..69306747e9c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ae2e6cb7c91..6f3366a06a0 100644 --- a/libgfortran/intrinsics/perror.c +++ b/libgfortran/intrinsics/perror.c @@ -1,5 +1,5 @@ /* Implementation of the PERROR intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 31d2b33c591..962fd361dc7 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 f84905e7c42..7476439647c 100644 --- a/libgfortran/intrinsics/random.c +++ b/libgfortran/intrinsics/random.c @@ -1,5 +1,5 @@ /* Implementation of the RANDOM intrinsics - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Lars Segerlund , Steve Kargl and Janne Blomqvist. diff --git a/libgfortran/intrinsics/random_init.f90 b/libgfortran/intrinsics/random_init.f90 index edea0b89c4e..8bceb4148f8 100644 --- a/libgfortran/intrinsics/random_init.f90 +++ b/libgfortran/intrinsics/random_init.f90 @@ -1,4 +1,4 @@ -! Copyright (C) 2018 Free Software Foundation, Inc. +! Copyright (C) 2018-2019 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/rename.c b/libgfortran/intrinsics/rename.c index 8accf656bdc..46269edfbfa 100644 --- a/libgfortran/intrinsics/rename.c +++ b/libgfortran/intrinsics/rename.c @@ -1,5 +1,5 @@ /* Implementation of the RENAME intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 a0e9c58a468..5fa1408b57e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7cfb27b8294..bfbd7366e84 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ddb4d838b8f..c9c73d99aad 100644 --- a/libgfortran/intrinsics/selected_char_kind.c +++ b/libgfortran/intrinsics/selected_char_kind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 acad4dd3606..d6d2316c084 100644 --- a/libgfortran/intrinsics/selected_int_kind.f90 +++ b/libgfortran/intrinsics/selected_int_kind.f90 @@ -1,4 +1,4 @@ -! Copyright (C) 2003-2018 Free Software Foundation, Inc. +! Copyright (C) 2003-2019 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 1966730041e..9855ef760fe 100644 --- a/libgfortran/intrinsics/selected_real_kind.f90 +++ b/libgfortran/intrinsics/selected_real_kind.f90 @@ -1,4 +1,4 @@ -! Copyright (C) 2003-2018 Free Software Foundation, Inc. +! Copyright (C) 2003-2019 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 365630d0e45..7bf88477ba1 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 9703f10a658..d98604fcca2 100644 --- a/libgfortran/intrinsics/size.c +++ b/libgfortran/intrinsics/size.c @@ -1,5 +1,5 @@ /* Implementation of the size intrinsic. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 0e7e649c9cd..3c7458d28b6 100644 --- a/libgfortran/intrinsics/sleep.c +++ b/libgfortran/intrinsics/sleep.c @@ -1,5 +1,5 @@ /* Implementation of the SLEEP intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 a0e12ff80ae..5cc78235ccf 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d4c39c5090c..453d13987cd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 a21c5d06c54..4bf7086d84a 100644 --- a/libgfortran/intrinsics/string_intrinsics.c +++ b/libgfortran/intrinsics/string_intrinsics.c @@ -1,5 +1,5 @@ /* String intrinsics helper functions. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 b81c806db5d..ab0d6ae18e9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 45861213d50..c6e665692ee 100644 --- a/libgfortran/intrinsics/symlnk.c +++ b/libgfortran/intrinsics/symlnk.c @@ -1,5 +1,5 @@ /* Implementation of the SYMLNK intrinsic. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 ed968128b70..1b99cdaf608 100644 --- a/libgfortran/intrinsics/system.c +++ b/libgfortran/intrinsics/system.c @@ -1,5 +1,5 @@ /* Implementation of the SYSTEM intrinsic. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 e7afbd6617c..a101e728a54 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 273e746ae32..27846aecaba 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 b095a873ad8..42c2a15dc18 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 84fa68097c6..b250912beb2 100644 --- a/libgfortran/intrinsics/umask.c +++ b/libgfortran/intrinsics/umask.c @@ -1,5 +1,5 @@ /* Implementation of the UMASK intrinsic. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 e24abfee51f..0191edf82c5 100644 --- a/libgfortran/intrinsics/unlink.c +++ b/libgfortran/intrinsics/unlink.c @@ -1,5 +1,5 @@ /* Implementation of the UNLINK intrinsic. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 c5b9ecb0519..5131ed15026 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-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/async.c b/libgfortran/io/async.c index a07b831eb7c..3394e595a8b 100644 --- a/libgfortran/io/async.c +++ b/libgfortran/io/async.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Nicolas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/async.h b/libgfortran/io/async.h index c747bc5aa7b..3ac51772502 100644 --- a/libgfortran/io/async.h +++ b/libgfortran/io/async.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Nicolas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/close.c b/libgfortran/io/close.c index 3dcd97ff139..cbcbf4e71a1 100644 --- a/libgfortran/io/close.c +++ b/libgfortran/io/close.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 7ff9f098231..39fc8a145f8 100644 --- a/libgfortran/io/fbuf.c +++ b/libgfortran/io/fbuf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 71b6d0fcccf..5b3f28e2c6c 100644 --- a/libgfortran/io/fbuf.h +++ b/libgfortran/io/fbuf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 b6bceccb3ea..b2e6365090c 100644 --- a/libgfortran/io/file_pos.c +++ b/libgfortran/io/file_pos.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 f5d3158d21d..688764785da 100644 --- a/libgfortran/io/format.c +++ b/libgfortran/io/format.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 19882bcf095..84169e95d91 100644 --- a/libgfortran/io/format.h +++ b/libgfortran/io/format.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 7c96e5ff251..05cfc14233f 100644 --- a/libgfortran/io/inquire.c +++ b/libgfortran/io/inquire.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 032ae2d1bc1..2e53be2d87a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 282c1455763..5caaea280f0 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 300c3bd23f3..4a7ccb3ddd5 100644 --- a/libgfortran/io/list_read.c +++ b/libgfortran/io/list_read.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 38150440c4b..b368042be13 100644 --- a/libgfortran/io/lock.c +++ b/libgfortran/io/lock.c @@ -1,5 +1,5 @@ /* Thread/recursion locking - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 266033815fd..97fb17c7424 100644 --- a/libgfortran/io/open.c +++ b/libgfortran/io/open.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 f972858c146..52ffb4639ac 100644 --- a/libgfortran/io/read.c +++ b/libgfortran/io/read.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 bcbb98834b7..8f478bfa573 100644 --- a/libgfortran/io/size_from_kind.c +++ b/libgfortran/io/size_from_kind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 6fcec8a479e..247fb6d2a9c 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 c3c6476ba66..a248c752e0f 100644 --- a/libgfortran/io/transfer128.c +++ b/libgfortran/io/transfer128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 985569acbb4..7e648a24d5a 100644 --- a/libgfortran/io/unit.c +++ b/libgfortran/io/unit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 35504094e7d..c2fc674cc83 100644 --- a/libgfortran/io/unix.c +++ b/libgfortran/io/unix.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 133e3e1c3ed..e83eb08cad7 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 dc6a234f42e..449b35ff4c8 100644 --- a/libgfortran/io/write.c +++ b/libgfortran/io/write.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 25ea64beb21..1e2dee89d83 100644 --- a/libgfortran/io/write_float.def +++ b/libgfortran/io/write_float.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 555fd5e5e24..7346d03ed69 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 bea83f38561..04188066300 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -1,5 +1,5 @@ /* Common declarations for all of libgfortran. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook , and Andy Vaught diff --git a/libgfortran/m4/all.m4 b/libgfortran/m4/all.m4 index 5c1f42f3c45..48ea8cbe3d8 100644 --- a/libgfortran/m4/all.m4 +++ b/libgfortran/m4/all.m4 @@ -1,5 +1,5 @@ `/* Implementation of the ALL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 509356816ef..cf3b09bcd58 100644 --- a/libgfortran/m4/any.m4 +++ b/libgfortran/m4/any.m4 @@ -1,5 +1,5 @@ `/* Implementation of the ANY intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 69657ad87ca..b46930c0b95 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 bb9ce759fdc..d4afa66f623 100644 --- a/libgfortran/m4/count.m4 +++ b/libgfortran/m4/count.m4 @@ -1,5 +1,5 @@ `/* Implementation of the COUNT intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 9fe3ebfaee4..3bf0c601acb 100644 --- a/libgfortran/m4/cshift0.m4 +++ b/libgfortran/m4/cshift0.m4 @@ -1,5 +1,5 @@ `/* Helper function for cshift functions. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 504d4d00bc7..4a228acb41f 100644 --- a/libgfortran/m4/cshift1.m4 +++ b/libgfortran/m4/cshift1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the CSHIFT intrinsic - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Contributed by Feng Wang This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/cshift1a.m4 b/libgfortran/m4/cshift1a.m4 index 7d4fadd38df..1f1fd3e6540 100644 --- a/libgfortran/m4/cshift1a.m4 +++ b/libgfortran/m4/cshift1a.m4 @@ -1,5 +1,5 @@ `/* Implementation of the CSHIFT intrinsic. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/eoshift1.m4 b/libgfortran/m4/eoshift1.m4 index ab3f6ce6a19..3dc2ad22dca 100644 --- a/libgfortran/m4/eoshift1.m4 +++ b/libgfortran/m4/eoshift1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 504cc7ba93a..08d3260801e 100644 --- a/libgfortran/m4/eoshift3.m4 +++ b/libgfortran/m4/eoshift3.m4 @@ -1,5 +1,5 @@ `/* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 34734661254..af3709f4aa3 100644 --- a/libgfortran/m4/head.m4 +++ b/libgfortran/m4/head.m4 @@ -1,4 +1,4 @@ -`! Copyright (C) 2002-2018 Free Software Foundation, Inc. +`! Copyright (C) 2002-2019 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 89bcc732e09..41c8c268586 100644 --- a/libgfortran/m4/iall.m4 +++ b/libgfortran/m4/iall.m4 @@ -1,5 +1,5 @@ `/* Implementation of the IALL intrinsic - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 8032bb5acb3..532b0f0b2ec 100644 --- a/libgfortran/m4/iany.m4 +++ b/libgfortran/m4/iany.m4 @@ -1,5 +1,5 @@ `/* Implementation of the IANY intrinsic - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/ifindloc0.m4 b/libgfortran/m4/ifindloc0.m4 index 75ec531620f..dfbc4f25b47 100644 --- a/libgfortran/m4/ifindloc0.m4 +++ b/libgfortran/m4/ifindloc0.m4 @@ -1,5 +1,5 @@ `/* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/ifindloc1.m4 b/libgfortran/m4/ifindloc1.m4 index f4a709931d9..03a87121096 100644 --- a/libgfortran/m4/ifindloc1.m4 +++ b/libgfortran/m4/ifindloc1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/ifindloc2.m4 b/libgfortran/m4/ifindloc2.m4 index d6d785112c2..b94d5c71a1f 100644 --- a/libgfortran/m4/ifindloc2.m4 +++ b/libgfortran/m4/ifindloc2.m4 @@ -1,5 +1,5 @@ `/* Implementation of the FINDLOC intrinsic - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Thomas König This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/in_pack.m4 b/libgfortran/m4/in_pack.m4 index 2dce24bc03f..a91dff6fd99 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 b6ca9b242fe..780be4e9b1e 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 ea72aed78d5..269eac7a96c 100644 --- a/libgfortran/m4/iparity.m4 +++ b/libgfortran/m4/iparity.m4 @@ -1,5 +1,5 @@ `/* Implementation of the IPARITY intrinsic - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 a685dd9a31b..e7a30ba5770 100644 --- a/libgfortran/m4/matmul.m4 +++ b/libgfortran/m4/matmul.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/matmulavx128.m4 b/libgfortran/m4/matmulavx128.m4 index 0f6f8a4f297..492b0577428 100644 --- a/libgfortran/m4/matmulavx128.m4 +++ b/libgfortran/m4/matmulavx128.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/matmull.m4 b/libgfortran/m4/matmull.m4 index 2629e90927d..a8a3bc8031d 100644 --- a/libgfortran/m4/matmull.m4 +++ b/libgfortran/m4/matmull.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ad19885ff90..71dd08ca75e 100644 --- a/libgfortran/m4/maxloc0.m4 +++ b/libgfortran/m4/maxloc0.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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/maxloc0s.m4 b/libgfortran/m4/maxloc0s.m4 index b20233534f8..76169787971 100644 --- a/libgfortran/m4/maxloc0s.m4 +++ b/libgfortran/m4/maxloc0s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxloc1.m4 b/libgfortran/m4/maxloc1.m4 index 811f7fdb80d..e1c7f39ba62 100644 --- a/libgfortran/m4/maxloc1.m4 +++ b/libgfortran/m4/maxloc1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxloc1s.m4 b/libgfortran/m4/maxloc1s.m4 index 8b933398370..c3d1dd3eae0 100644 --- a/libgfortran/m4/maxloc1s.m4 +++ b/libgfortran/m4/maxloc1s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxloc2s.m4 b/libgfortran/m4/maxloc2s.m4 index b30e257bfc3..954cf4baaba 100644 --- a/libgfortran/m4/maxloc2s.m4 +++ b/libgfortran/m4/maxloc2s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxval.m4 b/libgfortran/m4/maxval.m4 index 7761d2d9c38..d22fb71c926 100644 --- a/libgfortran/m4/maxval.m4 +++ b/libgfortran/m4/maxval.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxval0s.m4 b/libgfortran/m4/maxval0s.m4 index b6c8bc0a42a..2436039bb8e 100644 --- a/libgfortran/m4/maxval0s.m4 +++ b/libgfortran/m4/maxval0s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxval1s.m4 b/libgfortran/m4/maxval1s.m4 index f6621b97285..8abbb42f94c 100644 --- a/libgfortran/m4/maxval1s.m4 +++ b/libgfortran/m4/maxval1s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXVAL intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minloc0.m4 b/libgfortran/m4/minloc0.m4 index 44174cf03fd..4ff3bed4862 100644 --- a/libgfortran/m4/minloc0.m4 +++ b/libgfortran/m4/minloc0.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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/minloc0s.m4 b/libgfortran/m4/minloc0s.m4 index 65d11ef62a1..4dd197c61f5 100644 --- a/libgfortran/m4/minloc0s.m4 +++ b/libgfortran/m4/minloc0s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minloc1.m4 b/libgfortran/m4/minloc1.m4 index a83156eaa53..3a2f1234ab6 100644 --- a/libgfortran/m4/minloc1.m4 +++ b/libgfortran/m4/minloc1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minloc1s.m4 b/libgfortran/m4/minloc1s.m4 index e74e2781a50..e539c30bb3c 100644 --- a/libgfortran/m4/minloc1s.m4 +++ b/libgfortran/m4/minloc1s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minloc2s.m4 b/libgfortran/m4/minloc2s.m4 index 0cdb2a55089..47a468cf718 100644 --- a/libgfortran/m4/minloc2s.m4 +++ b/libgfortran/m4/minloc2s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minval.m4 b/libgfortran/m4/minval.m4 index ba34c980f9e..824f2b0d2ba 100644 --- a/libgfortran/m4/minval.m4 +++ b/libgfortran/m4/minval.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minval0s.m4 b/libgfortran/m4/minval0s.m4 index 6f4db753c86..3699d686f63 100644 --- a/libgfortran/m4/minval0s.m4 +++ b/libgfortran/m4/minval0s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minval1s.m4 b/libgfortran/m4/minval1s.m4 index e4cbd439dd6..3630f8d3b01 100644 --- a/libgfortran/m4/minval1s.m4 +++ b/libgfortran/m4/minval1s.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXVAL intrinsic - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/norm2.m4 b/libgfortran/m4/norm2.m4 index 95bdc423b20..aaec60af77d 100644 --- a/libgfortran/m4/norm2.m4 +++ b/libgfortran/m4/norm2.m4 @@ -1,5 +1,5 @@ `/* Implementation of the NORM2 intrinsic - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 beee2e745a6..124fe89f45c 100644 --- a/libgfortran/m4/pack.m4 +++ b/libgfortran/m4/pack.m4 @@ -1,5 +1,5 @@ `/* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 c74ec6aae65..d3c85437d14 100644 --- a/libgfortran/m4/parity.m4 +++ b/libgfortran/m4/parity.m4 @@ -1,5 +1,5 @@ `/* Implementation of the PARITY intrinsic - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 546ad267296..7df2f8ce4b0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 f4c09ad830b..8c4f1523841 100644 --- a/libgfortran/m4/product.m4 +++ b/libgfortran/m4/product.m4 @@ -1,5 +1,5 @@ `/* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 d0a420b7edb..e0b37e06be9 100644 --- a/libgfortran/m4/reshape.m4 +++ b/libgfortran/m4/reshape.m4 @@ -1,5 +1,5 @@ `/* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 ac0b88038a3..83a36a47366 100644 --- a/libgfortran/m4/shape.m4 +++ b/libgfortran/m4/shape.m4 @@ -1,5 +1,5 @@ `/* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 cab13a57212..006efe0fc10 100644 --- a/libgfortran/m4/spread.m4 +++ b/libgfortran/m4/spread.m4 @@ -1,5 +1,5 @@ `/* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 95d250f61e0..264c2f07db2 100644 --- a/libgfortran/m4/sum.m4 +++ b/libgfortran/m4/sum.m4 @@ -1,5 +1,5 @@ `/* Implementation of the SUM intrinsic - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 7100a2b6ad7..6dd3af4a192 100644 --- a/libgfortran/m4/unpack.m4 +++ b/libgfortran/m4/unpack.m4 @@ -1,5 +1,5 @@ `/* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 93ea14af19d..aac14b5c4b9 100644 --- a/libgfortran/runtime/backtrace.c +++ b/libgfortran/runtime/backtrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 35af02cb3d9..f1e653069ea 100644 --- a/libgfortran/runtime/bounds.c +++ b/libgfortran/runtime/bounds.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 1d37e7709df..726dca65877 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 846fcd6f174..77be284a524 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 484b569f1db..e3e7d2499d7 100644 --- a/libgfortran/runtime/environ.c +++ b/libgfortran/runtime/environ.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 7c52733c19c..0335a165edc 100644 --- a/libgfortran/runtime/error.c +++ b/libgfortran/runtime/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 aeb9099a97a..3f8128b5641 100644 --- a/libgfortran/runtime/fpu.c +++ b/libgfortran/runtime/fpu.c @@ -1,5 +1,5 @@ /* Set FPU mask. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 0721ac837ff..e4e05e1d84b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 866b4f0f5ec..c319b483825 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-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 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 f434e5bb9e6..76eaf2e113a 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 a5994569bcc..1a3d33b59dd 100644 --- a/libgfortran/runtime/memory.c +++ b/libgfortran/runtime/memory.c @@ -1,5 +1,5 @@ /* Memory management routines. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 b6d26fd2228..c1993b99be7 100644 --- a/libgfortran/runtime/minimal.c +++ b/libgfortran/runtime/minimal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 12997c7a685..2dfc6dc1d9e 100644 --- a/libgfortran/runtime/pause.c +++ b/libgfortran/runtime/pause.c @@ -1,5 +1,5 @@ /* Implementation of the PAUSE statement. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 14c7230e180..b9823b06a24 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 c2a3584dd38..386415c2aeb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 4833e7b414a..12ebd5314e8 100644 --- a/libgfortran/runtime/stop.c +++ b/libgfortran/runtime/stop.c @@ -1,5 +1,5 @@ /* Implementation of the STOP statement. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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 f1ca40e7672..f05c5e65533 100644 --- a/libgfortran/runtime/string.c +++ b/libgfortran/runtime/string.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Copyright (C) 2002-2019 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 47e07c0fd1a..7d054c27a91 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2019-01-01 Jakub Jelinek * libgomp.texi: Bump @copying's copyright year. @@ -10852,7 +10856,7 @@ Initial implementation and checkin. -Copyright (C) 2005-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 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/libgomp/affinity-fmt.c b/libgomp/affinity-fmt.c index 1447597e7f7..d9c6e181233 100644 --- a/libgomp/affinity-fmt.c +++ b/libgomp/affinity-fmt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/affinity.c b/libgomp/affinity.c index efe5c4260e3..59c9c2b60f7 100644 --- a/libgomp/affinity.c +++ b/libgomp/affinity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 296f1af1eaa..9145e4b94bf 100644 --- a/libgomp/alloc.c +++ b/libgomp/alloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 7bb2d810626..aede501d23c 100644 --- a/libgomp/atomic.c +++ b/libgomp/atomic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 7115515fdc4..d4c9001bd93 100644 --- a/libgomp/barrier.c +++ b/libgomp/barrier.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 e5b5df71e86..5e6743dd7d0 100644 --- a/libgomp/config/bsd/proc.c +++ b/libgomp/config/bsd/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 c70cdfbca15..c0b7bab010a 100644 --- a/libgomp/config/darwin/plugin-suffix.h +++ b/libgomp/config/darwin/plugin-suffix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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/darwin/thread-stacksize.h b/libgomp/config/darwin/thread-stacksize.h index 6f45f4a2db7..90e1f00c18d 100644 --- a/libgomp/config/darwin/thread-stacksize.h +++ b/libgomp/config/darwin/thread-stacksize.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 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/hpux/plugin-suffix.h b/libgomp/config/hpux/plugin-suffix.h index 5eb4d074ce8..144745d7d27 100644 --- a/libgomp/config/hpux/plugin-suffix.h +++ b/libgomp/config/hpux/plugin-suffix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 d2dcc1ea852..647d241b741 100644 --- a/libgomp/config/linux/affinity.c +++ b/libgomp/config/linux/affinity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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 2d7e3e6f4db..8d4bbe2bf60 100644 --- a/libgomp/config/linux/alpha/futex.h +++ b/libgomp/config/linux/alpha/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 c01237ac282..c128670acdb 100644 --- a/libgomp/config/linux/bar.c +++ b/libgomp/config/linux/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 ae12f202ca2..7987fddf6fd 100644 --- a/libgomp/config/linux/bar.h +++ b/libgomp/config/linux/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 cfbc9c246e6..03e8d766efa 100644 --- a/libgomp/config/linux/doacross.h +++ b/libgomp/config/linux/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 9ae85578eca..7fca93a9f8c 100644 --- a/libgomp/config/linux/futex.h +++ b/libgomp/config/linux/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 df450f8def8..27bd3a2913c 100644 --- a/libgomp/config/linux/ia64/futex.h +++ b/libgomp/config/linux/ia64/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 d90cf423cfa..bc77e22a121 100644 --- a/libgomp/config/linux/lock.c +++ b/libgomp/config/linux/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 e1c104024a8..bfce7939a75 100644 --- a/libgomp/config/linux/mips/futex.h +++ b/libgomp/config/linux/mips/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 33d15c6f54d..aa4ef8c100f 100644 --- a/libgomp/config/linux/mutex.c +++ b/libgomp/config/linux/mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 d89fc99ec71..19d188d88d2 100644 --- a/libgomp/config/linux/mutex.h +++ b/libgomp/config/linux/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 0f0f3df15ec..037e14b5f1d 100644 --- a/libgomp/config/linux/powerpc/futex.h +++ b/libgomp/config/linux/powerpc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 1156b65a469..57b065199f6 100644 --- a/libgomp/config/linux/proc.c +++ b/libgomp/config/linux/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 a9d625880ef..362cae9b79f 100644 --- a/libgomp/config/linux/proc.h +++ b/libgomp/config/linux/proc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 691918bf721..563114948ae 100644 --- a/libgomp/config/linux/ptrlock.c +++ b/libgomp/config/linux/ptrlock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 334d3c92847..6909203a7cd 100644 --- a/libgomp/config/linux/ptrlock.h +++ b/libgomp/config/linux/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 de08d9de07b..7b150a48c2b 100644 --- a/libgomp/config/linux/s390/futex.h +++ b/libgomp/config/linux/s390/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 3739123222a..7713f54ddcc 100644 --- a/libgomp/config/linux/sem.c +++ b/libgomp/config/linux/sem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 b85a6a5cec1..b9283955cd4 100644 --- a/libgomp/config/linux/sem.h +++ b/libgomp/config/linux/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 fea5aed8fca..a9121faad16 100644 --- a/libgomp/config/linux/sparc/futex.h +++ b/libgomp/config/linux/sparc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 f63a6e8a23d..da54bc3b3cd 100644 --- a/libgomp/config/linux/tile/futex.h +++ b/libgomp/config/linux/tile/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 b1c2868c7ab..7967f59a493 100644 --- a/libgomp/config/linux/wait.h +++ b/libgomp/config/linux/wait.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 02d5b95581f..21150490f5a 100644 --- a/libgomp/config/linux/x86/futex.h +++ b/libgomp/config/linux/x86/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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/affinity-fmt.c b/libgomp/config/mingw32/affinity-fmt.c index a43a7d7e628..842dcec9d57 100644 --- a/libgomp/config/mingw32/affinity-fmt.c +++ b/libgomp/config/mingw32/affinity-fmt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 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/mingw32/proc.c b/libgomp/config/mingw32/proc.c index 97060876851..3398a63aa25 100644 --- a/libgomp/config/mingw32/proc.c +++ b/libgomp/config/mingw32/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 c8d2dd0c0db..056f71b7a24 100644 --- a/libgomp/config/mingw32/time.c +++ b/libgomp/config/mingw32/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2018 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 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/affinity-fmt.c b/libgomp/config/nvptx/affinity-fmt.c index 5e4a3fb91cd..02b95a79f3c 100644 --- a/libgomp/config/nvptx/affinity-fmt.c +++ b/libgomp/config/nvptx/affinity-fmt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. This file is part of the GNU Offloading and Multi Processing Library (libgomp). diff --git a/libgomp/config/nvptx/bar.c b/libgomp/config/nvptx/bar.c index fe342e9786e..05704e0a1be 100644 --- a/libgomp/config/nvptx/bar.c +++ b/libgomp/config/nvptx/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 f38d9e3be7b..63a7bc7dda1 100644 --- a/libgomp/config/nvptx/bar.h +++ b/libgomp/config/nvptx/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 858536e533e..b48cae7a7f3 100644 --- a/libgomp/config/nvptx/doacross.h +++ b/libgomp/config/nvptx/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 914b8b6be82..6026e6434eb 100644 --- a/libgomp/config/nvptx/error.c +++ b/libgomp/config/nvptx/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 8cb464bb61c..8efb2008a1b 100644 --- a/libgomp/config/nvptx/icv-device.c +++ b/libgomp/config/nvptx/icv-device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 e658a22e68d..6ee6957b0d5 100644 --- a/libgomp/config/nvptx/lock.c +++ b/libgomp/config/nvptx/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 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 1bf72ee1502..3feae56b464 100644 --- a/libgomp/config/nvptx/mutex.h +++ b/libgomp/config/nvptx/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 0ac79e6a166..c7dc64eb0a8 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/config/nvptx/openacc.f90 b/libgomp/config/nvptx/openacc.f90 index e77bea617e5..a7f690e1572 100644 --- a/libgomp/config/nvptx/openacc.f90 +++ b/libgomp/config/nvptx/openacc.f90 @@ -1,6 +1,6 @@ ! OpenACC Runtime Library Definitions. -! Copyright (C) 2014-2018 Free Software Foundation, Inc. +! Copyright (C) 2014-2019 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 681d68d1294..20c2e62f7c8 100644 --- a/libgomp/config/nvptx/pool.h +++ b/libgomp/config/nvptx/pool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 c03ce509166..8ca0b0a1ee1 100644 --- a/libgomp/config/nvptx/proc.c +++ b/libgomp/config/nvptx/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 5cb38a484ba..69ff2e26359 100644 --- a/libgomp/config/nvptx/ptrlock.h +++ b/libgomp/config/nvptx/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 f923862f1f5..574945ca998 100644 --- a/libgomp/config/nvptx/sem.h +++ b/libgomp/config/nvptx/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 e80a6bf1849..ba13001e8dd 100644 --- a/libgomp/config/nvptx/simple-bar.h +++ b/libgomp/config/nvptx/simple-bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 3878227a27f..69853902e1c 100644 --- a/libgomp/config/nvptx/target.c +++ b/libgomp/config/nvptx/target.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 f49db458ddc..643e301bd12 100644 --- a/libgomp/config/nvptx/task.c +++ b/libgomp/config/nvptx/task.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 8b0a0903641..8ad438df707 100644 --- a/libgomp/config/nvptx/team.c +++ b/libgomp/config/nvptx/team.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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/teams.c b/libgomp/config/nvptx/teams.c index 9bed0320fb8..b941befba1a 100644 --- a/libgomp/config/nvptx/teams.c +++ b/libgomp/config/nvptx/teams.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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/thread-stacksize.h b/libgomp/config/nvptx/thread-stacksize.h index b48b91821d6..de89519eb27 100644 --- a/libgomp/config/nvptx/thread-stacksize.h +++ b/libgomp/config/nvptx/thread-stacksize.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 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/time.c b/libgomp/config/nvptx/time.c index 92742a03e64..d4286c1db4d 100644 --- a/libgomp/config/nvptx/time.c +++ b/libgomp/config/nvptx/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 f42256953e9..fea3ee139d3 100644 --- a/libgomp/config/posix/bar.c +++ b/libgomp/config/posix/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 e51c773c1a5..5aeabd41695 100644 --- a/libgomp/config/posix/bar.h +++ b/libgomp/config/posix/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 fd7c6f201bf..6f4d013c53c 100644 --- a/libgomp/config/posix/doacross.h +++ b/libgomp/config/posix/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 ed81a9e03b9..6fb22b9471d 100644 --- a/libgomp/config/posix/lock.c +++ b/libgomp/config/posix/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 46edb9066e6..a2068770db1 100644 --- a/libgomp/config/posix/mutex.h +++ b/libgomp/config/posix/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 1f8efec021f..224a9ab4cc1 100644 --- a/libgomp/config/posix/plugin-suffix.h +++ b/libgomp/config/posix/plugin-suffix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 4d5c3555726..61d180e9811 100644 --- a/libgomp/config/posix/pool.h +++ b/libgomp/config/posix/pool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 8b2fb346cb4..c87438baa24 100644 --- a/libgomp/config/posix/proc.c +++ b/libgomp/config/posix/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 337e325a615..045675e7983 100644 --- a/libgomp/config/posix/ptrlock.h +++ b/libgomp/config/posix/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 7aa04eaeb71..5f3e03dca91 100644 --- a/libgomp/config/posix/sem.c +++ b/libgomp/config/posix/sem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 cb698e9053d..70d59055676 100644 --- a/libgomp/config/posix/sem.h +++ b/libgomp/config/posix/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 749a0ccf9b1..40146200146 100644 --- a/libgomp/config/posix/simple-bar.h +++ b/libgomp/config/posix/simple-bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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/thread-stacksize.h b/libgomp/config/posix/thread-stacksize.h index 3254216a2a3..dfe4932e5c7 100644 --- a/libgomp/config/posix/thread-stacksize.h +++ b/libgomp/config/posix/thread-stacksize.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 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/time.c b/libgomp/config/posix/time.c index 51b3f0e6c5a..60ac0d0af51 100644 --- a/libgomp/config/posix/time.c +++ b/libgomp/config/posix/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 2ee7909cddd..8f92d60b325 100644 --- a/libgomp/config/rtems/bar.c +++ b/libgomp/config/rtems/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 19a3b14717d..b216841de9e 100644 --- a/libgomp/config/rtems/bar.h +++ b/libgomp/config/rtems/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 1e30c726779..fa010b26b21 100644 --- a/libgomp/config/rtems/mutex.h +++ b/libgomp/config/rtems/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 6c0398cdd7c..43ce41898d6 100644 --- a/libgomp/config/rtems/pool.h +++ b/libgomp/config/rtems/pool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 4b3c120baa4..3a552c553ce 100644 --- a/libgomp/config/rtems/proc.c +++ b/libgomp/config/rtems/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 53c98142bee..2fb60e3e80c 100644 --- a/libgomp/config/rtems/sem.h +++ b/libgomp/config/rtems/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 6f3523cbc46..f9e40571d16 100644 --- a/libgomp/critical.c +++ b/libgomp/critical.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 2c9a609d607..7937fbb056a 100644 --- a/libgomp/env.c +++ b/libgomp/env.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 a59589859cc..0638a7aae40 100644 --- a/libgomp/error.c +++ b/libgomp/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 328bf9c8450..4d544be1c99 100644 --- a/libgomp/fortran.c +++ b/libgomp/fortran.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 900b8238e20..b7deba5effe 100644 --- a/libgomp/hashtab.h +++ b/libgomp/hashtab.h @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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 9cb394e74dc..2b74cbed508 100644 --- a/libgomp/icv-device.c +++ b/libgomp/icv-device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 68c400aec81..095d57a93b1 100644 --- a/libgomp/icv.c +++ b/libgomp/icv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 8996c714c3f..8cc1a15fd21 100644 --- a/libgomp/iter.c +++ b/libgomp/iter.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 fba37af0f45..aa862ff1674 100644 --- a/libgomp/iter_ull.c +++ b/libgomp/iter_ull.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 d67b458f714..5b77a536bb8 100644 --- a/libgomp/libgomp-plugin.c +++ b/libgomp/libgomp-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/libgomp-plugin.h b/libgomp/libgomp-plugin.h index 2fc35d56d1b..8960d809265 100644 --- a/libgomp/libgomp-plugin.h +++ b/libgomp/libgomp-plugin.h @@ -1,6 +1,6 @@ /* The libgomp plugin API. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/libgomp.h b/libgomp/libgomp.h index 8105e640e32..afea659445d 100644 --- a/libgomp/libgomp.h +++ b/libgomp/libgomp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 a27da78b58a..4fa1dab9173 100644 --- a/libgomp/libgomp_f.h.in +++ b/libgomp/libgomp_f.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 5b54839b29e..32a9d8aade9 100644 --- a/libgomp/libgomp_g.h +++ b/libgomp/libgomp_g.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 09597a1e559..5fcdb1454ef 100644 --- a/libgomp/lock.c +++ b/libgomp/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 4e0683ba675..7248cb56144 100644 --- a/libgomp/loop.c +++ b/libgomp/loop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 ac658023e13..502bb5e0e13 100644 --- a/libgomp/loop_ull.c +++ b/libgomp/loop_ull.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 a4e186386df..915284db20b 100644 --- a/libgomp/oacc-async.c +++ b/libgomp/oacc-async.c @@ -1,6 +1,6 @@ /* OpenACC Runtime Library Definitions. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-cuda.c b/libgomp/oacc-cuda.c index 4ee4c9b0857..16eb6c3effb 100644 --- a/libgomp/oacc-cuda.c +++ b/libgomp/oacc-cuda.c @@ -1,6 +1,6 @@ /* OpenACC Runtime Library: CUDA support glue. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-host.c b/libgomp/oacc-host.c index 2de3c374da1..222bfb7d1a6 100644 --- a/libgomp/oacc-host.c +++ b/libgomp/oacc-host.c @@ -1,6 +1,6 @@ /* OpenACC Runtime Library: acc_device_host. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-init.c b/libgomp/oacc-init.c index 8db24b17d29..f30cf2f81d8 100644 --- a/libgomp/oacc-init.c +++ b/libgomp/oacc-init.c @@ -1,6 +1,6 @@ /* OpenACC Runtime initialization routines - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-int.h b/libgomp/oacc-int.h index cdd0f7f0f73..940052b7936 100644 --- a/libgomp/oacc-int.h +++ b/libgomp/oacc-int.h @@ -1,6 +1,6 @@ /* OpenACC Runtime - internal declarations - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-mem.c b/libgomp/oacc-mem.c index e352379bfeb..26e1a7545df 100644 --- a/libgomp/oacc-mem.c +++ b/libgomp/oacc-mem.c @@ -1,6 +1,6 @@ /* OpenACC Runtime initialization routines - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-parallel.c b/libgomp/oacc-parallel.c index 57bd484ba8a..d8a08e974a2 100644 --- a/libgomp/oacc-parallel.c +++ b/libgomp/oacc-parallel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-plugin.c b/libgomp/oacc-plugin.c index c04db90691a..958cda97177 100644 --- a/libgomp/oacc-plugin.c +++ b/libgomp/oacc-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-plugin.h b/libgomp/oacc-plugin.h index 0a183bb8834..112d4a593f9 100644 --- a/libgomp/oacc-plugin.h +++ b/libgomp/oacc-plugin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/omp.h.in b/libgomp/omp.h.in index a18303470c0..d7ac71400ad 100644 --- a/libgomp/omp.h.in +++ b/libgomp/omp.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 caecfba749d..c4e7c0dff4a 100644 --- a/libgomp/omp_lib.f90.in +++ b/libgomp/omp_lib.f90.in @@ -1,4 +1,4 @@ -! Copyright (C) 2005-2018 Free Software Foundation, Inc. +! Copyright (C) 2005-2019 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 2a553435a45..a0fc04cc724 100644 --- a/libgomp/omp_lib.h.in +++ b/libgomp/omp_lib.h.in @@ -1,4 +1,4 @@ -! Copyright (C) 2005-2018 Free Software Foundation, Inc. +! Copyright (C) 2005-2019 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 7c809fe0073..bc205453f82 100644 --- a/libgomp/openacc.f90 +++ b/libgomp/openacc.f90 @@ -1,6 +1,6 @@ ! OpenACC Runtime Library Definitions. -! Copyright (C) 2014-2018 Free Software Foundation, Inc. +! Copyright (C) 2014-2019 Free Software Foundation, Inc. ! Contributed by Tobias Burnus ! and Mentor Embedded. diff --git a/libgomp/openacc.h b/libgomp/openacc.h index f61bb77f9f3..1bbe6c90e7f 100644 --- a/libgomp/openacc.h +++ b/libgomp/openacc.h @@ -1,6 +1,6 @@ /* OpenACC Runtime Library User-facing Declarations - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/openacc_lib.h b/libgomp/openacc_lib.h index 820d987d72e..fbd8f5e3625 100644 --- a/libgomp/openacc_lib.h +++ b/libgomp/openacc_lib.h @@ -1,6 +1,6 @@ ! OpenACC Runtime Library Definitions. -*- mode: fortran -*- -! Copyright (C) 2014-2018 Free Software Foundation, Inc. +! Copyright (C) 2014-2019 Free Software Foundation, Inc. ! Contributed by Tobias Burnus ! and Mentor Embedded. diff --git a/libgomp/ordered.c b/libgomp/ordered.c index 521e9122d90..6d07fd445d3 100644 --- a/libgomp/ordered.c +++ b/libgomp/ordered.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 c7a8c788a3b..7173883b2c1 100644 --- a/libgomp/parallel.c +++ b/libgomp/parallel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 5c8e8062987..168ef59de41 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # # Contributed by Mentor Embedded. # diff --git a/libgomp/plugin/configfrag.ac b/libgomp/plugin/configfrag.ac index a979425a293..2cd59cd974e 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # # Contributed by Mentor Embedded. # diff --git a/libgomp/plugin/cuda/cuda.h b/libgomp/plugin/cuda/cuda.h index b4c1b29c5d8..7c0afafc730 100644 --- a/libgomp/plugin/cuda/cuda.h +++ b/libgomp/plugin/cuda/cuda.h @@ -1,5 +1,5 @@ /* CUDA API description. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 15cb2fa797c..0ab71024c73 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 1fd47694846..a2b9bdbeb34 100644 --- a/libgomp/plugin/plugin-hsa.c +++ b/libgomp/plugin/plugin-hsa.c @@ -1,6 +1,6 @@ /* Plugin for HSAIL execution. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 fb686de73f2..572d9ef8d5c 100644 --- a/libgomp/plugin/plugin-nvptx.c +++ b/libgomp/plugin/plugin-nvptx.c @@ -1,6 +1,6 @@ /* Plugin for NVPTX execution. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/priority_queue.c b/libgomp/priority_queue.c index dc96505c81a..94eeb7b2cc6 100644 --- a/libgomp/priority_queue.c +++ b/libgomp/priority_queue.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 0b8225c8382..766c5e9b59e 100644 --- a/libgomp/priority_queue.h +++ b/libgomp/priority_queue.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 3449e0067dd..bf7baae54c5 100644 --- a/libgomp/sections.c +++ b/libgomp/sections.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/secure_getenv.h b/libgomp/secure_getenv.h index 82b00aad71d..a11b23cee47 100644 --- a/libgomp/secure_getenv.h +++ b/libgomp/secure_getenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgomp/single.c b/libgomp/single.c index d5093c6730c..4e1d894aa4a 100644 --- a/libgomp/single.c +++ b/libgomp/single.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 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 dce86b91038..fb12294021d 100644 --- a/libgomp/splay-tree.c +++ b/libgomp/splay-tree.c @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 8743384b3bd..554e0c8704b 100644 --- a/libgomp/splay-tree.h +++ b/libgomp/splay-tree.h @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 0b4e0107f75..8af5f97c38b 100644 --- a/libgomp/target.c +++ b/libgomp/target.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 0c78b3c939c..15177ac8824 100644 --- a/libgomp/task.c +++ b/libgomp/task.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 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 4621405aa58..5d3f810a8f2 100644 --- a/libgomp/taskloop.c +++ b/libgomp/taskloop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 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 e3e4c4d1ef2..2b2e9750da5 100644 --- a/libgomp/team.c +++ b/libgomp/team.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/teams.c b/libgomp/teams.c index 8ef80eb23f2..cc51faf7c6b 100644 --- a/libgomp/teams.c +++ b/libgomp/teams.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Jakub Jelinek . 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 c976b986a5a..b3d3bba6f1e 100644 --- a/libgomp/testsuite/config/default.exp +++ b/libgomp/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 1e71dd36148..a607dc35545 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-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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 c24b1c73c79..3ef53d061cd 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-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 398ba5df91e..9d9de02abbe 100644 --- a/libgomp/testsuite/libgomp.graphite/graphite.exp +++ b/libgomp/testsuite/libgomp.graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 16fc7076edd..22adb8b9fcd 100644 --- a/libgomp/work.c +++ b/libgomp/work.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Copyright (C) 2005-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libhsail-rt/ChangeLog b/libhsail-rt/ChangeLog index 8f547e92da5..5f653fcef71 100644 --- a/libhsail-rt/ChangeLog +++ b/libhsail-rt/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 @@ -125,7 +129,7 @@ * rt/segment.c: Likewise. * rt/workitems.c: Likewise. -Copyright (C) 2017-2018 Free Software Foundation, Inc. +Copyright (C) 2017-2019 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/libhsail-rt/configure.tgt b/libhsail-rt/configure.tgt index e5207eb7bd3..1ea28429ffe 100644 --- a/libhsail-rt/configure.tgt +++ b/libhsail-rt/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # Contributed by Pekka Jaaskelainen # for General Processor Tech. # diff --git a/libhsail-rt/include/internal/fibers.h b/libhsail-rt/include/internal/fibers.h index f5ba127ab8f..fcd2a121368 100644 --- a/libhsail-rt/include/internal/fibers.h +++ b/libhsail-rt/include/internal/fibers.h @@ -1,5 +1,5 @@ /* fibers.h -- an extremely simple lightweight thread (fiber) implementation - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/include/internal/phsa-queue-interface.h b/libhsail-rt/include/internal/phsa-queue-interface.h index 53397539009..67e4f172e34 100644 --- a/libhsail-rt/include/internal/phsa-queue-interface.h +++ b/libhsail-rt/include/internal/phsa-queue-interface.h @@ -2,7 +2,7 @@ representation of a user mode queue to be used with the phsa/gccbrig implementation. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/include/internal/phsa-rt.h b/libhsail-rt/include/internal/phsa-rt.h index c09f18d0095..4432b1888e9 100644 --- a/libhsail-rt/include/internal/phsa-rt.h +++ b/libhsail-rt/include/internal/phsa-rt.h @@ -1,7 +1,7 @@ /* phsa-rt.h -- Data structures and functions of the PHSA device side runtime scheduler, and HSAIL built-ins. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/include/internal/workitems.h b/libhsail-rt/include/internal/workitems.h index 0839853ff12..3b00b8317f8 100644 --- a/libhsail-rt/include/internal/workitems.h +++ b/libhsail-rt/include/internal/workitems.h @@ -1,7 +1,7 @@ /* workitems.h -- Types for context data passed as hidden parameters to special built-ins. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/arithmetic.c b/libhsail-rt/rt/arithmetic.c index 520d355f8bf..ee446abcf1a 100644 --- a/libhsail-rt/rt/arithmetic.c +++ b/libhsail-rt/rt/arithmetic.c @@ -1,7 +1,7 @@ /* arithmetic.c -- Builtins for HSAIL arithmetic instructions for which there is no feasible direct gcc GENERIC expression. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/atomics.c b/libhsail-rt/rt/atomics.c index 4d3f197f617..8cf08b0889b 100644 --- a/libhsail-rt/rt/atomics.c +++ b/libhsail-rt/rt/atomics.c @@ -1,7 +1,7 @@ /* atomic.c -- Builtins for HSAIL atomic instructions for which there is no feasible direct gcc GENERIC expression. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/bitstring.c b/libhsail-rt/rt/bitstring.c index b38b7164fae..03254b1b734 100644 --- a/libhsail-rt/rt/bitstring.c +++ b/libhsail-rt/rt/bitstring.c @@ -1,6 +1,6 @@ /* bitstring.c -- Builtins for HSAIL bitstring instructions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/fbarrier.c b/libhsail-rt/rt/fbarrier.c index df6d0e8c3b9..d7aea57b182 100644 --- a/libhsail-rt/rt/fbarrier.c +++ b/libhsail-rt/rt/fbarrier.c @@ -1,6 +1,6 @@ /* fbarrier.c -- HSAIL fbarrier built-ins. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/fibers.c b/libhsail-rt/rt/fibers.c index 96ae3052522..cbd0bdf7618 100644 --- a/libhsail-rt/rt/fibers.c +++ b/libhsail-rt/rt/fibers.c @@ -1,9 +1,9 @@ /* fibers.c -- extremely simple lightweight thread (fiber) implementation - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/fp16.c b/libhsail-rt/rt/fp16.c index aec1bc1fdc4..227f0e48d66 100644 --- a/libhsail-rt/rt/fp16.c +++ b/libhsail-rt/rt/fp16.c @@ -1,7 +1,7 @@ /* Half-float conversion routines. Code mostly borrowed from the ARM's builtin function. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is free software; you can redistribute it and/or modify it diff --git a/libhsail-rt/rt/misc.c b/libhsail-rt/rt/misc.c index de0c3384d8a..9a2cfc02039 100644 --- a/libhsail-rt/rt/misc.c +++ b/libhsail-rt/rt/misc.c @@ -1,6 +1,6 @@ /* misc.c -- Builtins for HSAIL misc instructions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/multimedia.c b/libhsail-rt/rt/multimedia.c index ae66fcddf4d..0033faf9c8c 100644 --- a/libhsail-rt/rt/multimedia.c +++ b/libhsail-rt/rt/multimedia.c @@ -1,6 +1,6 @@ /* multimedia.c -- Builtins for HSAIL multimedia instructions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/queue.c b/libhsail-rt/rt/queue.c index fc2533f0032..058136212c0 100644 --- a/libhsail-rt/rt/queue.c +++ b/libhsail-rt/rt/queue.c @@ -1,6 +1,6 @@ /* queue.c -- Builtins for HSAIL queue related instructions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/sat_arithmetic.c b/libhsail-rt/rt/sat_arithmetic.c index 883da99d11f..91631aa8c2b 100644 --- a/libhsail-rt/rt/sat_arithmetic.c +++ b/libhsail-rt/rt/sat_arithmetic.c @@ -1,6 +1,6 @@ /* sat_arithmetic.c -- Builtins for HSAIL saturating arithmetic instructions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/segment.c b/libhsail-rt/rt/segment.c index a0d76e05ea3..6bb93154d6a 100644 --- a/libhsail-rt/rt/segment.c +++ b/libhsail-rt/rt/segment.c @@ -1,6 +1,6 @@ /* segment.c -- Builtins for HSAIL segment related instructions. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libhsail-rt/rt/workitems.c b/libhsail-rt/rt/workitems.c index c846350e1cd..033845cb409 100644 --- a/libhsail-rt/rt/workitems.c +++ b/libhsail-rt/rt/workitems.c @@ -2,7 +2,7 @@ various ways and the builtin functions closely related to the implementation. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen for General Processor Tech. diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a86ac71e0a4..436fb96255c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-22 Jason Merrill Remove support for demangling GCC 2.x era mangling schemes. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index ed1b334c361..0be45b4ae8e 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -1,7 +1,7 @@ # Makefile for the libiberty library. # Originally written by K. Richard Pixley . # -# Copyright (C) 1990-2018 Free Software Foundation, Inc. +# Copyright (C) 1990-2019 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/libiberty/_doprnt.c b/libiberty/_doprnt.c index 33c0763bff0..d44dc415ed2 100644 --- a/libiberty/_doprnt.c +++ b/libiberty/_doprnt.c @@ -1,5 +1,5 @@ /* Provide a version of _doprnt in terms of fprintf. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98 This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/argv.c b/libiberty/argv.c index 8ead947a11b..6444896f995 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -1,5 +1,5 @@ /* Create and destroy argument vectors (argv's) - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support This file is part of the libiberty library. diff --git a/libiberty/asprintf.c b/libiberty/asprintf.c index 9f367754003..5718682f691 100644 --- a/libiberty/asprintf.c +++ b/libiberty/asprintf.c @@ -1,6 +1,6 @@ /* Like sprintf but provides a pointer to malloc'd storage, which must be freed by the caller. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the libiberty library. diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index fee39fa4cdc..72c1b710bd8 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -1,5 +1,5 @@ /* Utility to pick a temporary filename prefix. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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/libiberty/clock.c b/libiberty/clock.c index 21dd163e9b5..a3730714bdc 100644 --- a/libiberty/clock.c +++ b/libiberty/clock.c @@ -1,5 +1,5 @@ /* ANSI-compatible clock function. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/concat.c b/libiberty/concat.c index b00fb734ed6..8eb478b47bc 100644 --- a/libiberty/concat.c +++ b/libiberty/concat.c @@ -1,5 +1,5 @@ /* Concatenate variable number of strings. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support This file is part of the libiberty library. diff --git a/libiberty/copying-lib.texi b/libiberty/copying-lib.texi index 869db4a0a17..ac733f93adf 100644 --- a/libiberty/copying-lib.texi +++ b/libiberty/copying-lib.texi @@ -5,7 +5,7 @@ @center Version 2.1, February 1999 @display -Copyright @copyright{} 1991-2018 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2019 Free Software Foundation, Inc. 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 47bbc947f14..4624cd5fb2f 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -1,5 +1,5 @@ /* Demangler for g++ V3 ABI. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/cp-demangle.h b/libiberty/cp-demangle.h index d87a830bb31..b739bdfb8a4 100644 --- a/libiberty/cp-demangle.h +++ b/libiberty/cp-demangle.h @@ -1,5 +1,5 @@ /* Internal demangler interface for g++ V3 ABI. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/cp-demint.c b/libiberty/cp-demint.c index 3fb8bf30030..950e4dc5522 100644 --- a/libiberty/cp-demint.c +++ b/libiberty/cp-demint.c @@ -1,5 +1,5 @@ /* Demangler component interface functions. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index ad40869a686..afceed2a1a7 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -1,5 +1,5 @@ /* Demangler for GNU C++ - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.uucp) Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling Modified by Satish Pai (pai@apollo.hp.com) for HP demangling diff --git a/libiberty/crc32.c b/libiberty/crc32.c index ff31effc859..96b12b9b56a 100644 --- a/libiberty/crc32.c +++ b/libiberty/crc32.c @@ -1,5 +1,5 @@ /* crc32.c - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of the libiberty library. diff --git a/libiberty/d-demangle.c b/libiberty/d-demangle.c index fe29618f60f..8acbf046f26 100644 --- a/libiberty/d-demangle.c +++ b/libiberty/d-demangle.c @@ -1,5 +1,5 @@ /* Demangler for the D programming language - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Written by Iain Buclaw (ibuclaw@gdcproject.org) This file is part of the libiberty library. diff --git a/libiberty/dwarfnames.c b/libiberty/dwarfnames.c index eab0f254b9f..c97741e4e35 100644 --- a/libiberty/dwarfnames.c +++ b/libiberty/dwarfnames.c @@ -1,5 +1,5 @@ /* Names of various DWARF tags. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/libiberty/dyn-string.c b/libiberty/dyn-string.c index f603cba88ee..441b36bf240 100644 --- a/libiberty/dyn-string.c +++ b/libiberty/dyn-string.c @@ -1,5 +1,5 @@ /* An abstract string datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GNU CC. diff --git a/libiberty/fdmatch.c b/libiberty/fdmatch.c index 1ef7a1e4ceb..ff45e419176 100644 --- a/libiberty/fdmatch.c +++ b/libiberty/fdmatch.c @@ -1,5 +1,5 @@ /* Compare two open file descriptors to see if they refer to the same file. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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/libiberty/fibheap.c b/libiberty/fibheap.c index 2cfe830522f..1449e7fd3dd 100644 --- a/libiberty/fibheap.c +++ b/libiberty/fibheap.c @@ -1,5 +1,5 @@ /* A Fibonacci heap datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). This file is part of GNU CC. diff --git a/libiberty/filename_cmp.c b/libiberty/filename_cmp.c index 669fb5aeefb..d111066d393 100644 --- a/libiberty/filename_cmp.c +++ b/libiberty/filename_cmp.c @@ -1,6 +1,6 @@ /* File name comparison routine. - Copyright (C) 2007-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This 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/libiberty/floatformat.c b/libiberty/floatformat.c index 1308155269f..2c6c6abe77f 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -1,5 +1,5 @@ /* IEEE floating point support routines, for GDB, the GNU Debugger. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GDB. diff --git a/libiberty/fnmatch.c b/libiberty/fnmatch.c index 121103f8d55..50fe2e8da8c 100644 --- a/libiberty/fnmatch.c +++ b/libiberty/fnmatch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* Copyright (C) 1991-2019 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/fopen_unlocked.c b/libiberty/fopen_unlocked.c index 7dd67031122..05efad43ebc 100644 --- a/libiberty/fopen_unlocked.c +++ b/libiberty/fopen_unlocked.c @@ -1,5 +1,5 @@ /* Implement fopen_unlocked and related functions. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/gather-docs b/libiberty/gather-docs index 888ef4ff841..94a1212fe73 100644 --- a/libiberty/gather-docs +++ b/libiberty/gather-docs @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- perl -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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/libiberty/getopt.c b/libiberty/getopt.c index 30eccb4f04f..1ad4d505a04 100644 --- a/libiberty/getopt.c +++ b/libiberty/getopt.c @@ -3,7 +3,7 @@ "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/getopt1.c b/libiberty/getopt1.c index bf9bb464375..33e0bda21ba 100644 --- a/libiberty/getopt1.c +++ b/libiberty/getopt1.c @@ -1,5 +1,5 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c index 7bf1c05c6ee..0900a19dfba 100644 --- a/libiberty/getruntime.c +++ b/libiberty/getruntime.c @@ -1,5 +1,5 @@ /* Return time used so far, in microseconds. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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/libiberty/hashtab.c b/libiberty/hashtab.c index ca392647d4a..880c8787716 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2019 Free Software Foundation, Inc. Contributed by Vladimir Makarov (vmakarov@cygnus.com). This file is part of the libiberty library. diff --git a/libiberty/hex.c b/libiberty/hex.c index ffc5b2ba5f0..67ce13cdb50 100644 --- a/libiberty/hex.c +++ b/libiberty/hex.c @@ -1,5 +1,5 @@ /* Hex character manipulation support. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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/libiberty/lbasename.c b/libiberty/lbasename.c index 62670f67929..7aefbb49361 100644 --- a/libiberty/lbasename.c +++ b/libiberty/lbasename.c @@ -1,6 +1,6 @@ /* Libiberty basename. Like basename, but is not overridden by the system C library. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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/libiberty/libiberty.texi b/libiberty/libiberty.texi index ae015315979..bf870d9c62e 100644 --- a/libiberty/libiberty.texi +++ b/libiberty/libiberty.texi @@ -24,7 +24,7 @@ @ifinfo This manual describes the GNU @libib library of utility subroutines. -Copyright @copyright{} 2001-2018 Free Software Foundation, Inc. +Copyright @copyright{} 2001-2019 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 @@ -50,7 +50,7 @@ notice identical to this one except for the removal of this paragraph @vskip 0pt plus 1filll -Copyright @copyright{} 2001-2018 Free Software Foundation, Inc. +Copyright @copyright{} 2001-2019 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 diff --git a/libiberty/lrealpath.c b/libiberty/lrealpath.c index 5fe4f16ac9e..7f66dc2b1bd 100644 --- a/libiberty/lrealpath.c +++ b/libiberty/lrealpath.c @@ -1,7 +1,7 @@ /* Libiberty realpath. Like realpath, but more consistent behavior. Based on gdb_realpath from GDB. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of the libiberty library. diff --git a/libiberty/maint-tool b/libiberty/maint-tool index 82481bdef87..f100dd4a0d7 100644 --- a/libiberty/maint-tool +++ b/libiberty/maint-tool @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- perl -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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/libiberty/make-relative-prefix.c b/libiberty/make-relative-prefix.c index eebcff9957e..ec0b0ee7494 100644 --- a/libiberty/make-relative-prefix.c +++ b/libiberty/make-relative-prefix.c @@ -1,5 +1,5 @@ /* Relative (relocatable) prefix support. - Copyright (C) 1987-2018 Free Software Foundation, Inc. + Copyright (C) 1987-2019 Free Software Foundation, Inc. This file is part of libiberty. diff --git a/libiberty/make-temp-file.c b/libiberty/make-temp-file.c index 21b05457542..2c66e35cc1f 100644 --- a/libiberty/make-temp-file.c +++ b/libiberty/make-temp-file.c @@ -1,5 +1,5 @@ /* Utility to pick a temporary filename prefix. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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/libiberty/md5.c b/libiberty/md5.c index 4dd5186a69a..54875a38268 100644 --- a/libiberty/md5.c +++ b/libiberty/md5.c @@ -1,6 +1,6 @@ /* md5.c - Functions to compute MD5 message digest of files or memory blocks according to the definition of MD5 in RFC 1321 from April 1992. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/memmem.c b/libiberty/memmem.c index f0925bc1c78..e45af443ea8 100644 --- a/libiberty/memmem.c +++ b/libiberty/memmem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify diff --git a/libiberty/mempcpy.c b/libiberty/mempcpy.c index 20a4a237b39..1cc569c6902 100644 --- a/libiberty/mempcpy.c +++ b/libiberty/mempcpy.c @@ -1,5 +1,5 @@ /* Implement the mempcpy function. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c index 1c20807c2ce..b57880ef0ed 100644 --- a/libiberty/mkstemps.c +++ b/libiberty/mkstemps.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is derived from mkstemp.c from the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/objalloc.c b/libiberty/objalloc.c index 72ccaab3bc8..f6c65a2f71f 100644 --- a/libiberty/objalloc.c +++ b/libiberty/objalloc.c @@ -1,5 +1,5 @@ /* objalloc.c -- routines to allocate memory for objects - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Solutions. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/obstack.c b/libiberty/obstack.c index ff875c41f56..3e1d160700b 100644 --- a/libiberty/obstack.c +++ b/libiberty/obstack.c @@ -1,5 +1,5 @@ /* obstack.c - subroutines used implicitly by object stack macros - Copyright (C) 1988-2018 Free Software Foundation, Inc. + Copyright (C) 1988-2019 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/libiberty/partition.c b/libiberty/partition.c index 2d47ed5826a..37011b867ea 100644 --- a/libiberty/partition.c +++ b/libiberty/partition.c @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GNU CC. diff --git a/libiberty/pex-common.c b/libiberty/pex-common.c index 5aca1ac3085..5f3a9628ed6 100644 --- a/libiberty/pex-common.c +++ b/libiberty/pex-common.c @@ -1,5 +1,5 @@ /* Common code for executing a program in a sub-process. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library. diff --git a/libiberty/pex-common.h b/libiberty/pex-common.h index 95f08b80c2b..b5aa87737ed 100644 --- a/libiberty/pex-common.h +++ b/libiberty/pex-common.h @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Shared logic. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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/libiberty/pex-djgpp.c b/libiberty/pex-djgpp.c index 8c3887887cb..847cd150205 100644 --- a/libiberty/pex-djgpp.c +++ b/libiberty/pex-djgpp.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. DJGPP specialization. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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/libiberty/pex-msdos.c b/libiberty/pex-msdos.c index 007a5e1e063..c7fa8a325d7 100644 --- a/libiberty/pex-msdos.c +++ b/libiberty/pex-msdos.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic MSDOS specialization. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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/libiberty/pex-one.c b/libiberty/pex-one.c index 8ce8259c099..b26da672d18 100644 --- a/libiberty/pex-one.c +++ b/libiberty/pex-one.c @@ -1,5 +1,5 @@ /* Execute a program and wait for a result. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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/libiberty/pex-unix.c b/libiberty/pex-unix.c index 0f283e6b037..f9e5277897b 100644 --- a/libiberty/pex-unix.c +++ b/libiberty/pex-unix.c @@ -1,7 +1,7 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic Unix version (also used for UWIN and VMS). - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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/libiberty/pex-win32.c b/libiberty/pex-win32.c index 7cd0770a7b9..0c69a250319 100644 --- a/libiberty/pex-win32.c +++ b/libiberty/pex-win32.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic Win32 specialization. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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/libiberty/pexecute.c b/libiberty/pexecute.c index 5a8e4eeeb94..b951d908b2e 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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/libiberty/physmem.c b/libiberty/physmem.c index 40edb82f5f4..e2d393b3cf7 100644 --- a/libiberty/physmem.c +++ b/libiberty/physmem.c @@ -1,5 +1,5 @@ /* Calculate the size of physical memory. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This 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/libiberty/putenv.c b/libiberty/putenv.c index 4a2a22c5b0d..f0f2ca37e28 100644 --- a/libiberty/putenv.c +++ b/libiberty/putenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* Copyright (C) 1991-2019 Free Software Foundation, Inc. This file based on putenv.c in the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/regex.c b/libiberty/regex.c index b3dd5b0d40d..07b8ac832dc 100644 --- a/libiberty/regex.c +++ b/libiberty/regex.c @@ -3,7 +3,7 @@ (Implements POSIX draft P1003.2/D11.2, except for some of the internationalization features.) - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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/libiberty/rust-demangle.c b/libiberty/rust-demangle.c index 7211929bbc2..9b2d2dbe631 100644 --- a/libiberty/rust-demangle.c +++ b/libiberty/rust-demangle.c @@ -1,5 +1,5 @@ /* Demangler for the Rust programming language - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 Free Software Foundation, Inc. Written by David Tolnay (dtolnay@gmail.com). This file is part of the libiberty library. diff --git a/libiberty/safe-ctype.c b/libiberty/safe-ctype.c index e993af98ac0..1877898ccc3 100644 --- a/libiberty/safe-ctype.c +++ b/libiberty/safe-ctype.c @@ -1,6 +1,6 @@ /* replacement macros. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by Zack Weinberg . This file is part of the libiberty library. diff --git a/libiberty/setenv.c b/libiberty/setenv.c index 6eb4cd6f5f0..2ceabe1317e 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2018 Free Software Foundation, Inc. +/* Copyright (C) 1992-2019 Free Software Foundation, Inc. This file based on setenv.c in the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/setproctitle.c b/libiberty/setproctitle.c index dd2433a459e..1d3fafbf0a3 100644 --- a/libiberty/setproctitle.c +++ b/libiberty/setproctitle.c @@ -1,5 +1,5 @@ /* Set the title of a process. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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/libiberty/sha1.c b/libiberty/sha1.c index 4df50a3580b..f56f803ba2b 100644 --- a/libiberty/sha1.c +++ b/libiberty/sha1.c @@ -1,7 +1,7 @@ /* sha1.c - Functions to compute SHA1 message digest of files or memory blocks according to the NIST specification FIPS-180-1. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This 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/libiberty/simple-object-coff.c b/libiberty/simple-object-coff.c index 3205afc94ce..f299f5afbb7 100644 --- a/libiberty/simple-object-coff.c +++ b/libiberty/simple-object-coff.c @@ -1,5 +1,5 @@ /* simple-object-coff.c -- routines to manipulate COFF object files. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object-common.h b/libiberty/simple-object-common.h index 858209f9b05..ddcefc4ee09 100644 --- a/libiberty/simple-object-common.h +++ b/libiberty/simple-object-common.h @@ -1,5 +1,5 @@ /* simple-object-common.h -- common structs for object file manipulation. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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/libiberty/simple-object-elf.c b/libiberty/simple-object-elf.c index 021ce488c16..22c9ae7ed2d 100644 --- a/libiberty/simple-object-elf.c +++ b/libiberty/simple-object-elf.c @@ -1,5 +1,5 @@ /* simple-object-elf.c -- routines to manipulate ELF object files. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object-mach-o.c b/libiberty/simple-object-mach-o.c index cd96efd6ed3..03283a0e3d8 100644 --- a/libiberty/simple-object-mach-o.c +++ b/libiberty/simple-object-mach-o.c @@ -1,5 +1,5 @@ /* simple-object-mach-o.c -- routines to manipulate Mach-O object files. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object-xcoff.c b/libiberty/simple-object-xcoff.c index 1e3d9e01b04..60676567e8e 100644 --- a/libiberty/simple-object-xcoff.c +++ b/libiberty/simple-object-xcoff.c @@ -1,5 +1,5 @@ /* simple-object-coff.c -- routines to manipulate XCOFF object files. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google and David Edelsohn, IBM. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object.c b/libiberty/simple-object.c index 82a8cff9644..c1f38cee8ee 100644 --- a/libiberty/simple-object.c +++ b/libiberty/simple-object.c @@ -1,5 +1,5 @@ /* simple-object.c -- simple routines to read and write object files. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/snprintf.c b/libiberty/snprintf.c index eb9fe33e5e9..a6feccf0202 100644 --- a/libiberty/snprintf.c +++ b/libiberty/snprintf.c @@ -1,5 +1,5 @@ /* Implement the snprintf function. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. This library is free diff --git a/libiberty/sort.c b/libiberty/sort.c index 88bdce8ac8b..0267fdb230e 100644 --- a/libiberty/sort.c +++ b/libiberty/sort.c @@ -1,5 +1,5 @@ /* Sorting algorithms. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Contributed by Mark Mitchell . This file is part of GNU CC. diff --git a/libiberty/spaces.c b/libiberty/spaces.c index 1f1f480dd5f..6e35d2237f8 100644 --- a/libiberty/spaces.c +++ b/libiberty/spaces.c @@ -1,5 +1,5 @@ /* Allocate memory region filled with spaces. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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/libiberty/splay-tree.c b/libiberty/splay-tree.c index d3be4aa90b5..920e68db2cb 100644 --- a/libiberty/splay-tree.c +++ b/libiberty/splay-tree.c @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GNU CC. diff --git a/libiberty/stack-limit.c b/libiberty/stack-limit.c index 036e3bbd802..aabe016e7a8 100644 --- a/libiberty/stack-limit.c +++ b/libiberty/stack-limit.c @@ -1,5 +1,5 @@ /* Increase stack size limit if possible. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/stpcpy.c b/libiberty/stpcpy.c index bc624a4f1f7..ee44a7bdd2b 100644 --- a/libiberty/stpcpy.c +++ b/libiberty/stpcpy.c @@ -1,5 +1,5 @@ /* Implement the stpcpy function. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/stpncpy.c b/libiberty/stpncpy.c index 5c5aff21e68..47e0276c7e2 100644 --- a/libiberty/stpncpy.c +++ b/libiberty/stpncpy.c @@ -1,5 +1,5 @@ /* Implement the stpncpy function. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/strndup.c b/libiberty/strndup.c index 60c2dd966d1..88c3332e819 100644 --- a/libiberty/strndup.c +++ b/libiberty/strndup.c @@ -1,5 +1,5 @@ /* Implement the strndup function. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/strtod.c b/libiberty/strtod.c index 3311d562000..7bb11d286a5 100644 --- a/libiberty/strtod.c +++ b/libiberty/strtod.c @@ -1,5 +1,5 @@ /* Implementation of strtod for systems with atof. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/strverscmp.c b/libiberty/strverscmp.c index 78a0870529c..19cf4aeab2e 100644 --- a/libiberty/strverscmp.c +++ b/libiberty/strverscmp.c @@ -1,5 +1,5 @@ /* Compare strings while treating digits characters numerically. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of the libiberty library. Contributed by Jean-François Bignolles , 1997. diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in index 4973bd8f935..6b6b970fe0a 100644 --- a/libiberty/testsuite/Makefile.in +++ b/libiberty/testsuite/Makefile.in @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2019 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/libiberty/testsuite/demangler-fuzzer.c b/libiberty/testsuite/demangler-fuzzer.c index 62e60341015..c291e6c12e3 100644 --- a/libiberty/testsuite/demangler-fuzzer.c +++ b/libiberty/testsuite/demangler-fuzzer.c @@ -1,6 +1,6 @@ /* Demangler fuzzer. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GNU libiberty. diff --git a/libiberty/testsuite/test-demangle.c b/libiberty/testsuite/test-demangle.c index c314a4c4e13..9943b1cc72d 100644 --- a/libiberty/testsuite/test-demangle.c +++ b/libiberty/testsuite/test-demangle.c @@ -1,5 +1,5 @@ /* Demangler test program, - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Written by Zack Weinberg This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/testsuite/test-pexecute.c b/libiberty/testsuite/test-pexecute.c index 150fff3910a..a92fae7a62e 100644 --- a/libiberty/testsuite/test-pexecute.c +++ b/libiberty/testsuite/test-pexecute.c @@ -1,5 +1,5 @@ /* Pexecute test program, - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU libiberty. diff --git a/libiberty/testsuite/test-strtol.c b/libiberty/testsuite/test-strtol.c index e051018936d..28cce83feb1 100644 --- a/libiberty/testsuite/test-strtol.c +++ b/libiberty/testsuite/test-strtol.c @@ -1,5 +1,5 @@ /* Test program for strtol family of funtions, - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Written by Yury Gribov This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/timeval-utils.c b/libiberty/timeval-utils.c index 12b37913a62..90dc765e2a6 100644 --- a/libiberty/timeval-utils.c +++ b/libiberty/timeval-utils.c @@ -1,5 +1,5 @@ /* Basic struct timeval utilities. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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/libiberty/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index 461beec20e5..dbaf31d804e 100644 --- a/libiberty/unlink-if-ordinary.c +++ b/libiberty/unlink-if-ordinary.c @@ -1,5 +1,5 @@ /* unlink-if-ordinary.c - remove link to a file unless it is special - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/vasprintf.c b/libiberty/vasprintf.c index 62b181a0080..cc04248b5cd 100644 --- a/libiberty/vasprintf.c +++ b/libiberty/vasprintf.c @@ -1,6 +1,6 @@ /* Like vsprintf but provides a pointer to malloc'd storage, which must be freed by the caller. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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/libiberty/vfprintf.c b/libiberty/vfprintf.c index 3cf9477c239..2fb6bf07090 100644 --- a/libiberty/vfprintf.c +++ b/libiberty/vfprintf.c @@ -1,6 +1,6 @@ /* Provide a version vfprintf in terms of _doprnt. By Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98 - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. */ #include "ansidecl.h" diff --git a/libiberty/vprintf-support.c b/libiberty/vprintf-support.c index c1057dd5356..aabc3d2ef04 100644 --- a/libiberty/vprintf-support.c +++ b/libiberty/vprintf-support.c @@ -1,6 +1,6 @@ /* Estimate the length of the string generated by a vprintf-like function. Used by vasprintf and xvasprintf. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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/libiberty/vprintf-support.h b/libiberty/vprintf-support.h index 045db147eb0..51c2decd800 100644 --- a/libiberty/vprintf-support.h +++ b/libiberty/vprintf-support.h @@ -1,6 +1,6 @@ /* Estimate the length of the string generated by a vprintf-like function. Use by vasprintf and xvasprintf. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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/libiberty/vsnprintf.c b/libiberty/vsnprintf.c index 481156a50ec..647fb7a3579 100644 --- a/libiberty/vsnprintf.c +++ b/libiberty/vsnprintf.c @@ -1,5 +1,5 @@ /* Implement the vsnprintf function. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. This library is free diff --git a/libiberty/vsprintf.c b/libiberty/vsprintf.c index fed606f7d1d..a2ec5aef91a 100644 --- a/libiberty/vsprintf.c +++ b/libiberty/vsprintf.c @@ -3,7 +3,7 @@ implementations of stdio; newer ones should already have vsprintf. Written by Per Bothner of Cygnus Support. Based on libg++'s "form" (written by Doug Lea; dl@rocky.oswego.edu). - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/xasprintf.c b/libiberty/xasprintf.c index d20d616054b..5af97e4eb49 100644 --- a/libiberty/xasprintf.c +++ b/libiberty/xasprintf.c @@ -1,5 +1,5 @@ /* Implement the xasprintf function. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Manuel Lopez-Ibanez. This file is part of the libiberty library. diff --git a/libiberty/xexit.c b/libiberty/xexit.c index 7f684401a51..7cbebc8420f 100644 --- a/libiberty/xexit.c +++ b/libiberty/xexit.c @@ -1,5 +1,5 @@ /* xexit.c -- Run any exit handlers, then exit. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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/libiberty/xmalloc.c b/libiberty/xmalloc.c index d54022cafa1..e39ab3b9f9c 100644 --- a/libiberty/xmalloc.c +++ b/libiberty/xmalloc.c @@ -1,5 +1,5 @@ /* memory allocation routines with error checking. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2019 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/libiberty/xstrndup.c b/libiberty/xstrndup.c index e82354e68c0..bb0b512dce5 100644 --- a/libiberty/xstrndup.c +++ b/libiberty/xstrndup.c @@ -1,5 +1,5 @@ /* Implement the xstrndup function. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/xvasprintf.c b/libiberty/xvasprintf.c index 44a7b6613e1..c4ab52e34c6 100644 --- a/libiberty/xvasprintf.c +++ b/libiberty/xvasprintf.c @@ -1,5 +1,5 @@ /* Implement the xvasprintf function. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Manuel Lopez-Ibanez. This file is part of the libiberty library. diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 71479c99dda..2805a509965 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2019-01-01 Jakub Jelinek * libitm.texi: Bump @copying's copyright year. @@ -2161,7 +2165,7 @@ * Initial commit. -Copyright (C) 2008-2018 Free Software Foundation, Inc. +Copyright (C) 2008-2019 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/libitm/aatree.cc b/libitm/aatree.cc index 35535a53b87..660c71c8a22 100644 --- a/libitm/aatree.cc +++ b/libitm/aatree.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 98b2a98a13b..f295c1327d7 100644 --- a/libitm/aatree.h +++ b/libitm/aatree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 5d2ab750e5d..b6029cf5807 100644 --- a/libitm/alloc.cc +++ b/libitm/alloc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 29f1d9316a7..1dbec5b47a0 100644 --- a/libitm/alloc_c.cc +++ b/libitm/alloc_c.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 4bbf077f2ad..36e1b628e1f 100644 --- a/libitm/alloc_cpp.cc +++ b/libitm/alloc_cpp.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 9e311fdead1..c9e2f25889e 100644 --- a/libitm/barrier.cc +++ b/libitm/barrier.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 057d4586b37..b3b2b8c25e1 100644 --- a/libitm/beginend.cc +++ b/libitm/beginend.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 56472788c6e..fa74df758e7 100644 --- a/libitm/clone.cc +++ b/libitm/clone.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 527ff638492..44683e13d84 100644 --- a/libitm/common.h +++ b/libitm/common.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 04503919495..c704d1b0898 100644 --- a/libitm/config/aarch64/sjlj.S +++ b/libitm/config/aarch64/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 c503efa348e..2d08b412b24 100644 --- a/libitm/config/aarch64/target.h +++ b/libitm/config/aarch64/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 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 3aa5946278c..5b273065b88 100644 --- a/libitm/config/alpha/sjlj.S +++ b/libitm/config/alpha/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 cc73178f1ec..0b5984d8fae 100644 --- a/libitm/config/alpha/target.h +++ b/libitm/config/alpha/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 155c97c584c..4f6c2b489d6 100644 --- a/libitm/config/arm/hwcap.cc +++ b/libitm/config/arm/hwcap.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 47c9641e8a1..d6b91603eaf 100644 --- a/libitm/config/arm/hwcap.h +++ b/libitm/config/arm/hwcap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 e9128f80ac7..a9abf160777 100644 --- a/libitm/config/arm/sjlj.S +++ b/libitm/config/arm/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 0fa0271abf8..20777965866 100644 --- a/libitm/config/arm/target.h +++ b/libitm/config/arm/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 4106d1c6ffa..3b83ac453d9 100644 --- a/libitm/config/generic/asmcfi.h +++ b/libitm/config/generic/asmcfi.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 825ac2f3a29..837edb2642d 100644 --- a/libitm/config/generic/tls.cc +++ b/libitm/config/generic/tls.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2019 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 d30e71ac777..d797780225b 100644 --- a/libitm/config/generic/tls.h +++ b/libitm/config/generic/tls.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 25bad0873a0..1ba52110b66 100644 --- a/libitm/config/linux/alpha/futex_bits.h +++ b/libitm/config/linux/alpha/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 a871827e923..da2dd01632a 100644 --- a/libitm/config/linux/futex.cc +++ b/libitm/config/linux/futex.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 fb4c765aaf0..ac911a7a424 100644 --- a/libitm/config/linux/futex.h +++ b/libitm/config/linux/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 6c93121e37b..49d82874e7b 100644 --- a/libitm/config/linux/futex_bits.h +++ b/libitm/config/linux/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 b58ce115528..9b0017f11e2 100644 --- a/libitm/config/linux/powerpc/futex_bits.h +++ b/libitm/config/linux/powerpc/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 59e35c93dc9..0279cedd148 100644 --- a/libitm/config/linux/rwlock.cc +++ b/libitm/config/linux/rwlock.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 21c195dc692..812b75f78df 100644 --- a/libitm/config/linux/rwlock.h +++ b/libitm/config/linux/rwlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 7a95b908d7b..6f7f0e9fe65 100644 --- a/libitm/config/linux/sh/futex_bits.h +++ b/libitm/config/linux/sh/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 889aa9710a3..54335252be2 100644 --- a/libitm/config/linux/sparc/futex_bits.h +++ b/libitm/config/linux/sparc/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 0fb475fbf4c..cd99868c059 100644 --- a/libitm/config/linux/x86/futex_bits.h +++ b/libitm/config/linux/x86/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 ca6a5af3d4f..a87fbf2c565 100644 --- a/libitm/config/linux/x86/tls.h +++ b/libitm/config/linux/x86/tls.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 df5079b342e..52039fb79fc 100644 --- a/libitm/config/posix/rwlock.cc +++ b/libitm/config/posix/rwlock.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 3e8be377f28..12dc761c0da 100644 --- a/libitm/config/posix/rwlock.h +++ b/libitm/config/posix/rwlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 39377344fff..58de948a3b4 100644 --- a/libitm/config/powerpc/sjlj.S +++ b/libitm/config/powerpc/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 77652a6f61d..1b051ab0b8c 100644 --- a/libitm/config/powerpc/target.h +++ b/libitm/config/powerpc/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 7e0eef30ef2..b7742bcbe1a 100644 --- a/libitm/config/s390/sjlj.S +++ b/libitm/config/s390/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 cf1f1dcfdb1..8b761a20ffd 100644 --- a/libitm/config/s390/target.h +++ b/libitm/config/s390/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 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 f265ab8f898..775082343e9 100644 --- a/libitm/config/sh/sjlj.S +++ b/libitm/config/sh/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 3e9c7f69eb6..84b52f620b0 100644 --- a/libitm/config/sh/target.h +++ b/libitm/config/sh/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 93feb2702ac..a195146d5be 100644 --- a/libitm/config/sparc/sjlj.S +++ b/libitm/config/sparc/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 199277a51fa..72f5156c366 100644 --- a/libitm/config/sparc/target.h +++ b/libitm/config/sparc/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 e5cdbab48a7..95672bebb34 100644 --- a/libitm/config/x86/sjlj.S +++ b/libitm/config/x86/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 e8fc034d36a..25ecec26cd8 100644 --- a/libitm/config/x86/target.h +++ b/libitm/config/x86/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 3f86549866a..2614ac31484 100644 --- a/libitm/config/x86/x86_avx.cc +++ b/libitm/config/x86/x86_avx.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 aa7621f0a3d..eaf40b5eb0c 100644 --- a/libitm/config/x86/x86_sse.cc +++ b/libitm/config/x86/x86_sse.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 d3db46cd3c8..ccfe1e69467 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 0cbb0974d00..4c0b602034b 100644 --- a/libitm/configure.tgt +++ b/libitm/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 f4409b56e55..950866cc6f1 100644 --- a/libitm/containers.h +++ b/libitm/containers.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 6cd68cf1d54..f3d077eb0fe 100644 --- a/libitm/dispatch.h +++ b/libitm/dispatch.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 55b0c4e74fb..fea75426483 100644 --- a/libitm/eh_cpp.cc +++ b/libitm/eh_cpp.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 dd9b5de585f..c892608cef7 100644 --- a/libitm/libitm.h +++ b/libitm/libitm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 d98a2c3ebbf..9daa9f19b7f 100644 --- a/libitm/libitm_i.h +++ b/libitm/libitm_i.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 b4e4832424d..f481bc44b22 100644 --- a/libitm/local.cc +++ b/libitm/local.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 9e9719850e3..e811424ab33 100644 --- a/libitm/local_atomic +++ b/libitm/local_atomic @@ -1,6 +1,6 @@ // -*- C++ -*- header. -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part 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 4d66bfff86a..c2284141795 100644 --- a/libitm/method-gl.cc +++ b/libitm/method-gl.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2018 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 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 e087316a999..24f7ff5fe67 100644 --- a/libitm/method-ml.cc +++ b/libitm/method-ml.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 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 ab23d0b5660..65942d3fbd6 100644 --- a/libitm/method-serial.cc +++ b/libitm/method-serial.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 37402d53dab..9ae32022daf 100644 --- a/libitm/query.cc +++ b/libitm/query.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 b0f73fb442a..0c80e5c45d3 100644 --- a/libitm/retry.cc +++ b/libitm/retry.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 65d8a64cfcf..d605d59a38c 100644 --- a/libitm/testsuite/config/default.exp +++ b/libitm/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 7c53109d6f7..eb1fe73a72e 100644 --- a/libitm/testsuite/libitm.c++/c++.exp +++ b/libitm/testsuite/libitm.c++/c++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # # This 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 f7e02f7b5c9..cfe2b582539 100644 --- a/libitm/useraction.cc +++ b/libitm/useraction.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2018 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 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 522a9b043db..cdf2542937e 100644 --- a/libitm/util.cc +++ b/libitm/util.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2018 Free Software Foundation, Inc. +/* Copyright (C) 2009-2019 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 7d6204e7922..0209bf28c11 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 @@ -3513,7 +3517,7 @@ Mon Sep 21 23:27:10 1998 Ovidiu Predescu * New directory. Moved files from ../gcc/objc. -Copyright (C) 1998-2018 Free Software Foundation, Inc. +Copyright (C) 1998-2019 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 ba37cc6949a..d733fb2606b 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU Objective C runtime library. -# Copyright (C) 1993-2018 Free Software Foundation, Inc. +# Copyright (C) 1993-2019 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/libobjc/NXConstStr.m b/libobjc/NXConstStr.m index c1613aabceb..2b6c35ca8b9 100644 --- a/libobjc/NXConstStr.m +++ b/libobjc/NXConstStr.m @@ -1,5 +1,5 @@ /* Implementation of the NXConstantString class for Objective-C. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 be5df27fa2e..1673753c439 100644 --- a/libobjc/Object.m +++ b/libobjc/Object.m @@ -1,5 +1,5 @@ /* The implementation of class Object for Objective-C. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/Protocol.m b/libobjc/Protocol.m index dbf3df667f6..9d185ee1901 100644 --- a/libobjc/Protocol.m +++ b/libobjc/Protocol.m @@ -1,5 +1,5 @@ /* This file contains the implementation of class Protocol. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/accessors.m b/libobjc/accessors.m index 32d4ed816c8..39dcc5aca34 100644 --- a/libobjc/accessors.m +++ b/libobjc/accessors.m @@ -1,5 +1,5 @@ /* GNU Objective C Runtime accessors functions - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 661437f49e2..5c078543aa9 100644 --- a/libobjc/acinclude.m4 +++ b/libobjc/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 1994-2018 Free Software Foundation, Inc. +dnl Copyright (C) 1994-2019 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 c2cdc4811fd..fc17f907688 100644 --- a/libobjc/class.c +++ b/libobjc/class.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 03edbe1bf83..a5c082c49cd 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 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 caa33ec63e5..adac5462bd9 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -1,5 +1,5 @@ /* Encoding of types for Objective C. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 4db6639d639..7f88ccc1b85 100644 --- a/libobjc/error.c +++ b/libobjc/error.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Error Functions - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/exception.c b/libobjc/exception.c index e30b447a373..b96630c75ee 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/gc.c b/libobjc/gc.c index c4c33681183..a7282c30fa9 100644 --- a/libobjc/gc.c +++ b/libobjc/gc.c @@ -1,5 +1,5 @@ /* Basic data types for Objective C. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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 407283eec1f..64dcb9b1030 100644 --- a/libobjc/hash.c +++ b/libobjc/hash.c @@ -1,5 +1,5 @@ /* Hash tables for Objective C internal structures - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/init.c b/libobjc/init.c index 6c453f6a717..8ca7e8a4054 100644 --- a/libobjc/init.c +++ b/libobjc/init.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime initialization - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 b861b482928..da4f23416bc 100644 --- a/libobjc/ivars.c +++ b/libobjc/ivars.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime ivar related functions. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 31e9a488031..672edd9c868 100644 --- a/libobjc/libobjc.def +++ b/libobjc/libobjc.def @@ -1,5 +1,5 @@ ; GNU Objective C Runtime DLL Export Definitions -; Copyright (C) 1997-2018 Free Software Foundation, Inc. +; Copyright (C) 1997-2019 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 d3b1ca09b15..2915ab0304c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 d36585ef584..9371b94b456 100644 --- a/libobjc/memory.c +++ b/libobjc/memory.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Memory allocation functions - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 89e025271d4..e8b702097d6 100644 --- a/libobjc/methods.c +++ b/libobjc/methods.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime method related functions. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 178c695883f..64570614d96 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 47ca5cb1ae3..4ae76688970 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 1eb4bd61210..6b4d7dcb34b 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 357fc1a82a6..5f697f2be77 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 0bb3d68ae30..c313d3a97b2 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 f360175f594..21c10951b3d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 e53dc3fcb10..276e796f154 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 3e29b09f461..7db4a283210 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 878377491d7..561f95bfa29 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 37cf6ec5fb7..fae96b37df5 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 30f1a1fd027..f30bc56bcd1 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 53b7c9b97be..626f78b11ad 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 2cfdb976715..52f92197370 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 9d4b577d8b7..f2da541f8da 100644 --- a/libobjc/objc-sync.c +++ b/libobjc/objc-sync.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime @synchronized implementation - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 b1b3223a3e0..b8bcca76085 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-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 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 5fb14ec2527..d02297b09a3 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/Protocol.h b/libobjc/objc/Protocol.h index 97167458e06..81d0c55cb7f 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-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/message.h b/libobjc/objc/message.h index 369e883c35c..d056c93d1d0 100644 --- a/libobjc/objc/message.h +++ b/libobjc/objc/message.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime messaging declarations - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 864d046f65b..f0c296cc9e0 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-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 9eee2ad50e3..1d7862a2913 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 4f2a0ee5e4a..355be270085 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 abaf3f3d01d..0d4530c79d4 100644 --- a/libobjc/objc/objc.h +++ b/libobjc/objc/objc.h @@ -1,5 +1,5 @@ /* Basic data types for Objective C. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h index c1051db072a..ef76bad029a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 7c2f0d21df6..140f3f54cef 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-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 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 521fa18d3e5..b55ee80f78f 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 aeb94ef12d0..dd1616091b3 100644 --- a/libobjc/protocols.c +++ b/libobjc/protocols.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime protocol related functions. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 fdb69167c64..79a77b1363e 100644 --- a/libobjc/sarray.c +++ b/libobjc/sarray.c @@ -1,5 +1,5 @@ /* Sparse Arrays for Objective C dispatch tables - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/selector.c b/libobjc/selector.c index 80e8f394a8a..15a19d48e25 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime selector related functions - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 e4e93e96194..1d99f59b107 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime message lookup - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 97dbe249abc..1ee6918f4f0 100644 --- a/libobjc/thr.c +++ b/libobjc/thr.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Thread Interface - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. Contributed by Galen C. Hunt (gchunt@cs.rochester.edu) This file is part of GCC. diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 042593860c9..2f192dba8dd 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-12-14 Iain Buclaw * src/std/internal/digest: Remove empty directory. @@ -111,7 +115,7 @@ * testsuite/testsuite_flags.in: New file. -Copyright (C) 2018 Free Software Foundation, Inc. +Copyright (C) 2018-2019 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/libphobos/Makefile.am b/libphobos/Makefile.am index 503ce6cee3e..2afc22a5129 100644 --- a/libphobos/Makefile.am +++ b/libphobos/Makefile.am @@ -1,5 +1,5 @@ # Makefile for the toplevel directory of the D Standard library. -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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/libphobos/acinclude.m4 b/libphobos/acinclude.m4 index 1ba5130cb8d..fc7eefbea52 100644 --- a/libphobos/acinclude.m4 +++ b/libphobos/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2013-2018 Free Software Foundation, Inc. +dnl Copyright (C) 2013-2019 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/libphobos/configure.ac b/libphobos/configure.ac index 67eab27e821..919bc194af4 100644 --- a/libphobos/configure.ac +++ b/libphobos/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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/libphobos/configure.tgt b/libphobos/configure.tgt index 8afd350c755..2b2a9746811 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 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/libphobos/d_rules.am b/libphobos/d_rules.am index 6566230c301..7c174b91d03 100644 --- a/libphobos/d_rules.am +++ b/libphobos/d_rules.am @@ -1,5 +1,5 @@ ## Common rules for D source compilation used in all Makefile.am's. -## Copyright (C) 2016-2018 Free Software Foundation, Inc. +## Copyright (C) 2016-2019 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/libphobos/libdruntime/Makefile.am b/libphobos/libdruntime/Makefile.am index e14cc031eea..7630183c9c3 100644 --- a/libphobos/libdruntime/Makefile.am +++ b/libphobos/libdruntime/Makefile.am @@ -1,5 +1,5 @@ # Makefile for the D runtime library. -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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/libphobos/libdruntime/__entrypoint.di b/libphobos/libdruntime/__entrypoint.di index 7bae2388d56..fb4a76bfff1 100644 --- a/libphobos/libdruntime/__entrypoint.di +++ b/libphobos/libdruntime/__entrypoint.di @@ -1,5 +1,5 @@ /* GDC -- D front-end for GCC - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 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/libphobos/libdruntime/__main.di b/libphobos/libdruntime/__main.di index 8f24eb3816e..79747ab9d8f 100644 --- a/libphobos/libdruntime/__main.di +++ b/libphobos/libdruntime/__main.di @@ -1,5 +1,5 @@ /* GDC -- D front-end for GCC - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 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/libphobos/libdruntime/gcc/attribute.d b/libphobos/libdruntime/gcc/attribute.d index af3757c42c5..23c10c8617d 100644 --- a/libphobos/libdruntime/gcc/attribute.d +++ b/libphobos/libdruntime/gcc/attribute.d @@ -1,5 +1,5 @@ // GNU D Compiler attribute support declarations. -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 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/libphobos/libdruntime/gcc/backtrace.d b/libphobos/libdruntime/gcc/backtrace.d index cf5554efcf4..0238de0b9c2 100644 --- a/libphobos/libdruntime/gcc/backtrace.d +++ b/libphobos/libdruntime/gcc/backtrace.d @@ -1,5 +1,5 @@ // GNU D Compiler routines for stack backtrace support. -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 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/libphobos/libdruntime/gcc/builtins.d b/libphobos/libdruntime/gcc/builtins.d index a84d60bafa8..0cacf7afc74 100644 --- a/libphobos/libdruntime/gcc/builtins.d +++ b/libphobos/libdruntime/gcc/builtins.d @@ -1,5 +1,5 @@ /* GNU D Compiler bindings for built-in functions and types. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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/libphobos/libdruntime/gcc/config.d.in b/libphobos/libdruntime/gcc/config.d.in index 89f807d3835..3a1d493f3c4 100644 --- a/libphobos/libdruntime/gcc/config.d.in +++ b/libphobos/libdruntime/gcc/config.d.in @@ -1,5 +1,5 @@ // GNU D Compiler configure constants. -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 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/libphobos/libdruntime/gcc/deh.d b/libphobos/libdruntime/gcc/deh.d index 8323f4aa076..c04dc21263b 100644 --- a/libphobos/libdruntime/gcc/deh.d +++ b/libphobos/libdruntime/gcc/deh.d @@ -1,5 +1,5 @@ // GNU D Compiler exception personality routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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/libphobos/libdruntime/gcc/libbacktrace.d.in b/libphobos/libdruntime/gcc/libbacktrace.d.in index 7602387fcad..39aaf91fca0 100644 --- a/libphobos/libdruntime/gcc/libbacktrace.d.in +++ b/libphobos/libdruntime/gcc/libbacktrace.d.in @@ -1,5 +1,5 @@ // GNU D Compiler bindings for the stack backtrace functions. -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 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/libphobos/libdruntime/gcc/unwind/arm.d b/libphobos/libdruntime/gcc/unwind/arm.d index a69cd288bac..760506bae47 100644 --- a/libphobos/libdruntime/gcc/unwind/arm.d +++ b/libphobos/libdruntime/gcc/unwind/arm.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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/libphobos/libdruntime/gcc/unwind/arm_common.d b/libphobos/libdruntime/gcc/unwind/arm_common.d index a756a49cfaf..32449a9c019 100644 --- a/libphobos/libdruntime/gcc/unwind/arm_common.d +++ b/libphobos/libdruntime/gcc/unwind/arm_common.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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/libphobos/libdruntime/gcc/unwind/c6x.d b/libphobos/libdruntime/gcc/unwind/c6x.d index 93a1944864d..b0566561937 100644 --- a/libphobos/libdruntime/gcc/unwind/c6x.d +++ b/libphobos/libdruntime/gcc/unwind/c6x.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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/libphobos/libdruntime/gcc/unwind/generic.d b/libphobos/libdruntime/gcc/unwind/generic.d index e6071baba2f..eefd90ce353 100644 --- a/libphobos/libdruntime/gcc/unwind/generic.d +++ b/libphobos/libdruntime/gcc/unwind/generic.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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/libphobos/libdruntime/gcc/unwind/package.d b/libphobos/libdruntime/gcc/unwind/package.d index 0784a7ab85a..18289f90d4b 100644 --- a/libphobos/libdruntime/gcc/unwind/package.d +++ b/libphobos/libdruntime/gcc/unwind/package.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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/libphobos/libdruntime/gcc/unwind/pe.d b/libphobos/libdruntime/gcc/unwind/pe.d index caa21861b30..ca08d09b185 100644 --- a/libphobos/libdruntime/gcc/unwind/pe.d +++ b/libphobos/libdruntime/gcc/unwind/pe.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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/libphobos/src/Makefile.am b/libphobos/src/Makefile.am index 3ced3ae21c8..30896df1d94 100644 --- a/libphobos/src/Makefile.am +++ b/libphobos/src/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the Phobos standard library. -## Copyright (C) 2012-2018 Free Software Foundation, Inc. +## Copyright (C) 2012-2019 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/libphobos/testsuite/Makefile.am b/libphobos/testsuite/Makefile.am index 68ab7316e68..def102941a7 100644 --- a/libphobos/testsuite/Makefile.am +++ b/libphobos/testsuite/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the testsuite subdirectory of the D Standard library. -## Copyright (C) 2016-2018 Free Software Foundation, Inc. +## Copyright (C) 2016-2019 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/libphobos/testsuite/config/default.exp b/libphobos/testsuite/config/default.exp index 10dc93137c0..e3b6f7f8df0 100644 --- a/libphobos/testsuite/config/default.exp +++ b/libphobos/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/lib/libphobos-dg.exp b/libphobos/testsuite/lib/libphobos-dg.exp index ffb2ba3f714..b796011394d 100644 --- a/libphobos/testsuite/lib/libphobos-dg.exp +++ b/libphobos/testsuite/lib/libphobos-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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/libphobos/testsuite/lib/libphobos.exp b/libphobos/testsuite/lib/libphobos.exp index 7dbf667e2cd..3985b4497df 100644 --- a/libphobos/testsuite/lib/libphobos.exp +++ b/libphobos/testsuite/lib/libphobos.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This 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/libphobos/testsuite/libphobos.allocations/allocations.exp b/libphobos/testsuite/libphobos.allocations/allocations.exp index d744b74e10d..3e760d3e370 100644 --- a/libphobos/testsuite/libphobos.allocations/allocations.exp +++ b/libphobos/testsuite/libphobos.allocations/allocations.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/libphobos.cycles/cycles.exp b/libphobos/testsuite/libphobos.cycles/cycles.exp index 21529e4c24d..0bc99cad3a0 100644 --- a/libphobos/testsuite/libphobos.cycles/cycles.exp +++ b/libphobos/testsuite/libphobos.cycles/cycles.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/libphobos.exceptions/exceptions.exp b/libphobos/testsuite/libphobos.exceptions/exceptions.exp index d744b74e10d..3e760d3e370 100644 --- a/libphobos/testsuite/libphobos.exceptions/exceptions.exp +++ b/libphobos/testsuite/libphobos.exceptions/exceptions.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/libphobos.init_fini/init_fini.exp b/libphobos/testsuite/libphobos.init_fini/init_fini.exp index d744b74e10d..3e760d3e370 100644 --- a/libphobos/testsuite/libphobos.init_fini/init_fini.exp +++ b/libphobos/testsuite/libphobos.init_fini/init_fini.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/libphobos.shared/shared.exp b/libphobos/testsuite/libphobos.shared/shared.exp index 623e062596a..ecbf9284510 100644 --- a/libphobos/testsuite/libphobos.shared/shared.exp +++ b/libphobos/testsuite/libphobos.shared/shared.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/libphobos.thread/thread.exp b/libphobos/testsuite/libphobos.thread/thread.exp index d744b74e10d..3e760d3e370 100644 --- a/libphobos/testsuite/libphobos.thread/thread.exp +++ b/libphobos/testsuite/libphobos.thread/thread.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/libphobos.typeinfo/typeinfo.exp b/libphobos/testsuite/libphobos.typeinfo/typeinfo.exp index d744b74e10d..3e760d3e370 100644 --- a/libphobos/testsuite/libphobos.typeinfo/typeinfo.exp +++ b/libphobos/testsuite/libphobos.typeinfo/typeinfo.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libphobos/testsuite/libphobos.unittests/unittests.exp b/libphobos/testsuite/libphobos.unittests/unittests.exp index e68e6308733..43797144f0a 100644 --- a/libphobos/testsuite/libphobos.unittests/unittests.exp +++ b/libphobos/testsuite/libphobos.unittests/unittests.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # # This 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/libquadmath/ChangeLog b/libquadmath/ChangeLog index a758e4167f5..cfcea9ba720 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,5 +1,7 @@ 2019-01-01 Jakub Jelinek + Update copyright years. + * libquadmath.texi: Bump @copying's copyright year. 2018-12-11 Jakub Jelinek diff --git a/libssp/ChangeLog b/libssp/ChangeLog index ec06f41b857..7db579f2046 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 diff --git a/libssp/Makefile.am b/libssp/Makefile.am index 3b56435709c..1537377447f 100644 --- a/libssp/Makefile.am +++ b/libssp/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the toplevel directory of the libssp library. ## -## Copyright (C) 2005-2018 Free Software Foundation, Inc. +## Copyright (C) 2005-2019 Free Software Foundation, Inc. ## AUTOMAKE_OPTIONS = foreign diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c index 6113179a4fd..67b9c18e187 100644 --- a/libssp/gets-chk.c +++ b/libssp/gets-chk.c @@ -1,5 +1,5 @@ /* Checking gets. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c index 90424e13feb..8301aa0f4ca 100644 --- a/libssp/memcpy-chk.c +++ b/libssp/memcpy-chk.c @@ -1,5 +1,5 @@ /* Checking memcpy. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c index bb54ef260cd..423ba8e4088 100644 --- a/libssp/memmove-chk.c +++ b/libssp/memmove-chk.c @@ -1,5 +1,5 @@ /* Checking memmove. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c index 75b0567a96c..e2b44d27a9c 100644 --- a/libssp/mempcpy-chk.c +++ b/libssp/mempcpy-chk.c @@ -1,5 +1,5 @@ /* Checking mempcpy. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c index 17f42570bd7..d905e066dad 100644 --- a/libssp/memset-chk.c +++ b/libssp/memset-chk.c @@ -1,5 +1,5 @@ /* Checking memset. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c index 7c9db17856e..cb4e4169cd5 100644 --- a/libssp/snprintf-chk.c +++ b/libssp/snprintf-chk.c @@ -1,5 +1,5 @@ /* Checking snprintf. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c index 9f9d884dfbc..badc04749bd 100644 --- a/libssp/sprintf-chk.c +++ b/libssp/sprintf-chk.c @@ -1,5 +1,5 @@ /* Checking sprintf. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c index 0cbc30bf8c8..0c04c99d84c 100644 --- a/libssp/ssp-local.c +++ b/libssp/ssp-local.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp.c b/libssp/ssp.c index 741377ddd40..82709112b1a 100644 --- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/ssp.h.in b/libssp/ssp/ssp.h.in index 4825c98c3b8..28c5f3d609e 100644 --- a/libssp/ssp/ssp.h.in +++ b/libssp/ssp/ssp.h.in @@ -1,5 +1,5 @@ /* Object size checking support macros. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h index c5bd0e4757a..65b76e59b7e 100644 --- a/libssp/ssp/stdio.h +++ b/libssp/ssp/stdio.h @@ -1,5 +1,5 @@ /* Checking macros for stdio functions. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h index c3b0107927d..3e2f26d2cb2 100644 --- a/libssp/ssp/string.h +++ b/libssp/ssp/string.h @@ -1,5 +1,5 @@ /* Checking macros for string functions. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h index 3cff5d833b8..c23540a6285 100644 --- a/libssp/ssp/unistd.h +++ b/libssp/ssp/unistd.h @@ -1,5 +1,5 @@ /* Checking macros for unistd functions. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c index 68ba4759c7a..2e5957f50e3 100644 --- a/libssp/stpcpy-chk.c +++ b/libssp/stpcpy-chk.c @@ -1,5 +1,5 @@ /* Checking stpcpy. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c index d27cd1b250a..ea4b16bfcd6 100644 --- a/libssp/strcat-chk.c +++ b/libssp/strcat-chk.c @@ -1,5 +1,5 @@ /* Checking strcat. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c index a70619e484c..8f051a3da42 100644 --- a/libssp/strcpy-chk.c +++ b/libssp/strcpy-chk.c @@ -1,5 +1,5 @@ /* Checking strcpy. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c index 8a8561a3397..af2647b5540 100644 --- a/libssp/strncat-chk.c +++ b/libssp/strncat-chk.c @@ -1,5 +1,5 @@ /* Checking strncat. - Copyright (C) 1991-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c index 2342c4aeb62..60425e931bd 100644 --- a/libssp/strncpy-chk.c +++ b/libssp/strncpy-chk.c @@ -1,5 +1,5 @@ /* Checking strncpy. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c index 3fa8de5a112..9abb4f30f4d 100644 --- a/libssp/vsnprintf-chk.c +++ b/libssp/vsnprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsnprintf. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c index e5d07d307ad..91814b2d182 100644 --- a/libssp/vsprintf-chk.c +++ b/libssp/vsprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsprintf. - Copyright (C) 2005-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1458251c745..4c9083a857b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,6184 +1,8 @@ -2018-12-23 François Dumont - - * libstdc++-v3/testsuite/util/testsuite_allocator.h - (CustomPointerAlloc<>::allocate(size_t, pointer)): Replace by... - (CustomPointerAlloc<>::allocate(size_t, const_void_pointer)): ...this. - - Respect pointer_traits on node deallocation in _ReuseOrAllocNode - parenthesis operator. - - * include/bits/hashtable_policy.h - (_Hashtable_alloc<>::_M_deallocate_node_ptr(__node_type*)): New. - (_Hashtable_alloc<>::_M_deallocate_node(__node_type*)): Use latter. - (_ReuseOrAllocNode<>::operator<_Arg>()(_Arg&&)): Likewise. - -2018-12-22 Iain Sandoe - - * /config/os/bsd/darwin/ppc-extra.ver: Append long double symbols. - -2018-12-20 Jonathan Wakely - - * testsuite/27_io/filesystem/operations/proximate.cc: Fix test for - MinGW. - * testsuite/27_io/filesystem/path/append/source.cc: Likewise. - * testsuite/27_io/filesystem/path/compare/lwg2936.cc: Likewise. - - * testsuite/27_io/filesystem/directory_entry/lwg3171.cc: New test - (missed from previous commit). - -2018-12-19 Jonathan Wakely - - * doc/xml/manual/abi.xml: Add missing word. - -2018-12-18 Jonathan Wakely - - * include/bits/fs_dir.h (operator<<): Overload for directory_entry, - as per LWG 3171. - * testsuite/27_io/filesystem/directory_entry/lwg3171.cc: New test. - - * src/filesystem/std-dir.cc (filesystem::_Dir::advance): Move new - path instead of copying. - - * src/filesystem/std-dir.cc (filesystem::_Dir::advance): Append - string to lvalue to avoid creating temporary path. - - * include/bits/fs_path.h (path::compare(const string_type&)) - (path::compare(const value_type*)): Add noexcept and construct a - string view to compare to instead of a path. - (path::compare(basic_string_view)): Add noexcept. Remove - inline definition. - * src/filesystem/std-path.cc (path::_Parser): Track last type read - from input. - (path::_Parser::next()): Return a final empty component when the - input ends in a non-root directory separator. - (path::_M_append(basic_string_view)): Remove special cases - for trailing non-root directory separator. - (path::_M_concat(basic_string_view)): Likewise. - (path::compare(const path&)): Implement LWG 2936. - (path::compare(basic_string_view)): Define in terms of - components returned by parser, consistent with LWG 2936. - * testsuite/27_io/filesystem/path/compare/lwg2936.cc: New. - * testsuite/27_io/filesystem/path/compare/path.cc: Test more cases. - * testsuite/27_io/filesystem/path/compare/strings.cc: Likewise. - - * include/std/string_view [__cplusplus > 201703L] - (basic_string_view::starts_with(basic_string_view)): Implement - proposed resolution of LWG 3040 to avoid redundant length check. - (basic_string_view::starts_with(_CharT)): Implement proposed - resolution of LWG 3040 to check at most one character. - (basic_string_view::ends_with(_CharT)): Likewise. - -2018-12-17 Jonathan Wakely - - PR libstdc++/71044 - * src/filesystem/std-path.cc (path::_M_append): Fix off-by-one error - that caused a component to be lost from the iteration sequence. - (path::_M_concat): Likewise. - * testsuite/27_io/filesystem/path/append/source.cc: Test appending - long strings. - * testsuite/27_io/filesystem/path/concat/strings.cc: Test - concatenating long strings. - * testsuite/27_io/filesystem/path/construct/string_view.cc: Test - construction from long string. - -2018-12-13 Jonathan Wakely - - * src/filesystem/std-path.cc (SLASHSLASH_IS_ROOT_NAME): New macro to - control whether interpret paths with two slashes as a root-name. - (path::operator/=(const path&)) [SLASHSLASH_IS_ROOT_NAME]: Add a - root-directory when appending to a root-name. - (path::_M_append(basic_string_view)) - [SLASHSLASH_IS_ROOT_NAME]: Likewise. - (path::operator/=(const path&)) [SLASHSLASH_IS_ROOT_NAME]: Likewise. - (path::_M_concat(basic_string_view)) - [SLASHSLASH_IS_ROOT_NAME]: Likewise. - (path::lexically_normal()) [SLASHSLASH_IS_ROOT_NAME]: Use += instead - of /= to add a root-directory to the result. - * testsuite/27_io/filesystem/path/decompose/root_directory.cc: Fix - expected result for Cygwin. - - PR libstdc++/71044 - * include/bits/fs_path.h (path::path(path&&)): Add noexcept when - appropriate. Move _M_cmpts instead of reparsing the native pathname. - (path::operator=(const path&)): Do not define as defaulted. - (path::operator/=, path::append): Call _M_append. - (path::concat): Call _M_concat. - (path::path(string_type, _Type): Change type of first parameter to - basic_string_view. - (path::_M_append(basic_string_view)): New member function. - (path::_M_concat(basic_string_view)): New member function. - (_S_convert(value_type*, __null_terminated)): Return string view. - (_S_convert(const value_type*, __null_terminated)): Return string view. - (_S_convert(value_type*, value_type*)) - (_S_convert(const value_type*, const value_type*)): Add overloads for - pairs of pointers. - (_S_convert(_InputIterator, __null_terminated)): Construct string_type - explicitly, for cases where _S_convert returns a string view. - (path::_S_is_dir_sep): Replace with non-member is_dir_sep. - (path::_M_trim, path::_M_add_root_name, path::_M_add_root_dir) - (path::_M_add_filename): Remove. - (path::_M_type()): New member function to replace _M_type data member. - (path::_List): Define new struct type instead of using std::vector. - (path::_Cmpt::_Cmpt(string_type, _Type, size_t)): Change type of - first parameter to basic_string_view. - (path::operator+=(const path&)): Do not define inline. - (path::operator+=(const string_type&)): Call _M_concat. - (path::operator+=(const value_type*)): Likewise. - (path::operator+=(value_type)): Likewise. - (path::operator+=(basic_string_view)): Likewise. - (path::operator/=(const path&)): Do not define inline. - (path::_M_append(path)): Remove. - * python/libstdcxx/v6/printers.py (StdPathPrinter): New printer that - understands the new path::_List type. - * src/filesystem/std-path.cc (is_dir_sep): New function to replace - path::_S_is_dir_sep. - (path::_Parser): New helper class to parse strings as paths. - (path::_List::_Impl): Define container type for path components. - (path::_List): Define members. - (path::operator=(const path&)): Define explicitly, to provide the - strong exception safety guarantee. - (path::operator/=(const path&)): Implement manually by processing - each component of the argument, rather than using _M_split_cmpts - to parse the entire string again. - (path::_M_append(string_type)): Likewise. - (path::operator+=(const path&)): Likewise. - (path::_M_concat(string_type)): Likewise. - (path::remove_filename()): Perform trim directly instead of calling - _M_trim(). - (path::_M_split_cmpts()): Rewrite in terms of _Parser class. - (path::_M_trim, path::_M_add_root_name, path::_M_add_root_dir) - (path::_M_add_filename): Remove. - * testsuite/27_io/filesystem/path/append/source.cc: Test appending a - string view that aliases the path. - testsuite/27_io/filesystem/path/concat/strings.cc: Test concatenating - a string view that aliases the path. - - * testsuite/27_io/filesystem/path/generation/proximate.cc: Use - preferred directory separators for normalized paths. - * testsuite/27_io/filesystem/path/generation/relative.cc: Likewise. - - * testsuite/27_io/filesystem/path/itr/traversal.cc: Fix test for - mingw. - - * testsuite/27_io/filesystem/path/construct/80762.cc: Skip test if - the Filesystem TS support is not configured. - * testsuite/experimental/filesystem/path/construct/80762.cc: Likewise. - -2018-12-12 Jonathan Wakely - - PR libstdc++/71044 (partial) - * include/bits/fs_path.h (__path_iter_distance, __path_iter_advance): - New friend functions to implement std::distance and std::advance more - efficiently. - (distance, advance): Add overloads for path::iterator. - * testsuite/27_io/filesystem/path/itr/components.cc: Test new - overload. - - PR libstdc++/80762 - * include/bits/fs_path.h (path::_Path): Use remove_cv_t and is_void. - * include/experimental/bits/fs_path.h (path::_Path): Likewise. - * testsuite/27_io/filesystem/path/construct/80762.cc: New test. - * testsuite/experimental/filesystem/path/construct/80762.cc: New test. - -2018-12-12 Jakub Jelinek - - P0595R2 - is_constant_evaluated - * include/bits/c++config (_GLIBCXX_HAVE_BUILTIN_IS_CONSTANT_EVALUATED): - Define if __builtin_is_constant_evaluated is available. - * include/std/type_traits (std::is_constant_evaluated): New constexpr - inline function. - * testsuite/20_util/is_constant_evaluated/1.cc: New test. - * testsuite/20_util/is_constant_evaluated/noexcept.cc: New test. - -2018-12-10 Gerald Pfeifer - - * doc/xml/manual/documentation_hacking.xml: Update reference - to epubcheck. - -2018-12-10 Jonathan Wakely - - * testsuite/experimental/filesystem/path/query/is_absolute.cc: Fix - test to use TS, not C++17. - -2018-12-06 Iain Sandoe - - * scripts/make_exports.pl (check names): Don’t try to export - construction vtable symbols. - -2018-12-06 Jonathan Wakely - Iain Sandoe - - PR libstdc++/64883 - * testsuite/17_intro/headers/c++1998/all_attributes.cc: Don't test - always_inline on Darwin. - * testsuite/17_intro/headers/c++2011/all_attributes.cc: Likewise. - * testsuite/17_intro/headers/c++2014/all_attributes.cc: Likewise. - * testsuite/17_intro/headers/c++2017/all_attributes.cc: Likewise. - * testsuite/17_intro/headers/c++2020/all_attributes.cc: Likewise. - -2018-12-03 Edward Smith-Rowland <3dw4rd@verizon.net> - - PR libstdc++/88341 - Complex norm doesn't compile with C++11 - * include/std/complex (_S_do_it): Make C++20 constexpr. - * testsuite/26_numerics/complex/value_operations/pr88341.cc: New test. - -2018-11-30 Edward Smith-Rowland <3dw4rd@verizon.net> - - Implement P0457R2 String Prefix and Suffix Checking. - * include/bits/basic_string.h: Add starts_with, ends_with members. - * include/std/string_view: Ditto. - * testsuite/21_strings/basic_string/operations/starts_with/ - char/1.cc: New test. - * testsuite/21_strings/basic_string/operations/starts_with/ - wchar_t/1.cc: New test. - * testsuite/21_strings/basic_string/operations/ends_with/ - char/1.cc: New test. - * testsuite/21_strings/basic_string/operations/ends_with/ - wchar_t/1.cc: New test. - * testsuite/21_strings/basic_string_view/operations/starts_with/ - char/1.cc: New test. - * testsuite/21_strings/basic_string_view/operations/starts_with/ - wchar_t/1.cc: New test. - * testsuite/21_strings/basic_string_view/operations/ends_with/ - char/1.cc: New test. - * testsuite/21_strings/basic_string_view/operations/ends_with/ - wchar_t/1.cc: New test. - -2018-11-30 Edward Smith-Rowland <3dw4rd@verizon.net> - - Pre-emptively support P0646R1 for std container erasure. - * include/bits/erase_if.h: Accumulate and return number of erased nodes. - * include/std/forward_list (): Return number of erased items. - * include/std/list (): Ditto. - * include/std/map (): Ditto. - * include/std/set (): Ditto. - * include/std/string (): Ditto. - * include/std/unordered_map (): Ditto. - * include/std/unordered_set (): Ditto. - * include/std/vector (): Ditto. - * include/std/deque (): Ditto. - * testsuite/21_strings/basic_string/erasure.cc: Test number of erasures. - * testsuite/23_containers/deque/erasure.cc: Ditto. - * testsuite/23_containers/forward_list/erasure.cc: Ditto. - * testsuite/23_containers/list/erasure.cc: Ditto. - * testsuite/23_containers/map/erasure.cc: Ditto. - * testsuite/23_containers/set/erasure.cc: Ditto. - * testsuite/23_containers/unordered_map/erasure.cc: Ditto. - * testsuite/23_containers/unordered_set/erasure.cc: Ditto. - * testsuite/23_containers/vector/erasure.cc: Ditto. - -2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net> - - Only include bits/stl_algo.h for C++20. - * include/std/deque: Only include bits/stl_algo.h for C++20. - * include/std/string: Ditto. - * include/std/vector: Ditto. - -2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net> - - Fix erasure goofs. - * include/experimental/deque: Make inline. - * include/std/deque: Include bits/stl_algo.h. - (erase, erase_if): Make inline. - * include/std/string: Include bits/stl_algo.h. - * include/std/unordered_set: Add erase, erase_if! - * include/std/vector: Include bits/stl_algo.h. - * testsuite/21_strings/basic_string/erasure.cc: - Add { dg-options "-std=gnu++2a" }. - * testsuite/23_containers/deque/erasure.cc: Ditto. - * testsuite/23_containers/forward_list/erasure.cc: Ditto. - * testsuite/23_containers/list/erasure.cc: Ditto. - * testsuite/23_containers/map/erasure.cc: Ditto. - * testsuite/23_containers/set/erasure.cc: Ditto. - * testsuite/23_containers/unordered_map/erasure.cc: Ditto. - * testsuite/23_containers/unordered_set/erasure.cc: Ditto. - * testsuite/23_containers/vector/erasure.cc: Ditto. - -2018-11-29 Jonathan Wakely - - PR libstdc++/88119 - * include/ext/aligned_buffer.h (__aligned_membuf): Add comment. - (__aligned_buffer): Use __alignof__ instead of std::alignment_of. - * include/std/type_traits (alignment_of): Use alignof instead of - __alignof__. - * testsuite/20_util/alignment_of/value.cc: Fix test to check values - match alignof not __alignof__, as required by the standard. - - PR libstdc++/86910 - PR libstdc++/87846 - * src/filesystem/ops.cc (experimental::create_directories): Report - an error when the path resolves to an existing non-directory (P1164). - * src/filesystem/std-ops.cc (create_directories): Likewise. Handle - empty filenames due to trailing slashes. - * testsuite/27_io/filesystem/operations/create_directories.cc: Test - when some component of the path exists and is not a directory. Test - trailing slashes. - * testsuite/experimental/filesystem/operations/create_directories.cc: - Likewise. - -2018-11-28 Jonathan Wakely - - PR libstdc++/83306 - * src/filesystem/path.cc (filesystem_error::_M_gen_what()): Create - string directly, instead of calling fs_err_concat. - - PR libstdc++/83511 - * include/std/string_view (basic_string_view::substr): Add default - argument to first parameter. - * include/experimental/string_view (basic_string_view::substr): - Likewise. - * testsuite/21_strings/basic_string_view/operations/substr/char/ - 83511.cc: New test. - * testsuite/21_strings/basic_string_view/operations/substr/wchar_t/ - 83511.cc: New test. - * testsuite/experimental/string_view/operations/substr/char/83511.cc: - New test. - * testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc: - New test. - -2018-11-28 Edward Smith-Rowland <3dw4rd@verizon.net> - - Implement uniform container erasure for C++20. - * include/Makefile.am: Move erase_if.h. - * include/Makefile.in: Move erase_if.h. - * include/experimental/bits/erase_if.h: Move ... - * include/bits/erase_if.h: ... here. - * include/experimental/map: Move erase_if.h. - * include/experimental/set: Move erase_if.h. - * include/experimental/unordered_map: Move erase_if.h. - * include/experimental/unordered_set: Move erase_if.h. - * include/std/deque (erase_if, erase): New functions. - * include/std/forward_list: Ditto. - * include/std/list: Ditto. - * include/std/map: Ditto. - * include/std/set: Ditto. - * include/std/string: Ditto. - * include/std/unordered_map: Ditto. - * include/std/unordered_set: Ditto. - * include/std/vector: Ditto. - * testsuite/21_strings/basic_string/erasure.cc: New test. - * testsuite/23_containers/deque/erasure.cc: New test. - * testsuite/23_containers/forward_list/erasure.cc: New test. - * testsuite/23_containers/list/erasure.cc: New test. - * testsuite/23_containers/map/erasure.cc: New test. - * testsuite/23_containers/set/erasure.cc: New test. - * testsuite/23_containers/unordered_map/erasure.cc: New test. - * testsuite/23_containers/unordered_set/erasure.cc: New test. - * testsuite/23_containers/vector/erasure.cc: New test. - -2018-11-28 Jonathan Wakely - - * doc/xml/manual/intro.xml: Document LWG 3096 change. - * src/filesystem/std-path.cc (path::lexically_relative(const path&)): - Treat a final empty element equivalently to a final dot element. - * testsuite/27_io/filesystem/path/generation/relative.cc: Add checks - for the examples in the DR. - - PR libstdc++/83306 - * include/bits/fs_path.h (filesystem_error): Move data members into - pimpl class owned by shared_ptr. Remove inline definitions of member - functions. - * src/filesystem/std-path.cc (filesystem_error::_Impl): Define. - (filesystem_error): Define member functions. - * testsuite/27_io/filesystem/filesystem_error/cons.cc: New test. - * testsuite/27_io/filesystem/filesystem_error/copy.cc: New test. - - * doc/xml/manual/status_cxx2017.xml: Update C++17 status. - * doc/html/*: Regenerate. - -2018-11-27 Jonathan Wakely - - * testsuite/27_io/filesystem/operations/canonical.cc: Remove - directory created by test. - * testsuite/27_io/filesystem/operations/symlink_status.cc: Remove - symlink created by test. - - PR libstdc++/67843 - * acinclude.m4 (GLIBCXX_ENABLE_LOCK_POLICY): Add new macro - that defines _GLIBCXX_HAVE_ATOMIC_LOCK_POLICY. - * config.h.in: Regenerate. - * configure: Regenerate. - * configure.ac: Use GLIBCXX_ENABLE_LOCK_POLICY. - * doc/xml/manual/configure.xml: Document new configure option. - * include/bits/fs_dir.h (directory_iterator): Use __shared_ptr - instead of shared_ptr. - (recursive_directory_iterator): Likewise. - (__shared_ptr<_Dir>): Add explicit instantiation declaration. - (__shared_ptr): Likewise. - * include/bits/shared_ptr_base.h (__allocate_shared, __make_shared): - Add default template argument for _Lock_policy template parameter. - * include/ext/concurrence.h (__default_lock_policy): Check macro - _GLIBCXX_HAVE_ATOMIC_LOCK_POLICY instead of checking if the current - target supports the builtins for compare-and-swap. - * src/filesystem/std-dir.cc (__shared_ptr<_Dir>): Add explicit - instantiation definition. - (__shared_ptr): Likewise. - (directory_iterator, recursive_directory_iterator): Use __make_shared - instead of make_shared. - -2018-11-27 François Dumont - - PR libstdc++/88199 - * include/bits/hashtable.h (_Hashtable<>::_M_assign_elements): New. - (_Hashtable<>::operator=(const _Hashtable&)): Use latter. - (_Hashtable<>::_M_move_assign(_Hashtable&&, false_type)): Likewise. - * testsuite/23_containers/unordered_set/allocator/move_assign.cc - (test03): New. - -2018-11-26 Jonathan Wakely - - * testsuite/26_numerics/complex/requirements/more_constexpr.cc: Fix - failure on targets without __float128. - -2018-11-23 Edward Smith-Rowland <3dw4rd@verizon.net> - - Implement P0415 More constexpr for std::complex. - * include/std/complex (conj(complex), norm(complex)): Constexpr; - (real(Tp), imag(Tp)): Constexpr; - (operator@=(Tp), operator@=(complex)): Constexpr; - (operator@(Tp,complex), operator@(complex,Tp) - operator@(complex,complex)): Constexpr. - * testsuite/26_numerics/complex/comparison_operators/ - more_constexpr.cc: New test. - * testsuite/26_numerics/complex/operators/more_constexpr.cc: New test. - * testsuite/26_numerics/complex/requirements/ - more_constexpr.cc: New test. - * testsuite/26_numerics/complex/value_operations/ - more_constexpr.cc: New test. - * testsuite/26_numerics/headers/complex/synopsis.cc: - Add _GLIBCXX20_CONSTEXPR to applicable operators; Add missing proj(). - * testsuite/26_numerics/headers/complex/synopsis.cc: - Add _GLIBCXX20_CONSTEXPR to relevant decls. - -2018-11-23 Martin Sebor - Jonathan Wakely - - PR libstdc++/65229 - * python/libstdcxx/v6/printers.py (StdBitsetPrinter): Handle - exception thrown for std::bitset<0>. - * testsuite/libstdc++-prettyprinters/simple.cc: Test std::bitset<0>. - -2018-11-23 Jonathan Wakely - - PR libstdc++/87308 (partial) - * python/libstdcxx/v6/printers.py (StdExpAnyPrinter): Adjust regex to - work around PR 88166. - * testsuite/libstdc++-prettyprinters/cxx17.cc: Test std::any - containing a local type. - -2018-11-22 Marc Glisse - - PR libstdc++/87106 - * include/bits/stl_algobase.h: Include . - (__niter_base): Add noexcept specification. - * include/bits/stl_deque.h: Include . - (__is_trivially_relocatable): Specialize for deque. - * include/bits/stl_iterator.h: Include . - (__niter_base): Add noexcept specification. - * include/bits/stl_uninitialized.h (__is_trivially_relocatable): - Add parameter for meta-programming. - (__relocate_a_1, __relocate_a): Add noexcept specification. - * include/bits/stl_vector.h (__use_relocate): Test __relocate_a. - -2018-11-22 Jonathan Wakely - - PR libstdc++/85930 - PR libstdc++/87520 - * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti) - [__cpp_rtti]: Define even when RTTI is enabled. Use array of - sizeof(type_info) so that type-punned reference binds to an object - of the correct size as well as correct alignment. - (_Sp_counted_ptr_inplace::_M_get_deleter) [__cpp_rtti]: Check for - _S_ti() reference even when RTTI is enabled. - (__shared_ptr(_Sp_make_shared_tag, const _Alloc&, _Args&&...)) - [__cpp_rtti]: Pass _S_ti() instead of typeid(_Sp_make_shared_tag). - -2018-11-21 Jakub Jelinek - - PR c++/87386 - * testsuite/20_util/scoped_allocator/69293_neg.cc: Adjust expected - line. - * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise. - * testsuite/20_util/uses_allocator/69293_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. - -2018-11-21 Jonathan Wakely - - PR libstdc++/88111 - * include/std/memory_resource (pool_options): Add Doxygen comments. - * src/c++17/memory_resource.cc (pool_sizes): Only use suitable values - on targets with 16-bit or 20-bit size_t type. - (munge_options): Make default values depend on width of size_t type. - - PR libstdc++/88113 - * src/c++17/memory_resource.cc (bitset::size_type): Use the smaller - of uint32_t and size_t. - (bitset::size(), bitset::free(), bitset::update_next_word()) - (bitset::max_blocks_per_chunk(), bitset::max_word_index()): Use - size_type consistently instead of size_t. - (chunk): Adjust static_assert checking sizeof(chunk). - -2018-11-20 Ville Voutilainen - - Housekeeping for the effective targets of optional's tests. - * testsuite/20_util/optional/77288.cc: Adjust. - * testsuite/20_util/optional/84601.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/assignment/8.cc: Likewise. - * testsuite/20_util/optional/cons/77727.cc: Likewise. - * testsuite/20_util/optional/cons/copy.cc: Likewise. - * testsuite/20_util/optional/cons/deduction.cc: Likewise. - * testsuite/20_util/optional/cons/default.cc: Likewise. - * testsuite/20_util/optional/cons/move.cc: Likewise. - * testsuite/20_util/optional/cons/trivial.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/default.cc: Likewise. - * testsuite/20_util/optional/constexpr/cons/value.cc: Likewise. - * testsuite/20_util/optional/constexpr/in_place.cc: Likewise. - * testsuite/20_util/optional/constexpr/nullopt.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/1.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/in_place.cc: Likewise. - * testsuite/20_util/optional/make_optional.cc: Likewise. - * testsuite/20_util/optional/nullopt.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/relops/7.cc: Likewise. - * testsuite/20_util/optional/requirements.cc: Likewise. - * testsuite/20_util/optional/swap/1.cc: Likewise. - * testsuite/20_util/optional/swap/2.cc: Likewise. - * testsuite/20_util/optional/typedefs.cc: Likewise. - -2018-11-19 François Dumont - - * include/ext/throw_allocator.h - (annotate_base::insert(void*, size_t)): Use insert result to check for - double insert attempt. - (annotate_base::insert_construct(void*)): Likewise. - (annotate_base::check_allocated(void*, size_t)): Return found iterator. - (annotate_base::erase(void*, size_t)): Use latter method returned - iterator. - (annotate_base::check_constructed(void*, size_t)): Return found iterator. - (annotate_base::erase_construct(void*)): Use latter method returned - iterator. - -2018-11-19 Ville Voutilainen - - PR libstdc++/87855 - Also implement P0602R4 (variant and optional - should propagate copy/move triviality) for std::optional. - * include/std/optional (_Optional_payload): Change - the main constraints to check constructibility in - addition to assignability. - (operator=): Make constexpr. - (_M_reset): Likewise. - (_M_construct): Likewise. - (operator->): Likewise. - * testsuite/20_util/optional/assignment/8.cc: Adjust. - * testsuite/20_util/optional/assignment/9.cc: New. - -2018-11-19 Jonathan Wakely - - PR libstdc++/88084 - Implement LWG 2777 - * include/std/string_view (basic_string_view::copy): Use traits to - copy. - * testsuite/21_strings/basic_string_view/operations/copy/char/2.cc: - New test. - * testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc: - New test. - -2018-11-18 Michele Pezzutti - Edward Smith-Rowland <3dw4rd@verizon.net> - - PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000 - for high orders. - * include/tr1/bessel_function.tcc: Perform no fewer than nu/2 iterations - of the asymptotic series (nu is the Bessel order). - * testsuite/tr1/5_numerical_facilities/special_functions/ - 09_cyl_bessel_j/check_value.cc: Add tests at nu=100, 1000<=x<=2000. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 11_cyl_neumann/check_value.cc: Ditto. - * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: Ditto. - * testsuite/special_functions/10_cyl_neumann/check_value.cc: Ditto. - -2018-11-17 Jonathan Wakely - - Implement std::pmr::synchronized_pool_resource - * config/abi/pre/gnu.ver: Add new symbols. - * include/std/memory_resource [_GLIBCXX_HAS_GTHREADS] - (__cpp_lib_memory_resource): Define to expected value, 201603. - (synchronized_pool_resource): New class. - [!_GLIBCXX_HAS_GTHREADS] (__cpp_lib_memory_resource): Define to 1. - * include/std/shared_mutex (__glibcxx_rwlock_rdlock) - (__glibcxx_rwlock_tryrdlock, __glibcxx_rwlock_wrlock) - (__glibcxx_rwlock_trywrlock, __glibcxx_rwlock_unlock) - (__glibcxx_rwlock_destroy, __glibcxx_rwlock_init) - (__glibcxx_rwlock_timedrdlock, __glibcxx_rwlock_timedwrlock): Define - weak symbols for POSIX rwlock functions. - (__shared_mutex_pthread): Use weak symbols. - * include/std/version (__cpp_lib_memory_resource): Define. - * src/c++17/memory_resource.cc [_GLIBCXX_HAS_GTHREADS] - (synchronized_pool_resource::_TPools): New class. - (destroy_TPools): New function for pthread_key_create destructor. - (synchronized_pool_resource::synchronized_pool_resource) - (synchronized_pool_resource::~synchronized_pool_resource) - (synchronized_pool_resource::release) - (synchronized_pool_resource::do_allocate) - (synchronized_pool_resource::do_deallocate): Define public members. - (synchronized_pool_resource::_M_thread_specific_pools) - (synchronized_pool_resource::_M_alloc_tpools) - (synchronized_pool_resource::_M_alloc_shared_tpools): Define private - members. - * testsuite/20_util/synchronized_pool_resource/allocate.cc: New test. - * testsuite/20_util/synchronized_pool_resource/cons.cc: New test. - * testsuite/20_util/synchronized_pool_resource/is_equal.cc: New test. - * testsuite/20_util/synchronized_pool_resource/multithreaded.cc: New - test. - * testsuite/20_util/synchronized_pool_resource/release.cc: New test. - * testsuite/performance/20_util/memory_resource/pools.cc: Add - multithreaded tests using pmr::synchronized_pool_resource. - -2018-11-16 Renlin Li - Tejas Belagod - - testsuite/lib/libstdc++.exp (check_v3_target_prop_cached): New proc. - (check_v3_target): Use the check_v3_target_prop_cached. - -2018-11-15 Jonathan Wakely - - * scripts/check_performance: Allow tests to choose a -std flag. - * src/c++17/memory_resource.cc (bitset::get_first_unset()): Use local - variables of the right types. Call update_next_word() unconditionally. - * testsuite/20_util/unsynchronized_pool_resource/cons.cc: New test. - * testsuite/performance/20_util/memory_resource/pools.cc: New test. - * testsuite/util/testsuite_performance.h (time_counter): Allow - timer to be restarted. - - * testsuite/20_util/unsynchronized_pool_resource/allocate.cc: Fix - test for 32-bit targets. Test additional allocation sizes. - -2018-11-14 Jonathan Wakely - - * scripts/create_testsuite_files: Add special_functions to the list - of directories to search. Add comment referring to conformance.exp. - * testsuite/libstdc++-dg/conformance.exp: Add comment referring - to create_testsuite_files. - -2018-11-13 Jonathan Wakely - - * src/c++17/memory_resource.cc (select_num_pools): Fix off-by-one - error when block_size is equal to one of the values in the array. - - * src/c++17/memory_resource.cc (_Pool::deallocate): Restore - attributes to parameters that are only used in assertions. - - * src/c++17/memory_resource.cc (bitset::find_first_unset()): Remove - unused function. - (bitset::get_first_unset()): Remove loop, if there's are unset bits - then _M_next_word refers to the first one and there's no need to loop. - (_Pool::_Pool(size_t, size_t), _Pool::block_size()): Remove dead code. - - * src/c++17/memory_resource.cc (munge_options): Round up value of - largest_required_pool_block to multiple of smallest pool size. Round - excessively large values down to largest pool size. - (select_num_pools): Increase number of pools by one unless it exactly - matches requested largest_required_pool_block. - (__pool_resource::_M_alloc_pools()): Make largest pool size equal - largest_required_pool_block. - * testsuite/20_util/unsynchronized_pool_resource/options.cc: Check - that pool_options::largest_required_pool_block is set appropriately. - - * src/c++17/memory_resource.cc (big_block): Improve comments. - (big_block::all_ones): Remove. - (big_block::big_block(size_t, size_t)): Use alloc_size. - (big_block::size()): Add comment, replace all_ones with equivalent - expression. - (big_block::align()): Shift value of correct type. - (big_block::alloc_size(size_t)): New function to round up size. - (__pool_resource::allocate(size_t, size_t)): Add comment. - (__pool_resource::deallocate(void*, size_t, size_t)): Likewise. Fix - incorrect assertion by using big_block::alloc_size(size_t). - * testsuite/20_util/unsynchronized_pool_resource/allocate.cc: Add - more tests for unpooled allocations. - - * src/c++17/memory_resource.cc (bitset::full()): Handle edge case - for _M_next_word maximum value. - (bitset::get_first_unset(), bitset::set(size_type)): Use - update_next_word() to update _M_next_word. - (bitset::update_next_word()): New function, avoiding wraparound of - unsigned _M_next_word member. - (bitset::max_word_index()): New function. - (chunk::chunk(void*, uint32_t, void*, size_t)): Add assertion. - (chunk::max_bytes_per_chunk()): New function. - (pool::replenish(memory_resource*, const pool_options&)): Prevent - _M_blocks_per_chunk from exceeding max_blocks_per_chunk or from - causing chunk::max_bytes_per_chunk() to be exceeded. - * testsuite/20_util/unsynchronized_pool_resource/allocate-max-chunks.cc: - New test. - -2018-11-12 Jason Merrill - - * libsupc++/new (std::destroying_delete_t): New. - -2018-11-12 Jonathan Wakely - - PR libstdc++/87963 - * src/c++17/memory_resource.cc (chunk::_M_bytes): Change type from - unsigned to uint32_t. - (chunk): Fix static assertion for 64-bit targets that aren't LP64. - (bigblock::all_ones): Fix undefined shift. - -2018-11-11 Hans-Peter Nilsson - - PR libstdc++-v3/54005 - * include/bits/atomic_base.h (__atomic_base<_TTp>::is_lock_free(), - __atomic_base<_PTp*>::is_lock_free()): Call __atomic_is_lock_free - with the type-derived _S_alignment instead of __alignof the object. - * include/std/atomic (atomic::is_lock_free()): Likewise. - -2018-11-11 Jonathan Wakely - - Implement P0318R1 unwrap_ref_decay and unwrap_reference - * include/std/type_traits (unwrap_reference, unwrap_reference_t) - (unwrap_ref_decay, unwrap_ref_decay_t): New traits and aliases. - * testsuite/20_util/unwrap_reference/1.cc: New test. - * testsuite/20_util/unwrap_reference/2.cc: New test. - - Implement P1007R3 std::assume_aligned - * include/std/memory (assume_aligned): Implement for C++17. - * testsuite/20_util/assume_aligned/1.cc: New test. - * testsuite/20_util/assume_aligned/2_neg.cc: New test. - * testsuite/20_util/assume_aligned/3.cc: New test. - -2018-11-09 Jonathan Wakely - - PR libstdc++/87787 - * include/bits/stl_uninitialized.h (__relocate_a_1): Do not call - memmove when there's nothing to copy (and pointers could be null). - -2018-11-07 Hafiz Abid Qadeer - - * configure: Regenerated. - -2018-11-07 Jonathan Wakely - - * config/abi/pre/gnu.ver: Fix patterns for size_t parameters. - -2018-11-06 Jonathan Wakely - - Implement std::pmr::unsynchronized_pool_resource - * config/abi/pre/gnu.ver: Add new symbols. - * include/std/memory_resource (std::pmr::__pool_resource): New class. - (std::pmr::unsynchronized_pool_resource): New class. - * src/c++17/Makefile.am: Add -fimplicit-templates to flags for - memory_resource.cc - * src/c++17/Makefile.in: Regenerate. - * src/c++17/memory_resource.cc (bitset, chunk, big_block): New - internal classes. - (__pool_resource::_Pool): Define new class. - (munge_options, pool_index, select_num_pools): New internal functions. - (__pool_resource::__pool_resource, __pool_resource::~__pool_resource) - (__pool_resource::allocate, __pool_resource::deallocate) - (__pool_resource::_M_alloc_pools): Define member functions. - (unsynchronized_pool_resource::unsynchronized_pool_resource) - (unsynchronized_pool_resource::~unsynchronized_pool_resource) - (unsynchronized_pool_resource::release) - (unsynchronized_pool_resource::_M_find_pool) - (unsynchronized_pool_resource::do_allocate) - (unsynchronized_pool_resource::do_deallocate): Define member - functions. - * testsuite/20_util/unsynchronized_pool_resource/allocate.cc: New - test. - * testsuite/20_util/unsynchronized_pool_resource/is_equal.cc: New - test. - * testsuite/20_util/unsynchronized_pool_resource/options.cc: New - test. - * testsuite/20_util/unsynchronized_pool_resource/release.cc: New - test. - -2018-11-06 John Bytheway - - PR libstdc++/87872 - * include/debug/safe_sequence.tcc - (_Safe_sequence<>::_M_transfer_from_if): Skip transfer to self. - -2018-10-31 Joseph Myers - - PR bootstrap/82856 - * Makefile.am: Include multilib.am. - * configure.ac: Remove AC_PREREQ. - * Makefile.in, aclocal.m4, configure, doc/Makefile.in, - include/Makefile.in, libsupc++/Makefile.in, po/Makefile.in, - python/Makefile.in, src/Makefile.in, src/c++11/Makefile.in, - src/c++17/Makefile.in, src/c++98/Makefile.in, - src/filesystem/Makefile.in, testsuite/Makefile.in: Regenerate. - -2018-10-31 Jonathan Wakely - - * testsuite/20_util/pair/87822.cc: Test deeper nesting. - - PR libstdc++/87822 - * include/bits/stl_pair.h (__pair_base): Change to class template. - (pair): Make base class type depend on template parameters. - * testsuite/20_util/pair/87822.cc: New test. - -2018-10-30 Marek Polacek - - Implement P0892R2, explicit(bool). - * testsuite/20_util/any/cons/explicit.cc: Adjust dg-error. - * testsuite/20_util/pair/cons/explicit_construct.cc: Likewise. - * testsuite/20_util/tuple/cons/explicit_construct.cc: Likewise. - -2018-10-30 Jonathan Wakely - - PR libstdc++/87809 - * include/bits/forward_list.h (_Fwd_list_impl::_Fwd_list_impl()): Use - trait in exception-specification instead of possibly invalid - expression. - * include/bits/stl_bvector.h (_Bvector_impl::_Bvector_impl()): - Likewise. - * include/bits/stl_list.h (_List_impl::_List_impl()): Likewise. - * include/bits/stl_vector.h (_Vector_impl::_Vector_impl()): Likewise. - * testsuite/23_containers/forward_list/cons/87809.cc: New test. - * testsuite/23_containers/list/cons/87809.cc: New test. - * testsuite/23_containers/vector/bool/cons/87809.cc: New test. - * testsuite/23_containers/vector/cons/87809.cc: New test. - - PR libstdc++/87784 - * include/tr2/dynamic_bitset (dynamic_bitset::push_back): When there - are no unused bits in the last block, append a new block with the - right value so the bit doesn't need to be set. Only increment size - after setting the new bit, not before. - * testsuite/tr2/dynamic_bitset/pr87784.cc: New test. - -2018-10-29 David Malcolm - - * testsuite/17_intro/using_namespace_std_exp_neg.cc: Remove - "expected namespace-name before" error. - * testsuite/17_intro/using_namespace_std_tr1_neg.cc: Likewise. - -2018-10-28 François Dumont - - * testsuite/23_containers/deque/48101_neg.cc: Remove dg-prune-output - 'std' from regex pattern for versioned namespace compatibility. - * testsuite/23_containers/vector/48101_neg.cc: Likewise. - * testsuite/27_io/filesystem/path/io/dr2989.cc: Likewise. - -2018-10-25 Jonathan Wakely - - PR libstdc++/87749 - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] - (basic_string::operator=(basic_string&&)): For short strings copy the - buffer inline. Only fall back to using assign(const basic_string&) to - do a deep copy when reallocation is needed. - * testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc: - New test. - * testsuite/21_strings/basic_string/modifiers/assign/char/ - move_assign_optim.cc: New test. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc: - New test. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/ - move_assign_optim.cc: New test. - -2018-10-25 Marc Glisse - - PR libstdc++/87106 - * include/bits/alloc_traits.h (_S_construct, _S_destroy, construct, - destroy): Add noexcept specification. - * include/bits/allocator.h (construct, destroy): Likewise. - * include/ext/alloc_traits.h (construct, destroy): Likewise. - * include/ext/malloc_allocator.h (construct, destroy): Likewise. - * include/ext/new_allocator.h (construct, destroy): Likewise. - * include/bits/stl_uninitialized.h (__relocate_object_a, __relocate_a, - __relocate_a_1): New functions. - (__is_trivially_relocatable): New class. - * include/bits/stl_vector.h (__use_relocate): New static member. - * include/bits/vector.tcc (reserve, _M_realloc_insert, - _M_default_append): Use __relocate_a. - (reserve, _M_assign_aux, _M_realloc_insert, _M_fill_insert, - _M_default_append, _M_range_insert): Move _GLIBCXX_ASAN_ANNOTATE_REINIT - after _Destroy. - * testsuite/23_containers/vector/modifiers/push_back/49836.cc: - Replace CopyConsOnlyType with DelAnyAssign. - -2018-10-24 François Dumont - - * include/debug/safe_unordered_container.h - (_Safe_unordered_container<>::_M_invalidate_locals): Take lambda - parameter type from local end variable. - (_Safe_unordered_container<>::_M_invalidate_all): Likewise. - * include/debug/unordered_map - (unordered_map<>::begin()): Use C++11 direct initialization. - (unordered_map<>::end()): Likewise. - (unordered_map<>::cbegin()): Likewise. - (unordered_map<>::cend()): Likewise. - (unordered_map<>::begin(size_type)): Likewise. - (unordered_map<>::end(size_type)): Likewise. - (unordered_map<>::cbegin(size_type)): Likewise. - (unordered_map<>::cend(size_type)): Likewise. - (unordered_map<>::emplace<>(_Args&&...)): Likewise. - (unordered_map<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (unordered_map<>::insert(const value_type&)): Likewise. - (unordered_map<>::insert(value_type&&)): Likewise. - (unordered_map<>::insert<>(_Pair&&)): Likewise. - (unordered_map<>::insert(const_iterator, const value_type&)): Likewise. - (unordered_map<>::insert(const_iterator, value_type&&)): Likewise. - (unordered_map<>::insert<>(const_iterator, _Pair&&)): Likewise. - (unordered_map<>::try_emplace<>(const key_type&, _Args&&...)): Likewise. - (unordered_map<>::try_emplace<>(key_type&&, _Args&&...)): Likewise. - (unordered_map<>::try_emplace<>(const_iterator, const key_type&, - _Args&&...)): Likewise. - (unordered_map<>::try_emplace<>(const_iterator, key_type&&, - _Args&&...)): Likewise. - (unordered_map<>::insert_or_assign<>(const key_type&, _Obj&&)): Likewise. - (unordered_map<>::insert_or_assign<>(key_type&&, _Obj&&)): Likewise. - (unordered_map<>::insert_or_assign<>(const_iterator, const key_type&, - _Obj&&)): Likewise. - (unordered_map<>::insert_or_assign<>(const_iterator, key_type&&, - _Obj&&)): Likewise. - (unordered_map<>::insert(note_type&&)): Likewise. - (unordered_map<>::find(const key_type&)): Likewise. - (unordered_map<>::equal_range(const key_type&)): Likewise. - (unordered_map<>::_M_extract): New. - (unordered_map<>::extract(const_iterator)): Use latter. - (unordered_map<>::extract(const key_type&)): Likewise. - (unordered_map<>::_M_erase): New. - (unordered_map<>::erase(const key_type&)): Use latter. - (unordered_map<>::erase(const_iterator)): Likewise. - (unordered_map<>::erase(iterator)): Likewise. - (unordered_map<>::_M_invalidate): New. - (unordered_map<>::erase(const_iterator, const_iterator)): Use latter. - (unordered_multimap<>::begin()): Use C++11 direct initialization. - (unordered_multimap<>::end()): Likewise. - (unordered_multimap<>::cbegin()): Likewise. - (unordered_multimap<>::cend()): Likewise. - (unordered_multimap<>::begin(size_type)): Likewise. - (unordered_multimap<>::end(size_type)): Likewise. - (unordered_multimap<>::cbegin(size_type)): Likewise. - (unordered_multimap<>::cend(size_type)): Likewise. - (unordered_multimap<>::emplace<>(_Args&&...)): Likewise. - (unordered_multimap<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (unordered_multimap<>::insert(const value_type&)): Likewise. - (unordered_multimap<>::insert(const_iterator, const value_type&)): Likewise. - (unordered_multimap<>::insert(const_iterator, value_type&&)): Likewise. - (unordered_multimap<>::insert<>(_Pair&&)): Likewise. - (unordered_multimap<>::insert<>(const_iterator, _Pair&&)): Likewise. - (unordered_multimap<>::insert(note_type&&)): Likewise. - (unordered_multimap<>::insert(const_iterator, note_type&&)): Likewise. - (unordered_multimap<>::find(const key_type&)): Likewise. - (unordered_multimap<>::equal_range(const key_type&)): Likewise. - (unordered_multimap<>::_M_extract): New. - (unordered_multimap<>::extract(const_iterator)): Use latter. - (unordered_multimap<>::extract(const key_type&)): Likewise. - (unordered_multimap<>::_M_erase): New. - (unordered_multimap<>::erase(const_iterator)): Likewise. - (unordered_multimap<>::erase(iterator)): Likewise. - (unordered_multimap<>::_M_invalidate): New. - (unordered_multimap<>::erase(const key_type&)): Use latter. - (unordered_multimap<>::erase(const_iterator, const_iterator)): Likewise. - * include/debug/unordered_set - (unordered_set<>::begin()): Use C++11 direct initialization. - (unordered_set<>::end()): Likewise. - (unordered_set<>::cbegin()): Likewise. - (unordered_set<>::cend()): Likewise. - (unordered_set<>::begin(size_type)): Likewise. - (unordered_set<>::end(size_type)): Likewise. - (unordered_set<>::cbegin(size_type)): Likewise. - (unordered_set<>::cend(size_type)): Likewise. - (unordered_set<>::emplace<>(_Args&&...)): Likewise. - (unordered_set<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (unordered_set<>::insert(const value_type&)): Likewise. - (unordered_set<>::insert(value_type&&)): Likewise. - (unordered_set<>::insert(const_iterator, const value_type&)): Likewise. - (unordered_set<>::insert(const_iterator, value_type&&)): Likewise. - (unordered_set<>::insert(note_type&&)): Likewise. - (unordered_set<>::insert(const_iterator, note_type&&)): Likewise. - (unordered_set<>::find(const key_type&)): Likewise. - (unordered_set<>::equal_range(const key_type&)): Likewise. - (unordered_set<>::_M_extract): New. - (unordered_set<>::extract(const_iterator)): Use latter. - (unordered_set<>::extract(const key_type&)): Likewise. - (unordered_set<>::_M_erase): New. - (unordered_set<>::erase(const key_type&)): Use latter. - (unordered_set<>::erase(const_iterator)): Likewise. - (unordered_set<>::erase(iterator)): Likewise. - (unordered_set<>::_M_invalidate): New. - (unordered_set<>::erase(const_iterator, const_iterator)): Use latter. - (unordered_multiset<>::begin()): Use C++11 direct initialization. - (unordered_multiset<>::end()): Likewise. - (unordered_multiset<>::cbegin()): Likewise. - (unordered_multiset<>::cend()): Likewise. - (unordered_multiset<>::begin(size_type)): Likewise. - (unordered_multiset<>::end(size_type)): Likewise. - (unordered_multiset<>::cbegin(size_type)): Likewise. - (unordered_multiset<>::cend(size_type)): Likewise. - (unordered_multiset<>::emplace<>(_Args&&...)): Likewise. - (unordered_multiset<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (unordered_multiset<>::insert(const value_type&)): Likewise. - (unordered_multiset<>::insert(const_iterator, const value_type&)): Likewise. - (unordered_multiset<>::insert(value_type&&)): Likewise. - (unordered_multiset<>::insert(const_iterator, value_type&&)): Likewise. - (unordered_multiset<>::insert(node_type&&)): Likewise. - (unordered_multiset<>::insert(const_iterator, node_type&&)): Likewise. - (unordered_multiset<>::find(const key_type&)): Likewise. - (unordered_multiset<>::equal_range(const key_type&)): Likewise. - (unordered_multiset<>::_M_extract): New. - (unordered_multiset<>::extract(const_iterator)): Use latter. - (unordered_multiset<>::extract(const key_type&)): Likewise. - (unordered_multiset<>::_M_erase): New. - (unordered_multiset<>::erase(const_iterator)): Likewise. - (unordered_multiset<>::erase(iterator)): Likewise. - (unordered_multiset<>::_M_invalidate): New. - (unordered_multiset<>::erase(const key_type&)): Use latter. - (unordered_multiset<>::erase(const_iterator, const_iterator)): Likewise. - - * include/c_global/cstddef: Add versioned namespace. - -2018-10-23 Jonathan Wakely - - PR libstdc++/87704 - * include/bits/unique_ptr.h (unique_ptr::unique_ptr(nullptr_t)): Do - not delegate to default constructor. - (unique_ptr::unique_ptr(nullptr_t)): Likewise. - * testsuite/20_util/unique_ptr/cons/incomplete.cc: New test. - -2018-10-20 François Dumont - - * testsuite/util/testsuite_containers.h - (forward_members_unordered<>::forward_members_unordered - (const value_type&)): Add local_iterator pre and post increment checks. - * config/abi/pre/gnu.ver: Add GLIBCXX_3.4.26 new symbol. - -2018-10-19 Jonathan Wakely - - * testsuite/23_containers/array/requirements/explicit_instantiation/ - 3.cc: Skip test when compiled with a -std=c++NN strict mode. - * testsuite/23_containers/deque/requirements/explicit_instantiation/ - 3.cc: Likewise. - * testsuite/23_containers/forward_list/requirements/ - explicit_instantiation/3.cc: Likewise. - * testsuite/23_containers/list/requirements/explicit_instantiation/ - 3.cc: Likewise. - * testsuite/23_containers/map/requirements/explicit_instantiation/ - 3.cc: Likewise. - * testsuite/23_containers/multimap/requirements/explicit_instantiation/ - 3.cc: Likewise. - * testsuite/23_containers/multiset/requirements/explicit_instantiation/ - 3.cc: Likewise. - * testsuite/23_containers/set/requirements/explicit_instantiation/ - 3.cc: Likewise. - * testsuite/23_containers/unordered_map/requirements/ - explicit_instantiation/3.cc: Likewise. - * testsuite/23_containers/unordered_multimap/requirements/ - explicit_instantiation/3.cc: Likewise. - * testsuite/23_containers/unordered_multiset/requirements/ - explicit_instantiation/3.cc: Likewise. - * testsuite/23_containers/unordered_set/requirements/ - explicit_instantiation/3.cc: Likewise. - * testsuite/23_containers/vector/ext_pointer/explicit_instantiation/ - 3.cc: Likewise. - * testsuite/23_containers/vector/requirements/explicit_instantiation/ - 3.cc: Likewise. - - * testsuite/23_containers/deque/48101_neg.cc: Prune additional errors - printed when __STRICT_ANSI__ is defined. - * testsuite/23_containers/forward_list/48101_neg.cc: Likewise. - * testsuite/23_containers/list/48101_neg.cc: Likewise. - * testsuite/23_containers/multiset/48101_neg.cc: Likewise. - * testsuite/23_containers/set/48101_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/48101_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/48101_neg.cc: Likewise. - * testsuite/23_containers/vector/48101_neg.cc: Likewise. - - * testsuite/23_containers/forward_list/requirements/ - explicit_instantiation/5.cc [__STRICT_ANSI__]: Don't test non-standard - extension. - * testsuite/23_containers/list/requirements/explicit_instantiation/ - 5.cc [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/map/requirements/explicit_instantiation/5.cc - [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/multimap/requirements/explicit_instantiation/ - 5.cc [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/multiset/requirements/explicit_instantiation/ - 5.cc [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/set/requirements/explicit_instantiation/5.cc - [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/unordered_map/requirements/debug_container.cc - [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/unordered_map/requirements/ - explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/unordered_multimap/requirements/ - explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/unordered_multiset/requirements/ - explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. - * testsuite/23_containers/unordered_set/requirements/ - explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. - - * testsuite/20_util/scoped_allocator/1.cc: Use allocator with correct - value type for the container. - * testsuite/23_containers/forward_list/cons/14.cc: Likewise. - * testsuite/23_containers/map/56613.cc: Likewise. - * testsuite/23_containers/unordered_map/55043.cc: Likewise. - * testsuite/23_containers/unordered_map/allocator/copy.cc: Likewise. - * testsuite/23_containers/unordered_map/allocator/copy_assign.cc: - Likewise. - * testsuite/23_containers/unordered_map/allocator/minimal.cc: - Likewise. - * testsuite/23_containers/unordered_map/allocator/move.cc: Likewise. - * testsuite/23_containers/unordered_map/allocator/move_assign.cc: - Likewise. - * testsuite/23_containers/unordered_map/allocator/noexcept.cc: - Likewise. - * testsuite/23_containers/unordered_map/cons/81891.cc: Likewise. - * testsuite/23_containers/unordered_map/requirements/exception/ - basic.cc: Likewise. - * testsuite/23_containers/unordered_map/requirements/exception/ - generation_prohibited.cc: Likewise. - * testsuite/23_containers/unordered_map/requirements/exception/ - propagation_consistent.cc: Likewise. - * testsuite/23_containers/unordered_multimap/55043.cc: Likewise. - * testsuite/23_containers/unordered_multimap/allocator/copy.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/allocator/minimal.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/allocator/move.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/allocator/move_assign.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/allocator/noexcept.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/requirements/exception/ - basic.cc: Likewise. - * testsuite/23_containers/unordered_multimap/requirements/exception/ - generation_prohibited.cc: Likewise. - * testsuite/23_containers/unordered_multimap/requirements/exception/ - propagation_consistent.cc: Likewise. - * testsuite/23_containers/unordered_multimap/requirements/ - explicit_instantiation/5.cc: Likewise. - * testsuite/ext/malloc_allocator/sanity.cc: Likewise. - - * ext/special_functions/airy_ai/check_nan.cc: Skip test for - non-standard extension when a strict -std=c++NN dialect is used. - * ext/special_functions/airy_ai/check_value.cc: Likewise. - * ext/special_functions/airy_ai/compile.cc: Likewise. - * ext/special_functions/airy_bi/check_nan.cc: Likewise. - * ext/special_functions/airy_bi/check_value.cc: Likewise. - * ext/special_functions/airy_bi/compile.cc: Likewise. - * ext/special_functions/conf_hyperg/check_nan.cc: Likewise. - * ext/special_functions/conf_hyperg/check_value.cc: Likewise. - * ext/special_functions/conf_hyperg/compile.cc: Likewise. - * ext/special_functions/hyperg/check_nan.cc: Likewise. - * ext/special_functions/hyperg/check_value.cc: Likewise. - * ext/special_functions/hyperg/compile.cc: Likewise. - - * testsuite/23_containers/list/requirements/explicit_instantiation/ - 5_c++0x.cc: Remove redundant test that is functionally identical to - the 5.cc test. - * testsuite/23_containers/map/requirements/explicit_instantiation/ - 5_c++0x.cc: Likewise. - * testsuite/23_containers/multimap/requirements/explicit_instantiation/ - 5_c++0x.cc: Likewise. - * testsuite/23_containers/multiset/requirements/explicit_instantiation/ - 5_c++0x.cc: Likewise. - * testsuite/23_containers/set/requirements/explicit_instantiation/ - 5_c++0x.cc: Likewise. - - * include/bits/regex_executor.tcc (_Backref_matcher::_M_apply): Use - _GLIBCXX_STD_A to refer to normal mode algorithms. - * testsuite/28_regex/headers/regex/parallel_mode.cc: New test. - * testsuite/28_regex/headers/regex/std_c++0x_neg.cc: Remove empty - whitespace. - - * include/debug/map.h (map::erase(iterator)): Add abi-tag so that - C++11 version mangles differently from incompatible C++98 version. - * include/debug/multimap.h (multimap::erase(iterator)): Likewise. - * include/debug/multiset.h (multiset::erase(iterator)) - (multiset::erase(const_iterator, const_iterator)): Likewise. - * include/debug/set.h (set::erase(iterator)) - (multiset::erase(const_iterator, const_iterator)): Likewise. - -2018-10-18 Jonathan Wakely - - * testsuite/20_util/duration/cons/2.cc: Add -ffloat-store to fix - failure when compiled without optimisation. - * testsuite/ext/profile/mutex_extensions_neg.cc: Prune additional - errors caused by C++17 std::pmr alias templates. - - PR libstdc++/87642 - * config/locale/gnu/monetary_members.cc - (moneypunct::_M_initialize_moneypunct): Use - __narrow_multibyte_chars to convert multibyte thousands separators - to a single char. - * config/locale/gnu/numeric_members.cc - (numpunct::_M_initialize_numpunct): Likewise. - (__narrow_multibyte_chars): New function. - - PR libstdc++/87641 - * include/bits/valarray_array.h (__valarray_sum): Use first element - to initialize accumulator instead of value-initializing it. - (__valarray_product<_Tp>): Move to ... - * src/c++98/valarray.cc (__valarray_product<_Tp>): Here. Use first - element to initialize accumulator. - (__valarray_product(const valarray&)): Remove const_cast made - unnecessary by LWG 389. - * testsuite/26_numerics/valarray/87641.cc: New test. - -2018-10-18 François Dumont - - Partial revert. - 2018-10-08 François Dumont - - * include/debug/list (list<>::cbegin()): Use C++11 direct - initialization. - (list<>::cend()): Likewise. - (list<>::erase(const_iterator, const_iterator)): Ensure consistent - iterator comparisons. - (list<>::splice(const_iterator, list&&, const_iterator, - const_iterator)): Likewise. - - Partial revert. - 2018-10-15 François Dumont - - * include/debug/vector (vector<>::cbegin()): Use C++11 direct - initialization. - (vector<>::cend()): Likewise. - (vector<>::insert(const_iterator, const _Tp&)): Use consistent - iterator comparison. - (vector<>::erase(const_iterator)): Likewise. - (vector<>::erase(const_iterator, const_iterator)): Likewise. - -2018-10-17 Ville Voutilainen - - PR libstdc++/87619 - * include/std/variant (__select_index): Fix an off-by-one. - * testsuite/20_util/variant/87619.cc: New. - -2018-10-16 Jonathan Wakely - - * include/bits/random.h (random_device) [!_GLIBCXX_USE_DEV_RANDOM]: - Fix default constructor to call correct function. - - * testsuite/experimental/net/internet/address/v4/creation.cc: Do not - declare ip in global namespace, to avoid collision with struct ip - defined in . - - * include/experimental/bits/net.h: Move versioned namespace macros - to correct location. - * include/experimental/buffer: Likewise. - * include/experimental/executor: Likewise. - * include/experimental/internet: Likewise. - * include/experimental/io_context: Likewise. - * include/experimental/netfwd: Likewise. - * include/experimental/socket: Likewise. - * include/experimental/timer: Likewise. - - * config.h.in: Regenerate. - * configure: Regenerate. - * configure.ac: Check for headers used by Networking TS. - * include/experimental/executor: Include - instead of . - * include/experimental/internet: Use autoconf macros for available - headers. Include for. Remove and use - __builtin_memcpy and __builtin_strchr. - (resolver_errc) [!_GLIBCXX_HAVE_NETDB_H]: Do not define. - (address_v4::to_string, address_v6::to_string) - [!_GLIBCXX_HAVE_ARPA_INET_H]: Likewise. - (basic_resolver_results) [!_GLIBCXX_HAVE_NETDB_H]: Make private - constructors report errors. - [!_GLIBCXX_HAVE_NETINET_TCP_H] (tcp::no_delay): Do not define. - * include/experimental/io_context: Likewise. - * include/experimental/socket: Likewise. - [!_GLIBCXX_HAVE_SYS_SOCKET_H, !_GLIBCXX_HAVE_POLL_H] (socket_base): Do - not define nested types when relevant header not available. - (__socket_impl::native_non_blocking) [!_GLIBCXX_HAVE_FCNTL_H]: Report - an error. - (__basic_socket_impl::open, __basic_socket_impl::local_endpoint) - (__basic_socket_impl::bind) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. - (__basic_socket_impl::io_control) [!_GLIBCXX_HAVE_SYS_IOCTL_H]: - Likewise. - (basic_socket::at_mark, basic_socket::shutdown) - (basic_socket::remote_endpoint, basic_socket::connect) - (basic_socket::async_connect) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. - (basic_socket::available) [_GLIBCXX_HAVE_SYS_IOCTL_H]: Check macro - for availability. - (basic_socket::wait) [!_GLIBCXX_HAVE_POLL_H]: Likewise. - (basic_datagram_socket::receive, basic_datagram_socket::async_receive) - (basic_datagram_socket::receive_from) - (basic_datagram_socket::async_receive_from) - (basic_datagram_socket::send, basic_datagram_socket::async_send) - (basic_datagram_socket::send_to, basic_datagram_socket::async_send_to) - [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. - (basic_stream_socket::receive, basic_stream_socket::async_receive) - (basic_stream_socket::send, basic_stream_socket::async_send) - [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. - (basic_socket_acceptor::listen, basic_socket_acceptor::accept) - (basic_socket_acceptor::async_accept) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: - Likewise. - (basic_socket_acceptor::wait) [!_GLIBCXX_HAVE_POLL_H]: Likewise. - - * testsuite/experimental/net/headers.cc: Remove dg-options. - * testsuite/experimental/net/buffer/arithmetic.cc: Replace dg-options - with dg-do using effective target. - * testsuite/experimental/net/buffer/const.cc: Likewise. - * testsuite/experimental/net/buffer/creation.cc: Likewise. - * testsuite/experimental/net/buffer/mutable.cc: Likewise. - * testsuite/experimental/net/buffer/size.cc: Likewise. - * testsuite/experimental/net/buffer/traits.cc: Likewise. - * testsuite/experimental/net/execution_context/use_service.cc: - Likewise. - * testsuite/experimental/net/internet/address/v4/comparisons.cc: - Likewise. - * testsuite/experimental/net/internet/address/v4/cons.cc: Likewise. - * testsuite/experimental/net/internet/address/v4/creation.cc: - Likewise. - * testsuite/experimental/net/internet/address/v4/members.cc: Likewise. - * testsuite/experimental/net/internet/resolver/base.cc: Likewise. - * testsuite/experimental/net/internet/resolver/ops/lookup.cc: - Likewise. - * testsuite/experimental/net/internet/resolver/ops/reverse.cc: - Likewise. - * testsuite/experimental/net/timer/waitable/cons.cc: Likewise. - * testsuite/experimental/net/timer/waitable/dest.cc: Likewise. - * testsuite/experimental/net/timer/waitable/ops.cc: Likewise. - - * include/experimental/socket (basic_socket::at_mark): Add missing - return. - - * acinclude.m4 (GLIBCXX_CHECK_RANDOM_TR1): Replace with ... - (GLIBCXX_CHECK_DEV_RANDOM): New macro with more descriptive name. - Define _GLIBCXX_USE_DEV_RANDOM as well as _GLIBCXX_USE_RANDOM_TR1. - * config.h.in: Regenerate. - * configure: Regenerate. - * configure.ac: Use GLIBCXX_CHECK_DEV_RANDOM instead of - GLIBCXX_CHECK_RANDOM_TR1. - crossconfig.m4: Likewise. - * include/bits/random.h (random_device): Use _GLIBCXX_USE_DEV_RANDOM - instead of _GLIBCXX_USE_RANDOM_TR1. - * testsuite/26_numerics/random/random_device/cons/token.cc: Likewise. - -2018-10-16 Rainer Orth - - * testsuite/lib/dg-options.exp (add_options_for_net_ts): New proc. - * testsuite/experimental/net/internet/address/v4/comparisons.cc: - Add dg-add-options net_ts. - * testsuite/experimental/net/internet/address/v4/cons.cc: Likewise. - * testsuite/experimental/net/internet/address/v4/creation.cc: Likewise. - * testsuite/experimental/net/internet/address/v4/members.cc: Likewise. - * testsuite/experimental/net/internet/resolver/base.cc: Likewise. - * testsuite/experimental/net/internet/resolver/ops/lookup.cc: Likewise. - * testsuite/experimental/net/internet/resolver/ops/reverse.cc: Likewise. - -2018-10-16 Jonathan Wakely - - * testsuite/20_util/duration/literals/range_neg.cc: Adjust pruned - diagnostic to account for quotes around 'constexpr'. - * testsuite/23_containers/deque/capacity/max_size.cc: Define static - variable. - * testsuite/23_containers/vector/capacity/max_size.cc: Likewise. - - PR libstdc++/87618 - * config/abi/pre/gnu.ver: Fix typos in patterns for basic_stringbuf. - * testsuite/27_io/basic_stringbuf/cons/char/default.cc: Disable - optimisation to check constructor definition can be linked to. - * testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc: Likewise. - -2018-10-15 Jonathan Wakely - - * testsuite/22_locale/numpunct/members/char/3.cc: Adjust test to - account for change to glibc it_IT localedata (glibc bz#10797). - - PR libstdc++/87587 - * src/c++11/cxx11-shim_facets.cc: Suppress -Wabi warnings. - -2018-10-15 François Dumont - - * include/debug/vector (vector<>::cbegin()): Use C++11 direct - initialization. - (vector<>::cend()): Likewise. - (vector<>::emplace(const_iterator, _Args&&...)): Likewise and use - consistent iterator comparison. - (vector<>::insert(const_iterator, size_type, const _Tp&)): Likewise. - (vector<>::insert(const_iterator, _InputIterator, _InputIterator)): - Likewise. - (vector<>::erase(const_iterator)): Likewise. - (vector<>::erase(const_iterator, const_iterator)): Likewise. - -2018-10-12 Jonathan Wakely - - Initial commit of Networking TS implementation. - * include/Makefile.am: Add new headers. - * include/Makefile.in: Regenerate. - * include/experimental/bits/net.h: New header for common - implementation details of Networking TS. - * include/experimental/buffer: New header. - * include/experimental/executor: New header. - * include/experimental/internet: New header. - * include/experimental/io_context: New header. - * include/experimental/net: New header. - * include/experimental/netfwd: New header. - * include/experimental/socket: New header. - * include/experimental/timer: New header. - * testsuite/experimental/net/buffer/arithmetic.cc: New test. - * testsuite/experimental/net/buffer/const.cc: New test. - * testsuite/experimental/net/buffer/creation.cc: New test. - * testsuite/experimental/net/buffer/mutable.cc: New test. - * testsuite/experimental/net/buffer/size.cc: New test. - * testsuite/experimental/net/buffer/traits.cc: New test. - * testsuite/experimental/net/execution_context/use_service.cc: New - test. - * testsuite/experimental/net/headers.cc: New test. - * testsuite/experimental/net/internet/address/v4/comparisons.cc: New - test. - * testsuite/experimental/net/internet/address/v4/cons.cc: New test. - * testsuite/experimental/net/internet/address/v4/creation.cc: New - test. - * testsuite/experimental/net/internet/address/v4/members.cc: New - test. - * testsuite/experimental/net/internet/resolver/base.cc: New test. - * testsuite/experimental/net/internet/resolver/ops/lookup.cc: New - test. - * testsuite/experimental/net/internet/resolver/ops/reverse.cc: New - test. - * testsuite/experimental/net/timer/waitable/cons.cc: New test. - * testsuite/experimental/net/timer/waitable/dest.cc: New test. - * testsuite/experimental/net/timer/waitable/ops.cc: New test. - - PR libstdc++/77691 - * include/experimental/memory_resource (__resource_adaptor_imp): Do - not allocate sizes smaller than alignment when relying on guaranteed - alignment. - * testsuite/experimental/memory_resource/new_delete_resource.cc: - Adjust expected number of bytes allocated for alignof(max_align_t). - -2018-10-11 François Dumont - - * include/debug/forward_list - (forward_list<>::before_begin()): Use C++11 direct initialization. - (forward_list<>::begin()): Likewise. - (forward_list<>::end()): Likewise. - (forward_list<>::cbefore_begin()): Likewise. - (forward_list<>::cbegin()): Likewise. - (forward_list<>::cend()): Likewise. - (forward_list<>::emplace_after<>(const_iterator, _Args&&...)): Likewise. - (forward_list<>::insert_after(const_iterator, const _Tp&)): Likewise. - (forward_list<>::insert_after(const_iterator, _Tp&&)): Likewise. - (forward_list<>::insert_after(const_iterator, size_type, const _Tp&)): - Likewise. - (forward_list<>::insert_after(const_iterator, initializer_list<>)): - Likewise. - (forward_list<>::erase_after(const_iterator)): Likewise. - (forward_list<>::erase_after(const_iterator, const_iterator)): Likewise - and ensure consistent iterator comparison. - - * include/bits/forward_list.h - (_Fwd_list_iterator<>::operator==): Replace member function with inline - friend. - (_Fwd_list_iterator<>::operator!=): Likewise. - (_Fwd_list_const_iterator<>::operator==): Likewise. - (_Fwd_list_const_iterator<>::operator!=): Likewise. - (operator==(const _Fwd_list_iterator<>&, - const _Fwd_list_const_iterator<>&)): Remove. - (operator!=(const _Fwd_list_iterator<>&, - const _Fwd_list_const_iterator<>&)): Remove. - (forward_list<>::_Node): Take typedef from base type. - (forward_list<>::iterator): Likewise. - (forward_list<>::const_iterator): Likewise. - -2018-10-11 Jonathan Wakely - - PR libstdc++/80538 - * src/c++11/thread.cc (this_thread::__sleep_for) - [_GLIBCXX_HAVE_SLEEP]: Only call sleep for non-zero values. - Loop while sleep call is interrupted and until steady_clock - shows requested duration has elapsed. - (!_GLIBCXX_HAVE_USLEEP]: Use the _GLIBCXX_HAVE_SLEEP code path, but - avoiding the usleep call. - * testsuite/30_threads/this_thread/60421.cc: Test repeated - signal interruptions. - - * include/bits/allocator.h - (operator==(const allocator<_Tp>&, const allocator<_Tp>)) - (operator!=(const allocator<_Tp>&, const allocator<_Tp>)): Replace - with inline friends. - * include/ext/debug_allocator.h (operator==, operator!=): Replace - with inline friend functions that compare to rebound allocators. - * include/ext/malloc_allocator.h (operator==, operator!=): Likewise. - * include/ext/new_allocator.h (operator==, operator!=): Likewise. - * testsuite/ext/debug_allocator/eq.cc: New test. - * testsuite/ext/ext_pointer/alloc_eq.cc: New test. - * testsuite/ext/malloc_allocator/eq.cc: New test. - * testsuite/ext/new_allocator/eq.cc: New test. - -2018-10-10 Jonathan Wakely - - PR libstdc++/87544 - * include/bits/stl_vector.h (vector::_S_max_size): Limit size to - PTRDIFF_MAX / sizeof(value_type). - * include/ext/malloc_allocator.h (malloc_allocator::max_size): - Likewise. - * include/ext/new_allocator.h (new_allocator::max_size): Likewise. - * testsuite/23_containers/vector/allocator/minimal.cc: Adjust - expected value for max_size(). - * testsuite/23_containers/vector/capacity/87544.cc: New test. - -2018-10-09 François Dumont - - * include/bits/stl_list.h - (_List_operator<>::operator==): Replace member function with inline - friend. - (_List_operator<>::operator!=): Likewise. - (_List_const_operator<>::operator==): Likewise. - (_List_const_operator<>::operator!=): Likewise. - (operator==(const _List_iterator<>&, const _List_const_iterator<>&)): - Remove. - (operator!=(const _List_iterator<>&, const _List_const_iterator<>&)): - Remove. - -2018-10-09 Jonathan Wakely - - * include/bits/stringfwd.h (string, wstring, u16string, u32string): - Define typedefs outside of __cxx11 inline namespace. - * python/libstdcxx/v6/printers.py (register_type_printers): Also - register printers for typedefs in new location. - -2018-10-08 Jonathan Wakely - - PR libstdc++/87538 - * testsuite/experimental/functional/87538.cc: New test. - - PR libstdc++/87538 - * include/std/functional (_Not_fn::operator()): Check value of - __is_nothrow_invocable as well. - * testsuite/20_util/function_objects/not_fn/87538.cc: New test. - -2018-10-08 François Dumont - - * include/debug/list (list<>::cbegin()): Use C++11 direct - initialization. - (list<>::cend()): Likewise. - (list<>::emplace<>(const_iterator, _Args&&...)): Likewise. - (list<>::insert(const_iterator, initializer_list<>)): Likewise. - (list<>::insert(const_iterator, size_type, const _Tp&)): Likewise. - (list<>::erase(const_iterator, const_iterator)): Ensure consistent - iterator comparisons. - (list<>::splice(const_iterator, list&&, const_iterator, - const_iterator)): Likewise. - -2018-10-05 François Dumont - - * include/bits/stl_tree.h - (_Rb_tree_iterator<>::operator==): Make inline friend. - (_Rb_tree_iterator<>::operator!=): Likewise. - (_Rb_tree_const_iterator<>::operator==): Likewise. - (_Rb_tree_const_iterator<>::operator!=): Likewise. - (operator==(const _Rb_tree_iterator<>&, - const _Rb_tree_const_iterator&)): Remove. - (operator!=(const _Rb_tree_iterator<>&, - const _Rb_tree_const_iterator&)): Remove. - (operator==(const _Rb_tree<>&, const _Rb_tree<>&)): Make inline friend. - (operator<(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. - (operator!=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise and - deprecate. - (operator>(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. - (operator<=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. - (operator>=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. - * include/debug/map.h (map<>::erase(const_iterator, const_iterator)): - Compare __victim with _Base::cend(). - * include/debug/multimap.h - (multimap<>::erase(const_iterator, const_iterator)): Likewise. - * include/debug/set.h (set<>::erase(const_iterator, const_iterator)): - Compare __victim with _Base::cend(). - * include/debug/multiset.h - (multiset<>::erase(const_iterator, const_iterator)): Likewise. - -2018-10-03 Jonathan Wakely - - PR libstdc++/59439 - * src/c++98/locale.cc (locale::locale(const locale&)): Bypass - reference count updates for the classic locale. - (locale::~locale()): Likewise. - (locale::operator=(const locale&)): Likewise. - * src/c++98/locale_init.cc (locale::locale()): Likewise. - (locale::global(const locale&)): Likewise. - -2018-10-03 François Dumont - - * include/debug/map.h - (map<>::emplace<>(_Args&&...)): Use C++11 direct initialization. - (map<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (map<>::insert(value_type&&)): Likewise. - (map<>::insert<>(_Pair&&)): Likewise. - (map<>::insert<>(const_iterator, _Pair&&)): Likewise. - (map<>::try_emplace): Likewise. - (map<>::insert_or_assign): Likewise. - (map<>::insert(node_type&&)): Likewise. - (map<>::insert(const_iterator, node_type&&)): Likewise. - (map<>::erase(const_iterator)): Likewise. - (map<>::erase(const_iterator, const_iterator)): Likewise. - * include/debug/multimap.h - (multimap<>::emplace<>(_Args&&...)): Use C++11 direct initialization. - (multimap<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (multimap<>::insert<>(_Pair&&)): Likewise. - (multimap<>::insert<>(const_iterator, _Pair&&)): Likewise. - (multimap<>::insert(node_type&&)): Likewise. - (multimap<>::insert(const_iterator, node_type&&)): Likewise. - (multimap<>::erase(const_iterator)): Likewise. - (multimap<>::erase(const_iterator, const_iterator)): Likewise. - * include/debug/set.h - (set<>::emplace<>(_Args&&...)): Use C++11 direct initialization. - (set<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (set<>::insert(value_type&&)): Likewise. - (set<>::insert<>(const_iterator, value_type&&)): Likewise. - (set<>::insert(const_iterator, node_type&&)): Likewise. - (set<>::erase(const_iterator)): Likewise. - (set<>::erase(const_iterator, const_iterator)): Likewise. - * include/debug/multiset.h - (multiset<>::emplace<>(_Args&&...)): Use C++11 direct initialization. - (multiset<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. - (multiset<>::insert<>(value_type&&)): Likewise. - (multiset<>::insert<>(const_iterator, value_type&&)): Likewise. - (multiset<>::insert(node_type&&)): Likewise. - (multiset<>::insert(const_iterator, node_type&&)): Likewise. - (multiset<>::erase(const_iterator)): Likewise. - (multiset<>::erase(const_iterator, const_iterator)): Likewise. - -2018-10-02 Marc Glisse - - PR libstdc++/87258 - * include/bits/stl_bvector.h (vector::begin(), vector::cbegin()): - Rebuild _M_start with an explicit 0 offset. - -2018-10-02 Jonathan Wakely - - * include/std/variant (__gen_vtable_impl::__visit_invoke): Call __get - directly instead of get, as caller ensures correct index is used. - (holds_alternative, get, get_if): Remove redundant inline specifiers. - (_VARIANT_RELATION_FUNCTION_TEMPLATE): Likewise. - -2018-10-02 Joseph Myers - - * testsuite/lib/libstdc++.exp (libstdc++_init): Use - -fno-show-column in default cxxflags. - -2018-10-01 Bernhard Reutner-Fischer - - * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete. - -2018-10-01 Gerald Pfeifer - - * doc/xml/manual/allocator.xml: Adjust link to "Reconsidering - Custom Memory Allocation". - -2018-10-01 Jonathan Wakely - - * doc/html/*: Regenerate. - -2018-09-30 Gerald Pfeifer - - * doc/xml/manual/messages.xml: Switch link to www.oracle.com - to https. - -2018-09-30 Gerald Pfeifer - - * doc/xml/manual/policy_data_structures_biblio.xml: Update - link to Microsoft Component Model Object Technologies. - -2018-09-29 Gerald Pfeifer - - * doc/xml/gnu/fdl-1.3.xml: The Free Software Foundation web - site now uses https. Also omit the unnecessary trailing slash. - * doc/xml/gnu/gpl-3.0.xml: Ditto. - -2018-09-28 François Dumont - - * include/debug/functions.h - (__foreign_iterator_aux3(const _Safe_iterator<>&, const _InputeIter&, - const _InputIter&, __true_type)): Use empty() rather than begin() == - end(). - -2018-09-25 Mike Crowe - - * include/std/condition_variable (condition_variable::wait_for): Use - steady clock in overload that uses a predicate. - -2018-09-25 Jonathan Wakely - - PR libstdc++/87431 - * include/std/variant (_Variant_storage::_M_valid): - Avoid runtime test when all alternatives are scalars and so cannot - throw during initialization. - -2018-09-25 Gerald Pfeifer - - * doc/xml/manual/codecvt.xml: Move link to "UTF-8 and Unicode FAQ" - to https. - -2018-09-24 Gerald Pfeifer - - * doc/xml/manual/policy_data_structures_biblio.xml: Update link - to "Priority Queues and the STL". - -2018-09-23 Gerald Pfeifer - - * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to - https. - -2018-09-21 François Dumont - - PR libstdc++/87135 - * src/c++11/hashtable_c++0x.cc (_Prime_rehash_policy::_M_next_bkt): - Use __builtin_floor to compute _M_next_resize. - * testsuite/23_containers/unordered_set/hash_policy/71181.cc: Adapt. - * testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc: - Adapt. - -2018-09-21 Jonathan Wakely - - * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Remove. - * testsuite/26_numerics/headers/cmath/hypot.cc: Restore test for - long double unconditionally, but use lower tolerance when - sizeof(long double) == sizeof(double). - -2018-09-20 Christophe Lyon - - * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip - on arm*. - -2018-09-19 Jonathan Wakely - - * include/bits/regex_automaton.tcc (_StateSeq<_TraitsT>::_M_clone()): - Remove __glibcxx_assert statements and use map::find instead of - map::operator[]. - -2018-09-18 François Dumont - - PR libstdc++/87135 - * src/c++11/hashtable_c++0x.cc: - (_Prime_rehash_policy::_M_next_bkt): Return a prime no smaller than - requested size, but not necessarily greater. - (_Prime_rehash_policy::_M_need_rehash): Rehash only if target size is - strictly greater than next resize threshold. - * testsuite/23_containers/unordered_map/modifiers/reserve.cc: Adapt test - to validate that there is no rehash as long as number of insertion is - lower or equal to the reserved number of elements. - -2018-09-18 Jonathan Wakely - - * include/bits/unique_ptr.h (__uniq_ptr_impl): Remove static assertion - checking invocable condition. - (unique_ptr::~unique_ptr, unique_ptr::reset): Restore static assertion - here, where types must be complete. Pass pointer to deleter as an - rvalue. - * testsuite/20_util/unique_ptr/requirements/incomplete.cc: New test. - -2018-09-13 Jonathan Wakely - - * include/std/variant (variant) [__clang__]: Limit workaround to - Clang 7 and older. - -2018-09-11 Jonathan Wakely - - PR libstdc++/87278 - * include/bits/shared_ptr.h (make_shared): Use remove_cv instead of - remove_const. - * testsuite/20_util/shared_ptr/creation/87278.cc: New test. - - Implement LWG 2905 changes to constrain unique_ptr constructors - * include/bits/unique_ptr.h (__uniq_ptr_impl): Add assertions to - check deleter type. - (unique_ptr::unique_ptr(pointer, const deleter_type&)): Add copy - constructible constraint. - (unique_ptr::unique_ptr(pointer, deleter_type&&)): Disable for - deleters of reference type and add move constructible constraint. - (unique_ptr::unique_ptr(pointer, remove_reference_t&&)): - Disable for deleters of non-reference type. Define as deleted. - (unique_ptr): Likewise. - * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Replace dg-error - directives with unstable line numbers with dg-prune-output. - * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/lwg2905.cc: New test. - * testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc: - Make deleter types invocable. - -2018-09-05 Jonathan Wakely - - * libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment. - -2018-09-03 Jonathan Wakely - - PR libstdc++/78179 - * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: New test - that runs the long double part of hypot.cc. - * testsuite/26_numerics/headers/cmath/hypot.cc: Disable long double - tests unless TEST_HYPOT_LONG_DOUBLE is defined. - - * include/bits/stl_vector.h (vector::_Temporary_value::_M_ptr): - Return raw pointer not allocator's pointer type. - (vector::_Temporary_value::_M_val): Use _M_ptr. - - PR libstdc++/87194 - * include/bits/stl_map.h - (map::map(initializer_list, const Compare&, const Alloc&)) - (map::map(initializer_list, const Alloc&)) - (map::map(InputIterator, InputIterator, const Alloc&)) - (map::map(InputIterator, InputIterator)) - (map::map(InputIterator, InputIterator, const Compare&, const Alloc&)) - (map::insert(InputIterator, InputIterator)): - Call _M_insert_range_unique instead of _M_insert_unique. - * include/bits/stl_multimap.h - (multimap::multimap(initializer_list, const C&, const A&)) - (multimap::multimap(initializer_list, const A&)) - (multimap::multimap(InputIterator, InputIterator, const A&)) - (multimap::multimap(InputIterator, InputIterator)) - (multimap::multimap(InputIterator, InputIterator, const C&, const A&)) - (multimap::insert(InputIterator, InputIterator)): Call - _M_insert_range_equal instead of _M_insert_equal. - * include/bits/stl_multiset.h - (multiset::multiset(InputIterator, InputIterator)) - (multiset::multiset(InputIterator, InputIterator, const C&, const A&)) - (multiset::multiset(initializer_list, const C&, const A&)) - (multiset::multiset(initializer_list, const A&)) - (multiset::multiset(InputIterator, InputIterator, const A&)) - (multiset::insert(InputIterator, InputIterator)): Call - _M_insert_range_equal instead of _M_insert_equal. - * include/bits/stl_set.h - (set::set(InputIterator, InputIterator)) - (set::set(InputIterator, InputIterator, const Compare&, const Alloc&)) - (set::set(initializer_list, const Compare&, const Alloc&)) - (set::set(initializer_list, const Alloc&)) - (set::set(InputIterator, InputIterator, const Alloc&)) - (set::insert(InputIterator, InputIterator)): - Call _M_insert_range_unique instead of _M_insert_unique. - * include/bits/stl_tree.h - [__cplusplus >= 201103L] (_Rb_tree::__same_value_type): New alias - template for SFINAE constraints. - [__cplusplus >= 201103L] (_Rb_tree::_M_insert_range_unique): Pair of - constrained overloads that either insert or emplace, depending on - iterator's value_type. - [__cplusplus >= 201103L] (_Rb_tree::_M_insert_range_equal): Likewise. - [__cplusplus < 201103L] (_Rb_tree::_M_insert_range_unique) - (_Rb_tree::_M_insert_range_equal): New functions replacing range - versions of _M_insert_unique and _M_insert_equal. - (_Rb_tree::_M_insert_unique(_InputIterator, _InputIterator)) - (_Rb_tree::_M_insert_equal(_InputIterator, _InputIterator)): Remove. - * testsuite/23_containers/map/modifiers/insert/87194.cc: New test. - * testsuite/23_containers/multimap/modifiers/insert/87194.cc: New test. - * testsuite/23_containers/multiset/modifiers/insert/87194.cc: New test. - * testsuite/23_containers/set/modifiers/insert/87194.cc: New test. - - PR libstdc++/78595 - * include/bits/stl_map.h (map::insert(_Pair&&)) - (map::insert(const_iterator, _Pair&&)): Do emplace instead of insert. - * include/bits/stl_multimap.h (multimap::insert(_Pair&&)) - (multimap::insert(const_iterator, _Pair&&)): Likewise. - * include/bits/unordered_map.h (unordered_map::insert(_Pair&&)) - (unordered_map::insert(const_iterator, _Pair&&)) - (unordered_multimap::insert(_Pair&&)) - (unordered_multimap::insert(const_iterator, _Pair&&)): Likewise. - * testsuite/23_containers/map/modifiers/insert/78595.cc: New test. - * testsuite/23_containers/multimap/modifiers/insert/78595.cc: New test. - * testsuite/23_containers/unordered_map/modifiers/78595.cc: New test. - * testsuite/23_containers/unordered_multimap/modifiers/78595.cc: New - test. - -2018-09-02 François Dumont - - * include/debug/safe_iterator.h - (_Safe_iterator<_It, _Seq, _Cat>::_Self): New. - (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag>::_Self): - New. - (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> - ::_OtherSelf): New. - (_GLIBCXX_DEBUG_VERIFY_OPERANDS, _GLIBCXX_DEBUG_VERIFY_EQ_OPERANDS) - (_GLIBCXX_DEBUG_VERIFY_REL_OPERANDS) - (_GLIBCXX_DEBUG_VERIFY_DIST_OPERANDS): Define macros. - (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> - ::operator+(difference_type)): Use latters, inline as friend. - (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> - ::operator-(difference_type)): Likewise. - (operator==(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Likewise. - (operator!=(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Likewise. - (operator<(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. - (operator<=(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Likewise. - (operator>(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. - (operator>=(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Likewise. - (operator-(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. - (operator+(difference_type, const _Safe_iterator<>&)): Likewise. - (operator-(const _Safe_iterator<>&, difference_type)): Likewise. - * include/debug/safe_iterator.tcc - (_Safe_iterator<>::_M_can_advance(difference_type)): Take parameter by - copy. - * include/debug/safe_local_iterator.h - (_Safe_local_iterator<_It, _Seq>::_Self): New. - (_Safe_local_iterator<_It, _Seq>::_OtherSelf): New. - (_GLIBCXX_DEBUG_VERIFY_OPERANDS): Define macro. - (operator==(const _Safe_local_iterator<>&, - const _Safe_local_iterator<>&)): Use latter, inline as friend. - (operator!=(const _Safe_local_iterator<>&, - const _Safe_local_iterator<>&)): Likewise. - * testsuite/util/testsuite_containers.h: Include utility. - (struct forward_members_unordered<_Tp, bool>): Remove 2nd template - parameter. - (forward_members_unordered<>::forward_members_unordered(value_type&)): - Add using namespace std::rel_ops. - Add iterator_concept_checks on local_iterator and const_local_iterator. - Add asserts on comparison between const_local_iterator and - local_iterator. - (struct forward_members_unordered<_Tp, false>): Remove partial - specialization. - * testsuite/23_containers/forward_list/types/1.cc: New. - * testsuite/23_containers/list/types/1.cc: New. - -2018-09-01 Gerald Pfeifer - - * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org - references. - -2018-08-31 Sandra Loosemore - - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc: - Add dg-require-fileio. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc: - Likewise. - * testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc: - Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: - Likewise. - * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.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/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/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-4.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_ifstream/cons/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ifstream/open/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc: - Likewise. - * testsuite/27_io/basic_istream/get/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/getline/wchar_t/5.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/seekg/wchar_t/sstream.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc: Likewise. - * testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ofstream/open/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc: - Likewise. - * testsuite/27_io/objects/wchar_t/10.cc: Likewise. - * testsuite/27_io/objects/wchar_t/12048-1.cc: Likewise. - * testsuite/27_io/objects/wchar_t/12048-2.cc: Likewise. - * testsuite/27_io/objects/wchar_t/12048-3.cc: Likewise. - * testsuite/27_io/objects/wchar_t/12048-4.cc: Likewise. - * testsuite/27_io/objects/wchar_t/12048-5.cc: Likewise. - * testsuite/experimental/string_view/inserters/wchar_t/2.cc: - Likewise. - * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise. - -2018-08-30 Sandra Loosemore - - * testsuite/experimental/propagate_const/observers/1.cc: Make - dependence on -fdelete-null-pointer-checks explicit. - -2018-08-30 Jonathan Wakely - - * include/bits/hashtable_policy.h (__clp2): Fix calculation for LLP64 - targets where sizeof(size_t) > sizeof(long). Avoid undefined shifts - of the number of bits in the type. - * include/std/bit (__ceil2): Avoid undefined shifts. - * testsuite/26_numerics/bit/bit.pow.two/ceil2.cc: Test values with - the most signifiant bit set. - - * config/abi/pre/gnu.ver: Add missing exports for mingw. - - * include/ext/pointer.h (_Pointer_adapter): Define operators for - pointer arithmetic using long long offsets. - * testsuite/ext/ext_pointer/1.cc: Test pointer arithmetic using - long long values. - -2018-08-29 Jonathan Wakely - - PR libstdc++/31413 - * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Check D_FMT - string for alternative format. - -2018-08-28 Jonathan Wakely - - PR libstdc++/87116 - * src/filesystem/std-path.cc (path::lexically_normal): When handling - a dot-dot filename, preserve an empty final component in the iteration - sequence. - [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Use preferred-separator for - root-directory. - * testsuite/27_io/filesystem/path/generation/normal.cc: Add new tests - for more than two adjacent dot-dot filenames. - [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Replace slashes with - preferred-separator in expected normalized strings. - -2018-08-25 Iain Sandoe - - PR libstdc++/70694 - * configure.host (OPT_LDFLAGS): Don't append - -fvisibility-inlines-hidden for newer Darwin. - -2018-08-24 Marc Glisse - - PR libstdc++/86822 - * libsupc++/new (operator new(size_t, nothrow_t), operator - new[](size_t, nothrow_t), operator new(size_t, align_val_t, nothrow_t), - operator new[](size_t, align_val_t, nothrow_t)): Add malloc attribute. - -2018-08-24 Jonathan Wakely - - * include/debug/deque (std::__debug::deque): Declare. - * include/debug/forward_list (std::__debug::forward_list): Declare. - * include/debug/list (std::__debug::list): Declare. - * include/debug/map (std::__debug::map): Declare. - * include/debug/set (std::__debug::set): Declare. - * include/debug/unordered_map (std::__debug::unordered_map): Declare. - * include/debug/unordered_set (std::__debug::unordered_set): Declare. - * include/debug/vector (std::__debug::vector): Declare. - * testsuite/23_containers/deque/types/pmr_typedefs_debug.cc: New test. - * testsuite/23_containers/forward_list/pmr_typedefs_debug.cc: New - test. - * testsuite/23_containers/list/pmr_typedefs_debug.cc: New test. - * testsuite/23_containers/map/pmr_typedefs_debug.cc: New test. - * testsuite/23_containers/multimap/pmr_typedefs_debug.cc: New test. - * testsuite/23_containers/multiset/pmr_typedefs_debug.cc: New test. - * testsuite/23_containers/set/pmr_typedefs_debug.cc: New test. - * testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc: New - test. - * testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc: - New test. - * testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc: - New test. - * testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc: New - test. - * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: - Adjust dg-error lineno. - * testsuite/23_containers/vector/types/pmr_typedefs_debug.cc: New - test. - -2018-08-23 Jonathan Wakely - - * testsuite/util/testsuite_allocator.h (__gnu_test::memory_resource): - Only define when RTTI is enabled. - - * include/debug/vector (__niter_base): Define for C++98. - - * testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc: - Fix C++98 test to not use C++11 features. - * testsuite/25_algorithms/fill_n/2.cc: Likewise. - - * scripts/check_compile: Fix comments. - - * include/debug/string (insert(__const_iterator, _InIter, _InIter)): - [!_GLIBCXX_USE_CXX11_ABI]: Replace use of C++11-only cbegin() with - begin(), for C++98 compatibility. - - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] - (basic_string::__const_iterator): Change access to protected. - [!_GLIBCXX_USE_CXX11_ABI] (basic_string::__const_iterator): Define - as typedef for iterator. - * include/debug/string (__const_iterator): Use typedef from base. - (insert(const_iterator, _CharT)) - (replace(const_iterator, const_iterator, const basic_string&)) - (replace(const_iterator, const_iterator, const _CharT*, size_type)) - (replace(const_iterator, const_iterator, const CharT*)) - (replace(const_iterator, const_iterator, size_type, _CharT)) - (replace(const_iterator, const_iterator, _InputIter, _InputIter)) - (replace(const_iterator, const_iterator, initializer_list<_CharT>)): - Change const_iterator parameters to __const_iterator. - (insert(iterator, size_type, _CharT)): Add C++98 overload. - (insert(const_iterator, _InputIterator, _InputIterator)): Change - const_iterator parameter to __const_iterator. - [!_GLIBCXX_USE_CXX11_ABI]: Add workaround for incorrect return type - of base's member function. - (insert(const_iterator, size_type, _CharT)) [!_GLIBCXX_USE_CXX11_ABI]: - Likewise. - (insert(const_iterator, initializer_list<_CharT>)) - [!_GLIBCXX_USE_CXX11_ABI]: Likewise. - * testsuite/21_strings/basic_string/init-list.cc: Remove effective - target directive. - - * testsuite/20_util/reference_wrapper/lwg2993.cc: Fix C++11 test to - not use C++14 feature. - * testsuite/23_containers/list/68222_neg.cc: Likewise. - - * testsuite/21_strings/basic_string/init-list.cc: - Require cxx11-abi. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc: - Likewise. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc: - Likewise. - - * testsuite/23_containers/deque/capacity/max_size.cc: Fix test for - C++98 mode. - * testsuite/23_containers/deque/modifiers/assign/1.cc: Likewise. - * testsuite/23_containers/list/modifiers/assign/1.cc: Likewise. - * testsuite/23_containers/vector/bool/modifiers/assign/1.cc: Likewise. - * testsuite/23_containers/vector/capacity/max_size.cc: Likewise. - * testsuite/23_containers/vector/modifiers/assign/1.cc: Likewise. - -2018-08-22 Jonathan Wakely - - PR libstdc++/87061 - * include/experimental/regex [!_GLIBCXX_USE_CXX11_ABI] - (experimental::pmr::match_results, experimental::pmr::cmatch) - (experimental::pmr::smatch, experimental::pmr::wcmatch) - (experimental::pmr::wsmatch): Do not declare for gcc4-compatible ABI, - because COW strings don't support C++11 allocator model. - * include/experimental/string [!_GLIBCXX_USE_CXX11_ABI] - (experimental::pmr::basic_string, experimental::pmr::string) - (experimental::pmr::u16string, experimental::pmr::u32string) - (experimental::pmr::wstring): Likewise. - * include/std/regex [!_GLIBCXX_USE_CXX11_ABI] (pmr::match_results) - (pmr::cmatch, pmr::smatch, pmr::wcmatch, pmr::wsmatch): Likewise. - * include/std/string [!_GLIBCXX_USE_CXX11_ABI] (pmr::basic_string) - (pmr::string, pmr::u16string, pmr::u32string, pmr::wstring): Likewise. - * testsuite/21_strings/basic_string/types/pmr_typedefs.cc: Require - cxx11-abi. - * testsuite/28_regex/match_results/pmr_typedefs.cc: Likewise. - - PR libstdc++/78448 - * include/bits/deque.tcc (deque::_M_range_initialize): Use - _S_check_init_len to check size. - (deque::_M_push_back_aux, deque::_M_push_front_aux): Throw length - error if size would exceed max_size(). - * include/bits/stl_deque.h (_Deque_base::size_type): Remove typedef. - (_Deque_base(_Deque_base&&, const allocator_type&, size_t)): Use - size_t instead of size_type. - (deq(size_type, const allocator_type&) - (deq(size_type, const value_type&, const allocator_type&) - (deque::_M_initialize_dispatch): Use _S_check_init_len to check size. - (deque::max_size): Call _S_max_size. - (deque::_S_check_init_len, deque::_S_max_size): New functions. - * include/bits/stl_vector.h (vector(size_type, const allocator_type&)) - (vector(size_type, const value_type&, const allocator_type&)) - (vector::_M_initialize_dispatch, vector::_M_range_initialize): Use - _S_check_init_len to check size. - (vector::max_size): Call _S_max_size. - (vector::_M_check_len): Prevent max from being expanded as a - function-like macro. - (vector::_S_check_init_len, vector::_S_max_size): New functions. - * include/bits/vector.tcc (vector::_M_assign_aux): Use - _S_check_init_len to check size. - * testsuite/23_containers/deque/capacity/max_size.cc: New test. - * testsuite/23_containers/vector/capacity/max_size.cc: New test. - -2018-08-22 François Dumont - - PR libstdc++/68222 - * include/debug/safe_iterator.h - (_Safe_iterator<_It, _Sq, _Cat>): Add category template parameter. - (_Safe_iterator<>::_Const_iterator): Remove. - (_Safe_iterator<>::_IsConstant): New. - (_Safe_iterator<>::_OtherIterator): New. - (_Safe_iterator<_It, _Sq, _Cat>::_Safe_iterator<_MutIte>( - const _Safe_iterator<_MutIte, _Sq, _Cat>&)): Add _IsConstant::__value in - __gnu_cxx::__enable_if condition. - (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_to): New. - (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_from_begin): New. - (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_to_end): New. - (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag>): New. - (_Safe_iterator<_It, _Sq, _Cat>::operator--()): Move... - (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag> - ::operator--()): ...here. - (_Safe_iterator<_It, _Sq, _Cat>::operator--(int)): Move... - (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag> - ::operator--(int)): ...here. - (_Safe_iterator<_It, _Sq, _Cat>::_M_decrementable()): Move... - (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag> - ::_M_decrementable()): ...here. - (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>): New. - (_Safe_iterator<_It, _Sq, _Cat>::operator[](const difference_type&)): - Move... - (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> - ::operator[](const difference_type&)): ...here. - (_Safe_iterator<_It, _Sq, _Cat>::operator+=(const difference_type&)): - Move... - (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> - ::operator+=(const difference_type&)): ...here. - (_Safe_iterator<_It, _Sq, _Cat>::operator+(const difference_type&)): - Move... - (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> - ::operator+(const difference_type&)): ...here. - (_Safe_iterator<_It, _Sq, _Cat>::operator-=(const difference_type&)): - Move... - (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> - ::operator-=(const difference_type&)): ...here. - (_Safe_iterator<_It, _Sq, _Cat>::operator-(const difference_type&)): - Move... - (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> - ::operator-(const difference_type&)): ...here. - (operator<(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Constraint to random access iterators. - (operator<=(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Likewise. - (operator>(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. - (operator>=(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Likewise. - (operator-(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. - (operator+(const difference_type&, const _Safe_iterator<>&)): Likewise. - (__check_dereferenceable(const _Safe_iterator<>&)): Remove. - (__get_distance): Remove. - (__get_distance_from_begin): Remove. - (__get_distance_to_end): Remove. - (struct __is_safe_random_iterator<_Safe_iterator<>>): Remove partial - specialization. - (__base(const _Safe_iterator<>&, std::input_iterator_tag)): Remove. - (__base(const _Safe_iterator<>&, std::random_access_iterator_tag)): Remove. - (__base(const _Safe_iterator<>&)): Constraint to random access iterator. - * include/debug/safe_iterator.tcc - (_Safe_iterator<>::_M_get_distance_from_begin()): New. - (_Safe_iterator<>::_M_get_distance_to_end()): New. - (_Safe_iterator<>::_M_get_distance_to(const _Safe_iterator<>&)): New. - (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> - ::_M_valid_range): New. - * include/debug/safe_local_iterator.h - (_Safe_local_iterator<>::_Const_local_iterator): Remove. - (_Safe_local_iterator<>::_IsConstant): New. - (_Safe_local_iterator<>::_OtherIterator): New. - (_Safe_local_iterator<_It, _Cont>::_Safe_local_iterator<_MutIte, _Cont>( - const _Safe_local_iterator<_MutIte, _Seq>&)): Add _IsConstant::__value - in __gnu_cxx::__enable_if condition. If singular compare base iterator - with _MutIte rather than _It. - (_Safe_local_iterator<>::_S_constant): Make constexpr. - (_Safe_local_iterator<>::_M_get_distance_to): New. - (__check_dereferenceable(const _Safe_local_iterator<>&)): Remove. - (__get_distance(const _Safe_local_iterator<>&, - const _Safe_local_iterator<>&, std::input_iterator_tag)): Remove. - (__valid_range(const _Safe_local_iterator<>&, - const _Safe_local_iterator<>&)): New. - * include/debug/safe_local_iterator.tcc - (_Safe_local_iterator<>::_M_get_distance_to): New. - * include/debug/deque (std::__debug::deque<>): Add - ::__gnu_debug::_Safe_iterator<> friend declaration. - * include/debug/forward_list (std::__debug::forward_list<>): Likewise. - * include/debug/list (std::__debug::list<>): Likewise. - * include/debug/map.h (std::__debug::map<>): Likewise. - * include/debug/multimap.h (std::__debug::multimap<>): Likewise. - * include/debug/set.h (std::__debug::set<>): Likewise. - * include/debug/multiset.h (std::__debug::multiset<>): Likewise. - * include/debug/string (std::__debug::basic_string<>): Likewise. - * include/debug/unordered_map (std::__debug::unordered_map<>): Likewise - and add ::__gnu_debug::_Safe_local_iterator<> friend declaration. - (std::__debug::unordered_multimap<>): Likewise. - * include/debug/unordered_set (std::__debug::unordered_set<>): Likewise. - (std::__debug::unordered_multiset<>): Likewise. - * include/debug/formatter.h: Adapt. - * include/debug/helper_functions.h - (__gnu_debug::_Safe_local_iterator<>): Add declaration. - (__get_distance<_Ite>(_Ite, _Ite, std::random_access_iterator_tag): - Pass parameter by copy. - (__get_distance<_Ite>(_Ite, _Ite, std::input_iterator_tag): Likewise. - (__get_distance<_Ite>(_Ite, _Ite): Likewise. - (__valid_range_aux<_Integral>): Pass _Integral by copy. - (__valid_range<_InputIterator>): Pass _InputIterator by copy. - (__valid_range<>(const _Safe_iterator<>&, - const _Safe_iterator<>&, typename _Distance_traits<>::__type&)): - Declare. - (__valid_range(const _Safe_local_iterator<>&, - const _Safe_local_iterator<>&, typename _Distance_traits<>::__type&)): - Declare. - (__valid_range<>(const _Safe_iterator<>&, const _Safe_iterator<>&)): - Declare. - (__valid_range(const _Safe_local_iterator<>&, const _Safe_local_iterator<>&)): - Declare. - (__can_advance): Adapt. - (struct __is_safe_random_iterator<>): Remove. - (struct _SIter_base<>): Remove. - * include/debug/functions.h: Include . - (__check_dereferenceable): Remove. - (__foreign_iterator_aux4, __foreign_iterator_aux3): Adapt. - (__foreign_iterator_aux2, __foreign_iterator_aux): Adapt. - (__foreign_iterator): Adapt. - * include/debug/stl_iterator.h - (__is_safe_random_iterator>): Remove. - (__base(const std::reverse_iterator<_Safe_iterator<_It, _Sq>)): - Constraint for random access iterators. - (__niter_base): Adapt. - * testsuite/util/testsuite_containers.h: - Include . - (iterator_concept_checks<_It, _Mutable, _Category>): New. - (citerator<_Cont>::forward_members::forward_members()): Instantiate - latter for container iterator and const_iterator. - * testsuite/23_containers/list/68222_neg.cc: New. - * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: Adapt - line number. - * testsuite/23_containers/unordered_set/debug/debug_functions.cc: - (test01): Remove. - * testsuite/23_containers/vector/debug/debug_functions.cc (test01): - Remove. - -2018-08-22 Jonathan Wakely - - PR libstdc++/77854 - * doc/xml/manual/status_cxx1998.xml: Document size_type and - difference_type for containers. - * doc/html/*: Regenerate. - -2018-08-21 François Dumont - - P0646R1 Improving the Return Value of Erase-Like Algorithms I - * include/debug/forward_list (forward_list::__remove_return_type): - Define typedef as size_type or void, according to __cplusplus value. - (_GLIBCXX_FWDLIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or - empty, according to __cplusplus value. - (_GLIBCXX20_ONLY): Define macro. - (forward_list::remove, forward_list::unique): Use typedef and macro - to change return type and add abi-tag for C++2a. Return number of - removed elements for C++2a. - (forward_list::remove_if, forward_list::unique): Use - typedef to change return type for C++2a. Return number of removed - elements for C++2a. - * include/debug/list (list::__remove_return_type): Define typedef as - size_type or void, according to __cplusplus value. - (_GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or - empty, according to __cplusplus value. - (_GLIBCXX20_ONLY): Define macro. - (list::remove, list::unique): Use typedef and macro to change return - type and add abi-tag for C++2a. Return number of removed elements for - C++2a. - (list::remove_if, list::unique): Use typedef - to change return type for C++2a. Return number of removed elements for - C++2a. - -2018-08-21 David Edelsohn - - * testsuite/18_support/new_nothrow.cc: XFAIL on AIX. - -2018-08-21 Jonathan Wakely - - * testsuite/26_numerics/bit/bitops.count/countl_one.cc: Remove - redundant dg-do directive. - * testsuite/26_numerics/bit/bitops.count/countl_zero.cc: Likewise. - * testsuite/26_numerics/bit/bitops.count/countr_one.cc: Likewise. - * testsuite/26_numerics/bit/bitops.count/countr_zero.cc: Likewise. - * testsuite/26_numerics/bit/bitops.count/popcount.cc: Likewise. - -2018-08-20 Jonathan Wakely - - PR libstdc++/86963 - * include/std/tuple (_Tuple_impl::operator=): Define as deleted. - (_Tuple_impl::_M_assign): New functions to perform assignment instead - of assignment operators. - (_Tuple_impl::_M_swap): Remove exception specification. - (_Tuple_impl<_Idx, _Head>): Likewise. - (_TC::_NonNestedTuple, _TC::_NotSameTuple): Use __remove_cvref_t. - (__tuple_base): Remove. - (tuple, tuple<_T1, _T2>): Remove inheritance from __tuple_base. - (tuple::operator=, tuple<_T1, _T2>::operator=): Call _M_assign. - (tuple::swap, tuple<_T1, _T2>::swap): Define exception specification - using __is_nothrow_swappable. - (tuple<_T1, _T2>::tuple(_U1&&, _U2&&)): Use __remove_cvref_t. - - * include/std/optional (_Optional_payload): Use variable templates - for conditions in default template arguments and exception - specifications. - (optional): Likewise. Adjust indentation. - (optional::__not_self, optional::__not_tag, optional::_Requires): New - SFINAE helpers. - (optional::optional): Use new helpers in constructor constraints. - * include/std/type_traits (__or_v, __and_v): New variable templates. - * testsuite/20_util/optional/cons/value_neg.cc: Change dg-error to - dg-prune-output. Remove unused header. - -2018-08-18 François Dumont - - * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define - _GLIBCXX_DEBUG. - -2018-08-17 Jonathan Wakely - - PR libstdc++/86963 - * include/std/tuple (__tuple_base): New class template with deleted - copy assignment operator. - (tuple, tuple<_T1, _T2>): Derive from __tuple_base so that - implicit copy/move assignment operator will be deleted/suppressed. - (tuple::__assignable, tuple<_T1, _T2>::__assignable): New helper - functions for SFINAE constraints on assignment operators. - (tuple::__nothrow_assignable, tuple<_T1, _T2>::__nothrow_assignable): - New helper functions for exception specifications. - (tuple::operator=(const tuple&), tuple::operator=(tuple&&)) - (tuple<_T1, _T2>::operator=(const tuple&)) - (tuple<_T1, _T2>::operator=(tuple&&)): Change parameter types to - __nonesuch_no_braces when the operator should be defined implicitly. - Use __nothrow_assignable for exception specifications. - (tuple::operator=(const tuple<_UElements...>&)) - (tuple::operator=(tuple<_UElements...>&&)) - (tuple<_T1, _T2>::operator=(const tuple<_U1, _U2>&)) - (tuple<_T1, _T2>::operator=(tuple<_U1, _U2>&&)) - (tuple<_T1, _T2>::operator=(const pair<_U1, _U2>&)) - (tuple<_T1, _T2>::operator=(pair<_U1, _U2>&&)): Constrain using - __assignable and use __nothrow_assignable for exception - specifications. - * python/libstdcxx/v6/printers.py (is_specialization_of): Accept - gdb.Type as first argument, instead of a string. - (StdTuplePrinter._iterator._is_nonempty_tuple): New method to check - tuple for expected structure. - (StdTuplePrinter._iterator.__init__): Use _is_nonempty_tuple. - * testsuite/20_util/tuple/dr2729.cc: New test. - * testsuite/20_util/tuple/element_access/get_neg.cc: Change dg-error - to dg-prune-output. - -2018-08-16 Jonathan Wakely - - * include/tr1/legendre_function.tcc (__sph_legendre): Avoid warning - about signed/unsigned comparison. - - * include/std/ostream (basic_ostream::sentry::~sentry): Suppress - deprecation warnings for using uncaught_exception(). - - PR libstdc++/86447 - * src/c++11/cow-stdexcept.cc [_GLIBCXX_FULLY_DYNAMIC_STRING] - (logic_error::logic_error(logic_error&&)) - (logic_error::operator=(logic_error&&)) - (runtime_error::runtime_error(runtime_error&&)) - (runtime_error::operator=(runtime_error&&)): Copy strings instead of - moving, to avoid allocating empty reps for moved-from strings. - -2018-08-15 Jonathan Wakely - - * include/experimental/regex: Remove begin/end macros for namespace. - * include/experimental/string: Likewise. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_deque.cc: - New test. - * testsuite/experimental/polymorphic_allocator/ - pmr_typedefs_forward_list.cc: New test. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_list.cc: - New test. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_map.cc: - New test. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc: - New test. - * testsuite/experimental/polymorphic_allocator/ - pmr_typedefs_multimap.cc: New test. - * testsuite/experimental/polymorphic_allocator/ - pmr_typedefs_multiset.cc: New test. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_set.cc: - New test. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc: - New test. - * testsuite/experimental/polymorphic_allocator/ - pmr_typedefs_unordered_map.cc: New test. - * testsuite/experimental/polymorphic_allocator/ - pmr_typedefs_unordered_multimap.cc: New test. - * testsuite/experimental/polymorphic_allocator/ - pmr_typedefs_unordered_multiset.cc: New test. - * testsuite/experimental/polymorphic_allocator/ - pmr_typedefs_unordered_set.cc: New test. - * testsuite/experimental/polymorphic_allocator/pmr_typedefs_vector.cc: - New test. - - * include/bits/uses_allocator.h (__uses_allocator_construct): Qualify - calls to __uses_allocator_construct_impl and __use_alloc. - * include/experimental/memory_resource - (polymorphic_allocator::_M_construct): Remove. - (polymorphic_allocator::construct): Call __uses_allocator_construct. - Qualify calls to __use_alloc. - * include/std/memory_resource (polymorphic_allocator::construct): Fix - type in SFINAE constraint. Use constexpr if instead of tag dispatching - to _S_construct overloads. - (polymorphic_allocator::construct(pair*, ...)): Fix order of - arguments to _S_construct_p. - (polymorphic_allocator::_S_construct): Remove. - (polymorphic_allocator::_S_construct_p): Return allocators by value - not by reference. - * include/std/scoped_allocator (scoped_allocator_adaptor::construct): - Qualify calls to __use_alloc. - * testsuite/20_util/polymorphic_allocator/construct_pair.cc: New test, - copied from testsuite/20_util/scoped_allocator/construct_pair.cc. - * testsuite/experimental/polymorphic_allocator/1.cc: New test. - * testsuite/experimental/polymorphic_allocator/construct_pair.cc: - New test. - - * src/c++17/memory_resource.cc [!_GLIBCXX_HAS_GTHREADS] - (atomic_mem_res): Add unsynchronized definition for single-threaded. - -2018-08-14 Jonathan Wakely - - PR libstdc++/86954 - * include/bits/stl_tempbuf.h (return_temporary_buffer): Use - non-placement delete. - - * include/std/chrono (__check_overflow): Simplify definition. - (_Checked_integral_constant): Remove. - - PR libstdc++/86846 - * src/c++17/default_resource.h: New file, defining default_res. - * src/c++17/memory_resource.cc [ATOMIC_POINTER_LOCK_FREE != 2] - (atomic_mem_res): Define alternative for atomic - using a mutex instead of atomics. - - PR libstdc++/85343 - * config/abi/pre/gnu.ver: Export new symbol. - * doc/xml/manual/abi.xml: Document new versions. - * include/bits/fstream.tcc (basic_filebuf::underflow) - (basic_filebuf::xsgetn): Pass errno to __throw_ios_failure. - * include/bits/functexcept.h (__throw_ios_failure(const char*, int)): - Declare new overload. - * src/c++11/cxx11-ios_failure.cc (__ios_failure): Add new constructor - and static member function. - (__throw_ios_failure(const char*, int)): Define. - * src/c++98/ios_failure.cc [!_GLIBCXX_USE_DUAL_ABI] - (__throw_ios_failure(const char*, int)): Define. - -2018-08-14 Jeremy Sawicki - - * include/ext/rope (_Rope_iterator_base(const _Rope_iterator_base&)) - (_Rope_const_iterator::operator=(const _Rope_const_iterator&)) - (_Rope_iterator::operator=(const _Rope_iterator&)): Ensure - copied/assigned rope iterators don't retain pointers to the iterator - they were copied/assigned from. - * testsuite/ext/rope/7.cc: New. - -2018-08-13 Jonathan Wakely - - PR libstdc++/45093 - * include/bits/stl_tree.h (_Rb_tree::_M_destroy_node(_Link_type)): - Combine definitions to avoid --detect-odr-violations warning. - - * libsupc++/new_opa.cc (operator new(size_t, align_val_t)): Use - __is_pow2 to check for valid alignment. Avoid branching when rounding - size to multiple of alignment. - - * include/Makefile.am: Install and for freestanding. - * include/Makefile.in: Regenerate. - * testsuite/17_intro/freestanding.cc: Check for and . - - Revert - 2018-08-10 Sebastian Huber - - PR target/85904 - * configure.ac: Define HAVE_ALIGNED_ALLOC if building for - Newlib. - * configure: Regenerate. - -2018-08-10 Jonathan Wakely - - PR libstdc++/68210 - * doc/xml/manual/intro.xml: Document LWG 206 change. - * libsupc++/del_op.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept. - * libsupc++/del_opa.cc: Likewise. - * libsupc++/del_opant.cc: Likewise. - * libsupc++/del_opnt.cc: Likewise. Call operator delete(ptr) instead - of free(ptr). - * libsupc++/del_ops.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept. - * libsupc++/del_opsa.cc: Likewise. - * libsupc++/del_opva.cc: Likewise. - * libsupc++/del_opvant.cc: Likewise. - * libsupc++/del_opvnt.cc: Likewise. Call operator delete[](ptr) - instead of operator delete(ptr). - * libsupc++/del_opvs.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept. - * libsupc++/del_opvsa.cc: Likewise. - * libsupc++/new_op.cc: Use __builtin_expect in check for zero size. - * libsupc++/new_opa.cc: Use nullptr instead of literal 0. - * libsupc++/new_opant.cc: Likewise. Replace _GLIBCXX_USE_NOEXCEPT - with noexcept. - * libsupc++/new_opnt.cc: Likewise. Call operator new(sz) instead of - malloc(sz). - * libsupc++/new_opvant.cc: Use nullptr and noexcept. - * libsupc++/new_opvnt.cc: Likewise. Call operator new[](sz) instead of - operator new(sz, nothrow). - * testsuite/18_support/new_nothrow.cc: New test. - -2018-08-10 Martin Liska - - * libsupc++/new_op.cc (new): Remove __builtin_expect as malloc - predictor can handle that. - * libsupc++/new_opa.cc: Likewise. - * libsupc++/new_opnt.cc (new): Likewise. - -2018-08-10 Sebastian Huber - - PR target/85904 - * configure.ac: Define HAVE_ALIGNED_ALLOC if building for - Newlib. - * configure: Regenerate. - -2018-08-10 Jonathan Wakely - - * include/std/deque (std::pmr::deque): Declare alias. - * include/std/forward_list (std::pmr::forward_list): Likewise. - * include/std/list (std::pmr::list): Likewise. - * include/std/map (std::pmr::map, std::pmr::multimap): Likewise. - * include/std/regex (std::pmr::match_results, std::pmr::cmatch) - (std::pmr::smatch, std::pmr::wcmatch, std::pmr::wsmatch): Likewise. - * include/std/set (std::pmr::set, std::pmr::multiset): Likewise. - * include/std/string (std::pmr::basic_string, std::pmr::string) - (std::pmr::u16string, std::pmr::u32string, std::pmr::wstring): - Likewise. - * include/std/unordered_map (std::pmr::unordered_map) - (std::pmr::unordered_multimap): Likewise. - * include/std/unordered_set (std::pmr::unordered_set) - (std::pmr::unordered_multiset): Likewise. - * include/std/vector (std::pmr::vector): Likewise. - * testsuite/21_strings/basic_string/types/pmr_typedefs.cc: New test. - * testsuite/23_containers/deque/types/pmr_typedefs.cc: New test. - * testsuite/23_containers/forward_list/pmr_typedefs.cc: New test. - * testsuite/23_containers/list/pmr_typedefs.cc: New test. - * testsuite/23_containers/map/pmr_typedefs.cc: New test. - * testsuite/23_containers/multimap/pmr_typedefs.cc: New test. - * testsuite/23_containers/multiset/pmr_typedefs.cc: New test. - * testsuite/23_containers/set/pmr_typedefs.cc: New test. - * testsuite/23_containers/unordered_map/pmr_typedefs.cc: New test. - * testsuite/23_containers/unordered_multimap/pmr_typedefs.cc: New - test. - * testsuite/23_containers/unordered_multiset/pmr_typedefs.cc: New - test. - * testsuite/23_containers/unordered_set/pmr_typedefs.cc: New test. - * testsuite/23_containers/vector/pmr_typedefs.cc: New test. - * testsuite/28_regex/match_results/pmr_typedefs.cc: New test. - -2018-08-08 François Dumont - - * include/bits/stl_algo.h - (__rotate(_Ite, _Ite, _Ite, forward_iterator_tag)) - (__rotate(_Ite, _Ite, _Ite, bidirectional_iterator_tag)) - (__rotate(_Ite, _Ite, _Ite, random_access_iterator_tag)): Move code - duplication... - (rotate(_Ite, _Ite, _Ite)): ...here. - (__stable_partition_adaptive(_FIt, _FIt, _Pred, _Dist, _Pointer, _Dist)): - Simplify rotate call. - (__rotate_adaptive(_BIt1, _BIt1, _BIt1, _Dist, _Dist, _Bit2, _Dist)): - Likewise. - (__merge_without_buffer(_BIt, _BIt, _BIt, _Dist, _Dist, _Comp)): - Likewise. - -2018-08-08 Jonathan Wakely - - * libsupc++/new_opa.cc (aligned_alloc): Declare inside namespace to - avoid clashing with an ::aligned_alloc function that was not detected - by configure. - - * doc/xml/manual/using.xml: Fix markup for empty table entry. - * doc/html/*: Regenerate. - - * doc/xml/manual/using.xml: Add missing header to table and fix typo. - * doc/html/*: Regenerate. - - PR libstdc++/86597 - * include/bits/fs_dir.h (directory_entry::_M_file_type(error_code&)): - Clear error_code when cached type is used. - * testsuite/27_io/filesystem/directory_entry/86597.cc: New test. - -2018-08-07 Jonathan Wakely - - PR libstdc++/86874 - * include/std/variant (_Copy_ctor_base::_M_destructive_move): Define - here instead of in _Move_assign_base. - (_Copy_ctor_base::_M_destructive_move): Define. - (_Copy_assign_base::operator=): Use _M_destructive_move when changing - the contained value to another alternative. - (_Move_assign_base::operator=): Likewise. - (_Move_assign_base::_M_destructive_move): Remove. - * testsuite/20_util/variant/86874.cc: New test. - - PR libstdc++/86861 - * libsupc++/new_opa.cc [_GLIBCXX_HAVE_MEMALIGN] (aligned_alloc): - Replace macro with inline function. - [__sun]: Increase alignment to meet memalign precondition. - [!HAVE__ALIGNED_MALLOC && !HAVE_POSIX_MEMALIGN && !HAVE_MEMALIGN] - (aligned_alloc): Move check for valid alignment to operator new. - Remove redundant check for non-zero size, it's enforced by the caller. - (operator new): Move check for valid alignment here. Use - __builtin_expect on check for zero size. - - * config/abi/pre/gnu.ver: Export monotonic_buffer_resource members. - * include/std/memory_resource (monotonic_buffer_resource::release): - Call _M_release_buffers to free buffers. - (monotonic_buffer_resource::do_allocate): Call _M_new_buffer to - allocate a new buffer from upstream. - (monotonic_buffer_resource::_M_new_buffer): Declare. - (monotonic_buffer_resource::_M_release_buffers): Declare. - (monotonic_buffer_resource::_Chunk): Replace definition with - declaration as opaque type. - * src/c++17/memory_resource.cc (monotonic_buffer_resource::_Chunk): - Define. - (monotonic_buffer_resource::_M_new_buffer): Define. - (monotonic_buffer_resource::_M_release_buffers): Define. - -2018-08-05 François Dumont - - * include/bits/stl_iterator.h: Fix comment. - -2018-08-03 Jonathan Wakely - - * src/c++11/system_error.cc - (system_error_category::default_error_condition): Add workaround for - ENOTEMPTY and EEXIST having the same value on AIX. - * testsuite/19_diagnostics/error_category/system_category.cc: Add - extra testcases for EDOM, EILSEQ, ERANGE, EEXIST and ENOTEMPTY. - -2018-08-01 Jonathan Wakely - - * configure: Regenerate. - * configure.ac: Add -D_GLIBCXX_ASSERTIONS to default DEBUG_FLAGS. - * src/c++11/futex.cc: Use __glibcxx_assert instead of - _GLIBCXX_DEBUG_ASSERT. - -2018-08-01 Mike Crowe - - * include/std/condition_variable (wait_for): Use steady_clock. - -2018-08-01 Mike Crowe - - * include/std/condition_variable (wait_until): Only report timeout - if we really have timed out when measured against the - caller-supplied clock. - * testsuite/30_threads/condition_variable/members/2.cc: Add test - case to confirm above behaviour. - -2018-08-01 Jonathan Wakely - - PR libstdc++/60555 - * src/c++11/system_error.cc - (system_error_category::default_error_condition): New override to - check for POSIX errno values. - * testsuite/19_diagnostics/error_category/generic_category.cc: New - * testsuite/19_diagnostics/error_category/system_category.cc: New - test. - -2018-07-31 Jonathan Wakely - - PR libstdc++/86751 - * include/bits/stl_pair.h (__pair_base): New class with deleted copy - assignment operator. - (pair): Derive from __pair_base. - (pair::operator=): Remove deleted overload. - * python/libstdcxx/v6/printers.py (StdPairPrinter): New pretty printer - so that new base class isn't shown in GDB. - * testsuite/20_util/pair/86751.cc: New test. - * testsuite/20_util/pair/ref_assign.cc: New test. - - * include/bits/c++config (_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP) - (_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE): Move definitions here. - (_GLIBCXX_HAVE_BUILTIN_LAUNDER): Likewise. Use !__is_identifier - instead of __has_builtin. - * include/std/type_traits (_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP) - (_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE): Remove definitions from here. - * include/std/version [!_GLIBCXX_HAS_GTHREADS] - (__cpp_lib_shared_timed_mutex, __cpp_lib_scoped_lock) - (__cpp_lib_shared_mutex): Don't define when Gthreads not in use. - [!_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP] - (__cpp_lib_has_unique_object_representations): Don't define when - builtin not available. - [!_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE] (__cpp_lib_is_aggregate): - Likewise. - [!_GLIBCXX_HAVE_BUILTIN_LAUNDER] (__cpp_lib_launder): Likewise. - * libsupc++/new (_GLIBCXX_HAVE_BUILTIN_LAUNDER): Remove definition - from here. - - * doc/xml/manual/test.xml: Improve documentation on writing tests for - newer standards. - * doc/xml/manual/using.xml: Document all headers for C++11 and later. - * doc/html/*: Regenerate. - - * include/ext/pointer.h [__cplusplus >= 201103L] - (_Pointer_adapter::operator bool): Add explicit conversion operator - to replace safe bool idiom. - -2018-07-30 Jonathan Wakely - - PR libstdc++/86734 - * include/bits/stl_iterator.h (reverse_iterator::operator->): Call - _S_to_pointer (LWG 1052, LWG 2118). - (reverse_iterator::_S_to_pointer): Define overloaded helper functions. - * testsuite/24_iterators/reverse_iterator/dr1052.cc: New test. - * testsuite/24_iterators/reverse_iterator/dr2188.cc: New test. - - * libsupc++/new_opa.cc (operator new(size_t, align_val_t)): Add - workaround for aligned_alloc bug on AIX. - * testsuite/18_support/new_aligned.cc: New test. - -2018-07-26 Marek Polacek - - * testsuite/30_threads/condition_variable_any/cond.cc: New. - -2018-07-26 Marek Polacek - - * src/c++98/locale_init.cc: Fix #ifdef condition. - -2018-07-26 Jonathan Wakely - - * testsuite/18_support/aligned_alloc/aligned_alloc.cc: Add - dg-require-cstdint directive. - * testsuite/20_util/allocator/overaligned.cc: Likewise. - * testsuite/20_util/any/cons/aligned.cc: Likewise. - * testsuite/20_util/monotonic_buffer_resource/allocate.cc: Likewise. - * testsuite/20_util/monotonic_buffer_resource/deallocate.cc: Likewise. - * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: - Likewise. - * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. - * testsuite/23_containers/list/modifiers/insert/25288.cc: Likewise. - * testsuite/23_containers/set/allocator/move_assign.cc: Likewise. - * testsuite/25_algorithms/make_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/pop_heap/complexity.cc: Require cstdint and - random_device effective-target. - * testsuite/25_algorithms/push_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/sample/1.cc: Require cstdint. - * testsuite/25_algorithms/sample/2.cc: Likewise. - * testsuite/25_algorithms/sort_heap/complexity.cc: Require cstdint - and random_device. - * testsuite/26_numerics/headers/random/types_std_c++0x.cc: Require - cstdint. - * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: - Likewise. - * testsuite/26_numerics/random/discard_block_engine/requirements/ - constexpr_data.cc: Likewise. - * testsuite/26_numerics/random/discard_block_engine/requirements/ - constexpr_functions.cc: Likewise. - * testsuite/26_numerics/random/independent_bits_engine/requirements/ - constexpr_functions.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/requirements/ - constexpr_data.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/requirements/ - constexpr_functions.cc: Likewise. - * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ - constexpr_data.cc: Likewise. - * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ - constexpr_functions.cc: Likewise. - * testsuite/26_numerics/random/pr60037-neg.cc: Likewise. - * testsuite/26_numerics/random/seed_seq/cons/65631.cc: Likewise. - * testsuite/26_numerics/random/shuffle_order_engine/requirements/ - constexpr_data.cc: Add dg-require-cstdint directive. - * testsuite/26_numerics/random/shuffle_order_engine/requirements/ - constexpr_functions.cc: Likewise. - * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ - constexpr_data.cc: Likewise. - * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ - constexpr_functions.cc: Likewise. - * testsuite/26_numerics/random/uniform_real_distribution/operators/ - 64351.cc: Likewise. - * testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Likewise. - * testsuite/experimental/algorithm/sample-2.cc: Likewise. - * testsuite/experimental/algorithm/sample.cc: Likewise. - * testsuite/experimental/algorithm/search.cc: Likewise. - * testsuite/experimental/algorithm/shuffle.cc: Likewise. - * testsuite/experimental/any/cons/aligned.cc: Likewise. - * testsuite/experimental/memory_resource/new_delete_resource.cc: - Likewise. - * testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise. - * testsuite/experimental/random/randint.cc: Likewise. - * testsuite/experimental/source_location/1.cc: Likewise. - * testsuite/ext/bitmap_allocator/overaligned.cc: Likewise. - * testsuite/ext/malloc_allocator/overaligned.cc: Likewise. - * testsuite/ext/mt_allocator/overaligned.cc: Likewise. - * testsuite/ext/new_allocator/overaligned.cc: Likewise. - * testsuite/ext/pb_ds/regression/hash_map_rand.cc: Likewise. - * 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/ext/pool_allocator/overaligned.cc: Likewise. - * testsuite/ext/throw_allocator/check_allocate_max_size.cc: Likewise. - * testsuite/ext/throw_allocator/check_deallocate_null.cc: Likewise. - * testsuite/ext/throw_allocator/check_delete.cc: Likewise. - * testsuite/ext/throw_allocator/check_new.cc: Likewise. - * testsuite/ext/throw_allocator/deallocate_global.cc: Likewise. - * testsuite/ext/throw_allocator/deallocate_local.cc: Likewise. - * testsuite/ext/throw_allocator/explicit_instantiation.cc: Likewise. - * testsuite/ext/throw_allocator/variadic_construct.cc: Likewise. - * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Likewise. - - * testsuite/30_threads/recursive_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/recursive_mutex/cons/copy_neg.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/native_handle/typesizes.cc: - Likewise. - * testsuite/30_threads/recursive_mutex/requirements/standard_layout.cc: - Likewise. - * testsuite/30_threads/recursive_mutex/requirements/typedefs.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_mutex/unlock/2.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/cons/assign_neg.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/cons/copy_neg.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/native_handle/ - typesizes.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/requirements/typedefs.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/recursive_timed_mutex/unlock/2.cc: Likewise. - * testsuite/30_threads/scoped_lock/cons/1.cc: Likewise. - * testsuite/30_threads/scoped_lock/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/30_threads/scoped_lock/requirements/typedefs.cc: Likewise. - * testsuite/30_threads/shared_future/cons/assign.cc: Likewise. - * testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise. - * testsuite/30_threads/shared_future/cons/copy.cc: Likewise. - * testsuite/30_threads/shared_future/cons/default.cc: Likewise. - * testsuite/30_threads/shared_future/cons/move.cc: Likewise. - * testsuite/30_threads/shared_future/cons/move_assign.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.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_future/requirements/ - explicit_instantiation.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_lock/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/30_threads/shared_lock/requirements/typedefs.cc: Likewise. - * testsuite/30_threads/shared_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/shared_mutex/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/shared_mutex/cons/copy_neg.cc: Likewise. - * testsuite/30_threads/shared_mutex/requirements/standard_layout.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_mutex/unlock/1.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/requirements/ - standard_layout.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/shared_timed_mutex/unlock/1.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/58038.cc: Likewise. - * testsuite/30_threads/thread/70503.cc: Likewise. - * testsuite/30_threads/thread/84532.cc: Likewise. - * testsuite/30_threads/thread/adl.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/49668.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/84535.cc: Likewise. - * testsuite/30_threads/thread/cons/9.cc: Likewise. - * testsuite/30_threads/thread/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/thread/cons/copy_neg.cc: Likewise. - * testsuite/30_threads/thread/cons/lwg2097.cc: Likewise. - * testsuite/30_threads/thread/cons/moveable.cc: Likewise. - * testsuite/30_threads/thread/cons/terminate.cc: Likewise. - * testsuite/30_threads/thread/id/operators.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/4.cc: Likewise. - * testsuite/30_threads/thread/members/5.cc: Likewise. - * testsuite/30_threads/thread/members/hardware_concurrency.cc: - Likewise. - * testsuite/30_threads/thread/native_handle/cancel.cc: Likewise. - * testsuite/30_threads/thread/swap/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/timed_mutex/cons/copy_neg.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/native_handle/typesizes.cc: - Likewise. - * testsuite/30_threads/timed_mutex/requirements/ - standard_layout.cc: Likewise. - * testsuite/30_threads/timed_mutex/requirements/typedefs.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/timed_mutex/unlock/2.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/30_threads/unique_lock/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/30_threads/unique_lock/requirements/typedefs.cc: Likewise. - - * testsuite/30_threads/async/42819.cc: Remove dg-require-cstdint - directive. - * testsuite/30_threads/async/49668.cc: Likewise. - * testsuite/30_threads/async/54297.cc: Likewise. - * testsuite/30_threads/async/84532.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/forced_unwind.cc: Likewise. - * testsuite/30_threads/async/launch.cc: Likewise. - * testsuite/30_threads/async/lwg2021.cc: Likewise. - * testsuite/30_threads/async/sync.cc: Likewise. - * testsuite/30_threads/call_once/39909.cc: Likewise. - * testsuite/30_threads/call_once/49668.cc: Likewise. - * testsuite/30_threads/call_once/60497.cc: Likewise. - * testsuite/30_threads/call_once/call_once1.cc: Likewise. - * testsuite/30_threads/call_once/constexpr.cc: Likewise. - * testsuite/30_threads/call_once/dr2442.cc: Likewise. - * testsuite/30_threads/call_once/once_flag.cc: Likewise. - * testsuite/30_threads/condition_variable/54185.cc: Likewise. - * testsuite/30_threads/condition_variable/cons/1.cc: Likewise. - * testsuite/30_threads/condition_variable/cons/assign_neg.cc: - Likewise. - * testsuite/30_threads/condition_variable/cons/copy_neg.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/members/53841.cc: Likewise. - * testsuite/30_threads/condition_variable/members/68519.cc: Likewise. - * testsuite/30_threads/condition_variable/native_handle/typesizes.cc: - Likewise. - * testsuite/30_threads/condition_variable/requirements/ - standard_layout.cc: Likewise. - * testsuite/30_threads/condition_variable/requirements/typedefs.cc: - * Likewise. - * testsuite/30_threads/condition_variable_any/50862.cc: Likewise. - * testsuite/30_threads/condition_variable_any/53830.cc: Likewise. - * testsuite/30_threads/condition_variable_any/cons/1.cc: Likewise. - * testsuite/30_threads/condition_variable_any/cons/assign_neg.cc: - Likewise. - * testsuite/30_threads/condition_variable_any/cons/copy_neg.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/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/future/cons/constexpr.cc: Likewise. - * testsuite/30_threads/future/cons/copy_neg.cc: Likewise. - * testsuite/30_threads/future/cons/default.cc: Likewise. - * testsuite/30_threads/future/cons/move.cc: Likewise. - * testsuite/30_threads/future/cons/move_assign.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.cc: Likewise. - * testsuite/30_threads/future/members/wait_for.cc: Likewise. - * testsuite/30_threads/future/members/wait_until.cc: Likewise. - * testsuite/30_threads/future/requirements/explicit_instantiation.cc: - Likewise. - * testsuite/30_threads/headers/condition_variable/types_std_c++0x.cc: - Likewise. - * testsuite/30_threads/headers/future/types_std_c++0x.cc: Likewise. - * testsuite/30_threads/headers/mutex/types_std_c++0x.cc: Likewise. - * testsuite/30_threads/headers/thread/std_c++0x_neg.cc: Likewise. - * testsuite/30_threads/headers/thread/types_std_c++0x.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/lock_guard/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/30_threads/lock_guard/requirements/typedefs.cc: Likewise. - * testsuite/30_threads/mutex/cons/1.cc: Likewise. - * testsuite/30_threads/mutex/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/mutex/cons/constexpr.cc: Likewise. - * testsuite/30_threads/mutex/cons/copy_neg.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/native_handle/typesizes.cc: Likewise. - * testsuite/30_threads/mutex/requirements/standard_layout.cc:: - Likewise. - * testsuite/30_threads/mutex/requirements/typedefs.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/mutex/unlock/2.cc: Likewise. - * testsuite/30_threads/once_flag/cons/constexpr.cc: Likewise. - * testsuite/30_threads/packaged_task/49668.cc: Likewise. - * testsuite/30_threads/packaged_task/60564.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/3.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/56492.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/alloc.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/alloc_min.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/copy_neg.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/get_future2.cc: Likewise. - * testsuite/30_threads/packaged_task/members/invoke.cc: Likewise. - * testsuite/30_threads/packaged_task/members/invoke2.cc: Likewise. - * testsuite/30_threads/packaged_task/members/invoke3.cc: Likewise. - * testsuite/30_threads/packaged_task/members/invoke4.cc: Likewise. - * testsuite/30_threads/packaged_task/members/invoke5.cc: Likewise. - * testsuite/30_threads/packaged_task/members/reset.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/packaged_task/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/30_threads/packaged_task/uses_allocator.cc: Likewise. - * testsuite/30_threads/promise/60966.cc: Likewise. - * testsuite/30_threads/promise/69106.cc: Likewise. - * testsuite/30_threads/promise/cons/1.cc: Likewise. - * testsuite/30_threads/promise/cons/alloc.cc: Likewise. - * testsuite/30_threads/promise/cons/alloc2.cc: Likewise. - * testsuite/30_threads/promise/cons/alloc_min.cc: Likewise. - * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise. - * testsuite/30_threads/promise/cons/copy_neg.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/at_thread_exit2.cc: Likewise. - * testsuite/30_threads/promise/members/get_future.cc: Likewise. - * testsuite/30_threads/promise/members/get_future2.cc: Likewise. - * testsuite/30_threads/promise/members/set_exception.cc: Likewise. - * testsuite/30_threads/promise/members/set_exception2.cc: Likewise. - * testsuite/30_threads/promise/members/set_value.cc: Likewise. - * testsuite/30_threads/promise/members/set_value2.cc: Likewise. - * testsuite/30_threads/promise/members/set_value3.cc: Likewise. - * testsuite/30_threads/promise/members/swap.cc: Likewise. - * testsuite/30_threads/promise/requirements/explicit_instantiation.cc: - * Likewise. - * testsuite/30_threads/promise/uses_allocator.cc: Likewise. - - * testsuite/18_support/numeric_limits/char16_32_t.cc: Qualify names - from namespace std. - * testsuite/20_util/align/2.cc: Remove dg-require-cstdint directive. - * testsuite/20_util/duration/arithmetic/1.cc: Likewise. - * testsuite/20_util/duration/arithmetic/2.cc: Likewise. - * testsuite/20_util/duration/arithmetic/dr2020.cc: Likewise. - * testsuite/20_util/duration/arithmetic/dr934-1.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/1_neg.cc: Likewise. - * testsuite/20_util/duration/cons/2.cc: Likewise. - * testsuite/20_util/duration/cons/54025.cc: Likewise. - * testsuite/20_util/duration/cons/dr974_neg.cc: Likewise. - * testsuite/20_util/duration/requirements/explicit_instantiation/ - explicit_instantiation.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-4.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/53840.cc: Likewise. - * testsuite/20_util/ratio/operations/ops1.cc: Likewise. - * testsuite/20_util/shared_ptr/atomic/3.cc: Likewise. - * testsuite/20_util/system_clock/1.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/requirements/explicit_instantiation/ - explicit_instantiation.cc: Likewise. - * testsuite/21_strings/basic_string/requirements/ - explicit_instantiation/char16_t/1.cc: Likewise. - * testsuite/21_strings/basic_string/requirements/ - explicit_instantiation/char32_t/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/char_traits/requirements/ - explicit_instantiation/char16_t/1.cc: Likewise. - * testsuite/21_strings/char_traits/requirements/ - explicit_instantiation/char32_t/1.cc: Likewise. - * testsuite/21_strings/headers/string/types_std_c++0x.cc: Likewise. - * testsuite/22_locale/codecvt/char16_t.cc: Likewise. - * testsuite/22_locale/codecvt/char32_t.cc: Likewise. - * testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc: - Likewise. - * 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/23_containers/vector/bool/72847.cc: Likewise. - * testsuite/23_containers/vector/debug/multithreaded_swap.cc: - Likewise. - * testsuite/experimental/string_view/requirements/ - explicit_instantiation/char16_t/1.cc: Likewise. - * testsuite/experimental/string_view/requirements/ - explicit_instantiation/char32_t/1.cc: Likewise. - * testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/ - 1.cc: Likewise. - * testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/ - 1.cc: Likewise. - - * include/ext/throw_allocator.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (random_condition, throw_value_random, throw_allocator_random) - (std::hash): Do not define when is - not usable. - * src/c++11/cow-stdexcept.cc [!_GLIBCXX_USE_C99_STDINT_TR1]: Do not - define transactional memory support when is not usable. - - * include/bits/hashtable_policy.h (__detail::__clp2): Use faster - implementation that doesn't depend on types. - * include/std/memory (align) [!_GLIBCXX_USE_C99_STDINT_TR1]: Use - std::size_t when std::uintptr_t is not usable. - [!_GLIBCXX_USE_C99_STDINT_TR1] (pointer_safety, declare_reachable) - (undeclare_reachable, declare_no_pointers, undeclare_no_pointers): - Define independent of _GLIBCXX_USE_C99_STDINT_TR1. - - * include/bits/basic_string.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (hash, hash): Remove dependency on - _GLIBCXX_USE_C99_STDINT_TR1. - * include/bits/char_traits.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (char_traits, char_traits): Remove dependency on - _GLIBCXX_USE_C99_STDINT_TR1. Use __UINT_LEAST16_TYPE__ and - __UINT_LEAST32_TYPE__ or make_unsigned when is not usable. - * include/bits/codecvt.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (codecvt) - (codecvt) - (codecvt_byname) - (codecvt_byname): Remove dependency - on _GLIBCXX_USE_C99_STDINT_TR1. - * include/bits/locale_facets.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (_GLIBCXX_NUM_UNICODE_FACETS): Likewise. - * include/bits/stringfwd.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (char_traits, char_traits) - (basic_string, basic_string): Remove dependency - on _GLIBCXX_USE_C99_STDINT_TR1. - * include/experimental/string_view [!_GLIBCXX_USE_C99_STDINT_TR1] - (u16string_view, u32string_view, hash) - (hash, operator""sv(const char16_t, size_t)) - (operator""sv(const char32_t, size_t)): Likewise. - * include/ext/vstring.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (hash<__u16vstring>, hash<__u32vstring>): Likewise. - * include/ext/vstring_fwd.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (__u16vstring, __u16sso_string, __u16rc_string, __u32vstring) - (__u32sso_string, __u32rc_string): Likewise. - * include/std/codecvt [!_GLIBCXX_USE_C99_STDINT_TR1] (codecvt_mode) - (codecvt_utf8, codecvt_utf16, codecvt_utf8_utf16): Likewise. - * include/std/string_view [!_GLIBCXX_USE_C99_STDINT_TR1] - (u16string_view, u32string_view, hash) - (hash, operator""sv(const char16_t, size_t)) - (operator""sv(const char32_t, size_t)): Likewise. - * src/c++11/codecvt.cc: Likewise. - * src/c++98/locale_init.cc: Likewise. - * src/c++98/localename.cc: Likewise. - - * include/bits/atomic_futex.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (__atomic_futex_unsigned_base): Remove dependency on - _GLIBCXX_USE_C99_STDINT_TR1 macro. - * include/bits/unique_lock.h [!_GLIBCXX_USE_C99_STDINT_TR1] - (unique_lock): Remove dependency on _GLIBCXX_USE_C99_STDINT_TR1. - * include/c_global/cstdint [!_GLIBCXX_USE_C99_STDINT_TR1] (intmax_t) - (uintmax_t): Define using predefined macros. - * include/std/chrono [!_GLIBCXX_USE_C99_STDINT_TR1] (duration) - (time_point, system_clock, high_resolution_clock, steady_clock): Remove - dependency on _GLIBCXX_USE_C99_STDINT_TR1 macro. - (nanoseconds, microseconds, milliseconds, seconds, minutes, hours): - [!_GLIBCXX_USE_C99_STDINT_TR1]: Define using __INT64_TYPE__ or - long long when is not usable. - * include/std/condition_variable [!_GLIBCXX_USE_C99_STDINT_TR1] - (condition_variable, condition_variable_any): Remove dependency on - _GLIBCXX_USE_C99_STDINT_TR1. - * include/std/future [!_GLIBCXX_USE_C99_STDINT_TR1] (future, promise) - (packaged_task, async): Likewise. - * include/std/mutex [!_GLIBCXX_USE_C99_STDINT_TR1] (recursive_mutex) - (timed_mutex, recursive_timed_mutex, try_lock, lock, scoped_lock) - (once_flag, call_once): Likewise. - * include/std/ratio [!_GLIBCXX_USE_C99_STDINT_TR1] (ratio): Likewise. - * include/std/shared_mutex [!_GLIBCXX_USE_C99_STDINT_TR1] - (shared_mutex, shared_timed_mutex, shared_lock): Likewise. - * include/std/thread [!_GLIBCXX_USE_C99_STDINT_TR1] (thread) - (this_thread::get_id, this_thread::yield, this_thread::sleep_for) - (this_thread::sleep_until): Likewise. - * src/c++11/chrono.cc: Remove dependency on - _GLIBCXX_USE_C99_STDINT_TR1 macro. - * src/c++11/condition_variable.cc: Likewise. - * src/c++11/futex.cc: Likewise. - * src/c++11/future.cc: Likewise. - * src/c++11/mutex.cc: Likewise. - * src/c++11/thread.cc: Likewise. - * testsuite/20_util/duration/literals/range_neg.cc: Adjust dg-error. - * 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/ratio/cons/cons_overflow_neg.cc: Likewise. - * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise. - -2018-07-26 Rainer Orth - - PR libstdc++/77691 - * testsuite/experimental/memory_resource/new_delete_resource.cc: - xfail execution on 32-bit Solaris/x86. - -2018-07-26 Marc Glisse - - * include/bits/stl_vector.h (_Vector_impl_data::_M_copy_data): New. - (_Vector_impl_data::_M_swap_data): Use _M_copy_data. - (vector::_M_move_assign): Reorder the swaps. - -2018-07-26 Jonathan Wakely - - PR libstdc++/86676 - * testsuite/20_util/monotonic_buffer_resource/release.cc: Request - same alignment for post-release allocation. - -2018-07-25 Jonathan Wakely - - PR libstdc++/86676 - * testsuite/20_util/monotonic_buffer_resource/release.cc: Allow for - buffer being misaligned and so returned pointer not being at start. - - * include/experimental/memory_resource: Include header. - - * acinclude.m4 (glibcxx_SUBDIRS): Add src/c++17. - * src/Makefile.am: Add comment. - * src/c++17/Makefile.in: Regenerate. - - * include/Makefile.am: Add new header. - * include/Makefile.in: Regenerate. - * include/bits/std_mutex.h [!_GLIBCXX_USE_C99_STDINT_TR1] (mutex) - (lock_guard): Define independent of _GLIBCXX_USE_C99_STDINT_TR1. - (unique_lock): Move definition to ... - * include/bits/unique_lock.h: New header. - [!_GLIBCXX_USE_C99_STDINT_TR1] (unique_lock): Define unconditionally. - [_GLIBCXX_USE_C99_STDINT_TR1] (unique_lock(mutex_type&, time_point)) - (unique_lock(mutex_type&, duration), unique_lock::try_lock_until) - (unique_lock::try_lock_for): Define only when is usable. - * include/std/condition_variable: Include . - * include/std/mutex: Likewise. - -2018-07-24 Jonathan Wakely - - * config/abi/pre/gnu.ver: Export new symbols. - * configure: Regenerate. - * include/Makefile.am: Add new header. - * include/Makefile.in: Regenerate. - * include/precompiled/stdc++.h: Include for C++17. - * include/std/memory_resource: New header. - (memory_resource, polymorphic_allocator, new_delete_resource) - (null_memory_resource, set_default_resource, get_default_resource) - (pool_options, monotonic_buffer_resource): Define. - * src/Makefile.am: Add c++17 directory. - * src/Makefile.in: Regenerate. - * src/c++11/Makefile.am: Fix comment. - * src/c++17/Makefile.am: Add makefile for new sub-directory. - * src/c++17/Makefile.in: Generate. - * src/c++17/memory_resource.cc: New. - (newdel_res_t, null_res_t, constant_init, newdel_res, null_res) - (default_res, new_delete_resource, null_memory_resource) - (set_default_resource, get_default_resource): Define. - * testsuite/20_util/memory_resource/1.cc: New test. - * testsuite/20_util/memory_resource/2.cc: New test. - * testsuite/20_util/monotonic_buffer_resource/1.cc: New test. - * testsuite/20_util/monotonic_buffer_resource/allocate.cc: New test. - * testsuite/20_util/monotonic_buffer_resource/deallocate.cc: New test. - * testsuite/20_util/monotonic_buffer_resource/release.cc: New test. - * testsuite/20_util/monotonic_buffer_resource/upstream_resource.cc: - New test. - * testsuite/20_util/polymorphic_allocator/1.cc: New test. - * testsuite/20_util/polymorphic_allocator/resource.cc: New test. - * testsuite/20_util/polymorphic_allocator/select.cc: New test. - * testsuite/util/testsuite_allocator.h (__gnu_test::memory_resource): - Define concrete memory resource for testing. - (__gnu_test::default_resource_mgr): Define RAII helper for changing - default resource. - - PR libstdc++/86658 - * include/bits/stl_algobase.h (__niter_wrap<_Iterator>): Pass unused - parameter by reference, to avoid copying invalid iterators. - * testsuite/25_algorithms/copy/86658.cc: New test. - - * include/std/bit (__countl_zero, __countr_zero, __popcount): Use - local variables for number of digits instead of type aliases. - (__log2p1): Remove redundant branch also checked in __countl_zero. - - * include/bits/uses_allocator.h (__is_erased_or_convertible): Reorder - conditions. Add comments. - * testsuite/20_util/uses_allocator/69293_neg.cc: Adjust dg-error line. - * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise. - * testsuite/20_util/scoped_allocator/69293_neg.cc: Likewise. - - * include/bits/uses_allocator.h (__is_erased_or_convertible): Remove. - (__uses_allocator_helper): Check conditions directly instead of - using __is_erased_or_convertible. - - * include/experimental/memory_resource: Adjust comments and - whitespace. - (__resource_adaptor_imp): Add second template parameter for type of - memory resource base class. - (memory_resource): Define default constructor, destructor, copy - constructor and copy assignment operator as defaulted. - - PR libstdc++/70966 - * include/experimental/memory_resource (__get_default_resource): Use - placement new to create an object with dynamic storage duration. - -2018-07-23 Jonathan Wakely - - PR libstdc++/70940 - * include/experimental/memory_resource - (__resource_adaptor_common::_AlignMgr::_M_unadjust): Add assertion. - (__resource_adaptor_common::__guaranteed_alignment): New helper to - give maximum alignment an allocator guarantees. Specialize for known - allocators using new and malloc. - (__resource_adaptor_imp::do_allocate): Use __guaranteed_alignment. - (__resource_adaptor_imp::do_deallocate): Likewise. - * testsuite/experimental/memory_resource/new_delete_resource.cc: - Check that new and delete are called with expected sizes. - -2018-07-20 Jonathan Wakely - - PR libstdc++/86595 - * include/bits/fs_dir.h (directory_entry::refresh(error_code&)): Add - noexcept. - -2018-07-20 Fangrui Song - - * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Use - _GLIBCXX_VISIBILITY(default). - -2018-07-20 Jonathan Wakely - - PR libstdc++/86603 - * include/std/version: Move __cpp_lib_list_remove_return_type macro. - -2018-07-19 Jonathan Wakely - - * include/std/type_traits (__is_member_object_pointer_helper): Use - __not_>::type instead of integral_constant. - (__is_member_function_pointer_helper): Likewise for - is_function<_Tp>::type. - (is_compund): Likewise for __not_>::type. - (__do_is_nt_destructible_impl): Use __bool_constant and reindent. - (is_trivially_constructible): Remove redundant use of - is_constructible. - (__is_trivially_copy_assignable_impl): Remove redundant use of - is_copy_assignable. - (__is_trivially_move_assignable_impl): Remove redundant use of - is_move_assignable. - (is_trivially_destructible): Use __bool_constant. - * testsuite/20_util/is_trivially_assignable/value.cc: Add some more - tests for scalar types. - -2018-07-19 Glen Joseph Fernandes - - * include/bits/stl_algobase.h (__copy_move_a): Used - __is_trivially_copyable. - (__copy_move_backward_a): Likewise. - * testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc: - New test. - -2018-07-17 Jonathan Wakely - - PR libstdc++/86450 - * acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Don't define WERROR. - (GLIBCXX_EXPORT_FLAGS): Use -Wabi=2 instead of -Wabi. - * configure: Regenerate. - * configure.ac: Change GLIBCXX_ENABLE_WERROR default to "no". - * doc/Makefile.in: Regenerate. - * fragment.am: Set WERROR_FLAG to -Werror instead of $(WERROR). - * 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++11/debug.cc: Use diagnostic pragmas to suppress warnings - from -Wabi=2 that don't affect exported symbols. - * src/c++98/Makefile.in: Regenerate. - * src/filesystem/Makefile.in: Regenerate. - * testsuite/Makefile.in: Regenerate. - - * src/c++11/compatibility-thread-c++0x.cc [_GLIBCXX_SHARED] - (_Async_state_common::_M_join): Simplify use of std::call_once and - corresponding explicit instantiation. - (_Maybe_wrap_member_pointer, _Bind_simple, _Bind_simple_helper) - (__bind_simple): Remove definitions and explicit instantiation that - are not required by exported symbols. - -2018-07-16 Jonathan Wakely - - * scripts/create_testsuite_files: Fix typo in comment. - - PR libstdc++/86537 - * include/bits/shared_ptr.h (less>): Remove - non-standard partial specialization. - * include/bits/shared_ptr_base.h (_Sp_less): Remove class definition. - (less<__shared_ptr<_Tp, _Lp>): Remove partial specialization. - * testsuite/20_util/shared_ptr/comparison/86537.cc: New test. - -2018-07-16 Andreas Krebbel - - * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Update. - * config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt: Update. - * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Update. - -2018-07-06 François Dumont - - * include/debug/functions.h (__gnu_debug::__check_string): Move... - * include/debug/string (__gnu_debug::__check_string): ... here. - (_GLIBCXX_DEBUG_VERIFY_STR_COND_AT): New. - (__glibcxx_check_string_n_constructor): New. - (__gnu_debug::basic_string<>(const _CharT*, size_type, const _Alloc&)): - Use latter. - (__glibcxx_check_string_constructor): New. - (__gnu_debug::basic_string<>(const _CharT*, const _Alloc&)): - Use latter. - * testsuite/21_strings/basic_string/debug/1_neg.cc: New. - * testsuite/21_strings/basic_string/debug/2_neg.cc: New. - -2018-07-06 Jonathan Wakely - - PR libstdc++/84928 use std::move in algorithms - * include/bits/stl_numeric.h (_GLIBCXX_MOVE_IF_20): Define macro to - conditionally move, according to __cplusplus value. - (accumulate, inner_product, partial_sum, adjacent_difference): Use - _GLIBCXX_MOVE_IF_20. - * testsuite/26_numerics/accumulate/lwg2055.cc: New test. - * testsuite/26_numerics/adjacent_difference/lwg2055.cc: New test. - * testsuite/26_numerics/inner_product/lwg2055.cc: New test. - * testsuite/26_numerics/partial_sum/lwg2055.cc: New test. - - * config/abi/pre/gnu.ver: Use wildcards to combine related patterns. - - P0935R0 Eradicating unnecessarily explicit default constructors - * config/abi/pre/gnu.ver: Tighten existing patterns and export new - default constructor symbols. - * include/std/sstream (basic_stringbuf, basic_istringstream) - (basic_ostringstream, basic_stringstream): Remove default arguments - from explicit constructors taking ios_base::openmode and add separate - non-explicit default constructors. - * testsuite/27_io/basic_istringstream/cons/default.cc: New. - * testsuite/27_io/basic_ostringstream/cons/default.cc: New. - * testsuite/27_io/basic_stringstream/cons/default.cc: New. - * testsuite/27_io/basic_stringbuf/cons/char/default.cc: New. - * testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc: New. - - * include/std/variant (__accepted_index): Use void_t. - -2018-07-05 Jonathan Wakely - - PR libstdc++/85831 - * config/abi/pre/gnu.ver: Export move constructors and move - assignment operators for std::logic_error and std::runtime_error. - * include/std/stdexcept: Use _GLIBCXX_NOTHROW instead of - _GLIBCXX_USE_NOEXCEPT. - (logic_error, runtime_error): Declare move constructors and move - assignment operators. When not declared already, define copy - constructors and copy assignment operators as explicit-defaulted. - (domain_error, invalid_argument, length_error, out_of_range) - (overflow_error, underflow_error): Define move constructors and move - assignment operators as explicitly-defaulted. - * libsupc++/exception.h (exception): Likewise. - * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Define - move constructors and move assignment operators as defaulted. - * testsuite/19_diagnostics/stdexcept.cc: Check that constructors and - assignment operators are defined. - - * testsuite/21_strings/basic_string/cons/char/deduction.cc: XFAIL for - COW strings. - * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc: - Likewise. - * testsuite/21_strings/basic_string/requirements/ - explicit_instantiation/debug.cc: Likewise. - - PR libstdc++/58265 - * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI] - (basic_string::assign(basic_string&&)): Add conditional noexcept - depending on the allocator's is_always_equal property (LWG 2063). - * testsuite/21_strings/basic_string/modifiers/assign/char/ - move_assign.cc: Check for non-throwing exception specification. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/ - move_assign.cc: Likewise. - - PR libstdc++/58265 - * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI] - [_GLIBCXX_FULLY_DYNAMIC_STRING==0] (basic_string::basic_string()): - Add GLIBCXX_NOEXCEPT. - (basic_string::operator=(basic_string&&)): Add _GLIBCXX_NOEXCEPT_IF - to depend on the allocator's is_always_equal property (LWG 2063). - (basic_string::swap(basic_string&)): Likewise. - * include/bits/basic_string.tcc [!_GLIBCXX_USE_CXX11_ABI] - (basic_string::swap(basic_string&)): Likewise. - * testsuite/21_strings/basic_string/allocator/char/move_assign.cc: - Check is_nothrow_move_assignable. - * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc: - Check is_nothrow_move_assignable. - * testsuite/21_strings/basic_string/cons/char/ - noexcept_move_construct.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/ - noexcept_move_construct.cc: Likewise. - -2018-07-04 Jonathan Wakely - - P0646R1 Improving the Return Value of Erase-Like Algorithms I - * include/bits/forward_list.h (__cpp_lib_list_remove_return_type): - Define. - (forward_list::__remove_return_type): Define typedef as size_type or - void, according to __cplusplus value. - (_GLIBCXX_FWDLIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or - empty, according to __cplusplus value. - (forward_list::remove, forward_list::unique): Use typedef and macro - to change return type and add abi-tag for C++2a. - (forward_list::remove_if, forward_list::unique): Use - typedef to change return type for C++2a. - * include/bits/forward_list.tcc (_GLIBCXX20_ONLY): Define macro. - (forward_list::remove, forward_list::remove_if) - (forward_list::unique): Return number of removed elements - for C++2a. - * include/bits/list.tcc (_GLIBCXX20_ONLY): Define macro. - (list::remove, list::unique, list::remove_if) - (list::unique): Return number of removed elements - for C++2a. - * include/bits/stl_list.h (__cpp_lib_list_remove_return_type): Define. - (list::__remove_return_type): Define typedef as size_type or - void, according to __cplusplus value. - (_GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or - empty, according to __cplusplus value. - (list::remove, list::unique): Use typedef and macro to change return - type and add abi-tag for C++2a. - (list::remove_if, list::unique): Use - typedef to change return type for C++2a. - * include/std/version (__cpp_lib_list_remove_return_type): Define. - * testsuite/23_containers/forward_list/operations/ - remove_cxx20_return.cc: New. - * testsuite/23_containers/forward_list/operations/ - unique_cxx20_return.cc: New. - - P0458R2 Checking for Existence of an Element in Associative Containers - * include/bits/stl_map.h (map::contains): Add for C++2a. - * include/bits/stl_multimap.h (multimap::contains): Likewise. - * include/bits/stl_multiset.h (multiset::contains): Likewise. - * include/bits/stl_set.h (set::contains): Likewise. - * include/bits/stl_tree.h (__has_is_transparent_t): Define alias. - (_Rb_tree::_M_find_tr, _Rb_tree::_M_count_tr) - (_Rb_tree::_M_lower_bound_tr, _Rb_tree::_M_upper_bound_tr) - (_Rb_tree::_M_equal_range_tr): Use __has_is_transparent_t. - * include/bits/unordered_map.h (unordered_map::contains) - (unordered_multimap::contains): Add for C++2a. - * include/bits/unordered_set.h (unordered_set::contains) - (unordered_multiset::contains): Likewise. - * testsuite/23_containers/map/operations/contains.cc: New. - * testsuite/23_containers/multimap/operations/contains.cc: New. - * testsuite/23_containers/multiset/operations/contains.cc: New. - * testsuite/23_containers/set/operations/contains.cc: New. - * testsuite/23_containers/unordered_map/operations/contains.cc: New. - * testsuite/23_containers/unordered_multimap/operations/contains.cc: - New. - * testsuite/23_containers/unordered_multiset/operations/contains.cc: - New. - * testsuite/23_containers/unordered_set/operations/contains.cc: New. - -2018-07-04 François Dumont - - PR libstdc++/86272 - * include/debug/string - (__gnu_debug::basic_string<>::insert<_Ite>(const_iterator, _Ite, _Ite)): - Use __glibcxx_check_insert_range. - * 21_strings/basic_string/cons/char/1.cc: Adapt test to use - __gnu_debug::string when _GLIBCXX_DEBUG. - * 21_strings/basic_string/init-list.cc: Likewise. - * 21_strings/basic_string/modifiers/insert/char/1.cc: Likewise. - * 21_strings/basic_string/modifiers/insert/char/2.cc: Likewise. - * 21_strings/basic_string/modifiers/insert/char/83328.cc: Likewise. - * 21_strings/basic_string/types/1.cc: Likewise. - -2018-07-04 Jonathan Wakely - - * testsuite/25_algorithms/make_heap/complexity.cc: Require effective - target for std::random_device. - * testsuite/26_numerics/random/random_device/cons/default.cc: - Likewise. - * testsuite/experimental/algorithm/sample-2.cc: Likewise. - * testsuite/experimental/algorithm/shuffle.cc: Likewise. - * testsuite/experimental/random/randint.cc: Likewise. - * testsuite/lib/libstdc++.exp - (check_effective_target_random_device): New proc. - -2018-07-04 Jonathan Wakely - Jakub Jelinek - - * include/std/bit (__rotl, __rotr): Fix for non-power of two sizes. - -2018-07-04 Jonathan Wakely - - PR libstdc++/86398 - * include/std/type_traits (is_trivially_constructible): Check - is_constructible before __is_trivially_constructible. - * testsuite/20_util/is_trivially_constructible/value.cc: Add more - tests, including negative cases. - * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Use - zero for dg-error lineno. - * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: - Likewise. - - * include/std/bit (__rotl, __rotr): Avoid branch. - (_If_is_unsigned_integer): Use remove_cv_t. - * testsuite/26_numerics/bit/bitops.count/popcount.cc: New. - -2018-07-03 Jonathan Wakely - - P0556R3 Integral power-of-2 operations, P0553R2 Bit operations - * include/Makefile.am: Add new header. - * include/Makefile.in: Regenerate. - * include/precompiled/stdc++.h: Include new header. - * include/std/bit: New header. - (__rotl, __rotr, __countl_zero, __countl_one, __countr_zero) - (__countr_one, __popcount, __ispow2, __ceil2, __floor2, __log2p1): - Define for C++14. - [!__STRICT_ANSI__] (rotl, rotr, countl_zero, countl_one, countr_zero) - (countr_one, popcount): Define for C++2a. Also overload for std::byte. - (ispow2, ceil2, floor2, log2p1): Define for C++2a. - [!__STRICT_ANSI__] (ispow2, ceil2, floor2, log2p1): Overload for - std::byte. - * testsuite/26_numerics/bit/bit.pow.two/ceil2.cc: New. - * testsuite/26_numerics/bit/bit.pow.two/floor2.cc: New. - * testsuite/26_numerics/bit/bit.pow.two/ispow2.cc: New. - * testsuite/26_numerics/bit/bit.pow.two/log2p1.cc: New. - * testsuite/26_numerics/bit/bitops.rot/rotl.cc: New. - * testsuite/26_numerics/bit/bitops.rot/rotr.cc: New. - * testsuite/26_numerics/bit/bitops.count/countl_one.cc: New. - * testsuite/26_numerics/bit/bitops.count/countl_zero.cc: New. - * testsuite/26_numerics/bit/bitops.count/countr_one.cc: New. - * testsuite/26_numerics/bit/bitops.count/countr_zero.cc: New. - - * include/bits/alloc_traits.h: Remove redundant preprocessor - condition. - -2018-07-03 François Dumont - - * include/bits/stl_algobase.h (__niter_wrap): New. - (__copy_move_a2(_II, _II, _OI)): Use latter. - (__copy_move_backward_a2(_BI1, _BI1, _BI2)): Likewise. - (fill_n(_OI, _Size, const _Tp&)): Likewise. - (equal(_II1, _II1, _II2)): Use __glibcxx_requires_can_increment. - * include/debug/stl_iterator.h - (std::__niter_base(const __gnu_cxx::_Safe_iterator< - __gnu_cxx::__normal_iterator<>, _Sequence>&)): New declaration. - * include/debug/vector (__niter_base(const __gnu_cxx::_Safe_iterator< - __gnu_cxx::__normal_iterator<>, _Sequence>&)): New. - -2018-07-02 Jonathan Wakely - - P0758R1 Implicit conversion traits - * include/std/type_traits [__cplusplus > 201703] - (__is_convertible_helper::__is_nothrow_type): Define new member. - (__is_convertible_helper<_From, _To, false>::__test_aux1): Add - noexcept. - (__is_convertible_helper<_From, _To, false>::__test_nothrow) - (__is_convertible_helper<_From, _To, false>::__is_nothrow_type): Add - new members. - (is_nothrow_convertible, is_nothrow_convertible_v): Define for C++2a. - * testsuite/20_util/is_nothrow_convertible/value.cc: New. - * testsuite/20_util/is_nothrow_convertible/requirements/ - explicit_instantiation.cc: New. - * testsuite/20_util/is_nothrow_convertible/requirements/typedefs.cc: - New. - - P0887R1 The identity metafunction - * include/std/type_traits (type_identity, type_identity_t): Define - for C++2a. - * testsuite/20_util/type_identity/requirements/alias_decl.cc: New. - * testsuite/20_util/type_identity/requirements/ - explicit_instantiation.cc:New. - * testsuite/20_util/type_identity/requirements/typedefs.cc: New. - - * include/bits/regex.h (sub_match::operator string_type): Call str(). - (sub_match::compare): Use _M_str() instead of str(). - (sub_match::_M_compare): New public function. - (sub_match::__string_view): New helper type. - (sub_match::_M_str): New overloaded functions to avoid creating a - string_type object when not needed. - (operator==, operator!=, operator<, operator>, operator<=, operator>=): - Use sub_match::_M_compare instead of creating string_type objects. - Fix Doxygen comments. - * include/bits/regex_compiler.h (__has_contiguous_iter): Remove. - (__is_contiguous_normal_iter): Rename to __is_contiguous_iter and - simplify. - (__enable_if_contiguous_iter, __disable_if_contiguous_iter): Use - __enable_if_t. - * include/std/type_traits (__enable_if_t): Define for C++11. - * testsuite/28_regex/sub_match/compare.cc: New. - * testsuite/util/testsuite_iterators.h (remove_cv): Add transformation - trait. - (input_iterator_wrapper): Use remove_cv for value_type argument of - std::iterator base class. - -2018-06-29 Jonathan Wakely - - * testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc: - Add whitespace to dejagnu directive. - * testsuite/23_containers/array/element_access/at_neg.cc: Likewise. - -2018-06-27 François Dumont - - * include/bits/stl_vector.h - (struct _Vector_base<>::_Vector_impl_data): New. - (struct _Vector_base<>::_Vector_impl): Inherit from latter. - (_Vector_base<>::_Vector_impl::_M_swap_data): Move... - (_Vector_base<>::_Vector_impl_data::_M_swap_data): ...here. - (_Vector_base<>::_Vector_impl()): Add noexcept qualification. - (_Vector_base<>::_Vector_impl(_Vector_impl&&)): New. - (_Vector_base<>::_Vector_impl(_Tp_alloc_type&&, _Vector_impl&&)): New. - (_Vector_base(const allocator_type&, _Vector_base&&)): New, use latter. - (_Vector_base()): Default. - (_Vector_base(_Vector_base&&)): Default. - (_Vector_base(size_t)) [_GLIBCXX_INLINE_VERSION]: Delete. - (_Vector_base(_Tp_alloc_type&&)) [_GLIBCXX_INLINE_VERSION]: Delete. - (_Vector_base::_M_create_storage(size_t)): Make protected. - (vector()): Default. - (vector(vector&&)): Default. - (vector(vector&&, const allocator_type&, true_type)): New. - (vector(vector&&, const allocator_type&, false_type)): New. - (vector(vector&&, const allocator_type&)): Use latters. - (vector(_InputIte, _InputIte, const allocator_type&)): Call - _M_range_initialize directly. - * include/debug/vector - (vector(vector&&, const allocator_type&)): Add noexcept qualification. - * testsuite/23_containers/vector/allocator/default_init.cc: New. - * testsuite/23_containers/vector/cons/noexcept_move_construct.cc: Add - static assertions. - -2018-06-27 Jonathan Wakely - - * include/bits/cpp_type_traits.h [__cplusplus >= 201703] - (__is_byte): Define specialization for std::byte. - - PR libstdc++/86138 - * include/bits/basic_string.tcc: [_GLIBCXX_EXTERN_TEMPLATE < 0] - Declare explicit instantiations of COW empty reps and I/O functions. - -2018-06-26 David Edelsohn - - * testsuite/experimental/algorithm/sample-2.cc: Add TLS DejaGNU - directives. - * testsuite/experimental/algorithm/shuffle.cc: Likewise. - -2018-06-26 Jonathan Wakely - - * include/bits/regex.tcc (regex_iterator::operator==): Add missing - noexcept. - -2018-06-25 Jonathan Wakely - - PR libstdc++/86112 - * python/libstdcxx/v6/printers.py (add_one_template_type_printer): - Replace dict comprehension. - - PR libstdc++/81092 - * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Update. - - PR libstdc++/86292 - * include/bits/stl_vector.h (vector::_M_range_initialize): - Add try-catch block. - * testsuite/23_containers/vector/cons/86292.cc: New. - - * doc/xml/manual/status_cxx2017.xml: Document N4531 status. - - * include/experimental/algorithm (sample, shuffle): Add new overloads - using per-thread random number engine. - * testsuite/experimental/algorithm/sample.cc: Simpify and reduce - dependencies by using __gnu_test::test_container. - * testsuite/experimental/algorithm/sample-2.cc: New. - * testsuite/experimental/algorithm/shuffle.cc: New. - -2018-06-22 Jonathan Wakely - - * config/abi/pre/gnu.ver: Fix __cxx11::basic_string patterns for - different size_t mangling on 32-bit targets. - - PR libstdc++/86280 - * include/experimental/memory_resource - (__resource_adaptor_common::_AlignMgr::_M_token_size): Use type large - enough for result of left shift. - - PR libstdc++/86138 - * include/bits/basic_string.tcc: - [__cplusplus > 201402 && !_GLIBCXX_USE_CXX11_ABI] - (basic_string::_Rep::_S_empty_rep_storage) - (basic_string::_Rep::_S_empty_rep_storage): Add explicit - instantiation declarations. - [__cplusplus > 201402] (operator>>, operator<<, getline): Re-enable - explicit instantiation declarations. - * testsuite/21_strings/basic_string/cons/char/86138.cc: New. - * testsuite/21_strings/basic_string/cons/wchar_t/86138.cc: New. - -2018-06-21 Jonathan Wakely - - PR libstdc++/83328 - * acinclude.m4 (libtool_VERSION): Bump to 6:26:0. - * config/abi/pre/gnu.ver: Add GLIBCXX_3.4.26 and export new symbol. - * configure: Regenerate. - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] - (basic_string::insert(const_iterator, initializer_list)): Add. - [_GLIBCXX_USE_CXX11_ABI && !_GLIBCXX_DEFINING_STRING_INSTANTIATIONS] - (basic_string::insert(iterator, initializer_list)): Suppress - definition. - * include/debug/string (basic_string::insert(iterator, C)): Change - first parameter to const_iterator. - (basic_string::insert(iterator, size_type, C)): Likewise. Change - return type to iterator. - (basic_string::insert(iterator, InputIterator, InputIterator)): - Likewise. - (basic_string::insert(iterator, initializer_list)): Change first - parameter to const_iterator and return type to iterator. - * src/c++11/string-inst.cc: Extend comment. - * testsuite/21_strings/basic_string/modifiers/insert/char/83328.cc: - New. - * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/83328.cc: - New. - * testsuite/util/testsuite_abi.cc: Add new symbol version. - - * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update. - - PR libstdc++/70940 - * include/experimental/memory_resource - (__resource_adaptor_imp::do_deallocate): Add missing return. - * testsuite/experimental/memory_resource/new_delete_resource.cc: New. - * testsuite/experimental/memory_resource/resource_adaptor.cc: Test - resource_adaptor with std::allocator, __gnu_cxx::new_allocator and - __gnu_cxx::malloc_allocator. - - PR libstdc++/70940 - * include/experimental/memory_resource (__resource_adaptor_common): - New base class. - (__resource_adaptor_common::_AlignMgr): Helper for obtaining aligned - pointer from unaligned, and vice versa. - (__resource_adaptor_imp::do_allocate): Use _AlignMgr to adjust - allocated pointer to meet alignment request. - (__resource_adaptor_imp::do_deallocate): Use _AlignMgr to retrieve - original pointer for deallocation. - (__resource_adaptor_imp::do_is_equal): Reformat. - (__resource_adaptor_imp::_S_aligned_size): Remove. - (__resource_adaptor_imp::_S_supported): Remove. - (new_delete_resource): Use __gnu_cxx::new_allocator. - * testsuite/experimental/memory_resource/resource_adaptor.cc: Test - extended alignments and use debug_allocator to check for matching - allocate/deallocate pairs. - -2018-06-21 François Dumont - - * include/debug/safe_iterator.h - (_Safe_iterator<>(const _Safe_iterator<_MutableIterator,>& __x)): - Compare __x base iterator with a value-initialized iterator of the - same type. - -2018-06-20 Jonathan Wakely - - PR libstdc++/70966 - * include/experimental/memory_resource (__resource_adaptor_imp): Add - static assertions to enforce requirements on pointer types. - (__resource_adaptor_imp::get_allocator()): Add noexcept. - (new_delete_resource, null_memory_resource): Return address of an - object with dynamic storage duration. - (__null_memory_resource): Remove. - * testsuite/experimental/memory_resource/70966.cc: New. - - * testsuite/20_util/duration/arithmetic/dr3050.cc: Add new test - missed from recent commit. - -2018-06-19 Jonathan Wakely - - * include/std/utility: Remove unused header. - -2018-06-18 Jonathan Wakely - - LWG 2975 ensure construct(pair*, ...) used to construct pairs - * include/std/scoped_allocator (__not_pair): Define SFINAE helper. - (construct(_Tp*, _Args&&...)): Remove from overload set when _Tp is - a specialization of std::pair. - * testsuite/20_util/scoped_allocator/construct_pair.cc: Ensure - pair elements are constructed correctly. - - LWG 2989 hide path iostream operators from normal lookup - * include/bits/fs_path.h (operator<<, operator>>): Define inline as - friends. - * testsuite/27_io/filesystem/path/io/dr2989.cc: New. - - LWG 3050 Fix cv-qualification of convertibility constraints - * include/std/chrono (duration, operator*, operator/, operator%): Use - const-qualified type as source type in is_convertible constraints. - * testsuite/20_util/duration/arithmetic/dr3050.cc: New. - * testsuite/20_util/duration/cons/dr3050.cc: New. - * testsuite/20_util/duration/literals/range.cc: Rename to... - * testsuite/20_util/duration/literals/range_neg.cc: Here. Adjust - dg-error lineno. - -2018-06-18 Maya Rashish - - * crossconfig.m4: Handle OpenBSD just like NetBSD. - * configure: Rebuilt. - -2018-06-18 Jonathan Wakely - - P0754R2 header - * include/Makefile.am: Add new header. - * include/Makefile.in: Regenerate. - * include/bits/c++config: Change doxygen comment to suggest - instead of . - * include/precompiled/stdc++.h: Include and - unconditionally. Add C++17 and C++20 headers. - * include/std/version: New header. - * testsuite/17_intro/headers/c++2017/all_attributes.cc: New. - * testsuite/17_intro/headers/c++2017/all_no_exceptions.cc: New. - * testsuite/17_intro/headers/c++2017/all_no_rtti.cc: New. - * testsuite/17_intro/headers/c++2017/all_pedantic_errors.cc: New. - * testsuite/17_intro/headers/c++2017/operator_names.cc: New. - * testsuite/17_intro/headers/c++2017/stdc++.cc: New. - * testsuite/17_intro/headers/c++2017/stdc++_multiple_inclusion.cc: - New. - * testsuite/17_intro/headers/c++2020/all_attributes.cc: New. - * testsuite/17_intro/headers/c++2020/all_no_exceptions.cc: New. - * testsuite/17_intro/headers/c++2020/all_no_rtti.cc: New. - * testsuite/17_intro/headers/c++2020/all_pedantic_errors.cc: New. - * testsuite/17_intro/headers/c++2020/operator_names.cc: New. - * testsuite/17_intro/headers/c++2020/stdc++.cc: New. - * testsuite/17_intro/headers/c++2020/stdc++_multiple_inclusion.cc: - New. - * testsuite/18_support/headers/version/macros.cc: New. - * testsuite/18_support/headers/version/macros.cc: New. - - * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Only check when - enable_libstdcxx_filesystem_ts = yes. Check for link, readlink and - symlink. - * config.h.in: Regenerate. - * configure: Regenerate. - * configure.ac: Remove AC_CHECK_FUNCS for link, readlink and symlink. - - LWG 3035. std::allocator's constructors should be constexpr - * include/bits/allocator.h (allocator): Add constexpr to constructors - for C++2a. Replace dynamic exception specifications with NOTHROW - macro. - (allocator, operator==, operator!=): Replace USE_NOEXCEPT macro with - NOTHROW. - * include/bits/c++config (_GLIBCXX20_CONSTEXPR): Define. - * include/ext/malloc_allocator.h (malloc_allocator): Add constexpr - to constructors for C++2a. - * include/ext/new_allocator.h (new_allocator): Likewise. - -2018-06-16 Jonathan Wakely - - LWG 3076 basic_string CTAD ambiguity - * doc/xml/manual/intro.xml: Document LWG 3076 change. - * include/bits/basic_string.h - [__cpp_deduction_guides && !_GLIBCXX_DEFINING_STRING_INSTANTIATIONS] - (basic_string(const _CharT*, const _Alloc&)): Turn into a function - template constrained by _RequireAllocator. - (basic_string(size_type, _CharT, const _Alloc&)): Likewise. - * src/c++11/string-inst.cc (_GLIBCXX_DEFINING_STRING_INSTANTIATIONS): - Define. - * testsuite/21_strings/basic_string/cons/char/deduction.cc: Test - deduction - * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc: - Likewise. - -2018-06-15 Jonathan Wakely - - PR libstdc++/86169 - * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI] - (basic_string::data()): Unshare string. - * testsuite/21_strings/basic_string/operations/data/char/86169.cc: - New. - - * include/std/string_view (basic_string_view(const CharT*)): Remove - check for null pointer and add nonnull attribute. - (compare(const CharT*), compare(size_type, size_type, const CharT*)) - (find(const CharT*, size_type), rfind(const CharT*, size_type)) - (find_first_of(const CharT*, size_type)) - (find_last_of(const CharT*, size_type)) - (find_first_not_of(const CharT*, size_type)) - (find_last_not_of(const CharT*, size_type)): Add nonnull attribute. - * testsuite/21_strings/basic_string_view/cons/char/nonnull.cc: New. - * testsuite/21_strings/basic_string_view/operations/compare/char/ - nonnull.cc: New. - * testsuite/21_strings/basic_string_view/operations/find/char/ - nonnull.cc: New. - * testsuite/21_strings/basic_string_view/operations/rfind/char/ - nonnull.cc: New. - - PR libstdc++/86168 - * include/bits/random.h (random_device(const string&)): Remove - default argument. - - * include/bits/char_traits.h (__cpp_lib_constexpr_char_traits): Only - define for C++17 and above. - - LWG 2993 reference_wrapper conversion from T&& - * doc/xml/manual/intro.xml: Document LWG 2993 change. - * include/bits/refwrap.h (reference_wrapper(_Tp&)): Remove. - (reference_wrapper(_Tp&&)): Remove. - (reference_wrapper<_Up>(_Up&&)): Define new constructor as constrained - template. - (reference_wrapper): Add deduction guide. - * testsuite/20_util/reference_wrapper/deduction.cc: New. - * testsuite/20_util/reference_wrapper/lwg2993.cc: New. - - LWG 3039 Unnecessary decay in thread and packaged_task - * include/std/future (__constrain_pkgdtask): Replace with ... - (packaged_task::__not_same): New alias template, using - __remove_cvref_t instead of decay. - * include/std/thread (thread::__not_same): Add comment. - -2018-06-14 Jonathan Wakely - - LWG 3075 basic_string needs deduction guides from basic_string_view - * testsuite/21_strings/basic_string/cons/char/deduction.cc: Test - deduction from string views. - * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc: - Likewise. - - LWG 3074 make scalar types non-deduced in valarray non-member functions - * include/bits/valarray_after.h (_DEFINE_EXPR_BINARY_FUNCTION): Change - scalar parameters to be a non-deduced context. - * include/std/valarray (_DEFINE_BINARY_OPERATOR): Likewise. Adjust - whitespace. - * testsuite/26_numerics/valarray/operators.cc: Test scalar operands. - * testsuite/26_numerics/valarray/transcend.cc: New. - - * include/std/tuple (__cpp_lib_tuple_element_t, tuple_element_t): - Move back to . - * include/std/utility (__cpp_lib_tuple_element_t. tuple_element_t): - Restore to here. - - P0935R0 Eradicating unnecessarily explicit default constructors - * include/backward/strstream (strstreambuf): Add non-explicit default - constructor. - * include/bits/locale_conv.h (wbuffer_convert, wstring_convert): - Likewise. - * include/bits/regex.h (match_results): Likewise. - * testsuite/22_locale/conversions/buffer/1.cc: Test for non-explicit - default constructor. - * testsuite/22_locale/conversions/string/1.cc: Likewise. - * testsuite/28_regex/match_results/ctors/char/default.cc: Likewise. - * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise. - - * include/std/tuple (__cpp_lib_tuple_element_t): Move feature test - macro from and change type to long. - * include/std/utility (__cpp_lib_tuple_element_t): Remove. - * testsuite/20_util/tuple/tuple_element_t.cc: Check for feature test - macro. - - P0935R0 Eradicating unnecessarily explicit default constructors - * include/bits/random.h (uniform_real_distribution::param_type) - (normal_distribution::param_type, lognormal_distribution::param_type) - (gamma_distribution::param_type, chi_squared_distribution::param_type) - (cauchy_distribution::param_type, fisher_f_distribution::param_type) - (student_t_distribution::param_type) - (bernoulli_distribution::param_type) - (binomial_distribution::param_type) - (geometric_distribution::param_type) - (negative_binomial_distribution::param_type) - (poisson_distribution::param_type) - (exponential_distribution::param_type) - (weibull_distribution::param_type) - (extreme_value_distribution::param_type): Add non-explicit default - constructors. Remove default argument for first parameter of explicit - constructors. - * include/bits/uniform_int_dist.h - (uniform_int_distribution::param_type): Likewise. - * include/ext/random - (beta_distribution::param_type, rice_distribution::param_type) - (nakagami_distribution::param_type, pareto_distribution::param_type) - (k_distribution::param_type, arcsine_distribution::param_type) - (hoyt_distribution::param_type, triangular_distribution::param_type) - (von_mises_distribution::param_type) - (hypergeometric_distribution::param_type) - (logistic_distribution::param_type) - (uniform_inside_sphere_distribution::param_type): Likewise. - (uniform_on_sphere_distribution::param_type): Make default constructor - non-explicit. - * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc: - Test param_type for non-explicit default constructor. - * testsuite/26_numerics/random/binomial_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/discrete_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/exponential_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/gamma_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/geometric_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/normal_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/poisson_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/student_t_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/weibull_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/hypergeometric_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/k_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/normal_mv_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/triangular_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/von_mises_distribution/cons/default.cc: - Likewise. - -2018-06-14 Daniel Trebbien - Jonathan Wakely - - PR libstdc++/83982 - * include/bits/vector.tcc (vector::_M_default_append(size_type)): - Default-construct new elements before moving existing ones. - * testsuite/23_containers/vector/capacity/resize/strong_guarantee.cc: - New. - -2018-06-13 Jonathan Wakely - - PR libstdc++/86127 - * include/bits/forward_list.h (_Fwd_list_base::_Tp_alloc_type): Remove - unused typedef. - (_Fwd_list_base::_M_create_node, _Fwd_list_base::_M_erase_after): - Use node allocator to create and destroy elements. - (forward_list::_Tp_alloc_type): Remove unused typedef. - (forward_list::_Alloc_traits): Use allocator_traits instead of - __gnu_cxx::__alloc_traits. - -2018-06-13 François Dumont - - * include/debug/helper_functions.h - (__gnu_debug::_Safe_iterator<>): Add declaration. - (__can_advance(_Ite, _Size)): New. - (__can_advance(const _Safe_iterator<>&, _Size)): Overload declaration. - * include/debug/functions.h - (__gnu_debug::_Safe_iterator<>): Remove declaration. - * include/debug/stl_iterator.h - (__can_advance(const _Safe_iterator<>&)): New definition. - * include/debug/stl_iterator.h - (__can_advance(const std::reverse_iterator<>&, _Size)): New. - (__can_advance(const std::move_iterator<>&, _Size)): New. - * include/debug/macros.h (__glibcxx_check_can_increment): New. - * include/debug/debug.h (__glibcxx_requires_can_increment): New. - * include/bits/stl_algobase.h (fill_n): Use latter. - * testsuite/25_algorithms/fill_n/2.cc: New. - * testsuite/25_algorithms/fill_n/debug/1_neg.cc: New. - * testsuite/25_algorithms/fill_n/debug/2_neg.cc: New. - * testsuite/25_algorithms/fill_n/debug/3_neg.cc: New. - * testsuite/25_algorithms/fill_n/debug/4_neg.cc: New. - - * include/debug/debug.h (__glibcxx_requires_can_increment_range): New. - (__glibcxx_requires_can_decrement_range): New. - -2018-06-12 François Dumont - - * include/debug/macros.h (__glibcxx_check_can_increment_range): New. - (__glibcxx_check_can_decrement_range): New. - * include/bits/stl_algobase.h (std::copy(_II, _II, _OI)): Use - __glibcxx_requires_can_increment_range. - (std::move(_II, _II, _OI)): Likewise. - (std::copy_backward(_BI, _BI, _BI2)): Use - __glibcxx_requires_can_decrement_range. - (std::move_backward(_BI, _BI, _BI2)): Likewise. - * testsuite/25_algorithms/copy_backward/debug/1_neg.cc: New. - * testsuite/25_algorithms/copy_backward/debug/2_neg.cc: New. - * testsuite/25_algorithms/copy_backward/debug/3_neg.cc: New. - * testsuite/25_algorithms/equal/debug/1_neg.cc: New. - * testsuite/25_algorithms/equal/debug/2_neg.cc: New. - * testsuite/25_algorithms/equal/debug/3_neg.cc: New. - -2018-06-12 Jonathan Wakely - - P0935R0 Eradicating unnecessarily explicit default constructors - * include/bits/random.h (linear_congruential_engine) - (mersenne_twister_engine, subtract_with_carry_engine, random_device) - (uniform_real_distribution, normal_distribution) - (lognormal_distribution, gamma_distribution, chi_squared_distribution) - (cauchy_distribution, fisher_f_distribution, student_t_distribution) - (bernoulli_distribution, binomial_distribution,geometric_distribution) - (negative_binomial_distribution, exponential_distribution) - (weibull_distribution, extreme_value_distribution): Add non-explicit - default constructors. Remove default argument for first parameter of - explicit constructors. - (piecewise_constant_distribution, piecewise_linear_distribution): - Make default constructor non-explicit. - * include/bits/uniform_int_dist.h (uniform_int_distribution): Add - non-explicit default constructors. Remove default argument for first - parameter of explicit constructor. - * include/ext/random - (simd_fast_mersenne_twister_engine, beta_distribution) - (rice_distribution, nakagami_distribution, pareto_distribution) - (k_distribution, arcsine_distribution, hoyt_distribution) - (triangular_distribution, von_mises_distribution) - (hypergeometric_distribution, logistic_distribution) - (uniform_inside_sphere_distribution): Likewise. - (uniform_on_sphere_distribution): Make default constructor - non-explicit. - * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc: - Test for non-explicit default constructor. Fix references to standard. - * testsuite/26_numerics/random/binomial_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/discrete_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/exponential_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/gamma_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/geometric_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/normal_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/poisson_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/student_t_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/weibull_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/hypergeometric_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/k_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/normal_mv_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/triangular_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/von_mises_distribution/cons/default.cc: - Likewise. - * testsuite/util/testsuite_common_types.h - (implicitly_default_constructible): New helper. - -2018-06-08 Jonathan Wakely - - * include/bits/ios_base.h (ios::Init::Init(const Init&)) - (ios::Init::operator=): Define as defaulted. - * include/bits/stl_bvector.h (_Bit_reference(const _Bit_reference&)): - Likewise. - * include/bits/stream_iterator.h (istream_iterator::operator=) - (ostream_iterator::operator=): Likewise. - * include/bits/streambuf_iterator.h (istreambuf_iterator::operator=) - Likewise. - * include/std/bitset (bitset::reference::reference(const reference&)): - Likewise. - * include/std/complex (complex::complex(const complex&)) - (complex::complex(const complex&)) - (complex::complex(const complex&)): Likewise. - -2018-06-07 Jonathan Wakely - - * include/bits/regex.h (sub_match): Add noexcept to default - constructor and length observer. - (match_results): Add noexcept to default constructor and observers - with no preconditions. Define destructor as defaulted. - (operator==, operator!=, swap): Add noexcept. - (regex_iterator): Add default member initializers and define default - constructor and destructor as defaulted. Add noexcept to equality - and dereference operators. - -2018-06-07 François Dumont - - * src/c++11/debug.cc - (_Safe_iterator_base::_M_detach()): Reset state only if needed. - (_Safe_iterator_base::_M_detach_single()): Likewise. - (_Safe_local_iterator_base::_M_detach()): Reset state only if needed. - (_Safe_local_iterator_base::_M_detach_single()): Likewise. - -2018-06-06 Jonathan Wakely - - * include/bits/shared_ptr_base.h (__shared_count): Remove redundant - move of const value. - -2018-06-06 Jakub Jelinek - - PR c++/86068 - * include/bits/c++config: Check __cpp_transactional_memory >= 201500L - rather than __cpp_transactional_memory >= 201505L. - -2018-06-06 Jonathan Wakely - - PR libstdc++/86008 - * include/bits/quoted_string.h (_Quoted_string): - Define new partial specialization. - * include/std/iomanip (quoted(basic_string_view, C, C)): Define - new overload. - (operator<<(basic_ostream&, const _Quoted_string&)): Use - value not reference for iteration. - * testsuite/27_io/manipulators/standard/char/quoted.cc: Adjust - comment. - * testsuite/27_io/manipulators/standard/char/quoted_sv.cc: New test. - * testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Adjust - comment. - -2018-06-05 Jonathan Wakely - - * include/std/type_traits: Fix comment typos. - - * testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for - mingw* targets. - * testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise. - * testsuite/experimental/filesystem/operations/read_symlink.cc: - Likewise. - -2018-06-05 François Dumont - - * include/bits/stl_tempbuf.h - (_Temporary_buffer(_FwdIte, _FwdIte)): Delete, replaced by... - (_Temporary_buffer(_FwdIte, size_type)): ...this, new. - * include/ext/memory (temporary_buffer<>(_FwdIte, _FwdIte)): Adapt. - * include/bits/stl_algo.h (__stable_partition): Adapt. - (__inplace_merge): Adapt. - (__stable_sort): Adapt. - -2018-06-04 Jonathan Wakely - - PR libstdc++/85930 - * include/bits/shared_ptr_base.h [!__cpp_rtti]: Include - unconditionally. Remove redundant declaration. - [!__cpp_rtti] (_Sp_make_shared_tag::_S_ti): Fix location of - alignment-specifier. - - * include/bits/postypes.h (fpos): Define special members as defaulted. - - PR libstdc++/85930 - * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Align - the static variable correctly. - -2018-05-24 Jonathan Wakely - - PR libstdc++/78870 support std::filesystem on Windows - * config.h.in: Regenerate. - * configure: Regenerate. - * configure.ac: Check for link, readlink and symlink. - * include/bits/fs_path.h (path::operator/=(const path&)): Move - definition out of class body. - (path::is_absolute(), path::_M_append(path)): Likewise. - (operator<<(basic_ostream, const path&)): Use std::quoted directly. - (operator>>(basic_istream, path&)): Likewise. - (u8path): Reorder definitions and fix Windows implementation. - (path::is_absolute()): Define inline and fix for Windows. - [!_GLIBCXX_FILESYSTEM_IS_WINDOWS] (path::operator/=(const path&)): - Define POSIX version inline. - (path::_M_append(path)): Define inline. - * include/experimental/bits/fs_path.h (path::is_absolute()): Move - definition out of class body. - (operator<<(basic_ostream, const path&)): Fix type of delimiter and - escape characters. - (operator>>(basic_istream, path&)): Likewise. - (path::is_absolute()): Define inline and fix for Windows. - * src/filesystem/dir-common.h (__gnu_posix): New namespace. - (__gnu_posix::char_type, __gnu_posix::DIR, __gnu_posix::dirent) - (__gnu_posix::opendir, __gnu_posix::readdir, __gnu_posix::closedir): - Define as adaptors for Windows functions/types or as - using-declarations for POSIX functions/types. - (_Dir_base, get_file_type): Qualify names to use declarations from - __gnu_posix namespace. - (_Dir_base::is_dor_or_dotdot): New helper functions. - * src/filesystem/dir.cc (_Dir, recursive_directory_iterator): Qualify - names to use declarations from __gnu_posix namespace. - * src/filesystem/ops-common.h (__gnu_posix): New nested namespace. - (__gnu_posix::open, __gnu_posix::close, __gnu_posix::stat_type) - (__gnu_posix::stat, __gnu_posix::lstat, __gnu_posix::mode_t) - (__gnu_posix::chmod, __gnu_posix::mkdir, __gnu_posix::getcwd) - (__gnu_posix::chdir, __gnu_posix::utimbuf, __gnu_posix::utime) - (__gnu_posix::rename, __gnu_posix::truncate, __gnu_posix::char_type): - Define as adaptors for Windows functions/types or as - using-declarations for POSIX functions/types. - (stat_type, do_copy_file): Qualify names to use declarations from - __gnu_posix namespace. - (do_space): Declare new function. - (make_file_type): Only use S_ISLNK if defined. - * src/filesystem/ops.cc (char_ptr, filesystem::canonical): Use - path::value_type not char. - (filesystem::copy, create_dir, filesystem::create_directory): Qualify - names to use declarations from __gnu_posix namespace. - (filesystem::create_hard_link): Check HAVE_LINK autoconf macro and - add implementation for Windows. - (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro. - (filesystem::current_path(error_code&)): Use __gnu_posix::getcwd. - [!_PC_PATH_MAX]: Don't use pathconf. - [PATH_MAX]: Use if defined. - (filesystem::current_path(const path&, error_code&)) - (filesystem::equivalent, do_stat, filesystem::hard_link_count) - (filesystem::last_write_time, filesystem::permissions): Use names - from __gnu_posix. - (filesystem::read_symlink): Check HAVE_READLINK autoconf macro. - (filesystem::remove) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Add - implementation for Windows. - (filesystem::rename, filesystem::resize_file): Use names from - __gnu_posix. - (filesystem::space): Use do_space. - [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Get absolute path to directory. - (filesystem::status, filesystem::symlink_status): Use names from - __gnu_posix. - (filesystem::temp_directory_path): Add implementation for Windows. - * src/filesystem/path.cc (dot): Define constant. - (path::replace_extension): Use dot. - (path::_M_find_extension): Likewise. Use path::string_type not - std::string. - (path::_M_split_cmpts): Use dot. - (filesystem_error::_M_get_what): Use u8string() not native(). - * src/filesystem/std-dir.cc (_Dir, recursive_directory_iterator): - Qualify names to use declarations from __gnu_posix namespace. - * src/filesystem/std-ops.cc (filesystem::absolute(const path&)): Use - correct error_code. - (filesystem::absolute(const path&, error_code&)): Add implementation - for Windows. - (char_ptr, filesystem::canonical): Use path::value_type not char. - (do_copy_file): Use names from __gnu_posix. - [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Do not use fchmod, fchmodat or - sendfile. - (filesystem::copy, create_dir, filesystem::create_directory): Qualify - names to use declarations from __gnu_posix namespace. - (filesystem::create_hard_link): Check HAVE_LINK autoconf macro and - add implementation for Windows. - (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro. - (filesystem::current_path(error_code&)): Use __gnu_posix::getcwd. - [!_PC_PATH_MAX]: Don't use pathconf. - [PATH_MAX]: Use if defined. - (filesystem::current_path(const path&, error_code&)) - (filesystem::equivalent, do_stat, filesystem::hard_link_count) - (filesystem::last_write_time, filesystem::permissions): Use names - from __gnu_posix. - (filesystem::read_symlink): Check HAVE_READLINK autoconf macro. - (filesystem::remove) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Add - implementation for Windows. - (filesystem::rename, filesystem::resize_file): Use names from - __gnu_posix. - (do_space): Define. - (filesystem::space): Use do_space. - (filesystem::status, filesystem::symlink_status): Use names from - __gnu_posix. - (filesystem::temp_directory_path): Add implementation for Windows. - * src/filesystem/std-path.cc - [_GLIBCXX_FILESYSTEM_IS_WINDOWS] (path::operator/=(const path&)): - Define for Windows. - (dot): Define constant. - (path::replace_extension, is_dot): Use dot. - (path::lexically_normal): Check _M_type instead of calling - non-existent function. - (path::_M_find_extension): Use dot. Use path::string_type not - std::string. - (path::_M_split_cmpts): Use dot. - (filesystem_error::_M_get_what): Use u8string() not native(). - * testsuite/27_io/filesystem/iterators/directory_iterator.cc: Do not - use symlinks. - * testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc: - Likewise. - * testsuite/27_io/filesystem/operations/absolute.cc: Use - __gnu_test::root_path() instead of "/" and add Windows-specific tests. - * testsuite/27_io/filesystem/operations/canonical.cc: Use - path::string() to get narrow string, not path::native(). - * testsuite/27_io/filesystem/operations/copy.cc: Construct fstreams - with std::filesystem::path not std::basic_string. - * testsuite/27_io/filesystem/operations/copy_file.cc: Likewise. - * testsuite/27_io/filesystem/operations/exists.cc: Use - __gnu_test::root_path() instead of "/". - * testsuite/27_io/filesystem/operations/is_empty.cc: Construct - fstreams with std::filesystem::path not std::basic_string. - * testsuite/27_io/filesystem/operations/last_write_time.cc: Use - path::string() to get narrow string. - * testsuite/27_io/filesystem/operations/space.cc: Check results for - errors, expect sensible values otherwise. - * testsuite/27_io/filesystem/operations/temp_directory_path.cc: Add - helpers for adjusting the environment on Windows. - * testsuite/27_io/filesystem/path/append/path.cc: Test - Windows-specific behaviour. - * testsuite/27_io/filesystem/path/construct/format.cc: Fix creation - of path::string_type objects. - * testsuite/27_io/filesystem/path/construct/locale.cc: Compare native - string to wide string on Windows. - * testsuite/27_io/filesystem/path/decompose/root_directory.cc: Allow - for backslash as root-directory. - * testsuite/27_io/filesystem/path/decompose/stem.cc: Use - path::string() to get narrow string. - * testsuite/27_io/filesystem/path/itr/traversal.cc: Test Windows-style - paths. - * testsuite/27_io/filesystem/path/native/string.cc: Use string_type - not std::string. - * testsuite/27_io/filesystem/path/query/is_absolute.cc: Adjust for - different definintion of absolute paths on Windows. - * testsuite/experimental/filesystem/iterators/directory_iterator.cc: - Do not use symlinks. - * testsuite/experimental/filesystem/operations/absolute.cc: Test - Windows behaviour. - * testsuite/experimental/filesystem/operations/copy.cc: Construct - fstreams with NTCTS not std::basic_string. - * testsuite/experimental/filesystem/operations/copy_file.cc: Likewise. - * testsuite/experimental/filesystem/operations/exists.cc: Use - __gnu_test::root_path() instead of "/". - * testsuite/experimental/filesystem/operations/is_empty.cc: Construct - fstreams with NTCTS not std::basic_string. - * testsuite/experimental/filesystem/operations/last_write_time.cc: - Use path::string() to get narrow string. - * testsuite/experimental/filesystem/operations/space.cc: Use - __gnu_test::root_path() instead of "/". - * testsuite/experimental/filesystem/operations/temp_directory_path.cc: - Add helpers for adjusting the environment on Windows. - * testsuite/experimental/filesystem/path/append/path.cc: Use - path::string() to get narrow strings for comparisons. - * testsuite/experimental/filesystem/path/concat/path.cc: Likewise. - * testsuite/experimental/filesystem/path/decompose/root_directory.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/stem.cc: Likewise. - * testsuite/experimental/filesystem/path/native/string.cc: Use - string_type not std::string. - * testsuite/experimental/filesystem/path/query/is_absolute.cc: - Adjust for different definintion of absolute paths on Windows. - * testsuite/util/testsuite_fs.h (__gnu_test::root_path()): New - function. - (__gnu_test::scoped_file): Construct fstreams with NTCTS not - std::basic_string. - -2018-05-31 Jonathan Wakely - - PR libstdc++/85951 - * include/std/type_traits [_GLIBCXX_USE_C99_STDINT_TR1]: Do not define - uint_least16_t and uint_least32_t. - (__make_unsigned): Define unconditionally. - (__make_unsigned_selector<_Tp, true, false>): Remove intermediate - typedefs. - (__make_unsigned_selector_base): New type to provide helper templates. - (__make_unsigned_selector<_Tp, false, true>): Reimplement using - __make_unsigned_selector_base helpers. - (__make_unsigned, __make_unsigned): Define. - (__make_signed_selector<_Tp, true, false>): Remove intermediate - typedefs. - (__make_signed, __make_signed) - (__make_signed)): Define unconditionally. - * testsuite/20_util/make_signed/requirements/typedefs-3.cc: Check - wchar_t, char16_t and char32_t are transformed correctly. - * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust - dg-error lineno. - * testsuite/20_util/make_unsigned/requirements/typedefs-3.cc: Check - wchar_t, char16_t and char32_t are transformed correctly. - * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Adjust - dg-error lineno. - -2018-05-29 Jonathan Wakely - - * include/std/variant (__erased_dtor): Qualify call to __get. - -2018-05-27 François Dumont - - * include/bits/stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New. - (_Rb_tree(const allocator_type&)): Use latter. - * include/bits/stl_map.h (map(const allocator_type&)): Likewise. - (map(initializer_list, const allocator_type&)): Likewise. - (map(_InputIterator, _InputIterator, const allocator_type&)): Likewise. - * include/bits/stl_multimap.h - (multimap(const allocator_type&)): Likewise. - (multimap(initializer_list, const allocator_type&)): - Likewise. - (multimap(_InputIterator, _InputIterator, const allocator_type&)): - Likewise. - * include/bits/stl_set.h (set(const allocator_type&)): Likewise. - (set(initializer_list, const allocator_type&)): Likewise. - (set(_InputIterator, _InputIterator, const allocator_type&)): Likewise. - * include/bits/stl_multiset.h - (multiset(const allocator_type&)): Likewise. - (multiset(initializer_list, const allocator_type&)): - Likewise. - (multiset(_InputIterator, _InputIterator, const allocator_type&)): - Likewise. - -2018-05-25 François Dumont - - PR libstdc++/85768 - * src/c++11/debug.cc: Remove backtrace usage. - -2018-05-24 Maya Rashish - - PR target/85904 - * crossconfig.m4: Test for aligned_alloc on netbsd. - * configure: Regenerate. - -2018-05-24 Jonathan Wakely - - PR libstdc++/69769 - PR libstdc++/85886 - * include/bits/atomic_base.h (__atomic_base::value_type) - (__atomic_base::difference_type): Add new typedefs. - * include/std/atomic (atomic::value_type, atomic::value_type) - (atomic::value_type, atomic::difference_type): Likewise. - (atomic::operator++, atomic::operator--) - (atomic::operator+=, atomic::operator-=) - (atomic::fetch_add, atomic::fetch_sub): Add static assertion - to enforce C++17 requirement on pointer arithmetic. - (__atomic_val_t, __atomic_diff_t): New alias templates. - (atomic_init, atomic_store_explicit, atomic_exchange_explicit) - (atomic_compare_exchange_weak_explicit) - (atomic_compare_exchange_strong_explicit, atomic_store) - (atomic_exchange, atomic_compare_exchange_weak) - (atomic_compare_exchange_strong): Use __atomic_val_t to make - scalar parameters be non-deduced contexts. - (atomic_fetch_add_explicit, atomic_fetch_sub_explicit) - (atomic_fetch_add, atomic_fetch_sub): Change first parameter to be - atomic instead of __atomic_base, and use __atomic_diff_t for scalar - parameters. - (atomic_fetch_and_explicit, atomic_fetch_or_explicit) - (atomic_fetch_xor_explicit, atomic_fetch_and, atomic_fetch_or) - (atomic_fetch_xor): Use __atomic_val_t for scalar parameters. - (atomic_fetch_add_explicit, atomic_fetch_sub_explicit) - (atomic_fetch_add, atomic_fetch_sub): Remove overloads for atomic - address types. - * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error lineno. - * testsuite/29_atomics/atomic/69769.cc: New test. - * testsuite/29_atomics/atomic/nonmembers.cc: New test. - * testsuite/29_atomics/atomic/operators/pointer_partial_void.cc: - Disable test for C++17 and later. - * testsuite/29_atomics/atomic/requirements/typedefs.cc: New test. - * testsuite/29_atomics/atomic_integral/nonmembers.cc: New test. - * testsuite/29_atomics/atomic_integral/requirements/typedefs.cc: New - test. - -2018-05-23 Jonathan Wakely - - * include/bits/fs_path.h (path::__is_encoded_char): Change from class - template to alias template. - (path::__value_type_is_char): Use remove_const_t. - (path:_S_string_from_iter): New helper function. - (path::_S_convert(InputIter, __null_terminated)) - (path::_S_convert_loc(InputIter, __null_terminated, const locale&)): - Use _S_string_from_iter. - (path::string<_CharT, _Allocator>(const _Allocator&)): Allow sharing - rep for COW strings. - * include/experimental/bits/fs_path.h (path::__is_encoded_char): - Change from class template to alias template. - (path::__value_type_is_char): Use remove_const. - (path:_S_string_from_iter): New helper function. - (path::_S_convert(InputIter, __null_terminated)) - (path::_S_convert_loc(InputIter, __null_terminated, const locale&)): - Use _S_string_from_iter. - * testsuite/27_io/filesystem/path/append/source.cc: Test appending - wide strings. - * testsuite/27_io/filesystem/path/concat/strings.cc: Check for exact - string equality, not path equivalence. - * testsuite/27_io/filesystem/path/construct/format.cc: Check - construction from std::string and std::wstring and input iterators. - * testsuite/27_io/filesystem/path/construct/locale.cc: Check - construction from iterators. - * testsuite/experimental/filesystem/path/concat/strings.cc: Check for - exact string equality, not path equivalence. - * testsuite/experimental/filesystem/path/construct/locale.cc: Check - construction from iterators. - - * include/bits/fs_path.h (path::_M_type): Change default member - initializer to _Filename. - (path::begin): Create past-the-end iterator for empty path. - * src/filesystem/std-path.cc (path::remove_filename()): Remove - debugging check. - (path::has_relative_path()): Return false for empty filenames. - (path::_M_split_cmpts): Set _M_type to _Filename for empty paths. - Fix offset of empty final component. - * testsuite/27_io/filesystem/path/itr/components.cc: New. - * testsuite/27_io/filesystem/path/itr/traversal.cc: Add new inputs. - -2018-05-21 Jonathan Wakely - - Add support for opening file streams from wide character strings. - * config/io/basic_file_stdio.cc [_GLIBCXX_HAVE__WFOPEN] - (__basic_file::open(const wchar_t*, ios_base::openmode)): - Define new overload. - * config/io/basic_file_stdio.h [_GLIBCXX_HAVE__WFOPEN] - (__basic_file::open(const wchar_t*, ios_base::openmode)): - Declare new overload. - * configure.ac: Check for _wfopen. - * crossconfig.m4: Likewise. - * configure: Regenerate. - * config.h.in: Regenerate. - * include/bits/fstream.tcc [_GLIBCXX_HAVE__WFOPEN] - (basic_filebuf::open(const wchar_t*, ios_base::openmode)): - Define new overload. - * include/std/fstream [_GLIBCXX_HAVE__WFOPEN] - (basic_filebuf::open(const wchar_t*, ios_base::openmode)): - Declare new overload. - [_GLIBCXX_HAVE__WFOPEN] - (basic_ifstream::basic_ifstream(const wchar_t*, openmode)) - (basic_ifstream::basic_open(const wchar_t*, openmode)) - (basic_ofstream::basic_ifstream(const wchar_t*, openmode)) - (basic_ofstream::basic_open(const wchar_t*, openmode)) - (basic_fstream::basic_ifstream(const wchar_t*, openmode)) - (basic_fstream::basic_open(const wchar_t*, openmode)): Define - new overloads. - * testsuite/27_io/basic_filebuf/open/wchar_t/1.cc: New. - * testsuite/27_io/basic_ifstream/cons/wchar_t/1.cc: New. - * testsuite/27_io/basic_ifstream/open/wchar_t/1.cc: New. - * testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc: New. - * testsuite/27_io/basic_ofstream/open/wchar_t/1.cc: New. - * testsuite/27_io/basic_fstream/cons/wchar_t/1.cc: New. - * testsuite/27_io/basic_fstream/open/wchar_t/1.cc: New. - -2018-05-21 François Dumont - - PR libstdc++/85845 - * include/bits/stl_tree.h - (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): Fix noexcept - qualification. - -2018-05-21 Jonathan Wakely - - * src/filesystem/std-ops.cc (absolute): Report an error for empty - paths. - (weakly_canonical(const path&)): Do not call canonical on empty path. - (weakly_canonical(const path&, error_code&)): Likewise. - * testsuite/27_io/filesystem/operations/absolute.cc: Check for errors. - - PR libstdc++/85818 - * testsuite/experimental/filesystem/path/preferred_separator.cc: Add - dg-require-filesystem-ts. - - PR libstdc++/85843 - * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly - initialize base class to avoid warnings. - -2018-05-19 Jonathan Wakely - - * src/c++11/codecvt.cc (__codecvt_utf8_base::do_in) - [__SIZEOF_WCHAR_T__==2 && __BYTE_ORDER__!=__ORDER_BIG_ENDIAN__]: Set - little_endian element in bitmask. - * testsuite/22_locale/codecvt/codecvt_utf8/69703.cc: Run all tests. - * testsuite/22_locale/codecvt/codecvt_utf8/wchar_t/1.cc: New. - -2018-05-18 François Dumont - - * include/bits/stl_tree.h - (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): New. - (_Rb_tree(_Rb_tree&&, _Node_allocator&&, true_type)): New, use latter. - (_Rb_tree(_Rb_tree&&, _Node_allocator&&, false_type)): New. - (_Rb_tree(_Rb_tree&&, _Node_allocator&&)): Adapt, use latters. - * include/debug/map.h - (map(map&&, const_allocator_type&)): Add noexcept qualitication. - * include/debug/multimap.h - (multimap(multimap&&, const_allocator_type&)): Likewise. - * include/debug/set.h - (set(set&&, const_allocator_type&)): Likewise. - * include/debug/multiset.h - (multiset(multiset&&, const_allocator_type&)): Likewise. - * testsuite/23_containers/map/cons/noexcept_default_construct.cc: - Add checks. - * testsuite/23_containers/map/cons/noexcept_move_construct.cc: - Add checks. - * testsuite/23_containers/multimap/cons/noexcept_default_construct.cc: - Add checks. - * testsuite/23_containers/multimap/cons/noexcept_move_construct.cc: - Add checks. - * testsuite/23_containers/multiset/cons/noexcept_default_construct.cc: - Add checks. - * testsuite/23_containers/multiset/cons/noexcept_move_construct.cc: - Add checks. - * testsuite/23_containers/set/cons/noexcept_default_construct.cc: - Add checks. - * testsuite/23_containers/set/cons/noexcept_move_construct.cc: - Add checks. - -2018-05-18 Jason Merrill - - * include/bits/stl_deque.h (_Deque_iterator): Constrain constructor - for conversion to const_iterator. Add defaulted copy ops. - * libsupc++/new (bad_alloc): Add defaulted copy ops. - * libsupc++/exception.h (exception): Add defaulted copy ops. - * include/std/system_error (system_error): Add defaulted copy ops. - * include/std/stdexcept (domain_error, invalid_argument) - (length_error, out_of_range, range_error, overflow_error) - (underflow_error): Add defaulted copy ops. - * include/bits/stl_iterator.h (reverse_iterator): Add defaulted - copy assignment. - * include/bits/allocator.h (allocator): Add defaulted copy assignment. - * include/ext/throw_allocator.h (condition_base): Add defaulted - default and copy ctor and copy assignment. - -2018-05-18 Jonathan Wakely - - PR libstdc++/85098 - * include/bits/regex.h [__cplusplus < 201703L] (basic_regex::icase) - (basic_regex::nosubs, basic_regex::optimize, basic_regex::collate) - (basic_regex::ECMAScript, basic_regex::basic, basic_regex::extended) - (basic_regex::awk, basic_regex::grep, basic_regex::egrep): Add - definitions. - * include/bits/regex_automaton.h (_NFA::_M_insert_state): Adjust - whitespace. - * include/bits/regex_compiler.tcc (__INSERT_REGEX_MATCHER): Add - braces around body of do-while. - * testsuite/28_regex/basic_regex/85098.cc: New - -2018-05-17 Jonathan Wakely - - PR libstdc++/85818 - * src/filesystem/path.cc (path::preferred_separator): Add used - attribute. - * testsuite/experimental/filesystem/path/preferred_separator.cc: New. - - PR libstdc++/85812 - * libsupc++/cxxabi_init_exception.h (__cxa_free_exception): Declare. - * libsupc++/exception_ptr.h (make_exception_ptr) [__cpp_exceptions]: - Refactor to separate non-throwing and throwing implementations. - [__cpp_rtti && !_GLIBCXX_HAVE_CDTOR_CALLABI]: Deallocate the memory - if constructing the object throws. - -2018-05-15 Jonathan Wakely - - PR libstdc++/85749 - * include/bits/random.h (__detail::__is_seed_seq): New SFINAE helper. - (linear_congruential_engine, mersenne_twister_engine) - (subtract_with_carry_engine, discard_block_engine) - (independent_bits_engine, shuffle_order_engine): Use __is_seed_seq to - constrain function templates taking seed sequences. - * include/bits/random.tcc (linear_congruential_engine::seed(_Sseq&)) - (mersenne_twister_engine::seed(_Sseq&)) - (subtract_with_carry_engine::seed(_Sseq&)): Change return types to - match declarations. - * include/ext/random (simd_fast_mersenne_twister_engine): Use - __is_seed_seq to constrain function templates taking seed sequences. - * include/ext/random.tcc (simd_fast_mersenne_twister_engine::seed): - Change return type to match declaration. - * testsuite/26_numerics/random/discard_block_engine/cons/seed_seq2.cc: - New. - * testsuite/26_numerics/random/independent_bits_engine/cons/ - seed_seq2.cc: New. - * testsuite/26_numerics/random/linear_congruential_engine/cons/ - seed_seq2.cc: New. - * testsuite/26_numerics/random/mersenne_twister_engine/cons/ - seed_seq2.cc: New. - * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error lineno. - * testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq2.cc: - New. - * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ - seed_seq2.cc: New. - * testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/ - seed_seq2.cc: New. - - PR libstdc++/83891 - * include/bits/fs_path.h (path::is_absolute()): Use same definition - for all operating systems. - * include/experimental/bits/fs_path.h (path::is_absolute()): Likewise. - * testsuite/27_io/filesystem/path/query/is_absolute.cc: New. - * testsuite/27_io/filesystem/path/query/is_relative.cc: Fix comment. - * testsuite/experimental/filesystem/path/query/is_absolute.cc: New. - - * testsuite/27_io/filesystem/path/decompose/extension.cc: Remove - unused header. - * testsuite/27_io/filesystem/path/query/empty.cc: Likewise. - * testsuite/27_io/filesystem/path/query/has_extension.cc: Likewise. - * testsuite/27_io/filesystem/path/query/has_filename.cc: Likewise. - * testsuite/27_io/filesystem/path/query/has_parent_path.cc: Likewise. - * testsuite/27_io/filesystem/path/query/has_relative_path.cc: - Likewise. - * testsuite/27_io/filesystem/path/query/has_root_directory.cc: - Likewise. - * testsuite/27_io/filesystem/path/query/has_root_name.cc: Likewise. - * testsuite/27_io/filesystem/path/query/has_root_path.cc: Likewise. - * testsuite/27_io/filesystem/path/query/has_stem.cc: Likewise. - * testsuite/27_io/filesystem/path/query/is_relative.cc: Likewise. - * testsuite/experimental/filesystem/path/decompose/extension.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/empty.cc: Likewise. - * testsuite/experimental/filesystem/path/query/has_extension.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_filename.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_parent_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_relative_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_root_directory.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_root_name.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_root_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise. - * testsuite/experimental/filesystem/path/query/is_relative.cc: - Likewise. - - PR libstdc++/84159 - * include/bits/fs_path.h (path::operator/=, path::append): Construct - temporary path before calling _M_append. - (path::_M_append): Change parameter to path and implement C++17 - semantics. - * testsuite/27_io/filesystem/path/append/path.cc: Add helper function - and more examples from the standard. - * testsuite/27_io/filesystem/path/append/source.cc: New. - * testsuite/27_io/filesystem/path/decompose/filename.cc: Add comment. - * testsuite/27_io/filesystem/path/nonmember/append.cc: New. - - * include/std/variant (__gen_vtable_impl::__visit_invoke): Qualify - __invoke to prevent ADL. - -2018-05-14 Jonathan Wakely - - PR libstdc++/81256 - * include/bits/fstream.tcc (basic_filebuf::close): Do not swallow - exceptions from _M_terminate_output(). - * include/std/fstream (basic_filebuf::~basic_filebuf): Swallow any - exceptions from close(). - * testsuite/27_io/basic_filebuf/close/81256.cc: New. - - * include/bits/valarray_array.h (__valarray_get_memory): Remove. - (__valarray_get_storage): Call operator new directly. Remove ignored - top-level restrict qualifier and add malloc attribute instead. - (_Array<_Tp>::_Array(size_t)): Remove unused constructor. - - PR libstdc++/67554 - * include/bits/valarray_array.h (_Array_copy_ctor<_Tp, true>) - (_Array_copier<_Tp, true>): Do not pass null pointers to memcpy. - - PR libstdc++/82966 - * include/bits/node_handle.h (_Node_handle_common::_M_swap): Use value - instead of type. - * testsuite/23_containers/set/modifiers/node_swap.cc: New. - -2018-05-13 Ville Voutilainen - - PR libstdc++/80165 - * testsuite/20_util/variant/80165.cc: New. - -2018-05-10 Jonathan Wakely - - * doc/xml/faq.xml: Link to C++17 status. Add note to outdated answer. - * doc/xml/manual/debug_mode.xml: Add array and forward_list to list - of C++11 containers with Debug Mode support. - * doc/xml/manual/using.xml: Document Dual ABI for ios_base::failure. - * doc/html/*: Regenerate. - -2018-05-10 Jason Merrill - - * include/bits/regex_compiler.h (_S_cache_size): Change from - function to variable. - -2018-05-10 Edward Smith-Rowland <3dw4rd@verizon.net> - - PR libstdc++/83140 - assoc_legendre returns negated value when m is odd - * include/tr1/legendre_function.tcc (__assoc_legendre_p): Add __phase - argument defaulted to +1. Doxy comments on same. - * testsuite/special_functions/02_assoc_legendre/ - check_value.cc: Regen. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 02_assoc_legendre/check_value.cc: Regen. - -2018-05-10 Jonathan Wakely - - PR libstdc++/85729 - * include/bits/c++config.h (__replacement_assert): Add linkage - specification. - * include/bits/std_abs.h: Add comment to closing brace of block. - * include/c_global/cstddef: Add linkage specification. - * include/c_global/cstring: Likewise. - * include/c_global/cwchar: Likewise. - -2018-05-09 François Dumont - - * include/debug/safe_iterator.h (_Safe_iterator<>::_M_constant()): - Rename in... - (_Safe_iterator<>::_S_constant()): ...that. - * include/debug/safe_local_iterator.h - (_Safe_local_iterator<>::_M_constant()): Rename in... - (_Safe_local_iterator<>::_S_constant()): ...that. - * include/debug/formatter.h: Remove bits/cpp_type_traits.h include. - (_Iterator_state::__rbegin): New. - (_Iterator_state::__rmiddle): New. - (_Iterator_state::__rend): New. - (_Parameter::_Parameter(const _Safe_iterator<>&, const char*, - _Is_iterator)): Use _Safe_iterator<>::_S_constant. Grab normal underlying - iterator type. - (_Parameter::_Parameter(const _Safe_local_iterator<>&, const char*, - _Is_iterator)): Likewise. - (_Parameter::_S_reverse_state(_Iterator_state)): New. - (_Parameter(__gnu_cxx::__normal_iterator<> const&, const char*, - _Is_iterator)): New. - (_Parameter(std::reverse_iterator<> const&, const char*, - _Is_iterator)): New. - (_Parameter(std::reverse_iterator<_Safe_iterator<>> const&, - const char*, _Is_iterator)): New. - (_Parameter(std::move_iterator<> const&, const char*, _Is_iterator): - New. - (_Parameter(std::move_iterator<_Safe_iterator<>> const&, const char*, - _Is_iterator)): New. - * testsuite/24_iterators/move_iterator/debug_neg.cc: New. - * testsuite/24_iterators/normal_iterator/debug_neg.cc: New. - * testsuite/24_iterators/reverse_iterator/debug_neg.cc: New. - -2018-05-09 Jonathan Wakely - - * include/bits/std_function.h (_Base_manager::_M_get_pointer): - Use constexpr if in C++17 mode. - (_Base_manager::_M_clone(_Any_data&, const _Any_data&, true_type)): - Copy from const object. - * testsuite/20_util/function/cons/non_copyconstructible.cc: New. - -2018-05-08 François Dumont - - * src/c++11/debug.cc [_GLIBCXX_HAVE_EXECINFO_H]: Include execinfo.h. - [_GLIBCXX_HAVE_EXECINFO_H](_Error_formatter::_M_error): Render - backtrace. - - * include/debug/macros.h (__glibcxx_check_valid_range_at): New. - * include/debug/functions.h (__check_valid_range): Use latter. - * include/debug/macros.h (__glibcxx_check_valid_constructor_range): New, - use latter. - * include/debug/deque - (deque::deque<_Iter>(_Iter, _Iter, const _Alloc&)): Use latter. - * include/debug/forward_list - (forward_list::forward_list<_Iter>(_Iter, _Iter, const _Alloc&)): - Likewise. - * include/debug/list - (list::list<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. - * include/debug/list - (list::list<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. - * include/debug/map.h - (map::map<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. - (map::map<_Iter>(_Iter, _Iter, const _Compare&, const _Alloc&)): - Likewise. - * include/debug/multimap.h - (multimap::multimap<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. - (multimap::multimap<_Iter>(_Iter, _Iter, const _Compare&, - const _Alloc&)): Likewise. - * include/debug/set.h - (set::set<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. - (set::set<_Iter>(_Iter, _Iter, const _Compare&, const _Alloc&)): - Likewise. - * include/debug/multiset.h - (multiset::multiset<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. - (multiset::multiset<_Iter>(_Iter, _Iter, const _Compare&, - const _Alloc&)): Likewise. - * include/debug/string - (basic_string::basic_string<_Iter>(_Iter, _Iter, const _Alloc&)): - Likewise. - * include/debug/unordered_map - (unordered_map::unordered_map<_Iter>(_Iter, _Iter, const _Alloc&)): - Likewise. - (unordered_multimap::unordered_multimap<_Iter>(_Iter, _Iter, - const _Alloc&)): Likewise. - * include/debug/unordered_set - (unordered_set::unordered_set<_Iter>(_Iter, _Iter, const _Alloc&)): - Likewise. - (unordered_multiset::unordered_multiset<_Iter>(_Iter, _Iter, - const _Alloc&)): Likewise. - * include/debug/vector - (vector::vector<_Iter>(_Iter, _Iter, const _Alloc&)): Use latter. - - * include/debug/formatter.h (_Error_formatter::_M_function): New. - (_Error_formatter(const char*, unsigned int)): Adapt. - (_Error_formatter::_M_at): Rename in... - (_Error_formatter::_S_at): ...that and adapt. - * include/debug/macros.h (_GLIBCXX_DEBUG_VERIFY_AT_F): New. - (_GLIBCXX_DEBUG_VERIFY_AT, _GLIBCXX_DEBUG_VERIFY): Adapt. - * src/c++11/debug.cc (_Error_formatter::_M_error): Render _M_function - when available. - -2018-05-08 Jonathan Wakely - - * include/bits/regex_automaton.h (_NFA_base::_M_paren_stack, _NFA): - Use normal std::vector even in Debug Mode. - - PR libstdc++/85672 - * include/Makefile.am [!ENABLE_FLOAT128]: Change c++config.h entry - to #undef _GLIBCXX_USE_FLOAT128 instead of defining it to zero. - * include/Makefile.in: Regenerate. - * include/bits/c++config (_GLIBCXX_USE_FLOAT128): Move definition - within conditional block. - -2018-05-07 Jonathan Wakely - - * doc/xml/manual/using.xml (table.cmd_options): Document that the - C++17 Filesystem implementation also needs -lstdc++fs. - - PR libstdc++/85671 - * include/bits/fs_path.h (operator/): Permit copy elision. - * include/experimental/bits/fs_path.h (operator/): Likewise. - -2018-05-07 Edward Smith-Rowland <3dw4rd@verizon.net> - - Moar PR libstdc++/80506 - * include/bits/random.tcc (gamma_distribution::__generate_impl()): - Fix magic number used in loop condition. - -2018-05-04 Jonathan Wakely - - PR libstdc++/85642 fix is_nothrow_default_constructible> - * include/std/optional (_Optional_payload): Add noexcept to default - constructor. Re-indent. - (_Optional_payload<_Tp, true, true, true>): Likewise. Add noexcept to - constructor for copying disengaged payloads. - (_Optional_payload<_Tp, true, false, true>): Likewise. - (_Optional_payload<_Tp, true, true, false>): Likewise. - (_Optional_payload<_Tp, true, false, false>): Likewise. - * testsuite/20_util/optional/cons/85642.cc: New. - * testsuite/20_util/optional/cons/value_neg.cc: Adjust dg-error lines. - -2018-05-03 Jonathan Wakely - - PR libstdc++/82644 - * include/tr1/cmath [__STRICT_ANSI__] (hypergf, hypergl, hyperg): Use - inline definitions instead of using-declarations. - [__STRICT_ANSI__] (conf_hypergf, conf_hypergl, conf_hyperg): Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 07_conf_hyperg/compile_cxx17.cc: New. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 17_hyperg/compile_cxx17.cc: New. - - PR libstdc++/84769 - * include/std/variant (visit): Qualify std::get call. - - PR libstdc++/85632 use uintmax_t for arithmetic - * src/filesystem/ops.cc (experimental::filesystem::space): Perform - arithmetic in result type. - * src/filesystem/std-ops.cc (filesystem::space): Likewise. - * testsuite/27_io/filesystem/operations/space.cc: Check total capacity - is greater than free space. - * testsuite/experimental/filesystem/operations/space.cc: New. - - * testsuite/20_util/remove_cvref/requirements/alias_decl.cc: New. - * testsuite/20_util/remove_cvref/requirements/explicit_instantiation.cc: - New. - * testsuite/20_util/remove_cvref/value.cc: New. - * testsuite/20_util/remove_cvref/value_ext.cc: New. - - PR libstdc++/84087 LWG DR 2268 basic_string default arguments - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI=1] - (append(const basic_string&, size_type, size_type) - (assign(const basic_string&, size_type, size_type) - (insert(size_type, const basic_string&, size_type, size_type) - (replace(size_type,size_type,const basic_string&,size_type,size_type) - (compare(size_type,size_type,constbasic_string&,size_type,size_type)): - Add default arguments (LWG 2268). - [_GLIBCXX_USE_CXX11_ABI=0] - (append(const basic_string&, size_type, size_type) - (assign(const basic_string&, size_type, size_type) - (insert(size_type, const basic_string&, size_type, size_type) - (replace(size_type,size_type,const basic_string&,size_type,size_type) - (compare(size_type,size_type,constbasic_string&,size_type,size_type)): - Likewise. - * testsuite/21_strings/basic_string/dr2268.cc: New test. - - PR libstdc++/84535 - * include/std/thread (thread::__not_same): New SFINAE helper. - (thread::thread(_Callable&&, _Args&&...)): Add SFINAE constraint that - first argument is not a std::thread. Add static assertion to check - INVOKE expression is valid. - (thread::thread(thread&), thread::thread(const thread&&)): Remove. - (thread::_Invoke::_M_invoke, thread::_Invoke::operator()): Use - __invoke_result for return types and remove exception specifications. - * testsuite/30_threads/thread/cons/84535.cc: New. - - * include/std/future (__async_result_of): Use __invoke_result instead - of result_of. - - * include/std/any (any_cast): Use __remove_cvref_t. - * include/std/tuple (__make_tuple): Likewise. - * include/std/type_traits (__remove_cvref_t): Define. - (__result_of_memobj, __result_of_memfun): Use __remove_cvref_t. - [__cplusplus > 201703L] (remove_cvref, remove_cvref_t): Define. - * include/std/variant (__erased_hash): Use __remove_cvref_t. - -2018-05-02 François Dumont - - * include/bits/deque.tcc (deque<>::_M_assign_aux): Cast to void to - ensure overloaded comma not used. - * include/bits/list.tcc (list<>::_M_assign_dispatch): Likewise. - * include/bits/vector.tcc (vector<>::_M_assign_aux): Likewise. - * include/bits/stl_bvector.h (vector::_M_assign_aux): Likewise. - * testsuite/23_containers/deque/modifiers/assign/1.cc: New. - * testsuite/23_containers/list/modifiers/assign/1.cc: New. - * testsuite/23_containers/vector/bool/modifiers/assign/1.cc: New. - * testsuite/23_containers/vector/modifiers/assign/1.cc: New. - -2018-05-02 Jonathan Wakely - - PR libstdc++/68197 - * include/bits/ios_base.h (ios_base::iword, ios_base::pword): Cast - indices to unsigned. - * src/c++11/ios.cc (ios_base::_M_grow_words): Treat negative indices - as failure. Refactor error handling. - * testsuite/27_io/ios_base/storage/68197.cc: New. - - PR libstdc++/57997 - PR libstdc++/83860 - * include/bits/gslice_array.h (gslice_array): Define default - constructor as deleted, as per C++11 standard. - * include/bits/mask_array.h (mask_array): Likewise. - * include/bits/slice_array.h (slice_array): Likewise. - * include/bits/valarray_after.h (_GBase, _GClos, _IBase, _IClos): Move - to namespace __detail. - (_GBase::_M_expr, _IBase::_M_expr): Use _ValArrayRef for type of data - members. - * include/bits/valarray_before.h (_ValArrayRef): New helper for type - of data members in closure objects. - (_FunBase, _ValFunClos, _RefFunClos, _UnBase, _UnClos, _BinBase) - (_BinBase2, _BinBase1, _BinClos, _SBase, _SClos): Move to namespace - __detail. - (_FunBase::_M_expr, _UnBase::_M_expr, _BinBase::_M_expr1) - (_BinBase::_M_expr2, _BinBase2::_M_expr1, _BinBase1::_M_expr2) - (_SBase::_M_expr): Use _ValArrayRef for type of data members. - * include/std/valarray (_UnClos, _BinClos, _SClos, _GClos, _IClos) - (_ValFunClos, _RefFunClos): Move to namespace __detail and add - using-declarations to namespace std. - * testsuite/26_numerics/valarray/83860.cc: New. - - * testsuite/backward/strstream_move.cc: Remove duplicate function - call. - - PR libstdc++/69608 - * include/backward/strstream (strstreambuf): Define move constructor - and move assignment operator. - (istrstream, ostrstream, strstream): Likewise. - * testsuite/backward/strstream_move.cc: New. - -2018-05-01 Tulio Magno Quites Machado Filho - - PR libstdc++/84654 - * acinclude.m4: Set ENABLE_FLOAT128 instead of _GLIBCXX_USE_FLOAT128. - * config.h.in: Remove references to _GLIBCXX_USE_FLOAT128. - * configure: Regenerate. - * include/Makefile.am: Replace the value of _GLIBCXX_USE_FLOAT128 - based on ENABLE_FLOAT128. - * include/Makefile.in: Regenerate. - * include/bits/c++config: Define _GLIBCXX_USE_FLOAT128. - [!defined(__FLOAT128__) && !defined(__SIZEOF_FLOAT128__)]: Undefine - _GLIBCXX_USE_FLOAT128. - -2018-04-24 H.J. Lu - - * configure: Regenerated. - -2018-04-19 Jakub Jelinek - - * configure: Regenerated. - -2018-04-18 Jonathan Wakely - Jakub Jelinek - - PR libstdc++/85442 - * src/c++11/Makefile.am: Don't generate debuginfo again for - cxx11-ios_failure-lt.s and cxx11-ios_failure.s files. - * src/c++11/Makefile.in: Regenerate. - -2018-04-18 Jonathan Wakely - - PR libstdc++/84442 - * testsuite/30_threads/thread/cons/terminate.cc - [!_GLIBCXX_USE_C99_STDLIB] : Use _exit or std::exit instead of _Exit. - -2018-04-18 David Malcolm - - PR jit/85384 - * configure: Regenerate. - -2018-04-16 Jonathan Wakely - - * testsuite/experimental/filesystem/file_status/1.cc: Add - -DUSE_FILESYSTEM_TS to dg-options. - * testsuite/experimental/filesystem/iterators/directory_iterator.cc: - Likewise. - * testsuite/experimental/filesystem/iterators/pop.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/create_symlink.cc: - Likewise. - * testsuite/experimental/filesystem/operations/current_path.cc: - Likewise. - * testsuite/experimental/filesystem/operations/equivalent.cc: Likewise. - * testsuite/experimental/filesystem/operations/exists.cc: Likewise. - * testsuite/experimental/filesystem/operations/file_size.cc: Likewise. - * testsuite/experimental/filesystem/operations/is_empty.cc: Likewise. - * testsuite/experimental/filesystem/operations/last_write_time.cc: - Likewise. - * testsuite/experimental/filesystem/operations/permissions.cc: - Likewise. - * testsuite/experimental/filesystem/operations/read_symlink.cc: - Likewise. - * testsuite/experimental/filesystem/operations/remove.cc: Likewise. - * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise. - * testsuite/experimental/filesystem/operations/status.cc: Likewise. - * testsuite/experimental/filesystem/operations/temp_directory_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/append/path.cc: Likewise. - * testsuite/experimental/filesystem/path/assign/assign.cc: Likewise. - * testsuite/experimental/filesystem/path/assign/copy.cc: Likewise. - * testsuite/experimental/filesystem/path/compare/compare.cc: Likewise. - * testsuite/experimental/filesystem/path/compare/path.cc: Likewise. - * testsuite/experimental/filesystem/path/compare/strings.cc: Likewise. - * testsuite/experimental/filesystem/path/concat/path.cc: Likewise. - * testsuite/experimental/filesystem/path/concat/strings.cc: Likewise. - * testsuite/experimental/filesystem/path/construct/copy.cc: Likewise. - * testsuite/experimental/filesystem/path/construct/default.cc: - Likewise. - * testsuite/experimental/filesystem/path/construct/locale.cc: Likewise. - * testsuite/experimental/filesystem/path/construct/range.cc: Likewise. - * testsuite/experimental/filesystem/path/construct/string_view.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/extension.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/filename.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/parent_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/relative_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/root_directory.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/root_name.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/root_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/decompose/stem.cc: Likewise. - * testsuite/experimental/filesystem/path/generic/generic_string.cc: - Likewise. - * testsuite/experimental/filesystem/path/itr/traversal.cc: Likewise. - * testsuite/experimental/filesystem/path/modifiers/clear.cc: Likewise. - * testsuite/experimental/filesystem/path/modifiers/make_preferred.cc: - Likewise. - * testsuite/experimental/filesystem/path/modifiers/remove_filename.cc: - Likewise. - * testsuite/experimental/filesystem/path/modifiers/replace_extension.cc: - Likewise. - * testsuite/experimental/filesystem/path/modifiers/replace_filename.cc: - Likewise. - * testsuite/experimental/filesystem/path/modifiers/swap.cc: Likewise. - * testsuite/experimental/filesystem/path/native/string.cc: Likewise. - * testsuite/experimental/filesystem/path/nonmember/hash_value.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/empty.cc: Likewise. - * testsuite/experimental/filesystem/path/query/has_extension.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_filename.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_parent_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_relative_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_root_directory.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_root_name.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_root_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise. - * testsuite/experimental/filesystem/path/query/is_relative.cc: - Likewise. - -2018-04-13 Jonathan Wakely - - * src/c++11/Makefile.am: Fix sed command. - * src/c++11/Makefile.in: Regenerate. - - * src/c++11/Makefile.am: Rewrite sed rule to be less fragile and to - handle mangled names starting with double underscores on darwin. - * src/c++11/Makefile.in: Regenerate. - -2018-04-12 Jonathan Wakely - - * src/c++11/Makefile.am: Fix comment. - * src/c++11/Makefile.in: Regenerate. - * src/c++11/cxx11-ios_failure.cc: Fix comment. - * src/c++98/ios_failure.cc: Likewise. - - * src/c++11/ios.cc: Remove redundant macro definition. - -2018-04-11 Jonathan Wakely - - * doc/xml/manual/abi.xml: Document header locations in recent - releases. - * doc/xml/manual/evolution.xml: Add API changes since GCC 5. - * doc/xml/manual/spine.xml: Update copyright years. - * doc/xml/manual/strings.xml: Adjust tolower example to avoid - undefined behaviour. - * doc/xml/manual/test.xml: Update outdated notes on VERIFY in tests. - * doc/html/*: Regenerate. - -2018-04-10 Jonathan Wakely - - * doc/xml/faq.xml: Update links to archived copy of SGI STL docs. - * doc/xml/manual/backwards_compatibility.xml: Likewise. - * doc/xml/manual/containers.xml: Likewise. - * doc/xml/manual/debug_mode.xml: Likewise. - * doc/xml/manual/extensions.xml: Likewise. - * doc/xml/manual/policy_data_structures_biblio.xml: Likewise. - * doc/xml/manual/using.xml: Likewise. - * doc/xml/manual/utilities.xml: Likewise. - - PR libstdc++/85222 - * src/c++11/Makefile.am [ENABLE_DUAL_ABI]: Add special rules for - cxx11-ios_failure.cc to rewrite type info for __ios_failure. - * src/c++11/Makefile.in: Regenerate. - * src/c++11/cxx11-ios_failure.cc (__ios_failure, __iosfail_type_info): - New types. - [_GLIBCXX_USE_DUAL_ABI] (__throw_ios_failure): Define here. - * src/c++11/ios.cc (__throw_ios_failure): Remove definition. - * src/c++98/ios_failure.cc (__construct_ios_failure) - (__destroy_ios_failure, is_ios_failure_handler): New functions. - [!_GLIBCXX_USE_DUAL_ABI] (__throw_ios_failure): Define here. - * testsuite/27_io/ios_base/failure/dual_abi.cc: New. - * testsuite/27_io/basic_ios/copyfmt/char/1.cc: Revert changes to - handler types, to always catch std::ios_base::failure. - * testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/ - exceptions_failbit.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ - exceptions_failbit.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/ - exceptions_null.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/ - exceptions_null.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/char/12297.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/ - exceptions_null.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - exceptions_null.cc: Likewise. - * testsuite/27_io/ios_base/storage/2.cc: Likewise. - -2018-04-05 Jonathan Wakely - - * include/std/variant (_VARIANT_RELATION_FUNCTION_TEMPLATE): Qualify - __get calls to avoid ADL and avoid ambiguity due to Clang bug. - -2018-04-03 Jonathan Wakely - - PR libstdc++/85183 - * include/std/variant (_Move_assign_base::operator=): Fix incorrect - value categories. - * testsuite/20_util/variant/85183.cc: New. - -2018-03-26 Jonathan Wakely - - * include/std/variant (__get): Qualify calls to avoid ADL. - (__select_index): Adjust whitespace. - (variant): Add using-declaration to workaround Clang bug. - -2018-03-22 Jonathan Wakely - - PR libstdc++/85040 - * include/bits/stl_function.h (greater::__not_overloaded) - (less::__not_overloaded, greater_equal::__not_overloaded) - (less_equal::__not_overloaded): Fix ambiguous specializations. - * testsuite/20_util/function_objects/comparisons_pointer.cc: Add - tests for type with overloaded operators. - -2018-03-22 Rainer Orth - - PR libstdc++/77691 - * testsuite/experimental/memory_resource/resource_adaptor.cc: - xfail execution on 32-bit Solaris/x86. - -2018-03-21 Jonathan Wakely - - * testsuite/20_util/function_objects/comparisons_pointer.cc: Use - VERIFY instead of assert. - * testsuite/20_util/hash/84998.cc: New test. - * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: New - copy of test adjusted for Debug Mode. - * testsuite/23_containers/vector/cons/destructible_neg.cc: Do not run - test in Debug Mode. - -2018-03-20 François Dumont - - PR libstdc++/84998 - * include/bits/stl_bvector.h: Fix std::hash friend declaration. - * include/std/bitset: Likewise. - * include/bits/stl_map.h (std::map<>): Fix _Rb_tree_merge_helper friend - declaration. - * include/bits/stl_multimap.h (std::multimap<>): Likewise. - * include/bits/stl_multiset.h (std::multiset<>): Likewise. - * include/bits/stl_set.h (std::set<>): Likewise. - * include/bits/unordered_map.h (std::unordered_map<>): Fix - _Hash_merge_helper friend declaration. - (std::unordered_multimap<>): Likewise. - * include/bits/unordered_set.h (std::unordered_set<>): Likewise. - (std::unordered_multiset<>): Likewise. - -2018-03-19 Gerald Pfeifer - - * doc/xml/api.xml: www.fsf.org has moved to https. Also omit - trailing slash for domain level link. - * doc/xml/faq.xml: Ditto. - * doc/xml/manual/appendix_free.xml (software): Ditto. - * doc/xml/manual/intro.xml: Ditto. - * doc/xml/manual/spine.xml: Ditto. - * doc/xml/spine.xml: Ditto. - -2018-03-19 Gerald Pfeifer - - * doc/xml/manual/documentation_hacking.xml: Adjust link to - docbook.org. - -2018-03-17 Jonathan Wakely - - * testsuite/20_util/function_objects/comparisons_pointer.cc: Adjust - to compile as C++98. - -2018-03-14 Jonathan Wakely - - PR libstdc++/78420 - * include/bits/stl_function.h (greater<_Tp*>, less<_Tp*>) - (greater_equal<_Tp*>, less_equal<_Tp>*): Add partial specializations - to ensure total order for pointers. - (greater, less, greater_equal, less_equal): - Add operator() overloads for pointer arguments and make generic - overloads dispatch to new _S_cmp functions when comparisons would - use built-in operators for pointers. - * testsuite/20_util/function_objects/comparisons_pointer.cc: New. - -2018-03-12 Jonathan Wakely - - PR libstdc++/84773 - PR libstdc++/83662 - * crossconfig.m4: Check for aligned_alloc etc. on freebsd and mingw32. - * configure: Regenerate. - * include/c_global/cstdlib [_GLIBCXX_HAVE_ALIGNED_ALLOC] - (aligned_alloc): Add using-declaration. - * testsuite/18_support/aligned_alloc/aligned_alloc.cc: New test. - -2018-03-09 François Dumont - - * python/libstdcxx/v6/printers.py (build_libstdcxx_dictionary): - Fix std::_Fwd_list_iterator and std::_Fwd_list_const_iterator printers - registration. - -2018-03-09 Jonathan Wakely - - PR libstdc++/84769 - * include/std/variant (get<_Tp, _Types...>, get_if<_Tp, _Types...>): - Qualify calls to get<_Np, Types...> and get_if<_Np, _Types...>. - - src/filesystem/ops.cc (create_dir): Pass error_code to is_directory. - src/filesystem/std-ops.cc (create_dir): Likewise. - -2018-03-08 François Dumont - - * python/libstdcxx/v6/printers.py (NodeIteratorPrinter): New. - (StdListIteratorPrinter): Inherit from latter. - (StdFwdListIteratorPrinter): New, inherit from latter. - (StdDebugIteratorPrinter.to_string): Use non-debug iterator printer - when iterator has no associated container. - (build_libstdcxx_dictionary): Add __gnu_cxx::_Fwd_list_iterator and - __gnu_cxx::_Fwd_list_const_iterator printers. Remove __norm namespace - registrations. - * testsuite/libstdc++-prettyprinters/debug.cc: Adapt. - * testsuite/libstdc++-prettyprinters/debug_cxx11.cc: Adapt. - -2018-03-06 Ville Voutilainen - - PR libstdc++/84601 - * include/std/optional (_Optional_payload): Split into multiple - specializations that can handle different cases of trivial or - non-trivial assignment operators. - * testsuite/20_util/optional/84601.cc: New. - * testsuite/20_util/optional/cons/value_neg.cc: Adjust. - -2018-03-02 Jonathan Wakely - - PR libstdc++/84671 - * include/bits/parse_numbers.h (_Number_help): Add partial - specialization to handle digit separators. Adjust partial - specialization for recursion temrination to require _Pow == 1ULL. - * testsuite/20_util/duration/literals/84671.cc: New - -2018-02-27 Ville Voutilainen - - Implement the missing bits of LWG 2769 - * include/std/any (any_cast(const any&)): Add static_assert. - (any_cast(any&)): Likewise. - (any_cast(any&&)): Likewise, and remove the handling - for copyable-but-not-movable type. - * testsuite/20_util/any/misc/any_cast.cc: Adjust. - * testsuite/20_util/any/misc/any_cast_neg.cc: Likewise, and - add new tests. - -2018-02-23 Jonathan Wakely - - PR libstdc++/84532 - * include/std/thread (thread::__make_invoker): Construct tuple - directly instead of using make_tuple. - * testsuite/30_threads/async/84532.cc: New. - * testsuite/30_threads/thread/84532.cc: New. - -2018-02-20 François Dumont - - * include/ext/aligned_buffer.h [_GLIBCXX_INLINE_VERSION] - (template<> __aligned_buffer): Define as __aligned_membuf alias. - -2018-02-19 Igor Tsimbalist - - PR target/84148 - * configure: Regenerate. - -2018-02-15 Jonathan Wakely - - PR libstdc++/81797 - * configure.ac (INCLUDE_DIR_NOTPARALLEL): Define. - * configure: Regenerate. - * include/Makefile.am (INCLUDE_DIR_NOTPARALLEL): Add .NOTPARALLEL when - defined. - * include/Makefile.in: Regenerate. - -2018-01-29 Jonathan Wakely - - PR libstdc++/83833 - * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: - Add -ffloat-store to options for m68k and ia32. - - * doc/xml/faq.xml: Update copyright years. - * doc/html/*: Regenerate. - - PR libstdc++/83658 - * include/std/any (any::__do_emplace): Only set _M_manager after - constructing the contained object. - * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust dg-error line. - * testsuite/20_util/any/modifiers/83658.cc: New test. - -2018-01-25 Jonathan Wakely - - PR libstdc++/81076 - * include/c_global/cstddef (__byte_operand): Define primary template. - * testsuite/18_support/byte/81076.cc: New test. - -2018-01-19 Christophe Lyon - - * testsuite/ext/special_functions/airy_ai/check_nan.cc: Fix - dg-options and dg-add-options order. - * testsuite/ext/special_functions/airy_bi/check_nan.cc: Likewise. - * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: - Likewise. - * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. - * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: - Likewise. - * testsuite/special_functions/02_assoc_legendre/check_nan.cc: - Likewise. - * testsuite/special_functions/03_beta/check_nan.cc: Likewise. - * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: - Likewise. - * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: - Likewise. - * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: - Likewise. - * testsuite/special_functions/06_comp_ellint_3/pr66689.cc: - Likewise. - * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: - Likewise. - * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: - Likewise. - * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: - Likewise. - * testsuite/special_functions/10_cyl_neumann/check_nan.cc: - Likewise. - * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise. - * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise. - * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise. - * testsuite/special_functions/13_ellint_3/pr66689.cc: Likewise. - * testsuite/special_functions/14_expint/check_nan.cc: Likewise. - * testsuite/special_functions/15_hermite/check_nan.cc: Likewise. - * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise. - * testsuite/special_functions/17_legendre/check_nan.cc: Likewise. - * testsuite/special_functions/18_riemann_zeta/check_nan.cc: - Likewise. - * testsuite/special_functions/19_sph_bessel/check_nan.cc: - Likewise. - * testsuite/special_functions/20_sph_legendre/check_nan.cc: - Likewise. - * testsuite/special_functions/21_sph_neumann/check_nan.cc: - Likewise. - -2018-01-18 Uros Bizjak - - * configure.ac (AC_CHECK_HEADERS): Add linux/types.h. Conditionally - include linux/types.h when checking linux/random.h header. - * config.h.in: Regenerate. - * configure: Ditto. - * src/c++11/random.cc: Conditionally include linux/types.h. - -2018-01-16 Eric Botcazou - - * testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux. - -2018-01-16 Jonathan Wakely - - PR libstdc++/83834 - * config/abi/pre/gnu.ver (GLIBCXX_3.4): Replace std::c[a-g]* wildcard - pattern with exact match for std::cerr. - -2018-01-15 Jonathan Wakely - - PR libstdc++/83833 - * include/bits/random.h (chi_squared_distribution::param): Update - gamma distribution parameter. - * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: New - test. - - PR libstdc++/83830 - * include/std/type_traits (has_unique_object_representations_v): Add - variable template. - * testsuite/20_util/has_unique_object_representations/value.cc: Check - variable template. - -2018-01-15 Ville Voutilainen - - Make optional conditionally - trivially_{copy,move}_{constructible,assignable} - * include/std/optional (_Optional_payload): Fix the comment in - the class head and turn into a primary and one specialization. - (_Optional_payload::_M_engaged): Strike the NSDMI. - (_Optional_payload<_Tp, false>::operator=(const _Optional_payload&)): - New. - (_Optional_payload<_Tp, false>::operator=(_Optional_payload&&)): - Likewise. - (_Optional_payload<_Tp, false>::_M_get): Likewise. - (_Optional_payload<_Tp, false>::_M_reset): Likewise. - (_Optional_base_impl): Likewise. - (_Optional_base): Turn into a primary and three specializations. - (optional(nullopt)): Change the base init. - * testsuite/20_util/optional/assignment/8.cc: New. - * testsuite/20_util/optional/cons/trivial.cc: Likewise. - * testsuite/20_util/optional/cons/value_neg.cc: Adjust. - -2018-01-15 Jonathan Wakely - - PR libstdc++/80276 - * python/libstdcxx/v6/printers.py (strip_inline_namespaces): New. - (get_template_arg_list): New. - (StdVariantPrinter._template_args): Remove, use get_template_arg_list - instead. - (TemplateTypePrinter): Rewrite to work with gdb.Type objects instead - of strings and regular expressions. - (add_one_template_type_printer): Adapt to new TemplateTypePrinter. - (FilteringTypePrinter): Add docstring. Match using startswith. Use - strip_inline_namespaces instead of strip_versioned_namespace. - (add_one_type_printer): Prepend namespace to match argument. - (register_type_printers): Add type printers for char16_t and char32_t - string types and for types using cxx11 ABI. Update calls to - add_one_template_type_printer to provide default argument dicts. - * testsuite/libstdc++-prettyprinters/80276.cc: New test. - * testsuite/libstdc++-prettyprinters/whatis.cc: Remove tests for - basic_string and basic_string. - * testsuite/libstdc++-prettyprinters/whatis2.cc: Duplicate whatis.cc - to test local variables, without overriding _GLIBCXX_USE_CXX11_ABI. - -2018-01-14 Andreas Schwab - - PR libstdc++/81092 - * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update. - -2018-01-13 Tim Shen - - PR libstdc++/83601 - * include/bits/regex.tcc (regex_replace): Fix escaping in sed. - * testsuite/28_regex/algorithms/regex_replace/char/pr83601.cc: Tests. - * testsuite/28_regex/algorithms/regex_replace/wchar_t/pr83601.cc: Tests. - -2018-01-12 Rainer Orth - - PR libstdc++/64054 - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: - Remove dg-xfail-run-if. - -2018-01-10 François Dumont - - * include/bits/forward_list.h - (_Fwd_list_node_base(_Fwd_list_node_base&&)): New. - (_Fwd_list_node_base& operator=(_Fwd_list_node_base&&)): New. - (_Fwd_list_node_base(const _Fwd_list_node_base&)): Explicit delete. - (_Fwd_list_node_base& operator=(const _Fwd_list_node_base&)): Likewise. - (_Fwd_list_impl()): Add noexcept qualification. - (_Fwd_list_impl(const _Node_alloc_type&)): Delete. - (_Fwd_list_impl(_Fwd_list_impl&&)): New, default. - (_Fwd_list_impl(_Fwd_list_impl&&, _Node_alloc_type&&)): New. - (_Fwd_list_base()): Default. - (_Fwd_list_base(_Fwd_list_base&&, _Node_alloc_type&&, true_type)): New. - (_Fwd_list_base(_Fwd_list_base&&)): Default. - (forward_list<>()): Default. - (forward_list<>(forward_list&&)): Default. - (forward_list(forward_list&&, _Node_alloc_type&&, false_type)): New. - (forward_list(forward_list&&, _Node_alloc_type&&, true_type)): New. - (forward_list(forward_list&&, const _Alloc&)): Adapt to use latters. - * include/bits/forward_list.tcc - (_Fwd_list_base(_Fwd_list_base&&, _Node_alloc_type&&)): Adapt to use - _M_impl._M_head move assignment. - (forward_list<>::merge(forward_list<>&&, _Comp)): Likewise. - * testsuite/23_containers/forward_list/allocator/default_init.cc: New. - -2018-01-09 Jonathan Wakely - - PR libstdc++/80276 - * python/libstdcxx/v6/printers.py (SharedPointerPrinter) - (UniquePointerPrinter): Print correct template argument, not type of - the pointer. - (TemplateTypePrinter._recognizer.recognize): Handle failure to lookup - a type. - * testsuite/libstdc++-prettyprinters/cxx11.cc: Test unique_ptr of - array type. - * testsuite/libstdc++-prettyprinters/cxx17.cc: Test shared_ptr and - weak_ptr of array types. - -2018-01-09 François Dumont - - PR libstdc++/83709 - * include/bits/hashtable_policy.h - (__distance_fwd(_Iterator, _Iterator, input_iterator_tag)): Return 1 if - __first != __last. - (_Insert_base::_M_insert_range(_Ite, _Ite, _NodeGetter, true_type)): New. - (_Insert_base::_M_insert_range(_Ite, _Ite, _NodeGetter, false_type)): - Add false_type parameter. - (_Insert_base::insert): Adapt. - * include/bits/hashtable.h (_Hashtable::operator=(initializzr_list<>)): - Adapt. - (_Hashtable::_M_insert(_Arg&&, const _NodeGen&, true_type, size_t)): - Add __n_elt parameter, defaulted to 1. - (_Hashtable::_M_insert_unique_node): Likewise. Use it to call rehash - policy _M_need_rehash. - (_Hashtable::_M_merge_unique): Pass target number of elements to add to - produce only 1 rehash if necessary. - * testsuite/23_containers/unordered_map/insert/83709.cc: New. - * testsuite/23_containers/unordered_set/insert/83709.cc: New. - -2018-01-09 Juraj OrÅ¡ulić - Jonathan Wakely - - PR libstdc++/59253 (partial) - * python/libstdcxx/v6/printers.py (SmartPtrIterator): Common iterator - type for pointer stored by shared_ptr, weak_ptr and unique_ptr. - (SharedPointerPrinter, UniquePointerPrinter): Treat stored values as - children. - * testsuite/libstdc++-prettyprinters/cxx11.cc: Update expected output - of unique_ptr printer. - * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Update expected - output of shared_ptr printer. - -2018-01-05 Jonathan Wakely - - PR libstdc++/83626 - * src/filesystem/ops.cc (remove(const path&, error_code&)): Remove - unnecessary symlink_status call. - (remove_all(const path&, error_code&)): Use filesystem::remove. - * src/filesystem/std-ops.cc: Likewise. - - PR libstdc++/83279 - * src/filesystem/std-ops.cc (do_copy_file): Use non-null offset with - sendfile. - - PR libstdc++/83626 - * src/filesystem/ops.cc (remove(const path&, error_code&)): Do not - report an error for ENOENT. - (remove_all(const path&)): Fix type of result variable. - (remove_all(const path&, error_code&)): Use non-throwing increment - for directory iterator. Call POSIX remove directly to avoid redundant - calls to symlink_status. Do not report errors for ENOENT. - * src/filesystem/std-ops.cc: Likewise. - * testsuite/27_io/filesystem/operations/remove_all.cc: Test throwing - overload. - * testsuite/experimental/filesystem/operations/remove_all.cc: - Likewise. - -2018-01-04 Jonathan Wakely - - PR libstdc++/83626 - * src/filesystem/ops.cc (remove(const path&, error_code&))): Remove - redundant call to ec.clear(). - (remove_all(const path&, error_code&))): Do not return an error for - non-existent paths. - * src/filesystem/std-ops.cc: Likewise. - * testsuite/27_io/filesystem/operations/remove.cc: New test. - * testsuite/27_io/filesystem/operations/remove_all.cc: Fix expected - results for non-existent paths. - * testsuite/experimental/filesystem/operations/remove.cc: New test. - * testsuite/experimental/filesystem/operations/remove_all.cc: Fix - expected results for non-existent paths. - - * include/bits/fs_ops.h (exists(const path&, error_code&))): Only - check status_known once. - * include/experimental/bits/fs_ops.h: Likewise. - - PR libstdc++/83607 - * include/std/functional (__is_byte_like): New trait. - (__is_std_equal_to): Remove. - (__boyer_moore_base_t): Use __is_byte_like instead of - __is_std_equal_to. - * include/experimental/functional (__is_std_equal_to): Remove. - (__boyer_moore_base_t): Use __is_byte_like instead of - __is_std_equal_to. - * testsuite/20_util/function_objects/83607.cc: New test. - -2018-01-03 Ville Voutilainen - - Protect optional's deduction guide with the feature macro - * include/std/optional: Use the feature macro. - -2018-01-03 Jakub Jelinek +2019-01-01 Jakub Jelinek Update copyright years. -Copyright (C) 2018 Free Software Foundation, Inc. +Copyright (C) 2019 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-2018 b/libstdc++-v3/ChangeLog-2018 new file mode 100644 index 00000000000..1458251c745 --- /dev/null +++ b/libstdc++-v3/ChangeLog-2018 @@ -0,0 +1,6185 @@ +2018-12-23 François Dumont + + * libstdc++-v3/testsuite/util/testsuite_allocator.h + (CustomPointerAlloc<>::allocate(size_t, pointer)): Replace by... + (CustomPointerAlloc<>::allocate(size_t, const_void_pointer)): ...this. + + Respect pointer_traits on node deallocation in _ReuseOrAllocNode + parenthesis operator. + + * include/bits/hashtable_policy.h + (_Hashtable_alloc<>::_M_deallocate_node_ptr(__node_type*)): New. + (_Hashtable_alloc<>::_M_deallocate_node(__node_type*)): Use latter. + (_ReuseOrAllocNode<>::operator<_Arg>()(_Arg&&)): Likewise. + +2018-12-22 Iain Sandoe + + * /config/os/bsd/darwin/ppc-extra.ver: Append long double symbols. + +2018-12-20 Jonathan Wakely + + * testsuite/27_io/filesystem/operations/proximate.cc: Fix test for + MinGW. + * testsuite/27_io/filesystem/path/append/source.cc: Likewise. + * testsuite/27_io/filesystem/path/compare/lwg2936.cc: Likewise. + + * testsuite/27_io/filesystem/directory_entry/lwg3171.cc: New test + (missed from previous commit). + +2018-12-19 Jonathan Wakely + + * doc/xml/manual/abi.xml: Add missing word. + +2018-12-18 Jonathan Wakely + + * include/bits/fs_dir.h (operator<<): Overload for directory_entry, + as per LWG 3171. + * testsuite/27_io/filesystem/directory_entry/lwg3171.cc: New test. + + * src/filesystem/std-dir.cc (filesystem::_Dir::advance): Move new + path instead of copying. + + * src/filesystem/std-dir.cc (filesystem::_Dir::advance): Append + string to lvalue to avoid creating temporary path. + + * include/bits/fs_path.h (path::compare(const string_type&)) + (path::compare(const value_type*)): Add noexcept and construct a + string view to compare to instead of a path. + (path::compare(basic_string_view)): Add noexcept. Remove + inline definition. + * src/filesystem/std-path.cc (path::_Parser): Track last type read + from input. + (path::_Parser::next()): Return a final empty component when the + input ends in a non-root directory separator. + (path::_M_append(basic_string_view)): Remove special cases + for trailing non-root directory separator. + (path::_M_concat(basic_string_view)): Likewise. + (path::compare(const path&)): Implement LWG 2936. + (path::compare(basic_string_view)): Define in terms of + components returned by parser, consistent with LWG 2936. + * testsuite/27_io/filesystem/path/compare/lwg2936.cc: New. + * testsuite/27_io/filesystem/path/compare/path.cc: Test more cases. + * testsuite/27_io/filesystem/path/compare/strings.cc: Likewise. + + * include/std/string_view [__cplusplus > 201703L] + (basic_string_view::starts_with(basic_string_view)): Implement + proposed resolution of LWG 3040 to avoid redundant length check. + (basic_string_view::starts_with(_CharT)): Implement proposed + resolution of LWG 3040 to check at most one character. + (basic_string_view::ends_with(_CharT)): Likewise. + +2018-12-17 Jonathan Wakely + + PR libstdc++/71044 + * src/filesystem/std-path.cc (path::_M_append): Fix off-by-one error + that caused a component to be lost from the iteration sequence. + (path::_M_concat): Likewise. + * testsuite/27_io/filesystem/path/append/source.cc: Test appending + long strings. + * testsuite/27_io/filesystem/path/concat/strings.cc: Test + concatenating long strings. + * testsuite/27_io/filesystem/path/construct/string_view.cc: Test + construction from long string. + +2018-12-13 Jonathan Wakely + + * src/filesystem/std-path.cc (SLASHSLASH_IS_ROOT_NAME): New macro to + control whether interpret paths with two slashes as a root-name. + (path::operator/=(const path&)) [SLASHSLASH_IS_ROOT_NAME]: Add a + root-directory when appending to a root-name. + (path::_M_append(basic_string_view)) + [SLASHSLASH_IS_ROOT_NAME]: Likewise. + (path::operator/=(const path&)) [SLASHSLASH_IS_ROOT_NAME]: Likewise. + (path::_M_concat(basic_string_view)) + [SLASHSLASH_IS_ROOT_NAME]: Likewise. + (path::lexically_normal()) [SLASHSLASH_IS_ROOT_NAME]: Use += instead + of /= to add a root-directory to the result. + * testsuite/27_io/filesystem/path/decompose/root_directory.cc: Fix + expected result for Cygwin. + + PR libstdc++/71044 + * include/bits/fs_path.h (path::path(path&&)): Add noexcept when + appropriate. Move _M_cmpts instead of reparsing the native pathname. + (path::operator=(const path&)): Do not define as defaulted. + (path::operator/=, path::append): Call _M_append. + (path::concat): Call _M_concat. + (path::path(string_type, _Type): Change type of first parameter to + basic_string_view. + (path::_M_append(basic_string_view)): New member function. + (path::_M_concat(basic_string_view)): New member function. + (_S_convert(value_type*, __null_terminated)): Return string view. + (_S_convert(const value_type*, __null_terminated)): Return string view. + (_S_convert(value_type*, value_type*)) + (_S_convert(const value_type*, const value_type*)): Add overloads for + pairs of pointers. + (_S_convert(_InputIterator, __null_terminated)): Construct string_type + explicitly, for cases where _S_convert returns a string view. + (path::_S_is_dir_sep): Replace with non-member is_dir_sep. + (path::_M_trim, path::_M_add_root_name, path::_M_add_root_dir) + (path::_M_add_filename): Remove. + (path::_M_type()): New member function to replace _M_type data member. + (path::_List): Define new struct type instead of using std::vector. + (path::_Cmpt::_Cmpt(string_type, _Type, size_t)): Change type of + first parameter to basic_string_view. + (path::operator+=(const path&)): Do not define inline. + (path::operator+=(const string_type&)): Call _M_concat. + (path::operator+=(const value_type*)): Likewise. + (path::operator+=(value_type)): Likewise. + (path::operator+=(basic_string_view)): Likewise. + (path::operator/=(const path&)): Do not define inline. + (path::_M_append(path)): Remove. + * python/libstdcxx/v6/printers.py (StdPathPrinter): New printer that + understands the new path::_List type. + * src/filesystem/std-path.cc (is_dir_sep): New function to replace + path::_S_is_dir_sep. + (path::_Parser): New helper class to parse strings as paths. + (path::_List::_Impl): Define container type for path components. + (path::_List): Define members. + (path::operator=(const path&)): Define explicitly, to provide the + strong exception safety guarantee. + (path::operator/=(const path&)): Implement manually by processing + each component of the argument, rather than using _M_split_cmpts + to parse the entire string again. + (path::_M_append(string_type)): Likewise. + (path::operator+=(const path&)): Likewise. + (path::_M_concat(string_type)): Likewise. + (path::remove_filename()): Perform trim directly instead of calling + _M_trim(). + (path::_M_split_cmpts()): Rewrite in terms of _Parser class. + (path::_M_trim, path::_M_add_root_name, path::_M_add_root_dir) + (path::_M_add_filename): Remove. + * testsuite/27_io/filesystem/path/append/source.cc: Test appending a + string view that aliases the path. + testsuite/27_io/filesystem/path/concat/strings.cc: Test concatenating + a string view that aliases the path. + + * testsuite/27_io/filesystem/path/generation/proximate.cc: Use + preferred directory separators for normalized paths. + * testsuite/27_io/filesystem/path/generation/relative.cc: Likewise. + + * testsuite/27_io/filesystem/path/itr/traversal.cc: Fix test for + mingw. + + * testsuite/27_io/filesystem/path/construct/80762.cc: Skip test if + the Filesystem TS support is not configured. + * testsuite/experimental/filesystem/path/construct/80762.cc: Likewise. + +2018-12-12 Jonathan Wakely + + PR libstdc++/71044 (partial) + * include/bits/fs_path.h (__path_iter_distance, __path_iter_advance): + New friend functions to implement std::distance and std::advance more + efficiently. + (distance, advance): Add overloads for path::iterator. + * testsuite/27_io/filesystem/path/itr/components.cc: Test new + overload. + + PR libstdc++/80762 + * include/bits/fs_path.h (path::_Path): Use remove_cv_t and is_void. + * include/experimental/bits/fs_path.h (path::_Path): Likewise. + * testsuite/27_io/filesystem/path/construct/80762.cc: New test. + * testsuite/experimental/filesystem/path/construct/80762.cc: New test. + +2018-12-12 Jakub Jelinek + + P0595R2 - is_constant_evaluated + * include/bits/c++config (_GLIBCXX_HAVE_BUILTIN_IS_CONSTANT_EVALUATED): + Define if __builtin_is_constant_evaluated is available. + * include/std/type_traits (std::is_constant_evaluated): New constexpr + inline function. + * testsuite/20_util/is_constant_evaluated/1.cc: New test. + * testsuite/20_util/is_constant_evaluated/noexcept.cc: New test. + +2018-12-10 Gerald Pfeifer + + * doc/xml/manual/documentation_hacking.xml: Update reference + to epubcheck. + +2018-12-10 Jonathan Wakely + + * testsuite/experimental/filesystem/path/query/is_absolute.cc: Fix + test to use TS, not C++17. + +2018-12-06 Iain Sandoe + + * scripts/make_exports.pl (check names): Don’t try to export + construction vtable symbols. + +2018-12-06 Jonathan Wakely + Iain Sandoe + + PR libstdc++/64883 + * testsuite/17_intro/headers/c++1998/all_attributes.cc: Don't test + always_inline on Darwin. + * testsuite/17_intro/headers/c++2011/all_attributes.cc: Likewise. + * testsuite/17_intro/headers/c++2014/all_attributes.cc: Likewise. + * testsuite/17_intro/headers/c++2017/all_attributes.cc: Likewise. + * testsuite/17_intro/headers/c++2020/all_attributes.cc: Likewise. + +2018-12-03 Edward Smith-Rowland <3dw4rd@verizon.net> + + PR libstdc++/88341 - Complex norm doesn't compile with C++11 + * include/std/complex (_S_do_it): Make C++20 constexpr. + * testsuite/26_numerics/complex/value_operations/pr88341.cc: New test. + +2018-11-30 Edward Smith-Rowland <3dw4rd@verizon.net> + + Implement P0457R2 String Prefix and Suffix Checking. + * include/bits/basic_string.h: Add starts_with, ends_with members. + * include/std/string_view: Ditto. + * testsuite/21_strings/basic_string/operations/starts_with/ + char/1.cc: New test. + * testsuite/21_strings/basic_string/operations/starts_with/ + wchar_t/1.cc: New test. + * testsuite/21_strings/basic_string/operations/ends_with/ + char/1.cc: New test. + * testsuite/21_strings/basic_string/operations/ends_with/ + wchar_t/1.cc: New test. + * testsuite/21_strings/basic_string_view/operations/starts_with/ + char/1.cc: New test. + * testsuite/21_strings/basic_string_view/operations/starts_with/ + wchar_t/1.cc: New test. + * testsuite/21_strings/basic_string_view/operations/ends_with/ + char/1.cc: New test. + * testsuite/21_strings/basic_string_view/operations/ends_with/ + wchar_t/1.cc: New test. + +2018-11-30 Edward Smith-Rowland <3dw4rd@verizon.net> + + Pre-emptively support P0646R1 for std container erasure. + * include/bits/erase_if.h: Accumulate and return number of erased nodes. + * include/std/forward_list (): Return number of erased items. + * include/std/list (): Ditto. + * include/std/map (): Ditto. + * include/std/set (): Ditto. + * include/std/string (): Ditto. + * include/std/unordered_map (): Ditto. + * include/std/unordered_set (): Ditto. + * include/std/vector (): Ditto. + * include/std/deque (): Ditto. + * testsuite/21_strings/basic_string/erasure.cc: Test number of erasures. + * testsuite/23_containers/deque/erasure.cc: Ditto. + * testsuite/23_containers/forward_list/erasure.cc: Ditto. + * testsuite/23_containers/list/erasure.cc: Ditto. + * testsuite/23_containers/map/erasure.cc: Ditto. + * testsuite/23_containers/set/erasure.cc: Ditto. + * testsuite/23_containers/unordered_map/erasure.cc: Ditto. + * testsuite/23_containers/unordered_set/erasure.cc: Ditto. + * testsuite/23_containers/vector/erasure.cc: Ditto. + +2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net> + + Only include bits/stl_algo.h for C++20. + * include/std/deque: Only include bits/stl_algo.h for C++20. + * include/std/string: Ditto. + * include/std/vector: Ditto. + +2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net> + + Fix erasure goofs. + * include/experimental/deque: Make inline. + * include/std/deque: Include bits/stl_algo.h. + (erase, erase_if): Make inline. + * include/std/string: Include bits/stl_algo.h. + * include/std/unordered_set: Add erase, erase_if! + * include/std/vector: Include bits/stl_algo.h. + * testsuite/21_strings/basic_string/erasure.cc: + Add { dg-options "-std=gnu++2a" }. + * testsuite/23_containers/deque/erasure.cc: Ditto. + * testsuite/23_containers/forward_list/erasure.cc: Ditto. + * testsuite/23_containers/list/erasure.cc: Ditto. + * testsuite/23_containers/map/erasure.cc: Ditto. + * testsuite/23_containers/set/erasure.cc: Ditto. + * testsuite/23_containers/unordered_map/erasure.cc: Ditto. + * testsuite/23_containers/unordered_set/erasure.cc: Ditto. + * testsuite/23_containers/vector/erasure.cc: Ditto. + +2018-11-29 Jonathan Wakely + + PR libstdc++/88119 + * include/ext/aligned_buffer.h (__aligned_membuf): Add comment. + (__aligned_buffer): Use __alignof__ instead of std::alignment_of. + * include/std/type_traits (alignment_of): Use alignof instead of + __alignof__. + * testsuite/20_util/alignment_of/value.cc: Fix test to check values + match alignof not __alignof__, as required by the standard. + + PR libstdc++/86910 + PR libstdc++/87846 + * src/filesystem/ops.cc (experimental::create_directories): Report + an error when the path resolves to an existing non-directory (P1164). + * src/filesystem/std-ops.cc (create_directories): Likewise. Handle + empty filenames due to trailing slashes. + * testsuite/27_io/filesystem/operations/create_directories.cc: Test + when some component of the path exists and is not a directory. Test + trailing slashes. + * testsuite/experimental/filesystem/operations/create_directories.cc: + Likewise. + +2018-11-28 Jonathan Wakely + + PR libstdc++/83306 + * src/filesystem/path.cc (filesystem_error::_M_gen_what()): Create + string directly, instead of calling fs_err_concat. + + PR libstdc++/83511 + * include/std/string_view (basic_string_view::substr): Add default + argument to first parameter. + * include/experimental/string_view (basic_string_view::substr): + Likewise. + * testsuite/21_strings/basic_string_view/operations/substr/char/ + 83511.cc: New test. + * testsuite/21_strings/basic_string_view/operations/substr/wchar_t/ + 83511.cc: New test. + * testsuite/experimental/string_view/operations/substr/char/83511.cc: + New test. + * testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc: + New test. + +2018-11-28 Edward Smith-Rowland <3dw4rd@verizon.net> + + Implement uniform container erasure for C++20. + * include/Makefile.am: Move erase_if.h. + * include/Makefile.in: Move erase_if.h. + * include/experimental/bits/erase_if.h: Move ... + * include/bits/erase_if.h: ... here. + * include/experimental/map: Move erase_if.h. + * include/experimental/set: Move erase_if.h. + * include/experimental/unordered_map: Move erase_if.h. + * include/experimental/unordered_set: Move erase_if.h. + * include/std/deque (erase_if, erase): New functions. + * include/std/forward_list: Ditto. + * include/std/list: Ditto. + * include/std/map: Ditto. + * include/std/set: Ditto. + * include/std/string: Ditto. + * include/std/unordered_map: Ditto. + * include/std/unordered_set: Ditto. + * include/std/vector: Ditto. + * testsuite/21_strings/basic_string/erasure.cc: New test. + * testsuite/23_containers/deque/erasure.cc: New test. + * testsuite/23_containers/forward_list/erasure.cc: New test. + * testsuite/23_containers/list/erasure.cc: New test. + * testsuite/23_containers/map/erasure.cc: New test. + * testsuite/23_containers/set/erasure.cc: New test. + * testsuite/23_containers/unordered_map/erasure.cc: New test. + * testsuite/23_containers/unordered_set/erasure.cc: New test. + * testsuite/23_containers/vector/erasure.cc: New test. + +2018-11-28 Jonathan Wakely + + * doc/xml/manual/intro.xml: Document LWG 3096 change. + * src/filesystem/std-path.cc (path::lexically_relative(const path&)): + Treat a final empty element equivalently to a final dot element. + * testsuite/27_io/filesystem/path/generation/relative.cc: Add checks + for the examples in the DR. + + PR libstdc++/83306 + * include/bits/fs_path.h (filesystem_error): Move data members into + pimpl class owned by shared_ptr. Remove inline definitions of member + functions. + * src/filesystem/std-path.cc (filesystem_error::_Impl): Define. + (filesystem_error): Define member functions. + * testsuite/27_io/filesystem/filesystem_error/cons.cc: New test. + * testsuite/27_io/filesystem/filesystem_error/copy.cc: New test. + + * doc/xml/manual/status_cxx2017.xml: Update C++17 status. + * doc/html/*: Regenerate. + +2018-11-27 Jonathan Wakely + + * testsuite/27_io/filesystem/operations/canonical.cc: Remove + directory created by test. + * testsuite/27_io/filesystem/operations/symlink_status.cc: Remove + symlink created by test. + + PR libstdc++/67843 + * acinclude.m4 (GLIBCXX_ENABLE_LOCK_POLICY): Add new macro + that defines _GLIBCXX_HAVE_ATOMIC_LOCK_POLICY. + * config.h.in: Regenerate. + * configure: Regenerate. + * configure.ac: Use GLIBCXX_ENABLE_LOCK_POLICY. + * doc/xml/manual/configure.xml: Document new configure option. + * include/bits/fs_dir.h (directory_iterator): Use __shared_ptr + instead of shared_ptr. + (recursive_directory_iterator): Likewise. + (__shared_ptr<_Dir>): Add explicit instantiation declaration. + (__shared_ptr): Likewise. + * include/bits/shared_ptr_base.h (__allocate_shared, __make_shared): + Add default template argument for _Lock_policy template parameter. + * include/ext/concurrence.h (__default_lock_policy): Check macro + _GLIBCXX_HAVE_ATOMIC_LOCK_POLICY instead of checking if the current + target supports the builtins for compare-and-swap. + * src/filesystem/std-dir.cc (__shared_ptr<_Dir>): Add explicit + instantiation definition. + (__shared_ptr): Likewise. + (directory_iterator, recursive_directory_iterator): Use __make_shared + instead of make_shared. + +2018-11-27 François Dumont + + PR libstdc++/88199 + * include/bits/hashtable.h (_Hashtable<>::_M_assign_elements): New. + (_Hashtable<>::operator=(const _Hashtable&)): Use latter. + (_Hashtable<>::_M_move_assign(_Hashtable&&, false_type)): Likewise. + * testsuite/23_containers/unordered_set/allocator/move_assign.cc + (test03): New. + +2018-11-26 Jonathan Wakely + + * testsuite/26_numerics/complex/requirements/more_constexpr.cc: Fix + failure on targets without __float128. + +2018-11-23 Edward Smith-Rowland <3dw4rd@verizon.net> + + Implement P0415 More constexpr for std::complex. + * include/std/complex (conj(complex), norm(complex)): Constexpr; + (real(Tp), imag(Tp)): Constexpr; + (operator@=(Tp), operator@=(complex)): Constexpr; + (operator@(Tp,complex), operator@(complex,Tp) + operator@(complex,complex)): Constexpr. + * testsuite/26_numerics/complex/comparison_operators/ + more_constexpr.cc: New test. + * testsuite/26_numerics/complex/operators/more_constexpr.cc: New test. + * testsuite/26_numerics/complex/requirements/ + more_constexpr.cc: New test. + * testsuite/26_numerics/complex/value_operations/ + more_constexpr.cc: New test. + * testsuite/26_numerics/headers/complex/synopsis.cc: + Add _GLIBCXX20_CONSTEXPR to applicable operators; Add missing proj(). + * testsuite/26_numerics/headers/complex/synopsis.cc: + Add _GLIBCXX20_CONSTEXPR to relevant decls. + +2018-11-23 Martin Sebor + Jonathan Wakely + + PR libstdc++/65229 + * python/libstdcxx/v6/printers.py (StdBitsetPrinter): Handle + exception thrown for std::bitset<0>. + * testsuite/libstdc++-prettyprinters/simple.cc: Test std::bitset<0>. + +2018-11-23 Jonathan Wakely + + PR libstdc++/87308 (partial) + * python/libstdcxx/v6/printers.py (StdExpAnyPrinter): Adjust regex to + work around PR 88166. + * testsuite/libstdc++-prettyprinters/cxx17.cc: Test std::any + containing a local type. + +2018-11-22 Marc Glisse + + PR libstdc++/87106 + * include/bits/stl_algobase.h: Include . + (__niter_base): Add noexcept specification. + * include/bits/stl_deque.h: Include . + (__is_trivially_relocatable): Specialize for deque. + * include/bits/stl_iterator.h: Include . + (__niter_base): Add noexcept specification. + * include/bits/stl_uninitialized.h (__is_trivially_relocatable): + Add parameter for meta-programming. + (__relocate_a_1, __relocate_a): Add noexcept specification. + * include/bits/stl_vector.h (__use_relocate): Test __relocate_a. + +2018-11-22 Jonathan Wakely + + PR libstdc++/85930 + PR libstdc++/87520 + * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti) + [__cpp_rtti]: Define even when RTTI is enabled. Use array of + sizeof(type_info) so that type-punned reference binds to an object + of the correct size as well as correct alignment. + (_Sp_counted_ptr_inplace::_M_get_deleter) [__cpp_rtti]: Check for + _S_ti() reference even when RTTI is enabled. + (__shared_ptr(_Sp_make_shared_tag, const _Alloc&, _Args&&...)) + [__cpp_rtti]: Pass _S_ti() instead of typeid(_Sp_make_shared_tag). + +2018-11-21 Jakub Jelinek + + PR c++/87386 + * testsuite/20_util/scoped_allocator/69293_neg.cc: Adjust expected + line. + * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise. + * testsuite/20_util/uses_allocator/69293_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. + +2018-11-21 Jonathan Wakely + + PR libstdc++/88111 + * include/std/memory_resource (pool_options): Add Doxygen comments. + * src/c++17/memory_resource.cc (pool_sizes): Only use suitable values + on targets with 16-bit or 20-bit size_t type. + (munge_options): Make default values depend on width of size_t type. + + PR libstdc++/88113 + * src/c++17/memory_resource.cc (bitset::size_type): Use the smaller + of uint32_t and size_t. + (bitset::size(), bitset::free(), bitset::update_next_word()) + (bitset::max_blocks_per_chunk(), bitset::max_word_index()): Use + size_type consistently instead of size_t. + (chunk): Adjust static_assert checking sizeof(chunk). + +2018-11-20 Ville Voutilainen + + Housekeeping for the effective targets of optional's tests. + * testsuite/20_util/optional/77288.cc: Adjust. + * testsuite/20_util/optional/84601.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/assignment/8.cc: Likewise. + * testsuite/20_util/optional/cons/77727.cc: Likewise. + * testsuite/20_util/optional/cons/copy.cc: Likewise. + * testsuite/20_util/optional/cons/deduction.cc: Likewise. + * testsuite/20_util/optional/cons/default.cc: Likewise. + * testsuite/20_util/optional/cons/move.cc: Likewise. + * testsuite/20_util/optional/cons/trivial.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/default.cc: Likewise. + * testsuite/20_util/optional/constexpr/cons/value.cc: Likewise. + * testsuite/20_util/optional/constexpr/in_place.cc: Likewise. + * testsuite/20_util/optional/constexpr/nullopt.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/1.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/in_place.cc: Likewise. + * testsuite/20_util/optional/make_optional.cc: Likewise. + * testsuite/20_util/optional/nullopt.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/relops/7.cc: Likewise. + * testsuite/20_util/optional/requirements.cc: Likewise. + * testsuite/20_util/optional/swap/1.cc: Likewise. + * testsuite/20_util/optional/swap/2.cc: Likewise. + * testsuite/20_util/optional/typedefs.cc: Likewise. + +2018-11-19 François Dumont + + * include/ext/throw_allocator.h + (annotate_base::insert(void*, size_t)): Use insert result to check for + double insert attempt. + (annotate_base::insert_construct(void*)): Likewise. + (annotate_base::check_allocated(void*, size_t)): Return found iterator. + (annotate_base::erase(void*, size_t)): Use latter method returned + iterator. + (annotate_base::check_constructed(void*, size_t)): Return found iterator. + (annotate_base::erase_construct(void*)): Use latter method returned + iterator. + +2018-11-19 Ville Voutilainen + + PR libstdc++/87855 + Also implement P0602R4 (variant and optional + should propagate copy/move triviality) for std::optional. + * include/std/optional (_Optional_payload): Change + the main constraints to check constructibility in + addition to assignability. + (operator=): Make constexpr. + (_M_reset): Likewise. + (_M_construct): Likewise. + (operator->): Likewise. + * testsuite/20_util/optional/assignment/8.cc: Adjust. + * testsuite/20_util/optional/assignment/9.cc: New. + +2018-11-19 Jonathan Wakely + + PR libstdc++/88084 - Implement LWG 2777 + * include/std/string_view (basic_string_view::copy): Use traits to + copy. + * testsuite/21_strings/basic_string_view/operations/copy/char/2.cc: + New test. + * testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc: + New test. + +2018-11-18 Michele Pezzutti + Edward Smith-Rowland <3dw4rd@verizon.net> + + PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000 + for high orders. + * include/tr1/bessel_function.tcc: Perform no fewer than nu/2 iterations + of the asymptotic series (nu is the Bessel order). + * testsuite/tr1/5_numerical_facilities/special_functions/ + 09_cyl_bessel_j/check_value.cc: Add tests at nu=100, 1000<=x<=2000. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 11_cyl_neumann/check_value.cc: Ditto. + * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: Ditto. + * testsuite/special_functions/10_cyl_neumann/check_value.cc: Ditto. + +2018-11-17 Jonathan Wakely + + Implement std::pmr::synchronized_pool_resource + * config/abi/pre/gnu.ver: Add new symbols. + * include/std/memory_resource [_GLIBCXX_HAS_GTHREADS] + (__cpp_lib_memory_resource): Define to expected value, 201603. + (synchronized_pool_resource): New class. + [!_GLIBCXX_HAS_GTHREADS] (__cpp_lib_memory_resource): Define to 1. + * include/std/shared_mutex (__glibcxx_rwlock_rdlock) + (__glibcxx_rwlock_tryrdlock, __glibcxx_rwlock_wrlock) + (__glibcxx_rwlock_trywrlock, __glibcxx_rwlock_unlock) + (__glibcxx_rwlock_destroy, __glibcxx_rwlock_init) + (__glibcxx_rwlock_timedrdlock, __glibcxx_rwlock_timedwrlock): Define + weak symbols for POSIX rwlock functions. + (__shared_mutex_pthread): Use weak symbols. + * include/std/version (__cpp_lib_memory_resource): Define. + * src/c++17/memory_resource.cc [_GLIBCXX_HAS_GTHREADS] + (synchronized_pool_resource::_TPools): New class. + (destroy_TPools): New function for pthread_key_create destructor. + (synchronized_pool_resource::synchronized_pool_resource) + (synchronized_pool_resource::~synchronized_pool_resource) + (synchronized_pool_resource::release) + (synchronized_pool_resource::do_allocate) + (synchronized_pool_resource::do_deallocate): Define public members. + (synchronized_pool_resource::_M_thread_specific_pools) + (synchronized_pool_resource::_M_alloc_tpools) + (synchronized_pool_resource::_M_alloc_shared_tpools): Define private + members. + * testsuite/20_util/synchronized_pool_resource/allocate.cc: New test. + * testsuite/20_util/synchronized_pool_resource/cons.cc: New test. + * testsuite/20_util/synchronized_pool_resource/is_equal.cc: New test. + * testsuite/20_util/synchronized_pool_resource/multithreaded.cc: New + test. + * testsuite/20_util/synchronized_pool_resource/release.cc: New test. + * testsuite/performance/20_util/memory_resource/pools.cc: Add + multithreaded tests using pmr::synchronized_pool_resource. + +2018-11-16 Renlin Li + Tejas Belagod + + testsuite/lib/libstdc++.exp (check_v3_target_prop_cached): New proc. + (check_v3_target): Use the check_v3_target_prop_cached. + +2018-11-15 Jonathan Wakely + + * scripts/check_performance: Allow tests to choose a -std flag. + * src/c++17/memory_resource.cc (bitset::get_first_unset()): Use local + variables of the right types. Call update_next_word() unconditionally. + * testsuite/20_util/unsynchronized_pool_resource/cons.cc: New test. + * testsuite/performance/20_util/memory_resource/pools.cc: New test. + * testsuite/util/testsuite_performance.h (time_counter): Allow + timer to be restarted. + + * testsuite/20_util/unsynchronized_pool_resource/allocate.cc: Fix + test for 32-bit targets. Test additional allocation sizes. + +2018-11-14 Jonathan Wakely + + * scripts/create_testsuite_files: Add special_functions to the list + of directories to search. Add comment referring to conformance.exp. + * testsuite/libstdc++-dg/conformance.exp: Add comment referring + to create_testsuite_files. + +2018-11-13 Jonathan Wakely + + * src/c++17/memory_resource.cc (select_num_pools): Fix off-by-one + error when block_size is equal to one of the values in the array. + + * src/c++17/memory_resource.cc (_Pool::deallocate): Restore + attributes to parameters that are only used in assertions. + + * src/c++17/memory_resource.cc (bitset::find_first_unset()): Remove + unused function. + (bitset::get_first_unset()): Remove loop, if there's are unset bits + then _M_next_word refers to the first one and there's no need to loop. + (_Pool::_Pool(size_t, size_t), _Pool::block_size()): Remove dead code. + + * src/c++17/memory_resource.cc (munge_options): Round up value of + largest_required_pool_block to multiple of smallest pool size. Round + excessively large values down to largest pool size. + (select_num_pools): Increase number of pools by one unless it exactly + matches requested largest_required_pool_block. + (__pool_resource::_M_alloc_pools()): Make largest pool size equal + largest_required_pool_block. + * testsuite/20_util/unsynchronized_pool_resource/options.cc: Check + that pool_options::largest_required_pool_block is set appropriately. + + * src/c++17/memory_resource.cc (big_block): Improve comments. + (big_block::all_ones): Remove. + (big_block::big_block(size_t, size_t)): Use alloc_size. + (big_block::size()): Add comment, replace all_ones with equivalent + expression. + (big_block::align()): Shift value of correct type. + (big_block::alloc_size(size_t)): New function to round up size. + (__pool_resource::allocate(size_t, size_t)): Add comment. + (__pool_resource::deallocate(void*, size_t, size_t)): Likewise. Fix + incorrect assertion by using big_block::alloc_size(size_t). + * testsuite/20_util/unsynchronized_pool_resource/allocate.cc: Add + more tests for unpooled allocations. + + * src/c++17/memory_resource.cc (bitset::full()): Handle edge case + for _M_next_word maximum value. + (bitset::get_first_unset(), bitset::set(size_type)): Use + update_next_word() to update _M_next_word. + (bitset::update_next_word()): New function, avoiding wraparound of + unsigned _M_next_word member. + (bitset::max_word_index()): New function. + (chunk::chunk(void*, uint32_t, void*, size_t)): Add assertion. + (chunk::max_bytes_per_chunk()): New function. + (pool::replenish(memory_resource*, const pool_options&)): Prevent + _M_blocks_per_chunk from exceeding max_blocks_per_chunk or from + causing chunk::max_bytes_per_chunk() to be exceeded. + * testsuite/20_util/unsynchronized_pool_resource/allocate-max-chunks.cc: + New test. + +2018-11-12 Jason Merrill + + * libsupc++/new (std::destroying_delete_t): New. + +2018-11-12 Jonathan Wakely + + PR libstdc++/87963 + * src/c++17/memory_resource.cc (chunk::_M_bytes): Change type from + unsigned to uint32_t. + (chunk): Fix static assertion for 64-bit targets that aren't LP64. + (bigblock::all_ones): Fix undefined shift. + +2018-11-11 Hans-Peter Nilsson + + PR libstdc++-v3/54005 + * include/bits/atomic_base.h (__atomic_base<_TTp>::is_lock_free(), + __atomic_base<_PTp*>::is_lock_free()): Call __atomic_is_lock_free + with the type-derived _S_alignment instead of __alignof the object. + * include/std/atomic (atomic::is_lock_free()): Likewise. + +2018-11-11 Jonathan Wakely + + Implement P0318R1 unwrap_ref_decay and unwrap_reference + * include/std/type_traits (unwrap_reference, unwrap_reference_t) + (unwrap_ref_decay, unwrap_ref_decay_t): New traits and aliases. + * testsuite/20_util/unwrap_reference/1.cc: New test. + * testsuite/20_util/unwrap_reference/2.cc: New test. + + Implement P1007R3 std::assume_aligned + * include/std/memory (assume_aligned): Implement for C++17. + * testsuite/20_util/assume_aligned/1.cc: New test. + * testsuite/20_util/assume_aligned/2_neg.cc: New test. + * testsuite/20_util/assume_aligned/3.cc: New test. + +2018-11-09 Jonathan Wakely + + PR libstdc++/87787 + * include/bits/stl_uninitialized.h (__relocate_a_1): Do not call + memmove when there's nothing to copy (and pointers could be null). + +2018-11-07 Hafiz Abid Qadeer + + * configure: Regenerated. + +2018-11-07 Jonathan Wakely + + * config/abi/pre/gnu.ver: Fix patterns for size_t parameters. + +2018-11-06 Jonathan Wakely + + Implement std::pmr::unsynchronized_pool_resource + * config/abi/pre/gnu.ver: Add new symbols. + * include/std/memory_resource (std::pmr::__pool_resource): New class. + (std::pmr::unsynchronized_pool_resource): New class. + * src/c++17/Makefile.am: Add -fimplicit-templates to flags for + memory_resource.cc + * src/c++17/Makefile.in: Regenerate. + * src/c++17/memory_resource.cc (bitset, chunk, big_block): New + internal classes. + (__pool_resource::_Pool): Define new class. + (munge_options, pool_index, select_num_pools): New internal functions. + (__pool_resource::__pool_resource, __pool_resource::~__pool_resource) + (__pool_resource::allocate, __pool_resource::deallocate) + (__pool_resource::_M_alloc_pools): Define member functions. + (unsynchronized_pool_resource::unsynchronized_pool_resource) + (unsynchronized_pool_resource::~unsynchronized_pool_resource) + (unsynchronized_pool_resource::release) + (unsynchronized_pool_resource::_M_find_pool) + (unsynchronized_pool_resource::do_allocate) + (unsynchronized_pool_resource::do_deallocate): Define member + functions. + * testsuite/20_util/unsynchronized_pool_resource/allocate.cc: New + test. + * testsuite/20_util/unsynchronized_pool_resource/is_equal.cc: New + test. + * testsuite/20_util/unsynchronized_pool_resource/options.cc: New + test. + * testsuite/20_util/unsynchronized_pool_resource/release.cc: New + test. + +2018-11-06 John Bytheway + + PR libstdc++/87872 + * include/debug/safe_sequence.tcc + (_Safe_sequence<>::_M_transfer_from_if): Skip transfer to self. + +2018-10-31 Joseph Myers + + PR bootstrap/82856 + * Makefile.am: Include multilib.am. + * configure.ac: Remove AC_PREREQ. + * Makefile.in, aclocal.m4, configure, doc/Makefile.in, + include/Makefile.in, libsupc++/Makefile.in, po/Makefile.in, + python/Makefile.in, src/Makefile.in, src/c++11/Makefile.in, + src/c++17/Makefile.in, src/c++98/Makefile.in, + src/filesystem/Makefile.in, testsuite/Makefile.in: Regenerate. + +2018-10-31 Jonathan Wakely + + * testsuite/20_util/pair/87822.cc: Test deeper nesting. + + PR libstdc++/87822 + * include/bits/stl_pair.h (__pair_base): Change to class template. + (pair): Make base class type depend on template parameters. + * testsuite/20_util/pair/87822.cc: New test. + +2018-10-30 Marek Polacek + + Implement P0892R2, explicit(bool). + * testsuite/20_util/any/cons/explicit.cc: Adjust dg-error. + * testsuite/20_util/pair/cons/explicit_construct.cc: Likewise. + * testsuite/20_util/tuple/cons/explicit_construct.cc: Likewise. + +2018-10-30 Jonathan Wakely + + PR libstdc++/87809 + * include/bits/forward_list.h (_Fwd_list_impl::_Fwd_list_impl()): Use + trait in exception-specification instead of possibly invalid + expression. + * include/bits/stl_bvector.h (_Bvector_impl::_Bvector_impl()): + Likewise. + * include/bits/stl_list.h (_List_impl::_List_impl()): Likewise. + * include/bits/stl_vector.h (_Vector_impl::_Vector_impl()): Likewise. + * testsuite/23_containers/forward_list/cons/87809.cc: New test. + * testsuite/23_containers/list/cons/87809.cc: New test. + * testsuite/23_containers/vector/bool/cons/87809.cc: New test. + * testsuite/23_containers/vector/cons/87809.cc: New test. + + PR libstdc++/87784 + * include/tr2/dynamic_bitset (dynamic_bitset::push_back): When there + are no unused bits in the last block, append a new block with the + right value so the bit doesn't need to be set. Only increment size + after setting the new bit, not before. + * testsuite/tr2/dynamic_bitset/pr87784.cc: New test. + +2018-10-29 David Malcolm + + * testsuite/17_intro/using_namespace_std_exp_neg.cc: Remove + "expected namespace-name before" error. + * testsuite/17_intro/using_namespace_std_tr1_neg.cc: Likewise. + +2018-10-28 François Dumont + + * testsuite/23_containers/deque/48101_neg.cc: Remove dg-prune-output + 'std' from regex pattern for versioned namespace compatibility. + * testsuite/23_containers/vector/48101_neg.cc: Likewise. + * testsuite/27_io/filesystem/path/io/dr2989.cc: Likewise. + +2018-10-25 Jonathan Wakely + + PR libstdc++/87749 + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] + (basic_string::operator=(basic_string&&)): For short strings copy the + buffer inline. Only fall back to using assign(const basic_string&) to + do a deep copy when reallocation is needed. + * testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc: + New test. + * testsuite/21_strings/basic_string/modifiers/assign/char/ + move_assign_optim.cc: New test. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc: + New test. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/ + move_assign_optim.cc: New test. + +2018-10-25 Marc Glisse + + PR libstdc++/87106 + * include/bits/alloc_traits.h (_S_construct, _S_destroy, construct, + destroy): Add noexcept specification. + * include/bits/allocator.h (construct, destroy): Likewise. + * include/ext/alloc_traits.h (construct, destroy): Likewise. + * include/ext/malloc_allocator.h (construct, destroy): Likewise. + * include/ext/new_allocator.h (construct, destroy): Likewise. + * include/bits/stl_uninitialized.h (__relocate_object_a, __relocate_a, + __relocate_a_1): New functions. + (__is_trivially_relocatable): New class. + * include/bits/stl_vector.h (__use_relocate): New static member. + * include/bits/vector.tcc (reserve, _M_realloc_insert, + _M_default_append): Use __relocate_a. + (reserve, _M_assign_aux, _M_realloc_insert, _M_fill_insert, + _M_default_append, _M_range_insert): Move _GLIBCXX_ASAN_ANNOTATE_REINIT + after _Destroy. + * testsuite/23_containers/vector/modifiers/push_back/49836.cc: + Replace CopyConsOnlyType with DelAnyAssign. + +2018-10-24 François Dumont + + * include/debug/safe_unordered_container.h + (_Safe_unordered_container<>::_M_invalidate_locals): Take lambda + parameter type from local end variable. + (_Safe_unordered_container<>::_M_invalidate_all): Likewise. + * include/debug/unordered_map + (unordered_map<>::begin()): Use C++11 direct initialization. + (unordered_map<>::end()): Likewise. + (unordered_map<>::cbegin()): Likewise. + (unordered_map<>::cend()): Likewise. + (unordered_map<>::begin(size_type)): Likewise. + (unordered_map<>::end(size_type)): Likewise. + (unordered_map<>::cbegin(size_type)): Likewise. + (unordered_map<>::cend(size_type)): Likewise. + (unordered_map<>::emplace<>(_Args&&...)): Likewise. + (unordered_map<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (unordered_map<>::insert(const value_type&)): Likewise. + (unordered_map<>::insert(value_type&&)): Likewise. + (unordered_map<>::insert<>(_Pair&&)): Likewise. + (unordered_map<>::insert(const_iterator, const value_type&)): Likewise. + (unordered_map<>::insert(const_iterator, value_type&&)): Likewise. + (unordered_map<>::insert<>(const_iterator, _Pair&&)): Likewise. + (unordered_map<>::try_emplace<>(const key_type&, _Args&&...)): Likewise. + (unordered_map<>::try_emplace<>(key_type&&, _Args&&...)): Likewise. + (unordered_map<>::try_emplace<>(const_iterator, const key_type&, + _Args&&...)): Likewise. + (unordered_map<>::try_emplace<>(const_iterator, key_type&&, + _Args&&...)): Likewise. + (unordered_map<>::insert_or_assign<>(const key_type&, _Obj&&)): Likewise. + (unordered_map<>::insert_or_assign<>(key_type&&, _Obj&&)): Likewise. + (unordered_map<>::insert_or_assign<>(const_iterator, const key_type&, + _Obj&&)): Likewise. + (unordered_map<>::insert_or_assign<>(const_iterator, key_type&&, + _Obj&&)): Likewise. + (unordered_map<>::insert(note_type&&)): Likewise. + (unordered_map<>::find(const key_type&)): Likewise. + (unordered_map<>::equal_range(const key_type&)): Likewise. + (unordered_map<>::_M_extract): New. + (unordered_map<>::extract(const_iterator)): Use latter. + (unordered_map<>::extract(const key_type&)): Likewise. + (unordered_map<>::_M_erase): New. + (unordered_map<>::erase(const key_type&)): Use latter. + (unordered_map<>::erase(const_iterator)): Likewise. + (unordered_map<>::erase(iterator)): Likewise. + (unordered_map<>::_M_invalidate): New. + (unordered_map<>::erase(const_iterator, const_iterator)): Use latter. + (unordered_multimap<>::begin()): Use C++11 direct initialization. + (unordered_multimap<>::end()): Likewise. + (unordered_multimap<>::cbegin()): Likewise. + (unordered_multimap<>::cend()): Likewise. + (unordered_multimap<>::begin(size_type)): Likewise. + (unordered_multimap<>::end(size_type)): Likewise. + (unordered_multimap<>::cbegin(size_type)): Likewise. + (unordered_multimap<>::cend(size_type)): Likewise. + (unordered_multimap<>::emplace<>(_Args&&...)): Likewise. + (unordered_multimap<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (unordered_multimap<>::insert(const value_type&)): Likewise. + (unordered_multimap<>::insert(const_iterator, const value_type&)): Likewise. + (unordered_multimap<>::insert(const_iterator, value_type&&)): Likewise. + (unordered_multimap<>::insert<>(_Pair&&)): Likewise. + (unordered_multimap<>::insert<>(const_iterator, _Pair&&)): Likewise. + (unordered_multimap<>::insert(note_type&&)): Likewise. + (unordered_multimap<>::insert(const_iterator, note_type&&)): Likewise. + (unordered_multimap<>::find(const key_type&)): Likewise. + (unordered_multimap<>::equal_range(const key_type&)): Likewise. + (unordered_multimap<>::_M_extract): New. + (unordered_multimap<>::extract(const_iterator)): Use latter. + (unordered_multimap<>::extract(const key_type&)): Likewise. + (unordered_multimap<>::_M_erase): New. + (unordered_multimap<>::erase(const_iterator)): Likewise. + (unordered_multimap<>::erase(iterator)): Likewise. + (unordered_multimap<>::_M_invalidate): New. + (unordered_multimap<>::erase(const key_type&)): Use latter. + (unordered_multimap<>::erase(const_iterator, const_iterator)): Likewise. + * include/debug/unordered_set + (unordered_set<>::begin()): Use C++11 direct initialization. + (unordered_set<>::end()): Likewise. + (unordered_set<>::cbegin()): Likewise. + (unordered_set<>::cend()): Likewise. + (unordered_set<>::begin(size_type)): Likewise. + (unordered_set<>::end(size_type)): Likewise. + (unordered_set<>::cbegin(size_type)): Likewise. + (unordered_set<>::cend(size_type)): Likewise. + (unordered_set<>::emplace<>(_Args&&...)): Likewise. + (unordered_set<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (unordered_set<>::insert(const value_type&)): Likewise. + (unordered_set<>::insert(value_type&&)): Likewise. + (unordered_set<>::insert(const_iterator, const value_type&)): Likewise. + (unordered_set<>::insert(const_iterator, value_type&&)): Likewise. + (unordered_set<>::insert(note_type&&)): Likewise. + (unordered_set<>::insert(const_iterator, note_type&&)): Likewise. + (unordered_set<>::find(const key_type&)): Likewise. + (unordered_set<>::equal_range(const key_type&)): Likewise. + (unordered_set<>::_M_extract): New. + (unordered_set<>::extract(const_iterator)): Use latter. + (unordered_set<>::extract(const key_type&)): Likewise. + (unordered_set<>::_M_erase): New. + (unordered_set<>::erase(const key_type&)): Use latter. + (unordered_set<>::erase(const_iterator)): Likewise. + (unordered_set<>::erase(iterator)): Likewise. + (unordered_set<>::_M_invalidate): New. + (unordered_set<>::erase(const_iterator, const_iterator)): Use latter. + (unordered_multiset<>::begin()): Use C++11 direct initialization. + (unordered_multiset<>::end()): Likewise. + (unordered_multiset<>::cbegin()): Likewise. + (unordered_multiset<>::cend()): Likewise. + (unordered_multiset<>::begin(size_type)): Likewise. + (unordered_multiset<>::end(size_type)): Likewise. + (unordered_multiset<>::cbegin(size_type)): Likewise. + (unordered_multiset<>::cend(size_type)): Likewise. + (unordered_multiset<>::emplace<>(_Args&&...)): Likewise. + (unordered_multiset<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (unordered_multiset<>::insert(const value_type&)): Likewise. + (unordered_multiset<>::insert(const_iterator, const value_type&)): Likewise. + (unordered_multiset<>::insert(value_type&&)): Likewise. + (unordered_multiset<>::insert(const_iterator, value_type&&)): Likewise. + (unordered_multiset<>::insert(node_type&&)): Likewise. + (unordered_multiset<>::insert(const_iterator, node_type&&)): Likewise. + (unordered_multiset<>::find(const key_type&)): Likewise. + (unordered_multiset<>::equal_range(const key_type&)): Likewise. + (unordered_multiset<>::_M_extract): New. + (unordered_multiset<>::extract(const_iterator)): Use latter. + (unordered_multiset<>::extract(const key_type&)): Likewise. + (unordered_multiset<>::_M_erase): New. + (unordered_multiset<>::erase(const_iterator)): Likewise. + (unordered_multiset<>::erase(iterator)): Likewise. + (unordered_multiset<>::_M_invalidate): New. + (unordered_multiset<>::erase(const key_type&)): Use latter. + (unordered_multiset<>::erase(const_iterator, const_iterator)): Likewise. + + * include/c_global/cstddef: Add versioned namespace. + +2018-10-23 Jonathan Wakely + + PR libstdc++/87704 + * include/bits/unique_ptr.h (unique_ptr::unique_ptr(nullptr_t)): Do + not delegate to default constructor. + (unique_ptr::unique_ptr(nullptr_t)): Likewise. + * testsuite/20_util/unique_ptr/cons/incomplete.cc: New test. + +2018-10-20 François Dumont + + * testsuite/util/testsuite_containers.h + (forward_members_unordered<>::forward_members_unordered + (const value_type&)): Add local_iterator pre and post increment checks. + * config/abi/pre/gnu.ver: Add GLIBCXX_3.4.26 new symbol. + +2018-10-19 Jonathan Wakely + + * testsuite/23_containers/array/requirements/explicit_instantiation/ + 3.cc: Skip test when compiled with a -std=c++NN strict mode. + * testsuite/23_containers/deque/requirements/explicit_instantiation/ + 3.cc: Likewise. + * testsuite/23_containers/forward_list/requirements/ + explicit_instantiation/3.cc: Likewise. + * testsuite/23_containers/list/requirements/explicit_instantiation/ + 3.cc: Likewise. + * testsuite/23_containers/map/requirements/explicit_instantiation/ + 3.cc: Likewise. + * testsuite/23_containers/multimap/requirements/explicit_instantiation/ + 3.cc: Likewise. + * testsuite/23_containers/multiset/requirements/explicit_instantiation/ + 3.cc: Likewise. + * testsuite/23_containers/set/requirements/explicit_instantiation/ + 3.cc: Likewise. + * testsuite/23_containers/unordered_map/requirements/ + explicit_instantiation/3.cc: Likewise. + * testsuite/23_containers/unordered_multimap/requirements/ + explicit_instantiation/3.cc: Likewise. + * testsuite/23_containers/unordered_multiset/requirements/ + explicit_instantiation/3.cc: Likewise. + * testsuite/23_containers/unordered_set/requirements/ + explicit_instantiation/3.cc: Likewise. + * testsuite/23_containers/vector/ext_pointer/explicit_instantiation/ + 3.cc: Likewise. + * testsuite/23_containers/vector/requirements/explicit_instantiation/ + 3.cc: Likewise. + + * testsuite/23_containers/deque/48101_neg.cc: Prune additional errors + printed when __STRICT_ANSI__ is defined. + * testsuite/23_containers/forward_list/48101_neg.cc: Likewise. + * testsuite/23_containers/list/48101_neg.cc: Likewise. + * testsuite/23_containers/multiset/48101_neg.cc: Likewise. + * testsuite/23_containers/set/48101_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/48101_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/48101_neg.cc: Likewise. + * testsuite/23_containers/vector/48101_neg.cc: Likewise. + + * testsuite/23_containers/forward_list/requirements/ + explicit_instantiation/5.cc [__STRICT_ANSI__]: Don't test non-standard + extension. + * testsuite/23_containers/list/requirements/explicit_instantiation/ + 5.cc [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/map/requirements/explicit_instantiation/5.cc + [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/multimap/requirements/explicit_instantiation/ + 5.cc [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/multiset/requirements/explicit_instantiation/ + 5.cc [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/set/requirements/explicit_instantiation/5.cc + [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/unordered_map/requirements/debug_container.cc + [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/unordered_map/requirements/ + explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/unordered_multimap/requirements/ + explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/unordered_multiset/requirements/ + explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. + * testsuite/23_containers/unordered_set/requirements/ + explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise. + + * testsuite/20_util/scoped_allocator/1.cc: Use allocator with correct + value type for the container. + * testsuite/23_containers/forward_list/cons/14.cc: Likewise. + * testsuite/23_containers/map/56613.cc: Likewise. + * testsuite/23_containers/unordered_map/55043.cc: Likewise. + * testsuite/23_containers/unordered_map/allocator/copy.cc: Likewise. + * testsuite/23_containers/unordered_map/allocator/copy_assign.cc: + Likewise. + * testsuite/23_containers/unordered_map/allocator/minimal.cc: + Likewise. + * testsuite/23_containers/unordered_map/allocator/move.cc: Likewise. + * testsuite/23_containers/unordered_map/allocator/move_assign.cc: + Likewise. + * testsuite/23_containers/unordered_map/allocator/noexcept.cc: + Likewise. + * testsuite/23_containers/unordered_map/cons/81891.cc: Likewise. + * testsuite/23_containers/unordered_map/requirements/exception/ + basic.cc: Likewise. + * testsuite/23_containers/unordered_map/requirements/exception/ + generation_prohibited.cc: Likewise. + * testsuite/23_containers/unordered_map/requirements/exception/ + propagation_consistent.cc: Likewise. + * testsuite/23_containers/unordered_multimap/55043.cc: Likewise. + * testsuite/23_containers/unordered_multimap/allocator/copy.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/allocator/minimal.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/allocator/move.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/allocator/move_assign.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/allocator/noexcept.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/requirements/exception/ + basic.cc: Likewise. + * testsuite/23_containers/unordered_multimap/requirements/exception/ + generation_prohibited.cc: Likewise. + * testsuite/23_containers/unordered_multimap/requirements/exception/ + propagation_consistent.cc: Likewise. + * testsuite/23_containers/unordered_multimap/requirements/ + explicit_instantiation/5.cc: Likewise. + * testsuite/ext/malloc_allocator/sanity.cc: Likewise. + + * ext/special_functions/airy_ai/check_nan.cc: Skip test for + non-standard extension when a strict -std=c++NN dialect is used. + * ext/special_functions/airy_ai/check_value.cc: Likewise. + * ext/special_functions/airy_ai/compile.cc: Likewise. + * ext/special_functions/airy_bi/check_nan.cc: Likewise. + * ext/special_functions/airy_bi/check_value.cc: Likewise. + * ext/special_functions/airy_bi/compile.cc: Likewise. + * ext/special_functions/conf_hyperg/check_nan.cc: Likewise. + * ext/special_functions/conf_hyperg/check_value.cc: Likewise. + * ext/special_functions/conf_hyperg/compile.cc: Likewise. + * ext/special_functions/hyperg/check_nan.cc: Likewise. + * ext/special_functions/hyperg/check_value.cc: Likewise. + * ext/special_functions/hyperg/compile.cc: Likewise. + + * testsuite/23_containers/list/requirements/explicit_instantiation/ + 5_c++0x.cc: Remove redundant test that is functionally identical to + the 5.cc test. + * testsuite/23_containers/map/requirements/explicit_instantiation/ + 5_c++0x.cc: Likewise. + * testsuite/23_containers/multimap/requirements/explicit_instantiation/ + 5_c++0x.cc: Likewise. + * testsuite/23_containers/multiset/requirements/explicit_instantiation/ + 5_c++0x.cc: Likewise. + * testsuite/23_containers/set/requirements/explicit_instantiation/ + 5_c++0x.cc: Likewise. + + * include/bits/regex_executor.tcc (_Backref_matcher::_M_apply): Use + _GLIBCXX_STD_A to refer to normal mode algorithms. + * testsuite/28_regex/headers/regex/parallel_mode.cc: New test. + * testsuite/28_regex/headers/regex/std_c++0x_neg.cc: Remove empty + whitespace. + + * include/debug/map.h (map::erase(iterator)): Add abi-tag so that + C++11 version mangles differently from incompatible C++98 version. + * include/debug/multimap.h (multimap::erase(iterator)): Likewise. + * include/debug/multiset.h (multiset::erase(iterator)) + (multiset::erase(const_iterator, const_iterator)): Likewise. + * include/debug/set.h (set::erase(iterator)) + (multiset::erase(const_iterator, const_iterator)): Likewise. + +2018-10-18 Jonathan Wakely + + * testsuite/20_util/duration/cons/2.cc: Add -ffloat-store to fix + failure when compiled without optimisation. + * testsuite/ext/profile/mutex_extensions_neg.cc: Prune additional + errors caused by C++17 std::pmr alias templates. + + PR libstdc++/87642 + * config/locale/gnu/monetary_members.cc + (moneypunct::_M_initialize_moneypunct): Use + __narrow_multibyte_chars to convert multibyte thousands separators + to a single char. + * config/locale/gnu/numeric_members.cc + (numpunct::_M_initialize_numpunct): Likewise. + (__narrow_multibyte_chars): New function. + + PR libstdc++/87641 + * include/bits/valarray_array.h (__valarray_sum): Use first element + to initialize accumulator instead of value-initializing it. + (__valarray_product<_Tp>): Move to ... + * src/c++98/valarray.cc (__valarray_product<_Tp>): Here. Use first + element to initialize accumulator. + (__valarray_product(const valarray&)): Remove const_cast made + unnecessary by LWG 389. + * testsuite/26_numerics/valarray/87641.cc: New test. + +2018-10-18 François Dumont + + Partial revert. + 2018-10-08 François Dumont + + * include/debug/list (list<>::cbegin()): Use C++11 direct + initialization. + (list<>::cend()): Likewise. + (list<>::erase(const_iterator, const_iterator)): Ensure consistent + iterator comparisons. + (list<>::splice(const_iterator, list&&, const_iterator, + const_iterator)): Likewise. + + Partial revert. + 2018-10-15 François Dumont + + * include/debug/vector (vector<>::cbegin()): Use C++11 direct + initialization. + (vector<>::cend()): Likewise. + (vector<>::insert(const_iterator, const _Tp&)): Use consistent + iterator comparison. + (vector<>::erase(const_iterator)): Likewise. + (vector<>::erase(const_iterator, const_iterator)): Likewise. + +2018-10-17 Ville Voutilainen + + PR libstdc++/87619 + * include/std/variant (__select_index): Fix an off-by-one. + * testsuite/20_util/variant/87619.cc: New. + +2018-10-16 Jonathan Wakely + + * include/bits/random.h (random_device) [!_GLIBCXX_USE_DEV_RANDOM]: + Fix default constructor to call correct function. + + * testsuite/experimental/net/internet/address/v4/creation.cc: Do not + declare ip in global namespace, to avoid collision with struct ip + defined in . + + * include/experimental/bits/net.h: Move versioned namespace macros + to correct location. + * include/experimental/buffer: Likewise. + * include/experimental/executor: Likewise. + * include/experimental/internet: Likewise. + * include/experimental/io_context: Likewise. + * include/experimental/netfwd: Likewise. + * include/experimental/socket: Likewise. + * include/experimental/timer: Likewise. + + * config.h.in: Regenerate. + * configure: Regenerate. + * configure.ac: Check for headers used by Networking TS. + * include/experimental/executor: Include + instead of . + * include/experimental/internet: Use autoconf macros for available + headers. Include for. Remove and use + __builtin_memcpy and __builtin_strchr. + (resolver_errc) [!_GLIBCXX_HAVE_NETDB_H]: Do not define. + (address_v4::to_string, address_v6::to_string) + [!_GLIBCXX_HAVE_ARPA_INET_H]: Likewise. + (basic_resolver_results) [!_GLIBCXX_HAVE_NETDB_H]: Make private + constructors report errors. + [!_GLIBCXX_HAVE_NETINET_TCP_H] (tcp::no_delay): Do not define. + * include/experimental/io_context: Likewise. + * include/experimental/socket: Likewise. + [!_GLIBCXX_HAVE_SYS_SOCKET_H, !_GLIBCXX_HAVE_POLL_H] (socket_base): Do + not define nested types when relevant header not available. + (__socket_impl::native_non_blocking) [!_GLIBCXX_HAVE_FCNTL_H]: Report + an error. + (__basic_socket_impl::open, __basic_socket_impl::local_endpoint) + (__basic_socket_impl::bind) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. + (__basic_socket_impl::io_control) [!_GLIBCXX_HAVE_SYS_IOCTL_H]: + Likewise. + (basic_socket::at_mark, basic_socket::shutdown) + (basic_socket::remote_endpoint, basic_socket::connect) + (basic_socket::async_connect) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. + (basic_socket::available) [_GLIBCXX_HAVE_SYS_IOCTL_H]: Check macro + for availability. + (basic_socket::wait) [!_GLIBCXX_HAVE_POLL_H]: Likewise. + (basic_datagram_socket::receive, basic_datagram_socket::async_receive) + (basic_datagram_socket::receive_from) + (basic_datagram_socket::async_receive_from) + (basic_datagram_socket::send, basic_datagram_socket::async_send) + (basic_datagram_socket::send_to, basic_datagram_socket::async_send_to) + [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. + (basic_stream_socket::receive, basic_stream_socket::async_receive) + (basic_stream_socket::send, basic_stream_socket::async_send) + [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise. + (basic_socket_acceptor::listen, basic_socket_acceptor::accept) + (basic_socket_acceptor::async_accept) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: + Likewise. + (basic_socket_acceptor::wait) [!_GLIBCXX_HAVE_POLL_H]: Likewise. + + * testsuite/experimental/net/headers.cc: Remove dg-options. + * testsuite/experimental/net/buffer/arithmetic.cc: Replace dg-options + with dg-do using effective target. + * testsuite/experimental/net/buffer/const.cc: Likewise. + * testsuite/experimental/net/buffer/creation.cc: Likewise. + * testsuite/experimental/net/buffer/mutable.cc: Likewise. + * testsuite/experimental/net/buffer/size.cc: Likewise. + * testsuite/experimental/net/buffer/traits.cc: Likewise. + * testsuite/experimental/net/execution_context/use_service.cc: + Likewise. + * testsuite/experimental/net/internet/address/v4/comparisons.cc: + Likewise. + * testsuite/experimental/net/internet/address/v4/cons.cc: Likewise. + * testsuite/experimental/net/internet/address/v4/creation.cc: + Likewise. + * testsuite/experimental/net/internet/address/v4/members.cc: Likewise. + * testsuite/experimental/net/internet/resolver/base.cc: Likewise. + * testsuite/experimental/net/internet/resolver/ops/lookup.cc: + Likewise. + * testsuite/experimental/net/internet/resolver/ops/reverse.cc: + Likewise. + * testsuite/experimental/net/timer/waitable/cons.cc: Likewise. + * testsuite/experimental/net/timer/waitable/dest.cc: Likewise. + * testsuite/experimental/net/timer/waitable/ops.cc: Likewise. + + * include/experimental/socket (basic_socket::at_mark): Add missing + return. + + * acinclude.m4 (GLIBCXX_CHECK_RANDOM_TR1): Replace with ... + (GLIBCXX_CHECK_DEV_RANDOM): New macro with more descriptive name. + Define _GLIBCXX_USE_DEV_RANDOM as well as _GLIBCXX_USE_RANDOM_TR1. + * config.h.in: Regenerate. + * configure: Regenerate. + * configure.ac: Use GLIBCXX_CHECK_DEV_RANDOM instead of + GLIBCXX_CHECK_RANDOM_TR1. + crossconfig.m4: Likewise. + * include/bits/random.h (random_device): Use _GLIBCXX_USE_DEV_RANDOM + instead of _GLIBCXX_USE_RANDOM_TR1. + * testsuite/26_numerics/random/random_device/cons/token.cc: Likewise. + +2018-10-16 Rainer Orth + + * testsuite/lib/dg-options.exp (add_options_for_net_ts): New proc. + * testsuite/experimental/net/internet/address/v4/comparisons.cc: + Add dg-add-options net_ts. + * testsuite/experimental/net/internet/address/v4/cons.cc: Likewise. + * testsuite/experimental/net/internet/address/v4/creation.cc: Likewise. + * testsuite/experimental/net/internet/address/v4/members.cc: Likewise. + * testsuite/experimental/net/internet/resolver/base.cc: Likewise. + * testsuite/experimental/net/internet/resolver/ops/lookup.cc: Likewise. + * testsuite/experimental/net/internet/resolver/ops/reverse.cc: Likewise. + +2018-10-16 Jonathan Wakely + + * testsuite/20_util/duration/literals/range_neg.cc: Adjust pruned + diagnostic to account for quotes around 'constexpr'. + * testsuite/23_containers/deque/capacity/max_size.cc: Define static + variable. + * testsuite/23_containers/vector/capacity/max_size.cc: Likewise. + + PR libstdc++/87618 + * config/abi/pre/gnu.ver: Fix typos in patterns for basic_stringbuf. + * testsuite/27_io/basic_stringbuf/cons/char/default.cc: Disable + optimisation to check constructor definition can be linked to. + * testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc: Likewise. + +2018-10-15 Jonathan Wakely + + * testsuite/22_locale/numpunct/members/char/3.cc: Adjust test to + account for change to glibc it_IT localedata (glibc bz#10797). + + PR libstdc++/87587 + * src/c++11/cxx11-shim_facets.cc: Suppress -Wabi warnings. + +2018-10-15 François Dumont + + * include/debug/vector (vector<>::cbegin()): Use C++11 direct + initialization. + (vector<>::cend()): Likewise. + (vector<>::emplace(const_iterator, _Args&&...)): Likewise and use + consistent iterator comparison. + (vector<>::insert(const_iterator, size_type, const _Tp&)): Likewise. + (vector<>::insert(const_iterator, _InputIterator, _InputIterator)): + Likewise. + (vector<>::erase(const_iterator)): Likewise. + (vector<>::erase(const_iterator, const_iterator)): Likewise. + +2018-10-12 Jonathan Wakely + + Initial commit of Networking TS implementation. + * include/Makefile.am: Add new headers. + * include/Makefile.in: Regenerate. + * include/experimental/bits/net.h: New header for common + implementation details of Networking TS. + * include/experimental/buffer: New header. + * include/experimental/executor: New header. + * include/experimental/internet: New header. + * include/experimental/io_context: New header. + * include/experimental/net: New header. + * include/experimental/netfwd: New header. + * include/experimental/socket: New header. + * include/experimental/timer: New header. + * testsuite/experimental/net/buffer/arithmetic.cc: New test. + * testsuite/experimental/net/buffer/const.cc: New test. + * testsuite/experimental/net/buffer/creation.cc: New test. + * testsuite/experimental/net/buffer/mutable.cc: New test. + * testsuite/experimental/net/buffer/size.cc: New test. + * testsuite/experimental/net/buffer/traits.cc: New test. + * testsuite/experimental/net/execution_context/use_service.cc: New + test. + * testsuite/experimental/net/headers.cc: New test. + * testsuite/experimental/net/internet/address/v4/comparisons.cc: New + test. + * testsuite/experimental/net/internet/address/v4/cons.cc: New test. + * testsuite/experimental/net/internet/address/v4/creation.cc: New + test. + * testsuite/experimental/net/internet/address/v4/members.cc: New + test. + * testsuite/experimental/net/internet/resolver/base.cc: New test. + * testsuite/experimental/net/internet/resolver/ops/lookup.cc: New + test. + * testsuite/experimental/net/internet/resolver/ops/reverse.cc: New + test. + * testsuite/experimental/net/timer/waitable/cons.cc: New test. + * testsuite/experimental/net/timer/waitable/dest.cc: New test. + * testsuite/experimental/net/timer/waitable/ops.cc: New test. + + PR libstdc++/77691 + * include/experimental/memory_resource (__resource_adaptor_imp): Do + not allocate sizes smaller than alignment when relying on guaranteed + alignment. + * testsuite/experimental/memory_resource/new_delete_resource.cc: + Adjust expected number of bytes allocated for alignof(max_align_t). + +2018-10-11 François Dumont + + * include/debug/forward_list + (forward_list<>::before_begin()): Use C++11 direct initialization. + (forward_list<>::begin()): Likewise. + (forward_list<>::end()): Likewise. + (forward_list<>::cbefore_begin()): Likewise. + (forward_list<>::cbegin()): Likewise. + (forward_list<>::cend()): Likewise. + (forward_list<>::emplace_after<>(const_iterator, _Args&&...)): Likewise. + (forward_list<>::insert_after(const_iterator, const _Tp&)): Likewise. + (forward_list<>::insert_after(const_iterator, _Tp&&)): Likewise. + (forward_list<>::insert_after(const_iterator, size_type, const _Tp&)): + Likewise. + (forward_list<>::insert_after(const_iterator, initializer_list<>)): + Likewise. + (forward_list<>::erase_after(const_iterator)): Likewise. + (forward_list<>::erase_after(const_iterator, const_iterator)): Likewise + and ensure consistent iterator comparison. + + * include/bits/forward_list.h + (_Fwd_list_iterator<>::operator==): Replace member function with inline + friend. + (_Fwd_list_iterator<>::operator!=): Likewise. + (_Fwd_list_const_iterator<>::operator==): Likewise. + (_Fwd_list_const_iterator<>::operator!=): Likewise. + (operator==(const _Fwd_list_iterator<>&, + const _Fwd_list_const_iterator<>&)): Remove. + (operator!=(const _Fwd_list_iterator<>&, + const _Fwd_list_const_iterator<>&)): Remove. + (forward_list<>::_Node): Take typedef from base type. + (forward_list<>::iterator): Likewise. + (forward_list<>::const_iterator): Likewise. + +2018-10-11 Jonathan Wakely + + PR libstdc++/80538 + * src/c++11/thread.cc (this_thread::__sleep_for) + [_GLIBCXX_HAVE_SLEEP]: Only call sleep for non-zero values. + Loop while sleep call is interrupted and until steady_clock + shows requested duration has elapsed. + (!_GLIBCXX_HAVE_USLEEP]: Use the _GLIBCXX_HAVE_SLEEP code path, but + avoiding the usleep call. + * testsuite/30_threads/this_thread/60421.cc: Test repeated + signal interruptions. + + * include/bits/allocator.h + (operator==(const allocator<_Tp>&, const allocator<_Tp>)) + (operator!=(const allocator<_Tp>&, const allocator<_Tp>)): Replace + with inline friends. + * include/ext/debug_allocator.h (operator==, operator!=): Replace + with inline friend functions that compare to rebound allocators. + * include/ext/malloc_allocator.h (operator==, operator!=): Likewise. + * include/ext/new_allocator.h (operator==, operator!=): Likewise. + * testsuite/ext/debug_allocator/eq.cc: New test. + * testsuite/ext/ext_pointer/alloc_eq.cc: New test. + * testsuite/ext/malloc_allocator/eq.cc: New test. + * testsuite/ext/new_allocator/eq.cc: New test. + +2018-10-10 Jonathan Wakely + + PR libstdc++/87544 + * include/bits/stl_vector.h (vector::_S_max_size): Limit size to + PTRDIFF_MAX / sizeof(value_type). + * include/ext/malloc_allocator.h (malloc_allocator::max_size): + Likewise. + * include/ext/new_allocator.h (new_allocator::max_size): Likewise. + * testsuite/23_containers/vector/allocator/minimal.cc: Adjust + expected value for max_size(). + * testsuite/23_containers/vector/capacity/87544.cc: New test. + +2018-10-09 François Dumont + + * include/bits/stl_list.h + (_List_operator<>::operator==): Replace member function with inline + friend. + (_List_operator<>::operator!=): Likewise. + (_List_const_operator<>::operator==): Likewise. + (_List_const_operator<>::operator!=): Likewise. + (operator==(const _List_iterator<>&, const _List_const_iterator<>&)): + Remove. + (operator!=(const _List_iterator<>&, const _List_const_iterator<>&)): + Remove. + +2018-10-09 Jonathan Wakely + + * include/bits/stringfwd.h (string, wstring, u16string, u32string): + Define typedefs outside of __cxx11 inline namespace. + * python/libstdcxx/v6/printers.py (register_type_printers): Also + register printers for typedefs in new location. + +2018-10-08 Jonathan Wakely + + PR libstdc++/87538 + * testsuite/experimental/functional/87538.cc: New test. + + PR libstdc++/87538 + * include/std/functional (_Not_fn::operator()): Check value of + __is_nothrow_invocable as well. + * testsuite/20_util/function_objects/not_fn/87538.cc: New test. + +2018-10-08 François Dumont + + * include/debug/list (list<>::cbegin()): Use C++11 direct + initialization. + (list<>::cend()): Likewise. + (list<>::emplace<>(const_iterator, _Args&&...)): Likewise. + (list<>::insert(const_iterator, initializer_list<>)): Likewise. + (list<>::insert(const_iterator, size_type, const _Tp&)): Likewise. + (list<>::erase(const_iterator, const_iterator)): Ensure consistent + iterator comparisons. + (list<>::splice(const_iterator, list&&, const_iterator, + const_iterator)): Likewise. + +2018-10-05 François Dumont + + * include/bits/stl_tree.h + (_Rb_tree_iterator<>::operator==): Make inline friend. + (_Rb_tree_iterator<>::operator!=): Likewise. + (_Rb_tree_const_iterator<>::operator==): Likewise. + (_Rb_tree_const_iterator<>::operator!=): Likewise. + (operator==(const _Rb_tree_iterator<>&, + const _Rb_tree_const_iterator&)): Remove. + (operator!=(const _Rb_tree_iterator<>&, + const _Rb_tree_const_iterator&)): Remove. + (operator==(const _Rb_tree<>&, const _Rb_tree<>&)): Make inline friend. + (operator<(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. + (operator!=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise and + deprecate. + (operator>(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. + (operator<=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. + (operator>=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise. + * include/debug/map.h (map<>::erase(const_iterator, const_iterator)): + Compare __victim with _Base::cend(). + * include/debug/multimap.h + (multimap<>::erase(const_iterator, const_iterator)): Likewise. + * include/debug/set.h (set<>::erase(const_iterator, const_iterator)): + Compare __victim with _Base::cend(). + * include/debug/multiset.h + (multiset<>::erase(const_iterator, const_iterator)): Likewise. + +2018-10-03 Jonathan Wakely + + PR libstdc++/59439 + * src/c++98/locale.cc (locale::locale(const locale&)): Bypass + reference count updates for the classic locale. + (locale::~locale()): Likewise. + (locale::operator=(const locale&)): Likewise. + * src/c++98/locale_init.cc (locale::locale()): Likewise. + (locale::global(const locale&)): Likewise. + +2018-10-03 François Dumont + + * include/debug/map.h + (map<>::emplace<>(_Args&&...)): Use C++11 direct initialization. + (map<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (map<>::insert(value_type&&)): Likewise. + (map<>::insert<>(_Pair&&)): Likewise. + (map<>::insert<>(const_iterator, _Pair&&)): Likewise. + (map<>::try_emplace): Likewise. + (map<>::insert_or_assign): Likewise. + (map<>::insert(node_type&&)): Likewise. + (map<>::insert(const_iterator, node_type&&)): Likewise. + (map<>::erase(const_iterator)): Likewise. + (map<>::erase(const_iterator, const_iterator)): Likewise. + * include/debug/multimap.h + (multimap<>::emplace<>(_Args&&...)): Use C++11 direct initialization. + (multimap<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (multimap<>::insert<>(_Pair&&)): Likewise. + (multimap<>::insert<>(const_iterator, _Pair&&)): Likewise. + (multimap<>::insert(node_type&&)): Likewise. + (multimap<>::insert(const_iterator, node_type&&)): Likewise. + (multimap<>::erase(const_iterator)): Likewise. + (multimap<>::erase(const_iterator, const_iterator)): Likewise. + * include/debug/set.h + (set<>::emplace<>(_Args&&...)): Use C++11 direct initialization. + (set<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (set<>::insert(value_type&&)): Likewise. + (set<>::insert<>(const_iterator, value_type&&)): Likewise. + (set<>::insert(const_iterator, node_type&&)): Likewise. + (set<>::erase(const_iterator)): Likewise. + (set<>::erase(const_iterator, const_iterator)): Likewise. + * include/debug/multiset.h + (multiset<>::emplace<>(_Args&&...)): Use C++11 direct initialization. + (multiset<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. + (multiset<>::insert<>(value_type&&)): Likewise. + (multiset<>::insert<>(const_iterator, value_type&&)): Likewise. + (multiset<>::insert(node_type&&)): Likewise. + (multiset<>::insert(const_iterator, node_type&&)): Likewise. + (multiset<>::erase(const_iterator)): Likewise. + (multiset<>::erase(const_iterator, const_iterator)): Likewise. + +2018-10-02 Marc Glisse + + PR libstdc++/87258 + * include/bits/stl_bvector.h (vector::begin(), vector::cbegin()): + Rebuild _M_start with an explicit 0 offset. + +2018-10-02 Jonathan Wakely + + * include/std/variant (__gen_vtable_impl::__visit_invoke): Call __get + directly instead of get, as caller ensures correct index is used. + (holds_alternative, get, get_if): Remove redundant inline specifiers. + (_VARIANT_RELATION_FUNCTION_TEMPLATE): Likewise. + +2018-10-02 Joseph Myers + + * testsuite/lib/libstdc++.exp (libstdc++_init): Use + -fno-show-column in default cxxflags. + +2018-10-01 Bernhard Reutner-Fischer + + * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete. + +2018-10-01 Gerald Pfeifer + + * doc/xml/manual/allocator.xml: Adjust link to "Reconsidering + Custom Memory Allocation". + +2018-10-01 Jonathan Wakely + + * doc/html/*: Regenerate. + +2018-09-30 Gerald Pfeifer + + * doc/xml/manual/messages.xml: Switch link to www.oracle.com + to https. + +2018-09-30 Gerald Pfeifer + + * doc/xml/manual/policy_data_structures_biblio.xml: Update + link to Microsoft Component Model Object Technologies. + +2018-09-29 Gerald Pfeifer + + * doc/xml/gnu/fdl-1.3.xml: The Free Software Foundation web + site now uses https. Also omit the unnecessary trailing slash. + * doc/xml/gnu/gpl-3.0.xml: Ditto. + +2018-09-28 François Dumont + + * include/debug/functions.h + (__foreign_iterator_aux3(const _Safe_iterator<>&, const _InputeIter&, + const _InputIter&, __true_type)): Use empty() rather than begin() == + end(). + +2018-09-25 Mike Crowe + + * include/std/condition_variable (condition_variable::wait_for): Use + steady clock in overload that uses a predicate. + +2018-09-25 Jonathan Wakely + + PR libstdc++/87431 + * include/std/variant (_Variant_storage::_M_valid): + Avoid runtime test when all alternatives are scalars and so cannot + throw during initialization. + +2018-09-25 Gerald Pfeifer + + * doc/xml/manual/codecvt.xml: Move link to "UTF-8 and Unicode FAQ" + to https. + +2018-09-24 Gerald Pfeifer + + * doc/xml/manual/policy_data_structures_biblio.xml: Update link + to "Priority Queues and the STL". + +2018-09-23 Gerald Pfeifer + + * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to + https. + +2018-09-21 François Dumont + + PR libstdc++/87135 + * src/c++11/hashtable_c++0x.cc (_Prime_rehash_policy::_M_next_bkt): + Use __builtin_floor to compute _M_next_resize. + * testsuite/23_containers/unordered_set/hash_policy/71181.cc: Adapt. + * testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc: + Adapt. + +2018-09-21 Jonathan Wakely + + * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Remove. + * testsuite/26_numerics/headers/cmath/hypot.cc: Restore test for + long double unconditionally, but use lower tolerance when + sizeof(long double) == sizeof(double). + +2018-09-20 Christophe Lyon + + * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip + on arm*. + +2018-09-19 Jonathan Wakely + + * include/bits/regex_automaton.tcc (_StateSeq<_TraitsT>::_M_clone()): + Remove __glibcxx_assert statements and use map::find instead of + map::operator[]. + +2018-09-18 François Dumont + + PR libstdc++/87135 + * src/c++11/hashtable_c++0x.cc: + (_Prime_rehash_policy::_M_next_bkt): Return a prime no smaller than + requested size, but not necessarily greater. + (_Prime_rehash_policy::_M_need_rehash): Rehash only if target size is + strictly greater than next resize threshold. + * testsuite/23_containers/unordered_map/modifiers/reserve.cc: Adapt test + to validate that there is no rehash as long as number of insertion is + lower or equal to the reserved number of elements. + +2018-09-18 Jonathan Wakely + + * include/bits/unique_ptr.h (__uniq_ptr_impl): Remove static assertion + checking invocable condition. + (unique_ptr::~unique_ptr, unique_ptr::reset): Restore static assertion + here, where types must be complete. Pass pointer to deleter as an + rvalue. + * testsuite/20_util/unique_ptr/requirements/incomplete.cc: New test. + +2018-09-13 Jonathan Wakely + + * include/std/variant (variant) [__clang__]: Limit workaround to + Clang 7 and older. + +2018-09-11 Jonathan Wakely + + PR libstdc++/87278 + * include/bits/shared_ptr.h (make_shared): Use remove_cv instead of + remove_const. + * testsuite/20_util/shared_ptr/creation/87278.cc: New test. + + Implement LWG 2905 changes to constrain unique_ptr constructors + * include/bits/unique_ptr.h (__uniq_ptr_impl): Add assertions to + check deleter type. + (unique_ptr::unique_ptr(pointer, const deleter_type&)): Add copy + constructible constraint. + (unique_ptr::unique_ptr(pointer, deleter_type&&)): Disable for + deleters of reference type and add move constructible constraint. + (unique_ptr::unique_ptr(pointer, remove_reference_t&&)): + Disable for deleters of non-reference type. Define as deleted. + (unique_ptr): Likewise. + * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Replace dg-error + directives with unstable line numbers with dg-prune-output. + * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/lwg2905.cc: New test. + * testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc: + Make deleter types invocable. + +2018-09-05 Jonathan Wakely + + * libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment. + +2018-09-03 Jonathan Wakely + + PR libstdc++/78179 + * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: New test + that runs the long double part of hypot.cc. + * testsuite/26_numerics/headers/cmath/hypot.cc: Disable long double + tests unless TEST_HYPOT_LONG_DOUBLE is defined. + + * include/bits/stl_vector.h (vector::_Temporary_value::_M_ptr): + Return raw pointer not allocator's pointer type. + (vector::_Temporary_value::_M_val): Use _M_ptr. + + PR libstdc++/87194 + * include/bits/stl_map.h + (map::map(initializer_list, const Compare&, const Alloc&)) + (map::map(initializer_list, const Alloc&)) + (map::map(InputIterator, InputIterator, const Alloc&)) + (map::map(InputIterator, InputIterator)) + (map::map(InputIterator, InputIterator, const Compare&, const Alloc&)) + (map::insert(InputIterator, InputIterator)): + Call _M_insert_range_unique instead of _M_insert_unique. + * include/bits/stl_multimap.h + (multimap::multimap(initializer_list, const C&, const A&)) + (multimap::multimap(initializer_list, const A&)) + (multimap::multimap(InputIterator, InputIterator, const A&)) + (multimap::multimap(InputIterator, InputIterator)) + (multimap::multimap(InputIterator, InputIterator, const C&, const A&)) + (multimap::insert(InputIterator, InputIterator)): Call + _M_insert_range_equal instead of _M_insert_equal. + * include/bits/stl_multiset.h + (multiset::multiset(InputIterator, InputIterator)) + (multiset::multiset(InputIterator, InputIterator, const C&, const A&)) + (multiset::multiset(initializer_list, const C&, const A&)) + (multiset::multiset(initializer_list, const A&)) + (multiset::multiset(InputIterator, InputIterator, const A&)) + (multiset::insert(InputIterator, InputIterator)): Call + _M_insert_range_equal instead of _M_insert_equal. + * include/bits/stl_set.h + (set::set(InputIterator, InputIterator)) + (set::set(InputIterator, InputIterator, const Compare&, const Alloc&)) + (set::set(initializer_list, const Compare&, const Alloc&)) + (set::set(initializer_list, const Alloc&)) + (set::set(InputIterator, InputIterator, const Alloc&)) + (set::insert(InputIterator, InputIterator)): + Call _M_insert_range_unique instead of _M_insert_unique. + * include/bits/stl_tree.h + [__cplusplus >= 201103L] (_Rb_tree::__same_value_type): New alias + template for SFINAE constraints. + [__cplusplus >= 201103L] (_Rb_tree::_M_insert_range_unique): Pair of + constrained overloads that either insert or emplace, depending on + iterator's value_type. + [__cplusplus >= 201103L] (_Rb_tree::_M_insert_range_equal): Likewise. + [__cplusplus < 201103L] (_Rb_tree::_M_insert_range_unique) + (_Rb_tree::_M_insert_range_equal): New functions replacing range + versions of _M_insert_unique and _M_insert_equal. + (_Rb_tree::_M_insert_unique(_InputIterator, _InputIterator)) + (_Rb_tree::_M_insert_equal(_InputIterator, _InputIterator)): Remove. + * testsuite/23_containers/map/modifiers/insert/87194.cc: New test. + * testsuite/23_containers/multimap/modifiers/insert/87194.cc: New test. + * testsuite/23_containers/multiset/modifiers/insert/87194.cc: New test. + * testsuite/23_containers/set/modifiers/insert/87194.cc: New test. + + PR libstdc++/78595 + * include/bits/stl_map.h (map::insert(_Pair&&)) + (map::insert(const_iterator, _Pair&&)): Do emplace instead of insert. + * include/bits/stl_multimap.h (multimap::insert(_Pair&&)) + (multimap::insert(const_iterator, _Pair&&)): Likewise. + * include/bits/unordered_map.h (unordered_map::insert(_Pair&&)) + (unordered_map::insert(const_iterator, _Pair&&)) + (unordered_multimap::insert(_Pair&&)) + (unordered_multimap::insert(const_iterator, _Pair&&)): Likewise. + * testsuite/23_containers/map/modifiers/insert/78595.cc: New test. + * testsuite/23_containers/multimap/modifiers/insert/78595.cc: New test. + * testsuite/23_containers/unordered_map/modifiers/78595.cc: New test. + * testsuite/23_containers/unordered_multimap/modifiers/78595.cc: New + test. + +2018-09-02 François Dumont + + * include/debug/safe_iterator.h + (_Safe_iterator<_It, _Seq, _Cat>::_Self): New. + (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag>::_Self): + New. + (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> + ::_OtherSelf): New. + (_GLIBCXX_DEBUG_VERIFY_OPERANDS, _GLIBCXX_DEBUG_VERIFY_EQ_OPERANDS) + (_GLIBCXX_DEBUG_VERIFY_REL_OPERANDS) + (_GLIBCXX_DEBUG_VERIFY_DIST_OPERANDS): Define macros. + (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> + ::operator+(difference_type)): Use latters, inline as friend. + (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> + ::operator-(difference_type)): Likewise. + (operator==(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Likewise. + (operator!=(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Likewise. + (operator<(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. + (operator<=(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Likewise. + (operator>(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. + (operator>=(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Likewise. + (operator-(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. + (operator+(difference_type, const _Safe_iterator<>&)): Likewise. + (operator-(const _Safe_iterator<>&, difference_type)): Likewise. + * include/debug/safe_iterator.tcc + (_Safe_iterator<>::_M_can_advance(difference_type)): Take parameter by + copy. + * include/debug/safe_local_iterator.h + (_Safe_local_iterator<_It, _Seq>::_Self): New. + (_Safe_local_iterator<_It, _Seq>::_OtherSelf): New. + (_GLIBCXX_DEBUG_VERIFY_OPERANDS): Define macro. + (operator==(const _Safe_local_iterator<>&, + const _Safe_local_iterator<>&)): Use latter, inline as friend. + (operator!=(const _Safe_local_iterator<>&, + const _Safe_local_iterator<>&)): Likewise. + * testsuite/util/testsuite_containers.h: Include utility. + (struct forward_members_unordered<_Tp, bool>): Remove 2nd template + parameter. + (forward_members_unordered<>::forward_members_unordered(value_type&)): + Add using namespace std::rel_ops. + Add iterator_concept_checks on local_iterator and const_local_iterator. + Add asserts on comparison between const_local_iterator and + local_iterator. + (struct forward_members_unordered<_Tp, false>): Remove partial + specialization. + * testsuite/23_containers/forward_list/types/1.cc: New. + * testsuite/23_containers/list/types/1.cc: New. + +2018-09-01 Gerald Pfeifer + + * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org + references. + +2018-08-31 Sandra Loosemore + + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc: + Add dg-require-fileio. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc: + Likewise. + * testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc: + Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: + Likewise. + * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.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/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/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-4.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_ifstream/cons/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ifstream/open/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc: + Likewise. + * testsuite/27_io/basic_istream/get/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/getline/wchar_t/5.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/seekg/wchar_t/sstream.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc: Likewise. + * testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ofstream/open/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc: + Likewise. + * testsuite/27_io/objects/wchar_t/10.cc: Likewise. + * testsuite/27_io/objects/wchar_t/12048-1.cc: Likewise. + * testsuite/27_io/objects/wchar_t/12048-2.cc: Likewise. + * testsuite/27_io/objects/wchar_t/12048-3.cc: Likewise. + * testsuite/27_io/objects/wchar_t/12048-4.cc: Likewise. + * testsuite/27_io/objects/wchar_t/12048-5.cc: Likewise. + * testsuite/experimental/string_view/inserters/wchar_t/2.cc: + Likewise. + * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise. + +2018-08-30 Sandra Loosemore + + * testsuite/experimental/propagate_const/observers/1.cc: Make + dependence on -fdelete-null-pointer-checks explicit. + +2018-08-30 Jonathan Wakely + + * include/bits/hashtable_policy.h (__clp2): Fix calculation for LLP64 + targets where sizeof(size_t) > sizeof(long). Avoid undefined shifts + of the number of bits in the type. + * include/std/bit (__ceil2): Avoid undefined shifts. + * testsuite/26_numerics/bit/bit.pow.two/ceil2.cc: Test values with + the most signifiant bit set. + + * config/abi/pre/gnu.ver: Add missing exports for mingw. + + * include/ext/pointer.h (_Pointer_adapter): Define operators for + pointer arithmetic using long long offsets. + * testsuite/ext/ext_pointer/1.cc: Test pointer arithmetic using + long long values. + +2018-08-29 Jonathan Wakely + + PR libstdc++/31413 + * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Check D_FMT + string for alternative format. + +2018-08-28 Jonathan Wakely + + PR libstdc++/87116 + * src/filesystem/std-path.cc (path::lexically_normal): When handling + a dot-dot filename, preserve an empty final component in the iteration + sequence. + [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Use preferred-separator for + root-directory. + * testsuite/27_io/filesystem/path/generation/normal.cc: Add new tests + for more than two adjacent dot-dot filenames. + [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Replace slashes with + preferred-separator in expected normalized strings. + +2018-08-25 Iain Sandoe + + PR libstdc++/70694 + * configure.host (OPT_LDFLAGS): Don't append + -fvisibility-inlines-hidden for newer Darwin. + +2018-08-24 Marc Glisse + + PR libstdc++/86822 + * libsupc++/new (operator new(size_t, nothrow_t), operator + new[](size_t, nothrow_t), operator new(size_t, align_val_t, nothrow_t), + operator new[](size_t, align_val_t, nothrow_t)): Add malloc attribute. + +2018-08-24 Jonathan Wakely + + * include/debug/deque (std::__debug::deque): Declare. + * include/debug/forward_list (std::__debug::forward_list): Declare. + * include/debug/list (std::__debug::list): Declare. + * include/debug/map (std::__debug::map): Declare. + * include/debug/set (std::__debug::set): Declare. + * include/debug/unordered_map (std::__debug::unordered_map): Declare. + * include/debug/unordered_set (std::__debug::unordered_set): Declare. + * include/debug/vector (std::__debug::vector): Declare. + * testsuite/23_containers/deque/types/pmr_typedefs_debug.cc: New test. + * testsuite/23_containers/forward_list/pmr_typedefs_debug.cc: New + test. + * testsuite/23_containers/list/pmr_typedefs_debug.cc: New test. + * testsuite/23_containers/map/pmr_typedefs_debug.cc: New test. + * testsuite/23_containers/multimap/pmr_typedefs_debug.cc: New test. + * testsuite/23_containers/multiset/pmr_typedefs_debug.cc: New test. + * testsuite/23_containers/set/pmr_typedefs_debug.cc: New test. + * testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc: New + test. + * testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc: + New test. + * testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc: + New test. + * testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc: New + test. + * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: + Adjust dg-error lineno. + * testsuite/23_containers/vector/types/pmr_typedefs_debug.cc: New + test. + +2018-08-23 Jonathan Wakely + + * testsuite/util/testsuite_allocator.h (__gnu_test::memory_resource): + Only define when RTTI is enabled. + + * include/debug/vector (__niter_base): Define for C++98. + + * testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc: + Fix C++98 test to not use C++11 features. + * testsuite/25_algorithms/fill_n/2.cc: Likewise. + + * scripts/check_compile: Fix comments. + + * include/debug/string (insert(__const_iterator, _InIter, _InIter)): + [!_GLIBCXX_USE_CXX11_ABI]: Replace use of C++11-only cbegin() with + begin(), for C++98 compatibility. + + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] + (basic_string::__const_iterator): Change access to protected. + [!_GLIBCXX_USE_CXX11_ABI] (basic_string::__const_iterator): Define + as typedef for iterator. + * include/debug/string (__const_iterator): Use typedef from base. + (insert(const_iterator, _CharT)) + (replace(const_iterator, const_iterator, const basic_string&)) + (replace(const_iterator, const_iterator, const _CharT*, size_type)) + (replace(const_iterator, const_iterator, const CharT*)) + (replace(const_iterator, const_iterator, size_type, _CharT)) + (replace(const_iterator, const_iterator, _InputIter, _InputIter)) + (replace(const_iterator, const_iterator, initializer_list<_CharT>)): + Change const_iterator parameters to __const_iterator. + (insert(iterator, size_type, _CharT)): Add C++98 overload. + (insert(const_iterator, _InputIterator, _InputIterator)): Change + const_iterator parameter to __const_iterator. + [!_GLIBCXX_USE_CXX11_ABI]: Add workaround for incorrect return type + of base's member function. + (insert(const_iterator, size_type, _CharT)) [!_GLIBCXX_USE_CXX11_ABI]: + Likewise. + (insert(const_iterator, initializer_list<_CharT>)) + [!_GLIBCXX_USE_CXX11_ABI]: Likewise. + * testsuite/21_strings/basic_string/init-list.cc: Remove effective + target directive. + + * testsuite/20_util/reference_wrapper/lwg2993.cc: Fix C++11 test to + not use C++14 feature. + * testsuite/23_containers/list/68222_neg.cc: Likewise. + + * testsuite/21_strings/basic_string/init-list.cc: + Require cxx11-abi. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc: + Likewise. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc: + Likewise. + + * testsuite/23_containers/deque/capacity/max_size.cc: Fix test for + C++98 mode. + * testsuite/23_containers/deque/modifiers/assign/1.cc: Likewise. + * testsuite/23_containers/list/modifiers/assign/1.cc: Likewise. + * testsuite/23_containers/vector/bool/modifiers/assign/1.cc: Likewise. + * testsuite/23_containers/vector/capacity/max_size.cc: Likewise. + * testsuite/23_containers/vector/modifiers/assign/1.cc: Likewise. + +2018-08-22 Jonathan Wakely + + PR libstdc++/87061 + * include/experimental/regex [!_GLIBCXX_USE_CXX11_ABI] + (experimental::pmr::match_results, experimental::pmr::cmatch) + (experimental::pmr::smatch, experimental::pmr::wcmatch) + (experimental::pmr::wsmatch): Do not declare for gcc4-compatible ABI, + because COW strings don't support C++11 allocator model. + * include/experimental/string [!_GLIBCXX_USE_CXX11_ABI] + (experimental::pmr::basic_string, experimental::pmr::string) + (experimental::pmr::u16string, experimental::pmr::u32string) + (experimental::pmr::wstring): Likewise. + * include/std/regex [!_GLIBCXX_USE_CXX11_ABI] (pmr::match_results) + (pmr::cmatch, pmr::smatch, pmr::wcmatch, pmr::wsmatch): Likewise. + * include/std/string [!_GLIBCXX_USE_CXX11_ABI] (pmr::basic_string) + (pmr::string, pmr::u16string, pmr::u32string, pmr::wstring): Likewise. + * testsuite/21_strings/basic_string/types/pmr_typedefs.cc: Require + cxx11-abi. + * testsuite/28_regex/match_results/pmr_typedefs.cc: Likewise. + + PR libstdc++/78448 + * include/bits/deque.tcc (deque::_M_range_initialize): Use + _S_check_init_len to check size. + (deque::_M_push_back_aux, deque::_M_push_front_aux): Throw length + error if size would exceed max_size(). + * include/bits/stl_deque.h (_Deque_base::size_type): Remove typedef. + (_Deque_base(_Deque_base&&, const allocator_type&, size_t)): Use + size_t instead of size_type. + (deq(size_type, const allocator_type&) + (deq(size_type, const value_type&, const allocator_type&) + (deque::_M_initialize_dispatch): Use _S_check_init_len to check size. + (deque::max_size): Call _S_max_size. + (deque::_S_check_init_len, deque::_S_max_size): New functions. + * include/bits/stl_vector.h (vector(size_type, const allocator_type&)) + (vector(size_type, const value_type&, const allocator_type&)) + (vector::_M_initialize_dispatch, vector::_M_range_initialize): Use + _S_check_init_len to check size. + (vector::max_size): Call _S_max_size. + (vector::_M_check_len): Prevent max from being expanded as a + function-like macro. + (vector::_S_check_init_len, vector::_S_max_size): New functions. + * include/bits/vector.tcc (vector::_M_assign_aux): Use + _S_check_init_len to check size. + * testsuite/23_containers/deque/capacity/max_size.cc: New test. + * testsuite/23_containers/vector/capacity/max_size.cc: New test. + +2018-08-22 François Dumont + + PR libstdc++/68222 + * include/debug/safe_iterator.h + (_Safe_iterator<_It, _Sq, _Cat>): Add category template parameter. + (_Safe_iterator<>::_Const_iterator): Remove. + (_Safe_iterator<>::_IsConstant): New. + (_Safe_iterator<>::_OtherIterator): New. + (_Safe_iterator<_It, _Sq, _Cat>::_Safe_iterator<_MutIte>( + const _Safe_iterator<_MutIte, _Sq, _Cat>&)): Add _IsConstant::__value in + __gnu_cxx::__enable_if condition. + (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_to): New. + (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_from_begin): New. + (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_to_end): New. + (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag>): New. + (_Safe_iterator<_It, _Sq, _Cat>::operator--()): Move... + (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag> + ::operator--()): ...here. + (_Safe_iterator<_It, _Sq, _Cat>::operator--(int)): Move... + (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag> + ::operator--(int)): ...here. + (_Safe_iterator<_It, _Sq, _Cat>::_M_decrementable()): Move... + (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag> + ::_M_decrementable()): ...here. + (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>): New. + (_Safe_iterator<_It, _Sq, _Cat>::operator[](const difference_type&)): + Move... + (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> + ::operator[](const difference_type&)): ...here. + (_Safe_iterator<_It, _Sq, _Cat>::operator+=(const difference_type&)): + Move... + (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> + ::operator+=(const difference_type&)): ...here. + (_Safe_iterator<_It, _Sq, _Cat>::operator+(const difference_type&)): + Move... + (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> + ::operator+(const difference_type&)): ...here. + (_Safe_iterator<_It, _Sq, _Cat>::operator-=(const difference_type&)): + Move... + (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> + ::operator-=(const difference_type&)): ...here. + (_Safe_iterator<_It, _Sq, _Cat>::operator-(const difference_type&)): + Move... + (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag> + ::operator-(const difference_type&)): ...here. + (operator<(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Constraint to random access iterators. + (operator<=(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Likewise. + (operator>(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. + (operator>=(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Likewise. + (operator-(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise. + (operator+(const difference_type&, const _Safe_iterator<>&)): Likewise. + (__check_dereferenceable(const _Safe_iterator<>&)): Remove. + (__get_distance): Remove. + (__get_distance_from_begin): Remove. + (__get_distance_to_end): Remove. + (struct __is_safe_random_iterator<_Safe_iterator<>>): Remove partial + specialization. + (__base(const _Safe_iterator<>&, std::input_iterator_tag)): Remove. + (__base(const _Safe_iterator<>&, std::random_access_iterator_tag)): Remove. + (__base(const _Safe_iterator<>&)): Constraint to random access iterator. + * include/debug/safe_iterator.tcc + (_Safe_iterator<>::_M_get_distance_from_begin()): New. + (_Safe_iterator<>::_M_get_distance_to_end()): New. + (_Safe_iterator<>::_M_get_distance_to(const _Safe_iterator<>&)): New. + (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag> + ::_M_valid_range): New. + * include/debug/safe_local_iterator.h + (_Safe_local_iterator<>::_Const_local_iterator): Remove. + (_Safe_local_iterator<>::_IsConstant): New. + (_Safe_local_iterator<>::_OtherIterator): New. + (_Safe_local_iterator<_It, _Cont>::_Safe_local_iterator<_MutIte, _Cont>( + const _Safe_local_iterator<_MutIte, _Seq>&)): Add _IsConstant::__value + in __gnu_cxx::__enable_if condition. If singular compare base iterator + with _MutIte rather than _It. + (_Safe_local_iterator<>::_S_constant): Make constexpr. + (_Safe_local_iterator<>::_M_get_distance_to): New. + (__check_dereferenceable(const _Safe_local_iterator<>&)): Remove. + (__get_distance(const _Safe_local_iterator<>&, + const _Safe_local_iterator<>&, std::input_iterator_tag)): Remove. + (__valid_range(const _Safe_local_iterator<>&, + const _Safe_local_iterator<>&)): New. + * include/debug/safe_local_iterator.tcc + (_Safe_local_iterator<>::_M_get_distance_to): New. + * include/debug/deque (std::__debug::deque<>): Add + ::__gnu_debug::_Safe_iterator<> friend declaration. + * include/debug/forward_list (std::__debug::forward_list<>): Likewise. + * include/debug/list (std::__debug::list<>): Likewise. + * include/debug/map.h (std::__debug::map<>): Likewise. + * include/debug/multimap.h (std::__debug::multimap<>): Likewise. + * include/debug/set.h (std::__debug::set<>): Likewise. + * include/debug/multiset.h (std::__debug::multiset<>): Likewise. + * include/debug/string (std::__debug::basic_string<>): Likewise. + * include/debug/unordered_map (std::__debug::unordered_map<>): Likewise + and add ::__gnu_debug::_Safe_local_iterator<> friend declaration. + (std::__debug::unordered_multimap<>): Likewise. + * include/debug/unordered_set (std::__debug::unordered_set<>): Likewise. + (std::__debug::unordered_multiset<>): Likewise. + * include/debug/formatter.h: Adapt. + * include/debug/helper_functions.h + (__gnu_debug::_Safe_local_iterator<>): Add declaration. + (__get_distance<_Ite>(_Ite, _Ite, std::random_access_iterator_tag): + Pass parameter by copy. + (__get_distance<_Ite>(_Ite, _Ite, std::input_iterator_tag): Likewise. + (__get_distance<_Ite>(_Ite, _Ite): Likewise. + (__valid_range_aux<_Integral>): Pass _Integral by copy. + (__valid_range<_InputIterator>): Pass _InputIterator by copy. + (__valid_range<>(const _Safe_iterator<>&, + const _Safe_iterator<>&, typename _Distance_traits<>::__type&)): + Declare. + (__valid_range(const _Safe_local_iterator<>&, + const _Safe_local_iterator<>&, typename _Distance_traits<>::__type&)): + Declare. + (__valid_range<>(const _Safe_iterator<>&, const _Safe_iterator<>&)): + Declare. + (__valid_range(const _Safe_local_iterator<>&, const _Safe_local_iterator<>&)): + Declare. + (__can_advance): Adapt. + (struct __is_safe_random_iterator<>): Remove. + (struct _SIter_base<>): Remove. + * include/debug/functions.h: Include . + (__check_dereferenceable): Remove. + (__foreign_iterator_aux4, __foreign_iterator_aux3): Adapt. + (__foreign_iterator_aux2, __foreign_iterator_aux): Adapt. + (__foreign_iterator): Adapt. + * include/debug/stl_iterator.h + (__is_safe_random_iterator>): Remove. + (__base(const std::reverse_iterator<_Safe_iterator<_It, _Sq>)): + Constraint for random access iterators. + (__niter_base): Adapt. + * testsuite/util/testsuite_containers.h: + Include . + (iterator_concept_checks<_It, _Mutable, _Category>): New. + (citerator<_Cont>::forward_members::forward_members()): Instantiate + latter for container iterator and const_iterator. + * testsuite/23_containers/list/68222_neg.cc: New. + * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: Adapt + line number. + * testsuite/23_containers/unordered_set/debug/debug_functions.cc: + (test01): Remove. + * testsuite/23_containers/vector/debug/debug_functions.cc (test01): + Remove. + +2018-08-22 Jonathan Wakely + + PR libstdc++/77854 + * doc/xml/manual/status_cxx1998.xml: Document size_type and + difference_type for containers. + * doc/html/*: Regenerate. + +2018-08-21 François Dumont + + P0646R1 Improving the Return Value of Erase-Like Algorithms I + * include/debug/forward_list (forward_list::__remove_return_type): + Define typedef as size_type or void, according to __cplusplus value. + (_GLIBCXX_FWDLIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or + empty, according to __cplusplus value. + (_GLIBCXX20_ONLY): Define macro. + (forward_list::remove, forward_list::unique): Use typedef and macro + to change return type and add abi-tag for C++2a. Return number of + removed elements for C++2a. + (forward_list::remove_if, forward_list::unique): Use + typedef to change return type for C++2a. Return number of removed + elements for C++2a. + * include/debug/list (list::__remove_return_type): Define typedef as + size_type or void, according to __cplusplus value. + (_GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or + empty, according to __cplusplus value. + (_GLIBCXX20_ONLY): Define macro. + (list::remove, list::unique): Use typedef and macro to change return + type and add abi-tag for C++2a. Return number of removed elements for + C++2a. + (list::remove_if, list::unique): Use typedef + to change return type for C++2a. Return number of removed elements for + C++2a. + +2018-08-21 David Edelsohn + + * testsuite/18_support/new_nothrow.cc: XFAIL on AIX. + +2018-08-21 Jonathan Wakely + + * testsuite/26_numerics/bit/bitops.count/countl_one.cc: Remove + redundant dg-do directive. + * testsuite/26_numerics/bit/bitops.count/countl_zero.cc: Likewise. + * testsuite/26_numerics/bit/bitops.count/countr_one.cc: Likewise. + * testsuite/26_numerics/bit/bitops.count/countr_zero.cc: Likewise. + * testsuite/26_numerics/bit/bitops.count/popcount.cc: Likewise. + +2018-08-20 Jonathan Wakely + + PR libstdc++/86963 + * include/std/tuple (_Tuple_impl::operator=): Define as deleted. + (_Tuple_impl::_M_assign): New functions to perform assignment instead + of assignment operators. + (_Tuple_impl::_M_swap): Remove exception specification. + (_Tuple_impl<_Idx, _Head>): Likewise. + (_TC::_NonNestedTuple, _TC::_NotSameTuple): Use __remove_cvref_t. + (__tuple_base): Remove. + (tuple, tuple<_T1, _T2>): Remove inheritance from __tuple_base. + (tuple::operator=, tuple<_T1, _T2>::operator=): Call _M_assign. + (tuple::swap, tuple<_T1, _T2>::swap): Define exception specification + using __is_nothrow_swappable. + (tuple<_T1, _T2>::tuple(_U1&&, _U2&&)): Use __remove_cvref_t. + + * include/std/optional (_Optional_payload): Use variable templates + for conditions in default template arguments and exception + specifications. + (optional): Likewise. Adjust indentation. + (optional::__not_self, optional::__not_tag, optional::_Requires): New + SFINAE helpers. + (optional::optional): Use new helpers in constructor constraints. + * include/std/type_traits (__or_v, __and_v): New variable templates. + * testsuite/20_util/optional/cons/value_neg.cc: Change dg-error to + dg-prune-output. Remove unused header. + +2018-08-18 François Dumont + + * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define + _GLIBCXX_DEBUG. + +2018-08-17 Jonathan Wakely + + PR libstdc++/86963 + * include/std/tuple (__tuple_base): New class template with deleted + copy assignment operator. + (tuple, tuple<_T1, _T2>): Derive from __tuple_base so that + implicit copy/move assignment operator will be deleted/suppressed. + (tuple::__assignable, tuple<_T1, _T2>::__assignable): New helper + functions for SFINAE constraints on assignment operators. + (tuple::__nothrow_assignable, tuple<_T1, _T2>::__nothrow_assignable): + New helper functions for exception specifications. + (tuple::operator=(const tuple&), tuple::operator=(tuple&&)) + (tuple<_T1, _T2>::operator=(const tuple&)) + (tuple<_T1, _T2>::operator=(tuple&&)): Change parameter types to + __nonesuch_no_braces when the operator should be defined implicitly. + Use __nothrow_assignable for exception specifications. + (tuple::operator=(const tuple<_UElements...>&)) + (tuple::operator=(tuple<_UElements...>&&)) + (tuple<_T1, _T2>::operator=(const tuple<_U1, _U2>&)) + (tuple<_T1, _T2>::operator=(tuple<_U1, _U2>&&)) + (tuple<_T1, _T2>::operator=(const pair<_U1, _U2>&)) + (tuple<_T1, _T2>::operator=(pair<_U1, _U2>&&)): Constrain using + __assignable and use __nothrow_assignable for exception + specifications. + * python/libstdcxx/v6/printers.py (is_specialization_of): Accept + gdb.Type as first argument, instead of a string. + (StdTuplePrinter._iterator._is_nonempty_tuple): New method to check + tuple for expected structure. + (StdTuplePrinter._iterator.__init__): Use _is_nonempty_tuple. + * testsuite/20_util/tuple/dr2729.cc: New test. + * testsuite/20_util/tuple/element_access/get_neg.cc: Change dg-error + to dg-prune-output. + +2018-08-16 Jonathan Wakely + + * include/tr1/legendre_function.tcc (__sph_legendre): Avoid warning + about signed/unsigned comparison. + + * include/std/ostream (basic_ostream::sentry::~sentry): Suppress + deprecation warnings for using uncaught_exception(). + + PR libstdc++/86447 + * src/c++11/cow-stdexcept.cc [_GLIBCXX_FULLY_DYNAMIC_STRING] + (logic_error::logic_error(logic_error&&)) + (logic_error::operator=(logic_error&&)) + (runtime_error::runtime_error(runtime_error&&)) + (runtime_error::operator=(runtime_error&&)): Copy strings instead of + moving, to avoid allocating empty reps for moved-from strings. + +2018-08-15 Jonathan Wakely + + * include/experimental/regex: Remove begin/end macros for namespace. + * include/experimental/string: Likewise. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_deque.cc: + New test. + * testsuite/experimental/polymorphic_allocator/ + pmr_typedefs_forward_list.cc: New test. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_list.cc: + New test. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_map.cc: + New test. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc: + New test. + * testsuite/experimental/polymorphic_allocator/ + pmr_typedefs_multimap.cc: New test. + * testsuite/experimental/polymorphic_allocator/ + pmr_typedefs_multiset.cc: New test. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_set.cc: + New test. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc: + New test. + * testsuite/experimental/polymorphic_allocator/ + pmr_typedefs_unordered_map.cc: New test. + * testsuite/experimental/polymorphic_allocator/ + pmr_typedefs_unordered_multimap.cc: New test. + * testsuite/experimental/polymorphic_allocator/ + pmr_typedefs_unordered_multiset.cc: New test. + * testsuite/experimental/polymorphic_allocator/ + pmr_typedefs_unordered_set.cc: New test. + * testsuite/experimental/polymorphic_allocator/pmr_typedefs_vector.cc: + New test. + + * include/bits/uses_allocator.h (__uses_allocator_construct): Qualify + calls to __uses_allocator_construct_impl and __use_alloc. + * include/experimental/memory_resource + (polymorphic_allocator::_M_construct): Remove. + (polymorphic_allocator::construct): Call __uses_allocator_construct. + Qualify calls to __use_alloc. + * include/std/memory_resource (polymorphic_allocator::construct): Fix + type in SFINAE constraint. Use constexpr if instead of tag dispatching + to _S_construct overloads. + (polymorphic_allocator::construct(pair*, ...)): Fix order of + arguments to _S_construct_p. + (polymorphic_allocator::_S_construct): Remove. + (polymorphic_allocator::_S_construct_p): Return allocators by value + not by reference. + * include/std/scoped_allocator (scoped_allocator_adaptor::construct): + Qualify calls to __use_alloc. + * testsuite/20_util/polymorphic_allocator/construct_pair.cc: New test, + copied from testsuite/20_util/scoped_allocator/construct_pair.cc. + * testsuite/experimental/polymorphic_allocator/1.cc: New test. + * testsuite/experimental/polymorphic_allocator/construct_pair.cc: + New test. + + * src/c++17/memory_resource.cc [!_GLIBCXX_HAS_GTHREADS] + (atomic_mem_res): Add unsynchronized definition for single-threaded. + +2018-08-14 Jonathan Wakely + + PR libstdc++/86954 + * include/bits/stl_tempbuf.h (return_temporary_buffer): Use + non-placement delete. + + * include/std/chrono (__check_overflow): Simplify definition. + (_Checked_integral_constant): Remove. + + PR libstdc++/86846 + * src/c++17/default_resource.h: New file, defining default_res. + * src/c++17/memory_resource.cc [ATOMIC_POINTER_LOCK_FREE != 2] + (atomic_mem_res): Define alternative for atomic + using a mutex instead of atomics. + + PR libstdc++/85343 + * config/abi/pre/gnu.ver: Export new symbol. + * doc/xml/manual/abi.xml: Document new versions. + * include/bits/fstream.tcc (basic_filebuf::underflow) + (basic_filebuf::xsgetn): Pass errno to __throw_ios_failure. + * include/bits/functexcept.h (__throw_ios_failure(const char*, int)): + Declare new overload. + * src/c++11/cxx11-ios_failure.cc (__ios_failure): Add new constructor + and static member function. + (__throw_ios_failure(const char*, int)): Define. + * src/c++98/ios_failure.cc [!_GLIBCXX_USE_DUAL_ABI] + (__throw_ios_failure(const char*, int)): Define. + +2018-08-14 Jeremy Sawicki + + * include/ext/rope (_Rope_iterator_base(const _Rope_iterator_base&)) + (_Rope_const_iterator::operator=(const _Rope_const_iterator&)) + (_Rope_iterator::operator=(const _Rope_iterator&)): Ensure + copied/assigned rope iterators don't retain pointers to the iterator + they were copied/assigned from. + * testsuite/ext/rope/7.cc: New. + +2018-08-13 Jonathan Wakely + + PR libstdc++/45093 + * include/bits/stl_tree.h (_Rb_tree::_M_destroy_node(_Link_type)): + Combine definitions to avoid --detect-odr-violations warning. + + * libsupc++/new_opa.cc (operator new(size_t, align_val_t)): Use + __is_pow2 to check for valid alignment. Avoid branching when rounding + size to multiple of alignment. + + * include/Makefile.am: Install and for freestanding. + * include/Makefile.in: Regenerate. + * testsuite/17_intro/freestanding.cc: Check for and . + + Revert + 2018-08-10 Sebastian Huber + + PR target/85904 + * configure.ac: Define HAVE_ALIGNED_ALLOC if building for + Newlib. + * configure: Regenerate. + +2018-08-10 Jonathan Wakely + + PR libstdc++/68210 + * doc/xml/manual/intro.xml: Document LWG 206 change. + * libsupc++/del_op.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept. + * libsupc++/del_opa.cc: Likewise. + * libsupc++/del_opant.cc: Likewise. + * libsupc++/del_opnt.cc: Likewise. Call operator delete(ptr) instead + of free(ptr). + * libsupc++/del_ops.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept. + * libsupc++/del_opsa.cc: Likewise. + * libsupc++/del_opva.cc: Likewise. + * libsupc++/del_opvant.cc: Likewise. + * libsupc++/del_opvnt.cc: Likewise. Call operator delete[](ptr) + instead of operator delete(ptr). + * libsupc++/del_opvs.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept. + * libsupc++/del_opvsa.cc: Likewise. + * libsupc++/new_op.cc: Use __builtin_expect in check for zero size. + * libsupc++/new_opa.cc: Use nullptr instead of literal 0. + * libsupc++/new_opant.cc: Likewise. Replace _GLIBCXX_USE_NOEXCEPT + with noexcept. + * libsupc++/new_opnt.cc: Likewise. Call operator new(sz) instead of + malloc(sz). + * libsupc++/new_opvant.cc: Use nullptr and noexcept. + * libsupc++/new_opvnt.cc: Likewise. Call operator new[](sz) instead of + operator new(sz, nothrow). + * testsuite/18_support/new_nothrow.cc: New test. + +2018-08-10 Martin Liska + + * libsupc++/new_op.cc (new): Remove __builtin_expect as malloc + predictor can handle that. + * libsupc++/new_opa.cc: Likewise. + * libsupc++/new_opnt.cc (new): Likewise. + +2018-08-10 Sebastian Huber + + PR target/85904 + * configure.ac: Define HAVE_ALIGNED_ALLOC if building for + Newlib. + * configure: Regenerate. + +2018-08-10 Jonathan Wakely + + * include/std/deque (std::pmr::deque): Declare alias. + * include/std/forward_list (std::pmr::forward_list): Likewise. + * include/std/list (std::pmr::list): Likewise. + * include/std/map (std::pmr::map, std::pmr::multimap): Likewise. + * include/std/regex (std::pmr::match_results, std::pmr::cmatch) + (std::pmr::smatch, std::pmr::wcmatch, std::pmr::wsmatch): Likewise. + * include/std/set (std::pmr::set, std::pmr::multiset): Likewise. + * include/std/string (std::pmr::basic_string, std::pmr::string) + (std::pmr::u16string, std::pmr::u32string, std::pmr::wstring): + Likewise. + * include/std/unordered_map (std::pmr::unordered_map) + (std::pmr::unordered_multimap): Likewise. + * include/std/unordered_set (std::pmr::unordered_set) + (std::pmr::unordered_multiset): Likewise. + * include/std/vector (std::pmr::vector): Likewise. + * testsuite/21_strings/basic_string/types/pmr_typedefs.cc: New test. + * testsuite/23_containers/deque/types/pmr_typedefs.cc: New test. + * testsuite/23_containers/forward_list/pmr_typedefs.cc: New test. + * testsuite/23_containers/list/pmr_typedefs.cc: New test. + * testsuite/23_containers/map/pmr_typedefs.cc: New test. + * testsuite/23_containers/multimap/pmr_typedefs.cc: New test. + * testsuite/23_containers/multiset/pmr_typedefs.cc: New test. + * testsuite/23_containers/set/pmr_typedefs.cc: New test. + * testsuite/23_containers/unordered_map/pmr_typedefs.cc: New test. + * testsuite/23_containers/unordered_multimap/pmr_typedefs.cc: New + test. + * testsuite/23_containers/unordered_multiset/pmr_typedefs.cc: New + test. + * testsuite/23_containers/unordered_set/pmr_typedefs.cc: New test. + * testsuite/23_containers/vector/pmr_typedefs.cc: New test. + * testsuite/28_regex/match_results/pmr_typedefs.cc: New test. + +2018-08-08 François Dumont + + * include/bits/stl_algo.h + (__rotate(_Ite, _Ite, _Ite, forward_iterator_tag)) + (__rotate(_Ite, _Ite, _Ite, bidirectional_iterator_tag)) + (__rotate(_Ite, _Ite, _Ite, random_access_iterator_tag)): Move code + duplication... + (rotate(_Ite, _Ite, _Ite)): ...here. + (__stable_partition_adaptive(_FIt, _FIt, _Pred, _Dist, _Pointer, _Dist)): + Simplify rotate call. + (__rotate_adaptive(_BIt1, _BIt1, _BIt1, _Dist, _Dist, _Bit2, _Dist)): + Likewise. + (__merge_without_buffer(_BIt, _BIt, _BIt, _Dist, _Dist, _Comp)): + Likewise. + +2018-08-08 Jonathan Wakely + + * libsupc++/new_opa.cc (aligned_alloc): Declare inside namespace to + avoid clashing with an ::aligned_alloc function that was not detected + by configure. + + * doc/xml/manual/using.xml: Fix markup for empty table entry. + * doc/html/*: Regenerate. + + * doc/xml/manual/using.xml: Add missing header to table and fix typo. + * doc/html/*: Regenerate. + + PR libstdc++/86597 + * include/bits/fs_dir.h (directory_entry::_M_file_type(error_code&)): + Clear error_code when cached type is used. + * testsuite/27_io/filesystem/directory_entry/86597.cc: New test. + +2018-08-07 Jonathan Wakely + + PR libstdc++/86874 + * include/std/variant (_Copy_ctor_base::_M_destructive_move): Define + here instead of in _Move_assign_base. + (_Copy_ctor_base::_M_destructive_move): Define. + (_Copy_assign_base::operator=): Use _M_destructive_move when changing + the contained value to another alternative. + (_Move_assign_base::operator=): Likewise. + (_Move_assign_base::_M_destructive_move): Remove. + * testsuite/20_util/variant/86874.cc: New test. + + PR libstdc++/86861 + * libsupc++/new_opa.cc [_GLIBCXX_HAVE_MEMALIGN] (aligned_alloc): + Replace macro with inline function. + [__sun]: Increase alignment to meet memalign precondition. + [!HAVE__ALIGNED_MALLOC && !HAVE_POSIX_MEMALIGN && !HAVE_MEMALIGN] + (aligned_alloc): Move check for valid alignment to operator new. + Remove redundant check for non-zero size, it's enforced by the caller. + (operator new): Move check for valid alignment here. Use + __builtin_expect on check for zero size. + + * config/abi/pre/gnu.ver: Export monotonic_buffer_resource members. + * include/std/memory_resource (monotonic_buffer_resource::release): + Call _M_release_buffers to free buffers. + (monotonic_buffer_resource::do_allocate): Call _M_new_buffer to + allocate a new buffer from upstream. + (monotonic_buffer_resource::_M_new_buffer): Declare. + (monotonic_buffer_resource::_M_release_buffers): Declare. + (monotonic_buffer_resource::_Chunk): Replace definition with + declaration as opaque type. + * src/c++17/memory_resource.cc (monotonic_buffer_resource::_Chunk): + Define. + (monotonic_buffer_resource::_M_new_buffer): Define. + (monotonic_buffer_resource::_M_release_buffers): Define. + +2018-08-05 François Dumont + + * include/bits/stl_iterator.h: Fix comment. + +2018-08-03 Jonathan Wakely + + * src/c++11/system_error.cc + (system_error_category::default_error_condition): Add workaround for + ENOTEMPTY and EEXIST having the same value on AIX. + * testsuite/19_diagnostics/error_category/system_category.cc: Add + extra testcases for EDOM, EILSEQ, ERANGE, EEXIST and ENOTEMPTY. + +2018-08-01 Jonathan Wakely + + * configure: Regenerate. + * configure.ac: Add -D_GLIBCXX_ASSERTIONS to default DEBUG_FLAGS. + * src/c++11/futex.cc: Use __glibcxx_assert instead of + _GLIBCXX_DEBUG_ASSERT. + +2018-08-01 Mike Crowe + + * include/std/condition_variable (wait_for): Use steady_clock. + +2018-08-01 Mike Crowe + + * include/std/condition_variable (wait_until): Only report timeout + if we really have timed out when measured against the + caller-supplied clock. + * testsuite/30_threads/condition_variable/members/2.cc: Add test + case to confirm above behaviour. + +2018-08-01 Jonathan Wakely + + PR libstdc++/60555 + * src/c++11/system_error.cc + (system_error_category::default_error_condition): New override to + check for POSIX errno values. + * testsuite/19_diagnostics/error_category/generic_category.cc: New + * testsuite/19_diagnostics/error_category/system_category.cc: New + test. + +2018-07-31 Jonathan Wakely + + PR libstdc++/86751 + * include/bits/stl_pair.h (__pair_base): New class with deleted copy + assignment operator. + (pair): Derive from __pair_base. + (pair::operator=): Remove deleted overload. + * python/libstdcxx/v6/printers.py (StdPairPrinter): New pretty printer + so that new base class isn't shown in GDB. + * testsuite/20_util/pair/86751.cc: New test. + * testsuite/20_util/pair/ref_assign.cc: New test. + + * include/bits/c++config (_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP) + (_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE): Move definitions here. + (_GLIBCXX_HAVE_BUILTIN_LAUNDER): Likewise. Use !__is_identifier + instead of __has_builtin. + * include/std/type_traits (_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP) + (_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE): Remove definitions from here. + * include/std/version [!_GLIBCXX_HAS_GTHREADS] + (__cpp_lib_shared_timed_mutex, __cpp_lib_scoped_lock) + (__cpp_lib_shared_mutex): Don't define when Gthreads not in use. + [!_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP] + (__cpp_lib_has_unique_object_representations): Don't define when + builtin not available. + [!_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE] (__cpp_lib_is_aggregate): + Likewise. + [!_GLIBCXX_HAVE_BUILTIN_LAUNDER] (__cpp_lib_launder): Likewise. + * libsupc++/new (_GLIBCXX_HAVE_BUILTIN_LAUNDER): Remove definition + from here. + + * doc/xml/manual/test.xml: Improve documentation on writing tests for + newer standards. + * doc/xml/manual/using.xml: Document all headers for C++11 and later. + * doc/html/*: Regenerate. + + * include/ext/pointer.h [__cplusplus >= 201103L] + (_Pointer_adapter::operator bool): Add explicit conversion operator + to replace safe bool idiom. + +2018-07-30 Jonathan Wakely + + PR libstdc++/86734 + * include/bits/stl_iterator.h (reverse_iterator::operator->): Call + _S_to_pointer (LWG 1052, LWG 2118). + (reverse_iterator::_S_to_pointer): Define overloaded helper functions. + * testsuite/24_iterators/reverse_iterator/dr1052.cc: New test. + * testsuite/24_iterators/reverse_iterator/dr2188.cc: New test. + + * libsupc++/new_opa.cc (operator new(size_t, align_val_t)): Add + workaround for aligned_alloc bug on AIX. + * testsuite/18_support/new_aligned.cc: New test. + +2018-07-26 Marek Polacek + + * testsuite/30_threads/condition_variable_any/cond.cc: New. + +2018-07-26 Marek Polacek + + * src/c++98/locale_init.cc: Fix #ifdef condition. + +2018-07-26 Jonathan Wakely + + * testsuite/18_support/aligned_alloc/aligned_alloc.cc: Add + dg-require-cstdint directive. + * testsuite/20_util/allocator/overaligned.cc: Likewise. + * testsuite/20_util/any/cons/aligned.cc: Likewise. + * testsuite/20_util/monotonic_buffer_resource/allocate.cc: Likewise. + * testsuite/20_util/monotonic_buffer_resource/deallocate.cc: Likewise. + * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: + Likewise. + * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. + * testsuite/23_containers/list/modifiers/insert/25288.cc: Likewise. + * testsuite/23_containers/set/allocator/move_assign.cc: Likewise. + * testsuite/25_algorithms/make_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/pop_heap/complexity.cc: Require cstdint and + random_device effective-target. + * testsuite/25_algorithms/push_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/sample/1.cc: Require cstdint. + * testsuite/25_algorithms/sample/2.cc: Likewise. + * testsuite/25_algorithms/sort_heap/complexity.cc: Require cstdint + and random_device. + * testsuite/26_numerics/headers/random/types_std_c++0x.cc: Require + cstdint. + * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: + Likewise. + * testsuite/26_numerics/random/discard_block_engine/requirements/ + constexpr_data.cc: Likewise. + * testsuite/26_numerics/random/discard_block_engine/requirements/ + constexpr_functions.cc: Likewise. + * testsuite/26_numerics/random/independent_bits_engine/requirements/ + constexpr_functions.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/requirements/ + constexpr_data.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/requirements/ + constexpr_functions.cc: Likewise. + * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ + constexpr_data.cc: Likewise. + * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ + constexpr_functions.cc: Likewise. + * testsuite/26_numerics/random/pr60037-neg.cc: Likewise. + * testsuite/26_numerics/random/seed_seq/cons/65631.cc: Likewise. + * testsuite/26_numerics/random/shuffle_order_engine/requirements/ + constexpr_data.cc: Add dg-require-cstdint directive. + * testsuite/26_numerics/random/shuffle_order_engine/requirements/ + constexpr_functions.cc: Likewise. + * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ + constexpr_data.cc: Likewise. + * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ + constexpr_functions.cc: Likewise. + * testsuite/26_numerics/random/uniform_real_distribution/operators/ + 64351.cc: Likewise. + * testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Likewise. + * testsuite/experimental/algorithm/sample-2.cc: Likewise. + * testsuite/experimental/algorithm/sample.cc: Likewise. + * testsuite/experimental/algorithm/search.cc: Likewise. + * testsuite/experimental/algorithm/shuffle.cc: Likewise. + * testsuite/experimental/any/cons/aligned.cc: Likewise. + * testsuite/experimental/memory_resource/new_delete_resource.cc: + Likewise. + * testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise. + * testsuite/experimental/random/randint.cc: Likewise. + * testsuite/experimental/source_location/1.cc: Likewise. + * testsuite/ext/bitmap_allocator/overaligned.cc: Likewise. + * testsuite/ext/malloc_allocator/overaligned.cc: Likewise. + * testsuite/ext/mt_allocator/overaligned.cc: Likewise. + * testsuite/ext/new_allocator/overaligned.cc: Likewise. + * testsuite/ext/pb_ds/regression/hash_map_rand.cc: Likewise. + * 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/ext/pool_allocator/overaligned.cc: Likewise. + * testsuite/ext/throw_allocator/check_allocate_max_size.cc: Likewise. + * testsuite/ext/throw_allocator/check_deallocate_null.cc: Likewise. + * testsuite/ext/throw_allocator/check_delete.cc: Likewise. + * testsuite/ext/throw_allocator/check_new.cc: Likewise. + * testsuite/ext/throw_allocator/deallocate_global.cc: Likewise. + * testsuite/ext/throw_allocator/deallocate_local.cc: Likewise. + * testsuite/ext/throw_allocator/explicit_instantiation.cc: Likewise. + * testsuite/ext/throw_allocator/variadic_construct.cc: Likewise. + * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Likewise. + + * testsuite/30_threads/recursive_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/recursive_mutex/cons/copy_neg.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/native_handle/typesizes.cc: + Likewise. + * testsuite/30_threads/recursive_mutex/requirements/standard_layout.cc: + Likewise. + * testsuite/30_threads/recursive_mutex/requirements/typedefs.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_mutex/unlock/2.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/cons/assign_neg.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/cons/copy_neg.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/native_handle/ + typesizes.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/requirements/typedefs.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/recursive_timed_mutex/unlock/2.cc: Likewise. + * testsuite/30_threads/scoped_lock/cons/1.cc: Likewise. + * testsuite/30_threads/scoped_lock/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/30_threads/scoped_lock/requirements/typedefs.cc: Likewise. + * testsuite/30_threads/shared_future/cons/assign.cc: Likewise. + * testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise. + * testsuite/30_threads/shared_future/cons/copy.cc: Likewise. + * testsuite/30_threads/shared_future/cons/default.cc: Likewise. + * testsuite/30_threads/shared_future/cons/move.cc: Likewise. + * testsuite/30_threads/shared_future/cons/move_assign.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.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_future/requirements/ + explicit_instantiation.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_lock/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/30_threads/shared_lock/requirements/typedefs.cc: Likewise. + * testsuite/30_threads/shared_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/shared_mutex/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/shared_mutex/cons/copy_neg.cc: Likewise. + * testsuite/30_threads/shared_mutex/requirements/standard_layout.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_mutex/unlock/1.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/requirements/ + standard_layout.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/shared_timed_mutex/unlock/1.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/58038.cc: Likewise. + * testsuite/30_threads/thread/70503.cc: Likewise. + * testsuite/30_threads/thread/84532.cc: Likewise. + * testsuite/30_threads/thread/adl.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/49668.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/84535.cc: Likewise. + * testsuite/30_threads/thread/cons/9.cc: Likewise. + * testsuite/30_threads/thread/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/thread/cons/copy_neg.cc: Likewise. + * testsuite/30_threads/thread/cons/lwg2097.cc: Likewise. + * testsuite/30_threads/thread/cons/moveable.cc: Likewise. + * testsuite/30_threads/thread/cons/terminate.cc: Likewise. + * testsuite/30_threads/thread/id/operators.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/4.cc: Likewise. + * testsuite/30_threads/thread/members/5.cc: Likewise. + * testsuite/30_threads/thread/members/hardware_concurrency.cc: + Likewise. + * testsuite/30_threads/thread/native_handle/cancel.cc: Likewise. + * testsuite/30_threads/thread/swap/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/timed_mutex/cons/copy_neg.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/native_handle/typesizes.cc: + Likewise. + * testsuite/30_threads/timed_mutex/requirements/ + standard_layout.cc: Likewise. + * testsuite/30_threads/timed_mutex/requirements/typedefs.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/timed_mutex/unlock/2.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/30_threads/unique_lock/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/30_threads/unique_lock/requirements/typedefs.cc: Likewise. + + * testsuite/30_threads/async/42819.cc: Remove dg-require-cstdint + directive. + * testsuite/30_threads/async/49668.cc: Likewise. + * testsuite/30_threads/async/54297.cc: Likewise. + * testsuite/30_threads/async/84532.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/forced_unwind.cc: Likewise. + * testsuite/30_threads/async/launch.cc: Likewise. + * testsuite/30_threads/async/lwg2021.cc: Likewise. + * testsuite/30_threads/async/sync.cc: Likewise. + * testsuite/30_threads/call_once/39909.cc: Likewise. + * testsuite/30_threads/call_once/49668.cc: Likewise. + * testsuite/30_threads/call_once/60497.cc: Likewise. + * testsuite/30_threads/call_once/call_once1.cc: Likewise. + * testsuite/30_threads/call_once/constexpr.cc: Likewise. + * testsuite/30_threads/call_once/dr2442.cc: Likewise. + * testsuite/30_threads/call_once/once_flag.cc: Likewise. + * testsuite/30_threads/condition_variable/54185.cc: Likewise. + * testsuite/30_threads/condition_variable/cons/1.cc: Likewise. + * testsuite/30_threads/condition_variable/cons/assign_neg.cc: + Likewise. + * testsuite/30_threads/condition_variable/cons/copy_neg.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/members/53841.cc: Likewise. + * testsuite/30_threads/condition_variable/members/68519.cc: Likewise. + * testsuite/30_threads/condition_variable/native_handle/typesizes.cc: + Likewise. + * testsuite/30_threads/condition_variable/requirements/ + standard_layout.cc: Likewise. + * testsuite/30_threads/condition_variable/requirements/typedefs.cc: + * Likewise. + * testsuite/30_threads/condition_variable_any/50862.cc: Likewise. + * testsuite/30_threads/condition_variable_any/53830.cc: Likewise. + * testsuite/30_threads/condition_variable_any/cons/1.cc: Likewise. + * testsuite/30_threads/condition_variable_any/cons/assign_neg.cc: + Likewise. + * testsuite/30_threads/condition_variable_any/cons/copy_neg.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/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/future/cons/constexpr.cc: Likewise. + * testsuite/30_threads/future/cons/copy_neg.cc: Likewise. + * testsuite/30_threads/future/cons/default.cc: Likewise. + * testsuite/30_threads/future/cons/move.cc: Likewise. + * testsuite/30_threads/future/cons/move_assign.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.cc: Likewise. + * testsuite/30_threads/future/members/wait_for.cc: Likewise. + * testsuite/30_threads/future/members/wait_until.cc: Likewise. + * testsuite/30_threads/future/requirements/explicit_instantiation.cc: + Likewise. + * testsuite/30_threads/headers/condition_variable/types_std_c++0x.cc: + Likewise. + * testsuite/30_threads/headers/future/types_std_c++0x.cc: Likewise. + * testsuite/30_threads/headers/mutex/types_std_c++0x.cc: Likewise. + * testsuite/30_threads/headers/thread/std_c++0x_neg.cc: Likewise. + * testsuite/30_threads/headers/thread/types_std_c++0x.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/lock_guard/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/30_threads/lock_guard/requirements/typedefs.cc: Likewise. + * testsuite/30_threads/mutex/cons/1.cc: Likewise. + * testsuite/30_threads/mutex/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/mutex/cons/constexpr.cc: Likewise. + * testsuite/30_threads/mutex/cons/copy_neg.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/native_handle/typesizes.cc: Likewise. + * testsuite/30_threads/mutex/requirements/standard_layout.cc:: + Likewise. + * testsuite/30_threads/mutex/requirements/typedefs.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/mutex/unlock/2.cc: Likewise. + * testsuite/30_threads/once_flag/cons/constexpr.cc: Likewise. + * testsuite/30_threads/packaged_task/49668.cc: Likewise. + * testsuite/30_threads/packaged_task/60564.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/3.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/56492.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/alloc.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/alloc_min.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/copy_neg.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/get_future2.cc: Likewise. + * testsuite/30_threads/packaged_task/members/invoke.cc: Likewise. + * testsuite/30_threads/packaged_task/members/invoke2.cc: Likewise. + * testsuite/30_threads/packaged_task/members/invoke3.cc: Likewise. + * testsuite/30_threads/packaged_task/members/invoke4.cc: Likewise. + * testsuite/30_threads/packaged_task/members/invoke5.cc: Likewise. + * testsuite/30_threads/packaged_task/members/reset.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/packaged_task/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/30_threads/packaged_task/uses_allocator.cc: Likewise. + * testsuite/30_threads/promise/60966.cc: Likewise. + * testsuite/30_threads/promise/69106.cc: Likewise. + * testsuite/30_threads/promise/cons/1.cc: Likewise. + * testsuite/30_threads/promise/cons/alloc.cc: Likewise. + * testsuite/30_threads/promise/cons/alloc2.cc: Likewise. + * testsuite/30_threads/promise/cons/alloc_min.cc: Likewise. + * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise. + * testsuite/30_threads/promise/cons/copy_neg.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/at_thread_exit2.cc: Likewise. + * testsuite/30_threads/promise/members/get_future.cc: Likewise. + * testsuite/30_threads/promise/members/get_future2.cc: Likewise. + * testsuite/30_threads/promise/members/set_exception.cc: Likewise. + * testsuite/30_threads/promise/members/set_exception2.cc: Likewise. + * testsuite/30_threads/promise/members/set_value.cc: Likewise. + * testsuite/30_threads/promise/members/set_value2.cc: Likewise. + * testsuite/30_threads/promise/members/set_value3.cc: Likewise. + * testsuite/30_threads/promise/members/swap.cc: Likewise. + * testsuite/30_threads/promise/requirements/explicit_instantiation.cc: + * Likewise. + * testsuite/30_threads/promise/uses_allocator.cc: Likewise. + + * testsuite/18_support/numeric_limits/char16_32_t.cc: Qualify names + from namespace std. + * testsuite/20_util/align/2.cc: Remove dg-require-cstdint directive. + * testsuite/20_util/duration/arithmetic/1.cc: Likewise. + * testsuite/20_util/duration/arithmetic/2.cc: Likewise. + * testsuite/20_util/duration/arithmetic/dr2020.cc: Likewise. + * testsuite/20_util/duration/arithmetic/dr934-1.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/1_neg.cc: Likewise. + * testsuite/20_util/duration/cons/2.cc: Likewise. + * testsuite/20_util/duration/cons/54025.cc: Likewise. + * testsuite/20_util/duration/cons/dr974_neg.cc: Likewise. + * testsuite/20_util/duration/requirements/explicit_instantiation/ + explicit_instantiation.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-4.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/53840.cc: Likewise. + * testsuite/20_util/ratio/operations/ops1.cc: Likewise. + * testsuite/20_util/shared_ptr/atomic/3.cc: Likewise. + * testsuite/20_util/system_clock/1.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/requirements/explicit_instantiation/ + explicit_instantiation.cc: Likewise. + * testsuite/21_strings/basic_string/requirements/ + explicit_instantiation/char16_t/1.cc: Likewise. + * testsuite/21_strings/basic_string/requirements/ + explicit_instantiation/char32_t/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/char_traits/requirements/ + explicit_instantiation/char16_t/1.cc: Likewise. + * testsuite/21_strings/char_traits/requirements/ + explicit_instantiation/char32_t/1.cc: Likewise. + * testsuite/21_strings/headers/string/types_std_c++0x.cc: Likewise. + * testsuite/22_locale/codecvt/char16_t.cc: Likewise. + * testsuite/22_locale/codecvt/char32_t.cc: Likewise. + * testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc: + Likewise. + * 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/23_containers/vector/bool/72847.cc: Likewise. + * testsuite/23_containers/vector/debug/multithreaded_swap.cc: + Likewise. + * testsuite/experimental/string_view/requirements/ + explicit_instantiation/char16_t/1.cc: Likewise. + * testsuite/experimental/string_view/requirements/ + explicit_instantiation/char32_t/1.cc: Likewise. + * testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/ + 1.cc: Likewise. + * testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/ + 1.cc: Likewise. + + * include/ext/throw_allocator.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (random_condition, throw_value_random, throw_allocator_random) + (std::hash): Do not define when is + not usable. + * src/c++11/cow-stdexcept.cc [!_GLIBCXX_USE_C99_STDINT_TR1]: Do not + define transactional memory support when is not usable. + + * include/bits/hashtable_policy.h (__detail::__clp2): Use faster + implementation that doesn't depend on types. + * include/std/memory (align) [!_GLIBCXX_USE_C99_STDINT_TR1]: Use + std::size_t when std::uintptr_t is not usable. + [!_GLIBCXX_USE_C99_STDINT_TR1] (pointer_safety, declare_reachable) + (undeclare_reachable, declare_no_pointers, undeclare_no_pointers): + Define independent of _GLIBCXX_USE_C99_STDINT_TR1. + + * include/bits/basic_string.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (hash, hash): Remove dependency on + _GLIBCXX_USE_C99_STDINT_TR1. + * include/bits/char_traits.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (char_traits, char_traits): Remove dependency on + _GLIBCXX_USE_C99_STDINT_TR1. Use __UINT_LEAST16_TYPE__ and + __UINT_LEAST32_TYPE__ or make_unsigned when is not usable. + * include/bits/codecvt.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (codecvt) + (codecvt) + (codecvt_byname) + (codecvt_byname): Remove dependency + on _GLIBCXX_USE_C99_STDINT_TR1. + * include/bits/locale_facets.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (_GLIBCXX_NUM_UNICODE_FACETS): Likewise. + * include/bits/stringfwd.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (char_traits, char_traits) + (basic_string, basic_string): Remove dependency + on _GLIBCXX_USE_C99_STDINT_TR1. + * include/experimental/string_view [!_GLIBCXX_USE_C99_STDINT_TR1] + (u16string_view, u32string_view, hash) + (hash, operator""sv(const char16_t, size_t)) + (operator""sv(const char32_t, size_t)): Likewise. + * include/ext/vstring.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (hash<__u16vstring>, hash<__u32vstring>): Likewise. + * include/ext/vstring_fwd.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (__u16vstring, __u16sso_string, __u16rc_string, __u32vstring) + (__u32sso_string, __u32rc_string): Likewise. + * include/std/codecvt [!_GLIBCXX_USE_C99_STDINT_TR1] (codecvt_mode) + (codecvt_utf8, codecvt_utf16, codecvt_utf8_utf16): Likewise. + * include/std/string_view [!_GLIBCXX_USE_C99_STDINT_TR1] + (u16string_view, u32string_view, hash) + (hash, operator""sv(const char16_t, size_t)) + (operator""sv(const char32_t, size_t)): Likewise. + * src/c++11/codecvt.cc: Likewise. + * src/c++98/locale_init.cc: Likewise. + * src/c++98/localename.cc: Likewise. + + * include/bits/atomic_futex.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (__atomic_futex_unsigned_base): Remove dependency on + _GLIBCXX_USE_C99_STDINT_TR1 macro. + * include/bits/unique_lock.h [!_GLIBCXX_USE_C99_STDINT_TR1] + (unique_lock): Remove dependency on _GLIBCXX_USE_C99_STDINT_TR1. + * include/c_global/cstdint [!_GLIBCXX_USE_C99_STDINT_TR1] (intmax_t) + (uintmax_t): Define using predefined macros. + * include/std/chrono [!_GLIBCXX_USE_C99_STDINT_TR1] (duration) + (time_point, system_clock, high_resolution_clock, steady_clock): Remove + dependency on _GLIBCXX_USE_C99_STDINT_TR1 macro. + (nanoseconds, microseconds, milliseconds, seconds, minutes, hours): + [!_GLIBCXX_USE_C99_STDINT_TR1]: Define using __INT64_TYPE__ or + long long when is not usable. + * include/std/condition_variable [!_GLIBCXX_USE_C99_STDINT_TR1] + (condition_variable, condition_variable_any): Remove dependency on + _GLIBCXX_USE_C99_STDINT_TR1. + * include/std/future [!_GLIBCXX_USE_C99_STDINT_TR1] (future, promise) + (packaged_task, async): Likewise. + * include/std/mutex [!_GLIBCXX_USE_C99_STDINT_TR1] (recursive_mutex) + (timed_mutex, recursive_timed_mutex, try_lock, lock, scoped_lock) + (once_flag, call_once): Likewise. + * include/std/ratio [!_GLIBCXX_USE_C99_STDINT_TR1] (ratio): Likewise. + * include/std/shared_mutex [!_GLIBCXX_USE_C99_STDINT_TR1] + (shared_mutex, shared_timed_mutex, shared_lock): Likewise. + * include/std/thread [!_GLIBCXX_USE_C99_STDINT_TR1] (thread) + (this_thread::get_id, this_thread::yield, this_thread::sleep_for) + (this_thread::sleep_until): Likewise. + * src/c++11/chrono.cc: Remove dependency on + _GLIBCXX_USE_C99_STDINT_TR1 macro. + * src/c++11/condition_variable.cc: Likewise. + * src/c++11/futex.cc: Likewise. + * src/c++11/future.cc: Likewise. + * src/c++11/mutex.cc: Likewise. + * src/c++11/thread.cc: Likewise. + * testsuite/20_util/duration/literals/range_neg.cc: Adjust dg-error. + * 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/ratio/cons/cons_overflow_neg.cc: Likewise. + * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise. + +2018-07-26 Rainer Orth + + PR libstdc++/77691 + * testsuite/experimental/memory_resource/new_delete_resource.cc: + xfail execution on 32-bit Solaris/x86. + +2018-07-26 Marc Glisse + + * include/bits/stl_vector.h (_Vector_impl_data::_M_copy_data): New. + (_Vector_impl_data::_M_swap_data): Use _M_copy_data. + (vector::_M_move_assign): Reorder the swaps. + +2018-07-26 Jonathan Wakely + + PR libstdc++/86676 + * testsuite/20_util/monotonic_buffer_resource/release.cc: Request + same alignment for post-release allocation. + +2018-07-25 Jonathan Wakely + + PR libstdc++/86676 + * testsuite/20_util/monotonic_buffer_resource/release.cc: Allow for + buffer being misaligned and so returned pointer not being at start. + + * include/experimental/memory_resource: Include header. + + * acinclude.m4 (glibcxx_SUBDIRS): Add src/c++17. + * src/Makefile.am: Add comment. + * src/c++17/Makefile.in: Regenerate. + + * include/Makefile.am: Add new header. + * include/Makefile.in: Regenerate. + * include/bits/std_mutex.h [!_GLIBCXX_USE_C99_STDINT_TR1] (mutex) + (lock_guard): Define independent of _GLIBCXX_USE_C99_STDINT_TR1. + (unique_lock): Move definition to ... + * include/bits/unique_lock.h: New header. + [!_GLIBCXX_USE_C99_STDINT_TR1] (unique_lock): Define unconditionally. + [_GLIBCXX_USE_C99_STDINT_TR1] (unique_lock(mutex_type&, time_point)) + (unique_lock(mutex_type&, duration), unique_lock::try_lock_until) + (unique_lock::try_lock_for): Define only when is usable. + * include/std/condition_variable: Include . + * include/std/mutex: Likewise. + +2018-07-24 Jonathan Wakely + + * config/abi/pre/gnu.ver: Export new symbols. + * configure: Regenerate. + * include/Makefile.am: Add new header. + * include/Makefile.in: Regenerate. + * include/precompiled/stdc++.h: Include for C++17. + * include/std/memory_resource: New header. + (memory_resource, polymorphic_allocator, new_delete_resource) + (null_memory_resource, set_default_resource, get_default_resource) + (pool_options, monotonic_buffer_resource): Define. + * src/Makefile.am: Add c++17 directory. + * src/Makefile.in: Regenerate. + * src/c++11/Makefile.am: Fix comment. + * src/c++17/Makefile.am: Add makefile for new sub-directory. + * src/c++17/Makefile.in: Generate. + * src/c++17/memory_resource.cc: New. + (newdel_res_t, null_res_t, constant_init, newdel_res, null_res) + (default_res, new_delete_resource, null_memory_resource) + (set_default_resource, get_default_resource): Define. + * testsuite/20_util/memory_resource/1.cc: New test. + * testsuite/20_util/memory_resource/2.cc: New test. + * testsuite/20_util/monotonic_buffer_resource/1.cc: New test. + * testsuite/20_util/monotonic_buffer_resource/allocate.cc: New test. + * testsuite/20_util/monotonic_buffer_resource/deallocate.cc: New test. + * testsuite/20_util/monotonic_buffer_resource/release.cc: New test. + * testsuite/20_util/monotonic_buffer_resource/upstream_resource.cc: + New test. + * testsuite/20_util/polymorphic_allocator/1.cc: New test. + * testsuite/20_util/polymorphic_allocator/resource.cc: New test. + * testsuite/20_util/polymorphic_allocator/select.cc: New test. + * testsuite/util/testsuite_allocator.h (__gnu_test::memory_resource): + Define concrete memory resource for testing. + (__gnu_test::default_resource_mgr): Define RAII helper for changing + default resource. + + PR libstdc++/86658 + * include/bits/stl_algobase.h (__niter_wrap<_Iterator>): Pass unused + parameter by reference, to avoid copying invalid iterators. + * testsuite/25_algorithms/copy/86658.cc: New test. + + * include/std/bit (__countl_zero, __countr_zero, __popcount): Use + local variables for number of digits instead of type aliases. + (__log2p1): Remove redundant branch also checked in __countl_zero. + + * include/bits/uses_allocator.h (__is_erased_or_convertible): Reorder + conditions. Add comments. + * testsuite/20_util/uses_allocator/69293_neg.cc: Adjust dg-error line. + * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise. + * testsuite/20_util/scoped_allocator/69293_neg.cc: Likewise. + + * include/bits/uses_allocator.h (__is_erased_or_convertible): Remove. + (__uses_allocator_helper): Check conditions directly instead of + using __is_erased_or_convertible. + + * include/experimental/memory_resource: Adjust comments and + whitespace. + (__resource_adaptor_imp): Add second template parameter for type of + memory resource base class. + (memory_resource): Define default constructor, destructor, copy + constructor and copy assignment operator as defaulted. + + PR libstdc++/70966 + * include/experimental/memory_resource (__get_default_resource): Use + placement new to create an object with dynamic storage duration. + +2018-07-23 Jonathan Wakely + + PR libstdc++/70940 + * include/experimental/memory_resource + (__resource_adaptor_common::_AlignMgr::_M_unadjust): Add assertion. + (__resource_adaptor_common::__guaranteed_alignment): New helper to + give maximum alignment an allocator guarantees. Specialize for known + allocators using new and malloc. + (__resource_adaptor_imp::do_allocate): Use __guaranteed_alignment. + (__resource_adaptor_imp::do_deallocate): Likewise. + * testsuite/experimental/memory_resource/new_delete_resource.cc: + Check that new and delete are called with expected sizes. + +2018-07-20 Jonathan Wakely + + PR libstdc++/86595 + * include/bits/fs_dir.h (directory_entry::refresh(error_code&)): Add + noexcept. + +2018-07-20 Fangrui Song + + * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Use + _GLIBCXX_VISIBILITY(default). + +2018-07-20 Jonathan Wakely + + PR libstdc++/86603 + * include/std/version: Move __cpp_lib_list_remove_return_type macro. + +2018-07-19 Jonathan Wakely + + * include/std/type_traits (__is_member_object_pointer_helper): Use + __not_>::type instead of integral_constant. + (__is_member_function_pointer_helper): Likewise for + is_function<_Tp>::type. + (is_compund): Likewise for __not_>::type. + (__do_is_nt_destructible_impl): Use __bool_constant and reindent. + (is_trivially_constructible): Remove redundant use of + is_constructible. + (__is_trivially_copy_assignable_impl): Remove redundant use of + is_copy_assignable. + (__is_trivially_move_assignable_impl): Remove redundant use of + is_move_assignable. + (is_trivially_destructible): Use __bool_constant. + * testsuite/20_util/is_trivially_assignable/value.cc: Add some more + tests for scalar types. + +2018-07-19 Glen Joseph Fernandes + + * include/bits/stl_algobase.h (__copy_move_a): Used + __is_trivially_copyable. + (__copy_move_backward_a): Likewise. + * testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc: + New test. + +2018-07-17 Jonathan Wakely + + PR libstdc++/86450 + * acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Don't define WERROR. + (GLIBCXX_EXPORT_FLAGS): Use -Wabi=2 instead of -Wabi. + * configure: Regenerate. + * configure.ac: Change GLIBCXX_ENABLE_WERROR default to "no". + * doc/Makefile.in: Regenerate. + * fragment.am: Set WERROR_FLAG to -Werror instead of $(WERROR). + * 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++11/debug.cc: Use diagnostic pragmas to suppress warnings + from -Wabi=2 that don't affect exported symbols. + * src/c++98/Makefile.in: Regenerate. + * src/filesystem/Makefile.in: Regenerate. + * testsuite/Makefile.in: Regenerate. + + * src/c++11/compatibility-thread-c++0x.cc [_GLIBCXX_SHARED] + (_Async_state_common::_M_join): Simplify use of std::call_once and + corresponding explicit instantiation. + (_Maybe_wrap_member_pointer, _Bind_simple, _Bind_simple_helper) + (__bind_simple): Remove definitions and explicit instantiation that + are not required by exported symbols. + +2018-07-16 Jonathan Wakely + + * scripts/create_testsuite_files: Fix typo in comment. + + PR libstdc++/86537 + * include/bits/shared_ptr.h (less>): Remove + non-standard partial specialization. + * include/bits/shared_ptr_base.h (_Sp_less): Remove class definition. + (less<__shared_ptr<_Tp, _Lp>): Remove partial specialization. + * testsuite/20_util/shared_ptr/comparison/86537.cc: New test. + +2018-07-16 Andreas Krebbel + + * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Update. + * config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt: Update. + * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Update. + +2018-07-06 François Dumont + + * include/debug/functions.h (__gnu_debug::__check_string): Move... + * include/debug/string (__gnu_debug::__check_string): ... here. + (_GLIBCXX_DEBUG_VERIFY_STR_COND_AT): New. + (__glibcxx_check_string_n_constructor): New. + (__gnu_debug::basic_string<>(const _CharT*, size_type, const _Alloc&)): + Use latter. + (__glibcxx_check_string_constructor): New. + (__gnu_debug::basic_string<>(const _CharT*, const _Alloc&)): + Use latter. + * testsuite/21_strings/basic_string/debug/1_neg.cc: New. + * testsuite/21_strings/basic_string/debug/2_neg.cc: New. + +2018-07-06 Jonathan Wakely + + PR libstdc++/84928 use std::move in algorithms + * include/bits/stl_numeric.h (_GLIBCXX_MOVE_IF_20): Define macro to + conditionally move, according to __cplusplus value. + (accumulate, inner_product, partial_sum, adjacent_difference): Use + _GLIBCXX_MOVE_IF_20. + * testsuite/26_numerics/accumulate/lwg2055.cc: New test. + * testsuite/26_numerics/adjacent_difference/lwg2055.cc: New test. + * testsuite/26_numerics/inner_product/lwg2055.cc: New test. + * testsuite/26_numerics/partial_sum/lwg2055.cc: New test. + + * config/abi/pre/gnu.ver: Use wildcards to combine related patterns. + + P0935R0 Eradicating unnecessarily explicit default constructors + * config/abi/pre/gnu.ver: Tighten existing patterns and export new + default constructor symbols. + * include/std/sstream (basic_stringbuf, basic_istringstream) + (basic_ostringstream, basic_stringstream): Remove default arguments + from explicit constructors taking ios_base::openmode and add separate + non-explicit default constructors. + * testsuite/27_io/basic_istringstream/cons/default.cc: New. + * testsuite/27_io/basic_ostringstream/cons/default.cc: New. + * testsuite/27_io/basic_stringstream/cons/default.cc: New. + * testsuite/27_io/basic_stringbuf/cons/char/default.cc: New. + * testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc: New. + + * include/std/variant (__accepted_index): Use void_t. + +2018-07-05 Jonathan Wakely + + PR libstdc++/85831 + * config/abi/pre/gnu.ver: Export move constructors and move + assignment operators for std::logic_error and std::runtime_error. + * include/std/stdexcept: Use _GLIBCXX_NOTHROW instead of + _GLIBCXX_USE_NOEXCEPT. + (logic_error, runtime_error): Declare move constructors and move + assignment operators. When not declared already, define copy + constructors and copy assignment operators as explicit-defaulted. + (domain_error, invalid_argument, length_error, out_of_range) + (overflow_error, underflow_error): Define move constructors and move + assignment operators as explicitly-defaulted. + * libsupc++/exception.h (exception): Likewise. + * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Define + move constructors and move assignment operators as defaulted. + * testsuite/19_diagnostics/stdexcept.cc: Check that constructors and + assignment operators are defined. + + * testsuite/21_strings/basic_string/cons/char/deduction.cc: XFAIL for + COW strings. + * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc: + Likewise. + * testsuite/21_strings/basic_string/requirements/ + explicit_instantiation/debug.cc: Likewise. + + PR libstdc++/58265 + * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI] + (basic_string::assign(basic_string&&)): Add conditional noexcept + depending on the allocator's is_always_equal property (LWG 2063). + * testsuite/21_strings/basic_string/modifiers/assign/char/ + move_assign.cc: Check for non-throwing exception specification. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/ + move_assign.cc: Likewise. + + PR libstdc++/58265 + * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI] + [_GLIBCXX_FULLY_DYNAMIC_STRING==0] (basic_string::basic_string()): + Add GLIBCXX_NOEXCEPT. + (basic_string::operator=(basic_string&&)): Add _GLIBCXX_NOEXCEPT_IF + to depend on the allocator's is_always_equal property (LWG 2063). + (basic_string::swap(basic_string&)): Likewise. + * include/bits/basic_string.tcc [!_GLIBCXX_USE_CXX11_ABI] + (basic_string::swap(basic_string&)): Likewise. + * testsuite/21_strings/basic_string/allocator/char/move_assign.cc: + Check is_nothrow_move_assignable. + * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc: + Check is_nothrow_move_assignable. + * testsuite/21_strings/basic_string/cons/char/ + noexcept_move_construct.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/ + noexcept_move_construct.cc: Likewise. + +2018-07-04 Jonathan Wakely + + P0646R1 Improving the Return Value of Erase-Like Algorithms I + * include/bits/forward_list.h (__cpp_lib_list_remove_return_type): + Define. + (forward_list::__remove_return_type): Define typedef as size_type or + void, according to __cplusplus value. + (_GLIBCXX_FWDLIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or + empty, according to __cplusplus value. + (forward_list::remove, forward_list::unique): Use typedef and macro + to change return type and add abi-tag for C++2a. + (forward_list::remove_if, forward_list::unique): Use + typedef to change return type for C++2a. + * include/bits/forward_list.tcc (_GLIBCXX20_ONLY): Define macro. + (forward_list::remove, forward_list::remove_if) + (forward_list::unique): Return number of removed elements + for C++2a. + * include/bits/list.tcc (_GLIBCXX20_ONLY): Define macro. + (list::remove, list::unique, list::remove_if) + (list::unique): Return number of removed elements + for C++2a. + * include/bits/stl_list.h (__cpp_lib_list_remove_return_type): Define. + (list::__remove_return_type): Define typedef as size_type or + void, according to __cplusplus value. + (_GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or + empty, according to __cplusplus value. + (list::remove, list::unique): Use typedef and macro to change return + type and add abi-tag for C++2a. + (list::remove_if, list::unique): Use + typedef to change return type for C++2a. + * include/std/version (__cpp_lib_list_remove_return_type): Define. + * testsuite/23_containers/forward_list/operations/ + remove_cxx20_return.cc: New. + * testsuite/23_containers/forward_list/operations/ + unique_cxx20_return.cc: New. + + P0458R2 Checking for Existence of an Element in Associative Containers + * include/bits/stl_map.h (map::contains): Add for C++2a. + * include/bits/stl_multimap.h (multimap::contains): Likewise. + * include/bits/stl_multiset.h (multiset::contains): Likewise. + * include/bits/stl_set.h (set::contains): Likewise. + * include/bits/stl_tree.h (__has_is_transparent_t): Define alias. + (_Rb_tree::_M_find_tr, _Rb_tree::_M_count_tr) + (_Rb_tree::_M_lower_bound_tr, _Rb_tree::_M_upper_bound_tr) + (_Rb_tree::_M_equal_range_tr): Use __has_is_transparent_t. + * include/bits/unordered_map.h (unordered_map::contains) + (unordered_multimap::contains): Add for C++2a. + * include/bits/unordered_set.h (unordered_set::contains) + (unordered_multiset::contains): Likewise. + * testsuite/23_containers/map/operations/contains.cc: New. + * testsuite/23_containers/multimap/operations/contains.cc: New. + * testsuite/23_containers/multiset/operations/contains.cc: New. + * testsuite/23_containers/set/operations/contains.cc: New. + * testsuite/23_containers/unordered_map/operations/contains.cc: New. + * testsuite/23_containers/unordered_multimap/operations/contains.cc: + New. + * testsuite/23_containers/unordered_multiset/operations/contains.cc: + New. + * testsuite/23_containers/unordered_set/operations/contains.cc: New. + +2018-07-04 François Dumont + + PR libstdc++/86272 + * include/debug/string + (__gnu_debug::basic_string<>::insert<_Ite>(const_iterator, _Ite, _Ite)): + Use __glibcxx_check_insert_range. + * 21_strings/basic_string/cons/char/1.cc: Adapt test to use + __gnu_debug::string when _GLIBCXX_DEBUG. + * 21_strings/basic_string/init-list.cc: Likewise. + * 21_strings/basic_string/modifiers/insert/char/1.cc: Likewise. + * 21_strings/basic_string/modifiers/insert/char/2.cc: Likewise. + * 21_strings/basic_string/modifiers/insert/char/83328.cc: Likewise. + * 21_strings/basic_string/types/1.cc: Likewise. + +2018-07-04 Jonathan Wakely + + * testsuite/25_algorithms/make_heap/complexity.cc: Require effective + target for std::random_device. + * testsuite/26_numerics/random/random_device/cons/default.cc: + Likewise. + * testsuite/experimental/algorithm/sample-2.cc: Likewise. + * testsuite/experimental/algorithm/shuffle.cc: Likewise. + * testsuite/experimental/random/randint.cc: Likewise. + * testsuite/lib/libstdc++.exp + (check_effective_target_random_device): New proc. + +2018-07-04 Jonathan Wakely + Jakub Jelinek + + * include/std/bit (__rotl, __rotr): Fix for non-power of two sizes. + +2018-07-04 Jonathan Wakely + + PR libstdc++/86398 + * include/std/type_traits (is_trivially_constructible): Check + is_constructible before __is_trivially_constructible. + * testsuite/20_util/is_trivially_constructible/value.cc: Add more + tests, including negative cases. + * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Use + zero for dg-error lineno. + * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: + Likewise. + + * include/std/bit (__rotl, __rotr): Avoid branch. + (_If_is_unsigned_integer): Use remove_cv_t. + * testsuite/26_numerics/bit/bitops.count/popcount.cc: New. + +2018-07-03 Jonathan Wakely + + P0556R3 Integral power-of-2 operations, P0553R2 Bit operations + * include/Makefile.am: Add new header. + * include/Makefile.in: Regenerate. + * include/precompiled/stdc++.h: Include new header. + * include/std/bit: New header. + (__rotl, __rotr, __countl_zero, __countl_one, __countr_zero) + (__countr_one, __popcount, __ispow2, __ceil2, __floor2, __log2p1): + Define for C++14. + [!__STRICT_ANSI__] (rotl, rotr, countl_zero, countl_one, countr_zero) + (countr_one, popcount): Define for C++2a. Also overload for std::byte. + (ispow2, ceil2, floor2, log2p1): Define for C++2a. + [!__STRICT_ANSI__] (ispow2, ceil2, floor2, log2p1): Overload for + std::byte. + * testsuite/26_numerics/bit/bit.pow.two/ceil2.cc: New. + * testsuite/26_numerics/bit/bit.pow.two/floor2.cc: New. + * testsuite/26_numerics/bit/bit.pow.two/ispow2.cc: New. + * testsuite/26_numerics/bit/bit.pow.two/log2p1.cc: New. + * testsuite/26_numerics/bit/bitops.rot/rotl.cc: New. + * testsuite/26_numerics/bit/bitops.rot/rotr.cc: New. + * testsuite/26_numerics/bit/bitops.count/countl_one.cc: New. + * testsuite/26_numerics/bit/bitops.count/countl_zero.cc: New. + * testsuite/26_numerics/bit/bitops.count/countr_one.cc: New. + * testsuite/26_numerics/bit/bitops.count/countr_zero.cc: New. + + * include/bits/alloc_traits.h: Remove redundant preprocessor + condition. + +2018-07-03 François Dumont + + * include/bits/stl_algobase.h (__niter_wrap): New. + (__copy_move_a2(_II, _II, _OI)): Use latter. + (__copy_move_backward_a2(_BI1, _BI1, _BI2)): Likewise. + (fill_n(_OI, _Size, const _Tp&)): Likewise. + (equal(_II1, _II1, _II2)): Use __glibcxx_requires_can_increment. + * include/debug/stl_iterator.h + (std::__niter_base(const __gnu_cxx::_Safe_iterator< + __gnu_cxx::__normal_iterator<>, _Sequence>&)): New declaration. + * include/debug/vector (__niter_base(const __gnu_cxx::_Safe_iterator< + __gnu_cxx::__normal_iterator<>, _Sequence>&)): New. + +2018-07-02 Jonathan Wakely + + P0758R1 Implicit conversion traits + * include/std/type_traits [__cplusplus > 201703] + (__is_convertible_helper::__is_nothrow_type): Define new member. + (__is_convertible_helper<_From, _To, false>::__test_aux1): Add + noexcept. + (__is_convertible_helper<_From, _To, false>::__test_nothrow) + (__is_convertible_helper<_From, _To, false>::__is_nothrow_type): Add + new members. + (is_nothrow_convertible, is_nothrow_convertible_v): Define for C++2a. + * testsuite/20_util/is_nothrow_convertible/value.cc: New. + * testsuite/20_util/is_nothrow_convertible/requirements/ + explicit_instantiation.cc: New. + * testsuite/20_util/is_nothrow_convertible/requirements/typedefs.cc: + New. + + P0887R1 The identity metafunction + * include/std/type_traits (type_identity, type_identity_t): Define + for C++2a. + * testsuite/20_util/type_identity/requirements/alias_decl.cc: New. + * testsuite/20_util/type_identity/requirements/ + explicit_instantiation.cc:New. + * testsuite/20_util/type_identity/requirements/typedefs.cc: New. + + * include/bits/regex.h (sub_match::operator string_type): Call str(). + (sub_match::compare): Use _M_str() instead of str(). + (sub_match::_M_compare): New public function. + (sub_match::__string_view): New helper type. + (sub_match::_M_str): New overloaded functions to avoid creating a + string_type object when not needed. + (operator==, operator!=, operator<, operator>, operator<=, operator>=): + Use sub_match::_M_compare instead of creating string_type objects. + Fix Doxygen comments. + * include/bits/regex_compiler.h (__has_contiguous_iter): Remove. + (__is_contiguous_normal_iter): Rename to __is_contiguous_iter and + simplify. + (__enable_if_contiguous_iter, __disable_if_contiguous_iter): Use + __enable_if_t. + * include/std/type_traits (__enable_if_t): Define for C++11. + * testsuite/28_regex/sub_match/compare.cc: New. + * testsuite/util/testsuite_iterators.h (remove_cv): Add transformation + trait. + (input_iterator_wrapper): Use remove_cv for value_type argument of + std::iterator base class. + +2018-06-29 Jonathan Wakely + + * testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc: + Add whitespace to dejagnu directive. + * testsuite/23_containers/array/element_access/at_neg.cc: Likewise. + +2018-06-27 François Dumont + + * include/bits/stl_vector.h + (struct _Vector_base<>::_Vector_impl_data): New. + (struct _Vector_base<>::_Vector_impl): Inherit from latter. + (_Vector_base<>::_Vector_impl::_M_swap_data): Move... + (_Vector_base<>::_Vector_impl_data::_M_swap_data): ...here. + (_Vector_base<>::_Vector_impl()): Add noexcept qualification. + (_Vector_base<>::_Vector_impl(_Vector_impl&&)): New. + (_Vector_base<>::_Vector_impl(_Tp_alloc_type&&, _Vector_impl&&)): New. + (_Vector_base(const allocator_type&, _Vector_base&&)): New, use latter. + (_Vector_base()): Default. + (_Vector_base(_Vector_base&&)): Default. + (_Vector_base(size_t)) [_GLIBCXX_INLINE_VERSION]: Delete. + (_Vector_base(_Tp_alloc_type&&)) [_GLIBCXX_INLINE_VERSION]: Delete. + (_Vector_base::_M_create_storage(size_t)): Make protected. + (vector()): Default. + (vector(vector&&)): Default. + (vector(vector&&, const allocator_type&, true_type)): New. + (vector(vector&&, const allocator_type&, false_type)): New. + (vector(vector&&, const allocator_type&)): Use latters. + (vector(_InputIte, _InputIte, const allocator_type&)): Call + _M_range_initialize directly. + * include/debug/vector + (vector(vector&&, const allocator_type&)): Add noexcept qualification. + * testsuite/23_containers/vector/allocator/default_init.cc: New. + * testsuite/23_containers/vector/cons/noexcept_move_construct.cc: Add + static assertions. + +2018-06-27 Jonathan Wakely + + * include/bits/cpp_type_traits.h [__cplusplus >= 201703] + (__is_byte): Define specialization for std::byte. + + PR libstdc++/86138 + * include/bits/basic_string.tcc: [_GLIBCXX_EXTERN_TEMPLATE < 0] + Declare explicit instantiations of COW empty reps and I/O functions. + +2018-06-26 David Edelsohn + + * testsuite/experimental/algorithm/sample-2.cc: Add TLS DejaGNU + directives. + * testsuite/experimental/algorithm/shuffle.cc: Likewise. + +2018-06-26 Jonathan Wakely + + * include/bits/regex.tcc (regex_iterator::operator==): Add missing + noexcept. + +2018-06-25 Jonathan Wakely + + PR libstdc++/86112 + * python/libstdcxx/v6/printers.py (add_one_template_type_printer): + Replace dict comprehension. + + PR libstdc++/81092 + * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Update. + + PR libstdc++/86292 + * include/bits/stl_vector.h (vector::_M_range_initialize): + Add try-catch block. + * testsuite/23_containers/vector/cons/86292.cc: New. + + * doc/xml/manual/status_cxx2017.xml: Document N4531 status. + + * include/experimental/algorithm (sample, shuffle): Add new overloads + using per-thread random number engine. + * testsuite/experimental/algorithm/sample.cc: Simpify and reduce + dependencies by using __gnu_test::test_container. + * testsuite/experimental/algorithm/sample-2.cc: New. + * testsuite/experimental/algorithm/shuffle.cc: New. + +2018-06-22 Jonathan Wakely + + * config/abi/pre/gnu.ver: Fix __cxx11::basic_string patterns for + different size_t mangling on 32-bit targets. + + PR libstdc++/86280 + * include/experimental/memory_resource + (__resource_adaptor_common::_AlignMgr::_M_token_size): Use type large + enough for result of left shift. + + PR libstdc++/86138 + * include/bits/basic_string.tcc: + [__cplusplus > 201402 && !_GLIBCXX_USE_CXX11_ABI] + (basic_string::_Rep::_S_empty_rep_storage) + (basic_string::_Rep::_S_empty_rep_storage): Add explicit + instantiation declarations. + [__cplusplus > 201402] (operator>>, operator<<, getline): Re-enable + explicit instantiation declarations. + * testsuite/21_strings/basic_string/cons/char/86138.cc: New. + * testsuite/21_strings/basic_string/cons/wchar_t/86138.cc: New. + +2018-06-21 Jonathan Wakely + + PR libstdc++/83328 + * acinclude.m4 (libtool_VERSION): Bump to 6:26:0. + * config/abi/pre/gnu.ver: Add GLIBCXX_3.4.26 and export new symbol. + * configure: Regenerate. + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] + (basic_string::insert(const_iterator, initializer_list)): Add. + [_GLIBCXX_USE_CXX11_ABI && !_GLIBCXX_DEFINING_STRING_INSTANTIATIONS] + (basic_string::insert(iterator, initializer_list)): Suppress + definition. + * include/debug/string (basic_string::insert(iterator, C)): Change + first parameter to const_iterator. + (basic_string::insert(iterator, size_type, C)): Likewise. Change + return type to iterator. + (basic_string::insert(iterator, InputIterator, InputIterator)): + Likewise. + (basic_string::insert(iterator, initializer_list)): Change first + parameter to const_iterator and return type to iterator. + * src/c++11/string-inst.cc: Extend comment. + * testsuite/21_strings/basic_string/modifiers/insert/char/83328.cc: + New. + * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/83328.cc: + New. + * testsuite/util/testsuite_abi.cc: Add new symbol version. + + * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update. + + PR libstdc++/70940 + * include/experimental/memory_resource + (__resource_adaptor_imp::do_deallocate): Add missing return. + * testsuite/experimental/memory_resource/new_delete_resource.cc: New. + * testsuite/experimental/memory_resource/resource_adaptor.cc: Test + resource_adaptor with std::allocator, __gnu_cxx::new_allocator and + __gnu_cxx::malloc_allocator. + + PR libstdc++/70940 + * include/experimental/memory_resource (__resource_adaptor_common): + New base class. + (__resource_adaptor_common::_AlignMgr): Helper for obtaining aligned + pointer from unaligned, and vice versa. + (__resource_adaptor_imp::do_allocate): Use _AlignMgr to adjust + allocated pointer to meet alignment request. + (__resource_adaptor_imp::do_deallocate): Use _AlignMgr to retrieve + original pointer for deallocation. + (__resource_adaptor_imp::do_is_equal): Reformat. + (__resource_adaptor_imp::_S_aligned_size): Remove. + (__resource_adaptor_imp::_S_supported): Remove. + (new_delete_resource): Use __gnu_cxx::new_allocator. + * testsuite/experimental/memory_resource/resource_adaptor.cc: Test + extended alignments and use debug_allocator to check for matching + allocate/deallocate pairs. + +2018-06-21 François Dumont + + * include/debug/safe_iterator.h + (_Safe_iterator<>(const _Safe_iterator<_MutableIterator,>& __x)): + Compare __x base iterator with a value-initialized iterator of the + same type. + +2018-06-20 Jonathan Wakely + + PR libstdc++/70966 + * include/experimental/memory_resource (__resource_adaptor_imp): Add + static assertions to enforce requirements on pointer types. + (__resource_adaptor_imp::get_allocator()): Add noexcept. + (new_delete_resource, null_memory_resource): Return address of an + object with dynamic storage duration. + (__null_memory_resource): Remove. + * testsuite/experimental/memory_resource/70966.cc: New. + + * testsuite/20_util/duration/arithmetic/dr3050.cc: Add new test + missed from recent commit. + +2018-06-19 Jonathan Wakely + + * include/std/utility: Remove unused header. + +2018-06-18 Jonathan Wakely + + LWG 2975 ensure construct(pair*, ...) used to construct pairs + * include/std/scoped_allocator (__not_pair): Define SFINAE helper. + (construct(_Tp*, _Args&&...)): Remove from overload set when _Tp is + a specialization of std::pair. + * testsuite/20_util/scoped_allocator/construct_pair.cc: Ensure + pair elements are constructed correctly. + + LWG 2989 hide path iostream operators from normal lookup + * include/bits/fs_path.h (operator<<, operator>>): Define inline as + friends. + * testsuite/27_io/filesystem/path/io/dr2989.cc: New. + + LWG 3050 Fix cv-qualification of convertibility constraints + * include/std/chrono (duration, operator*, operator/, operator%): Use + const-qualified type as source type in is_convertible constraints. + * testsuite/20_util/duration/arithmetic/dr3050.cc: New. + * testsuite/20_util/duration/cons/dr3050.cc: New. + * testsuite/20_util/duration/literals/range.cc: Rename to... + * testsuite/20_util/duration/literals/range_neg.cc: Here. Adjust + dg-error lineno. + +2018-06-18 Maya Rashish + + * crossconfig.m4: Handle OpenBSD just like NetBSD. + * configure: Rebuilt. + +2018-06-18 Jonathan Wakely + + P0754R2 header + * include/Makefile.am: Add new header. + * include/Makefile.in: Regenerate. + * include/bits/c++config: Change doxygen comment to suggest + instead of . + * include/precompiled/stdc++.h: Include and + unconditionally. Add C++17 and C++20 headers. + * include/std/version: New header. + * testsuite/17_intro/headers/c++2017/all_attributes.cc: New. + * testsuite/17_intro/headers/c++2017/all_no_exceptions.cc: New. + * testsuite/17_intro/headers/c++2017/all_no_rtti.cc: New. + * testsuite/17_intro/headers/c++2017/all_pedantic_errors.cc: New. + * testsuite/17_intro/headers/c++2017/operator_names.cc: New. + * testsuite/17_intro/headers/c++2017/stdc++.cc: New. + * testsuite/17_intro/headers/c++2017/stdc++_multiple_inclusion.cc: + New. + * testsuite/17_intro/headers/c++2020/all_attributes.cc: New. + * testsuite/17_intro/headers/c++2020/all_no_exceptions.cc: New. + * testsuite/17_intro/headers/c++2020/all_no_rtti.cc: New. + * testsuite/17_intro/headers/c++2020/all_pedantic_errors.cc: New. + * testsuite/17_intro/headers/c++2020/operator_names.cc: New. + * testsuite/17_intro/headers/c++2020/stdc++.cc: New. + * testsuite/17_intro/headers/c++2020/stdc++_multiple_inclusion.cc: + New. + * testsuite/18_support/headers/version/macros.cc: New. + * testsuite/18_support/headers/version/macros.cc: New. + + * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Only check when + enable_libstdcxx_filesystem_ts = yes. Check for link, readlink and + symlink. + * config.h.in: Regenerate. + * configure: Regenerate. + * configure.ac: Remove AC_CHECK_FUNCS for link, readlink and symlink. + + LWG 3035. std::allocator's constructors should be constexpr + * include/bits/allocator.h (allocator): Add constexpr to constructors + for C++2a. Replace dynamic exception specifications with NOTHROW + macro. + (allocator, operator==, operator!=): Replace USE_NOEXCEPT macro with + NOTHROW. + * include/bits/c++config (_GLIBCXX20_CONSTEXPR): Define. + * include/ext/malloc_allocator.h (malloc_allocator): Add constexpr + to constructors for C++2a. + * include/ext/new_allocator.h (new_allocator): Likewise. + +2018-06-16 Jonathan Wakely + + LWG 3076 basic_string CTAD ambiguity + * doc/xml/manual/intro.xml: Document LWG 3076 change. + * include/bits/basic_string.h + [__cpp_deduction_guides && !_GLIBCXX_DEFINING_STRING_INSTANTIATIONS] + (basic_string(const _CharT*, const _Alloc&)): Turn into a function + template constrained by _RequireAllocator. + (basic_string(size_type, _CharT, const _Alloc&)): Likewise. + * src/c++11/string-inst.cc (_GLIBCXX_DEFINING_STRING_INSTANTIATIONS): + Define. + * testsuite/21_strings/basic_string/cons/char/deduction.cc: Test + deduction + * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc: + Likewise. + +2018-06-15 Jonathan Wakely + + PR libstdc++/86169 + * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI] + (basic_string::data()): Unshare string. + * testsuite/21_strings/basic_string/operations/data/char/86169.cc: + New. + + * include/std/string_view (basic_string_view(const CharT*)): Remove + check for null pointer and add nonnull attribute. + (compare(const CharT*), compare(size_type, size_type, const CharT*)) + (find(const CharT*, size_type), rfind(const CharT*, size_type)) + (find_first_of(const CharT*, size_type)) + (find_last_of(const CharT*, size_type)) + (find_first_not_of(const CharT*, size_type)) + (find_last_not_of(const CharT*, size_type)): Add nonnull attribute. + * testsuite/21_strings/basic_string_view/cons/char/nonnull.cc: New. + * testsuite/21_strings/basic_string_view/operations/compare/char/ + nonnull.cc: New. + * testsuite/21_strings/basic_string_view/operations/find/char/ + nonnull.cc: New. + * testsuite/21_strings/basic_string_view/operations/rfind/char/ + nonnull.cc: New. + + PR libstdc++/86168 + * include/bits/random.h (random_device(const string&)): Remove + default argument. + + * include/bits/char_traits.h (__cpp_lib_constexpr_char_traits): Only + define for C++17 and above. + + LWG 2993 reference_wrapper conversion from T&& + * doc/xml/manual/intro.xml: Document LWG 2993 change. + * include/bits/refwrap.h (reference_wrapper(_Tp&)): Remove. + (reference_wrapper(_Tp&&)): Remove. + (reference_wrapper<_Up>(_Up&&)): Define new constructor as constrained + template. + (reference_wrapper): Add deduction guide. + * testsuite/20_util/reference_wrapper/deduction.cc: New. + * testsuite/20_util/reference_wrapper/lwg2993.cc: New. + + LWG 3039 Unnecessary decay in thread and packaged_task + * include/std/future (__constrain_pkgdtask): Replace with ... + (packaged_task::__not_same): New alias template, using + __remove_cvref_t instead of decay. + * include/std/thread (thread::__not_same): Add comment. + +2018-06-14 Jonathan Wakely + + LWG 3075 basic_string needs deduction guides from basic_string_view + * testsuite/21_strings/basic_string/cons/char/deduction.cc: Test + deduction from string views. + * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc: + Likewise. + + LWG 3074 make scalar types non-deduced in valarray non-member functions + * include/bits/valarray_after.h (_DEFINE_EXPR_BINARY_FUNCTION): Change + scalar parameters to be a non-deduced context. + * include/std/valarray (_DEFINE_BINARY_OPERATOR): Likewise. Adjust + whitespace. + * testsuite/26_numerics/valarray/operators.cc: Test scalar operands. + * testsuite/26_numerics/valarray/transcend.cc: New. + + * include/std/tuple (__cpp_lib_tuple_element_t, tuple_element_t): + Move back to . + * include/std/utility (__cpp_lib_tuple_element_t. tuple_element_t): + Restore to here. + + P0935R0 Eradicating unnecessarily explicit default constructors + * include/backward/strstream (strstreambuf): Add non-explicit default + constructor. + * include/bits/locale_conv.h (wbuffer_convert, wstring_convert): + Likewise. + * include/bits/regex.h (match_results): Likewise. + * testsuite/22_locale/conversions/buffer/1.cc: Test for non-explicit + default constructor. + * testsuite/22_locale/conversions/string/1.cc: Likewise. + * testsuite/28_regex/match_results/ctors/char/default.cc: Likewise. + * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise. + + * include/std/tuple (__cpp_lib_tuple_element_t): Move feature test + macro from and change type to long. + * include/std/utility (__cpp_lib_tuple_element_t): Remove. + * testsuite/20_util/tuple/tuple_element_t.cc: Check for feature test + macro. + + P0935R0 Eradicating unnecessarily explicit default constructors + * include/bits/random.h (uniform_real_distribution::param_type) + (normal_distribution::param_type, lognormal_distribution::param_type) + (gamma_distribution::param_type, chi_squared_distribution::param_type) + (cauchy_distribution::param_type, fisher_f_distribution::param_type) + (student_t_distribution::param_type) + (bernoulli_distribution::param_type) + (binomial_distribution::param_type) + (geometric_distribution::param_type) + (negative_binomial_distribution::param_type) + (poisson_distribution::param_type) + (exponential_distribution::param_type) + (weibull_distribution::param_type) + (extreme_value_distribution::param_type): Add non-explicit default + constructors. Remove default argument for first parameter of explicit + constructors. + * include/bits/uniform_int_dist.h + (uniform_int_distribution::param_type): Likewise. + * include/ext/random + (beta_distribution::param_type, rice_distribution::param_type) + (nakagami_distribution::param_type, pareto_distribution::param_type) + (k_distribution::param_type, arcsine_distribution::param_type) + (hoyt_distribution::param_type, triangular_distribution::param_type) + (von_mises_distribution::param_type) + (hypergeometric_distribution::param_type) + (logistic_distribution::param_type) + (uniform_inside_sphere_distribution::param_type): Likewise. + (uniform_on_sphere_distribution::param_type): Make default constructor + non-explicit. + * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc: + Test param_type for non-explicit default constructor. + * testsuite/26_numerics/random/binomial_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/discrete_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/exponential_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/gamma_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/geometric_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/normal_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/poisson_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/student_t_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/weibull_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/hypergeometric_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/k_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/normal_mv_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/triangular_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/von_mises_distribution/cons/default.cc: + Likewise. + +2018-06-14 Daniel Trebbien + Jonathan Wakely + + PR libstdc++/83982 + * include/bits/vector.tcc (vector::_M_default_append(size_type)): + Default-construct new elements before moving existing ones. + * testsuite/23_containers/vector/capacity/resize/strong_guarantee.cc: + New. + +2018-06-13 Jonathan Wakely + + PR libstdc++/86127 + * include/bits/forward_list.h (_Fwd_list_base::_Tp_alloc_type): Remove + unused typedef. + (_Fwd_list_base::_M_create_node, _Fwd_list_base::_M_erase_after): + Use node allocator to create and destroy elements. + (forward_list::_Tp_alloc_type): Remove unused typedef. + (forward_list::_Alloc_traits): Use allocator_traits instead of + __gnu_cxx::__alloc_traits. + +2018-06-13 François Dumont + + * include/debug/helper_functions.h + (__gnu_debug::_Safe_iterator<>): Add declaration. + (__can_advance(_Ite, _Size)): New. + (__can_advance(const _Safe_iterator<>&, _Size)): Overload declaration. + * include/debug/functions.h + (__gnu_debug::_Safe_iterator<>): Remove declaration. + * include/debug/stl_iterator.h + (__can_advance(const _Safe_iterator<>&)): New definition. + * include/debug/stl_iterator.h + (__can_advance(const std::reverse_iterator<>&, _Size)): New. + (__can_advance(const std::move_iterator<>&, _Size)): New. + * include/debug/macros.h (__glibcxx_check_can_increment): New. + * include/debug/debug.h (__glibcxx_requires_can_increment): New. + * include/bits/stl_algobase.h (fill_n): Use latter. + * testsuite/25_algorithms/fill_n/2.cc: New. + * testsuite/25_algorithms/fill_n/debug/1_neg.cc: New. + * testsuite/25_algorithms/fill_n/debug/2_neg.cc: New. + * testsuite/25_algorithms/fill_n/debug/3_neg.cc: New. + * testsuite/25_algorithms/fill_n/debug/4_neg.cc: New. + + * include/debug/debug.h (__glibcxx_requires_can_increment_range): New. + (__glibcxx_requires_can_decrement_range): New. + +2018-06-12 François Dumont + + * include/debug/macros.h (__glibcxx_check_can_increment_range): New. + (__glibcxx_check_can_decrement_range): New. + * include/bits/stl_algobase.h (std::copy(_II, _II, _OI)): Use + __glibcxx_requires_can_increment_range. + (std::move(_II, _II, _OI)): Likewise. + (std::copy_backward(_BI, _BI, _BI2)): Use + __glibcxx_requires_can_decrement_range. + (std::move_backward(_BI, _BI, _BI2)): Likewise. + * testsuite/25_algorithms/copy_backward/debug/1_neg.cc: New. + * testsuite/25_algorithms/copy_backward/debug/2_neg.cc: New. + * testsuite/25_algorithms/copy_backward/debug/3_neg.cc: New. + * testsuite/25_algorithms/equal/debug/1_neg.cc: New. + * testsuite/25_algorithms/equal/debug/2_neg.cc: New. + * testsuite/25_algorithms/equal/debug/3_neg.cc: New. + +2018-06-12 Jonathan Wakely + + P0935R0 Eradicating unnecessarily explicit default constructors + * include/bits/random.h (linear_congruential_engine) + (mersenne_twister_engine, subtract_with_carry_engine, random_device) + (uniform_real_distribution, normal_distribution) + (lognormal_distribution, gamma_distribution, chi_squared_distribution) + (cauchy_distribution, fisher_f_distribution, student_t_distribution) + (bernoulli_distribution, binomial_distribution,geometric_distribution) + (negative_binomial_distribution, exponential_distribution) + (weibull_distribution, extreme_value_distribution): Add non-explicit + default constructors. Remove default argument for first parameter of + explicit constructors. + (piecewise_constant_distribution, piecewise_linear_distribution): + Make default constructor non-explicit. + * include/bits/uniform_int_dist.h (uniform_int_distribution): Add + non-explicit default constructors. Remove default argument for first + parameter of explicit constructor. + * include/ext/random + (simd_fast_mersenne_twister_engine, beta_distribution) + (rice_distribution, nakagami_distribution, pareto_distribution) + (k_distribution, arcsine_distribution, hoyt_distribution) + (triangular_distribution, von_mises_distribution) + (hypergeometric_distribution, logistic_distribution) + (uniform_inside_sphere_distribution): Likewise. + (uniform_on_sphere_distribution): Make default constructor + non-explicit. + * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc: + Test for non-explicit default constructor. Fix references to standard. + * testsuite/26_numerics/random/binomial_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/discrete_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/exponential_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/gamma_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/geometric_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/normal_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/poisson_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/student_t_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/weibull_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/hypergeometric_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/k_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/normal_mv_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/triangular_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/von_mises_distribution/cons/default.cc: + Likewise. + * testsuite/util/testsuite_common_types.h + (implicitly_default_constructible): New helper. + +2018-06-08 Jonathan Wakely + + * include/bits/ios_base.h (ios::Init::Init(const Init&)) + (ios::Init::operator=): Define as defaulted. + * include/bits/stl_bvector.h (_Bit_reference(const _Bit_reference&)): + Likewise. + * include/bits/stream_iterator.h (istream_iterator::operator=) + (ostream_iterator::operator=): Likewise. + * include/bits/streambuf_iterator.h (istreambuf_iterator::operator=) + Likewise. + * include/std/bitset (bitset::reference::reference(const reference&)): + Likewise. + * include/std/complex (complex::complex(const complex&)) + (complex::complex(const complex&)) + (complex::complex(const complex&)): Likewise. + +2018-06-07 Jonathan Wakely + + * include/bits/regex.h (sub_match): Add noexcept to default + constructor and length observer. + (match_results): Add noexcept to default constructor and observers + with no preconditions. Define destructor as defaulted. + (operator==, operator!=, swap): Add noexcept. + (regex_iterator): Add default member initializers and define default + constructor and destructor as defaulted. Add noexcept to equality + and dereference operators. + +2018-06-07 François Dumont + + * src/c++11/debug.cc + (_Safe_iterator_base::_M_detach()): Reset state only if needed. + (_Safe_iterator_base::_M_detach_single()): Likewise. + (_Safe_local_iterator_base::_M_detach()): Reset state only if needed. + (_Safe_local_iterator_base::_M_detach_single()): Likewise. + +2018-06-06 Jonathan Wakely + + * include/bits/shared_ptr_base.h (__shared_count): Remove redundant + move of const value. + +2018-06-06 Jakub Jelinek + + PR c++/86068 + * include/bits/c++config: Check __cpp_transactional_memory >= 201500L + rather than __cpp_transactional_memory >= 201505L. + +2018-06-06 Jonathan Wakely + + PR libstdc++/86008 + * include/bits/quoted_string.h (_Quoted_string): + Define new partial specialization. + * include/std/iomanip (quoted(basic_string_view, C, C)): Define + new overload. + (operator<<(basic_ostream&, const _Quoted_string&)): Use + value not reference for iteration. + * testsuite/27_io/manipulators/standard/char/quoted.cc: Adjust + comment. + * testsuite/27_io/manipulators/standard/char/quoted_sv.cc: New test. + * testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Adjust + comment. + +2018-06-05 Jonathan Wakely + + * include/std/type_traits: Fix comment typos. + + * testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for + mingw* targets. + * testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise. + * testsuite/experimental/filesystem/operations/read_symlink.cc: + Likewise. + +2018-06-05 François Dumont + + * include/bits/stl_tempbuf.h + (_Temporary_buffer(_FwdIte, _FwdIte)): Delete, replaced by... + (_Temporary_buffer(_FwdIte, size_type)): ...this, new. + * include/ext/memory (temporary_buffer<>(_FwdIte, _FwdIte)): Adapt. + * include/bits/stl_algo.h (__stable_partition): Adapt. + (__inplace_merge): Adapt. + (__stable_sort): Adapt. + +2018-06-04 Jonathan Wakely + + PR libstdc++/85930 + * include/bits/shared_ptr_base.h [!__cpp_rtti]: Include + unconditionally. Remove redundant declaration. + [!__cpp_rtti] (_Sp_make_shared_tag::_S_ti): Fix location of + alignment-specifier. + + * include/bits/postypes.h (fpos): Define special members as defaulted. + + PR libstdc++/85930 + * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Align + the static variable correctly. + +2018-05-24 Jonathan Wakely + + PR libstdc++/78870 support std::filesystem on Windows + * config.h.in: Regenerate. + * configure: Regenerate. + * configure.ac: Check for link, readlink and symlink. + * include/bits/fs_path.h (path::operator/=(const path&)): Move + definition out of class body. + (path::is_absolute(), path::_M_append(path)): Likewise. + (operator<<(basic_ostream, const path&)): Use std::quoted directly. + (operator>>(basic_istream, path&)): Likewise. + (u8path): Reorder definitions and fix Windows implementation. + (path::is_absolute()): Define inline and fix for Windows. + [!_GLIBCXX_FILESYSTEM_IS_WINDOWS] (path::operator/=(const path&)): + Define POSIX version inline. + (path::_M_append(path)): Define inline. + * include/experimental/bits/fs_path.h (path::is_absolute()): Move + definition out of class body. + (operator<<(basic_ostream, const path&)): Fix type of delimiter and + escape characters. + (operator>>(basic_istream, path&)): Likewise. + (path::is_absolute()): Define inline and fix for Windows. + * src/filesystem/dir-common.h (__gnu_posix): New namespace. + (__gnu_posix::char_type, __gnu_posix::DIR, __gnu_posix::dirent) + (__gnu_posix::opendir, __gnu_posix::readdir, __gnu_posix::closedir): + Define as adaptors for Windows functions/types or as + using-declarations for POSIX functions/types. + (_Dir_base, get_file_type): Qualify names to use declarations from + __gnu_posix namespace. + (_Dir_base::is_dor_or_dotdot): New helper functions. + * src/filesystem/dir.cc (_Dir, recursive_directory_iterator): Qualify + names to use declarations from __gnu_posix namespace. + * src/filesystem/ops-common.h (__gnu_posix): New nested namespace. + (__gnu_posix::open, __gnu_posix::close, __gnu_posix::stat_type) + (__gnu_posix::stat, __gnu_posix::lstat, __gnu_posix::mode_t) + (__gnu_posix::chmod, __gnu_posix::mkdir, __gnu_posix::getcwd) + (__gnu_posix::chdir, __gnu_posix::utimbuf, __gnu_posix::utime) + (__gnu_posix::rename, __gnu_posix::truncate, __gnu_posix::char_type): + Define as adaptors for Windows functions/types or as + using-declarations for POSIX functions/types. + (stat_type, do_copy_file): Qualify names to use declarations from + __gnu_posix namespace. + (do_space): Declare new function. + (make_file_type): Only use S_ISLNK if defined. + * src/filesystem/ops.cc (char_ptr, filesystem::canonical): Use + path::value_type not char. + (filesystem::copy, create_dir, filesystem::create_directory): Qualify + names to use declarations from __gnu_posix namespace. + (filesystem::create_hard_link): Check HAVE_LINK autoconf macro and + add implementation for Windows. + (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro. + (filesystem::current_path(error_code&)): Use __gnu_posix::getcwd. + [!_PC_PATH_MAX]: Don't use pathconf. + [PATH_MAX]: Use if defined. + (filesystem::current_path(const path&, error_code&)) + (filesystem::equivalent, do_stat, filesystem::hard_link_count) + (filesystem::last_write_time, filesystem::permissions): Use names + from __gnu_posix. + (filesystem::read_symlink): Check HAVE_READLINK autoconf macro. + (filesystem::remove) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Add + implementation for Windows. + (filesystem::rename, filesystem::resize_file): Use names from + __gnu_posix. + (filesystem::space): Use do_space. + [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Get absolute path to directory. + (filesystem::status, filesystem::symlink_status): Use names from + __gnu_posix. + (filesystem::temp_directory_path): Add implementation for Windows. + * src/filesystem/path.cc (dot): Define constant. + (path::replace_extension): Use dot. + (path::_M_find_extension): Likewise. Use path::string_type not + std::string. + (path::_M_split_cmpts): Use dot. + (filesystem_error::_M_get_what): Use u8string() not native(). + * src/filesystem/std-dir.cc (_Dir, recursive_directory_iterator): + Qualify names to use declarations from __gnu_posix namespace. + * src/filesystem/std-ops.cc (filesystem::absolute(const path&)): Use + correct error_code. + (filesystem::absolute(const path&, error_code&)): Add implementation + for Windows. + (char_ptr, filesystem::canonical): Use path::value_type not char. + (do_copy_file): Use names from __gnu_posix. + [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Do not use fchmod, fchmodat or + sendfile. + (filesystem::copy, create_dir, filesystem::create_directory): Qualify + names to use declarations from __gnu_posix namespace. + (filesystem::create_hard_link): Check HAVE_LINK autoconf macro and + add implementation for Windows. + (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro. + (filesystem::current_path(error_code&)): Use __gnu_posix::getcwd. + [!_PC_PATH_MAX]: Don't use pathconf. + [PATH_MAX]: Use if defined. + (filesystem::current_path(const path&, error_code&)) + (filesystem::equivalent, do_stat, filesystem::hard_link_count) + (filesystem::last_write_time, filesystem::permissions): Use names + from __gnu_posix. + (filesystem::read_symlink): Check HAVE_READLINK autoconf macro. + (filesystem::remove) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Add + implementation for Windows. + (filesystem::rename, filesystem::resize_file): Use names from + __gnu_posix. + (do_space): Define. + (filesystem::space): Use do_space. + (filesystem::status, filesystem::symlink_status): Use names from + __gnu_posix. + (filesystem::temp_directory_path): Add implementation for Windows. + * src/filesystem/std-path.cc + [_GLIBCXX_FILESYSTEM_IS_WINDOWS] (path::operator/=(const path&)): + Define for Windows. + (dot): Define constant. + (path::replace_extension, is_dot): Use dot. + (path::lexically_normal): Check _M_type instead of calling + non-existent function. + (path::_M_find_extension): Use dot. Use path::string_type not + std::string. + (path::_M_split_cmpts): Use dot. + (filesystem_error::_M_get_what): Use u8string() not native(). + * testsuite/27_io/filesystem/iterators/directory_iterator.cc: Do not + use symlinks. + * testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc: + Likewise. + * testsuite/27_io/filesystem/operations/absolute.cc: Use + __gnu_test::root_path() instead of "/" and add Windows-specific tests. + * testsuite/27_io/filesystem/operations/canonical.cc: Use + path::string() to get narrow string, not path::native(). + * testsuite/27_io/filesystem/operations/copy.cc: Construct fstreams + with std::filesystem::path not std::basic_string. + * testsuite/27_io/filesystem/operations/copy_file.cc: Likewise. + * testsuite/27_io/filesystem/operations/exists.cc: Use + __gnu_test::root_path() instead of "/". + * testsuite/27_io/filesystem/operations/is_empty.cc: Construct + fstreams with std::filesystem::path not std::basic_string. + * testsuite/27_io/filesystem/operations/last_write_time.cc: Use + path::string() to get narrow string. + * testsuite/27_io/filesystem/operations/space.cc: Check results for + errors, expect sensible values otherwise. + * testsuite/27_io/filesystem/operations/temp_directory_path.cc: Add + helpers for adjusting the environment on Windows. + * testsuite/27_io/filesystem/path/append/path.cc: Test + Windows-specific behaviour. + * testsuite/27_io/filesystem/path/construct/format.cc: Fix creation + of path::string_type objects. + * testsuite/27_io/filesystem/path/construct/locale.cc: Compare native + string to wide string on Windows. + * testsuite/27_io/filesystem/path/decompose/root_directory.cc: Allow + for backslash as root-directory. + * testsuite/27_io/filesystem/path/decompose/stem.cc: Use + path::string() to get narrow string. + * testsuite/27_io/filesystem/path/itr/traversal.cc: Test Windows-style + paths. + * testsuite/27_io/filesystem/path/native/string.cc: Use string_type + not std::string. + * testsuite/27_io/filesystem/path/query/is_absolute.cc: Adjust for + different definintion of absolute paths on Windows. + * testsuite/experimental/filesystem/iterators/directory_iterator.cc: + Do not use symlinks. + * testsuite/experimental/filesystem/operations/absolute.cc: Test + Windows behaviour. + * testsuite/experimental/filesystem/operations/copy.cc: Construct + fstreams with NTCTS not std::basic_string. + * testsuite/experimental/filesystem/operations/copy_file.cc: Likewise. + * testsuite/experimental/filesystem/operations/exists.cc: Use + __gnu_test::root_path() instead of "/". + * testsuite/experimental/filesystem/operations/is_empty.cc: Construct + fstreams with NTCTS not std::basic_string. + * testsuite/experimental/filesystem/operations/last_write_time.cc: + Use path::string() to get narrow string. + * testsuite/experimental/filesystem/operations/space.cc: Use + __gnu_test::root_path() instead of "/". + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Add helpers for adjusting the environment on Windows. + * testsuite/experimental/filesystem/path/append/path.cc: Use + path::string() to get narrow strings for comparisons. + * testsuite/experimental/filesystem/path/concat/path.cc: Likewise. + * testsuite/experimental/filesystem/path/decompose/root_directory.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/stem.cc: Likewise. + * testsuite/experimental/filesystem/path/native/string.cc: Use + string_type not std::string. + * testsuite/experimental/filesystem/path/query/is_absolute.cc: + Adjust for different definintion of absolute paths on Windows. + * testsuite/util/testsuite_fs.h (__gnu_test::root_path()): New + function. + (__gnu_test::scoped_file): Construct fstreams with NTCTS not + std::basic_string. + +2018-05-31 Jonathan Wakely + + PR libstdc++/85951 + * include/std/type_traits [_GLIBCXX_USE_C99_STDINT_TR1]: Do not define + uint_least16_t and uint_least32_t. + (__make_unsigned): Define unconditionally. + (__make_unsigned_selector<_Tp, true, false>): Remove intermediate + typedefs. + (__make_unsigned_selector_base): New type to provide helper templates. + (__make_unsigned_selector<_Tp, false, true>): Reimplement using + __make_unsigned_selector_base helpers. + (__make_unsigned, __make_unsigned): Define. + (__make_signed_selector<_Tp, true, false>): Remove intermediate + typedefs. + (__make_signed, __make_signed) + (__make_signed)): Define unconditionally. + * testsuite/20_util/make_signed/requirements/typedefs-3.cc: Check + wchar_t, char16_t and char32_t are transformed correctly. + * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust + dg-error lineno. + * testsuite/20_util/make_unsigned/requirements/typedefs-3.cc: Check + wchar_t, char16_t and char32_t are transformed correctly. + * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Adjust + dg-error lineno. + +2018-05-29 Jonathan Wakely + + * include/std/variant (__erased_dtor): Qualify call to __get. + +2018-05-27 François Dumont + + * include/bits/stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New. + (_Rb_tree(const allocator_type&)): Use latter. + * include/bits/stl_map.h (map(const allocator_type&)): Likewise. + (map(initializer_list, const allocator_type&)): Likewise. + (map(_InputIterator, _InputIterator, const allocator_type&)): Likewise. + * include/bits/stl_multimap.h + (multimap(const allocator_type&)): Likewise. + (multimap(initializer_list, const allocator_type&)): + Likewise. + (multimap(_InputIterator, _InputIterator, const allocator_type&)): + Likewise. + * include/bits/stl_set.h (set(const allocator_type&)): Likewise. + (set(initializer_list, const allocator_type&)): Likewise. + (set(_InputIterator, _InputIterator, const allocator_type&)): Likewise. + * include/bits/stl_multiset.h + (multiset(const allocator_type&)): Likewise. + (multiset(initializer_list, const allocator_type&)): + Likewise. + (multiset(_InputIterator, _InputIterator, const allocator_type&)): + Likewise. + +2018-05-25 François Dumont + + PR libstdc++/85768 + * src/c++11/debug.cc: Remove backtrace usage. + +2018-05-24 Maya Rashish + + PR target/85904 + * crossconfig.m4: Test for aligned_alloc on netbsd. + * configure: Regenerate. + +2018-05-24 Jonathan Wakely + + PR libstdc++/69769 + PR libstdc++/85886 + * include/bits/atomic_base.h (__atomic_base::value_type) + (__atomic_base::difference_type): Add new typedefs. + * include/std/atomic (atomic::value_type, atomic::value_type) + (atomic::value_type, atomic::difference_type): Likewise. + (atomic::operator++, atomic::operator--) + (atomic::operator+=, atomic::operator-=) + (atomic::fetch_add, atomic::fetch_sub): Add static assertion + to enforce C++17 requirement on pointer arithmetic. + (__atomic_val_t, __atomic_diff_t): New alias templates. + (atomic_init, atomic_store_explicit, atomic_exchange_explicit) + (atomic_compare_exchange_weak_explicit) + (atomic_compare_exchange_strong_explicit, atomic_store) + (atomic_exchange, atomic_compare_exchange_weak) + (atomic_compare_exchange_strong): Use __atomic_val_t to make + scalar parameters be non-deduced contexts. + (atomic_fetch_add_explicit, atomic_fetch_sub_explicit) + (atomic_fetch_add, atomic_fetch_sub): Change first parameter to be + atomic instead of __atomic_base, and use __atomic_diff_t for scalar + parameters. + (atomic_fetch_and_explicit, atomic_fetch_or_explicit) + (atomic_fetch_xor_explicit, atomic_fetch_and, atomic_fetch_or) + (atomic_fetch_xor): Use __atomic_val_t for scalar parameters. + (atomic_fetch_add_explicit, atomic_fetch_sub_explicit) + (atomic_fetch_add, atomic_fetch_sub): Remove overloads for atomic + address types. + * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error lineno. + * testsuite/29_atomics/atomic/69769.cc: New test. + * testsuite/29_atomics/atomic/nonmembers.cc: New test. + * testsuite/29_atomics/atomic/operators/pointer_partial_void.cc: + Disable test for C++17 and later. + * testsuite/29_atomics/atomic/requirements/typedefs.cc: New test. + * testsuite/29_atomics/atomic_integral/nonmembers.cc: New test. + * testsuite/29_atomics/atomic_integral/requirements/typedefs.cc: New + test. + +2018-05-23 Jonathan Wakely + + * include/bits/fs_path.h (path::__is_encoded_char): Change from class + template to alias template. + (path::__value_type_is_char): Use remove_const_t. + (path:_S_string_from_iter): New helper function. + (path::_S_convert(InputIter, __null_terminated)) + (path::_S_convert_loc(InputIter, __null_terminated, const locale&)): + Use _S_string_from_iter. + (path::string<_CharT, _Allocator>(const _Allocator&)): Allow sharing + rep for COW strings. + * include/experimental/bits/fs_path.h (path::__is_encoded_char): + Change from class template to alias template. + (path::__value_type_is_char): Use remove_const. + (path:_S_string_from_iter): New helper function. + (path::_S_convert(InputIter, __null_terminated)) + (path::_S_convert_loc(InputIter, __null_terminated, const locale&)): + Use _S_string_from_iter. + * testsuite/27_io/filesystem/path/append/source.cc: Test appending + wide strings. + * testsuite/27_io/filesystem/path/concat/strings.cc: Check for exact + string equality, not path equivalence. + * testsuite/27_io/filesystem/path/construct/format.cc: Check + construction from std::string and std::wstring and input iterators. + * testsuite/27_io/filesystem/path/construct/locale.cc: Check + construction from iterators. + * testsuite/experimental/filesystem/path/concat/strings.cc: Check for + exact string equality, not path equivalence. + * testsuite/experimental/filesystem/path/construct/locale.cc: Check + construction from iterators. + + * include/bits/fs_path.h (path::_M_type): Change default member + initializer to _Filename. + (path::begin): Create past-the-end iterator for empty path. + * src/filesystem/std-path.cc (path::remove_filename()): Remove + debugging check. + (path::has_relative_path()): Return false for empty filenames. + (path::_M_split_cmpts): Set _M_type to _Filename for empty paths. + Fix offset of empty final component. + * testsuite/27_io/filesystem/path/itr/components.cc: New. + * testsuite/27_io/filesystem/path/itr/traversal.cc: Add new inputs. + +2018-05-21 Jonathan Wakely + + Add support for opening file streams from wide character strings. + * config/io/basic_file_stdio.cc [_GLIBCXX_HAVE__WFOPEN] + (__basic_file::open(const wchar_t*, ios_base::openmode)): + Define new overload. + * config/io/basic_file_stdio.h [_GLIBCXX_HAVE__WFOPEN] + (__basic_file::open(const wchar_t*, ios_base::openmode)): + Declare new overload. + * configure.ac: Check for _wfopen. + * crossconfig.m4: Likewise. + * configure: Regenerate. + * config.h.in: Regenerate. + * include/bits/fstream.tcc [_GLIBCXX_HAVE__WFOPEN] + (basic_filebuf::open(const wchar_t*, ios_base::openmode)): + Define new overload. + * include/std/fstream [_GLIBCXX_HAVE__WFOPEN] + (basic_filebuf::open(const wchar_t*, ios_base::openmode)): + Declare new overload. + [_GLIBCXX_HAVE__WFOPEN] + (basic_ifstream::basic_ifstream(const wchar_t*, openmode)) + (basic_ifstream::basic_open(const wchar_t*, openmode)) + (basic_ofstream::basic_ifstream(const wchar_t*, openmode)) + (basic_ofstream::basic_open(const wchar_t*, openmode)) + (basic_fstream::basic_ifstream(const wchar_t*, openmode)) + (basic_fstream::basic_open(const wchar_t*, openmode)): Define + new overloads. + * testsuite/27_io/basic_filebuf/open/wchar_t/1.cc: New. + * testsuite/27_io/basic_ifstream/cons/wchar_t/1.cc: New. + * testsuite/27_io/basic_ifstream/open/wchar_t/1.cc: New. + * testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc: New. + * testsuite/27_io/basic_ofstream/open/wchar_t/1.cc: New. + * testsuite/27_io/basic_fstream/cons/wchar_t/1.cc: New. + * testsuite/27_io/basic_fstream/open/wchar_t/1.cc: New. + +2018-05-21 François Dumont + + PR libstdc++/85845 + * include/bits/stl_tree.h + (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): Fix noexcept + qualification. + +2018-05-21 Jonathan Wakely + + * src/filesystem/std-ops.cc (absolute): Report an error for empty + paths. + (weakly_canonical(const path&)): Do not call canonical on empty path. + (weakly_canonical(const path&, error_code&)): Likewise. + * testsuite/27_io/filesystem/operations/absolute.cc: Check for errors. + + PR libstdc++/85818 + * testsuite/experimental/filesystem/path/preferred_separator.cc: Add + dg-require-filesystem-ts. + + PR libstdc++/85843 + * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly + initialize base class to avoid warnings. + +2018-05-19 Jonathan Wakely + + * src/c++11/codecvt.cc (__codecvt_utf8_base::do_in) + [__SIZEOF_WCHAR_T__==2 && __BYTE_ORDER__!=__ORDER_BIG_ENDIAN__]: Set + little_endian element in bitmask. + * testsuite/22_locale/codecvt/codecvt_utf8/69703.cc: Run all tests. + * testsuite/22_locale/codecvt/codecvt_utf8/wchar_t/1.cc: New. + +2018-05-18 François Dumont + + * include/bits/stl_tree.h + (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): New. + (_Rb_tree(_Rb_tree&&, _Node_allocator&&, true_type)): New, use latter. + (_Rb_tree(_Rb_tree&&, _Node_allocator&&, false_type)): New. + (_Rb_tree(_Rb_tree&&, _Node_allocator&&)): Adapt, use latters. + * include/debug/map.h + (map(map&&, const_allocator_type&)): Add noexcept qualitication. + * include/debug/multimap.h + (multimap(multimap&&, const_allocator_type&)): Likewise. + * include/debug/set.h + (set(set&&, const_allocator_type&)): Likewise. + * include/debug/multiset.h + (multiset(multiset&&, const_allocator_type&)): Likewise. + * testsuite/23_containers/map/cons/noexcept_default_construct.cc: + Add checks. + * testsuite/23_containers/map/cons/noexcept_move_construct.cc: + Add checks. + * testsuite/23_containers/multimap/cons/noexcept_default_construct.cc: + Add checks. + * testsuite/23_containers/multimap/cons/noexcept_move_construct.cc: + Add checks. + * testsuite/23_containers/multiset/cons/noexcept_default_construct.cc: + Add checks. + * testsuite/23_containers/multiset/cons/noexcept_move_construct.cc: + Add checks. + * testsuite/23_containers/set/cons/noexcept_default_construct.cc: + Add checks. + * testsuite/23_containers/set/cons/noexcept_move_construct.cc: + Add checks. + +2018-05-18 Jason Merrill + + * include/bits/stl_deque.h (_Deque_iterator): Constrain constructor + for conversion to const_iterator. Add defaulted copy ops. + * libsupc++/new (bad_alloc): Add defaulted copy ops. + * libsupc++/exception.h (exception): Add defaulted copy ops. + * include/std/system_error (system_error): Add defaulted copy ops. + * include/std/stdexcept (domain_error, invalid_argument) + (length_error, out_of_range, range_error, overflow_error) + (underflow_error): Add defaulted copy ops. + * include/bits/stl_iterator.h (reverse_iterator): Add defaulted + copy assignment. + * include/bits/allocator.h (allocator): Add defaulted copy assignment. + * include/ext/throw_allocator.h (condition_base): Add defaulted + default and copy ctor and copy assignment. + +2018-05-18 Jonathan Wakely + + PR libstdc++/85098 + * include/bits/regex.h [__cplusplus < 201703L] (basic_regex::icase) + (basic_regex::nosubs, basic_regex::optimize, basic_regex::collate) + (basic_regex::ECMAScript, basic_regex::basic, basic_regex::extended) + (basic_regex::awk, basic_regex::grep, basic_regex::egrep): Add + definitions. + * include/bits/regex_automaton.h (_NFA::_M_insert_state): Adjust + whitespace. + * include/bits/regex_compiler.tcc (__INSERT_REGEX_MATCHER): Add + braces around body of do-while. + * testsuite/28_regex/basic_regex/85098.cc: New + +2018-05-17 Jonathan Wakely + + PR libstdc++/85818 + * src/filesystem/path.cc (path::preferred_separator): Add used + attribute. + * testsuite/experimental/filesystem/path/preferred_separator.cc: New. + + PR libstdc++/85812 + * libsupc++/cxxabi_init_exception.h (__cxa_free_exception): Declare. + * libsupc++/exception_ptr.h (make_exception_ptr) [__cpp_exceptions]: + Refactor to separate non-throwing and throwing implementations. + [__cpp_rtti && !_GLIBCXX_HAVE_CDTOR_CALLABI]: Deallocate the memory + if constructing the object throws. + +2018-05-15 Jonathan Wakely + + PR libstdc++/85749 + * include/bits/random.h (__detail::__is_seed_seq): New SFINAE helper. + (linear_congruential_engine, mersenne_twister_engine) + (subtract_with_carry_engine, discard_block_engine) + (independent_bits_engine, shuffle_order_engine): Use __is_seed_seq to + constrain function templates taking seed sequences. + * include/bits/random.tcc (linear_congruential_engine::seed(_Sseq&)) + (mersenne_twister_engine::seed(_Sseq&)) + (subtract_with_carry_engine::seed(_Sseq&)): Change return types to + match declarations. + * include/ext/random (simd_fast_mersenne_twister_engine): Use + __is_seed_seq to constrain function templates taking seed sequences. + * include/ext/random.tcc (simd_fast_mersenne_twister_engine::seed): + Change return type to match declaration. + * testsuite/26_numerics/random/discard_block_engine/cons/seed_seq2.cc: + New. + * testsuite/26_numerics/random/independent_bits_engine/cons/ + seed_seq2.cc: New. + * testsuite/26_numerics/random/linear_congruential_engine/cons/ + seed_seq2.cc: New. + * testsuite/26_numerics/random/mersenne_twister_engine/cons/ + seed_seq2.cc: New. + * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error lineno. + * testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq2.cc: + New. + * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ + seed_seq2.cc: New. + * testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/ + seed_seq2.cc: New. + + PR libstdc++/83891 + * include/bits/fs_path.h (path::is_absolute()): Use same definition + for all operating systems. + * include/experimental/bits/fs_path.h (path::is_absolute()): Likewise. + * testsuite/27_io/filesystem/path/query/is_absolute.cc: New. + * testsuite/27_io/filesystem/path/query/is_relative.cc: Fix comment. + * testsuite/experimental/filesystem/path/query/is_absolute.cc: New. + + * testsuite/27_io/filesystem/path/decompose/extension.cc: Remove + unused header. + * testsuite/27_io/filesystem/path/query/empty.cc: Likewise. + * testsuite/27_io/filesystem/path/query/has_extension.cc: Likewise. + * testsuite/27_io/filesystem/path/query/has_filename.cc: Likewise. + * testsuite/27_io/filesystem/path/query/has_parent_path.cc: Likewise. + * testsuite/27_io/filesystem/path/query/has_relative_path.cc: + Likewise. + * testsuite/27_io/filesystem/path/query/has_root_directory.cc: + Likewise. + * testsuite/27_io/filesystem/path/query/has_root_name.cc: Likewise. + * testsuite/27_io/filesystem/path/query/has_root_path.cc: Likewise. + * testsuite/27_io/filesystem/path/query/has_stem.cc: Likewise. + * testsuite/27_io/filesystem/path/query/is_relative.cc: Likewise. + * testsuite/experimental/filesystem/path/decompose/extension.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/empty.cc: Likewise. + * testsuite/experimental/filesystem/path/query/has_extension.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_filename.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_parent_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_relative_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_root_directory.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_root_name.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_root_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise. + * testsuite/experimental/filesystem/path/query/is_relative.cc: + Likewise. + + PR libstdc++/84159 + * include/bits/fs_path.h (path::operator/=, path::append): Construct + temporary path before calling _M_append. + (path::_M_append): Change parameter to path and implement C++17 + semantics. + * testsuite/27_io/filesystem/path/append/path.cc: Add helper function + and more examples from the standard. + * testsuite/27_io/filesystem/path/append/source.cc: New. + * testsuite/27_io/filesystem/path/decompose/filename.cc: Add comment. + * testsuite/27_io/filesystem/path/nonmember/append.cc: New. + + * include/std/variant (__gen_vtable_impl::__visit_invoke): Qualify + __invoke to prevent ADL. + +2018-05-14 Jonathan Wakely + + PR libstdc++/81256 + * include/bits/fstream.tcc (basic_filebuf::close): Do not swallow + exceptions from _M_terminate_output(). + * include/std/fstream (basic_filebuf::~basic_filebuf): Swallow any + exceptions from close(). + * testsuite/27_io/basic_filebuf/close/81256.cc: New. + + * include/bits/valarray_array.h (__valarray_get_memory): Remove. + (__valarray_get_storage): Call operator new directly. Remove ignored + top-level restrict qualifier and add malloc attribute instead. + (_Array<_Tp>::_Array(size_t)): Remove unused constructor. + + PR libstdc++/67554 + * include/bits/valarray_array.h (_Array_copy_ctor<_Tp, true>) + (_Array_copier<_Tp, true>): Do not pass null pointers to memcpy. + + PR libstdc++/82966 + * include/bits/node_handle.h (_Node_handle_common::_M_swap): Use value + instead of type. + * testsuite/23_containers/set/modifiers/node_swap.cc: New. + +2018-05-13 Ville Voutilainen + + PR libstdc++/80165 + * testsuite/20_util/variant/80165.cc: New. + +2018-05-10 Jonathan Wakely + + * doc/xml/faq.xml: Link to C++17 status. Add note to outdated answer. + * doc/xml/manual/debug_mode.xml: Add array and forward_list to list + of C++11 containers with Debug Mode support. + * doc/xml/manual/using.xml: Document Dual ABI for ios_base::failure. + * doc/html/*: Regenerate. + +2018-05-10 Jason Merrill + + * include/bits/regex_compiler.h (_S_cache_size): Change from + function to variable. + +2018-05-10 Edward Smith-Rowland <3dw4rd@verizon.net> + + PR libstdc++/83140 - assoc_legendre returns negated value when m is odd + * include/tr1/legendre_function.tcc (__assoc_legendre_p): Add __phase + argument defaulted to +1. Doxy comments on same. + * testsuite/special_functions/02_assoc_legendre/ + check_value.cc: Regen. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 02_assoc_legendre/check_value.cc: Regen. + +2018-05-10 Jonathan Wakely + + PR libstdc++/85729 + * include/bits/c++config.h (__replacement_assert): Add linkage + specification. + * include/bits/std_abs.h: Add comment to closing brace of block. + * include/c_global/cstddef: Add linkage specification. + * include/c_global/cstring: Likewise. + * include/c_global/cwchar: Likewise. + +2018-05-09 François Dumont + + * include/debug/safe_iterator.h (_Safe_iterator<>::_M_constant()): + Rename in... + (_Safe_iterator<>::_S_constant()): ...that. + * include/debug/safe_local_iterator.h + (_Safe_local_iterator<>::_M_constant()): Rename in... + (_Safe_local_iterator<>::_S_constant()): ...that. + * include/debug/formatter.h: Remove bits/cpp_type_traits.h include. + (_Iterator_state::__rbegin): New. + (_Iterator_state::__rmiddle): New. + (_Iterator_state::__rend): New. + (_Parameter::_Parameter(const _Safe_iterator<>&, const char*, + _Is_iterator)): Use _Safe_iterator<>::_S_constant. Grab normal underlying + iterator type. + (_Parameter::_Parameter(const _Safe_local_iterator<>&, const char*, + _Is_iterator)): Likewise. + (_Parameter::_S_reverse_state(_Iterator_state)): New. + (_Parameter(__gnu_cxx::__normal_iterator<> const&, const char*, + _Is_iterator)): New. + (_Parameter(std::reverse_iterator<> const&, const char*, + _Is_iterator)): New. + (_Parameter(std::reverse_iterator<_Safe_iterator<>> const&, + const char*, _Is_iterator)): New. + (_Parameter(std::move_iterator<> const&, const char*, _Is_iterator): + New. + (_Parameter(std::move_iterator<_Safe_iterator<>> const&, const char*, + _Is_iterator)): New. + * testsuite/24_iterators/move_iterator/debug_neg.cc: New. + * testsuite/24_iterators/normal_iterator/debug_neg.cc: New. + * testsuite/24_iterators/reverse_iterator/debug_neg.cc: New. + +2018-05-09 Jonathan Wakely + + * include/bits/std_function.h (_Base_manager::_M_get_pointer): + Use constexpr if in C++17 mode. + (_Base_manager::_M_clone(_Any_data&, const _Any_data&, true_type)): + Copy from const object. + * testsuite/20_util/function/cons/non_copyconstructible.cc: New. + +2018-05-08 François Dumont + + * src/c++11/debug.cc [_GLIBCXX_HAVE_EXECINFO_H]: Include execinfo.h. + [_GLIBCXX_HAVE_EXECINFO_H](_Error_formatter::_M_error): Render + backtrace. + + * include/debug/macros.h (__glibcxx_check_valid_range_at): New. + * include/debug/functions.h (__check_valid_range): Use latter. + * include/debug/macros.h (__glibcxx_check_valid_constructor_range): New, + use latter. + * include/debug/deque + (deque::deque<_Iter>(_Iter, _Iter, const _Alloc&)): Use latter. + * include/debug/forward_list + (forward_list::forward_list<_Iter>(_Iter, _Iter, const _Alloc&)): + Likewise. + * include/debug/list + (list::list<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. + * include/debug/list + (list::list<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. + * include/debug/map.h + (map::map<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. + (map::map<_Iter>(_Iter, _Iter, const _Compare&, const _Alloc&)): + Likewise. + * include/debug/multimap.h + (multimap::multimap<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. + (multimap::multimap<_Iter>(_Iter, _Iter, const _Compare&, + const _Alloc&)): Likewise. + * include/debug/set.h + (set::set<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. + (set::set<_Iter>(_Iter, _Iter, const _Compare&, const _Alloc&)): + Likewise. + * include/debug/multiset.h + (multiset::multiset<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise. + (multiset::multiset<_Iter>(_Iter, _Iter, const _Compare&, + const _Alloc&)): Likewise. + * include/debug/string + (basic_string::basic_string<_Iter>(_Iter, _Iter, const _Alloc&)): + Likewise. + * include/debug/unordered_map + (unordered_map::unordered_map<_Iter>(_Iter, _Iter, const _Alloc&)): + Likewise. + (unordered_multimap::unordered_multimap<_Iter>(_Iter, _Iter, + const _Alloc&)): Likewise. + * include/debug/unordered_set + (unordered_set::unordered_set<_Iter>(_Iter, _Iter, const _Alloc&)): + Likewise. + (unordered_multiset::unordered_multiset<_Iter>(_Iter, _Iter, + const _Alloc&)): Likewise. + * include/debug/vector + (vector::vector<_Iter>(_Iter, _Iter, const _Alloc&)): Use latter. + + * include/debug/formatter.h (_Error_formatter::_M_function): New. + (_Error_formatter(const char*, unsigned int)): Adapt. + (_Error_formatter::_M_at): Rename in... + (_Error_formatter::_S_at): ...that and adapt. + * include/debug/macros.h (_GLIBCXX_DEBUG_VERIFY_AT_F): New. + (_GLIBCXX_DEBUG_VERIFY_AT, _GLIBCXX_DEBUG_VERIFY): Adapt. + * src/c++11/debug.cc (_Error_formatter::_M_error): Render _M_function + when available. + +2018-05-08 Jonathan Wakely + + * include/bits/regex_automaton.h (_NFA_base::_M_paren_stack, _NFA): + Use normal std::vector even in Debug Mode. + + PR libstdc++/85672 + * include/Makefile.am [!ENABLE_FLOAT128]: Change c++config.h entry + to #undef _GLIBCXX_USE_FLOAT128 instead of defining it to zero. + * include/Makefile.in: Regenerate. + * include/bits/c++config (_GLIBCXX_USE_FLOAT128): Move definition + within conditional block. + +2018-05-07 Jonathan Wakely + + * doc/xml/manual/using.xml (table.cmd_options): Document that the + C++17 Filesystem implementation also needs -lstdc++fs. + + PR libstdc++/85671 + * include/bits/fs_path.h (operator/): Permit copy elision. + * include/experimental/bits/fs_path.h (operator/): Likewise. + +2018-05-07 Edward Smith-Rowland <3dw4rd@verizon.net> + + Moar PR libstdc++/80506 + * include/bits/random.tcc (gamma_distribution::__generate_impl()): + Fix magic number used in loop condition. + +2018-05-04 Jonathan Wakely + + PR libstdc++/85642 fix is_nothrow_default_constructible> + * include/std/optional (_Optional_payload): Add noexcept to default + constructor. Re-indent. + (_Optional_payload<_Tp, true, true, true>): Likewise. Add noexcept to + constructor for copying disengaged payloads. + (_Optional_payload<_Tp, true, false, true>): Likewise. + (_Optional_payload<_Tp, true, true, false>): Likewise. + (_Optional_payload<_Tp, true, false, false>): Likewise. + * testsuite/20_util/optional/cons/85642.cc: New. + * testsuite/20_util/optional/cons/value_neg.cc: Adjust dg-error lines. + +2018-05-03 Jonathan Wakely + + PR libstdc++/82644 + * include/tr1/cmath [__STRICT_ANSI__] (hypergf, hypergl, hyperg): Use + inline definitions instead of using-declarations. + [__STRICT_ANSI__] (conf_hypergf, conf_hypergl, conf_hyperg): Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 07_conf_hyperg/compile_cxx17.cc: New. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 17_hyperg/compile_cxx17.cc: New. + + PR libstdc++/84769 + * include/std/variant (visit): Qualify std::get call. + + PR libstdc++/85632 use uintmax_t for arithmetic + * src/filesystem/ops.cc (experimental::filesystem::space): Perform + arithmetic in result type. + * src/filesystem/std-ops.cc (filesystem::space): Likewise. + * testsuite/27_io/filesystem/operations/space.cc: Check total capacity + is greater than free space. + * testsuite/experimental/filesystem/operations/space.cc: New. + + * testsuite/20_util/remove_cvref/requirements/alias_decl.cc: New. + * testsuite/20_util/remove_cvref/requirements/explicit_instantiation.cc: + New. + * testsuite/20_util/remove_cvref/value.cc: New. + * testsuite/20_util/remove_cvref/value_ext.cc: New. + + PR libstdc++/84087 LWG DR 2268 basic_string default arguments + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI=1] + (append(const basic_string&, size_type, size_type) + (assign(const basic_string&, size_type, size_type) + (insert(size_type, const basic_string&, size_type, size_type) + (replace(size_type,size_type,const basic_string&,size_type,size_type) + (compare(size_type,size_type,constbasic_string&,size_type,size_type)): + Add default arguments (LWG 2268). + [_GLIBCXX_USE_CXX11_ABI=0] + (append(const basic_string&, size_type, size_type) + (assign(const basic_string&, size_type, size_type) + (insert(size_type, const basic_string&, size_type, size_type) + (replace(size_type,size_type,const basic_string&,size_type,size_type) + (compare(size_type,size_type,constbasic_string&,size_type,size_type)): + Likewise. + * testsuite/21_strings/basic_string/dr2268.cc: New test. + + PR libstdc++/84535 + * include/std/thread (thread::__not_same): New SFINAE helper. + (thread::thread(_Callable&&, _Args&&...)): Add SFINAE constraint that + first argument is not a std::thread. Add static assertion to check + INVOKE expression is valid. + (thread::thread(thread&), thread::thread(const thread&&)): Remove. + (thread::_Invoke::_M_invoke, thread::_Invoke::operator()): Use + __invoke_result for return types and remove exception specifications. + * testsuite/30_threads/thread/cons/84535.cc: New. + + * include/std/future (__async_result_of): Use __invoke_result instead + of result_of. + + * include/std/any (any_cast): Use __remove_cvref_t. + * include/std/tuple (__make_tuple): Likewise. + * include/std/type_traits (__remove_cvref_t): Define. + (__result_of_memobj, __result_of_memfun): Use __remove_cvref_t. + [__cplusplus > 201703L] (remove_cvref, remove_cvref_t): Define. + * include/std/variant (__erased_hash): Use __remove_cvref_t. + +2018-05-02 François Dumont + + * include/bits/deque.tcc (deque<>::_M_assign_aux): Cast to void to + ensure overloaded comma not used. + * include/bits/list.tcc (list<>::_M_assign_dispatch): Likewise. + * include/bits/vector.tcc (vector<>::_M_assign_aux): Likewise. + * include/bits/stl_bvector.h (vector::_M_assign_aux): Likewise. + * testsuite/23_containers/deque/modifiers/assign/1.cc: New. + * testsuite/23_containers/list/modifiers/assign/1.cc: New. + * testsuite/23_containers/vector/bool/modifiers/assign/1.cc: New. + * testsuite/23_containers/vector/modifiers/assign/1.cc: New. + +2018-05-02 Jonathan Wakely + + PR libstdc++/68197 + * include/bits/ios_base.h (ios_base::iword, ios_base::pword): Cast + indices to unsigned. + * src/c++11/ios.cc (ios_base::_M_grow_words): Treat negative indices + as failure. Refactor error handling. + * testsuite/27_io/ios_base/storage/68197.cc: New. + + PR libstdc++/57997 + PR libstdc++/83860 + * include/bits/gslice_array.h (gslice_array): Define default + constructor as deleted, as per C++11 standard. + * include/bits/mask_array.h (mask_array): Likewise. + * include/bits/slice_array.h (slice_array): Likewise. + * include/bits/valarray_after.h (_GBase, _GClos, _IBase, _IClos): Move + to namespace __detail. + (_GBase::_M_expr, _IBase::_M_expr): Use _ValArrayRef for type of data + members. + * include/bits/valarray_before.h (_ValArrayRef): New helper for type + of data members in closure objects. + (_FunBase, _ValFunClos, _RefFunClos, _UnBase, _UnClos, _BinBase) + (_BinBase2, _BinBase1, _BinClos, _SBase, _SClos): Move to namespace + __detail. + (_FunBase::_M_expr, _UnBase::_M_expr, _BinBase::_M_expr1) + (_BinBase::_M_expr2, _BinBase2::_M_expr1, _BinBase1::_M_expr2) + (_SBase::_M_expr): Use _ValArrayRef for type of data members. + * include/std/valarray (_UnClos, _BinClos, _SClos, _GClos, _IClos) + (_ValFunClos, _RefFunClos): Move to namespace __detail and add + using-declarations to namespace std. + * testsuite/26_numerics/valarray/83860.cc: New. + + * testsuite/backward/strstream_move.cc: Remove duplicate function + call. + + PR libstdc++/69608 + * include/backward/strstream (strstreambuf): Define move constructor + and move assignment operator. + (istrstream, ostrstream, strstream): Likewise. + * testsuite/backward/strstream_move.cc: New. + +2018-05-01 Tulio Magno Quites Machado Filho + + PR libstdc++/84654 + * acinclude.m4: Set ENABLE_FLOAT128 instead of _GLIBCXX_USE_FLOAT128. + * config.h.in: Remove references to _GLIBCXX_USE_FLOAT128. + * configure: Regenerate. + * include/Makefile.am: Replace the value of _GLIBCXX_USE_FLOAT128 + based on ENABLE_FLOAT128. + * include/Makefile.in: Regenerate. + * include/bits/c++config: Define _GLIBCXX_USE_FLOAT128. + [!defined(__FLOAT128__) && !defined(__SIZEOF_FLOAT128__)]: Undefine + _GLIBCXX_USE_FLOAT128. + +2018-04-24 H.J. Lu + + * configure: Regenerated. + +2018-04-19 Jakub Jelinek + + * configure: Regenerated. + +2018-04-18 Jonathan Wakely + Jakub Jelinek + + PR libstdc++/85442 + * src/c++11/Makefile.am: Don't generate debuginfo again for + cxx11-ios_failure-lt.s and cxx11-ios_failure.s files. + * src/c++11/Makefile.in: Regenerate. + +2018-04-18 Jonathan Wakely + + PR libstdc++/84442 + * testsuite/30_threads/thread/cons/terminate.cc + [!_GLIBCXX_USE_C99_STDLIB] : Use _exit or std::exit instead of _Exit. + +2018-04-18 David Malcolm + + PR jit/85384 + * configure: Regenerate. + +2018-04-16 Jonathan Wakely + + * testsuite/experimental/filesystem/file_status/1.cc: Add + -DUSE_FILESYSTEM_TS to dg-options. + * testsuite/experimental/filesystem/iterators/directory_iterator.cc: + Likewise. + * testsuite/experimental/filesystem/iterators/pop.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/create_symlink.cc: + Likewise. + * testsuite/experimental/filesystem/operations/current_path.cc: + Likewise. + * testsuite/experimental/filesystem/operations/equivalent.cc: Likewise. + * testsuite/experimental/filesystem/operations/exists.cc: Likewise. + * testsuite/experimental/filesystem/operations/file_size.cc: Likewise. + * testsuite/experimental/filesystem/operations/is_empty.cc: Likewise. + * testsuite/experimental/filesystem/operations/last_write_time.cc: + Likewise. + * testsuite/experimental/filesystem/operations/permissions.cc: + Likewise. + * testsuite/experimental/filesystem/operations/read_symlink.cc: + Likewise. + * testsuite/experimental/filesystem/operations/remove.cc: Likewise. + * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise. + * testsuite/experimental/filesystem/operations/status.cc: Likewise. + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/append/path.cc: Likewise. + * testsuite/experimental/filesystem/path/assign/assign.cc: Likewise. + * testsuite/experimental/filesystem/path/assign/copy.cc: Likewise. + * testsuite/experimental/filesystem/path/compare/compare.cc: Likewise. + * testsuite/experimental/filesystem/path/compare/path.cc: Likewise. + * testsuite/experimental/filesystem/path/compare/strings.cc: Likewise. + * testsuite/experimental/filesystem/path/concat/path.cc: Likewise. + * testsuite/experimental/filesystem/path/concat/strings.cc: Likewise. + * testsuite/experimental/filesystem/path/construct/copy.cc: Likewise. + * testsuite/experimental/filesystem/path/construct/default.cc: + Likewise. + * testsuite/experimental/filesystem/path/construct/locale.cc: Likewise. + * testsuite/experimental/filesystem/path/construct/range.cc: Likewise. + * testsuite/experimental/filesystem/path/construct/string_view.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/extension.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/filename.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/parent_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/relative_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/root_directory.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/root_name.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/root_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/decompose/stem.cc: Likewise. + * testsuite/experimental/filesystem/path/generic/generic_string.cc: + Likewise. + * testsuite/experimental/filesystem/path/itr/traversal.cc: Likewise. + * testsuite/experimental/filesystem/path/modifiers/clear.cc: Likewise. + * testsuite/experimental/filesystem/path/modifiers/make_preferred.cc: + Likewise. + * testsuite/experimental/filesystem/path/modifiers/remove_filename.cc: + Likewise. + * testsuite/experimental/filesystem/path/modifiers/replace_extension.cc: + Likewise. + * testsuite/experimental/filesystem/path/modifiers/replace_filename.cc: + Likewise. + * testsuite/experimental/filesystem/path/modifiers/swap.cc: Likewise. + * testsuite/experimental/filesystem/path/native/string.cc: Likewise. + * testsuite/experimental/filesystem/path/nonmember/hash_value.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/empty.cc: Likewise. + * testsuite/experimental/filesystem/path/query/has_extension.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_filename.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_parent_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_relative_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_root_directory.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_root_name.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_root_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise. + * testsuite/experimental/filesystem/path/query/is_relative.cc: + Likewise. + +2018-04-13 Jonathan Wakely + + * src/c++11/Makefile.am: Fix sed command. + * src/c++11/Makefile.in: Regenerate. + + * src/c++11/Makefile.am: Rewrite sed rule to be less fragile and to + handle mangled names starting with double underscores on darwin. + * src/c++11/Makefile.in: Regenerate. + +2018-04-12 Jonathan Wakely + + * src/c++11/Makefile.am: Fix comment. + * src/c++11/Makefile.in: Regenerate. + * src/c++11/cxx11-ios_failure.cc: Fix comment. + * src/c++98/ios_failure.cc: Likewise. + + * src/c++11/ios.cc: Remove redundant macro definition. + +2018-04-11 Jonathan Wakely + + * doc/xml/manual/abi.xml: Document header locations in recent + releases. + * doc/xml/manual/evolution.xml: Add API changes since GCC 5. + * doc/xml/manual/spine.xml: Update copyright years. + * doc/xml/manual/strings.xml: Adjust tolower example to avoid + undefined behaviour. + * doc/xml/manual/test.xml: Update outdated notes on VERIFY in tests. + * doc/html/*: Regenerate. + +2018-04-10 Jonathan Wakely + + * doc/xml/faq.xml: Update links to archived copy of SGI STL docs. + * doc/xml/manual/backwards_compatibility.xml: Likewise. + * doc/xml/manual/containers.xml: Likewise. + * doc/xml/manual/debug_mode.xml: Likewise. + * doc/xml/manual/extensions.xml: Likewise. + * doc/xml/manual/policy_data_structures_biblio.xml: Likewise. + * doc/xml/manual/using.xml: Likewise. + * doc/xml/manual/utilities.xml: Likewise. + + PR libstdc++/85222 + * src/c++11/Makefile.am [ENABLE_DUAL_ABI]: Add special rules for + cxx11-ios_failure.cc to rewrite type info for __ios_failure. + * src/c++11/Makefile.in: Regenerate. + * src/c++11/cxx11-ios_failure.cc (__ios_failure, __iosfail_type_info): + New types. + [_GLIBCXX_USE_DUAL_ABI] (__throw_ios_failure): Define here. + * src/c++11/ios.cc (__throw_ios_failure): Remove definition. + * src/c++98/ios_failure.cc (__construct_ios_failure) + (__destroy_ios_failure, is_ios_failure_handler): New functions. + [!_GLIBCXX_USE_DUAL_ABI] (__throw_ios_failure): Define here. + * testsuite/27_io/ios_base/failure/dual_abi.cc: New. + * testsuite/27_io/basic_ios/copyfmt/char/1.cc: Revert changes to + handler types, to always catch std::ios_base::failure. + * testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/ + exceptions_failbit.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ + exceptions_failbit.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/ + exceptions_null.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/ + exceptions_null.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/char/12297.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/ + exceptions_null.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + exceptions_null.cc: Likewise. + * testsuite/27_io/ios_base/storage/2.cc: Likewise. + +2018-04-05 Jonathan Wakely + + * include/std/variant (_VARIANT_RELATION_FUNCTION_TEMPLATE): Qualify + __get calls to avoid ADL and avoid ambiguity due to Clang bug. + +2018-04-03 Jonathan Wakely + + PR libstdc++/85183 + * include/std/variant (_Move_assign_base::operator=): Fix incorrect + value categories. + * testsuite/20_util/variant/85183.cc: New. + +2018-03-26 Jonathan Wakely + + * include/std/variant (__get): Qualify calls to avoid ADL. + (__select_index): Adjust whitespace. + (variant): Add using-declaration to workaround Clang bug. + +2018-03-22 Jonathan Wakely + + PR libstdc++/85040 + * include/bits/stl_function.h (greater::__not_overloaded) + (less::__not_overloaded, greater_equal::__not_overloaded) + (less_equal::__not_overloaded): Fix ambiguous specializations. + * testsuite/20_util/function_objects/comparisons_pointer.cc: Add + tests for type with overloaded operators. + +2018-03-22 Rainer Orth + + PR libstdc++/77691 + * testsuite/experimental/memory_resource/resource_adaptor.cc: + xfail execution on 32-bit Solaris/x86. + +2018-03-21 Jonathan Wakely + + * testsuite/20_util/function_objects/comparisons_pointer.cc: Use + VERIFY instead of assert. + * testsuite/20_util/hash/84998.cc: New test. + * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: New + copy of test adjusted for Debug Mode. + * testsuite/23_containers/vector/cons/destructible_neg.cc: Do not run + test in Debug Mode. + +2018-03-20 François Dumont + + PR libstdc++/84998 + * include/bits/stl_bvector.h: Fix std::hash friend declaration. + * include/std/bitset: Likewise. + * include/bits/stl_map.h (std::map<>): Fix _Rb_tree_merge_helper friend + declaration. + * include/bits/stl_multimap.h (std::multimap<>): Likewise. + * include/bits/stl_multiset.h (std::multiset<>): Likewise. + * include/bits/stl_set.h (std::set<>): Likewise. + * include/bits/unordered_map.h (std::unordered_map<>): Fix + _Hash_merge_helper friend declaration. + (std::unordered_multimap<>): Likewise. + * include/bits/unordered_set.h (std::unordered_set<>): Likewise. + (std::unordered_multiset<>): Likewise. + +2018-03-19 Gerald Pfeifer + + * doc/xml/api.xml: www.fsf.org has moved to https. Also omit + trailing slash for domain level link. + * doc/xml/faq.xml: Ditto. + * doc/xml/manual/appendix_free.xml (software): Ditto. + * doc/xml/manual/intro.xml: Ditto. + * doc/xml/manual/spine.xml: Ditto. + * doc/xml/spine.xml: Ditto. + +2018-03-19 Gerald Pfeifer + + * doc/xml/manual/documentation_hacking.xml: Adjust link to + docbook.org. + +2018-03-17 Jonathan Wakely + + * testsuite/20_util/function_objects/comparisons_pointer.cc: Adjust + to compile as C++98. + +2018-03-14 Jonathan Wakely + + PR libstdc++/78420 + * include/bits/stl_function.h (greater<_Tp*>, less<_Tp*>) + (greater_equal<_Tp*>, less_equal<_Tp>*): Add partial specializations + to ensure total order for pointers. + (greater, less, greater_equal, less_equal): + Add operator() overloads for pointer arguments and make generic + overloads dispatch to new _S_cmp functions when comparisons would + use built-in operators for pointers. + * testsuite/20_util/function_objects/comparisons_pointer.cc: New. + +2018-03-12 Jonathan Wakely + + PR libstdc++/84773 + PR libstdc++/83662 + * crossconfig.m4: Check for aligned_alloc etc. on freebsd and mingw32. + * configure: Regenerate. + * include/c_global/cstdlib [_GLIBCXX_HAVE_ALIGNED_ALLOC] + (aligned_alloc): Add using-declaration. + * testsuite/18_support/aligned_alloc/aligned_alloc.cc: New test. + +2018-03-09 François Dumont + + * python/libstdcxx/v6/printers.py (build_libstdcxx_dictionary): + Fix std::_Fwd_list_iterator and std::_Fwd_list_const_iterator printers + registration. + +2018-03-09 Jonathan Wakely + + PR libstdc++/84769 + * include/std/variant (get<_Tp, _Types...>, get_if<_Tp, _Types...>): + Qualify calls to get<_Np, Types...> and get_if<_Np, _Types...>. + + src/filesystem/ops.cc (create_dir): Pass error_code to is_directory. + src/filesystem/std-ops.cc (create_dir): Likewise. + +2018-03-08 François Dumont + + * python/libstdcxx/v6/printers.py (NodeIteratorPrinter): New. + (StdListIteratorPrinter): Inherit from latter. + (StdFwdListIteratorPrinter): New, inherit from latter. + (StdDebugIteratorPrinter.to_string): Use non-debug iterator printer + when iterator has no associated container. + (build_libstdcxx_dictionary): Add __gnu_cxx::_Fwd_list_iterator and + __gnu_cxx::_Fwd_list_const_iterator printers. Remove __norm namespace + registrations. + * testsuite/libstdc++-prettyprinters/debug.cc: Adapt. + * testsuite/libstdc++-prettyprinters/debug_cxx11.cc: Adapt. + +2018-03-06 Ville Voutilainen + + PR libstdc++/84601 + * include/std/optional (_Optional_payload): Split into multiple + specializations that can handle different cases of trivial or + non-trivial assignment operators. + * testsuite/20_util/optional/84601.cc: New. + * testsuite/20_util/optional/cons/value_neg.cc: Adjust. + +2018-03-02 Jonathan Wakely + + PR libstdc++/84671 + * include/bits/parse_numbers.h (_Number_help): Add partial + specialization to handle digit separators. Adjust partial + specialization for recursion temrination to require _Pow == 1ULL. + * testsuite/20_util/duration/literals/84671.cc: New + +2018-02-27 Ville Voutilainen + + Implement the missing bits of LWG 2769 + * include/std/any (any_cast(const any&)): Add static_assert. + (any_cast(any&)): Likewise. + (any_cast(any&&)): Likewise, and remove the handling + for copyable-but-not-movable type. + * testsuite/20_util/any/misc/any_cast.cc: Adjust. + * testsuite/20_util/any/misc/any_cast_neg.cc: Likewise, and + add new tests. + +2018-02-23 Jonathan Wakely + + PR libstdc++/84532 + * include/std/thread (thread::__make_invoker): Construct tuple + directly instead of using make_tuple. + * testsuite/30_threads/async/84532.cc: New. + * testsuite/30_threads/thread/84532.cc: New. + +2018-02-20 François Dumont + + * include/ext/aligned_buffer.h [_GLIBCXX_INLINE_VERSION] + (template<> __aligned_buffer): Define as __aligned_membuf alias. + +2018-02-19 Igor Tsimbalist + + PR target/84148 + * configure: Regenerate. + +2018-02-15 Jonathan Wakely + + PR libstdc++/81797 + * configure.ac (INCLUDE_DIR_NOTPARALLEL): Define. + * configure: Regenerate. + * include/Makefile.am (INCLUDE_DIR_NOTPARALLEL): Add .NOTPARALLEL when + defined. + * include/Makefile.in: Regenerate. + +2018-01-29 Jonathan Wakely + + PR libstdc++/83833 + * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: + Add -ffloat-store to options for m68k and ia32. + + * doc/xml/faq.xml: Update copyright years. + * doc/html/*: Regenerate. + + PR libstdc++/83658 + * include/std/any (any::__do_emplace): Only set _M_manager after + constructing the contained object. + * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust dg-error line. + * testsuite/20_util/any/modifiers/83658.cc: New test. + +2018-01-25 Jonathan Wakely + + PR libstdc++/81076 + * include/c_global/cstddef (__byte_operand): Define primary template. + * testsuite/18_support/byte/81076.cc: New test. + +2018-01-19 Christophe Lyon + + * testsuite/ext/special_functions/airy_ai/check_nan.cc: Fix + dg-options and dg-add-options order. + * testsuite/ext/special_functions/airy_bi/check_nan.cc: Likewise. + * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: + Likewise. + * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. + * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: + Likewise. + * testsuite/special_functions/02_assoc_legendre/check_nan.cc: + Likewise. + * testsuite/special_functions/03_beta/check_nan.cc: Likewise. + * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: + Likewise. + * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: + Likewise. + * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: + Likewise. + * testsuite/special_functions/06_comp_ellint_3/pr66689.cc: + Likewise. + * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: + Likewise. + * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: + Likewise. + * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: + Likewise. + * testsuite/special_functions/10_cyl_neumann/check_nan.cc: + Likewise. + * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise. + * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise. + * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise. + * testsuite/special_functions/13_ellint_3/pr66689.cc: Likewise. + * testsuite/special_functions/14_expint/check_nan.cc: Likewise. + * testsuite/special_functions/15_hermite/check_nan.cc: Likewise. + * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise. + * testsuite/special_functions/17_legendre/check_nan.cc: Likewise. + * testsuite/special_functions/18_riemann_zeta/check_nan.cc: + Likewise. + * testsuite/special_functions/19_sph_bessel/check_nan.cc: + Likewise. + * testsuite/special_functions/20_sph_legendre/check_nan.cc: + Likewise. + * testsuite/special_functions/21_sph_neumann/check_nan.cc: + Likewise. + +2018-01-18 Uros Bizjak + + * configure.ac (AC_CHECK_HEADERS): Add linux/types.h. Conditionally + include linux/types.h when checking linux/random.h header. + * config.h.in: Regenerate. + * configure: Ditto. + * src/c++11/random.cc: Conditionally include linux/types.h. + +2018-01-16 Eric Botcazou + + * testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux. + +2018-01-16 Jonathan Wakely + + PR libstdc++/83834 + * config/abi/pre/gnu.ver (GLIBCXX_3.4): Replace std::c[a-g]* wildcard + pattern with exact match for std::cerr. + +2018-01-15 Jonathan Wakely + + PR libstdc++/83833 + * include/bits/random.h (chi_squared_distribution::param): Update + gamma distribution parameter. + * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: New + test. + + PR libstdc++/83830 + * include/std/type_traits (has_unique_object_representations_v): Add + variable template. + * testsuite/20_util/has_unique_object_representations/value.cc: Check + variable template. + +2018-01-15 Ville Voutilainen + + Make optional conditionally + trivially_{copy,move}_{constructible,assignable} + * include/std/optional (_Optional_payload): Fix the comment in + the class head and turn into a primary and one specialization. + (_Optional_payload::_M_engaged): Strike the NSDMI. + (_Optional_payload<_Tp, false>::operator=(const _Optional_payload&)): + New. + (_Optional_payload<_Tp, false>::operator=(_Optional_payload&&)): + Likewise. + (_Optional_payload<_Tp, false>::_M_get): Likewise. + (_Optional_payload<_Tp, false>::_M_reset): Likewise. + (_Optional_base_impl): Likewise. + (_Optional_base): Turn into a primary and three specializations. + (optional(nullopt)): Change the base init. + * testsuite/20_util/optional/assignment/8.cc: New. + * testsuite/20_util/optional/cons/trivial.cc: Likewise. + * testsuite/20_util/optional/cons/value_neg.cc: Adjust. + +2018-01-15 Jonathan Wakely + + PR libstdc++/80276 + * python/libstdcxx/v6/printers.py (strip_inline_namespaces): New. + (get_template_arg_list): New. + (StdVariantPrinter._template_args): Remove, use get_template_arg_list + instead. + (TemplateTypePrinter): Rewrite to work with gdb.Type objects instead + of strings and regular expressions. + (add_one_template_type_printer): Adapt to new TemplateTypePrinter. + (FilteringTypePrinter): Add docstring. Match using startswith. Use + strip_inline_namespaces instead of strip_versioned_namespace. + (add_one_type_printer): Prepend namespace to match argument. + (register_type_printers): Add type printers for char16_t and char32_t + string types and for types using cxx11 ABI. Update calls to + add_one_template_type_printer to provide default argument dicts. + * testsuite/libstdc++-prettyprinters/80276.cc: New test. + * testsuite/libstdc++-prettyprinters/whatis.cc: Remove tests for + basic_string and basic_string. + * testsuite/libstdc++-prettyprinters/whatis2.cc: Duplicate whatis.cc + to test local variables, without overriding _GLIBCXX_USE_CXX11_ABI. + +2018-01-14 Andreas Schwab + + PR libstdc++/81092 + * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update. + +2018-01-13 Tim Shen + + PR libstdc++/83601 + * include/bits/regex.tcc (regex_replace): Fix escaping in sed. + * testsuite/28_regex/algorithms/regex_replace/char/pr83601.cc: Tests. + * testsuite/28_regex/algorithms/regex_replace/wchar_t/pr83601.cc: Tests. + +2018-01-12 Rainer Orth + + PR libstdc++/64054 + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: + Remove dg-xfail-run-if. + +2018-01-10 François Dumont + + * include/bits/forward_list.h + (_Fwd_list_node_base(_Fwd_list_node_base&&)): New. + (_Fwd_list_node_base& operator=(_Fwd_list_node_base&&)): New. + (_Fwd_list_node_base(const _Fwd_list_node_base&)): Explicit delete. + (_Fwd_list_node_base& operator=(const _Fwd_list_node_base&)): Likewise. + (_Fwd_list_impl()): Add noexcept qualification. + (_Fwd_list_impl(const _Node_alloc_type&)): Delete. + (_Fwd_list_impl(_Fwd_list_impl&&)): New, default. + (_Fwd_list_impl(_Fwd_list_impl&&, _Node_alloc_type&&)): New. + (_Fwd_list_base()): Default. + (_Fwd_list_base(_Fwd_list_base&&, _Node_alloc_type&&, true_type)): New. + (_Fwd_list_base(_Fwd_list_base&&)): Default. + (forward_list<>()): Default. + (forward_list<>(forward_list&&)): Default. + (forward_list(forward_list&&, _Node_alloc_type&&, false_type)): New. + (forward_list(forward_list&&, _Node_alloc_type&&, true_type)): New. + (forward_list(forward_list&&, const _Alloc&)): Adapt to use latters. + * include/bits/forward_list.tcc + (_Fwd_list_base(_Fwd_list_base&&, _Node_alloc_type&&)): Adapt to use + _M_impl._M_head move assignment. + (forward_list<>::merge(forward_list<>&&, _Comp)): Likewise. + * testsuite/23_containers/forward_list/allocator/default_init.cc: New. + +2018-01-09 Jonathan Wakely + + PR libstdc++/80276 + * python/libstdcxx/v6/printers.py (SharedPointerPrinter) + (UniquePointerPrinter): Print correct template argument, not type of + the pointer. + (TemplateTypePrinter._recognizer.recognize): Handle failure to lookup + a type. + * testsuite/libstdc++-prettyprinters/cxx11.cc: Test unique_ptr of + array type. + * testsuite/libstdc++-prettyprinters/cxx17.cc: Test shared_ptr and + weak_ptr of array types. + +2018-01-09 François Dumont + + PR libstdc++/83709 + * include/bits/hashtable_policy.h + (__distance_fwd(_Iterator, _Iterator, input_iterator_tag)): Return 1 if + __first != __last. + (_Insert_base::_M_insert_range(_Ite, _Ite, _NodeGetter, true_type)): New. + (_Insert_base::_M_insert_range(_Ite, _Ite, _NodeGetter, false_type)): + Add false_type parameter. + (_Insert_base::insert): Adapt. + * include/bits/hashtable.h (_Hashtable::operator=(initializzr_list<>)): + Adapt. + (_Hashtable::_M_insert(_Arg&&, const _NodeGen&, true_type, size_t)): + Add __n_elt parameter, defaulted to 1. + (_Hashtable::_M_insert_unique_node): Likewise. Use it to call rehash + policy _M_need_rehash. + (_Hashtable::_M_merge_unique): Pass target number of elements to add to + produce only 1 rehash if necessary. + * testsuite/23_containers/unordered_map/insert/83709.cc: New. + * testsuite/23_containers/unordered_set/insert/83709.cc: New. + +2018-01-09 Juraj OrÅ¡ulić + Jonathan Wakely + + PR libstdc++/59253 (partial) + * python/libstdcxx/v6/printers.py (SmartPtrIterator): Common iterator + type for pointer stored by shared_ptr, weak_ptr and unique_ptr. + (SharedPointerPrinter, UniquePointerPrinter): Treat stored values as + children. + * testsuite/libstdc++-prettyprinters/cxx11.cc: Update expected output + of unique_ptr printer. + * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Update expected + output of shared_ptr printer. + +2018-01-05 Jonathan Wakely + + PR libstdc++/83626 + * src/filesystem/ops.cc (remove(const path&, error_code&)): Remove + unnecessary symlink_status call. + (remove_all(const path&, error_code&)): Use filesystem::remove. + * src/filesystem/std-ops.cc: Likewise. + + PR libstdc++/83279 + * src/filesystem/std-ops.cc (do_copy_file): Use non-null offset with + sendfile. + + PR libstdc++/83626 + * src/filesystem/ops.cc (remove(const path&, error_code&)): Do not + report an error for ENOENT. + (remove_all(const path&)): Fix type of result variable. + (remove_all(const path&, error_code&)): Use non-throwing increment + for directory iterator. Call POSIX remove directly to avoid redundant + calls to symlink_status. Do not report errors for ENOENT. + * src/filesystem/std-ops.cc: Likewise. + * testsuite/27_io/filesystem/operations/remove_all.cc: Test throwing + overload. + * testsuite/experimental/filesystem/operations/remove_all.cc: + Likewise. + +2018-01-04 Jonathan Wakely + + PR libstdc++/83626 + * src/filesystem/ops.cc (remove(const path&, error_code&))): Remove + redundant call to ec.clear(). + (remove_all(const path&, error_code&))): Do not return an error for + non-existent paths. + * src/filesystem/std-ops.cc: Likewise. + * testsuite/27_io/filesystem/operations/remove.cc: New test. + * testsuite/27_io/filesystem/operations/remove_all.cc: Fix expected + results for non-existent paths. + * testsuite/experimental/filesystem/operations/remove.cc: New test. + * testsuite/experimental/filesystem/operations/remove_all.cc: Fix + expected results for non-existent paths. + + * include/bits/fs_ops.h (exists(const path&, error_code&))): Only + check status_known once. + * include/experimental/bits/fs_ops.h: Likewise. + + PR libstdc++/83607 + * include/std/functional (__is_byte_like): New trait. + (__is_std_equal_to): Remove. + (__boyer_moore_base_t): Use __is_byte_like instead of + __is_std_equal_to. + * include/experimental/functional (__is_std_equal_to): Remove. + (__boyer_moore_base_t): Use __is_byte_like instead of + __is_std_equal_to. + * testsuite/20_util/function_objects/83607.cc: New test. + +2018-01-03 Ville Voutilainen + + Protect optional's deduction guide with the feature macro + * include/std/optional: Use the feature macro. + +2018-01-03 Jakub Jelinek + + Update copyright years. + +Copyright (C) 2018 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 6f3f20816b1..bb9ed9eb464 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-2018 Free Software Foundation, Inc. +## Copyright (C) 1997-2019 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 339caff9e44..620e4b01bce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the 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 c448b813331..d776bf09687 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2002-2019 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 e4bda4f6f1e..42697afc30f 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2002-2019 Free Software Foundation, Inc. ## ## This file is part of the 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 70fdeb0b096..8c9c0a7f60e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 d21765d6bdb..0779e114f29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 60d35ba8edd..7b9494af36d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 6392d2207da..77ea9df56a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 270427ac7c3..9284dc3bb41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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/aarch64/opt/bits/opt_random.h b/libstdc++-v3/config/cpu/aarch64/opt/bits/opt_random.h index 55295f2317a..58e0a9e2fc4 100644 --- a/libstdc++-v3/config/cpu/aarch64/opt/bits/opt_random.h +++ b/libstdc++-v3/config/cpu/aarch64/opt/bits/opt_random.h @@ -1,6 +1,6 @@ // Optimizations for random number functions, aarch64 version -*- C++ -*- -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the 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/aarch64/opt/ext/opt_random.h b/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h index cad3c93bac4..696a6d18ab4 100644 --- a/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h +++ b/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h @@ -1,6 +1,6 @@ // Optimizations for random number extensions, aarch64 version -*- C++ -*- -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the 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 8c9f2c596f7..3fe28bb541a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 fbe0c9e8959..8d352ef0818 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 fe0a745de31..e5efceb68f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 747f9795575..274fc8aefa0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 3a6d8560568..7feaba3d106 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 e1913920ed3..122f22594e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the 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 6a4792b2e30..ac804eb3767 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 27478300de9..c851759fd8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the 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 8907ab4e541..0d66e0ac123 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 245a3e2373f..0458f16694c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the 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 2d55601ba1a..0773bae0830 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the 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 b7fd6f2e735..05f7715850b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 79f29fea394..007ae607afd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the 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 87395bee527..90ab9def323 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 0857b80afd3..1ccdd545cef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the 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 6d60d3842ad..ea6c163f628 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the 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 4dafd31d1ca..7545db70499 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 01a6bd2977f..929ee472343 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 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 e72f5f31a76..f8102571a75 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the 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 b777613b9dc..dcb6b016a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 e5dfcff92e0..a71ba382c16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 68cd97ec24d..96087ad97da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 09ccd6a4788..531a226eb02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 3c857272c57..7108bdb5425 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 c982504f049..7017bb9e090 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 c13d593293f..e909987be48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 23cee67ec9c..48b3c18285d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 c3a20edceba..830b19a0776 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 fe6a038735c..1bdcba83774 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 b2cfb2c8f9b..7367a8a3f2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 7ec2c9d6a28..7d679a85149 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 bf4336f7196..2759223a1c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 d9e53480dfc..68a9a29379d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 1b2111503c3..f377c278f32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 658c12b9663..91ea4f73bd4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 73c7597441f..e38836e4af6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 9457d8e88b5..202002a962b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 0d208166063..3b95a43160e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 0aeb62af0d2..0c253624736 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 e09e3230afc..405308dba6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 b56090b4cdf..607c8bb1b15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 bfdde14c6d9..41c31e32399 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 1a196204e5a..0a49b4a62b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 51f699c6f50..9fd7d3189a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 fc1bc86b9ed..1550b638240 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 847f38340fe..e0cf98e1c54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 55fa029db54..26924a3c545 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 7977571a0ba..f84062634e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 21255d1b55c..7d198f2aef7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 1bd014a4515..85ef98f3395 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 d1715663d2b..970dd9b8bae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 4d67cb31b7e..82f8e73a7e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 99190b15797..9f7256f1ce7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 6fed583a03e..5646b0960c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 dde1094588a..9b34c1be45a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 212c68dd501..8dc6d676a1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 faa35777cf3..7a18c4d588a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 b92dc8002dd..dd4c719e74e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 a1dafc98f1c..f7ba041d0b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 ca09becfa3d..eb79d597010 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 20beffa1f74..3c14b4f7a2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 17b95e9515e..4924297d297 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 0234182d8a7..0949851adcb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 f0018591956..92b73a2ee71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 970b7000939..6ba97b042a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 7f6f8684c52..45e0c39f52a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 cb80c496e71..7d59f142ff7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 9cab96826a6..c69dd891f79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 3c40d656803..926da43b159 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 2eb5dcaff79..6d60dcd518f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 513b4bf16a2..86a7503c89e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 345b27a81c5..e1ff40525ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 a3cc5bd7647..62552f9eeed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 ff4fc8b02a4..f8c456cf7e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 cb80c496e71..7d59f142ff7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 f8c200bc3c6..3c4e4bd23eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 b1276dab82d..608942d402c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 0bfd4b2e1ef..c5c1601a24a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 9bddde28e65..6e3009b68d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 f040236d174..f6b3233a85a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 dbb90b649ea..b18f4b12b79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 ee1e125c4a4..e65a2667dbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 9bddde28e65..6e3009b68d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 f8c200bc3c6..3c4e4bd23eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 2cc7824ee69..b91d04400ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 a58e38235a3..ff3ec893974 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 b0892d680e5..ed3b7cd0d6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 d8890d0883e..ace1120fba2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 6c709d6f03c..b54989208e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 2d569bdd7bd..9513d73c995 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 de9ddff1f01..9d48cdf3605 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 345b27a81c5..e1ff40525ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 8871d963394..d608f46f4d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 a35ce9319c8..13767d60ce8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 19ae23f0f30..403a7a79c02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 95429cdb74a..39edd0ce7b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 4e5590f9160..7b8810d62f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 7e8cd2a0207..a2936fbd4d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 e73721e57a5..225fb4eb6ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 cb80c496e71..7d59f142ff7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 3a0ef4f9921..ae2ac7fa23e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 af77f46be55..95bef92d4cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 9914504fd28..4e08d448a8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 3c81464bfc7..532843bcdfa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 49792e648c3..abadb7fe4f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 8f3b8fa46b3..aa92dcc4026 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 4cd81c0f7ec..f913555beab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 6098dd7c0fc..b47050a6d56 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 6f58cfb6365..fc35292a3b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 8f3b8fa46b3..aa92dcc4026 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 1003477fe35..04834b0cd0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 403f5f2bdaa..ecb3184ebce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 5e56ccb344e..e532292a86b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 8a85da14a1d..637064da32d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 9d9ea794a23..ea893b1f59d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 e971849b80e..6c19d3953a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 403f5f2bdaa..ecb3184ebce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 5e56ccb344e..e532292a86b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 8a85da14a1d..637064da32d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 5ef3d2b05c2..974c94fa1b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 5ea2bf73f85..a1289b38a94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 7f65ea1c727..da4f1575b3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 513b4bf16a2..86a7503c89e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 48ca7f09c1f..a4714f9bcce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 be010fe4ec9..42a0abd0ce2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 0a62e6f3a64..3b35998b6ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 67dd100b9a4..338ac39fcac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 a54caf84e31..15a4000c5e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 4abf3b4725a..b194109657a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the 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 cc23c8f2576..35a0a5e4b2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 2da85b528eb..27f18e9424c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 8f3b8fa46b3..aa92dcc4026 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 661a6e16868..3a039d0b127 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 3b53fabbc6f..45a19bafd89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 befa2927587..518eb20eb88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 cf951f7a748..0fcfc304f45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 f6b1f874301..98065d43c84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 47671607bf1..771727bbcec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 b6b366e62f6..0140dd4fc95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 8f3b8fa46b3..aa92dcc4026 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 bcc47d4d589..c0291417cda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 74c3dd45af7..edd5df5f611 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 24860806f2c..2c71a683b07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 abdb8316620..359134afe61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 9f43cc4b9d5..3a9a9587622 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 ffe06a184c8..eb8251d10e3 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2008-2019 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 31deea99010..6a6f6eb1d92 100644 --- a/libstdc++-v3/doc/doxygen/doxygroups.cc +++ b/libstdc++-v3/doc/doxygen/doxygroups.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 db0a7961fe2..75271a4603c 100644 --- a/libstdc++-v3/doc/xml/spine.xml +++ b/libstdc++-v3/doc/xml/spine.xml @@ -14,7 +14,7 @@ Short Contents - Copyright (C) 2008-2018 + Copyright (C) 2008-2019 FSF diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 09aa1892a14..6541caccc6d 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2001-2019 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 4900582c5f8..11e8535784b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4d2c818c79b..d5aa289785c 100644 --- a/libstdc++-v3/include/backward/backward_warning.h +++ b/libstdc++-v3/include/backward/backward_warning.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5d81a8bbb05..d012365db93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e893394ba98..36d1bfd8daa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33baf3eab4d..9f47970767d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8c7acd80b1d..2515cd1dafa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2e81dde1d99..a8cf149873b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 566ad8cd130..c3bc23a9cd1 100644 --- a/libstdc++-v3/include/backward/strstream +++ b/libstdc++-v3/include/backward/strstream @@ -1,6 +1,6 @@ // Backward-compat support -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2974f0067ec..40e051aa9e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9321fdff352..cea28e04500 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8b9e9ec241b..a14ef5a9a4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9f018ea239c..f0f8fe41e31 100644 --- a/libstdc++-v3/include/bits/allocator.h +++ b/libstdc++-v3/include/bits/allocator.h @@ -1,6 +1,6 @@ // Allocators -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 57d51bf3fad..78eb5d6a1d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ecf5b02031a..36fda38502a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0e83aea25ea..e203af1dd8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 17adc9c72fd..b32923f04f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a2573d382b0..e96d93fca34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 51bbb7bd6a0..0eaf8e64c40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7d2bd2a3190..4e1ed3efdba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 95d3fbd3828..0670005d433 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bab2bda34ef..9b2fabd7d76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 63e810715f8..a2ba5da910f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bafa28c3a00..be54a7b71a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 17dcd494737..5031f778bb8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 960d469f412..0958c7e7b3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a22948a9753..9679ec09119 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 88b727178d9..04aec01b649 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/erase_if.h b/libstdc++-v3/include/bits/erase_if.h index d0fd13a3049..9e865c6abb5 100644 --- a/libstdc++-v3/include/bits/erase_if.h +++ b/libstdc++-v3/include/bits/erase_if.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1d01a54721b..1ccad5f6f21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8a62a5ee748..4fac52a8438 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/fs_dir.h b/libstdc++-v3/include/bits/fs_dir.h index 90bdf7305f8..fd2da0f25c1 100644 --- a/libstdc++-v3/include/bits/fs_dir.h +++ b/libstdc++-v3/include/bits/fs_dir.h @@ -1,6 +1,6 @@ // Filesystem directory utilities -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/fs_fwd.h b/libstdc++-v3/include/bits/fs_fwd.h index 27314ce1ffa..3bcf2dd650c 100644 --- a/libstdc++-v3/include/bits/fs_fwd.h +++ b/libstdc++-v3/include/bits/fs_fwd.h @@ -1,6 +1,6 @@ // Filesystem declarations -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/fs_ops.h b/libstdc++-v3/include/bits/fs_ops.h index e61a1236bec..ee16499a9f9 100644 --- a/libstdc++-v3/include/bits/fs_ops.h +++ b/libstdc++-v3/include/bits/fs_ops.h @@ -1,6 +1,6 @@ // Filesystem operational functions -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/fs_path.h b/libstdc++-v3/include/bits/fs_path.h index b827d85965e..69af50a19f8 100644 --- a/libstdc++-v3/include/bits/fs_path.h +++ b/libstdc++-v3/include/bits/fs_path.h @@ -1,6 +1,6 @@ // Class filesystem::path -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ed98f13e0e0..ef7ff4e926f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9d5acdb3b55..65d6fadd8a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0f20b956b76..2245fad69a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 db7e5b6e78d..9d1c8e5c0d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 715c53bd616..8d3999888a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f6912db3e69..34946c75b0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a02396b0308..b38e8e0ecef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 50fc113a33f..f054b85228f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1239d6ebd17..a5278a59f0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 819afb96187..06a3e0870f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 34b335896d3..cd48e561f37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cdd95527ef5..0ac6654b079 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8a1d99aed0a..94dcc85a2c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a3c4821ea3f..9f7fd0d5466 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e9b684b4f98..3dffdc4d1b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f6e0283fec9..33cff652222 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 39da5766075..c387fdfdbfb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 75a70bebea0..8247cfd0bc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aa846f75349..9c80e5d751b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e8690638c7a..a8ba24a9661 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c11691a243a..8985d7d8d79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9ecadba3055..8b1664a398d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 74028b1b058..9ebf4453cdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8bb4f3c0abc..2d134c1ba2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e02ba55a626..284f0f9f1a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 be842e928f3..44650f12b55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 183f0e752e7..ee0705577b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8abdbf02322..6d4c35190f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8ef61c505c5..65215c7918b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 11b6056370a..76355863852 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f6134da5a43..0ff7ea4d00c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e02a185e3f0..3f5ae53086e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9ec29895d27..b80ab82ba15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5beb997586c..dfdcd8e7207 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2fdf231898f..5299b212510 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 af6fe3f0d79..79645948af2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dcf660902bc..1c8625dc8e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 11a31acbefe..e5e184b5678 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5993fcfeeaf..e7db9177ddd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f34b148742b..45a24a6b740 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8af920e5fe9..ca71e57e4e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7104afd9332..a7b51ddef20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c0f527576c5..af32616619d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e50f90d0892..265b493532a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 68f1213cb64..c69ebda61c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 78a0d9810b9..8150e944c4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 090ecc778bb..cb40602b40f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d7b044b83cd..99009ab4f99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aeedb5d1439..fb99eb55b14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 21debf362aa..cacc7d689ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b025373180f..3d461cbcc5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f9db20e3245..28f9eb46f3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5f90b7663e0..05198eac7da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bcea4f49203..60a65423c38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ee94d1ca81e..caa0fd816af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 41a9b30636a..c5036acfe74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e2388b0780d..cb870c41dc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d1e1f67d385..2b69e658fe8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3752897272f..294f1e42897 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e696ec8b2eb..bf063398ebe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5d1b4281a33..341682c03a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9e81ad3f20e..0d6c388fc6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aab70d86a53..a711ad649db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f0c0813054..e9d90fa01f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7318635f00e..1247a2a2f84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b6efc528a62..4920b61a840 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cb8aa88d548..14a7881d0f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0a4946ccb96..c2c974a2003 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6d5c264e67f..98796fd2878 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f150471d07a..175e0755543 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f4f6f9ef5ae..e859c76bc44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 48af2b02ef9..56565fd1ece 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c039db786ed..575cbf9bed8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eabe20f7bfb..456bdb06116 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 568ae8830d7..c83c852fb2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a8d10d5a788..7779007c2e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8d343e6fb50..88650c15ba6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0abd3c12de7..fa78ee53eb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 87e57108deb..252ef959fcc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cec01344213..a0c574dfc44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 07dcd581ff7..ebf105aa8fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7b682d2959e..bc3353ab10f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 15da8f1e9cf..9fa99916ac8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8a3a382325a..2f4ff494a3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 07ccc849dd7..ae572b35b3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2b7f4612cbc..9437b61fc5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f339f62a668..cdb7adf9033 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_lock.h b/libstdc++-v3/include/bits/unique_lock.h index 59140dad13a..9aceb6b6124 100644 --- a/libstdc++-v3/include/bits/unique_lock.h +++ b/libstdc++-v3/include/bits/unique_lock.h @@ -1,6 +1,6 @@ // std::unique_lock implementation -*- C++ -*- -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dcb866d37bc..c7eb02e86fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 94ce8cdb482..4b71db5d10a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4c49ae945fc..e1ac398e363 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1d313b7e7fd..a118f695535 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d2ba76d54c5..9032d92b18a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2dd1ec836ac..e9586222d1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8034e1eeff7..53e8f30e2b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fe41787c19f..fc8f2113534 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8df0f4180d4..edd0b6aeaa8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0a1a1990d0e..e445d36ee69 100644 --- a/libstdc++-v3/include/c/cassert +++ b/libstdc++-v3/include/c/cassert @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 808f65a4a42..ff086aec219 100644 --- a/libstdc++-v3/include/c/cctype +++ b/libstdc++-v3/include/c/cctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0b3dfa83e18..0fdc314b634 100644 --- a/libstdc++-v3/include/c/cerrno +++ b/libstdc++-v3/include/c/cerrno @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3f8a6047d82..a11d28c8b9f 100644 --- a/libstdc++-v3/include/c/cfloat +++ b/libstdc++-v3/include/c/cfloat @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0abf60be092..840d4ee402b 100644 --- a/libstdc++-v3/include/c/ciso646 +++ b/libstdc++-v3/include/c/ciso646 @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 96f9647d8fe..8ff2a68a385 100644 --- a/libstdc++-v3/include/c/climits +++ b/libstdc++-v3/include/c/climits @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 72a093c14b6..0c69f025e32 100644 --- a/libstdc++-v3/include/c/clocale +++ b/libstdc++-v3/include/c/clocale @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d307d9b2f69..4167847762c 100644 --- a/libstdc++-v3/include/c/cmath +++ b/libstdc++-v3/include/c/cmath @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 108508efc42..55780d2bb6f 100644 --- a/libstdc++-v3/include/c/csetjmp +++ b/libstdc++-v3/include/c/csetjmp @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 85398812b9c..adb4523211f 100644 --- a/libstdc++-v3/include/c/csignal +++ b/libstdc++-v3/include/c/csignal @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5153ac9faf2..097af15261f 100644 --- a/libstdc++-v3/include/c/cstdarg +++ b/libstdc++-v3/include/c/cstdarg @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 75f52940106..fe8143281e6 100644 --- a/libstdc++-v3/include/c/cstddef +++ b/libstdc++-v3/include/c/cstddef @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1e26b64e2e5..eee5e665154 100644 --- a/libstdc++-v3/include/c/cstdio +++ b/libstdc++-v3/include/c/cstdio @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 32779958398..7bf43a03933 100644 --- a/libstdc++-v3/include/c/cstdlib +++ b/libstdc++-v3/include/c/cstdlib @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 91010dff41c..98272a917f7 100644 --- a/libstdc++-v3/include/c/cstring +++ b/libstdc++-v3/include/c/cstring @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0c3fd38a370..559b1eb3dd0 100644 --- a/libstdc++-v3/include/c/ctime +++ b/libstdc++-v3/include/c/ctime @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1b38a45321e..765c2c56c99 100644 --- a/libstdc++-v3/include/c/cuchar +++ b/libstdc++-v3/include/c/cuchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 96f1ead01ed..a97b43d2d52 100644 --- a/libstdc++-v3/include/c/cwchar +++ b/libstdc++-v3/include/c/cwchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 26edf190a69..f7e23c47921 100644 --- a/libstdc++-v3/include/c/cwctype +++ b/libstdc++-v3/include/c/cwctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e939fc46fee..097b7ec4221 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b0d3b02de0d..0edf4e80558 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97c074bda06..7f7e336f6f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6a7c0b90296..532596018dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1e18a51286f..7b68b2f2a1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cb476868a6a..30d61042fe7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 29438428ac1..1e94dfcf8df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ff23a026966..21cb5a88484 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aa7ad5380f6..44ce4b4a0ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3afe6610731..e7af22407a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 39e55115898..4253f25fc91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b833b02c0cc..23b082b7d2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bac246d5b1e..20f3610c331 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c92c3bf8ddd..ce74efb1697 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 331822e250d..302d92e5e6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 63a10c13ee3..42e2a9205b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6a25f605d8c..1ab378925cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a22cfafcd66..992c0ba24ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cd5f5a0e9c7..1ac06662496 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4605169b330..ee3d07420cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3650b8c3b87..b9bc6eb3e77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7dc3c9c8d68..2bdca150f9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97f1ae6eded..b7c955a4c3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ceee0cf3753..88e28e97619 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3947ae4891e..eb9d6b5064b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 51f18bdbe8d..9b28cccef39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 837c941cd4e..534e1f31a2e 100644 --- a/libstdc++-v3/include/c_global/ccomplex +++ b/libstdc++-v3/include/c_global/ccomplex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a775e4e7c6b..d50f3ea97b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f5564048e31..31d6a1522e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 479cd1dbe79..c92d13a8bcf 100644 --- a/libstdc++-v3/include/c_global/cfenv +++ b/libstdc++-v3/include/c_global/cfenv @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 02fcc869e10..c91426fd333 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ad08d8ab83e..111a2c521ec 100644 --- a/libstdc++-v3/include/c_global/cinttypes +++ b/libstdc++-v3/include/c_global/cinttypes @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 16b40c13c8a..ba7550a7f3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6b97f457cc4..2829801e0ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 179c2e5f9f9..9768a293bee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4489e17d0fe..121511cc8fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33a7a32f356..1f796322b22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3b252f2bf47..38f59ca5f85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 490c12c3100..ed34ee80895 100644 --- a/libstdc++-v3/include/c_global/cstdalign +++ b/libstdc++-v3/include/c_global/cstdalign @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9056c943312..1f792086248 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7f925776236..cc085edf1db 100644 --- a/libstdc++-v3/include/c_global/cstdbool +++ b/libstdc++-v3/include/c_global/cstdbool @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b6d4a13c0b1..4c40737ea63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 556f42c5b7f..2a9d06680e3 100644 --- a/libstdc++-v3/include/c_global/cstdint +++ b/libstdc++-v3/include/c_global/cstdint @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f9472d7ca4e..c713cd29418 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 10335017f0c..7e0ffc16388 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2bca01b7f08..5d656c507ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 20aa92e543d..3b1f24a263e 100644 --- a/libstdc++-v3/include/c_global/ctgmath +++ b/libstdc++-v3/include/c_global/ctgmath @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ade08775e04..cdd3d8d7171 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 420250237ec..8b7cf274983 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7557c7768aa..32d09d9de5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c248c3f3d36..ce58398a969 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 960b8600523..d79bbafa29d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7538fdd0367..3250003069b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a654237ddf2..147e65ca7d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5d8bc81c88b..62e89ffc853 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 96f633ecab7..cc6486afd6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 41765304da0..05e9bf719e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2077a1fb44c..1f9afed2177 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c1663712945..2dcdff0ac68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9758c99d191..87293372edc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 52e832a6ef8..7ab504c0110 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 42f680e68aa..dda1270db19 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9ae10100f8d..8d3ba8b28d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1b9571eaa8d..12bdbd7e266 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2c8addb14e5..6472ae1dccb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b1a6bae267d..b5cab9a135c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d942aa2ea7a..7d23e3fedc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e3f415a4f41..a9084a89257 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a9bb560d986..6e260e72450 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c0a3f899c29..ac00563efdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9c634f37496..0ca2fcae937 100644 --- a/libstdc++-v3/include/debug/array +++ b/libstdc++-v3/include/debug/array @@ -1,6 +1,6 @@ // Debugging array implementation -*- C++ -*- -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b2803df39a6..7251f203357 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b08e64d774c..9f9264c8540 100644 --- a/libstdc++-v3/include/debug/bitset +++ b/libstdc++-v3/include/debug/bitset @@ -1,6 +1,6 @@ // Debugging bitset implementation -*- C++ -*- -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f157a6df9b4..d851b4ae6dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ad86b5c8f38..973f39fced6 100644 --- a/libstdc++-v3/include/debug/deque +++ b/libstdc++-v3/include/debug/deque @@ -1,6 +1,6 @@ // Debugging deque implementation -*- C++ -*- -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f03f251488..220379994c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c9744eda55a..1af792c9798 100644 --- a/libstdc++-v3/include/debug/forward_list +++ b/libstdc++-v3/include/debug/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 13059bbf463..f87838692c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 21d969310dd..b7aeafef12a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aab146d058b..5eb9a6094e3 100644 --- a/libstdc++-v3/include/debug/list +++ b/libstdc++-v3/include/debug/list @@ -1,6 +1,6 @@ // Debugging list implementation -*- C++ -*- -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 44f48b04b18..b598192cb3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7151e8ee832..c726b652a53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cb29e9ee2a5..5063325cb97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 38e38c8c1ce..38659aaba26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2dd2f731627..19dc8ea6a1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f58a78f7889..695d06409b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e9bc6fc22bc..6e7286666c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f0c2c204523..6700eafca0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2bfe134a3a4..581c51c9607 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8e3ae443e9c..40919126c9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9637e9fa444..45c74322e6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9299e27c3bb..30eabb4c5d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ce9a807e79f..5a268cc5cfc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5dd0e0ee377..ca510a37d4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fe2a5ac3484..5d3a53936e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5820b6a9e18..336218598c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f5d41a20334..ca1f59eceff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d8dbaf268a2..88b84905ba2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3dbe402616c..3b9ee5d9beb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ca190fa6528..8a8b83df54e 100644 --- a/libstdc++-v3/include/debug/string +++ b/libstdc++-v3/include/debug/string @@ -1,6 +1,6 @@ // Debugging string implementation -*- C++ -*- -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 47615d8ec79..6dde32ae3be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7ccb16ad5e4..8d5625e7b36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0b712ba24e9..6d9536ee73a 100644 --- a/libstdc++-v3/include/debug/vector +++ b/libstdc++-v3/include/debug/vector @@ -1,6 +1,6 @@ // Debugging vector implementation -*- C++ -*- -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 21a00d05402..32f3cdacfc4 100644 --- a/libstdc++-v3/include/decimal/decimal +++ b/libstdc++-v3/include/decimal/decimal @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // This file 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 2af6eb5079a..40fc2369a14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // This file is part of the GNU 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 4c51efb1c97..de62c73d55f 100644 --- a/libstdc++-v3/include/experimental/algorithm +++ b/libstdc++-v3/include/experimental/algorithm @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 641c2cb9c31..f8cd4a78821 100644 --- a/libstdc++-v3/include/experimental/any +++ b/libstdc++-v3/include/experimental/any @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d93bd985ddf..3fece233319 100644 --- a/libstdc++-v3/include/experimental/array +++ b/libstdc++-v3/include/experimental/array @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a4f8285caa1..8e6475c48c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c9af8c44673..97fe39f931d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 45192b1b34a..096b275e963 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 340cc59d541..e9d6619876a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a93d9302982..cf0cd1dea79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/net.h b/libstdc++-v3/include/experimental/bits/net.h index e2fedd358a5..60c85a79e66 100644 --- a/libstdc++-v3/include/experimental/bits/net.h +++ b/libstdc++-v3/include/experimental/bits/net.h @@ -1,6 +1,6 @@ // Networking implementation details -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6f006f401b9..01962f2c07a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 579ececd8d8..9a82df2f9dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/buffer b/libstdc++-v3/include/experimental/buffer index 754a9de9953..23b7b65c631 100644 --- a/libstdc++-v3/include/experimental/buffer +++ b/libstdc++-v3/include/experimental/buffer @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a4b1f496cd1..1870abcf34d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e1ea13f4e97..2298674d70b 100644 --- a/libstdc++-v3/include/experimental/deque +++ b/libstdc++-v3/include/experimental/deque @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/executor b/libstdc++-v3/include/experimental/executor index a9cb583c50d..266a2487899 100644 --- a/libstdc++-v3/include/experimental/executor +++ b/libstdc++-v3/include/experimental/executor @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6574703aae5..8bd044233a8 100644 --- a/libstdc++-v3/include/experimental/filesystem +++ b/libstdc++-v3/include/experimental/filesystem @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33c7f37621c..60f0564f065 100644 --- a/libstdc++-v3/include/experimental/forward_list +++ b/libstdc++-v3/include/experimental/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 de68c802661..3b36898cb3f 100644 --- a/libstdc++-v3/include/experimental/functional +++ b/libstdc++-v3/include/experimental/functional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/internet b/libstdc++-v3/include/experimental/internet index 5e1dbb834db..cd0eee29585 100644 --- a/libstdc++-v3/include/experimental/internet +++ b/libstdc++-v3/include/experimental/internet @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/io_context b/libstdc++-v3/include/experimental/io_context index 78940645632..9ffba222bc0 100644 --- a/libstdc++-v3/include/experimental/io_context +++ b/libstdc++-v3/include/experimental/io_context @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a8dbf3b75ef..f2e10b22069 100644 --- a/libstdc++-v3/include/experimental/iterator +++ b/libstdc++-v3/include/experimental/iterator @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 43d8e96d4d4..13c33f02e72 100644 --- a/libstdc++-v3/include/experimental/list +++ b/libstdc++-v3/include/experimental/list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1e236e535c2..58bf93a891b 100644 --- a/libstdc++-v3/include/experimental/map +++ b/libstdc++-v3/include/experimental/map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4bd4e34e086..955f83072b9 100644 --- a/libstdc++-v3/include/experimental/memory +++ b/libstdc++-v3/include/experimental/memory @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fd40d2cf45b..4d96466f218 100644 --- a/libstdc++-v3/include/experimental/memory_resource +++ b/libstdc++-v3/include/experimental/memory_resource @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/net b/libstdc++-v3/include/experimental/net index 3d97546c365..bf8de2cf111 100644 --- a/libstdc++-v3/include/experimental/net +++ b/libstdc++-v3/include/experimental/net @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/netfwd b/libstdc++-v3/include/experimental/netfwd index cafac446fbf..496756cd85f 100644 --- a/libstdc++-v3/include/experimental/netfwd +++ b/libstdc++-v3/include/experimental/netfwd @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c80848d2ba8..e5123a993d4 100644 --- a/libstdc++-v3/include/experimental/numeric +++ b/libstdc++-v3/include/experimental/numeric @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 804613f9548..f465eca96f0 100644 --- a/libstdc++-v3/include/experimental/optional +++ b/libstdc++-v3/include/experimental/optional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 004f4e81056..a28bed78746 100644 --- a/libstdc++-v3/include/experimental/propagate_const +++ b/libstdc++-v3/include/experimental/propagate_const @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 deb7bd6b75c..7176c80f7ea 100644 --- a/libstdc++-v3/include/experimental/random +++ b/libstdc++-v3/include/experimental/random @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5a7ebada1fc..2aa877ba191 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 633b396b312..6d0ee9aa373 100644 --- a/libstdc++-v3/include/experimental/regex +++ b/libstdc++-v3/include/experimental/regex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4a3fae6d195..145ca27815d 100644 --- a/libstdc++-v3/include/experimental/set +++ b/libstdc++-v3/include/experimental/set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/socket b/libstdc++-v3/include/experimental/socket index e165edaf804..a2427f93dae 100644 --- a/libstdc++-v3/include/experimental/socket +++ b/libstdc++-v3/include/experimental/socket @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/source_location b/libstdc++-v3/include/experimental/source_location index 389eb816be1..9fa3c4bb9a7 100644 --- a/libstdc++-v3/include/experimental/source_location +++ b/libstdc++-v3/include/experimental/source_location @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5a96bf78d73..a8ab002d445 100644 --- a/libstdc++-v3/include/experimental/string +++ b/libstdc++-v3/include/experimental/string @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b45463f89a3..d233ecc743b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bce59bf216d..63c2073e15b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/timer b/libstdc++-v3/include/experimental/timer index af4b5bbe053..146d80f726d 100644 --- a/libstdc++-v3/include/experimental/timer +++ b/libstdc++-v3/include/experimental/timer @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f072c8631ca..2649daf3b3a 100644 --- a/libstdc++-v3/include/experimental/tuple +++ b/libstdc++-v3/include/experimental/tuple @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eb5c3c5a7ee..d52cf0682cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e1d23592425..74a360c1c9c 100644 --- a/libstdc++-v3/include/experimental/unordered_map +++ b/libstdc++-v3/include/experimental/unordered_map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1b383691157..a84cf6aa3d8 100644 --- a/libstdc++-v3/include/experimental/unordered_set +++ b/libstdc++-v3/include/experimental/unordered_set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7e367196744..fff7bdbb892 100644 --- a/libstdc++-v3/include/experimental/utility +++ b/libstdc++-v3/include/experimental/utility @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ee49c19a381..965b9036b6d 100644 --- a/libstdc++-v3/include/experimental/vector +++ b/libstdc++-v3/include/experimental/vector @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8e7eb3fdc4e..2970b7d8dfe 100644 --- a/libstdc++-v3/include/ext/algorithm +++ b/libstdc++-v3/include/ext/algorithm @@ -1,6 +1,6 @@ // Algorithm extensions -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2fc8f12e62d..c338a395ffb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f1685374366..5571d2692fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6279d6f2fa2..6dd23cdbb82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d540607211d..0783a58e01a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 67dd3b08b3a..133250fa867 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 db86ac0bcbd..6f7859cc534 100644 --- a/libstdc++-v3/include/ext/cast.h +++ b/libstdc++-v3/include/ext/cast.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c6a30b38020..57c1cc335b2 100644 --- a/libstdc++-v3/include/ext/cmath +++ b/libstdc++-v3/include/ext/cmath @@ -1,6 +1,6 @@ // Math extensions -*- C++ -*- -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 023741f66de..c5c79238293 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33ad9e06c9f..4b8ba73bab6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3bc750e473b..bf86470e8fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b2d27e21e5e..117ae442d38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 20ecdf1d439..388edb2e622 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e42272fe55f..372ea65f1a4 100644 --- a/libstdc++-v3/include/ext/functional +++ b/libstdc++-v3/include/ext/functional @@ -1,6 +1,6 @@ // Functional extensions -*- C++ -*- -// Copyright (C) 2002-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 83a463e7498..dd6ec188724 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5f91fe08af4..e225923b20f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fcc49487a80..1f37cb15f82 100644 --- a/libstdc++-v3/include/ext/memory +++ b/libstdc++-v3/include/ext/memory @@ -1,6 +1,6 @@ // Memory extensions -*- C++ -*- -// Copyright (C) 2002-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bfa94a01951..7b07533f3df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 18a45cd75f1..04db4bbc99f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2464bb59e02..72529cb90c1 100644 --- a/libstdc++-v3/include/ext/numeric +++ b/libstdc++-v3/include/ext/numeric @@ -1,6 +1,6 @@ // Numeric extensions -*- C++ -*- -// Copyright (C) 2002-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0a217cfb686..67993fdc58e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6106308efdb..823b576ca3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 14c5286188c..b64cc38aa61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 302e8415277..7ad5a9e76ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ccbfb4df516..ddc6c7678aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5ec2c6715e4..727e526b121 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc41992d7c9..95a809acb0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9b5365284c1..5e739551c52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a892444719d..96f6a3e9421 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1b14c3d1bd0..3f052e86898 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 18f5cd2ed19..bcde6a0413b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 270a00d2ae0..e0f5b1691ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fb35ebac7c4..846c8709abb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b332a5a4cdc..2ad610671ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 df23e64913b..acf620ca217 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 657bc8a73b5..67cbf80ddfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 49777d5a637..b42c03524a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3693b54d639..40ddeed5aad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8bf1e5d7d29..6d97b42d376 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c26a74c679a..1b0687338b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5630f6e5f92..e16677f7853 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f63fac5ec1d..38381adef65 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e5a48d3437d..1ad0d79810c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 601dbd87caf..651a62d2cf1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 39f0fb7ba52..b01cbda78a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 618528872e3..29612faf13e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5413f6884e1..36cdcd20391 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 43ef87d48c4..a8a0804c517 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8a10c21f0de..15c89a604a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1010609692e..41804580d55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a5ee9305b07..965712fa661 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 98c0b554a5b..4a919eb7b28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 beda0be61bc..c7b652a76f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 876ef17c551..1f02a1a3737 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 739ab1b96e5..5cfe3d2550b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f582d911c40..9520f7453e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b419dc86638..306950d37dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0ba98ee65fc..24db3d6359b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a85c2834cf7..54f8585ab61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc9830f6822..c72321680b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 163c7860399..6a3fa906700 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 06b0248a5dd..a5cf6e753e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75bd4079b7f..caf3715ed49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d9fd830bed9..04cfb337ef3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b1b051540fd..2d27308fce8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d53dc24622d..34bd7a15698 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ce06b221dcf..6706c1aab6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a0e545aa6c2..d11ff0055f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d0fbbb4d75d..dddf6b0096a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 23fe9d8d1df..d6db450db5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f3686066787..89eb1d69437 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c818fa30198..6709b0689c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b5f3a1272b8..65b3b0aa2dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 21539de04ab..9385036b022 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5c6920c1d20..2d6e0863832 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5b36cb726db..75a19125560 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b75d35a25cf..3d39c47a8ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 65da8895823..e4f2300a82c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7f29994dbf9..90533aa54eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c11ca28934f..1f6c46b577b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fcb367869c9..c4f1da6c54c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c021c84c020..7b5318b64ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6302fff9884..2b6df5f6d71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d6ff8f34b47..7fc51b67b80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3856da86c93..cbf05c88e4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd082abcc57..5cfbc0cc65e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc37f284d0e..979f3e05d37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c1d2eb199ca..86c727f3ec2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a59fb9d302f..f0722701ab7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e28e0d55e8..9fd546d8693 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b91f6df737e..500b92f0be0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e6f9d9ecb76..f2fa3269104 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2b9bd9fde4b..b92aa2668ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2e1f4bb77df..838927be717 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2eed4cded23..4bfe248666b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c279495363b..a2e9fa22fdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7b48e764a45..85d4a8a9796 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6529a4f2a82..f9b401b4808 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5ead0d960db..41d7c081315 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aa5ac1cf0da..d87fdc72e72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 95dadd0d567..ead21e387a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cfa2a21486f..5b17ac8ac99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0da0e15d3d1..ce45b387081 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c37ef3365d6..af83629b5f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3204c0a7f29..9e6b69b10b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 68ce59f4248..547a33f1104 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc4d8a58251..c2ee829d3c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b8d2029e1f9..21df6c76a29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4946664bb7d..8a2c91fdf99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8ea0a2251e6..bcac913597d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 53feafe4c71..64fa975e601 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1db84186dab..7e625024940 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8923c17f3d6..72445cc6cca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5eaad4ea88c..06eed096130 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 af9a0840981..c9e51df5cfc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e27bdb0bf0a..92cb8eedd23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aaba969e7d7..f8eec454782 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 874555ad2d6..6f72d2934cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1a6f4f80556..bfd247d0025 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd9ca295145..c66da8345da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 18772ed038e..bc89ebf279a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a93e8878cc8..da4c0a7f32b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c96fae19f29..0ca1a0e5001 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5ef2f81e16f..804ff57fbca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8c249ce45f..2ff1e22abb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f366a6cdadf..57f05a67189 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5042553be03..7c29ede53d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 54d5b014315..7d0185eea66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 44986460da7..6a8eb59683c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9747f29e68a..db0e9af4506 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bc773d0cae8..5979a6a352a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4c8ab58a814..d9b3d1f7311 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aa6b8250bb3..c8ee506a790 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 327e4c59455..f7d5fd5b9cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 91adcdfd900..305fd20b03b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d81c10579b0..10d618c2171 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6da7e208499..414f0d686bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f0280e8c9b6..8d31e5b711d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e751f593a2a..e05cbb9e2fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b78811cf1ec..c78113ba2f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3b69d033421..746a3d8a39a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 47ef7ed429e..4a7746c227b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 68adf1e27ce..4ec381ddfa3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5280c748038..4c44ed6616f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bf6ca638d94..36c0ab6d53b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f5345e84956..e29b5eccc02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75f25c796be..474fc11de18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 524b825a838..ba15d6ee5c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c4ed47f55b0..96d584118f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f7d66f011d0..5e602dd7646 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 51076fcedba..2c44a513c82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f6199af120..fe71f06b79f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 39288228f31..79733ef204e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 063742305a6..e3539a57516 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9211acb3d03..7ec66b78176 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9f57b6ca2d7..38e39932851 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eb7d6a41ab5..67653141f46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0868076bf16..021abc2f8ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8512af5dc0d..cfb6fd54e6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 401adb5cbb9..c74c1b8b1c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 12bc7312126..26f33bf5444 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dbae8ce58c9..79a429a0bb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fb3ab9dd0dd..b071a75812b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bfa1c70d38c..2427cbc8d66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 015d74209d6..efebc354cd6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3c8abea223b..991f1c5654b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0f254a96af1..0f5b04c75e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b940fcb53fb..c8779309440 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fe934dc2aa8..1848255879b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 27f03c376cc..93f63fcbc9a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9674766b894..64923faa41b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4601ff72b9d..2bc072918d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3b6f5aa5502..6c7baeaab13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 690eb51e7ad..ccf453881d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2ad269a12ed..e03a8ba3694 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6fdbfb1e05e..93ffcf10d5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7bfc9ea4a86..c72024aed45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 030206a2ca4..e8362204375 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cd656fe7b83..33121737798 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ca66defc556..0f6eaf5c44a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 63b22d67a4d..f661e9754de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2babbc44738..b027f781e17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3d2627b914a..13da3d4264a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a9e5d86db54..cf610cb6e35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 60fbb0a63d0..3b656d75255 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3d2e8c59a76..3726cb69f97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2ad9898cd04..8f2f1daee8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9e57935b57d..e2065aef3eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc2f8ff61ad..115a5099a35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0cad00e6371..70406f2450e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c7f1c013a1f..f816ccf2a1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 379503e074a..e7b4a69b458 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c38a11be6a6..b39643fecab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ea3b3fdaea1..4d173cfff2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 973eb8ad49f..fcdad469d9a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a6f30b56228..0d92fede8d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 916c31355d2..453aa3906f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 77e69904d4f..045834891e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0a2ab0f0f96..6cc88fa6d37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 76a68f61dd5..7271e18d3f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 377cf8a3f2e..46f387b7a0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a29cf02f257..85ebdfb886c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0ad2b9c3905..0a0eb68c416 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 59d48cac791..0c6a9608fa5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3277cee95f0..bec9ca3d42f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 47fbaa2d79f..b6d50748ed4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 73a1dd58cb1..b8f59d0184a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0bbdc73ecbc..2d1b4e795a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 562af9f70af..714394191cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3d606db0f2b..12363fe79a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 21d16ff74bf..0b771a7f42d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ba87b7655dc..fa246c060f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9882262fe0c..c51e3286008 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7dd5759cb44..19dfa8f34a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3c6cf0fb9c2..2f96db55fcb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2c79dc9b127..c3934e1b31b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f3fc5632a4c..45fbfc0bf8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7bb5316d5be..f742cde9875 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1d6cb3a7047..fe322359c69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 66b595ddeac..bcc84777a29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fdeee71c433..99247ee1395 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d468dc41174..fdc0cfa2fd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4310cd87ccf..1fea88a12db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc7ae930ca6..6cccb441685 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 16ff4664316..87748a4db47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 de032ebfc9e..137c5cf7fa5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9dcf1f32404..fb875493cac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4587ac60298..86983c39c64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5ef3310991a..78e019d8260 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3dfd65da35a..a519ea1ce97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 01d34f3c2a0..eea657f244a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3a105f57e6c..5b9afffbda5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a9d0bafcb10..91e9a7c2518 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8a90aef93f8..3a434b674d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 77db25ebf72..5dc0977f7b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c5a61eccc26..92009bbb55d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1c200d7a2e6..76ea0132ce4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 99b691db9d9..44103d01aef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 476266c54ad..e8a2aabd7e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b28d87425b4..428b4bb933e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1fe45584cb9..e0d1ce493e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0869d2b577a..4b2fcb5af4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c9370a2e522..d6e06744145 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7551ed089b7..980ff9788a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 457a9f89c31..8621dc1cd21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f3fe853e409..951de0c8c96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ecc7f0a43cc..63c4ef6b3eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7726d9212cd..2bb113a79d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ada26e45321..35060d8f6cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e87104a9c0a..e798e64d405 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 32c4592c2c5..2e96964e330 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 70dd4ce6074..143600796b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6b1b75717c4..908d61d1ed3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8f3a8576c3..ef7e7846c4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bfdbcc9eb88..29fa3d12140 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 76686ae609c..367f371bebd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3e430e7789a..d2514ade3c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 51a316fce79..e6643dff71f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d031a2b360e..097426f1a39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0a1cd10aad3..165d297f094 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e862d35d3d6..c779e8c1b83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1d3e2e4bbac..5aa78ff6ca3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b4192bb8c20..431bb023549 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b102b458c56..0b0683dec51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8fa200dda2e..8cd9ad6c2fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1e89c3779af..6c7f999f5b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3e19c54c4c7..460f55dbbf0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7b2d1eaba71..91c5a296a79 100644 --- a/libstdc++-v3/include/ext/random +++ b/libstdc++-v3/include/ext/random @@ -1,6 +1,6 @@ // Random number extensions -*- C++ -*- -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d845f253ab7..31dc33a2555 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c526554cac2..3e38fa62ab6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 46f189331f7..529035c5f61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a172989a2f9..4cc8285a671 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e160eecd0df..9e272194a94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 02691b0be6a..532235f8c53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5fe114f55c5..beae593efa0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6627a861c21..dae224df430 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a6d48d18fff..55e10a3b79a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7d7ff4c6b06..a218cbe555c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3a5670e3454..52d58e6ffc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cca298d55ea..97163911c29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b21f01ffb43..2806814028a 100644 --- a/libstdc++-v3/include/ext/typelist.h +++ b/libstdc++-v3/include/ext/typelist.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 246684d555f..d83ba02fc1a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f333f7b6222..078de1ba1c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f2e6b4bdfa7..fd827ba4dbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1019e71c43a..5d00b165cbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ae3dbeb9bff..dc6971f5dd4 100644 --- a/libstdc++-v3/include/parallel/algo.h +++ b/libstdc++-v3/include/parallel/algo.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 235c2bc2c99..829eb11306b 100644 --- a/libstdc++-v3/include/parallel/algobase.h +++ b/libstdc++-v3/include/parallel/algobase.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d5042d5c514..1899f5e0085 100644 --- a/libstdc++-v3/include/parallel/algorithm +++ b/libstdc++-v3/include/parallel/algorithm @@ -1,6 +1,6 @@ // Algorithm extensions -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 132fe7a9c09..a6d03a50cfc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e03410e42da..1489cbbd3bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2c2821ea038..50430159937 100644 --- a/libstdc++-v3/include/parallel/base.h +++ b/libstdc++-v3/include/parallel/base.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fad9d89954a..e4236bfe20b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ad35859518d..f2737c791d6 100644 --- a/libstdc++-v3/include/parallel/checkers.h +++ b/libstdc++-v3/include/parallel/checkers.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d50d67933d8..6d52c024338 100644 --- a/libstdc++-v3/include/parallel/compatibility.h +++ b/libstdc++-v3/include/parallel/compatibility.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 032ebc60be3..8c982a7fc6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 afaac7b3349..615db156bca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9f773ded95d..869a23599eb 100644 --- a/libstdc++-v3/include/parallel/features.h +++ b/libstdc++-v3/include/parallel/features.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 63aa9c11354..1f4b97de650 100644 --- a/libstdc++-v3/include/parallel/find.h +++ b/libstdc++-v3/include/parallel/find.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6766da0b544..c231e953a23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3014fb5f9a0..b57cdb1f6ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f9cd58467b5..aadcc599493 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 05f83d8496a..28d93d4e01c 100644 --- a/libstdc++-v3/include/parallel/iterator.h +++ b/libstdc++-v3/include/parallel/iterator.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c9f54b7789e..bafa4173c72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9a91f6c9824..1dcd1b7f36a 100644 --- a/libstdc++-v3/include/parallel/losertree.h +++ b/libstdc++-v3/include/parallel/losertree.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 43d0bfa1413..b9f87dfa00d 100644 --- a/libstdc++-v3/include/parallel/merge.h +++ b/libstdc++-v3/include/parallel/merge.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 57f71469c64..9988636e9b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e684c51a326..6bdf08b4704 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2acf8e647da..d39fc9abc19 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c2c9fac280a..0bbbb431230 100644 --- a/libstdc++-v3/include/parallel/numeric +++ b/libstdc++-v3/include/parallel/numeric @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4a3c6cf76c8..a9b8a2b1ea6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c6f8e91ba2b..4a24ed74917 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4852621b745..19a271827fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 24b8b7c6455..af8f3f5649e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b4ed0daa38d..51b03c23895 100644 --- a/libstdc++-v3/include/parallel/parallel.h +++ b/libstdc++-v3/include/parallel/parallel.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38860485cfa..4313f00fb44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9f6f7750d8f..a047341ad07 100644 --- a/libstdc++-v3/include/parallel/partition.h +++ b/libstdc++-v3/include/parallel/partition.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 337848f28ae..516241e6bc7 100644 --- a/libstdc++-v3/include/parallel/queue.h +++ b/libstdc++-v3/include/parallel/queue.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d8d43821a4..6edbea70457 100644 --- a/libstdc++-v3/include/parallel/quicksort.h +++ b/libstdc++-v3/include/parallel/quicksort.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b52a048f7da..75fdbf67d5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 02237c5d495..c9dbe40e97a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 68185fbf891..e18022af306 100644 --- a/libstdc++-v3/include/parallel/search.h +++ b/libstdc++-v3/include/parallel/search.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e8822078b36..65ca8da4793 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e3dbfceed95..e684acf84af 100644 --- a/libstdc++-v3/include/parallel/settings.h +++ b/libstdc++-v3/include/parallel/settings.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 677650ab4c0..f2ed1dea108 100644 --- a/libstdc++-v3/include/parallel/sort.h +++ b/libstdc++-v3/include/parallel/sort.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eec2a9355e4..c05ca36450c 100644 --- a/libstdc++-v3/include/parallel/tags.h +++ b/libstdc++-v3/include/parallel/tags.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8d19cf986cc..0cda914c366 100644 --- a/libstdc++-v3/include/parallel/types.h +++ b/libstdc++-v3/include/parallel/types.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f1a8ee9a103..366472d4195 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 45181219572..6049d0fb496 100644 --- a/libstdc++-v3/include/parallel/workstealing.h +++ b/libstdc++-v3/include/parallel/workstealing.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 532f7c54937..1680e815231 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8d1c6c29a3d..0379a0247a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f537354052..477c5c88b36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8f31c61c0f5..411336579eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 362a7482659..dc7b594e29d 100644 --- a/libstdc++-v3/include/profile/array +++ b/libstdc++-v3/include/profile/array @@ -1,6 +1,6 @@ // Profile array implementation -*- C++ -*- -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 039f285a8be..692db3fae35 100644 --- a/libstdc++-v3/include/profile/base.h +++ b/libstdc++-v3/include/profile/base.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a13898e2533..5887707b660 100644 --- a/libstdc++-v3/include/profile/bitset +++ b/libstdc++-v3/include/profile/bitset @@ -1,6 +1,6 @@ // Profiling bitset implementation -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 01b68966f9e..4fd526a824d 100644 --- a/libstdc++-v3/include/profile/deque +++ b/libstdc++-v3/include/profile/deque @@ -1,6 +1,6 @@ // Profiling deque implementation -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6569edcc43c..6ac33bead84 100644 --- a/libstdc++-v3/include/profile/forward_list +++ b/libstdc++-v3/include/profile/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4f0761a48bb..6d4e0644422 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b84f4593d84..839d7476197 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fdbf6adb950..1fabdc4ee7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 91c7e68f5bc..f60f8cc4695 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8ede36e823d..3ba60ab37fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8f6ec184e45..ae760278a5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 87f54d445f3..c755c4c9735 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1954190a84e..a81b1bd3be6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8274e90f5e3..af523c0e5a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5ab0e62285e..ddeaad6037a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 41f8854f804..261f3b3cc72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 99c0e647dbc..106468e1898 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 347b21d5b32..ae3d3e7cf46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a467bf9084c..9f14c14b27d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fe076535472..a0bc63d957e 100644 --- a/libstdc++-v3/include/profile/list +++ b/libstdc++-v3/include/profile/list @@ -1,6 +1,6 @@ // Profiling list implementation -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 acfef13e219..dc96293606a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 56011f7aeee..c8b9a5a5229 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1155e3d280b..7d0af3d5e62 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d1fe9321d1f..dcf7bc84cdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 78282718a76..ceee4553cff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3ed4d5416a3..14fc9ddd242 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 52a4a220b0e..18f9c7440c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dd46dc623aa..200f4e047fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b4cd28a7ce7..0e54915a066 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7284f8eb2b8..2e410d07f2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b2c397f3c41..56fe23a9ddd 100644 --- a/libstdc++-v3/include/profile/vector +++ b/libstdc++-v3/include/profile/vector @@ -1,6 +1,6 @@ // Profiling vector implementation -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0d20b1ea652..955a5d43fc6 100644 --- a/libstdc++-v3/include/std/algorithm +++ b/libstdc++-v3/include/std/algorithm @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 11b59d6d575..59d207181cf 100644 --- a/libstdc++-v3/include/std/any +++ b/libstdc++-v3/include/std/any @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 632896250cf..ba52e3c2c89 100644 --- a/libstdc++-v3/include/std/array +++ b/libstdc++-v3/include/std/array @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 83206dc63a0..32179613d6b 100644 --- a/libstdc++-v3/include/std/atomic +++ b/libstdc++-v3/include/std/atomic @@ -1,6 +1,6 @@ // -*- C++ -*- header. -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/bit b/libstdc++-v3/include/std/bit index bc2ade75b35..e0c53e53756 100644 --- a/libstdc++-v3/include/std/bit +++ b/libstdc++-v3/include/std/bit @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 25e44d1553d..d6958301e8a 100644 --- a/libstdc++-v3/include/std/bitset +++ b/libstdc++-v3/include/std/bitset @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/charconv b/libstdc++-v3/include/std/charconv index 922c2c7e25e..3363247e11e 100644 --- a/libstdc++-v3/include/std/charconv +++ b/libstdc++-v3/include/std/charconv @@ -1,6 +1,6 @@ // Primitive numeric conversions (to_chars and from_chars) -*- C++ -*- -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 871c896144a..3ac0860df5e 100644 --- a/libstdc++-v3/include/std/chrono +++ b/libstdc++-v3/include/std/chrono @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f765c674d78..9b159e9ecff 100644 --- a/libstdc++-v3/include/std/codecvt +++ b/libstdc++-v3/include/std/codecvt @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 118dc2b49aa..0a4f68bc438 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 84173012b5b..a83996aca3d 100644 --- a/libstdc++-v3/include/std/condition_variable +++ b/libstdc++-v3/include/std/condition_variable @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 23dc752c4b2..7932b1cdea5 100644 --- a/libstdc++-v3/include/std/deque +++ b/libstdc++-v3/include/std/deque @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/filesystem b/libstdc++-v3/include/std/filesystem index df40d1d19c0..9b724a73e8c 100644 --- a/libstdc++-v3/include/std/filesystem +++ b/libstdc++-v3/include/std/filesystem @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b094d882048..93c95904fc3 100644 --- a/libstdc++-v3/include/std/forward_list +++ b/libstdc++-v3/include/std/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 795209dd8dd..419cb92c96c 100644 --- a/libstdc++-v3/include/std/fstream +++ b/libstdc++-v3/include/std/fstream @@ -1,6 +1,6 @@ // File based streams -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 093528bcc4f..911a041cba5 100644 --- a/libstdc++-v3/include/std/functional +++ b/libstdc++-v3/include/std/functional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 843adbf5205..2b60c58f3bc 100644 --- a/libstdc++-v3/include/std/future +++ b/libstdc++-v3/include/std/future @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9c1f63edb61..49a98ad756a 100644 --- a/libstdc++-v3/include/std/iomanip +++ b/libstdc++-v3/include/std/iomanip @@ -1,6 +1,6 @@ // Standard stream manipulators -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 54c8e02ff6c..7af572a26d0 100644 --- a/libstdc++-v3/include/std/ios +++ b/libstdc++-v3/include/std/ios @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8cbd3349ce5..2dca9cf4ebe 100644 --- a/libstdc++-v3/include/std/iosfwd +++ b/libstdc++-v3/include/std/iosfwd @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cb4c53a796a..fa1bf2cc641 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -1,6 +1,6 @@ // Standard iostream objects -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 010be33e550..9bba178c40f 100644 --- a/libstdc++-v3/include/std/istream +++ b/libstdc++-v3/include/std/istream @@ -1,6 +1,6 @@ // Input streams -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9e38efaac8d..5c6903c1cff 100644 --- a/libstdc++-v3/include/std/iterator +++ b/libstdc++-v3/include/std/iterator @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e8eb6a1e0c4..759c49568dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b2ced427642..5ea9a9619ba 100644 --- a/libstdc++-v3/include/std/list +++ b/libstdc++-v3/include/std/list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e03d2a1ef53..f6be0485734 100644 --- a/libstdc++-v3/include/std/locale +++ b/libstdc++-v3/include/std/locale @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7b01fd19e69..0da7c895aac 100644 --- a/libstdc++-v3/include/std/map +++ b/libstdc++-v3/include/std/map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d7f0e8f6d21..ff9add9cef2 100644 --- a/libstdc++-v3/include/std/memory +++ b/libstdc++-v3/include/std/memory @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_resource b/libstdc++-v3/include/std/memory_resource index e9a46a3b455..5573494b01f 100644 --- a/libstdc++-v3/include/std/memory_resource +++ b/libstdc++-v3/include/std/memory_resource @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 477aa867f86..dfb5f7eb31a 100644 --- a/libstdc++-v3/include/std/mutex +++ b/libstdc++-v3/include/std/mutex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c093df18ecd..c673e482812 100644 --- a/libstdc++-v3/include/std/numeric +++ b/libstdc++-v3/include/std/numeric @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fefd9a37ce5..327e86e0409 100644 --- a/libstdc++-v3/include/std/optional +++ b/libstdc++-v3/include/std/optional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2099294fd92..50c99b25d58 100644 --- a/libstdc++-v3/include/std/ostream +++ b/libstdc++-v3/include/std/ostream @@ -1,6 +1,6 @@ // Output streams -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c9a4832e066..06441c94f99 100644 --- a/libstdc++-v3/include/std/queue +++ b/libstdc++-v3/include/std/queue @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f762b13e3b4..67a54a28178 100644 --- a/libstdc++-v3/include/std/random +++ b/libstdc++-v3/include/std/random @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 829a583ab2a..8bbdcce957b 100644 --- a/libstdc++-v3/include/std/ratio +++ b/libstdc++-v3/include/std/ratio @@ -1,6 +1,6 @@ // ratio -*- C++ -*- -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fd155658353..838c5ffce75 100644 --- a/libstdc++-v3/include/std/regex +++ b/libstdc++-v3/include/std/regex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f1f5dd93252..5a8495db21b 100644 --- a/libstdc++-v3/include/std/scoped_allocator +++ b/libstdc++-v3/include/std/scoped_allocator @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2423b2f4513..a9ce58c4574 100644 --- a/libstdc++-v3/include/std/set +++ b/libstdc++-v3/include/std/set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8aa6e9f0d4f..be64144dfb0 100644 --- a/libstdc++-v3/include/std/shared_mutex +++ b/libstdc++-v3/include/std/shared_mutex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 71d69e94b65..c4e5fa4119a 100644 --- a/libstdc++-v3/include/std/sstream +++ b/libstdc++-v3/include/std/sstream @@ -1,6 +1,6 @@ // String based streams -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e368cea43b8..d708c60e7dc 100644 --- a/libstdc++-v3/include/std/stack +++ b/libstdc++-v3/include/std/stack @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4fcc719f005..be348812d3b 100644 --- a/libstdc++-v3/include/std/stdexcept +++ b/libstdc++-v3/include/std/stdexcept @@ -1,6 +1,6 @@ // Standard exception classes -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33f8f17af74..d9ca981d704 100644 --- a/libstdc++-v3/include/std/streambuf +++ b/libstdc++-v3/include/std/streambuf @@ -1,6 +1,6 @@ // Stream buffer classes -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e1f0304f8b6..dc718b87357 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ac84b24314e..a81e0befdd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 150ec025975..b7891cbaa86 100644 --- a/libstdc++-v3/include/std/system_error +++ b/libstdc++-v3/include/std/system_error @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 407de1ba333..4eb744d4152 100644 --- a/libstdc++-v3/include/std/thread +++ b/libstdc++-v3/include/std/thread @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 56b97c25eed..0adef1ab384 100644 --- a/libstdc++-v3/include/std/tuple +++ b/libstdc++-v3/include/std/tuple @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2171d13bf3b..275a7f401fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ab913e8d4fa..3f3927ce7fa 100644 --- a/libstdc++-v3/include/std/typeindex +++ b/libstdc++-v3/include/std/typeindex @@ -1,6 +1,6 @@ // C++11 -*- C++ -*- -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bb1e1b3e101..60f9bd7a6a6 100644 --- a/libstdc++-v3/include/std/unordered_map +++ b/libstdc++-v3/include/std/unordered_map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e7441a7ba79..90438738614 100644 --- a/libstdc++-v3/include/std/unordered_set +++ b/libstdc++-v3/include/std/unordered_set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 273c0f838b8..c687c1d8697 100644 --- a/libstdc++-v3/include/std/utility +++ b/libstdc++-v3/include/std/utility @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7b446fdf9eb..86cbb4203a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d4d596be262..6f2205c3507 100644 --- a/libstdc++-v3/include/std/variant +++ b/libstdc++-v3/include/std/variant @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 167d33637ff..059451801cb 100644 --- a/libstdc++-v3/include/std/vector +++ b/libstdc++-v3/include/std/vector @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/version b/libstdc++-v3/include/std/version index 95950d82c31..f090fba0308 100644 --- a/libstdc++-v3/include/std/version +++ b/libstdc++-v3/include/std/version @@ -1,6 +1,6 @@ // -*- C++ -*- Libstdc++ version details header. -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 55fedfcfa4c..e8266d7bc03 100644 --- a/libstdc++-v3/include/tr1/array +++ b/libstdc++-v3/include/tr1/array @@ -1,6 +1,6 @@ // class template array -*- C++ -*- -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7b94b84a6ea..b51ff76b4af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b39f901764f..7711d42ec45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 74c8161b2cf..ce7d4832a7e 100644 --- a/libstdc++-v3/include/tr1/ccomplex +++ b/libstdc++-v3/include/tr1/ccomplex @@ -1,6 +1,6 @@ // TR1 ccomplex -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3048b21d27b..ce994066188 100644 --- a/libstdc++-v3/include/tr1/cctype +++ b/libstdc++-v3/include/tr1/cctype @@ -1,6 +1,6 @@ // TR1 cctype -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2330d975067..a058888978f 100644 --- a/libstdc++-v3/include/tr1/cfenv +++ b/libstdc++-v3/include/tr1/cfenv @@ -1,6 +1,6 @@ // TR1 cfenv -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1564f5a492f..41e1b7e65d0 100644 --- a/libstdc++-v3/include/tr1/cfloat +++ b/libstdc++-v3/include/tr1/cfloat @@ -1,6 +1,6 @@ // TR1 cfloat -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 74944bcada0..e665e188289 100644 --- a/libstdc++-v3/include/tr1/cinttypes +++ b/libstdc++-v3/include/tr1/cinttypes @@ -1,6 +1,6 @@ // TR1 cinttypes -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 377171658df..fc898376df7 100644 --- a/libstdc++-v3/include/tr1/climits +++ b/libstdc++-v3/include/tr1/climits @@ -1,6 +1,6 @@ // TR1 climits -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c07dd5c73a5..4ff82419c25 100644 --- a/libstdc++-v3/include/tr1/cmath +++ b/libstdc++-v3/include/tr1/cmath @@ -1,6 +1,6 @@ // TR1 cmath -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e7b3c465058..a7c261516d1 100644 --- a/libstdc++-v3/include/tr1/complex +++ b/libstdc++-v3/include/tr1/complex @@ -1,6 +1,6 @@ // TR1 complex -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 50d30bc0fa4..085717c0170 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 290b17016a4..b43ac079364 100644 --- a/libstdc++-v3/include/tr1/cstdarg +++ b/libstdc++-v3/include/tr1/cstdarg @@ -1,6 +1,6 @@ // TR1 cstdarg -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 059d7aa729e..d07e2620e36 100644 --- a/libstdc++-v3/include/tr1/cstdbool +++ b/libstdc++-v3/include/tr1/cstdbool @@ -1,6 +1,6 @@ // TR1 cstdbool -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b915e884f52..0597d19fb1b 100644 --- a/libstdc++-v3/include/tr1/cstdint +++ b/libstdc++-v3/include/tr1/cstdint @@ -1,6 +1,6 @@ // TR1 cstdint -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 10e51b14553..7d72e58b5d4 100644 --- a/libstdc++-v3/include/tr1/cstdio +++ b/libstdc++-v3/include/tr1/cstdio @@ -1,6 +1,6 @@ // TR1 cstdio -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aa2262f587c..a8259575ba2 100644 --- a/libstdc++-v3/include/tr1/cstdlib +++ b/libstdc++-v3/include/tr1/cstdlib @@ -1,6 +1,6 @@ // TR1 cstdlib -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33db2df0f6b..58c3afb65a0 100644 --- a/libstdc++-v3/include/tr1/ctgmath +++ b/libstdc++-v3/include/tr1/ctgmath @@ -1,6 +1,6 @@ // TR1 ctgmath -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c8aa5584595..b28d1e95145 100644 --- a/libstdc++-v3/include/tr1/ctime +++ b/libstdc++-v3/include/tr1/ctime @@ -1,6 +1,6 @@ // TR1 ctime -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 be58dd3b430..8bfa5c06d4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f6780421c76..0d45ca79933 100644 --- a/libstdc++-v3/include/tr1/cwchar +++ b/libstdc++-v3/include/tr1/cwchar @@ -1,6 +1,6 @@ // TR1 cwchar -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7a332dde9f0..b5f2c2f07fc 100644 --- a/libstdc++-v3/include/tr1/cwctype +++ b/libstdc++-v3/include/tr1/cwctype @@ -1,6 +1,6 @@ // TR1 cwctype -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c448474239f..7b8f853491e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ca1cffb1c40..b73e3d4ae76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ea3b08eedc5..f3a4e079c21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f3f5f7ef146..a07e914a4bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 98ab610e99d..e53c713db6f 100644 --- a/libstdc++-v3/include/tr1/functional +++ b/libstdc++-v3/include/tr1/functional @@ -1,6 +1,6 @@ // TR1 functional header -*- C++ -*- -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1d9a9630ea8..25c9beb6e93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 232edba49c7..316d234388c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1eaaa99fc77..eed79effb3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 793880227a8..43ce55c57e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f87aeb534c4..27b954e5180 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b6f2fc956e7..8343e0489fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e75414c5296..33d933a1238 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 85e39a37eee..75825dfd7b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a3a3a614043..6d0cd35123c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ab572cb6fc4..d39eb1627cf 100644 --- a/libstdc++-v3/include/tr1/memory +++ b/libstdc++-v3/include/tr1/memory @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5fc347a7480..ee213bfe28d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2fed8e5cf9e..d1d304888c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fcfbdd26a89..2e486bb6745 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4c48d5a4435..899adfcafb8 100644 --- a/libstdc++-v3/include/tr1/random +++ b/libstdc++-v3/include/tr1/random @@ -1,6 +1,6 @@ // random number generation -*- C++ -*- -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d05d43af45c..0be82afec3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a8a59b89fb4..a51038b62ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f95cc04f926..f0d0742860f 100644 --- a/libstdc++-v3/include/tr1/regex +++ b/libstdc++-v3/include/tr1/regex @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8e9a0654f88..f573e99bb6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97859b32e72..5278b43194b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6ac1de9ac2c..83f68f9efda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c008e548cdf..f2b120d5f33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5cb783b1a9b..6cbef7c5376 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 274e14ae574..11a6deece5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6d9dcc35de3..d84d9f26e8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 10a74b61348..9051589262b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 110bc666fef..6fb204ac302 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 55bfb73d18a..0b824365c68 100644 --- a/libstdc++-v3/include/tr1/tuple +++ b/libstdc++-v3/include/tr1/tuple @@ -1,6 +1,6 @@ // class template tuple -*- C++ -*- -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ec79e616a06..432958287e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 825c90611fb..ab6094d7b13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 11543513cbc..2d4e25e3bff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 725a0701109..5689fe62927 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5befa8402aa..85dcd1bc196 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a03d462b36f..6024b32adfd 100644 --- a/libstdc++-v3/include/tr1/utility +++ b/libstdc++-v3/include/tr1/utility @@ -1,6 +1,6 @@ // TR1 utility -*- C++ -*- -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 17b623182e4..494136b8347 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ddb747ca97e..788a2601019 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3c43aeb7a22..5d43bd1c063 100644 --- a/libstdc++-v3/include/tr2/bool_set +++ b/libstdc++-v3/include/tr2/bool_set @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f1168c4d88f..1f30666856f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9e5c8170c81..fb022f3b188 100644 --- a/libstdc++-v3/include/tr2/dynamic_bitset +++ b/libstdc++-v3/include/tr2/dynamic_bitset @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6632403b499..8228d7bc472 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6df42ab1182..125aec077c7 100644 --- a/libstdc++-v3/include/tr2/ratio +++ b/libstdc++-v3/include/tr2/ratio @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0d3dd45d541..fa0df41442b 100644 --- a/libstdc++-v3/include/tr2/type_traits +++ b/libstdc++-v3/include/tr2/type_traits @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 a582f6521a6..eec7b953514 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2000-2019 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 d9f3aede15e..f5c4060b61f 100644 --- a/libstdc++-v3/libsupc++/array_type_info.cc +++ b/libstdc++-v3/libsupc++/array_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 cbcfe7f58d7..1aedb04fee4 100644 --- a/libstdc++-v3/libsupc++/atexit_arm.cc +++ b/libstdc++-v3/libsupc++/atexit_arm.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 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 de920d714c6..25334250dab 100644 --- a/libstdc++-v3/libsupc++/atexit_thread.cc +++ b/libstdc++-v3/libsupc++/atexit_thread.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 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 2afa6dffb96..24d4fe3ddda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the 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 034b700a44e..c49a63d72de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 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 e0a44f8fde1..d1f1b41a1c3 100644 --- a/libstdc++-v3/libsupc++/bad_array_length.cc +++ b/libstdc++-v3/libsupc++/bad_array_length.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 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 fc8a7ef2564..5090e2fbf5d 100644 --- a/libstdc++-v3/libsupc++/bad_array_new.cc +++ b/libstdc++-v3/libsupc++/bad_array_new.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 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 a92bf32f1f0..749e40ee0e8 100644 --- a/libstdc++-v3/libsupc++/bad_cast.cc +++ b/libstdc++-v3/libsupc++/bad_cast.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 9f74dd9e2c3..6b6938137d9 100644 --- a/libstdc++-v3/libsupc++/bad_typeid.cc +++ b/libstdc++-v3/libsupc++/bad_typeid.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 4dfade260f3..738f1f24b7e 100644 --- a/libstdc++-v3/libsupc++/class_type_info.cc +++ b/libstdc++-v3/libsupc++/class_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 bf14085eaa7..3562d4c2271 100644 --- a/libstdc++-v3/libsupc++/cxxabi.h +++ b/libstdc++-v3/libsupc++/cxxabi.h @@ -1,6 +1,6 @@ // ABI Support -*- C++ -*- -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 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 86d9acf912b..a1c06b245a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 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 e438c1008d9..bb975b2560e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 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 ab3b617afa7..d6457954732 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 2a1f0aba3a1..73a600f3599 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 603d9f2e9d2..b8e092567ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 a2762659d9f..9f68ef66851 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 e452c7cf19e..1bb05e73465 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 2cadb4b6ae4..d71631483e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 4f52d56c0ac..5f9f63acdc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 a539ccc8187..07741234940 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 892c8b7999b..b78ed3d3ce9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 f050526093b..19009f38f0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 4b1e161fb25..424e3f7cded 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 00ea369ee69..4880be2a047 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 3d96d642e8c..69946f86cf1 100644 --- a/libstdc++-v3/libsupc++/dyncast.cc +++ b/libstdc++-v3/libsupc++/dyncast.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 0323eb2fb2a..ad16699e7b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 b3d34119bb0..c1b6f3acead 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_atomics.h b/libstdc++-v3/libsupc++/eh_atomics.h index 71844174007..3bca634c94a 100644 --- a/libstdc++-v3/libsupc++/eh_atomics.h +++ b/libstdc++-v3/libsupc++/eh_atomics.h @@ -1,6 +1,6 @@ // Exception Handling support header for -*- C++ -*- -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 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 081fd84a4a3..0ecb41d517c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 be8218c4e27..3d37eab5913 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 d923b027535..e2cafb13ebb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 daf80f758c1..9adeb6e5f95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 c00f79dcbe5..67cb5347eb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 1b336c7c797..d1cc6225742 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 de23e8376cb..4617753f4de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 30551311be8..6a368c0699e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 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 c93093f4dae..6acae0593ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 bed5d93327e..3de3d0f553e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 e911423c164..dbf94550515 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 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 49c43317788..42bcf54e883 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 6a191d71c2c..491e0924268 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 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 63e7a7f5504..68bfe5014a9 100644 --- a/libstdc++-v3/libsupc++/enum_type_info.cc +++ b/libstdc++-v3/libsupc++/enum_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception index e965961c0d8..a90d38ee8e9 100644 --- a/libstdc++-v3/libsupc++/exception +++ b/libstdc++-v3/libsupc++/exception @@ -1,6 +1,6 @@ // Exception Handling support header for -*- C++ -*- -// Copyright (C) 1995-2018 Free Software Foundation, Inc. +// Copyright (C) 1995-2019 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 426fba22a57..8b9da533411 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 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 0417ca57c0d..0f006488416 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 bd355ed880b..3f21a70e54c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 d3d93106ebb..a2744f83e73 100644 --- a/libstdc++-v3/libsupc++/function_type_info.cc +++ b/libstdc++-v3/libsupc++/function_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 4b15d85bd1c..d470499adaa 100644 --- a/libstdc++-v3/libsupc++/fundamental_type_info.cc +++ b/libstdc++-v3/libsupc++/fundamental_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 3a2ec3ad0d6..2bf20c6f304 100644 --- a/libstdc++-v3/libsupc++/guard.cc +++ b/libstdc++-v3/libsupc++/guard.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 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 5f05022b4cc..7595c67872a 100644 --- a/libstdc++-v3/libsupc++/guard_error.cc +++ b/libstdc++-v3/libsupc++/guard_error.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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 c6a563e76ba..3a555c73a52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 f5b97939055..79a2b7485b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 540adf12742..8086bd30a2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 1e74a0012b5..5086780f2ec 100644 --- a/libstdc++-v3/libsupc++/nested_exception.cc +++ b/libstdc++-v3/libsupc++/nested_exception.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 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 9a125ef799c..52d3ea8b336 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the 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 91ebf3c2cd7..a35972b08b3 100644 --- a/libstdc++-v3/libsupc++/new +++ b/libstdc++-v3/libsupc++/new @@ -1,6 +1,6 @@ // The -*- C++ -*- dynamic memory management header. -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 7a586c8e350..1f2186f34af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1996-2019 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 df77950cd97..863530b7564 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 abb7451fafe..0303ecde6bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 f08ae0c2ac4..44d67d00f5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 ffe44b939bb..f2f427cce87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 0a0cb165c3c..0ca8415fdf1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 ceaa7b32a8b..481f097b643 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 4ba1268fbe9..9924f431636 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 3678b8e1ac9..1c38a59d398 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 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 d6560a76649..6aab13a9916 100644 --- a/libstdc++-v3/libsupc++/pbase_type_info.cc +++ b/libstdc++-v3/libsupc++/pbase_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 28e1a9b9c58..ba9b0212995 100644 --- a/libstdc++-v3/libsupc++/pmem_type_info.cc +++ b/libstdc++-v3/libsupc++/pmem_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 ce039f55776..7a501f8c29f 100644 --- a/libstdc++-v3/libsupc++/pointer_type_info.cc +++ b/libstdc++-v3/libsupc++/pointer_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 c97bfc1fc7e..6934ce99098 100644 --- a/libstdc++-v3/libsupc++/pure.cc +++ b/libstdc++-v3/libsupc++/pure.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 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 0122fd5503d..b8148e619eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 16097def7e3..f10e270b6ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 b0be9a699b2..0b8f16a618e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 c971be662c6..533824ca032 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/typeinfo b/libstdc++-v3/libsupc++/typeinfo index a186febb990..0ed47fcdfb6 100644 --- a/libstdc++-v3/libsupc++/typeinfo +++ b/libstdc++-v3/libsupc++/typeinfo @@ -1,5 +1,5 @@ // RTTI support for -*- C++ -*- -// Copyright (C) 1994-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 193b730e817..ab12f31f210 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 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 d333249a737..cc51da2383a 100644 --- a/libstdc++-v3/libsupc++/vec.cc +++ b/libstdc++-v3/libsupc++/vec.cc @@ -1,6 +1,6 @@ // New abi Support -*- C++ -*- -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 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 69750616c63..9d0be4e9902 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 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 657f4267ebc..2ab08f83df0 100644 --- a/libstdc++-v3/libsupc++/vterminate.cc +++ b/libstdc++-v3/libsupc++/vterminate.cc @@ -1,6 +1,6 @@ // Verbose terminate_handler -*- C++ -*- -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 91c237e6910..6c791893088 100644 --- a/libstdc++-v3/libsupc++/vtv_stubs.cc +++ b/libstdc++-v3/libsupc++/vtv_stubs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the 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 91ca11db585..956b6e07021 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2001-2019 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 9c76963cf90..f9cc9a441b9 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2001-2019 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 32ac983ef50..599e0c654f8 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # Benjamin Kosnik , 2001. # #, fuzzy diff --git a/libstdc++-v3/po/fr.po b/libstdc++-v3/po/fr.po index f313d674740..eff1638ff69 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # Benjamin Kosnik , 2001. # #, fuzzy diff --git a/libstdc++-v3/po/libstdc++.pot b/libstdc++-v3/po/libstdc++.pot index 11dce134b05..a18a3cf3245 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 54f04a950d6..b24ad8d0258 100644 --- a/libstdc++-v3/po/string_literals.cc +++ b/libstdc++-v3/po/string_literals.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 e7779958e69..44d0b3e7fb4 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2009-2019 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 f24291de164..d29374be776 100644 --- a/libstdc++-v3/python/hook.in +++ b/libstdc++-v3/python/hook.in @@ -1,5 +1,5 @@ # -*- python -*- -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 b001c8520b6..ffbf397ef58 100644 --- a/libstdc++-v3/python/libstdcxx/v6/__init__.py +++ b/libstdc++-v3/python/libstdcxx/v6/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 2baaf1e8b73..9e80e990e28 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2019 Free Software Foundation, Inc. # This 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 01819592ff2..c405d8a25d5 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 76a3cea6d3f..e694a108261 100755 --- a/libstdc++-v3/scripts/extract_symvers.in +++ b/libstdc++-v3/scripts/extract_symvers.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 Free Software Foundation, Inc. # # This file is part of the 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 59de89b8cf5..454eea0fd4d 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 Free Software Foundation, Inc. # # This file is part of the 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 a52e9205498..eb3559a61c6 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 9a2fe297ddb..436c2c56f13 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-2018 Free Software Foundation, Inc. +## Copyright (C) 1997-2019 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 a22258782cb..46d31b9cc64 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++11 sources of the GNU C++ Standard library. ## -## Copyright (C) 1997-2018 Free Software Foundation, Inc. +## Copyright (C) 1997-2019 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 199c748bcff..8d9b5ee4b69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the 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 503f2fe1ff3..b2fa375cdf5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 b62083d2dbb..a0000343053 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the 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 08789dce8bc..d57fdd23bcf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the 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 f2aba6bbbfe..e38d27178a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the 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 154315f155d..ba66ee24b74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the 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 e60c8f9bfd6..ea2000afb16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the 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 c500c719571..de4006a10e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the 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 4c05abbdc62..16b45525de8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 19490f4b8fe..542379b158e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 623f2de0234..938486230ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 58a97841b72..b23327ce4e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 d271be529a6..02db7bee8f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 5106004733a..c36f297438e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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-io-inst.cc b/libstdc++-v3/src/c++11/cow-string-io-inst.cc index e449a5f31ef..3cf876497bf 100644 --- a/libstdc++-v3/src/c++11/cow-string-io-inst.cc +++ b/libstdc++-v3/src/c++11/cow-string-io-inst.cc @@ -1,6 +1,6 @@ // Reference-counted COW string instantiations for I/O -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 ad5f0956f06..ec29b3bfd5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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-io-inst.cc b/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc index 9510bd41252..5b2005efc57 100644 --- a/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc +++ b/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc @@ -1,6 +1,6 @@ // Reference-counted COW wide string instantiations for I/O -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 53d56c9573c..1a431c1c9b6 100644 --- a/libstdc++-v3/src/c++11/ctype.cc +++ b/libstdc++-v3/src/c++11/ctype.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 93838b1cd88..9c3a4990097 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 26816fae570..2010b661741 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 f2426a45328..7dc855014be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 78537bd152f..f4823bc1f3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 b7a15876a31..ad932cd9664 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 0a4cf03544c..efdbd4b93a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 88fe889dd6a..f5a49992efa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the 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 5d16ea6ea18..1223eb5ccd8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 d1a074d1468..d1505b06f06 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 b41e74f6ff8..ae52b832c5a 100644 --- a/libstdc++-v3/src/c++11/functexcept.cc +++ b/libstdc++-v3/src/c++11/functexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 7578f071585..acbe402e1bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 a5a8ec68c53..3ea32f752bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 01b614691aa..489b712ebc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the 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 50978b47f19..47c4b9b2a73 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 b9b11ff4385..47c609d1800 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 e12370d7380..40d76e9442a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 f5351777f90..64a7d594768 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 7c2e8817abd..cec3322b15f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 9c1e05928f0..7bb851b0de0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 4d7889f2021..ed7e631ed88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 bffb6fa1121..4c83951064d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 2df8dc1874d..73483462e7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the 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 bad0f0491c7..4197b61cb3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the 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 f20a1e0c6ea..107a4da87cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 9d1761bce62..fd1fee037d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 19daf6d6319..1146d21c3f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the 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 434e401233d..842e267d0ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 9c74143bac6..6e838de3c03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 ec3c98729b5..57664eb22e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/src/c++11/sso_string.cc b/libstdc++-v3/src/c++11/sso_string.cc index 69f155c45c7..ff5d219596a 100644 --- a/libstdc++-v3/src/c++11/sso_string.cc +++ b/libstdc++-v3/src/c++11/sso_string.cc @@ -1,6 +1,6 @@ // Helper for accessing __cxx11::string from the ABI -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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/sstream-inst.cc b/libstdc++-v3/src/c++11/sstream-inst.cc index 0d2bca7b84f..62b737b8a42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 c7de56fc47e..b3521cc9ea4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 1ea2f2f548f..121643b7421 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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-io-inst.cc b/libstdc++-v3/src/c++11/string-io-inst.cc index 97602b7c61e..81c20648379 100644 --- a/libstdc++-v3/src/c++11/string-io-inst.cc +++ b/libstdc++-v3/src/c++11/string-io-inst.cc @@ -1,6 +1,6 @@ // SSO string instantiations for I/O -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 07f44c0af9c..d67e3a4f975 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 564eae6f166..1dad4cde637 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the 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 cf25c96cc36..aa4e7d77095 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 2435b0cf132..e2a06cdd06f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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-io-inst.cc b/libstdc++-v3/src/c++11/wstring-io-inst.cc index c48ef0b35b8..85b7a818a01 100644 --- a/libstdc++-v3/src/c++11/wstring-io-inst.cc +++ b/libstdc++-v3/src/c++11/wstring-io-inst.cc @@ -1,6 +1,6 @@ // SSO string instantiations for I/O -*- C++ -*- -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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++17/Makefile.am b/libstdc++-v3/src/c++17/Makefile.am index c748f50be16..c26e5276f94 100644 --- a/libstdc++-v3/src/c++17/Makefile.am +++ b/libstdc++-v3/src/c++17/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the C++17 sources of the GNU C++ Standard library. ## -## Copyright (C) 1997-2018 Free Software Foundation, Inc. +## Copyright (C) 1997-2019 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++17/memory_resource.cc b/libstdc++-v3/src/c++17/memory_resource.cc index 929df93233c..cd11bf5875c 100644 --- a/libstdc++-v3/src/c++17/memory_resource.cc +++ b/libstdc++-v3/src/c++17/memory_resource.cc @@ -1,6 +1,6 @@ // implementation -*- C++ -*- -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the 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 bceaa5b0f40..b9f59ecaa10 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-2018 Free Software Foundation, Inc. +## Copyright (C) 1997-2019 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 80ab6121e7e..7bece30691e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the 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 185307618dc..d22bf4e118f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 07df5530af9..fef3844943f 100644 --- a/libstdc++-v3/src/c++98/codecvt.cc +++ b/libstdc++-v3/src/c++98/codecvt.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 3361a1c1b7d..127718869b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 9203f49ce4a..95b07d32e87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 3e3f76f7fef..245a8c12873 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the 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 6f4ddc4093d..6011efbbdbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the 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 bfaf5fd1c9f..35d3f9d8282 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the 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 86dc629dd2c..cb290ea13cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 dcd280a5b47..f1d4e3961ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 5d3d572b91f..76fd3e5317b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 d76ae851533..b374be5be9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 9c918cf2a0c..1b860b05de7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 1394c71188b..d7724e22db6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 ce46713c52d..e1c3df957de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 794124b68e7..b2b595ad653 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 4eb061aba0a..1171319b10f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 7b641643fcd..8325078dfc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 feb3569c8be..13ce6239842 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 373c7fe0168..a0888a3e55f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 aa2682d692f..73dd7d59193 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 a3c6e74e8ea..3341903cb3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 95f67efdfd3..31c414800d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the 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 7e2a35c7b90..0155fabc64b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the 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 497da402daf..8ef4239499f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the 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 fe06d297039..8652f8559c2 100644 --- a/libstdc++-v3/src/c++98/locale.cc +++ b/libstdc++-v3/src/c++98/locale.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 1ef636b09a6..051396a1468 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 b580a9f9d58..0b778de9c40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 afb43e5cea9..38290f0b8fe 100644 --- a/libstdc++-v3/src/c++98/localename.cc +++ b/libstdc++-v3/src/c++98/localename.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 62ca9becc2a..a50ff9f54dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 f8c542ffe44..18e8e3068c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 95b9e8bff3a..d438993b911 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 e35664be97a..f842c6f9cfd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 b9a8217a52f..1cbc722c862 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the 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 2e0528a52d9..c5ea624ec5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 0be0a9086c2..3e14613554a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the 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 3acf7600e7a..3ec9b19cb84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the 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 f878ad62272..a3f00de13d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 2c6a63f2e60..4454a427e7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the 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 284db21e81c..14da9973358 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the 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 c33696d808d..12367c7c02c 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2014-2019 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 841de18424a..82d989af126 100644 --- a/libstdc++-v3/src/filesystem/cow-dir.cc +++ b/libstdc++-v3/src/filesystem/cow-dir.cc @@ -1,6 +1,6 @@ // Class experimental::filesystem::directory_entry etc. -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 0b68485ad0c..67ae51cef32 100644 --- a/libstdc++-v3/src/filesystem/cow-ops.cc +++ b/libstdc++-v3/src/filesystem/cow-ops.cc @@ -1,6 +1,6 @@ // Filesystem TS operations -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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 23f9ea4d7b3..62810361278 100644 --- a/libstdc++-v3/src/filesystem/cow-path.cc +++ b/libstdc++-v3/src/filesystem/cow-path.cc @@ -1,6 +1,6 @@ // Class experimental::filesystem::path -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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-std-dir.cc b/libstdc++-v3/src/filesystem/cow-std-dir.cc index 8384ec71e85..a48e99fe6d0 100644 --- a/libstdc++-v3/src/filesystem/cow-std-dir.cc +++ b/libstdc++-v3/src/filesystem/cow-std-dir.cc @@ -1,6 +1,6 @@ // Class filesystem::directory_entry etc. -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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-std-ops.cc b/libstdc++-v3/src/filesystem/cow-std-ops.cc index dd07bf9429e..7e76208b613 100644 --- a/libstdc++-v3/src/filesystem/cow-std-ops.cc +++ b/libstdc++-v3/src/filesystem/cow-std-ops.cc @@ -1,6 +1,6 @@ // Filesystem operations -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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-std-path.cc b/libstdc++-v3/src/filesystem/cow-std-path.cc index e9d5b1815bd..f0717aef876 100644 --- a/libstdc++-v3/src/filesystem/cow-std-path.cc +++ b/libstdc++-v3/src/filesystem/cow-std-path.cc @@ -1,6 +1,6 @@ // Class filesystem::path -*- C++ -*- -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the 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-common.h b/libstdc++-v3/src/filesystem/dir-common.h index 03875819d04..bcfbfcd0bea 100644 --- a/libstdc++-v3/src/filesystem/dir-common.h +++ b/libstdc++-v3/src/filesystem/dir-common.h @@ -1,6 +1,6 @@ // Filesystem directory iterator utilities -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 01c3decaba6..0738ea784f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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-common.h b/libstdc++-v3/src/filesystem/ops-common.h index c1b817189a9..dcd61cc26cd 100644 --- a/libstdc++-v3/src/filesystem/ops-common.h +++ b/libstdc++-v3/src/filesystem/ops-common.h @@ -1,6 +1,6 @@ // Filesystem operation utilities -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 a6ae75ff734..95bf23b5b52 100644 --- a/libstdc++-v3/src/filesystem/ops.cc +++ b/libstdc++-v3/src/filesystem/ops.cc @@ -1,6 +1,6 @@ // Filesystem TS operations -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 63da684cf0a..048c5617668 100644 --- a/libstdc++-v3/src/filesystem/path.cc +++ b/libstdc++-v3/src/filesystem/path.cc @@ -1,6 +1,6 @@ // Class experimental::filesystem::path -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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/std-dir.cc b/libstdc++-v3/src/filesystem/std-dir.cc index b0f869fc8fd..a2936fcb8bd 100644 --- a/libstdc++-v3/src/filesystem/std-dir.cc +++ b/libstdc++-v3/src/filesystem/std-dir.cc @@ -1,6 +1,6 @@ // Class filesystem::directory_entry etc. -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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/std-ops.cc b/libstdc++-v3/src/filesystem/std-ops.cc index 2f9a76ffaa1..26a7ad2a198 100644 --- a/libstdc++-v3/src/filesystem/std-ops.cc +++ b/libstdc++-v3/src/filesystem/std-ops.cc @@ -1,6 +1,6 @@ // Filesystem operations -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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/std-path.cc b/libstdc++-v3/src/filesystem/std-path.cc index 5b0318c1f58..bf6f37711eb 100644 --- a/libstdc++-v3/src/filesystem/std-path.cc +++ b/libstdc++-v3/src/filesystem/std-path.cc @@ -1,6 +1,6 @@ // Class filesystem::path -*- C++ -*- -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the 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 a5de1df89f2..c17fe4bbb44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4c8498707c4..2b3c08b2b54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1062787bb37..eaef32fa857 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 05871640d39..3646740a39a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0e7dcf736f2..42d694bb3fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 84954a20e5a..0751fb5a177 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 89cfb63ab27..9228974664b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1cd7a0ffc00..2a6115374dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c2d6335dffa..61287910b0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6d1fea4aac5..5d51ce8a386 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d40f52ebf8d..267fadb3451 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2cd6d35e00d..ff59afabf0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c1d98998fb6..2d6eda5f1bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 01fe7b3d2fa..7240352f455 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 27487e46028..23c41e799a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 502c7277047..83339807d0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 82f372d8294..53068cd9a97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8e637a9eab3..8d86a1bc418 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 049caa4cab9..aa52611e7b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b006f28fb49..b3a3d331b96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a53c255754b..77058c99dd8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c5ce3590005..92a405823ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f37b696dcd8..043969c842b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3553a2466d1..1120f26e01c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d6cc2c9f9db..1e3648e3e28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0097cc0ad22..779b3061a51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d8c756d9c22..e87728974b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 563cf77edd6..1877819ec9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 64388708c39..8697f23acbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1a830ec882f..fe0abd78ada 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 218a8cc9477..1c96439ae4c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2017/all_attributes.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_attributes.cc index a6eff0cc04c..09318e8886d 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_attributes.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_attributes.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2017/all_no_exceptions.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_no_exceptions.cc index 5b12b00d9aa..c2ae2d49441 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_no_exceptions.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_no_exceptions.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17 -fno-exceptions" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2017/all_no_rtti.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_no_rtti.cc index 3717ccf90a3..97e4e1cae69 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_no_rtti.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_no_rtti.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17 -fno-rtti" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2017/all_pedantic_errors.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_pedantic_errors.cc index bf391d3e1ed..6533740c366 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_pedantic_errors.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2017/all_pedantic_errors.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17 -pedantic-errors" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2017/operator_names.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2017/operator_names.cc index c0b94de8aae..8b70981387d 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2017/operator_names.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2017/operator_names.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17 -fno-operator-names" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2017/stdc++.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2017/stdc++.cc index bafc7d4c7be..9d8f9241614 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2017/stdc++.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2017/stdc++.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2017/stdc++_multiple_inclusion.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2017/stdc++_multiple_inclusion.cc index 5684558ff75..c23e4687223 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2017/stdc++_multiple_inclusion.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2017/stdc++_multiple_inclusion.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2020/all_attributes.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_attributes.cc index 2eb46ea36f8..222705a4408 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_attributes.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_attributes.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2020/all_no_exceptions.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_no_exceptions.cc index 2d2b8242bd9..9b275e663ca 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_no_exceptions.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_no_exceptions.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++2a -fno-exceptions" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2020/all_no_rtti.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_no_rtti.cc index be518b036a0..2813857812c 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_no_rtti.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_no_rtti.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++2a -fno-rtti" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2020/all_pedantic_errors.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_pedantic_errors.cc index 20fe03b1cf8..fea9131a79a 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_pedantic_errors.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2020/all_pedantic_errors.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++2a -pedantic-errors" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2020/operator_names.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2020/operator_names.cc index b6052d4ae5f..dff30a44d68 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2020/operator_names.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2020/operator_names.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++2a -fno-operator-names" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2020/stdc++.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2020/stdc++.cc index 14e327006b1..c789cf836b4 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2020/stdc++.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2020/stdc++.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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++2020/stdc++_multiple_inclusion.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2020/stdc++_multiple_inclusion.cc index 36105aff5e5..bf0ce27d46a 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2020/stdc++_multiple_inclusion.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2020/stdc++_multiple_inclusion.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/names.cc b/libstdc++-v3/testsuite/17_intro/names.cc index 4e6cff1fe37..c3c753b35e5 100644 --- a/libstdc++-v3/testsuite/17_intro/names.cc +++ b/libstdc++-v3/testsuite/17_intro/names.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97a4e6c5908..174f30a3a27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 22b364e88ae..8c6e97b3faa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3cba9e2ff58..66233c5d1cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d1c3fd07eca..1656bc08934 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2bf8f12e59f..5a8d25234a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8a1527ca6cb..31242760179 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c8bc9597e9a..cd6c755dce6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/aligned_alloc/aligned_alloc.cc b/libstdc++-v3/testsuite/18_support/aligned_alloc/aligned_alloc.cc index 204735ce710..b5b4cd87a30 100644 --- a/libstdc++-v3/testsuite/18_support/aligned_alloc/aligned_alloc.cc +++ b/libstdc++-v3/testsuite/18_support/aligned_alloc/aligned_alloc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f364529755..60f4eeafa42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c2dd891f835..780eaf3f7e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 db376b72dd4..4db3160ef9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 361bda738e9..73ed471e5ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 53921b88c94..a6f40871d89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c2cff1ef610..413e056c99e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e8efa2e4c1b..d246604530d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8f05ff86384..22979879a5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5522bebb11d..40f5ca4a81b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b9f1e70cc20..e6e63571889 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/byte/81076.cc b/libstdc++-v3/testsuite/18_support/byte/81076.cc index 0ba0b1276bc..8fc2b6000b6 100644 --- a/libstdc++-v3/testsuite/18_support/byte/81076.cc +++ b/libstdc++-v3/testsuite/18_support/byte/81076.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/byte/global_neg.cc b/libstdc++-v3/testsuite/18_support/byte/global_neg.cc index 3aaa6310f45..db4d6c5fca4 100644 --- a/libstdc++-v3/testsuite/18_support/byte/global_neg.cc +++ b/libstdc++-v3/testsuite/18_support/byte/global_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/byte/ops.cc b/libstdc++-v3/testsuite/18_support/byte/ops.cc index 6f2755eb0a5..37a75fa2a32 100644 --- a/libstdc++-v3/testsuite/18_support/byte/ops.cc +++ b/libstdc++-v3/testsuite/18_support/byte/ops.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/byte/requirements.cc b/libstdc++-v3/testsuite/18_support/byte/requirements.cc index 7d4a2103ba0..79129e8f197 100644 --- a/libstdc++-v3/testsuite/18_support/byte/requirements.cc +++ b/libstdc++-v3/testsuite/18_support/byte/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 60ab3a0bf07..e6664f26db3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 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 8e1ed9ed18a..7ac6cd7973f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 45d235a9cce..10348992bd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ca44470561a..5acd3f5cb51 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 da129672706..e52dfab1791 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/60612-terminate.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/60612-terminate.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 85834f68cdb..4815865d08f 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/60612-unexpected.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/60612-unexpected.cc @@ -1,6 +1,6 @@ // { dg-do run { target { c++11_only || c++14_only } } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b630c8261a2..bcb33791784 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-options "-Wno-deprecated" } // { dg-do run { target c++11 } } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3e115f04daf..d673371782f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cb4426d2b6c..4ca2d590ce9 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc @@ -2,7 +2,7 @@ // 2008-05-25 Sebastian Redl -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8e1f9965181..30201f3e9cc 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/lifespan.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/lifespan.cc @@ -2,7 +2,7 @@ // 2008-05-25 Sebastian Redl -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 af1ad79c0df..2524554cd75 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,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 77a8c4b0714..d1862543fb7 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,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 09b560444bf..cd6805e2a86 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6c6bae4f31a..d9a28363e78 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/requirements.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/requirements.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1390a942e2c..84892042520 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/requirements_neg.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/requirements_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7e689d8f4b4..5562bc9de75 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc @@ -2,7 +2,7 @@ // 2008-05-25 Sebastian Redl -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 87deb711223..4f57e77307a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e6a9ebfcc7a..3f08449e907 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 08ec709f4e7..12b2ebb50db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 06d965b0ac8..8f049668f46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e7cc9f2ff23..adf8de16a45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e32fa2b4c6e..71dc78497c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cad7a224717..a724406a519 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 71697791615..6370df719cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c4f3247da12..eb9bb189e3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b6d64cedab1..d1eb9e0f757 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eaf0d584696..420306e4305 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b1676fa6869..dd20e565dd0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4df7fcf5a14..aff22333fef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f33b51ed66a..7ea7c336e5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fb6fd2051cf..915c0638687 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 68de79c871c..d45c4057bb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b0421cdbcaf..c126dde9762 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 28ec61d3d41..e7698b10666 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e19f3b73cc6..8e17db3e0a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0a6bdd385af..209a3332661 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4302a61b218..040e4097233 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2747919af33..3ecf0aad708 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fe2734a7299..ae725946778 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 86ec936d2b2..c6b25bc1f47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ab1e7da0e09..cb3b4e433cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 26024e55ce3..b16f8ea93f2 100644 --- a/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc +++ b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 28544739a41..902edbb980f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9eecf05dc55..7fae96efb9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3a3ed6efcc5..50b6b8aed0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5787631f232..82393dbc194 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b7cb24dc167..37cbdc30a63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/version/macros.cc b/libstdc++-v3/testsuite/18_support/headers/version/macros.cc index 70a8beb5bb5..efa2a26320b 100644 --- a/libstdc++-v3/testsuite/18_support/headers/version/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/version/macros.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 901d9aa68c1..17851394981 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 352978cfda9..9df1277cde5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4545ff563eb..2ab3ee5a3e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a9a43476f20..603f1d5286d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b0a4896025f..f2b2ec0d60c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e6606383174..6a36519ddbb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/nodiscard.cc b/libstdc++-v3/testsuite/18_support/launder/nodiscard.cc index 8ab2e1ba331..09e39926aa7 100644 --- a/libstdc++-v3/testsuite/18_support/launder/nodiscard.cc +++ b/libstdc++-v3/testsuite/18_support/launder/nodiscard.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2ccb0065e86..22feac86441 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 770c46ec824..2586329494b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bea10a635cb..50ae3f4f584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 63d9c33df28..918f1845871 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 99eda8d6f88..338890b035e 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7a4b0b09bcd..04ca7e159c6 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0db9433d7eb..52bb4304ba9 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/68139.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/68139.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/79114.cc b/libstdc++-v3/testsuite/18_support/nested_exception/79114.cc index 13d4c6af191..774be28b486 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/79114.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/79114.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2a94726c313..93214f005aa 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/cons.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/cons.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4be029ee3dc..5397bed8be7 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/nested_ptr.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/nested_ptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0ce5f47fe87..e6939055814 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,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a6527a0c4d7..96ceb5d0df6 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_nested.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_nested.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1653bef0408..a64084e57b8 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,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_aligned.cc b/libstdc++-v3/testsuite/18_support/new_aligned.cc index a9f539d36e8..0e1a9c043dd 100644 --- a/libstdc++-v3/testsuite/18_support/new_aligned.cc +++ b/libstdc++-v3/testsuite/18_support/new_aligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d8bd3aafce6..89cfe8f0caf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fedddfb3d87..428ca83daf0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_nothrow.cc b/libstdc++-v3/testsuite/18_support/new_nothrow.cc index ec3f8070062..0cbc15f337f 100644 --- a/libstdc++-v3/testsuite/18_support/new_nothrow.cc +++ b/libstdc++-v3/testsuite/18_support/new_nothrow.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fa795bc86f5..c3a3c3b2602 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 67e50ce784b..72a8af504bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4f0eac37475..c706b71b28f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 782bd9a7801..7b8a09f4f31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 88308efab86..b4178c45df9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b107de201e9..efcc447d186 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7f350f6292e..85897296786 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 150db958807..bf6dac73b0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a58ef5eb6bc..47917dc3016 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 92f4fbfaf11..44c2bff2ab4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3aaea0975ba..12e184086df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9ea605585f9..ccb7483297d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 25d1b4bcbbd..85466c5b538 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 63d3acf6d51..c0c3ab8aac8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 69b60a12573..1cc050bd69c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 44c819f8196..696399759de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9cbf030bf42..3cf1a9e146a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1b74adf34a1..de3e5daf205 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5fa10d77aa5..e2ed2a1ebb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cf662fc972c..1dd88665ad8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 19ab25ae41e..76532b389b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6abf4ca9b59..bc513c2bb85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 89e06d78960..ede436267ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d9b8fc2ae5e..03c9e8c8c40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 581016adfde..229f68b01d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fb628670626..f2bad192972 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 09fe24cc8c4..812c0103c68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 10fd139e8b6..e75a6146674 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 17d83911f33..e154c30ee2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 edcc8ec3855..3a57f28b1d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 23ffee57c2d..5a74c29ab88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8f803aa2cd4..5136f752103 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5cc7bb9453b..3e0c5821940 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/generic_category.cc b/libstdc++-v3/testsuite/19_diagnostics/error_category/generic_category.cc index 64881f44ca0..76c3786d1d3 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_category/generic_category.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_category/generic_category.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0fa9859c9a8..60af764d571 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d4696f54cc5..a8aa93b4f25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/system_category.cc b/libstdc++-v3/testsuite/19_diagnostics/error_category/system_category.cc index 77cd9c5df83..84e98941c99 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_category/system_category.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_category/system_category.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 981784d88ca..f17d6b8bf45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5bd059a946a..1c19768dbfa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f9fd5e5053d..01981150a4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b0fadc29a3b..2fe056582cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8271ff7506d..63539b79397 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eb0e08e755d..8b33e6a1319 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2b10ea72132..53d4fa82084 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5d6e38481dc..c786771dc18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 591cb222533..5e71bb74617 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 32dbe4650b3..9be53a250f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 010d3d91e98..a57c987a892 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8d98fce2da0..1174777540a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 35c200d57c5..5ecdf8c75e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8ed64801063..a4d26444eca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cce1bd9721e..8e8f8e9523c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8e1d2ec2304..a3d1fcf6692 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9fc377017be..e18c3adceb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 05085b7a50c..06c7e932b0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dcc3d4ded03..9fd55c5a440 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 abd5d7fbcf6..6fbeb7a70a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 804f2d9deca..c3e2f32a560 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f569af00c38..7f164a09052 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 052e8ef7a05..f5b7966b1f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c03a78e5dd7..460d998fcf6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e26870ce3e3..4097c6bf8e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cdd92225f16..1967052ed46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 84d01119006..27618a41f97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fdf61f7e370..c52c93f900c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 896cea5f01d..c00e71f9cc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0b93c9a3fcb..785816f542c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0304eded598..40d82c6dd7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b27270e39ad..6eae89db0dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bd9d0d214f5..d605579ebba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 87d111dddef..698fc3f7c77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ec1373c4a65..7a7a1ac8ff6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 518d3a33fbf..9e22319dd34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c0bf5d4893c..a67286218b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 baf7b4b4101..ccc9d7525e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 068f5332e98..697654d9b99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 025c5a10f09..37c91b75dbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 54ec6ca48e2..15e4c5ddb7d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 74314a34826..d7efa117848 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb5e986a87f..e918d2dcc17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 586e3ce4be9..c4343cae55a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c5ee054312..4474a1902b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 caa1e273166..7f8948bb79c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9d63ef5336..0d0eba88d43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 597b3522a66..5a735a6da3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 18497e19cc4..5d5e8694565 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4d31bac2f7..04f20b5eb92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c700b751cb..78816f1c10c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a251a646186..db06b3c2341 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f79b9fc8e4..590aa511aa0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3350cc624fd..acf9442851f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d940cec22d3..6bb86312b88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f86ff6f71d..608f3943578 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e171e69e3f6..361e63217ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 604980988e5..fbbc157b4fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 200caf07a67..7849bbbbe71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f085983562..c0dc8dcfb79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ff1dd7e178..2a3a1c68982 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7f7dd4b3b0..4bf597ee79c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a928c4036a..a8b969a7d31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d3af1dc55c..457f4837bc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c7ff67e0454..c3bc5ffacc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 62df7a7b896..f39c1fd075c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09c611b96f7..20208983b4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f51a1ac6175..c185ddcfb84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c3e1b9de4a3..7eb04406064 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 27d794fd9f4..1f4901ed4a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c185599cf6c..df6374ed91c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9bbc040bc57..7ba6efd227c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f73008daabd..fad143aca53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6880490a8fd..8ea08958f8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 249960b1c2a..8d638a7e2bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f636ef328c3..6e0231dc2e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 929ffe0a066..c83dea4b168 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 514897d9c4b..917e64de374 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62c07ea8211..981ae103eba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9673cefc9b..63edb9e0dfc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd6e9d02e80..d293e6b06b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 438034bceb6..d7aa6bd80ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae27835e52f..b9851cd2155 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bbe67f43229..a5e2a269a15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac27fae9add..f00cdd9e58f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b3b4f793d43..8cb29f3a1e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fc6fff176e9..b652c7368e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 612f052a27d..3711aa66ca7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pointers.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc index 9c1871f1af4..19ca69b18f8 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/rebind_alloc.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc index 337ad56de87..197c91dbe82 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bbb1df09ea5..a5060b861e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bec19d8573a..5578bc7e027 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7e74979d55f..652e82f1479 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b20d9210055..e1a4f118fab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ed5e8f63b4b..a4aaae54a0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dabab82908a..3123a280487 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 42f85b2fdff..de40a38bff3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1e3ab0c4304..bf93f4d2e2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e5b889eaa8d..5eec12bf31e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3bfb52f66a2..ad069ef5371 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac79b7ae516..b63bcd1b77f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 317cda6c653..e4acc3148a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3c13a86a2c9..404b4c2988a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 011900c5014..4863f9b507a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 504d03ee8c0..f87683e4b31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e180d568fed..b5d134acfd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 37a24d7653a..8f19dc3ae0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62d7aaa8ca5..d8a52d719db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24772ca6bd7..054a4f01585 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 860cf6a2b0f..1080a8c0db3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79a9637d4ea..352cc7adebf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/83658.cc b/libstdc++-v3/testsuite/20_util/any/modifiers/83658.cc index 7c5acc636c8..c2f9a6481c6 100644 --- a/libstdc++-v3/testsuite/20_util/any/modifiers/83658.cc +++ b/libstdc++-v3/testsuite/20_util/any/modifiers/83658.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e5d97e4d792..3051115bd88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 413a8205bba..1ccfc10c4ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 edb3f3b7007..7b2993691d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea97f1b11b6..e0992b1c3a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 00fa35d313e..66e819da02d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/assume_aligned/1.cc b/libstdc++-v3/testsuite/20_util/assume_aligned/1.cc index be3bed14e6d..86208bcdee3 100644 --- a/libstdc++-v3/testsuite/20_util/assume_aligned/1.cc +++ b/libstdc++-v3/testsuite/20_util/assume_aligned/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/assume_aligned/2_neg.cc b/libstdc++-v3/testsuite/20_util/assume_aligned/2_neg.cc index f902e45a9a7..8dc28045f1e 100644 --- a/libstdc++-v3/testsuite/20_util/assume_aligned/2_neg.cc +++ b/libstdc++-v3/testsuite/20_util/assume_aligned/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/assume_aligned/3.cc b/libstdc++-v3/testsuite/20_util/assume_aligned/3.cc index da2a6684bb9..da854154cb7 100644 --- a/libstdc++-v3/testsuite/20_util/assume_aligned/3.cc +++ b/libstdc++-v3/testsuite/20_util/assume_aligned/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72383ff1dc5..7edbd0f41b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c985d409c24..ba4fc7b52f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3bc1b9a2852..73193049e16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 14d538f118a..7ff6084a1e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f6351e9c8c0..d637f45c39f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8244d21eecb..017a8637eee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce91189706e..f353ca9e14b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5012d523e97..36acf5365fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c58d9f2e71..edffd6114a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb8eff2df80..f453aa3b6d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 020f388d374..5da44847c7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ffe3310c31..e17b42feedd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5cd896ecbcb..075168d845e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46dd7da7db2..d885c3486be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 11e8ea99c69..a449beeea2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8b6659b83a2..d9095c677f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec73a2022a2..0fa223b93ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1569e91b082..96842e0be5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a28500abad1..c7fb464865a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 809c0004c03..9782869be66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 19c6eee009a..2a3b781a592 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 402127fcf54..49ed7cbab08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/79798.cc b/libstdc++-v3/testsuite/20_util/bind/79798.cc index 9be07065346..5ae0f1cf1d1 100644 --- a/libstdc++-v3/testsuite/20_util/bind/79798.cc +++ b/libstdc++-v3/testsuite/20_util/bind/79798.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/83427.cc b/libstdc++-v3/testsuite/20_util/bind/83427.cc index 84692e7036b..3aebc68eebc 100644 --- a/libstdc++-v3/testsuite/20_util/bind/83427.cc +++ b/libstdc++-v3/testsuite/20_util/bind/83427.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0075b6d75d5..91673436cb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b64de9b9a7e..377acbb6a16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33f1113f083..244aa39da9a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe4293b4dce..ac15dee1a6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09814022ea6..ef02a82e860 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5232e31c462..7eda319a816 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1367f25af08..419919ef432 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2a70b853c1..c55b43a208c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ce973a7736..a456cf6d5b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 769919f05f6..7e295e395ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b93b9d1d9b7..f8c0bc83c5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 050894f18f0..39d424c8097 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 145fbe09cdf..d94ac2c8dfd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 36e25693909..c21fc9b47a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8353527b406..f7299d6c37f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a815f8f3a37..d9f0f4e4e83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a71021f2a0..28535a80d64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0907f9df24b..372c1a58378 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8b0e9fd3f33..64c8ea9339e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 63be2839b24..3323f9e4ab9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1132b6ef38..433c4770639 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 330aff99a52..515c0cb4263 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd686215b8f..69fb6c6f77e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b6d35b0544..446a59769d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c9198e4bcf..f0d524d43af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b5c52020017..bf243e2d863 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f177cc792ff..a46b47b91a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9980df957bf..60bbf012116 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 158489d143a..a1d988e6602 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9656e39328c..bd81913c651 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7927541d4fa..8a27e4f4330 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 53d346f3b6d..59daf15adac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc950f01105..147792b2f10 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0758df68dfa..e15a906bc31 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/2.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aa4f6c21634..94e1500262a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b24ec863d7a..98cb92bbe06 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_c++17.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr_c++17.cc index 5b69a273c6d..1f3c7a9f316 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr_c++17.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr_c++17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7fa01de4f69..8a2862f7933 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dr3050.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr3050.cc index a2d26620466..5854195dce5 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr3050.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr3050.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 88e1aae203d..ecd110cd4ae 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 25099e08a4c..4f921117613 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e90217f7e7a..68dd1570aeb 100644 --- a/libstdc++-v3/testsuite/20_util/duration/comparison_operators/1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/comparison_operators/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 08677fe341e..13e277aabc0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ad0726d445..be5f3eac411 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 34974c03c30..646dfae7aff 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65b151f8b20..a731724fc34 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-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8db4d31efca..08550136dbe 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/54025.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/54025.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 41bba034f64..234d272b5f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dr1177.cc b/libstdc++-v3/testsuite/20_util/duration/cons/dr1177.cc index 6b0a7deaea3..c67fa4eeae8 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/dr1177.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/dr1177.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dr3050.cc b/libstdc++-v3/testsuite/20_util/duration/cons/dr3050.cc index a4f57a38c30..23b2f6cf69e 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/dr3050.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/dr3050.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2cff3a404f4..f3b5f5791f9 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/dr974_neg.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/dr974_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f26adec8784..72dee3bc869 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 54d3aa556a7..c9a3c7c702a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/84671.cc b/libstdc++-v3/testsuite/20_util/duration/literals/84671.cc index 4f50ec4c9cc..1adcfa0e8cb 100644 --- a/libstdc++-v3/testsuite/20_util/duration/literals/84671.cc +++ b/libstdc++-v3/testsuite/20_util/duration/literals/84671.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_neg.cc b/libstdc++-v3/testsuite/20_util/duration/literals/range_neg.cc index 7b76ecb1460..1c3ee90c4a6 100644 --- a/libstdc++-v3/testsuite/20_util/duration/literals/range_neg.cc +++ b/libstdc++-v3/testsuite/20_util/duration/literals/range_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e6c558fdb53..6ead10593ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ba09bd7723d..e2bda6b6ef4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e0866bc6a2a..1ee6b08cc0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5307f454c8c..f440d8fa1e9 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f8c5ebb685d..0b290df000d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8346eb9102d..c6c7bc7dda8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb86e475bef..9181488a612 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2008-07-31 Chris Fairles -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3c39517c7e2..e3e450ebf6b 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2008-07-31 Chris Fairles -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c92f00a06d..de0c6659b24 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2008-07-31 Chris Fairles -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6ef3b6b1a3..3c8be30e619 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4d604364d8..58a2bb70ca3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 05ddae431dd..3ce57719303 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 445d240e352..67cb4988d24 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b7e254ceac8..0fd912dfd5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 48d4032b67d..e65e7d4857a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b677e0ec19..9d650812bc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2a35fa1e108..46650226ce2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83717b7f5b2..14ab0ebad41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 784fb64af36..6305ea12d71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f704d9c5146..bcfc3e82ea4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad2dc31c2dc..203380f3bea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72c2cd9f9ba..4c3b667ab1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9373780da59..706cd885244 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/endian/1.cc b/libstdc++-v3/testsuite/20_util/endian/1.cc index 55f0a2532e3..4faaba8e541 100644 --- a/libstdc++-v3/testsuite/20_util/endian/1.cc +++ b/libstdc++-v3/testsuite/20_util/endian/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff8fa606526..c8c7a50bfdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6c7e7fbff92..1681c54d509 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67df7755f9e..b250daac3f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 664a9b73d56..4ab63814fda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3a93564f7ec..a4949da1e28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2d8fb0fd03..dd775d3b59b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2563d10f8a..0d310996beb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 119a5b47b1a..3e69db3a8b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2de8929ac06..ecbac1fd2b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 23171724a1a..471423510be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de009197395..443e8a09780 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 562adaea35d..a073adc7fb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e1eff415ec6..3a3f51a7a1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/from_chars/1.cc b/libstdc++-v3/testsuite/20_util/from_chars/1.cc index 8b6f4f3b88d..a352dc87ed4 100644 --- a/libstdc++-v3/testsuite/20_util/from_chars/1.cc +++ b/libstdc++-v3/testsuite/20_util/from_chars/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/from_chars/1_neg.cc b/libstdc++-v3/testsuite/20_util/from_chars/1_neg.cc index 4c11fb5e1c9..2e3c34c9145 100644 --- a/libstdc++-v3/testsuite/20_util/from_chars/1_neg.cc +++ b/libstdc++-v3/testsuite/20_util/from_chars/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/from_chars/2.cc b/libstdc++-v3/testsuite/20_util/from_chars/2.cc index 20a640a0931..88c0b246577 100644 --- a/libstdc++-v3/testsuite/20_util/from_chars/2.cc +++ b/libstdc++-v3/testsuite/20_util/from_chars/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/from_chars/requirements.cc b/libstdc++-v3/testsuite/20_util/from_chars/requirements.cc index b8683f6936f..674a453cc71 100644 --- a/libstdc++-v3/testsuite/20_util/from_chars/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/from_chars/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d303d5e4f76..53d6e05fc9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39799c5584e..892d35c431b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f65979d7a0..e33bdd2d8ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2d572810be..dc48b92d72f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 958868d82c1..9ad4b4ed214 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d00b5822be8..1fa945f1191 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c082278e01d..ffb504e7223 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f16aa7481be..6cccacb30a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 90d314b3a2b..151761fba63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd2b2aba4b5..3702e62904c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2f8e720d22b..a15efa88f11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8540177b5b0..69386774a7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d89b914ca5b..fec21bb549f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4c35612b15..375000c72d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fc39fb0f53b..76746cdd7d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01d552cfb8b..c23912aff25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f296c251c70..8f7838890e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 521bed2fd12..2c98a058860 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe7bc54d25d..21d12c61e14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 53e229f3059..a52c2872d2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a82bbdc4b6..9376d0eaec5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85e48ea340b..b6634c337e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b304d20592..4df3cbc469d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 765358b379f..3ee55779666 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 606226a9f7b..c98d2925195 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46c81757242..6dd4e466d7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e40cbaba015..c5ae1738686 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/function/cons/deduction.cc index 646addf00bf..a402b23e363 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc1e42f2cd1..ad0a2cb74f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 71dda042f30..8ac4fee5a60 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/non_copyconstructible.cc b/libstdc++-v3/testsuite/20_util/function/cons/non_copyconstructible.cc index d2a99925c58..732bb6d385a 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/non_copyconstructible.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/non_copyconstructible.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 28806f538f4..5a7492186b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea17506fe04..c85bff00b68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e204dc7c7ba..159308f21d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9611c57d0ea..60d0212fda7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 38d5592f951..35361a3a66d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/83607.cc b/libstdc++-v3/testsuite/20_util/function_objects/83607.cc index a752ca759a8..d93c95fce38 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/83607.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/83607.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9bb9f4a39d..1d141df3e52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61b8f768d21..526bc2bc21e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 59ad1581eb0..8923df41ee6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_pointer.cc b/libstdc++-v3/testsuite/20_util/function_objects/comparisons_pointer.cc index 7cec294f8c2..fd30b157f99 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/comparisons_pointer.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/comparisons_pointer.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 27b6cd790aa..7b2e4c6d60d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1aede3f5ecc..1f5649b64e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a62e1b07156..0ef61905eba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 806cbe3bc33..e6a4a2ac560 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9320121bb1..81cd55ae8c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01402ae8986..760a25482aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd7e81786ab..c050c959b5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4bc7522879..5db710b0674 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 431e27a6b24..2bf5bcc661b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80478.cc b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/80478.cc index 7f8982dcfd6..a5fbdb8df62 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/80478.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/80478.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 17977fc63ab..4d9cadf65e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 229a60f667a..aed8506ebe7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a289ae84535..9d5affd9a93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c3e5b7698c..424d57c17e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87538.cc b/libstdc++-v3/testsuite/20_util/function_objects/not_fn/87538.cc index 7f4f0df54ae..40099f71314 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/not_fn/87538.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/not_fn/87538.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 63e8434fbe0..aae21d28d3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d685ee73c81..41a128b6de5 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++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 127eaa90e8c..09443179cd6 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++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7ac97cf0ba4..97a79bf7b8f 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++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3530e430e59..ceda7f54124 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1e735f6e875..44b777820a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 538bed43558..81b5dd41d8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dad7126e663..fecf12a2d8c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d344a36f58..2f447878d44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/84998.cc b/libstdc++-v3/testsuite/20_util/hash/84998.cc index 72bd203cb04..1cf57e9073c 100644 --- a/libstdc++-v3/testsuite/20_util/hash/84998.cc +++ b/libstdc++-v3/testsuite/20_util/hash/84998.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d567f0d5180..7984116babf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 862c8374fef..fa5cab3baf6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ecb467f973..786b6249a3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d45893a9c2e..9572391a9d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 705a81b2a89..c2d4759201c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c28c905bcf2..b4963543db5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7ce7e8166d0..fa5d7ae5793 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d02384122f1..0d30bd75847 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 893286e5c24..f143b4d910e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 60ca21c372b..7050f0f2052 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d7f92909cce..b5cb1b68dfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 76473775566..767a5e2bcb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 590fd9ebb8a..d30bdcbb6d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f33f82c538..58840a85747 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c276dd7caf8..a4fedd73895 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aa662d14d7f..a9ea319b801 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1137a8d5d1c..719c062137c 100644 --- a/libstdc++-v3/testsuite/20_util/headers/functional/synopsis.cc +++ b/libstdc++-v3/testsuite/20_util/headers/functional/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0a46819aee3..9d36fedd7ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 88c5c97eefe..5897b4d929b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 964ca4f5e6b..99b5cef1c05 100644 --- a/libstdc++-v3/testsuite/20_util/headers/memory/synopsis.cc +++ b/libstdc++-v3/testsuite/20_util/headers/memory/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 682c3d5132f..f28a3bc4314 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 994eeac4d54..f416a097943 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2ca1560346f..65f5624952f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f19d4109a53..02fc32cf14c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a83de4c7d0..cef36bbbd48 100644 --- a/libstdc++-v3/testsuite/20_util/headers/utility/synopsis.cc +++ b/libstdc++-v3/testsuite/20_util/headers/utility/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b615d3978d..5dd5dc0ffb7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0483af827a..473d5cb9669 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9d2831d0ed..3d5ddb3cbd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f22f834626c..4c0b17ae6d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83f84ab5332..b20549ec51c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b008cffb1de..067d0e9e630 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4d09370ab45..c47bf32a2fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 259b12f3158..8bdd0211af8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1524f247637..67f50d7b18e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 49cbb96e21f..97bddc1866c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7bd30ce30dd..7087feb7cbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1cb63a12bc..8e43dca2126 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01af8052a77..c084f252dc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bfbc2534d16..54fa6f585fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 439cbdfd12a..10bd84d5056 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_aggregate/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_aggregate/requirements/explicit_instantiation.cc index 1a74a3c4e4b..4bdb71b825a 100644 --- a/libstdc++-v3/testsuite/20_util/is_aggregate/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_aggregate/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_aggregate/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_aggregate/requirements/typedefs.cc index 36e5fdc12bb..abda69fbbc4 100644 --- a/libstdc++-v3/testsuite/20_util/is_aggregate/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_aggregate/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_aggregate/value.cc b/libstdc++-v3/testsuite/20_util/is_aggregate/value.cc index f4c940c8667..395a6beb477 100644 --- a/libstdc++-v3/testsuite/20_util/is_aggregate/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_aggregate/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 527613e1b6a..54f4f05da84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a9d32dde1e..0236933caab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0428792b191..b623b58e314 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1758e66e117..7e3b472491e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6bb380bd22a..c8ebe3c8d26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c86dbd115d..66f41750b3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae2b1d9c2dc..5e2ab06576d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e5e031fe829..45a05e6a431 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61f28b639b2..439d5a59d31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 51ed5ef99a3..c688e026c29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad72130e13b..40ff17190a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d3995d7a45f..554ae914f93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 afb023f748d..8dea6973e45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c959e6cc65e..5824e68c49f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7093bda4f56..6391e286147 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f49465e064..adc394386ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 326b0ad13a3..75c0fc7bc1c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9e54f17792c..a19351e49d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ea6b06a999..4d35c4080ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc8a340e372..b5f855be5ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4d73d0f1d90..3d1daf54329 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_constant_evaluated/1.cc b/libstdc++-v3/testsuite/20_util/is_constant_evaluated/1.cc index c72574ead47..0f1c679d8fb 100644 --- a/libstdc++-v3/testsuite/20_util/is_constant_evaluated/1.cc +++ b/libstdc++-v3/testsuite/20_util/is_constant_evaluated/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_constant_evaluated/noexcept.cc b/libstdc++-v3/testsuite/20_util/is_constant_evaluated/noexcept.cc index 273cec91707..bf223c87e36 100644 --- a/libstdc++-v3/testsuite/20_util/is_constant_evaluated/noexcept.cc +++ b/libstdc++-v3/testsuite/20_util/is_constant_evaluated/noexcept.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c7d58685af5..4547bc7683a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 76d21c148eb..baac6bb0c2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80812.cc b/libstdc++-v3/testsuite/20_util/is_constructible/80812.cc index b5d1873756f..c0a2dc4169f 100644 --- a/libstdc++-v3/testsuite/20_util/is_constructible/80812.cc +++ b/libstdc++-v3/testsuite/20_util/is_constructible/80812.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 73ab01b121e..1e3d2a5cee4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9695398a4ac..4ffa900df14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a2cb9ca5ef6..0fdbab8e2d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b461503c84f..acd7a5f5703 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72ba6756fda..4825ac02ffc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e396478961f..36e1811f1bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae993ef0fa5..73924879837 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f6f54e72266..133e46246f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2143c165a46..2bdc9e11747 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24535ea0675..4df9b0b8476 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 06e2aeb3c14..4e6841d1a42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c53ec143690..cb5672dd8e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cbe92602cfa..e3ae3fb9ec5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 53e691cc9bb..ffd22a65d59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8936fbcb1de..5b5f1ae0791 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 810810e7d49..bd66ed0ab92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b8a5e0a052..00ebe12c6ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e81362d775f..94ba3f77906 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f81f72f5990..d50cf23af48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 68647995b63..cceeee59943 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 43d20b030be..b1e48a0c81d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f62a7009daa..d648fabb600 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24f2525fe29..47fd8a0ae6f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8efa97c9cb3..e3084d47d12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6882aa7f432..810123a245e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7662351ad89..ca7c771c796 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd0bec08ae6..1dadf40681d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33f250b726f..4b52e5a98a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4c22b23c1d..dff8c840d5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6cf3ee42f87..03d57148e78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f033c95eb12..9038784347b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b97505856c..003f4df1543 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f231fb7243b..b85f08fd37e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ede2df130b8..efc1aeae627 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 344ba66b885..eacff3712d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 efd7df115b9..cef2e3de2a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57adb7b5931..a9a90571371 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7dc5ece889c..3376d11f38d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89142603454..eebc846393f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 26e89220c4b..77676dc6464 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fbadb6d203a..861aeb972c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89f22aef6e2..a1508588878 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8b3c3b93f8..72ca3e64dd7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79325dd2b40..aa716180646 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7af6186bcf..1e3c2e87f3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/83395.cc b/libstdc++-v3/testsuite/20_util/is_invocable/83395.cc index d2c18195183..47853abe197 100644 --- a/libstdc++-v3/testsuite/20_util/is_invocable/83395.cc +++ b/libstdc++-v3/testsuite/20_util/is_invocable/83395.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/explicit_instantiation.cc index 9834ab3fce3..6270f229b00 100644 --- a/libstdc++-v3/testsuite/20_util/is_invocable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/explicit_instantiation_ext.cc b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/explicit_instantiation_ext.cc index a636c270ea6..81439b3f0f5 100644 --- a/libstdc++-v3/testsuite/20_util/is_invocable/requirements/explicit_instantiation_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/explicit_instantiation_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/typedefs.cc index 1d21e979b1d..dd4599004e0 100644 --- a/libstdc++-v3/testsuite/20_util/is_invocable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/typedefs_ext.cc b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/typedefs_ext.cc index a7d19e438bb..cffa5b5f915 100644 --- a/libstdc++-v3/testsuite/20_util/is_invocable/requirements/typedefs_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_invocable/requirements/typedefs_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/value.cc b/libstdc++-v3/testsuite/20_util/is_invocable/value.cc index d8be7c39cb6..cb1ba11473e 100644 --- a/libstdc++-v3/testsuite/20_util/is_invocable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_invocable/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/value_ext.cc b/libstdc++-v3/testsuite/20_util/is_invocable/value_ext.cc index e36153e984e..e839a9e91f0 100644 --- a/libstdc++-v3/testsuite/20_util/is_invocable/value_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_invocable/value_ext.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 28e44e0d9f0..99acbd98a01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d31ea0f28e..3cbea6d1f1c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 00017f9ee19..8a6a2f14d7e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac54da98deb..b48be982d22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 16a5c84e860..982ba45ebe8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6dfd39b426f..bcb5a00c717 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b3c19af135c..bdcbecb5dc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33aea4b550b..cfb45e07c55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bff39966a92..f2af4c4e9e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d59c084104..dd309bcddb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 368799747dd..442ad818799 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e1a3d70eda..6e8891b7da8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff85c9b2a42..8f2dfafb0e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c5fc9b91de1..303f42e3c5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a942aa06257..0daca973d75 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 541c2d98f08..da8f75e6707 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2f934c0c700..34a6fb4c437 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4d94db31c00..764871d6279 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de1008fe408..86bb3064042 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b5a4b8baf4..70eafbec43a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 886cc0d26ee..fcb9989fcde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 80135e22967..c51c35a48a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 22c85c28696..40112d0ecab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b63b6ac3cfb..eacec995d1a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b5e54bd784..60de11e6d0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d164403dbb6..028212eef24 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e63d0df174..7b34a4b0dd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_convertible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/requirements/explicit_instantiation.cc index 68f1adecb38..2ebf1d0da09 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/requirements/explicit_instantiation.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_convertible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/requirements/typedefs.cc index 3b5c6d51fe1..2795d428b51 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/requirements/typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_convertible/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/value.cc index 5824be4810d..b82b68c23b9 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_convertible/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 394f20f7760..1b7b183a596 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2cef4e52425..f5179d45eb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2eac8a05b6c..133c87898e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f704bc93429..087a9ffe2ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92135b8a595..2534bf8dc2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c8d5e0df43..3b25fc26120 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 808bb740551..a8849be2cee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f775811d6f..3bdbb8f0ea2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2381537e1c3..b625cd55509 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2ab7b9f646a..91e774a638a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 38a8470d9f7..6605a154936 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 55a6f5c9f1e..69e319a4645 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/83395.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/83395.cc index 12417d9d9ed..2cd41e980c0 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/83395.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/83395.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/explicit_instantiation.cc index 7088cc703d5..c499041128d 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/explicit_instantiation_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/explicit_instantiation_ext.cc index 6e09818e50d..713728df937 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/explicit_instantiation_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/explicit_instantiation_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/typedefs.cc index d228388a1d5..dd39ca659a1 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/requirements/typedefs_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/typedefs_ext.cc index 61c6fb1284b..20d34c1438e 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/typedefs_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/requirements/typedefs_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value.cc index d745b998443..0a365a910fc 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_invocable/value_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value_ext.cc index 8cd0662e42b..e9a4de66de7 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value_ext.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2f96caa6ec..21fab2625b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3c4ecc8b53..8a4ab8f11f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a86815a475c..091e09ebe93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a65ecc092b1..f0788cbacc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e62e0b5e0b9..31b18d24472 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cda7d9532ce..b7026eb9576 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ccc693f78ff..a6894a7ad69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92bef8f1f9b..c382b6e92ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57df8b3ac86..7e2d1074887 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e2c6e75159b..7e54fa8416d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a481050846c..1b9bd975694 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6fbe04ae658..652d7fb6992 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 12abd0cfc8b..2ac9ea3c074 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 549aac22635..cf4392b8f5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3c745486d9..2ce3074d7ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e0a8d6f071..d32cdb001d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 997e89d1f4c..fa0b6b55307 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d5c7c6944b0..9b8c3026cd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 87850baaca9..7d419f8d1eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2311cfc25e..93189df7435 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b66016f750b..75587101d76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 713cd4aaaa2..1732113a2db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 632ff880aef..51a5dd90b78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2ec28110e4a..5ed8e2e9aa4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e5308b6205..945e7cb6ee1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 622009456df..b013a146ec9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4cb9301effa..9a8a99983a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e1bdfc3dc73..7562977b8ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b711d01f33b..2448bd29a14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 31d508caa4b..898ad8bf136 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d5b5248dcbe..1e1ad077bbb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ff8781a2f5..416b2118c72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2241ee9dfff..4d59a7badee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cc82db58dea..79a99737eab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6fd84ed55c..f88502ed523 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72d0e72acc0..100ba9302cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad96af306d3..9dc1e22e994 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3df8f7c57d8..dac1f5f7d14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2640e7db32b..51359a63928 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9a77d0e5a8..04b456c8cf9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9257f9a27b1..ea0e041664c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a2b0b15ea17..d33b76d7366 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ac1788b50b..bf030401781 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e55df44eed1..7f3d9faa890 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6cd01d83f3f..92589a3bfc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d93d0648b4a..906654c663b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e98c623ba7c..c977fe7de08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cffdb69c611..53682d58349 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2d539b39e03..1a503d16898 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 591537f06db..a9e8be804c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46868cf41d4..64a8d3d6f2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f115f5fdb88..ca9ae0ebda1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e57fb8ed061..222b2d006d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aca74d6a45b..f2249b3ebd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 678f07f2c0a..8ed4247312c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6337c15f30a..eef2d233c49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb92592c40c..6e6770e6230 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e6fa4fa64a..fb4b0741b38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 96d46949380..3b57a4564a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 48650697abd..948b920f041 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7786097ddf4..b43ad936bb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ea432da34e..74c473444fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 705c92a3f9f..cad6a637479 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e22121574fe..ed3c6a93501 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f3d73cb7e98..54ee429e4a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b70be5449b..be795e8e270 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 333e167d3ab..a347b14a881 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f260c2a7927..0c8ad62dbbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8fd96f29a57..3a3ab420d2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0cf0761dbb1..02c7fcdff8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d54be7ae4b..e48c91a6dc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b483be52523..f1e31bd6a8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b42a604061b..b72cabeec2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0220b29a7d6..f5fafea6e36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe25553263e..b889c9c288e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9760db3a838..ec54e3e8ce1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 90fc692e956..cce620daf4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b34da75db02..7077227100d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24a39d50943..a17388e6727 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e77b38a0763..8baca915df3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2bd2fc513f..cdf8adbc9c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c6a709bd25..7608d85c378 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81e89550ea0..f8202fa6b57 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2059abed324..5d00035476f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea7728297f2..50e848e3fd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 10ba224e27b..75075b0b3c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e035875f5f..f8906205a60 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b0a43ba3d2..25aa9dda3d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0de450f6bf0..1bfd3d605a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e731b57cb6..00340e921cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c49d1d9c0a2..6bcd5fde38c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 08d3418937f..7d0f2011fca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0021a5056a7..cb01ac7f732 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c25b4a54f50..58cde9b9863 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c3ce3b079d..4099cda936e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 32eaee6c10a..5ea3d49e9dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7511f29c125..0fa9bf0a6b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f570688379a..f04cdd61ad7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4dc585e442d..7858bd7e041 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 536bf4d0560..1b98d9764c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3e8b941b989..0efd7859b71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/83134.cc b/libstdc++-v3/testsuite/20_util/logical_traits/83134.cc index 570fe4a88bd..29924a00976 100644 --- a/libstdc++-v3/testsuite/20_util/logical_traits/83134.cc +++ b/libstdc++-v3/testsuite/20_util/logical_traits/83134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b54a0e78666..17618e56052 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01f8f9214e0..367dffd3068 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72334a75f5b..2c3817d47d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1e74da4461e..198f3099517 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 94bf806bdf0..3bf5acdc8bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d936e882a00..0730e32c359 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecf56dcef17..469686c2ea7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79e0a700d09..04221582b43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d62589b39a4..41744661454 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 53cdf61f496..ed7d88311ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 96d8c34e640..69980f52d6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 846f42c1bdc..9f238e85485 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd7fd555f2d..aba7ba3bcdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 73208efee1a..33ed51189d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 895aa1c59b9..2c3f7dac1fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec5b6111127..93d0d164967 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/memory_resource/1.cc b/libstdc++-v3/testsuite/20_util/memory_resource/1.cc index d848374e71a..82432a44b93 100644 --- a/libstdc++-v3/testsuite/20_util/memory_resource/1.cc +++ b/libstdc++-v3/testsuite/20_util/memory_resource/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/memory_resource/2.cc b/libstdc++-v3/testsuite/20_util/memory_resource/2.cc index b99aa49fce1..c38bea9a9de 100644 --- a/libstdc++-v3/testsuite/20_util/memory_resource/2.cc +++ b/libstdc++-v3/testsuite/20_util/memory_resource/2.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-skip-if "" { *-*-* } { -fno-aligned-new } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/1.cc b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/1.cc index 77fa38edbd8..872edb9a618 100644 --- a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/1.cc +++ b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/allocate.cc b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/allocate.cc index 412150944cd..7e22d10e466 100644 --- a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/allocate.cc +++ b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/allocate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/deallocate.cc b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/deallocate.cc index db835935079..5f4de49d8a2 100644 --- a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/deallocate.cc +++ b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/deallocate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/release.cc b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/release.cc index 8aab4692d52..00d4b8ee841 100644 --- a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/release.cc +++ b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/release.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/upstream_resource.cc b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/upstream_resource.cc index c09294f4272..de5df9be218 100644 --- a/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/upstream_resource.cc +++ b/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/upstream_resource.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d73ea053442..fd77e0354e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70c6f751a0c..1b344d9dbc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 078ccb83d36..329a743eb66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0111147514e..70845006ef1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9bc7c55957..bb29f01478a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd3dc0e7d1b..11aaf85611f 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 { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec0832b1ab5..a432e37131e 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 772f7bf691d..c096a0565fd 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 34fa7a29f3c..ca4cad93b48 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bf455e41d8f..6ff8f1a8de1 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b200ee04425..8981fed8693 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 48813f69f35..60299efb4c6 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c4bd488d86..fbb3504f71e 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 { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/8.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/8.cc index 6fa116451d4..3acbc2ab541 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/8.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/8.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/9.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/9.cc index 1195dbb0e2e..11a6d23a6e9 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/9.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/9.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8d39ae79ae6..68fdfe84d75 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 { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/85642.cc b/libstdc++-v3/testsuite/20_util/optional/cons/85642.cc index 4d366f1d27c..6cac3cd7866 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/85642.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/85642.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ba7e48a9bb7..924c09a481e 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/optional/cons/deduction.cc index cc56701e95d..018b3cdf32f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7a73832d79c..af932427202 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f68a94853a1..4db5c4378dd 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/trivial.cc b/libstdc++-v3/testsuite/20_util/optional/cons/trivial.cc index 7528be83dde..0497433d88f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/trivial.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/trivial.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bdc9e7ed069..131fd766635 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 133a8b0f199..9e279a8456f 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eeef0fdd870..1327e07c2f6 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 baba7ff1eda..2c789330d9a 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a8ca1d01bed..09cf955020e 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 967a7b79a28..0287c471243 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f29b3dd818..52393ff1004 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1b824cb76b..06d26093060 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 97f5dd65dc0..ad579a544a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 36444088d6c..9ff24530558 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3c83a3dbf58..1f7f0e8b6a2 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 07595d0928a..85102ea5ebb 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 93655dfa1f8..a62ab9702ee 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4e3567dc21..68f7f195280 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b40137feaaf..0ef6facfa8f 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad60ea2bc50..6ed95bd61a4 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a896d9b35b9..58c90e8c568 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d22bbe77179..239e865ac25 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb9f9583722..7a8f0769e23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8b0e2f7bb2..08443ab32ba 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce5bf561899..e3cd5a03511 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8cc82403c33..108a230e768 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 17ec0fd7c63..c0cad64c0d0 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4089b06bdfe..66c3144bba1 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4dd187ab0c..ca95ab0b75a 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e36e5f135dd..c24e4e6856e 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7e526e3c7d1..51c5d2d7d02 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 af7c6922a8d..49fc71ea146 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 { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7a74405132d..de00480f8d7 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fce9046418e..55c80addc9b 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c2032c39fc9..7a8d19367c9 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 686c6f571fb..cac0d25f9d9 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 838cefec052..4cd8f87aaf2 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f7f94b05267..148fa28aa66 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/7.cc b/libstdc++-v3/testsuite/20_util/optional/relops/7.cc index 3048152fdee..5e4d5d45236 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/7.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/7.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f15ab0db28d..d4dd3baccfb 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0662f9f58e..e3aec7354e3 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 { target c++17 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d74561f9eb4..a160c09abf0 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 { target c++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 34d5b939140..c8c983d2f1a 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 { target c++17 } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61735448446..2289a635200 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/noexcept.cc b/libstdc++-v3/testsuite/20_util/owner_less/noexcept.cc index 6dbb10c1193..2aa150f6749 100644 --- a/libstdc++-v3/testsuite/20_util/owner_less/noexcept.cc +++ b/libstdc++-v3/testsuite/20_util/owner_less/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 baa4d853826..1aa0859bd37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81f3534f260..3b9f0156bf2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2a32e29c6d3..16d9b5c973c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ffde033a7da..9339b8f5c85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8471d328420..ab932cce880 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c9a7243693d..f99afa9f2b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ef136b997b..9548b4b069b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89bedd9640c..5fde55001b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/79141.cc b/libstdc++-v3/testsuite/20_util/pair/79141.cc index 5a0c4ab1678..56bb1e1c879 100644 --- a/libstdc++-v3/testsuite/20_util/pair/79141.cc +++ b/libstdc++-v3/testsuite/20_util/pair/79141.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/86751.cc b/libstdc++-v3/testsuite/20_util/pair/86751.cc index 76a76c0d656..9a7c43f085d 100644 --- a/libstdc++-v3/testsuite/20_util/pair/86751.cc +++ b/libstdc++-v3/testsuite/20_util/pair/86751.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87822.cc b/libstdc++-v3/testsuite/20_util/pair/87822.cc index 523d583f08a..872eebe808f 100644 --- a/libstdc++-v3/testsuite/20_util/pair/87822.cc +++ b/libstdc++-v3/testsuite/20_util/pair/87822.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 200f095f81d..5ffab3fd4ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d69c40d4988..56b794c7cf8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c0801bcadc..c2e44d0a373 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c116547ce50..8438b8dbdb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 50d8bc15103..88e340b423d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 213710c6c35..dc38355129e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 654b92596cc..111487cfacf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b5aff212e2a..b35d05d8407 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be1a142c6ae..a799a3959c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b7307db991..0fb043d6e73 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/pair/cons/deduction.cc index eced6de62bc..a9430d0802a 100644 --- a/libstdc++-v3/testsuite/20_util/pair/cons/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/pair/cons/deduction.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6185ed6cdbc..62aaf132235 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bad28c07b84..2d05bcc8758 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24409432abe..04e27eb02d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c5710cd6001..8b26c5774ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d196945c6d6..ceefb6f3a78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd205c9ab5d..7372d479e43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea238b97e87..5368a5ff02c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4250ff1d40..33bf77f99fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a239a6d9cfe..8d9caec67b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d29927652ac..57b1391f804 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/ref_assign.cc b/libstdc++-v3/testsuite/20_util/pair/ref_assign.cc index ea37fcfcf52..a0ea8f93701 100644 --- a/libstdc++-v3/testsuite/20_util/pair/ref_assign.cc +++ b/libstdc++-v3/testsuite/20_util/pair/ref_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b37dc022159..ab78bc4975e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2651193daf1..9f44e77a757 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3494b956f27..f1d73ec808a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 02546880c2c..9e20bf55ef6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 32a01cc073d..9ed780e7959 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5d417afa439..1db767e3bb8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd27aaa03c3..51928867e94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f18f8ab68d9..8b5e26b3d30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/rebind.cc b/libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc index 0de6e0ea60b..7d040d51a77 100644 --- a/libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc +++ b/libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7061fa927ff..ed9e542866f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 903ed406538..4a8a78d8c66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/1.cc b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/1.cc index 4bc7f79e2b6..a759c64d616 100644 --- a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/1.cc +++ b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/construct_pair.cc b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/construct_pair.cc index d9cab043c0b..f4bc388dfe7 100644 --- a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/construct_pair.cc +++ b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/construct_pair.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/resource.cc b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/resource.cc index 01f6ace2d80..dec15a55542 100644 --- a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/resource.cc +++ b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/resource.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/select.cc b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/select.cc index e5790c03223..ad23922c444 100644 --- a/libstdc++-v3/testsuite/20_util/polymorphic_allocator/select.cc +++ b/libstdc++-v3/testsuite/20_util/polymorphic_allocator/select.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d24454c6fe7..03b3a6d0f26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 19583036526..396d4fba0d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cac239354f7..22f78dea459 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c33698ea358..11892d0b273 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp1.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dcbe4ee700d..afc39bcff66 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b702eb4d06a..b3515e6c057 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp3.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp3.cc @@ -2,7 +2,7 @@ // 2011-02-28 Paolo Carlini -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74d898c9371..28063a7d4b4 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/cons/cons1.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/cons/cons1.cc @@ -2,7 +2,7 @@ // 2008-07-03 Chris Fairles -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7e876e87985..a4cb0d040ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 08cebea409c..27ed481c1ee 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/45866.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/45866.cc @@ -2,7 +2,7 @@ // 2010-10-18 Paolo Carlini -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9f971c61b3..01720434c72 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee0a7e8cd6c..42c22e69222 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e6ed871ca7e..a5686a4bfd3 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/ops1.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/ops1.cc @@ -2,7 +2,7 @@ // 2008-07-03 Chris Fairles -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ce57647a7c..727d693bfb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 daf5273616e..356ae0ba4de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2bd9247b8aa..f74927b9970 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b20340af89..352a87003f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 19a9c0c7b26..b7764c3142b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f52fea3964c..c2080dd0ac9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b8c7314c9e1..6f5e4081ea9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2dcd2f76ff7..d51f18833fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 96c463b6c69..320072d38d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f2a905a285..76a98c874f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e76bd7c108..45dc7b9a077 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b4e57d20730..0569e8e6147 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80504.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/80504.cc index b946d7761c8..dea62ae29f6 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/80504.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/80504.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/83427.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/83427.cc index c80859f1a3e..3ba7b4ff444 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/83427.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/83427.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/deduction.cc index cc5b260cb16..5a974fced01 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39ec252bd85..67ad7b4d64b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1103189830c..0480c2f7765 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f8ee8f7691..e429bebd626 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2993.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/lwg2993.cc index fa7cc728abe..5bf2594aac2 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/lwg2993.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/lwg2993.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 085424ae374..64d11023007 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c3557c9d96..358ad9055f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2ddc9eede7..81b4986fb41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3cccdabe701..5db372c82ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1de8efaa075..190fe91c13e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd324f8ae5d..a17c1ede0a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7005411b156..093aa82c61f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 37f1643ca35..c8d6974f65c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6f2bb4fd1c..6c639664bf6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1b20f5f411..c904eeffd89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b4149296cc..7cdafcd6e46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dce81ed2a93..c9f23da5236 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 06abeffb450..d77864f4aab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d243010681d..d27b0ae4034 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b8ebdadb4c..696210b33d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ed152f0ead..05b56831f38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_cvref/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_cvref/requirements/alias_decl.cc index 1b2f67f75f6..25e5b54e12d 100644 --- a/libstdc++-v3/testsuite/20_util/remove_cvref/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_cvref/requirements/alias_decl.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_cvref/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_cvref/requirements/explicit_instantiation.cc index 5dac5c7e33b..2e19e92e2a4 100644 --- a/libstdc++-v3/testsuite/20_util/remove_cvref/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_cvref/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_cvref/value.cc b/libstdc++-v3/testsuite/20_util/remove_cvref/value.cc index 534464c4333..13c42bf5622 100644 --- a/libstdc++-v3/testsuite/20_util/remove_cvref/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_cvref/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_cvref/value_ext.cc b/libstdc++-v3/testsuite/20_util/remove_cvref/value_ext.cc index 9790b95dc91..bfe4f638720 100644 --- a/libstdc++-v3/testsuite/20_util/remove_cvref/value_ext.cc +++ b/libstdc++-v3/testsuite/20_util/remove_cvref/value_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4dbd914da30..00b8a08e07f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92098903c6a..ee951acce4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a54367e21f5..ef858007315 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7bd7d23cc0..879bf0623ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33fdd5916c1..29ca6b389cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f153f4e13d4..ce37f320578 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b85a9682ed..6ff691114fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d5656847387..7b5d70b9105 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 df1bca2353c..5f63b8130eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2a442af9b99..b524c3749a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dfd337a1898..8dcc856d0a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 536ee44420e..a70eed394fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4ec4d6424c..46bc17c2d43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ea02cba227..33730a00216 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c3a2a4bd2b..fd55de5fe81 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5295da1d1e0..ed3e011f937 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1174c79fd2..549ead08a03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b546b495d95..b5828050c93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2660243d2cb..c4d58aa344e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d03098c0ae6..90a872f8385 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 11dea9e27ce..347fcd24005 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 adebecf51b1..9df4c172828 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 638d8dae593..bdd14de6a75 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b34efc88798..7c7e1c1e685 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e171396293..2b033c4def3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0387ffadb27..032984fbecc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dab47c6dbef..b41006fb5d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2594261709b..21a6a0ece4c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6736b88b0b3..889baa3f00f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f61fec89de0..2e2cdeaa30e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f85e6ee9637..19a73a1d8f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ef2f459b61..d24dfb78292 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 98ddff622b2..3744f1a3bc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24875dd3d69..c695353b3a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99851092956..8cfd724c4e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a03202bb128..e64216d9bf3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c72e54692ba..aa64c8a3b5a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e6cb6eca27e..e6780e484d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e9e5bbf409..581a6be5925 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9b499d5b33..951c7f8ef59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c786930fb72..19c75892966 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 111cd16d319..962afff7adc 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a4476ae7a9..d689daf2f3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b86d53c83ad..b16ac045dad 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++17 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6fef969364e..52a8288497b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/86537.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/86537.cc index c8440a38ad0..e7ef584370c 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/86537.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/86537.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 73a1ca2d2d3..2d6c133281e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6fcce24f787..3f17e838207 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81c138a5aaf..23275bbdaaf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 75e66708bee..f33dd600af5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 829be37e504..e06fa7dc47e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c2abb54e2d8..ce9c40e0cb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b0854ad70c..2fedde7a645 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4c7c363123..86e55b9a314 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 52557517789..e64257eeb47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bfe03710533..ebbffd67502 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2670ad8ecdf..593484626f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 59c6ea4bb09..751b216e604 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/79467.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/79467.cc index f52d579e75f..5a0580e61fd 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/79467.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/79467.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80229.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/80229.cc index d23c20487d5..35d0d9ec4ae 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/80229.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/80229.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a7563b00a8..841a51e23af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e7f9cc6fd5b..c10d9dfbcb1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4be8ea0c3af..388bc063772 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 75d8a06ab5b..ef51e2c63bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99144c9e728..2fa1327567f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3e4bfffa8f5..6eb41ab067b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e6acf650b4e..232e7096e32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 670f63aad5f..f4aed9e1b10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/deduction.cc index 5f6fbad08b6..1347693716b 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3ab5a81eb21..4e10ab6b97e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2802.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/lwg2802.cc index d29b4e49795..36c74515499 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/lwg2802.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/lwg2802.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7945e33d24e..f729d78332a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2691ec7e5f..45dbf4e8b27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b332939a1f..7551e873a23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 741d05ea098..76122fe4e95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c838fe9e221..26ecf83ecb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d00dd84f2d..380c9f47c49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9f74972828..69adea217b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f9736a8372..969d8990800 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d33bbe05ae..ce443c746ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 642d1713edc..2d8832354aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 78582450990..4b21569c283 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d0b3cc0ed34..b2aa8e18be0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a2c171fd63b..f9c44cd60f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2eef0ae07c4..81f517e2672 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 91584dcc342..dbe3bac5f64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f6529b56128..8948078e17b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87278.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/87278.cc index 04ab36734d2..4e8b36db175 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/87278.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/87278.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 808e5391df1..914a609c741 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e153a67180..56c3af9b0e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5dbef6cff71..ccd8dd35331 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 66e18fb90ea..ec3512b118e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 44b41104f51..3e47b071ef7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e53d16eb67e..a1d8b310056 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72fc6718ad5..bf4d9540dd7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/single_allocation.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/single_allocation.cc index dd441392f52..2e28cfa0cd8 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/single_allocation.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/single_allocation.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/single_allocation_no_rtti.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/single_allocation_no_rtti.cc index b6c1a87e919..8368dbf6d6a 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/single_allocation_no_rtti.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/single_allocation_no_rtti.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1eabd172f0b..e3f032cb793 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 15472afedbd..694747f190e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b6a6d66983b..a0e401dd681 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58c0364ad82..9bc058737bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/get_deleter.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/get_deleter.cc index 044ebe5e374..2b2162cec7f 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/misc/get_deleter.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/get_deleter.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c2852266241..5723c54b400 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 544ec3aa1d6..569f5c55116 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 077327786ec..3ef65c713dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 48cc36482a7..eca7aa7a33b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81c3fe09bfb..9c1cfcd7227 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 30eefb17341..bfec19cee3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f1477bb626..89bd9a62e6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aad850b7271..3467ad971bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2d75075997f..fffcac13220 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9b5fe329de..4976ecbd68f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ade28e7167f..3a12b3f8aee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03875865a13..65f2106ee44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d82d8054439..b89edd6d50c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 22b149a939d..1cecdd34f69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c5684e7cb3..a2a8ab39e18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb9d0b1b6aa..1b86cdc189e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f659371516d..141185b3231 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c2ffd9754a1..c2046c63d3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fea0823555b..0953416b777 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2f7aba0ce7..10bcae358c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 21ab47d2a7f..f6a85456c3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/destroy_neg.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools/destroy_neg.cc index 3c8a2a27210..201b6986d2a 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools/destroy_neg.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools/destroy_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/1.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc index 461d1f2428f..d3b82107217 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 811f16806b9..093d8b40e03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ef4956b0bfc..e80171cbec6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a2f69f2f122..501b889d6c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45ddb6e180c..cef0bf645b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f38312c84ae..483f2f7283f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9bbde8c8a7b..8e19924819e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b841261916..8d462c1f2ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b73f2293713..fedda25cf10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 df8651ef680..4933df1988b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 13d2a0efb13..edfe885edce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9377051ddb6..032ff170e7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6df372fd1fe..f2c96a2d97d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4661d53dd7..ceaad675584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/allocate.cc b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/allocate.cc index e2a0390e377..8ebaf85e267 100644 --- a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/allocate.cc +++ b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/allocate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/cons.cc b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/cons.cc index f02636ec1be..396cf37a305 100644 --- a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/cons.cc +++ b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/cons.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/is_equal.cc b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/is_equal.cc index 68529387e9a..db40d48198d 100644 --- a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/is_equal.cc +++ b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/is_equal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/multithreaded.cc b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/multithreaded.cc index d01d65a3bc6..e7050f9c3d3 100644 --- a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/multithreaded.cc +++ b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/multithreaded.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/options.cc b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/options.cc index a0b63773d0c..d7122562f72 100644 --- a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/options.cc +++ b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/options.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/release.cc b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/release.cc index af3055df564..34f6d8c851d 100644 --- a/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/release.cc +++ b/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/release.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2e47b95e3a..7cf0c63441b 100644 --- a/libstdc++-v3/testsuite/20_util/system_clock/1.cc +++ b/libstdc++-v3/testsuite/20_util/system_clock/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-time "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4ff3d3251a..967f21507ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 df0184f9e15..7bb454ccadd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 baf2b7d07df..deb3b69f929 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/1.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6255113da6..f4602fd8472 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/2.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8163b29153e..398ea0cdfb4 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/3.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/arithmetic/constexpr.cc b/libstdc++-v3/testsuite/20_util/time_point/arithmetic/constexpr.cc index c6731246774..859b7c1d2da 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/arithmetic/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/arithmetic/constexpr.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e2d656683f..1a76f4a671c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/81468.cc b/libstdc++-v3/testsuite/20_util/time_point/cons/81468.cc index 3b0c69b8c3e..8a1820b1170 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/cons/81468.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/cons/81468.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 12c02d67fb8..cd11758d254 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4fb7b978aa..9f8f7b73c90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 311f522db55..0888947e1ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9fca4c0cb18..af466ffb9ee 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a1b29535280..09ecd07d2cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6fbee6ce564..d681fe068c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/to_address/1.cc b/libstdc++-v3/testsuite/20_util/to_address/1.cc index 641bff4cf9e..53de6283bd4 100644 --- a/libstdc++-v3/testsuite/20_util/to_address/1.cc +++ b/libstdc++-v3/testsuite/20_util/to_address/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/to_address/1_neg.cc b/libstdc++-v3/testsuite/20_util/to_address/1_neg.cc index e5681de588f..0954ac7b458 100644 --- a/libstdc++-v3/testsuite/20_util/to_address/1_neg.cc +++ b/libstdc++-v3/testsuite/20_util/to_address/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/to_chars/1.cc b/libstdc++-v3/testsuite/20_util/to_chars/1.cc index a4c92ba25d7..305a1212ed9 100644 --- a/libstdc++-v3/testsuite/20_util/to_chars/1.cc +++ b/libstdc++-v3/testsuite/20_util/to_chars/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/to_chars/1_neg.cc b/libstdc++-v3/testsuite/20_util/to_chars/1_neg.cc index 9d60733a0ce..c454d93ec1d 100644 --- a/libstdc++-v3/testsuite/20_util/to_chars/1_neg.cc +++ b/libstdc++-v3/testsuite/20_util/to_chars/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/to_chars/2.cc b/libstdc++-v3/testsuite/20_util/to_chars/2.cc index 9ffdbded298..d32d2c49c21 100644 --- a/libstdc++-v3/testsuite/20_util/to_chars/2.cc +++ b/libstdc++-v3/testsuite/20_util/to_chars/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/to_chars/requirements.cc b/libstdc++-v3/testsuite/20_util/to_chars/requirements.cc index 3b01232aedc..6ee8885a04d 100644 --- a/libstdc++-v3/testsuite/20_util/to_chars/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/to_chars/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5804389e7f2..80f5bd040f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b81a510cf81..5badf658dd4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 13647e8c137..dc338c4cd5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b357d84bf46..4710943b691 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 52fe2259ceb..7042674d7b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb36526ff26..fc93a2a06b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b5c11ce8c84..f27d7364dde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 058c16c10e4..fb1f771b234 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a5944372c4..e10fba03043 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/78939.cc b/libstdc++-v3/testsuite/20_util/tuple/78939.cc index 4a54b04daf6..7d0a5486c9a 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/78939.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/78939.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 152971bd026..c814f0513ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eaf7f5f2b06..d679ce0e4b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ed57430138..df00f38abeb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d27930842c3..51e52e7f431 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e10234b95c8..413c431a478 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 faa4855b69d..230eadf2799 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 523477e45c7..ccf272e161c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fcc54991c6a..1ab728576c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c036a94778a..804eb8987b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 970af8e3fd4..0ef4b7e51f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4d211b711d..655b5328bda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb444f76cbe..2951de0d922 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a53c4a656db..135023a88bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0fd42da0c95..62f5da4dbeb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fdd08bd3e65..cfb8ecf2aef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65c77ad8f49..16a2f5478d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d987afd759..b280fd6fdad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cdabf3ba9ef..6aef2a82c5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/deduction.cc index 158d132d6ef..fa91f8fa539 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/deduction.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 69d38d7df77..34740639744 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6874be40f71..b301cce2d04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 54fddf215a4..1cb0841d19f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67aaa7d934f..d8cee73e1d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a829900ef2e..9560c9c1ccc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 948b2b2614d..435d7f1c585 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c3f1ea080d1..5516b78874d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_cpp14.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr_cpp14.cc index f02f18cc8bf..17b61ead9ea 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr_cpp14.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr_cpp14.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 71d675bc3d4..ccb6950962e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b82f6d8121..cb1246f8c62 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a90206f072e..408eff36e8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 90c5fa344ba..e53d396a1ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70ae9820141..a9b65197689 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 21ccc86dc02..8633b3c060c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 edc051829d9..01986036347 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_neg.cc b/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size_neg.cc index fdc82a21c5d..05c936839eb 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size_neg.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dr2729.cc b/libstdc++-v3/testsuite/20_util/tuple/dr2729.cc index c3863557994..1d12627efe8 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/dr2729.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/dr2729.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 28ba230e54a..d35a803b107 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aa5c1e62b67..313de061944 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8bbf7b9280b..c0096233499 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 98e50ca940b..76452481676 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ab994cd6aef..a79761a44c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e232f5b667e..c96f283c766 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d55028268eb..66861b32581 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ddb5ec6956b..fb5fe1a2897 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fb932f925c0..9b9cc471adc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 859c3f09b9c..39ae8d85f26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a67c321ce28..28e3e1330e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0d94450de0..264e741a1d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a29770300db..bf3505fcbbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc694f26e7e..ef0fb1a457d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d80ff7b65a0..0e02772929b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e544585e31a..dc7811485e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b43a69940e..62b9dabe618 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79f1c3c58c6..da747034a4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b1b7a54251..4007b9e93c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f66da43fff..ddae596f8fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c73ab7f0198..ce0eb42627e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/type_identity/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/type_identity/requirements/alias_decl.cc index 6729d118273..51d2ba717a1 100644 --- a/libstdc++-v3/testsuite/20_util/type_identity/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/type_identity/requirements/alias_decl.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/type_identity/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/type_identity/requirements/explicit_instantiation.cc index 07387e719ce..2b3c5f61ca5 100644 --- a/libstdc++-v3/testsuite/20_util/type_identity/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/type_identity/requirements/explicit_instantiation.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/type_identity/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/type_identity/requirements/typedefs.cc index 77f0cba9b4c..a838bda2dd5 100644 --- a/libstdc++-v3/testsuite/20_util/type_identity/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/type_identity/requirements/typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac93095f302..163ae624615 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c7448063770..27e09e2def8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39bd162773b..d3635e0684e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ca04141f70..0ae48477f33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b36cd98981a..4f37087d4cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4741a926e6..18c5cf06fc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 82e6b375a01..a14e32621da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d1a2abbd73..b3ad6c69bd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5af5ffbb155..582a51fb9ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3a13403ea4f..1534e85336f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c8f8b357bb..1894c83729a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 915b11e0c56..5b33547663b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e52a9edf816..4cb0f6fa871 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 102ca224043..0da8957887d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 34892841f68..25b37a10e57 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b11917493c3..0f54e2d1bbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e50a311ad3c..2554775d685 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1e7e151ea0..41784f4da28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67ec47813ad..bf8f7169537 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8532968795a..545bb072181 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4459d24181..754b5056102 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5db4f110e99..f5879879224 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 48055b6f889..1ba0f4a00d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fc7e7064245..cf557af0975 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac6e58cfda1..c66d90d2a4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7e820ba129a..3f2d180d9e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/deduction_neg.cc index d6407e7d2cd..1c4f5426baa 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/deduction_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/deduction_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/default.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/default.cc index 2932fd26a69..529d5d3ade8 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/default.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/incomplete.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/incomplete.cc index 1a8f28838a1..ebc233f4d5b 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/incomplete.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/incomplete.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2905.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/lwg2905.cc index 8700630d1b3..9ed5bd29895 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/lwg2905.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/lwg2905.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b541995ea23..a07f99f6eef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f8e1a892666..9c1b4c4483f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f41497c7175..9c38d73c084 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f06541e264c..777af052709 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6537ccf51ae..384c4a74343 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f5644016a58..b111b77a77b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 88d9ded65d3..81a67b3a025 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e353ceb6a5d..a20ad86bd82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8aac685d83f..145ad08f945 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 092043bbb9e..ca2ac9ba2b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4ebbe6676e..6ccf7e9ecd3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 54ef47b6e01..d494e12b4c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a51ec7ad449..dc7e3118a27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fb6d3b7f853..7144eeb0ec0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 28454a1c01f..efeaa3d8bc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1ef99ef1275..6a794313cfb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e201b0b036..9a89b5c816d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/incomplete.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/incomplete.cc index 96e02e4c903..9e449eb6b9c 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/incomplete.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/incomplete.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ded5af92307..7ada684aff4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c2013338c4c..c3809849d80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 16385756c4b..2cc2ec7dd7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cab75e5fdb4..d39b04b41cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99a2fc64c08..52ed13e03fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 604685c1ab1..44bcce66357 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate-max-chunks.cc b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate-max-chunks.cc index f995fe9a47b..733d6fba643 100644 --- a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate-max-chunks.cc +++ b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate-max-chunks.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate.cc b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate.cc index 0325a4358b6..c5054bd4541 100644 --- a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate.cc +++ b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/allocate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/cons.cc b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/cons.cc index 14519ba1d00..2e29e9d112b 100644 --- a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/cons.cc +++ b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/cons.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/is_equal.cc b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/is_equal.cc index 789e7bb2724..b3ee4a88e07 100644 --- a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/is_equal.cc +++ b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/is_equal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/options.cc b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/options.cc index a3e4c44aff0..f6fb25c4874 100644 --- a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/options.cc +++ b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/options.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc index e28ec479e7a..a1c68396853 100644 --- a/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc +++ b/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unwrap_reference/1.cc b/libstdc++-v3/testsuite/20_util/unwrap_reference/1.cc index d259db91418..38feca4bb5b 100644 --- a/libstdc++-v3/testsuite/20_util/unwrap_reference/1.cc +++ b/libstdc++-v3/testsuite/20_util/unwrap_reference/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/20_util/unwrap_reference/2.cc b/libstdc++-v3/testsuite/20_util/unwrap_reference/2.cc index 47bfa71975e..739c8e8efda 100644 --- a/libstdc++-v3/testsuite/20_util/unwrap_reference/2.cc +++ b/libstdc++-v3/testsuite/20_util/unwrap_reference/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f331b902369..456482128b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f16cd60fb3..575fe546135 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 73ed2b58aa1..021d56c9fcd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5aa3de99046..51f0dc62d7e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d92e476209..de2f67b1bab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f66a465f9c..7deb3e78b77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b45363ea2c..5c1ef5366b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 291660b49ac..c5ecdc0327f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83b8af09444..7bdc94ca74b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/85183.cc b/libstdc++-v3/testsuite/20_util/variant/85183.cc index b122c6357ad..4497a10a432 100644 --- a/libstdc++-v3/testsuite/20_util/variant/85183.cc +++ b/libstdc++-v3/testsuite/20_util/variant/85183.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/86874.cc b/libstdc++-v3/testsuite/20_util/variant/86874.cc index b595f9581a1..8fc18899072 100644 --- a/libstdc++-v3/testsuite/20_util/variant/86874.cc +++ b/libstdc++-v3/testsuite/20_util/variant/86874.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87619.cc b/libstdc++-v3/testsuite/20_util/variant/87619.cc index e6f48feab31..99e38e3ccb7 100644 --- a/libstdc++-v3/testsuite/20_util/variant/87619.cc +++ b/libstdc++-v3/testsuite/20_util/variant/87619.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/any.cc b/libstdc++-v3/testsuite/20_util/variant/any.cc index 9e93eab940f..20008fc2693 100644 --- a/libstdc++-v3/testsuite/20_util/variant/any.cc +++ b/libstdc++-v3/testsuite/20_util/variant/any.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b8eaf04b0d..8a430920779 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/variant/deduction.cc index 48632f4e456..dda20bef8a4 100644 --- a/libstdc++-v3/testsuite/20_util/variant/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/variant/deduction.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8a20170953..b09b2cda03f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/index_type.cc b/libstdc++-v3/testsuite/20_util/variant/index_type.cc index d7b26fa6153..6b227804b97 100644 --- a/libstdc++-v3/testsuite/20_util/variant/index_type.cc +++ b/libstdc++-v3/testsuite/20_util/variant/index_type.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target { ilp32 || lp64 } } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 614def232dc..124759240f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b47e0d9dd51..33999a684f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb624a79185..0bf86a5ca46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9d3497298a..fff885cf2ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/cons/deduction.cc index a5f0af0e808..8a782bf6859 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/cons/deduction.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bcc5da26d4b..f2567a5e381 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a909812a23..8da9f6cf34e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d1a7223743a..d4b8bc8fcc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 052da7914af..17c1130f438 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa648e16954..c00b5f936dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e76cebf938c..b97a8185a45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 01ac799ba76..a74eddf5983 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/79162.cc b/libstdc++-v3/testsuite/21_strings/basic_string/79162.cc index 09387cfd8db..ccc1ee218a9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/79162.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/79162.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 05b64ca28d5..1d52738cfc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2bf5e1b6eef..4079cecfbb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2e4a71efe05..9e8426292a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 367c80f4abf..1b3c82ac98b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 742a68d758c..ba1129b4707 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b0707802971..6ff64e67a7d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 421c1c988d2..5f940c6e028 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c0cf2160382..e44479f4324 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 de84bebc698..f9ac1e00a4c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5de9c9e8931..292c9718929 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 dc945f55e03..441700a1ad1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8833c948be9..63499f12fbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 df9be1925ba..4edf9cad06d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 499a69818da..40841e5bb1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 01c0748ad65..b7663455a18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 bbb6aca57db..2b77c4b07ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ca9132e5b72..b0e364ea612 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b15f4bef757..265e9468e5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e4a38b3ecfe..f04ec685259 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8fade0f0bff..5dc27be4bcd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d433ac7ad6d..9f82502557e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7eee4afd565..54eafa0e633 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 56561ddf7aa..f9cd512cb01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e9d873ea817..3ad97af02fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7ebbf60277e..9cb18656034 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3be5446b9ac..63bc5e3f92d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e85e47676a4..faa9630b516 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b59cbc1161d..6f4341ceec8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d2555980d80..1542f101aba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3fc849d485c..c44233e089f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 80f5381c9e5..3a8603141bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4a955b7c908..d454a293f08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 94d7df1874b..a657aab0b2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 654b49bdec6..6dba6f3996f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 aedddca1fa6..de62e1ebcec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/79162.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/79162.cc index 94ce331ea29..c10cb97bbac 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/79162.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/79162.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5cea638294e..28cdb938624 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/86138.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/86138.cc index 224ea42a3c7..636ec02704b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/86138.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/86138.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f2db517a3ae..8983253c946 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/deduction.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/deduction.cc index 4662fbd4b4d..a6ffc41309e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/deduction.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 21932cf7736..0c2ff809535 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8488b9698ff..3499f670de9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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_c++17.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2_c++17.cc index a6e2ebcade0..2c91abd61fd 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2_c++17.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2_c++17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a068d5afe62..ce07fd3b7ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b26894c43d7..0597dab5cf6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b31a8147ac0..a235fbc5a85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2f71daa6df6..b9dbc700d7e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 52205510e98..ac79d814ab2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 025f7882deb..03adc1ff551 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 61f502bcca6..503835767ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a8a7f03abf4..9b0aa70c1ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 32f61354d8e..d37e26b9083 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/79162.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/79162.cc index 94ce331ea29..c10cb97bbac 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/79162.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/79162.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 79b224c6a1b..f5fc9d6af78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/86138.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/86138.cc index 88f136bc7bc..a0bfd325e2f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/86138.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/86138.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d027e157f85..da4a5a0de0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/deduction.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc index 7740af51123..24aa0a1d584 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 aa6a52749dc..5c0de4cf64d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 389adc5205d..c53718d0c7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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_c++17.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2_c++17.cc index 3c05a48dd7d..e23ef1d719f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2_c++17.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2_c++17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 660ff7df579..ab81b737361 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/debug/1_neg.cc b/libstdc++-v3/testsuite/21_strings/basic_string/debug/1_neg.cc index 99080582fbe..85d67185998 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/debug/1_neg.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/debug/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/debug/2_neg.cc b/libstdc++-v3/testsuite/21_strings/basic_string/debug/2_neg.cc index baf64df0236..d6485fa1042 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/debug/2_neg.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/debug/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/dr2268.cc b/libstdc++-v3/testsuite/21_strings/basic_string/dr2268.cc index 3ad6860d81f..52373f7620a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/dr2268.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/dr2268.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8ca47615d23..25c4451236c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 34ff3715e24..534907d4e67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 29b798290eb..9c418ea2405 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 91c837b1074..44189d574aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 0a00c690514..124dd80cdbd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4103431e385..61f11d2388a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b9fa00c0159..0496e1417c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 10a3fccedbd..e7733840d5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 06b0a68cf4f..1d5efd50761 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5a614251bc1..834b7cd2a2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 aa0337fa0d7..7567b83905d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4a0bef76616..425c2c5e55b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4a4a2bdc678..a0551f1c991 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f1579ef8865..6db65a20b69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f04c834cb8b..8dd3be0dcc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4395fb1eac7..255b8e7cf9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/erasure.cc b/libstdc++-v3/testsuite/21_strings/basic_string/erasure.cc index 2e928279e89..873dd0cbf0f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/erasure.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 aa7754821b9..46b58b930ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f24a6163d3c..39fa9a95a34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 1c014cbd437..5664619708a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 9197fad769c..3aa22691926 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ba0d1bdca60..ca3a43dc4f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f13e3cab323..859a9a3ad79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 31b5715d546..38827c9043c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c6c27aca24a..cfd8b05516c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e11513b93ad..cf13d9c4317 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 aebf4f331d3..bc6622926ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 657f786766b..b99abbfd5b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 132aacdec46..312c92b6807 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 cdba80bcf2a..214b4e145af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4aefc8deee0..a3892cff7af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6b896485561..cf296f9e23e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 46ff87cc9e7..f7e64d31e9a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 796664c8e3a..cc7a5012e69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 cbaa3be776b..68e8dbbdba2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 09b42ad09f2..52258499584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4b0102bada3..4e520fd8062 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 87f51d4309e..3c637e189e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2abae16df15..a2dfc1d8800 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8e9a38356c5..9197b0ad4ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ea228f9dc9f..645553205c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7b6e536ecf2..497324b5161 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 81d9929408a..aa103ba4b32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3734b93d1dc..8b0741d175f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 9a2572dd4d6..29b604df125 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/lwg2946.cc b/libstdc++-v3/testsuite/21_strings/basic_string/lwg2946.cc index db8cb32321c..eb00c067758 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/lwg2946.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/lwg2946.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5bfe2f58a8f..386673ced7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3f9aa2bb063..0ea3752ef64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 34bac25995d..dc265fb8cc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e26a4e4aab4..0728c40ccd6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 98bdbefc762..52cba9b3868 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 bc458823681..de89818dc8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3f956c99b02..6456c93ec73 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 756d8c3147d..c9689e304a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 70da3a723f2..b1b70509a02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c5cc96f2b59..16fbfa60e1a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 256853288e5..16daac347c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 237cb2f7760..8994f0beb19 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6ee0920a5cb..db3745f3600 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b534024fc0c..c1086fffe64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/87749.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc index ef5f1e708ac..c29a84faf48 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7089fea04c2..0fce554c5af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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_optim.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc index b56bc50e1c1..6ac54b509df 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2770ffc6db6..a0a303e22fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 9e8e3fbd41d..42ef2d93b11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 48b0d90171c..504be743bbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 31fcc5b83dd..bac675b3692 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/87749.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc index d4062a9e637..2794bdfc0e3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8d394602a9f..f49295866fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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_optim.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign_optim.cc index f54ad36a5d0..261c6641043 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign_optim.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign_optim.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 eb180d36b58..31f63143a3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 102e169e84f..d636dd44616 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 00bf186852f..1db2321ac3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/83328.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/83328.cc index ef1d3a94d7a..215afca6e75 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/83328.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/83328.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 dd1a1c702e5..1d498c849a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d405bac7707..4770296a7c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 11c968db1f6..beac03319b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/83328.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/83328.cc index af4e29103be..c23748b1547 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/83328.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/83328.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ed510b7914e..26a6bfe8810 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2516fcbe1d9..89869cb770d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 13d3bc4fa13..0d2e4dedf94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 1669cf6228e..93dfca9a6f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6bba717fcfb..f81f4bb61c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 65b05bce1a5..6bbe7f4e898 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f417b3c8356..86240819519 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 21ac561f1ca..c2119a73654 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b4d371f2c8a..8036490160b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 37ba8f03848..0d60ac51007 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c7f6a1bc2d2..92a25754b8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3532cd86dda..81b69a88785 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 98df94d3963..5b2419ceb00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 70ee3cf1ffc..b74cd390616 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e9164b48f8a..3fe9155c2e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a07e8e20c98..38b773716df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7b7d2188976..7074d4d6cdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5bca0e8a89c..fd6133a7ef4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f6662a88df3..d9aefb7bce7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 51e1d21113c..334c839564b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2e98402c6d4..22a07f59664 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 66f53d972c6..92f5c37f813 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 acd2315e915..bd7c6226bd2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7d88cbf90ac..c3ba4458d86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a3092a47852..bb0a2160171 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 e9166483cc0..1877eee77dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 74599c8fb63..11cb7c8a451 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 038763672f8..8e5c07da454 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 9306f2e33e0..1ee2cf3f046 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c404076d811..281e04e4d69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 1277959322d..81370a3eb77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f52013745fd..2c06a536c1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a252e045081..59688202793 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 db7ce4934d7..f8afe1d1b06 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7b19cad4a49..7229bb188eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d04631d7ceb..30b36193391 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a4dd519f8ae..6e666fc5404 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4f0be6d44af..23b703a1c67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1998-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 9c447ba6bee..a3a2e3755c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4df5c51b31d..5c6a5995420 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 805ba34520a..cd256f988ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1998-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2234713f448..05f08b16fc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 eaae82cfd60..4c659258b48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/ends_with/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/1.cc index 1b0bdae8116..44ce7cdbf4f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/ends_with/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/1.cc index 0e95da34dce..78897e61639 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6161cfadb03..8a1e1ccab9e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 896cd8dedd7..be0b7db5d62 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6eaa0cb8369..4ac196e4c86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ab11ef53bfa..3b1d2afff7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3329a098d32..48b5ce49f11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/6.cc index eba2e5d4088..23f6d094c5a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/6.cc @@ -1,6 +1,6 @@ // 2017-01-06 Jonathan Wakely -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 654f670a49e..b15d6981c2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5bfc4108da3..af14c3b4795 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d5508d64684..0f447927985 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8338c304db3..5d557717587 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b899dc09fe0..f46a07abbf8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/6.cc index 6dea5bd20db..e6c8a0032af 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2017-01-06 Jonathan Wakely -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 618e22a1e39..1fe879f6ab9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 74bf72d1bda..3afd756a46f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5d5ef07614d..224f4a35bf5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ad5862e95df..59a8cc3f64a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 526768aa89b..3a86ac9d675 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a30074ba606..8dd6d62302d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/starts_with/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/1.cc index 233bf948efd..89527f1dae2 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/starts_with/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/1.cc index 92f269a14a9..4d88d96d4a2 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6f6bd6ec858..58bb76af0c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 0dfad7a851b..58ac9e73e6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 321b1a014a9..b761fae61c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a91830036a9..9136280990d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1998-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 9ec3339494a..9f016d570a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3fc806f5b73..6cc62b21a93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 adb7a568ecc..7837ec5f94d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4ba034e4b5a..28256a5801d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 27590770775..51cf13001bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 13acf68b620..571a432e725 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1998-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d714ea7861d..2066b8cf271 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 69ad53144e0..30f641b6ea8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3909e5cead9..36204cd061b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 57b3454432d..a46ff3173b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 1b34afbf7ac..c4e83ad20b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 303ae4b3bee..16b87a1daaa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c89056280c1..11bdcf955af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 1b1a3564b24..fa9022a12c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 603cd83efd5..fe55958d336 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 0e8821a0659..3625e1c4f77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a2d5f7ae31a..01f8e97bbd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 41fb47a5cda..cd48c4dce3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d3d5c547f36..79c188b2c30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f22ee1e3420..123342b11fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6187136b2c5..d23fe6ddcb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 fc9eeb64595..bc4e86457d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 df5d7088824..173f1f2008c 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 09d42eb7446..0d853513468 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 20b8f59ba3d..a0bfa6759cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 29254a294df..cc7f4f539a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 01beaefd53a..05ac4d21881 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 1bc3d30cfb4..87cbb40a2d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a8d3482da35..4e3fe930dda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/21_strings/basic_string/types/pmr_typedefs.cc index 23956673792..8565170d26e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/types/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/types/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d49ecbd9dd5..d71c0293ae7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/empty_neg.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/empty_neg.cc index 4ea506365c0..eb8339849cf 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/empty_neg.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/empty_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f80ae92f2f8..fb4d5346732 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8dbca7a621e..c86c8ecd374 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c892cbc6272..340a4d05bcc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/nonnull.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/nonnull.cc index 463ece718bd..696fa9a0dce 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/nonnull.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/nonnull.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4f935d57e46..d1b42c23752 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3134ec0781e..689e802ad0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c49dc257986..2b004cd14d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/nonnull.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/nonnull.cc index 8df61427a49..05ebd520395 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/nonnull.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/nonnull.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 03c588efb0d..eeb27db1726 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4ee2b64a0bb..449734114f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 efff787e365..2208b662224 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b74ee29f316..edcc0d7fed9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5b7421f2f30..e6ace914e53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b1ac051b91d..90a69235e37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a7c8483f6fc..a83a5a50f45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 59dc47dc322..81c69f2c498 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 26bd0fdc918..536f00ef53c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6562d58615d..4869174f135 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7905661396d..7e00dac183a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 15538a45386..e6125a6bcbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c5cbdba2564..27972fe9fcd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a8aaf15406a..63af89c3fe2 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,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-fileio "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 569c4213a7f..09adf26a1e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8b3b467efc4..1fe9c5355c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 b2897a136b8..ff78596605c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ba08a98eeae..eedc6b99f70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3c6911824c6..e0177511f4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 1b71ee936e8..67a8a589c5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 0f94a092ad6..81ccb91b504 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/swap/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/swap/char/1.cc index 90d26692599..5417234f63c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/swap/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/swap/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/swap/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/swap/wchar_t/1.cc index bd757ecfaa9..4799097b94c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/swap/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/swap/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 46691ebd52a..3ffd48e4bee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ef9df20e6ee..52c6e840f57 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/2.cc index ad9945a4dc1..11ad2fb6d7f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/70483.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/70483.cc index 5954d570fdc..9315d3b6595 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/70483.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/70483.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/nonnull.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/nonnull.cc index 1d12b700d88..1b01fc036c9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/nonnull.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/nonnull.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 15de7ccca64..f85ae159341 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 dd19eb80665..523807330ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/2.cc index 250129c6c67..4da145dae12 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6caf0e1507a..f1072549cfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/2.cc index b03edf77a4f..15b3d6c5e3d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 84f3208add6..e531fd19aea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc index bf192aa8870..1cc9345f4a7 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/ends_with/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/char/1.cc index 90d5d6c6d89..e816f4c3521 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/char/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/ends_with/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/wchar_t/1.cc index c23ac6079a0..1b9c43eaf86 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/wchar_t/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d7d2f37706e..0b58abca4a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 af8a526d12c..d811f0feedc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 5ec651ef3f9..2acc621fffc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ca4b1f17db4..1e24806310e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/nonnull.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/nonnull.cc index 69f1850d9dc..78e051d1944 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/nonnull.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/nonnull.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 535b2d5e383..4c75a75dc17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 2802bf4442c..f0610506204 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6623bbdfc39..bb394e65bbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 213bf78cf93..b8c423f414d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ef26688fd76..c6e88f4e883 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 df37f8c7745..cea1584b813 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 37f01a28af7..fa6bcead888 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/nonnull.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/nonnull.cc index ca8527afa58..8d1d4eca74d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/nonnull.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/nonnull.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 197515f9b6c..74158fa160d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 7fb7c6c328b..c7e750fd9be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ad34cd3df7c..b0efa29ea14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/starts_with/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/char/1.cc index 3d77276b639..875bffb0c27 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/char/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/starts_with/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/wchar_t/1.cc index 854efb8eb04..1b85092ea93 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/wchar_t/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 c6bfa0b79fe..387b8a3bfe9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 ac65c23c54b..09159ac90a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/83511.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/83511.cc index 60899130b83..8f3de1a51a3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/83511.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/83511.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 eb19ece2e79..26eda0c36b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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/83511.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/83511.cc index 478194d138f..0949db11253 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/83511.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/83511.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 4be652daafb..866b2d0156d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 f4088c85b0b..88c17114f98 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 162ddeec24e..8e45556f30c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6584d253fea..e8ff3b2206d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a29d6beb7d2..3eceaad5a5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 6f3fca9286d..178b3b322c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 a0a76977697..18657c3f0e6 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 @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 9166e0b8f10..f2131a9215c 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 @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 8c9ef863a67..a8472299eed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 bdbcfa10ce8..41b8f566a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 d1269db2b76..277d7ce8bcf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This 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 3914053311f..168e1cb7710 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e7285f8abcb..d8150178475 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c34d686953..0db9f8c8eeb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e42b0b29e84..8611dc241be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e5426071b0a..552f1a6b886 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 325d49c19ff..7ceb9ec4c51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ab7ede65789..b6f47378cb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 95c482c747e..155e7753448 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1fd2a5f0b50..393fe839155 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1cba0b7f258..d33a90a5361 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 02fd8b06c3f..02d4662cb07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe0d760f953..4a1fb62425b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b87e421314b..8cf1256b6b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2fe82479d00..870d157a9f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/eof.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/eof.cc index 6d7bf0d16d9..59ce7e3bb87 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/eof.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/eof.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 120712c033a..94cdf3c53c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 918e0bae104..8d9acfafbf4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cc812d7dd67..620a14d9728 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2ec87cfc0cd..239aa48fcf7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_c++17.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/constexpr_functions_c++17.cc index 87ea4d89a62..db368ecb60a 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/constexpr_functions_c++17.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/constexpr_functions_c++17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bda98509268..0c75fa22b9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6887988f738..fd5c46d929e 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b71872dc70f..46b86b2e236 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67e50529b83..4178e10f188 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 213d407ce0c..ba27151b3de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f412234b24..c025fa69239 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8cdc085ffc7..52f7bc2a709 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f2b75ccd5a..bdcb851fba5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec647defbf3..11089e01d31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57e3aa4b27c..e3500ede999 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 31569251365..38961d2a736 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ef51a0d09ec..751151c5f81 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aacf0b63bf0..998d82b4aa1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4013ead78c5..ca7bba5b90d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 76473775566..767a5e2bcb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 862a39141e8..201af0ef20d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 76473775566..767a5e2bcb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 590fd9ebb8a..d30bdcbb6d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4290f570648..e0d72346170 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b0329d982d..8c56cac6338 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9096c8ce731..550853e7522 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d105745826b..332119ef2df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c38aa6afae3..41c634819c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d66031a18b..b644c4d5555 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ed2a5e1566f..af8439b9426 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/string/synopsis.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/string/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 700d456dc38..bbe43cbaf87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 038c3681788..ab4440541e0 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8d5b70d6e35..40ce626fc3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 020273dd0c5..5bc01cf83f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f4a5cce186..ab2ce7beec6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35dcedb41a7..42dd1a72551 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b0d157db60a..0d90687c4b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2a738661b1..3a98f4ccdd4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 732b637123f..767a9be00ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe60b242568..fc6c93691b2 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/char32_t.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/char32_t.cc @@ -2,7 +2,7 @@ // 2014-04-24 Rüdiger Sonderfeld -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e025773a24e..e064101d2ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/79980.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/79980.cc index 6fbb567aea6..3f697020638 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/79980.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/79980.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80041.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/80041.cc index fe6afb4db0c..716213b2201 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/80041.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/80041.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/members.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/members.cc index ce14e26b1a7..c4d357f5370 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/members.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/members.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/misaligned.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/misaligned.cc index 2f400b6b400..d7a294ef1d9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/misaligned.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/misaligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5015e76e361..3c6e6e19414 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 56872267d1b..41f418d75c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/79980.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/79980.cc index 48244d3638c..331d57f9505 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/79980.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/79980.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/members.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/members.cc index c3128f9a92b..ad442dc5f95 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/members.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/members.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 20b2afe8798..d535f7028aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/wchar_t/1.cc index c44f91f357e..aa2704831ba 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5923c52913f..d204b0e4db3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/79511.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/79511.cc index f7117df6a2b..d67dc497fa7 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/79511.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/79511.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/members.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/members.cc index 53d8c501cd3..7cf6166787d 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/members.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/members.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 853e260dd15..7d157d438ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ada3d851032..97212c9a471 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5a230d63a6c..f4f00ff8281 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79e9f296048..35d0a3c4b0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 268645fd8cd..2e5dcabf35a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b0c0b2055a..c6292f56ac7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 71a282c3526..6fda3953721 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4d10fe34216..9405222278d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1dbfad2a668..bec4255b908 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a32b2aea3b0..57763150893 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e1430f9b3d5..ee7a69ca1d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f316ac8747..7b02f728cbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1157564dfff..d0a04d68e3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f426f8c2bcf..fb582f239c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa40750299b..18f6fd9801c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f22b1e4c85b..88422576335 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dfef5db0bc2..a5c82c05b4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e62a94bfb7..32a658a5512 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bcc46ca62a1..065b695a34f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 32ce22fd966..5c75650f7dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7703c288ed..4dccddc7795 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec710009a25..0a98365ea81 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1264d5c8396..67201ea8993 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61d8c809ceb..e881592eff9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 05763fa9534..56b22337a1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7dd01326196..6ccf4270cab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae3b9668a88..66e08663472 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d479c50b2e1..bb80eeefeb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e50f463d43..31d088fbd4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7548466fb3d..e9a89650762 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81e2f967b1c..c3ee7049d09 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be935820d3f..9515bbc9f3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e00fa2cb441..f8086a27e16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79c5caf1047..6335de098c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 244aa4d27be..804c8977cbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8b75f29529e..7df2b875cdf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f8e07f7d11..aa607b4fa5a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0120e62b612..426879039b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cc3aca8e07f..aba2dc270a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8b51d1dbe6f..7aa81c232e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e3f5651160..966492483a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 907374b8351..18d90b0737a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 25b5b33f64c..bc18fb1b65e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8685a5f581c..d70ebc63038 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6367bcc7dce..3f43bc6ae33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad7a8ee3986..d193370a5a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9623c466892..602fe63e738 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 08da3afacec..4f22af17fdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 241f5ce9f9b..052ec392de3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a21f92f7c97..73edb40334b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5c8d6ce8630..559a9a08374 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f025a84752..38180829c31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de607a818bb..6de7855d469 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f50e1940fa..fafdaa94fcb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 174ca0ce99e..f9781ee7e94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 178ae3d2159..703187097b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c371a954aa..0a54946b45a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d5edac350c9..c9e641ae308 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ab0124af1f..501b71fe239 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 53eef6b68ed..90581d73f51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 392deafcdc6..8224951fd49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 566507dd0bf..f6fb635ead8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35dd3ce9114..1fffff916a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5f948396030..ff2acfe51c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 287f416c608..d7b96f045b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4cd24f01c40..69a2117580a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d569e95559e..a8136ed9f9a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 19145072ab3..238e2605775 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 392deafcdc6..8224951fd49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 566507dd0bf..f6fb635ead8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 77f8009f9e6..95455cb92a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ff7f1df523..d857500cf81 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 144eb0cc056..76c138beb90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc1a2ea9f93..36405681bc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c61b005227f..aa420c29597 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 093ff5a8949..7784317796f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a0a2785915d..150f13a8727 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9b390e9b30..141451bd3f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f7d9bec3cc..5fb5b3fd3a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd652f13e0b..d676d907204 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c60e4401bde..28e6dc3d260 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e142ba37b9..e575b3fa5fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f7db77eeba..b94b97bc110 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b9a86e2940..cac1b77c89a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7721c4d85b7..821bd789d8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bbfb5e31da0..18240435cae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3408390790c..9baef5063a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d14b5e9a70..cc76afc56db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f3f9ffb35a..7c64207a9d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/2.cc b/libstdc++-v3/testsuite/22_locale/conversions/buffer/2.cc index 64b1846557a..7c0a03ad3de 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/buffer/2.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/buffer/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/3.cc b/libstdc++-v3/testsuite/22_locale/conversions/buffer/3.cc index dbb52073668..e37068aa1d7 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/buffer/3.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/buffer/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a53b8f9898..8e5a3a618b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a2a8641d520..17ba29b1245 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cdf7a8c9d78..e83cf98e4c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dac8b2cb191..404e869e0ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89a70bd5c6a..2398829b12b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9a9828be76..f7de547f02d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 062b6205417..220a598e27b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3ec196a08a..b4405c831a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a910a60c59..de9c18497b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d0630e645db..e466c16dc1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8d271da5370..e39813cce76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 827e4ab1970..15381a721e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc883541e44..78dc659344b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8b516263a4..a27592de0de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a515bbaa6b5..95c1d119f51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7ebb276891c..77628e211b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0437638ff82..e6ab564fc3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c1adb2a35c..7835c77df03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 31e62fe3fb2..936ef1cf510 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67015d061cf..305ab86d43b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b26faf594f1..0aad186aaa3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5f2128987e7..680d61705bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b876f582cb..8906913b7ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 513c7ffcc95..71c6f9858b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67015d061cf..305ab86d43b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 335608434ef..c82a1dce2d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7105fd99ea0..a77ec2e4d5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6600fb725ab..5a374508950 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a55b5ce7cd1..2b3a57d97bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67015d061cf..305ab86d43b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 335608434ef..c82a1dce2d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1236abf517..c6db5f11fa7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd6b08aba51..ad1d2090e23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 50e99c350d3..07d0123b063 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8cc237ba90..57e67a17adb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3987cdca77d..bbac77fbe34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd7a181a620..57e0e105bd0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c32a9e4994c..1bb5d845b1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0eabdc8712..cf33dfc3fed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9ee0630724..86aff34f1ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e6c93ed8196..5c3600fea95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99caac0e420..0150b4cb21c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4dcd5da4e2..3ac89c79857 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b128f20410a..925f6453c02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2979b67c8b..705c62d3e47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3e556c4eb91..5d3746d80be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f204a49f8e..4ce1e71a5ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dddf2633479..466d4bfdcee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 837052a9c23..6fa272d982d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6461584ec3b..43e44561c94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 414ae224e3d..f27daeacbc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 26509e535a5..129f7946748 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f69ea83a0c8..d60a31f9a88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe5e1c9a9c1..7a315d771b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 751db6e2495..a8f35bdf3e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 22e47e45550..1612f47cc81 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3992c3d6b57..7be6378b4bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fb3e5542a73..b23493fe712 100644 --- a/libstdc++-v3/testsuite/22_locale/headers/locale/synopsis.cc +++ b/libstdc++-v3/testsuite/22_locale/headers/locale/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f08e386953b..7709ded9089 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d69107cf79..2d4133c894d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ef82a7ea261..19a1985524b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1d955828b3..7f47dd34113 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 675cb77385f..a914f141749 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b3030b27ea0..b2fde290123 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 @@ -4,7 +4,7 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 075d56497be..499d8f18263 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 @@ -4,7 +4,7 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d1930bb4b4..aeb140834c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 174dacc691a..47fc5d7fbb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7fe5a614f9b..59bafef0c6f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e74aadff5fe..59cf007c788 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c8687f46fb6..ac40de3bc48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 923ecfaed98..4be7c03b170 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bca38d92a2f..5020658f18e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 234d2555dfd..24d80f4aad0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 95347db7e7d..8d554103922 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a0c03f886d..ad9ad4274d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fc3f7863205..f70e600dc02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c80927f0c6f..466fa2f652a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 16fdb9b8244..fb8e12113f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce40b3ddf20..fb8a2f2569a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ce57c88e59..5bc9e6e5b73 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a4c7f55590..b76bd0aaf42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f562d46ddc7..ed37a4c30b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2d59e2d6d8d..569cf71dd4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 886619160f7..4f76b70a5ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 036fdea19a9..193e8b08bed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0a369258322..6f4ac371214 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6c31f8a4b83..aa240103af3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3168964b00..df7387f0b75 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e0529fcdd34..0db21843186 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8862e28e5cd..c2840d7b966 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 54cc1661ff4..c22e4f425a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 68f2259afe2..1cd3954f7ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45fba75188a..c723df5707b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 10800be067d..30a7c3ca8e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33323443db6..802e55bf7e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2073028847..0d9f2635fab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f8656f187a..068a6b174a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7899131ffb6..83695661362 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b4f8fcc1c5c..93f369f096d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7b7e578aa9..440bf2eaacc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ef9540e16c0..280730dc248 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9572da0afc..af8f8ae2762 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 022197320c9..6f645865f8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 34c886344b0..d772b1611f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b5507e314cf..abd1d2f6e3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 42e1ff5b2e4..10885f9e3b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70e55f1bcb1..2cabe12ec7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d852d1b3e94..995e28e8b71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 87589537f1c..fa52a8ce8f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 41d9d4bfb1e..e3aa70ffe51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 40f317bd5aa..5b1423cfa12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a426ac81593..753641825c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6210279eadc..c201e7cd2e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b6cfaab5623..743fc99f603 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d613416d9e8..2af7311b0ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb0982be490..f65838dba7b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 abf258591a0..86fa093c083 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 14abc6ed2fe..c3e07377483 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3bb5ecf8ba0..f132fee9fa1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 203b0e05f4b..555bfea2c1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f83062063e9..ceb45fc4584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d53202883fd..4d8d68776f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 070014bf658..3e3f26ea480 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce8b08d9bde..ad02a7f2559 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da7b5b0d325..c9fb995f1a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5813b1c48f0..da8afd25cd0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0a7c19e2599..b787f1b0d2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 13e36cd1a3c..06e07f42f21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f620573b726..7fc2b07f80f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a8bff6ca94a..8ea6f69f6a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62bc9471db9..6597c5d66c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 128780ae1fc..12283800dcf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ebbd953c8d0..d75292c4e7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 95a7f6d170c..33300687ef1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be5f523aafa..8fa6124279f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a47fb69d5e1..f4a2748af6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cfe9f3d6b13..d44a9e6427a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cfde77644cf..743a8ca65af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b87f9d6a01c..16ce52bb7f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 502e53ca18f..5811c3880bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 efb75609699..e05f5f71a5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c98ef57f902..5c4371d5b4c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d280a491b9..f1794b0a65f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c33e96179b..4ddf91a68a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ec61eb602f..0ef8273a0fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b120c546e2e..dfd72bf1454 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd3bf7e6458..fedb3cac717 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 070014bf658..3e3f26ea480 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce8b08d9bde..ad02a7f2559 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecaf5143922..615c37b5e27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09bfa39b1a4..038770a934a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9993fd3e2e..5c528f82488 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1d9b47ade26..1d856cdf62f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ebde350c57..d6ff16761d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2f8f943b44f..8860afdf867 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 592b8e862d7..585baa442a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3273dc8151c..8d51e0aba59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7690c7c4ebe..20a84f7ff33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 388d96c30fa..0d763508baf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b536c104188..9e49c9078d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ccfb4d93be5..69a23ec7ff4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a20755e6889..7a51bab7952 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e645c7c2dc..8f8b2a0fd90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81ed59ddd1b..382dfebdefb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e362c3ca8c..34bf94d4135 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2a69a68ed37..445bf2ecb0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03a13d99b52..e9e3bcd9f13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a712679dee3..5c2a4df1c11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 050b0b9e031..4b1d14b8d71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9b668d4d260..9d1be4bc662 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b0e7b9b17c..1a43fb9703d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74fb3020674..a61f2782687 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e645c7c2dc..8f8b2a0fd90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81ed59ddd1b..382dfebdefb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8900479c8b5..c9761c2e96e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1897c172d2a..56d7ad1e1f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 989c6781be7..0600cf6f183 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3e1b90633a4..a9ce89c4c72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6c3b8cd9aa9..cd3b79e1fb5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 299127b3e96..441598a7172 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67015d061cf..305ab86d43b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5d282c570bd..4c3cc7abbb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 08fbe541ebb..4dcd2594000 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 97f5f82b7b6..0873c0446c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67015d061cf..305ab86d43b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b26faf594f1..0aad186aaa3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a147d639df1..1b5ec682ba3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 817e0478919..51c98aeb546 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f66b0d4306..d6266f46e48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7546a902d76..e2e85f5f750 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca46923cc2f..18f11125f2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8de68d2bfbd..98b4bf682b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9440e94621..2782d9ae24e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 101e7c287cd..17f0973cd61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8e125b3e1e..1ce2312a3cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6603bfde693..a299a70671c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b78caa82d36..3b5218704a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9ced48aa6b..23aae0fd739 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0a0cd30bcc5..ebcca4ff2ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7eb6fc05ff8..2096c692c85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fdfc5311189..4917df992eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24df02bf7f6..d91a6ef735f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea8a66e205a..3f9adb2d96b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 71d38b4e7c3..5d362b63b3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 413bfafcacb..8f9ff984481 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bcbc29d0a63..6688b0de4b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a8580417e9..da4ab89346c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74649d270e5..a32f6e1c28c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 98529bf4553..56f4bfd5ca6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9fcac46253b..7159e9cd97d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e61e961e14..3d91697ce07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6bf95471cc1..f2910f8db9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f6abf83303..6ca506a3b44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 97f39e966d4..d2f48950191 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c352052d493..e2ae9bee551 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fb61a26d685..baccba55d17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e7511b1d228..5fdca9c22ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dea4d472c19..97c2d2bd254 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0be85a2df1..b5ad733ca2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e256970fd1..aa7c2d8d51e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f038c0c8db9..698f92321ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74adf304b7c..dd15bdffcae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81ed59ddd1b..382dfebdefb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 257aeeaa6eb..96603ca75ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2daa412f35c..3ee11555496 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 020afebef59..665e8341bc7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ff20993ba4..2d91ad3d4a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fbed4717675..177e4d66173 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4e451c378d..3abc90d4f82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a85a6428837..55a483b5c6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b811894f3aa..50ff9366d45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 93a471ef1b6..100f632717e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f6100a5dce0..ae46fc4268e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee60c236bbe..13f597d7ee2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3ac0a1fbb81..0f00c39490e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 19f5c555a61..d8de43ea1b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c83d6cbaff..4ec89069b54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f410c037181..fe36ef51058 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3ebd27371ba..8eca0d48d9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 998d2a3a05d..cf3a39b7b77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 51978e8f95e..708fca0f5b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2d12d671e3..efbd149dbba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70726c74c16..e37da9b8a03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d897e08ea8..8fa8a3c38f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74adf304b7c..dd15bdffcae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81ed59ddd1b..382dfebdefb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1caab4c2ed..8c59f695ef8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7446c48b190..f79ca958149 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ed381427dfa..d6788663605 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 685c180c303..2a0041ca7a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4113996b05d..1c691ada77d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7064351e673..fd1deb9503b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e4ce4c3ad5..6421705b7e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 31c211fec63..f5e983529ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f074d9c586..d865406417a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 292d8518cb1..96c68ac1b4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58498a064e1..aa044f0ead2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 25973644765..e965d6e9a9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3b56923a10..4ba09a2c874 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1821bca1ae0..89f3e98b170 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a7c8377705..50c46d477f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bf479e962b1..6af9f751577 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e399cd9ae1..b9e4b006075 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee9508b9402..ae3dc68951f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f9f808bf9f..8c6df9e7ac0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4422182abb6..650c93d5941 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b506e210b5..8a7fb416dc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 29ed719259f..537be0240b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d86e9afd90..99800d87004 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 baae83a35e1..bdb2a778994 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89b752b7f49..6b3a4cbab99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6bab0d85eb7..acd675ef1b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c9b3738e40..d256de4af95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 28a56d036e6..12943efdedc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f7f8190f4db..3a2c8cfc8e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9be1329e49..ded1bfee599 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b415c594e11..956609d7ae1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe7bd001a16..3f77d66f6c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 081e6c96ce0..833321e9bc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3de3a01bbde..33af9f18a33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 96a05f03a26..a5e20d30ef8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d259b7be72a..e5b5a8b6945 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fcf6087bafb..d817aadf333 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 441ac5ff11c..509201cd80d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b8ce0b303e..18683cdbfe4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f21840198f..687bf384ff1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e20e565fa3d..9e47525e86d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 94b09357ab2..19b8ae5c0c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f9f839f87f..4c0b681b3d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f6d3373693..48fe1690114 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c73fe72a020..8bcf895575f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1181542184e..055582a71f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d29a3e06118..68d85ce9e36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f64f8aaa6ed..ee10c3d90c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd5134430ef..e5ac6d01c8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 63df1d40e4f..46e30acbd07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ab6c96369a..d38bd70d527 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cbbe2a0daa0..1064cc47b66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a55cf89b294..6f5448e204e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d6d7fb6904..2033ae4907a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 837a7db99e3..fbdd95dad10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3dd70940b59..66dafeefb27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a251770cc16..7fa706a75a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d92696aba01..e32c43d683c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8846b1e28be..a58627ce1f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 19f4744ae83..c423a31dc61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65ab657d151..116795b2e79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c94129df21f..283b33f349a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cdd9e7f428f..783a1fc59d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3dd70940b59..66dafeefb27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a251770cc16..7fa706a75a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e6915feaaa..ef88e43749a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 683f2def0af..763d51e8516 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dfc3984a11c..dfb442e387b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce6e2f2700f..055caf46b84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0eb6eddff88..766df1fb3be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1ea4190a179..6992ef37030 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57b00aee1cc..8026c609e63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1630c79c3d..a67238554ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f6d3368948..85939a425e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 afab2e781fd..84e01c4fc8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab3a3fb940..d3c10207a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35ebeb3a420..6b3753b2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd97715ecb3..b17086b8d30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecf0f487cea..54fa1419b59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0dcb5dec747..11a91a1458e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ed4ac675283..5a0e450f350 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ab0c9430513..ea50f8ba648 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f04e87dba2a..223389fbe3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff2c94e05f1..4c727db10da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83213255a49..a89572c99a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 96d865efa40..c6e9cf04763 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c32b1da364..f98419889d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 87595619833..579f9f6908c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45467f1756d..3682d1e333d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a2edead0dc..201d7d591ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce7e5b9f7f2..7f89d5e097a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3749e9e5f39..321499e697d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c2f02fe1d94..bb19a2a2d65 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 caf1bef4300..d9c1ce0b52d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f2d26d3eee..bf0d9d0f845 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 938e8b318e0..825d3be8eab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a532c93d4a1..576446f6117 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e90b1ebf9aa..219937f90b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45467f1756d..3682d1e333d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a2edead0dc..201d7d591ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6318a9a69b2..18b6f56a617 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d1f313232c1..be79e90951d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6197d69fc38..ea299099ec4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4bab938c5c..6e2799a604d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d31c226319..52476996ad6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46dc03bc62d..4946117cc1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45467f1756d..3682d1e333d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a2edead0dc..201d7d591ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5cc34426680..c4340c3f85b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da061fd8edb..51655190607 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a5f1b519e37..2f0b35eb753 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24ecf226fb5..1d6a4b19b7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c8d41a40eaf..dda640db0bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 611f4afd529..6d72fd26599 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45467f1756d..3682d1e333d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a2edead0dc..201d7d591ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c6340e2a336..b22ed16e61a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 647650db2de..61f79c1e405 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a0ea98d5b66..639b6af0cb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9e250d2aa88..3b4b266f323 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f6087e8362d..1d54561fcec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74e5c4d615b..602821ac5fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45467f1756d..3682d1e333d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a2edead0dc..201d7d591ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee9baaa7e76..8a4a8ebc446 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0afaeeaf08e..5018fe94ce5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b7415b5a5d3..87403d7bd64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da8b290b493..f4cca28d956 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fb3b5def1e9..3982eed48fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 639e0795ec3..6dc816eff56 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45467f1756d..3682d1e333d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a2edead0dc..201d7d591ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 485b328f14c..b06ed389627 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b951bf1002..bdf00c8fb98 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cbde3791846..a6cead1a6fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7edc57aac91..0cae4aee40d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be6b59c517a..aff1c1eb031 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1180d38db6b..edade4af660 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3572c7d93a..f30b78fb686 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45467f1756d..3682d1e333d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a2edead0dc..201d7d591ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3308f39b439..7b94b9a644c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a50bb2bf087..722c77ccc21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc3185595ec..f5b8915d0c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9bfd587f78..94a18ea1414 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 948925de9fb..6091d111368 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e50f91a14cc..d6c1988c7e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5f92705cb3f..94df1925d21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2594bafcbb..5f5d5ef8495 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad5e820ceaf..9403fdd0ef4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9b3ea60076..10a7edfc931 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57f49e478da..be24248ae9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83573d36b52..394ead43a4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bdc93b28f6e..69299d95994 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8eef6f1be14..db1298d3cff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 38a900fd2cf..dd28fd488c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57f49e478da..be24248ae9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83573d36b52..394ead43a4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9673bfbf2f..fff82a30ece 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 568867544a6..b241ff4fc2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 29fc4b39d23..9ed4ed2135d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3082e3aeecb..e26cae50034 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f989006effd..bdb9607277a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecbc01977a7..6bee9bb21ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd8a927c5ab..49969d87fc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c04a21077ce..c585fa5c161 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b4274eb263e..64da13ca4d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f1c9171a51..1b23034fe50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae32f1902a8..09e4ed2ab9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 21750fb4906..97cb64056a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 71c9b3ae74e..23471cad04b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ed2ce32d51..eb3625a5891 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3cf264f44c5..09b3f96cb2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2d03e08c884..5243c15ee25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c8d47d2f91..e40d3fccafa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 84703143524..f8b49cfb519 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5fb9d3d7e76..afd7b33f179 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a784273ad1d..e2fc2dd772b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3f8737e639..110f869e172 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c87de39d39..193148bbfa4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c7e26e16e4f..d6bf9191b13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01c482a9283..0ccebad01c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c1cc1b6f6e..2664e1529b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8410617f709..1660bd7a8ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c6b6c418fb9..44d24238ba3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0d6963e29f..a31feaf8104 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 00ffc0efd25..d4ecfe99596 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cf9c291477a..86f337f5094 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 34bd94e1acc..169a1a69643 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c474fee9433..cf33406f906 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad7351df9cc..d9259da64cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 84703143524..f8b49cfb519 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0d007f38f3..e81e97d2db0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 183bfd20ebb..7ea213a11bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 043d50502ee..271da7074c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a960762dbb..6854e631cc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 16fe9a9fb49..9278bbc3aec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e00c81c6b06..ea247c02849 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 428f07d3f79..aa1491610c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c345ca0d79..75a30b6df8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35d8f8f82b4..1835a1420a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c11eb5d4682..d5609fa085c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a147c3fa9d5..d0166e7ecc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 852318b9b8f..e0b60117c51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d03a4628bc6..d9215b7bc45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4bbe2753101..8a97da01c67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c66d80a41c5..da1aa917bae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 654adc8ce64..6006fce2ce2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/23_containers/array/cons/deduction.cc index 900a10a21c5..5bd1982b44e 100644 --- a/libstdc++-v3/testsuite/23_containers/array/cons/deduction.cc +++ b/libstdc++-v3/testsuite/23_containers/array/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction_neg.cc b/libstdc++-v3/testsuite/23_containers/array/cons/deduction_neg.cc index 2c24280562c..608ad823b61 100644 --- a/libstdc++-v3/testsuite/23_containers/array/cons/deduction_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/cons/deduction_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6dd3251c32d..9be7e4e910a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e5a2c34262a..6c8ef90c5b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bbd19171754..584da1f9f2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eea10be714c..5be1e2d0d09 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 51726cd6059..04fdadda637 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 906339b7bf3..84fd0969941 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 96d17aa0680..d8ea26b8d02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b57df04d9e..6391e62c9da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 15f36909044..a69efb77cb8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb581aa2cd4..61a6d6d80b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 836006affb7..227eec2a033 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 751a817e759..3f5276045ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5248d9f53db..55349867d80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c19c8a92ea..738f0219eab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 865ff20c5a5..989508d15b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee81d1091b9..6525effa8af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1172eacc88..3364d1b24a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5f01a473a3c..67bf5357a87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ea810c60fe..a1d340969f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c363303c6bd..16a0b61ce89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 000281c6c56..0c4fad4cc5d 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 @@ -3,7 +3,7 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2344d4dcaeb..b019d1e298e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 15624147c93..93e7ae1f1fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 44a83cf65bf..0120dc3517a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5dcabd8488f..7945896d10e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb26733e03a..fbc0d498967 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff435cc2cdf..266a114f18d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cefb0ec8e1b..1fbb44e3de4 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 @@ -2,7 +2,7 @@ // { dg-do compile } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e87e95c4048..bc3ca77ca04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3cfe85eedfd..7221c86ce8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 912c9b2054c..f9880b4b0f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7024c56e7d4..f85b8adb4d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 97b6559b9b8..b6fda44a3c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a87b74849a9..b362a2ef730 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a163e313a50..10b1681c0c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a4e90ef89b..0a4b1c30bde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3dc12cb7e28..aedd5fc2a2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9023f070c5d..224e71c6d26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5beeea92ed4..2518a35b1f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e059c83d406..2b67eb3bc7b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a81599c509..6718e3872a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c877bd77856..e271d3802e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a580728797a..f69c36e6f9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c84f9adfc3..019ada29f33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 28a62d2ca61..2e62fa0aac9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35651e10787..74bfaf6ffd3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45c40d9d5fe..0200f913ccb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d67841e3e89..3ee1ab13427 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0799da27e5b..ff1bf11a508 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 11bf7b67cfa..bbd5db57318 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b4a76b32b74..765b7d5450e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35c5d9d134c..595b7219a12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 992af033853..65e463db98a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 232bd253fcb..430878254d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e77f87d71f5..086b8339fca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c13b94e3b9f..8e4c43e5483 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b762ddce438..ddc61c0f74d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f47b296388d..d7aee172632 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2eed73b701..bac1f497ae2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff186d85883..279168058dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e252057707..1b68aa5c96a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01c7c1cc319..db7cad04fc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be582179614..8f3d1e7eef0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6840c99c435..bc480037cc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3533b169a6f..a16d887a020 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a1f8b73ba37..db2e33443a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 49cd64cae22..e1049d7b9af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b96767f5c91..287223d8198 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b4ca3d5c7ef..65d9498d45d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 022cffd61e8..e4b0a368b6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 53fdcfa21d4..aa292924a77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/48101-2_neg.cc index 7a87dae3aac..22b8161d004 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc index 5d59f593c41..bfad430c791 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 27c13345565..91b45d6e11f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e8bccf1c78..c3358b4d9b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f18c3961c8..1a30997592e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 271e35d09f7..a08d653de42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3ef2dd370ff..ef2c747443d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 661923ccc8f..9139eb9ff55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1d9bfa0cc10..338c34f1cbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e0c26f33ab2..e2f45a5f0fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9e07c06c871..49d9c24ae9e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d7ae5af1a7e..e172ffcc2e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 696564c027f..5566e5e0a39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f545f3d8f2..9e195f969ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 47878424eb5..da5ba3575f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/max_size.cc b/libstdc++-v3/testsuite/23_containers/deque/capacity/max_size.cc index 99160700cff..680610a3735 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/capacity/max_size.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/capacity/max_size.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ddc0f44e53c..0e3da67d0fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f5af0a5c05..f63390940d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cea1d782dd5..9bc12ad085d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46fcef957d2..ad04df73873 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca4b989d998..2cbcfeaa748 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 422f0469e77..56a059f36a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 baf50eca610..492aedf97b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 183526df799..997aef89d04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d99c8db77ae..61f7b7dec5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc47fac4003..67aee2c0245 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/deduction.cc index 87cb125ec4e..b623cd78bad 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/deduction.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a66f2afb53d..1479e413589 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cf7af8aa208..a15db0a5dd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39108236e9f..853fbd3f732 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85c72cfbee7..4f1bd77f4dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9adcb9654cb..4782689ce15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a562187a22..ef180ee6c0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0877b563288..91b270eeeca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 54d113e7da2..a8db3c30c34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67b5815fb82..e7c28a984d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 37a4b9177cd..e5e7ef20354 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a915f7f9a2..ff2620b0933 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 77eaf91e0ac..d93bcebc761 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f20798a6cc8..d3e232bf5ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35b3de3cb03..f4eae9e1f89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9594e928ea..8bc2a47f8e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e82face75d..63c87c96439 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e480b6afb04..0c3816e7a48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3895a5befdc..3208d4ac124 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46e14555ab2..a1725d11f02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8fa93927363..20fcc25f04e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 82aca71a2e8..cf5ba968576 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3a2fc08419a..f26715faf74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/deque/erasure.cc index 3c28a3d70dd..4fe6f1d0d6f 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 20f4200219f..07dea26ca0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/assign/1.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/assign/1.cc index a6668f7c199..3aa54c33e75 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/assign/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/assign/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 91f8feb0f5e..7d89076eaed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e9236dea28..4370e19da4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c358043956..60426778743 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1cc74d8cd69..8d4d09ebbcb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 10b7aa6bc62..27aaa35646c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3e27294eb70..6b7df3a3412 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c00f87a19a..ca5aecaa371 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b137d1d395f..be9dc82ebf1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d2e24e06d0..675506f8a1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3baf53bb4d1..05041bc9cc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5513baced6f..7c95f892f09 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 456c581ce48..ef4a5dd9019 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cbf1180869f..8224e4e84f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eea9579ab09..86d31141683 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 30d99cab41e..c7ebde249f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ef37c39e180..26e16bee1cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c7382412e43..762cb54aab4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd8a0e31075..dcee7f9e9dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b59aa328b35..5d8ab268bb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e49cae58d4b..c4d52e147c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1e240a3bb21..196020f9ef7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 22c9049283c..624085af4ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f009effe52d..d969ae17ae7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b63af2da84..ea8c8de87f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ebb0dc17c39..9ed1ea10ef2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c351720b195..f4ed6de19f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fcf2db273a5..fc4636f81c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f272da09942..0facb51d769 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 64780a791e3..8da0284b1e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f7f93279320..052f76bc943 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4a0fa5a620..83dba98e2ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0acddc2b349..bbd84a53318 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 22aa6cf836f..f6fd591f9d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 630e73143db..b96276b4a79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a6732ebbf7..6a6288c05b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f2e96e1ef0..3d95a726f84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09f3ea99677..a79464c33d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs.cc index cd51626d35b..3e85afe6874 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs_debug.cc index 85c725ad535..ac96584a6e0 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/48101-2_neg.cc index 1bfff85773a..65d9f634848 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/48101_neg.cc index 46163d17a95..69a7290c088 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 56f0b3e3759..440e41caac9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1976fa5729d..8a4fbad0918 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/default_init.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/default_init.cc index 804ba339db6..9e5801b54ed 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/default_init.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/default_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8d55d6a5bd2..abf7c64711e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 041a593e3b2..cac31d569f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7eddad6bc7b..6e070a95806 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72e64b101ab..44592baf1a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 069fda18caa..55dce78b7a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a23ff83709..5d52924b2a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 87960117a54..fcde485eda5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 21d60ebec9e..68ab638849a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aea2db96538..cd921b7bc6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2bfc13bc792..b088ce014ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f4b2308a34..0bdd1cb2d80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4d8bd937def..893ab9df7db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 76f5498830e..4bcabe6e18e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1632b95fe50..d1ca2aae1da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ee497b2e1f..de119d865d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 32a97022efd..d7ed4f2c3dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 43565cec62f..a372fcc553e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 16ffd57c746..54b06618922 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4530c08866..d754e23a90b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b14a260c36e..59406b2413f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b5c24ed599..9a584ce5996 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d63db42a307..35ddb61960a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87809.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/87809.cc index cde9dfff3e0..397ff4a8507 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/87809.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/87809.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6c53923eaad..9adc5de4eee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b7eae06d181..be0de1181bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/deduction.cc index 3427da3baf7..42c167030b9 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/deduction.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1ef8f28ec24..f6d16a2f27f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f376005efe6..2fb105f8247 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d31bcd6cfa7..8ac14a5f48b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ac64f7e5c3..3068d2324f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 26f031ed780..cd1593751d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f0e6086a37..87520e0d0b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b04b7c764dc..869ffe56aa4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0a73f6f3c0b..4113a39df64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c6a39380461..fba533338cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 27c5948b8a8..b5a45ed994e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46d5fc8bb55..c0f3871d02a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d40bc0790b..fc1fd762c0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 93ef6ac17e3..fd506407f77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8b11cbf4d42..fdcd2345179 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce83f2a44b1..c101163199c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e584881f154..da9b9d0bf30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 522e7d703bb..3941254c8a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fecefdf8a9d..d371c3a868b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9329454e59a..7f2024f8fa1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2577d555894..0202cd404e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e5c31b04157..3c2c5dc8680 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4dcff5e54b6..df27cd349c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8a393d312c..7ac6e8b1b59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fc0e4721739..8db42cf3d60 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2f78de32374..3460c49c407 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 51d1f36cb97..b7bba2c5335 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a43dcf1d0b2..6768f404779 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec4e20aedce..e70be405960 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8d1ce44b9c6..165995b67e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bebb847796e..20ebc52a55d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd6e162aecb..1f5c7ad11aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a8a7ec25f4e..f5ba1d619c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 686b787c720..540e87ee979 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c9529ae8f65..64d9b31f0a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b8893978da..e6ec4e33425 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/forward_list/erasure.cc index e137716a818..3d5c9fdcd57 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4d70afec0d6..a6245711f6f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 38ea61c30c7..5c06516b123 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 091ee375ccd..6585374f5e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 12d2632e876..94bb517d4d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62f232cb713..9fb426e797f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 365302878ab..ae971f2ad0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4cab6f73606..d36a6c1bc82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45aff63f8cd..d238d50b1b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dcb8213e97c..866e4564d88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9f9a924f52..97e78c54ff3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dbe8a1b6014..ff860b7b094 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b948aec962a..e745f706542 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 af87474c936..019c66361ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e2aa364641..ad6d83afece 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7323266b6d1..91d446b84ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_cxx20_return.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/remove_cxx20_return.cc index 9b46817078e..1ba78e63047 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/remove_cxx20_return.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/remove_cxx20_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33f34496343..c328051bf75 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/unique_cxx20_return.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/unique_cxx20_return.cc index 066330c4148..161a5abd030 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/unique_cxx20_return.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/unique_cxx20_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs.cc index 7bf61fac5f1..90ea747ec73 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs_debug.cc index 410ed82deed..7df01d530f8 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 459504a6a48..22ee6c7538b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4dbaaf3ab0a..12af089a783 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 726e17141e0..a7f67310f50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 489085c7da6..a45833b1799 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac20b947b7e..2b237a71059 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 444ba6e8878..c362d8c3f19 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2172b863727..e7b41f93964 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b256d13fe09..18897779742 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6108fd55222..e4af47a57ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8129fc12ee8..d7282974628 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70016f9f59c..ad923085c67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 504ad3f5483..c43a35344fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 808b5912c3b..0410d7ed4cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 87ad4481d6e..8c4ff0cad8c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 beb2da4f3ac..fff2e00ae27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fbfef500027..095ee8f629b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/types/1.cc b/libstdc++-v3/testsuite/23_containers/forward_list/types/1.cc index 164b9c4a14b..027055e953e 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/types/1.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/types/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c77b716ef0..a014ae5b713 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 afd2c8d7cec..1d75da93f84 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/bitset/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/bitset/synopsis.cc @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 31a62f483eb..092d800b7d9 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/deque/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/deque/synopsis.cc @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd041e0de1f..51fdff2f2fb 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/forward_list/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/forward_list/synopsis.cc @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ba7416fc86..7e6d700f491 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/list/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/list/synopsis.cc @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1efe21dab7..fa3faa29b42 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/map/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/map/synopsis.cc @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0534d5d774b..f0749383a24 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/queue/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/queue/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec04210902e..b6677ea9635 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/set/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/set/synopsis.cc @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 78f0d4bc2cd..5f0b5e72c2e 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/stack/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/stack/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 407127f1fa4..ba43a2edef7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8865081c923..689bd6b3449 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b4380b2b3c7..5cfef3c570e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aaa25d5422b..2880581e33a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f6e980edb7e..070b45e2a08 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/vector/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/vector/synopsis.cc @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ef07439a238..1331759fd46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6c05d7053d5..00e520794aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 992d4e2fadb..b850c8837f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/list/48101-2_neg.cc index 9f1a273ec5b..984f6b59ccc 100644 --- a/libstdc++-v3/testsuite/23_containers/list/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/list/48101_neg.cc index 45848e50809..eed13178585 100644 --- a/libstdc++-v3/testsuite/23_containers/list/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b08c42817b6..ea79c8dfcf0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65e971c3d4e..0ae905848ec 100644 --- a/libstdc++-v3/testsuite/23_containers/list/61347.cc +++ b/libstdc++-v3/testsuite/23_containers/list/61347.cc @@ -3,7 +3,7 @@ // { dg-require-normal-mode "" } // { dg-require-effective-target cxx11-abi } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/68222_neg.cc b/libstdc++-v3/testsuite/23_containers/list/68222_neg.cc index cd33762e01a..b8e25b9f3ef 100644 --- a/libstdc++-v3/testsuite/23_containers/list/68222_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/68222_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 555be7ffbcc..1a5f9dc7455 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f2efb47eff..e006e1557e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/default_init.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/default_init.cc index 8987a5aea8f..1c7fdf520ee 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/default_init.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/default_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8aae0c6614..92411ee922c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e217612d513..6fdf3a43dc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 49c394cdce5..f0e9b55dc5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d427e90757b..69b91931fd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 db5a89fba34..ef0e24f1a1c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec2662c0c96..f1361bce9f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 feddbfaceb3..89cc3ff9d5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0456f934b8..05b0b5701c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 696863ee3a4..762aab6d8e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d3da7a9a8c..1f34b550f28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92d357c3e3f..1a37275cb48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b290967faec..38b49f47830 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd4ec6cd1ac..3da78c1d528 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8bf23098fda..940ca5dad47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e82d7db9cdb..3093ec337c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 56be73cb92f..8a95246825f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b8c7119f40..0638deaaef7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65c4b2d200b..4ac4398fb15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b068a4d5643..d40955fa847 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da99ece2d04..c0c7a4ed542 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d98ce6003b5..cf6ab541abc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 37fa156c367..4b5b28fb9fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01772eefb2b..8a1681f3aa3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0019df00b58..ac91c1837bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b32ae550f97..6257044adbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e15f55ed5bc..c930979bf03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 23f301ad074..cbfffb9c97e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4cf7f399aba..086399513d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87809.cc b/libstdc++-v3/testsuite/23_containers/list/cons/87809.cc index d7c5256b62c..5ff2194e578 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/87809.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/87809.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e967423244c..fa98415bb8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4cf865bc8d..0d0eef4ed7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2fab2adbb7..3eea65f2b4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee646f5e0b9..6cab1fa0e08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f78ee5764e..e2c2fb1d59d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/23_containers/list/cons/deduction.cc index c4a5e63dbde..3b6d2276dff 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/deduction.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c09ce8a96cf..f3fbd8bd43d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c9d4bed30d3..38d9bc0699e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 739cab022d8..90130b75ca5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8233d78e668..38c7c66ff75 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b7756e60b4..661549e194d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3ed50f41fea..4f4dfb81f88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b769e197de8..e12e7b78184 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1736a121ab9..e46d76f66e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a2b13c1a3b..987d01ce70a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 479cf0c2b36..0d15758c81c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4753091028..98cd2d95ee1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c0398832e2..d99a11ae261 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc80f1f6d30..fbbfb8fcf3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 38f00c3ad77..bf2fd7ca367 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0fae0f3cee..77f6e9ba20a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 11102f16ce8..f23d3895ec2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 23f4173dd59..c3ad370fd5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7899338620d..29b8e1bb253 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d43d74c20d..a8423ca87ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2aea763518..827d8fc1276 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 78d9c4c4745..36cf3890344 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b99aaedd9aa..dade337dd8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/list/erasure.cc index bae54421cd4..87dfee990fc 100644 --- a/libstdc++-v3/testsuite/23_containers/list/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/list/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9356419a43b..eca528aaf57 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5eeac7d0f9e..3de559a82fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e1d9b78d160..c3ef3fac10d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4cdd6ae9c96..d2f61670ea1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 26c7f71e60c..877d6acc345 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6fd2830c9c1..dcc80e1f71e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 12d9cafef52..5dd43cbb435 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a1849a2840f..205682ee4b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1055c4cdda9..303fb3ae07d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8e458020670..fa1826d86c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/assign/1.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/assign/1.cc index f4d32883328..478a2d8f568 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/assign/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/assign/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 523b4a5ab69..09efa289ce5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33dfb8bdcb2..488f31ffc89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 617f1cc14c4..e41b05d7394 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be279b69a61..8f032ece750 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3636c684170..a502ecd84a7 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc @@ -1,7 +1,7 @@ // { dg-require-time "" } // { dg-require-cstdint "" } -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 603136d5d60..782277cf750 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99e7ce5b769..0a99a1d7e10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc62c6e0a59..a2ac677af43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bdf7131a182..539b48b6a95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a83a97945b1..19b7f4cce1c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f210fd7418a..cd24029d199 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f44b87f534..7a222723def 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57eb64a1270..f503f1d4398 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6e2113071f..49ce4e03b55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3af419ac1a4..2c9636cd1ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 93786e33569..83694bdde90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fdc753a6acf..92e89f53c41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2dc59295d8..96705c298f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5a9e9fd1953..17c15f68f91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 293646492b4..9db2ab0e365 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 909d1a87789..0ddfd7d7f4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e749f8bfb0a..dd75ebcc8df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a23aa7186dc..2a66040252a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d76ab35e3d..e0b4d48a4b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c14c0d18a31..d4ebccc98f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/78389.cc b/libstdc++-v3/testsuite/23_containers/list/operations/78389.cc index 07da5552c7f..034ceeabdd4 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/78389.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/78389.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80034.cc b/libstdc++-v3/testsuite/23_containers/list/operations/80034.cc index 1ee4279d859..13bcc4c1952 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/80034.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/80034.cc @@ -1,5 +1,5 @@ // { dg-do compile } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/remove_cxx20_return.cc b/libstdc++-v3/testsuite/23_containers/list/operations/remove_cxx20_return.cc index 290646106cf..a5bc347a457 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/remove_cxx20_return.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/remove_cxx20_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f3d92e899d..048ec5adbf2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/unique_cxx20_return.cc b/libstdc++-v3/testsuite/23_containers/list/operations/unique_cxx20_return.cc index 90d6dd155ff..516323b0953 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/unique_cxx20_return.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/unique_cxx20_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs.cc index 3359295ea33..015172b184b 100644 --- a/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs_debug.cc index 671c12e43d1..d59f8c41d1d 100644 --- a/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecf0745fbe1..f5dc21fd1f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 26051dba399..8b853731570 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 38268fae87c..d873c278f51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ba67c9c3dca..d00fe0014d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bfe1ef300ea..69c2105ea17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fed8ccd4fd4..b06f7b1c6a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 80726211089..938d3ced362 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5713b0fe78c..85c12a4a69d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7380add5b11..36c9f795444 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ccc33203470..772e3e9c16a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e0cd3136fe..f74d65cd717 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd93a23fa0f..c34b9c26224 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7213366430f..935700cede2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 76c31a9dbad..7c2546907b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 181b991004f..830ceec84d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8985b26b1df..8b279df0623 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33a3315b84c..818d20f2654 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e388bcba083..a5dfb17a151 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 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 36d0ac33f13..b469fa6a801 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8169950ca5b..9e82f072860 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 465fba6791a..23fcf6b71af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/types/1.cc b/libstdc++-v3/testsuite/23_containers/list/types/1.cc index a7bb217c623..11d797c2960 100644 --- a/libstdc++-v3/testsuite/23_containers/list/types/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/types/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b4bdeea2a7..04a3da9f6e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c698b6a30a4..53498c93b2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e33f475e67c..b9f7787a8a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/map/48101-2_neg.cc index 465595b6fb8..dbf77fdc19a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/map/48101_neg.cc index df913161bf3..066702d9d64 100644 --- a/libstdc++-v3/testsuite/23_containers/map/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e639b81a730..7650c0662da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 596fcd66301..b439059b4bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0cb51abfb47..a41af64076b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b855c7e7bf..8ea7542865f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6dfbc01022f..b4930fd5ec1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ed148d433ce..64d8035d926 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/default_init.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/default_init.cc index 856788afae6..746ff117339 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/default_init.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/default_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8bd18989c9a..fe565e5b672 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 71341006c03..c45bfb676c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 32dc9692d19..5846fe2ae8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e0a2c27823..9d94009e44c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4aac9298d57..d81e7b701dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a08a0680296..85b625bd1f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3dc755ed8ce..c1696ba93b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 78f2291e392..1faae615fa0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e5c924d2507..5cd072f9bd8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 723a63f7d62..e1aee9afcbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a0c7381329..d31716488e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81972197084..c2ec368a83c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae18021979c..2918197e0f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6805d6ff1a0..f00501099c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c235a02ad8f..2c973b5551a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe5c18077c8..09cad882084 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b004011567f..d8feb74f955 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 333ee370cec..9cf11983cb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c778c1d4be..bf1bdbdda56 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8cf62a98afb..468d3aee16e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 862d8b3c31a..a5b85253454 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d3b0ff6bcdd..dbfb66f62cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 836671be2fb..a2fa2988e99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 157d3a69541..9fd4515ae19 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5d8009abf9b..3d7dd91f0a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b03cdcdc6d..cbc265cf5e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 840204d101d..540be6722cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da73f7a2ee0..0cb212e37e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 191d6265f78..91cef138e42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c8ce5e9b1f..da13b061fff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/map/erasure.cc index 09d40b5cd35..a19e805f7fc 100644 --- a/libstdc++-v3/testsuite/23_containers/map/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/map/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 07ace20e728..5dd2f1a2c8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 774d61b7a6a..e16e9841ea3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 07fe2a35bca..160594d326a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c428632eae..3e3b4c2f56e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09430866980..3f405978cef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0045589bdb6..757aab66c99 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 @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85419681788..f2ff98d4367 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb57b32e7b1..f7bf6c5f9f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bbd63079dd9..cde0cd3da92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ffb6d659af3..5edf8040aa4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dde96a141a2..38a76208082 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c53b0cbe18e..be347c373ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1d659f38f14..444fa8df9d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d7f150a43be..9a2adbbd331 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be11b8a8c75..f7c149b428a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/78595.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/78595.cc index 187d165b083..cc4f9d10de5 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/78595.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/78595.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/83226.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/83226.cc index c6838575bf6..dd2f32770ef 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/83226.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/83226.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87194.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/87194.cc index 4daba408ded..1edb38a937e 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/87194.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/87194.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dr2354.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/dr2354.cc index 7aae2d88555..be8522ce6e9 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/dr2354.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/dr2354.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4dcaf1b0039..5699315c3f0 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,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 69b88f877ad..6fa1e502d0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 18cd8a6dc8d..4a225380cfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c42c4799a89..e59181ecabc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 77745bc91d5..73286bc44fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 704ae528cd9..d9de9f7b9da 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,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 319008546c8..5563d7ca971 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 42ef5adc0c9..9f25a2e50d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83d32186dba..ec4f9fb2927 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/contains.cc b/libstdc++-v3/testsuite/23_containers/map/operations/contains.cc index a994fa51246..d4037296ebb 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f86282fe9f..e530a3d65d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bf17a210023..27429169772 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c9a37ce7956..dc3814c6534 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cfd05a762f5..639a8a236bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs.cc index 1a49272b30c..4b3bf7db5bd 100644 --- a/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs_debug.cc index e3978a1ec53..d06673027e5 100644 --- a/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a994fb1dc3..64b53f70557 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e78dc4e9f3d..d66931ce4fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eaf32b04263..2ee456f0924 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e1413ac4919..7e7149ffa82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dadaac6b4fd..1a19b5c4eb7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de089538065..f6f9f1e6014 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c81f56114e0..f8a4a896584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a9d5184270a..ea902794fca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5a6df479217..b887697d6f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 def50c608e7..23b31019b72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bdb89c23079..47a89e3a7fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 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 2e86fb03156..0076bb6f9f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 37e6a307cb9..b5b0da4446b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7fe019b8998..d6a4bc8d1f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 382e8478e00..31e50e9fe69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c551e3edda3..6e5a2d4048d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/48101-2_neg.cc index d96a11a4e4f..c1af82890f5 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/48101_neg.cc index 5b4e335c91d..d46c4641433 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 782c2ffc306..b99bdb4e02e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 97fb59bee6c..ec5ce499ab0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2bc8a00fb1c..34a2f8d8be6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 403fe3d2638..813775f225d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5768597b5b2..4636c18c481 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01db4936a07..ec5a3bdc50f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 20552960b58..f2df25c7a45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1d15a7ce70..955ac115338 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 039554978d1..182a11845d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 963933f783d..52ab07c50b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 444123b0d08..f5c17839069 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62f5d60673b..5d121dbe5b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1612b0d59ef..5ec9fa2690e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9be9004c26b..8b4863f4ea1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4968690d5fd..8aa9656155d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 adeb49ecb51..3b60a87abb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 12b20810879..3fcfa784507 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bfbe0675f9e..c545d50cd77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 15ee4a7ff37..35f0f7a48ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a71333ff5d..fb29d980f0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6576dccb2da..2aaf558d67d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a9c865dc3e9..e595373d46c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f3b4a00c23..58b9d9c131c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62cb8b626ad..b0e40c444ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1bcbf309c68..5aec48bb229 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6428ce2cbb7..c8199669877 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c90d2bbc57b..724cf973c04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 deb9bc8ec4f..3fd5a114ce5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0852c9be921..f37ff415020 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 feb60172981..cd424a94382 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2723236f3ee..cd7a61365de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ed699c27e0d..814247cb55f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6032c777986..db307bd38b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c86b0f22f3..141a216ebb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 adec3c0e556..dad88a2365a 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 @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f275772dd08..e63b1688d60 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d81051f2fb9..3ba61a81b66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9044dbfd389..f9ed0696819 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 87f8e48eaa1..0a9ed9d1b6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f30b881b43..b284dd660fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0fda6d1cf66..9374ead3ec3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b1b8cf2b47..f15ee8beb5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/78595.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/78595.cc index 2f357fcae95..230666af14b 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/78595.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/78595.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87194.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/87194.cc index 8a471015772..421215b4586 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/87194.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/87194.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dr2354.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/dr2354.cc index b1379b1cb86..9ab5242d06a 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/dr2354.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/dr2354.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c80eee75c6c..236a7c4d92b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 11fa0a41489..0e47d13fac7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3699e3f3f28..61118e777e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3a033185b5..a1edc319fd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ba70061139c..a257765642f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f84cb7409fb..cded7b7df50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/contains.cc b/libstdc++-v3/testsuite/23_containers/multimap/operations/contains.cc index 1f0617db662..81fd875e08b 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ede18ef9e2..59079673a85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs.cc index f1dc01e3393..0f823dc7455 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs_debug.cc index cbd4d95176a..641fe26fdbe 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb5d74a426a..9fda2adebbd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fae123b578b..cba9995e2e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ef035611eaf..e89b6fdf0a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 55054dddcf1..385597d3aef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1593e0ea53..7ef4cf362e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 efe8edf8b88..40082680c51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0143c9f8f7f..8e1261a63d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b29335a68ce..514d1446573 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 af33f7c67f6..19f9ea43fdb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2d5a6a3b868..f2b363d1ec4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 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 655d3dc9f50..4d97d62cdc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03593d33075..8217bab3202 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 489fea3064c..c8e77828bbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72498892860..a1f08aa1d25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e862dfe438b..34ddc3f4825 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/48101-2_neg.cc index da10b14cc2c..7b1cc200f66 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/48101_neg.cc index 3b607f985ad..4aeac6e96d2 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4096194fa1..76397da018c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 067ede60f9c..ce87d45641b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d658a710696..cb55aa50064 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a1f9641be2d..abc5e0d5b5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 862f738230b..0a314735d7d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92715cef9dd..078703f71a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6759ec8b872..58d17e4b3bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58c5ae30a2d..2fce7192215 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c03fb60ae3..a3e481bf66e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4ed46cd9cb..7f22a317b73 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1cc18e2fabd..20fe9717bf8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8e491682102..c3e44b17351 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ef5127ec0e..57be40b709a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 29f4d58d5a4..2b413dc7766 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f614caff02..cd791bd6a70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4522f9dcc8..bfdec5fcdbf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7a48323cf5c..b2aa203bd25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 223b16c59ed..a7af8ec910f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0642a5c86c3..e4c55bc9369 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bbc2dfc0123..4d797af5e49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca71539ecaf..dcdc4e9710b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 05f2a05d3d2..4e6c374dabe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8aebb02b9a2..9f6c99adea4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b0c30fa473..d056a7c910e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2fe3bec0619..f1353bfd584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e0002104a2..d1c5136ce89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 003fdff9e7b..1823a5ceeb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74a357dfd9d..8d399199aea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 19d49a10aab..60681127730 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4033b003841..62240307d09 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 20a25817bda..45c5e54b00a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f3d0a370f2..5c57d49c66b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 59e49e436c4..27d2e04db85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74099e12131..6b02c1f6253 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 @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc80a13d851..6dfbbbe47c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5902b1b58aa..667e8ec9c29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e568e945bd7..64456870659 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac4e5c0a9f0..7083edbea21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aa24903755a..45f524a7e3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b0179b32bd..f3f89cc0519 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ba73404f947..8dbbd208e38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87194.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/87194.cc index c2a21d333d3..dfc64e52385 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/87194.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/87194.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 688d565c66b..eb37b55c178 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a173eb385a..b06c028ed5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ebd942566c6..7c6183b88b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 497463458ea..90e5ff5a293 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92244b7608e..cb7bb8b9850 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 901d7c94e80..c0bdd023d35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/contains.cc b/libstdc++-v3/testsuite/23_containers/multiset/operations/contains.cc index 09c08112b60..60b86644d2e 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9e2a7d71cc0..64965302341 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs.cc index 224d8821a27..6684ae95d8a 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs_debug.cc index d8ff08d04b5..2fa4dda70c6 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9cfbd5c03d5..8b74047d395 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2fe8d07836f..1efe59be841 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eaf9fbce7cb..91189418592 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 379b3aca87d..c4f599a902b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 959271c6245..38981747eed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9453a54fa0e..fafedaf8444 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a9418eba4f..76f8e7b2ac1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9fa6f9ce83a..ef37ce6efee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 18b20b61e8f..f42ef24569d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7961f4413e..abea947a14d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 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 36a1c7e28b0..6716556ea84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d8ab7a81c0..88e79f9ddff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4012faa299..377c2181345 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/67085.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/67085.cc index 1b4f924c227..c535a1e4bcf 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/67085.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/67085.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/77528.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/77528.cc index eeeb46b7c89..7c9d8445c24 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/77528.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/77528.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ecec3473f5..989dd5d45eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f21de44443..488814c9dbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4b1a041c70..15039c27169 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/constructible.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/constructible.cc index 5517f562858..440c6120576 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/constructible.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/constructible.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2730de4a509..0f835cadc9a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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++98.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++98.cc index 306141f5ae8..2333a13e3dd 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++98.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++98.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++98" } // { dg-do compile } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e725d59595..73e05ecab28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 56d98b5fccd..739fd9bfeff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/77528.cc b/libstdc++-v3/testsuite/23_containers/queue/77528.cc index 06ef3139668..7cd83833b21 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/77528.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/77528.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c3ff8dddda..54ea7bd4b68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f9f55e6a9a..219189e8b1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8dbe97d2b8f..3e4e70b4b25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/constructible.cc b/libstdc++-v3/testsuite/23_containers/queue/requirements/constructible.cc index e2e5ab6bc65..7013879395f 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/requirements/constructible.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/requirements/constructible.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 20c3b8e8a57..f530bb22815 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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++98.cc b/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++98.cc index ac618549264..4e20d8117be 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++98.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++98.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++98" } // { dg-do compile } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e83d0259a61..403022b28be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3ae753137a9..119b7c886bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 43aec0927fa..64ca5d43ea9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b395302a176..efbe80bfdbd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0952ca90ebd..18015d3187f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/set/48101-2_neg.cc index c167fcdafdb..e3a7ddaed82 100644 --- a/libstdc++-v3/testsuite/23_containers/set/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/set/48101_neg.cc index bf0f4210594..e9797dec5d1 100644 --- a/libstdc++-v3/testsuite/23_containers/set/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 290f135e67a..9010b18a10b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2eaaa9451e9..be950d376d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 77ecd354be6..f307a4eeaa0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 283e01abf3c..5eb1d268ca5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/default_init.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/default_init.cc index dcd60b2c24b..fe7a21c3d7e 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/default_init.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/default_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e80cbdecdf0..8bb3df22e83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03d10ac459c..857fd7edc01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ffb91404110..cb248014f48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f2694ef850..a1e5ea59fe1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e647b4fdc3..8bb7c2c6f1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 27983a7f788..a27077189ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 64d86e630b4..f870efda727 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a82d69843c..9dc223d3149 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 36f39e9fa2e..5afb728c884 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 51531eb8ed6..9be2a82577f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d3dc98df44a..a0a8d0967f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 942400ea2f3..7c3c9af0b6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b544f4bec8..f6792490505 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d921903a98..af31b4a8e77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 13609184963..4a4c3e27a92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 20c4f925eeb..b4b35a91e8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8e22489db5a..1686dbef75d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6f4df9edaa..a249f8b3ce2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9e8f4dd9af8..2732683867c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dcd27360432..4573bb79183 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 80d953675a2..42e0a9f1c8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe295308af9..ffc11292b2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3a5a04a7077..ea1aaaafcf5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bd9a540792f..1ec12e01a93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb651fc4715..bfa9f021d83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f701dcf039a..551f91649ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0aa90dc3301..04b21de9fd8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6cf5352c45e..77d362139df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/set/erasure.cc index f168ad3df84..0e178e9a177 100644 --- a/libstdc++-v3/testsuite/23_containers/set/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/set/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f757161ec4..e06158533b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4c049df5a2..7b124cca908 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2f2ae09307e..cb7276f6584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4bd1acb3739..a51d9964687 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 52397114894..be1de864b0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 397cf5399ad..125c46c3142 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb0bd123c3f..c6b9b3722a3 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 @@ -2,7 +2,7 @@ // { dg-require-normal-mode "" } // { dg-require-normal-namespace "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3237c289159..fcb04e5cf08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee61cef3f34..ee4a7401804 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 499b4c87b59..45d83f06fd6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c465f942af6..865b8a1ed50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c8a271dff55..5b9f198dd28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87194.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/87194.cc index 14bf54e1d65..31b0d9b5ccb 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/87194.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/87194.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 018fa777278..c17cedcc36e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/node_swap.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/node_swap.cc index 8957d6e125a..4d01dc81f8d 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/node_swap.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/node_swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c2ee2e22b3..11bd64895aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3699c24f974..55bbb7dd627 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb372c9ebfd..d21ee4693d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03d19e03cd9..e80ab114eee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b34e7f6e67e..171f98e1498 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 218c6d1fba0..0ce3ed630d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/contains.cc b/libstdc++-v3/testsuite/23_containers/set/operations/contains.cc index a69701bcbb3..2a17715b1bf 100644 --- a/libstdc++-v3/testsuite/23_containers/set/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/set/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6cae9d0cde4..d70cebee89c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb7388ec52e..3f37375008b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs.cc index f041c853118..99a1a86e32a 100644 --- a/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs_debug.cc index f44f68a49a4..785986c0673 100644 --- a/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09351defe75..df2ba8364f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46f7e26f05d..8d1bc80c1e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb219869cb7..c87688af42d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 28fd927fac9..277d5307ed2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03ee950ae73..94c3d5c8e48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a09b2483c54..114cc94920e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c60ce7483ba..e053f8db420 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d86934d9b65..33100f864fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a51bf47da9e..ff14e9163a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f96af513c07..6106156f805 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 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 f0edffe0a41..d504443c806 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f244fcd6ad8..0f46eb7fc63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 64a3f0470ff..2f8f6c48366 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/77528.cc b/libstdc++-v3/testsuite/23_containers/stack/77528.cc index 17310b13c0b..d6f1c3b81bd 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/77528.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/77528.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dec8c979e2a..7c58bdb5ffa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f314a359bd5..488941de10a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/constructible.cc b/libstdc++-v3/testsuite/23_containers/stack/requirements/constructible.cc index ea780e97516..b2202654047 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/requirements/constructible.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/requirements/constructible.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 449cedac347..377a748dba9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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++98.cc b/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++98.cc index ec2513738cc..b32f21e55fa 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++98.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++98.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++98" } // { dg-do compile } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de546fb15ea..587d22e0a00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cc99bd8bf96..15471d22d5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/48101-2_neg.cc index dce87780bfb..8c5fd49ef3c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/48101_neg.cc index 956835c916a..62be2eb29ee 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a4c7c3bb3c5..2f9424f0dae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0518a99ba6f..9c47a17acdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6e2bcef6674..74ed66af8d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6393bf56d2b..d4129eafa67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4fc096765e2..2c1580d3291 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c79dbeb80c9..ebc7031e5c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b27269e607a..d377916a8da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 29fbc7bcd8d..dc398bfb127 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e9d59eda49b..8568bff469b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cd1894758d6..8209af6c29d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2415b7cb937..8399072a1d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/81891.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/81891.cc index f0f8b75e7e5..79b7a2ae5f4 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/cons/81891.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/81891.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3337d22c40b..07fa1008d07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 06b582ae6f4..96af431d85f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3b4cd6612c2..22938bc6ff8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 82a48f1ac0c..351ff58cc2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 38b2e3eb8da..89dd9c3ac09 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d5ac381a4c3..ad3470292d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 438a5da98a8..828c4890d0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8d72f1a388d..8293a5cb73a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5d50752a980..524e8bb4003 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a6d234c7c2d..fa144652f92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 52efaa3b72a..02c02dce7b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fc95d385add..46cee48db10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f7abfb91822..94bf9cec81b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b775f666c66..0e0887fe980 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 34e93cd479f..f7d3ddfa102 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 180733acc19..8a9f8480682 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 59ba16a1def..217997a2f6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f368a411cd3..06c9e2dbb92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c8a3f799609..274c44c1e78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 23b8dbb4224..455810654d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 50db8d06925..6c8a7253d40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7dd631ecf58..2854ba7bba9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eb28a3dd123..ccbbccf06aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8df6f0303a4..c38194726ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4477df25d62..97b37cf5767 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5c9fef1236d..83f14b34768 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 82c9d6c80ba..65101b3ebbd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8dcb4694fd3..ed6b236e94d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 69b8db10271..7b54c28eb3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5489765805d..44e605b7e55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2efe8caa3dd..41ea88a57d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f34e3ee8bab..6ab20321fc0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d9a3594a97e..cfe10eebcb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/erasure.cc index d8eb3acb983..f652dd2b5a7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 615890eb0c1..ef5d6815fc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3a03c6c9c61..f4f1921734e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c356749e578..bedf44ee440 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8ac038aee11..57b91c81271 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3a22f24c006..4be48e66c99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/83709.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/83709.cc index 16e4f033a48..fc890f89130 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/83709.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/83709.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 305d8ae8664..c95e83bccee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 811b28191ce..0ed1fed3197 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/dr2354.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/dr2354.cc index c162d6ad78e..5de57750ebf 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/dr2354.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/dr2354.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c55757395a5..22cf94b80cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a39e27d6c03..b7414b41d7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 de6fa04b355..fd372716660 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d55ca15abc7..e248c0d8c8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 050ad6b20ac..7def2773b71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/78595.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/78595.cc index 47cd67b86d8..8bfeef95d4a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/78595.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/78595.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d0fcbd14fa2..d614c9e8c85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7f377815bb3..42ea9a058f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bb9b355fec9..bb9a2102197 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6203e81ab03..84a6483f0df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7f34325df87..dc94b626513 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f515927d985..6b4fbc6fe58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3fedd8825a5..84440e5ff24 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/contains.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/operations/contains.cc index a3b38205085..485dabb34c9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6145bdbbdfd..49ed7522634 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 35b4aec649b..a623eb1c673 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ef40426f38f..4c49d9e6ae5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs.cc index c628539663e..9599fc481cc 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc index 2c423bc79e2..8b3237ed4f6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fd643812ccc..efff0baf92e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7bab6a9c91b..cc7a69c929c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 39c6996aba6..6c6e31c38fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ac8ac32861f..0ed24a02478 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dadfb65db06..61451f83170 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0a8118e9eee..10d65117e54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1af0f5a688a..d6afae9c2e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6f7a934e5ce..0486e1a7d1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bbc4cded242..2487ebc22d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e04f326e1c2..77b0b3514d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eb5c0f1b88a..7d2012646f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1b2f9fb70ab..164b488b956 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bad1d766bd6..0af1821f5f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 09e2267b666..8939d5713b4 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c4c2078dc27..6c1e73c55fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2bedfc28516..cc4f8473b23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ac3f224ac50..3343d5376fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/48101-2_neg.cc index a480941dfac..e5d126a02d5 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/48101_neg.cc index ca717e313c6..54f380b82e3 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 919cea33341..ba85c182430 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 38322316406..3502c59860a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 15059be6527..62da370c60d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8488eba37f1..0bb562cc4a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 33e987ac45b..e46a44eaf65 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 35c4c289f10..34cdedc929c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 78fc37038c3..9c54736bdfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d717204b07f..5868b413589 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9eb961e1b14..e04bc666041 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5e07ce70c04..fd53a593076 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4a258b2d363..4abfef56be7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 df7c7b8e06f..b90f17daba6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 82a48f1ac0c..351ff58cc2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 38b2e3eb8da..89dd9c3ac09 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d5ac381a4c3..ad3470292d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 438a5da98a8..828c4890d0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c5ffba40853..5be5f2001dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2c4e3bfabd6..d948dc4fd2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8e46bbe7195..3f2eff3f395 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dc0a76bdcac..878fa253db0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7c5ede3817b..56f224fcdf0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f7abfb91822..94bf9cec81b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b775f666c66..0e0887fe980 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 99667ffa4ae..ba6b3260aa2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f9193ed4d6a..df3e0d9a869 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cc2576f5b00..d541f050aa5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c11188f4f58..22777dbf413 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2b8de531b57..17b2cebeb03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e06acda8747..dc04a0acc34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 aa79e94176e..783ab34d36f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3f001ce2fda..1b62507037e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d59e3049346..1dcc439ddee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 69e32ba89aa..83e9b21fe01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 007a2b07cb3..9ab59e54f47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 031b46d735a..70b8e89ad5a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 51b86e2136d..25585555d0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4cf2815184b..2de37fd03bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a2ffe40a4df..aa3125ede54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e137c5c97bd..c516b7687da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 33fcc212039..4b554966af9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 96a2662cfba..ad1dbb40415 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a203ee8d3b8..d43ba143589 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8535003ef98..5d5dedcb0e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0a498d3b6f7..2301e61b0e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1186445226c..f70462659a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9f2ce1c58f4..c9fe6fa106e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 96ce85fc5b2..717e9208e4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fefaf658e5d..76f33204a59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a11a5129938..fce28838656 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ef09030711a..6c6096e159e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4a307759b3a..557a43bbcd0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 afb59e50aa5..75723a30396 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/dr2354.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/dr2354.cc index ad4a7bbe035..75894498902 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/dr2354.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/dr2354.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2189aa58854..a71a6a9539a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d1bfdf4a9a2..7e8af847164 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b8f69f641c7..3ebe3de66bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 93c125e8500..41a17e17fac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cd5e11a723e..7c26f473614 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/78595.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/78595.cc index e47c20cad81..c608b5f2207 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/78595.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/78595.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ddf154ee23f..90c6f286180 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dea43f9ae52..449969ba146 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 67dc0182482..b9d4aab9a91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5b5b526f486..08305e9eed3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9f2c327b450..68cea6cf817 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/contains.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/contains.cc index 2e2f383e490..7d827e6cba8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 598cee14705..b1d45fa7fe1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dc4c67d7198..0c5c787460f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 86fe22ef571..30e04a5b983 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs.cc index 849b5ab71e7..398a0a2af8a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc index 30ae2a732b6..50fcf10f565 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ae5dfa74d0c..e8625579af5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8391c7f0b47..fa0455ed970 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a4d596ec194..4ba80cebd70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e72df1ab74e..59bb8d8bea3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6a6b8c8fb6e..451b8d5dd90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 81dc0bbe8df..20700706783 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a05d8867dff..69c56ca4ad5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 58312c99146..d3c2c07d9cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 409143874fc..ba331c58da2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2e028325af4..64f925ac291 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 64c13e5d34d..faec6aec74c 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9d2a98da327..ae79fcea735 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 938cea5964d..885ab2212d6 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,4 +1,4 @@ -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 095021fd9b1..5f152ccac64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101-2_neg.cc index b36bd46fdeb..e413bf6908b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101_neg.cc index fb239501711..9149b386bd7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8f973921d4d..75dc3a515b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 40b25819096..e77e7c7d397 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4d342c50677..75a6db1e9cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6b8b27ab50..7a9631508e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3ac1bb4d8d8..93346398cda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d7cb2d06565..9abc5f5296a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 43e9c6339c9..f0e22dba232 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dfe66ebf15f..ae7b3cd045a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3269f2a1da7..353ecddaf2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5cd001f348b..77db3ed2e36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8276d22b411..144a502e49f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0c6bfa313da..9f8690bc480 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8bc70fdf4eb..1485c6e1549 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8a5df4d6d16..32989e87030 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 23811316db0..33ea7c5bb43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 56a8b371432..098df581547 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 17be7e5247a..bc064eed4ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9a20ab494c5..5e5b9123574 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0b2b52169ba..4600adba38b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e39ef35035b..05dd88a5a18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bbdaaa6f549..9f252902b67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5c0e476391e..68708adbd55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 508ce5c6417..3c99505ccfc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c7711b4cab9..7721efb861c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 170bcc3cc3b..3e5ea849cda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3a759453e33..9bf308fb89e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 28a80886a68..cc18c562c21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0298cf2d56e..cf6d2eb6cae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 488ace57a8f..8f4848fc41c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 458b22b43d1..4097a57b3b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 62adbabaedd..0caf1e1adfa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 557ce68fd87..9cc34ccb8cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db8b80e14d8..62857acdfaf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 462b98de6fa..b1f3d192087 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f58a6df45ec..799b0ff6d5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0a9a65a905a..3730295455b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c63ad268862..4c9b9007b0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 707e02fd610..0cdbd6d5d4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f913caab63a..2a456a8bd4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 847e34094d3..ee9ff1b70ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d4156efdcae..a8b0370b64b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0e6dedea394..c980faaa0f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 291f75d4c88..e41cfc9b727 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 711721437ea..8ad8ae81574 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f3a0d4c26a2..46210981e15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f72a8920d58..04833a67188 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d619e926e11..523ad13d3ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c7765996283..e4d15a10309 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ef2b08938e1..08db9bd1477 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9700be7c5f3..c31e82e5be2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d8cf77d8246..65e453e8444 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7ba023579d2..8b3b17b7beb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 664d7f7fffe..ec90a1d293c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 730544f69c7..d656e24c6e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d0d63dc6365..e27e56866cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 09728d73a7f..9368bf4ccf3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 08a890aba42..748625dce97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c8b46c4a8f7..ce6708f60f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/contains.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/contains.cc index 9c32e2d5d3f..49c7569c5e8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e6d6a7d9de6..c8372a52f88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ddc9e1fe805..bfd81794a1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs.cc index c4eaaf5c7b7..2c5a2089660 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc index 5f0ed27a1d0..8a77d519adc 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 77616f330fc..4dc013d2375 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 acd1f6a2a25..4b47a14253b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 91e116a10d8..ce9642501b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3d56a362306..99d314b0b0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 633a68cd8bf..262e96816fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 451a927da6f..29216a59db4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2dbe7f64040..51320c12bf7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 93e1356b54f..a86c36207e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ef660e427bc..3d1c7725d5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 71189548490..bb1154b6423 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 33f94b51d5a..4aac5b8072f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 59b509b7782..48498a340d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3e7ee8e4ffe..b320b0aebc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/48101-2_neg.cc index 2a1ebc82388..72f892d4f78 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/48101_neg.cc index 53113788206..e357eee6d11 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ba39ba6e7ab..01a98bbe73a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0a8d917b3fe..b8d6fceda20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 633088783f7..45b10758aaf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 11149b23268..746e880f5ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e754439e990..f38708ca42b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c1b50a2576a..4ea023fde64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4a65d9140af..a84add29d37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a871d768b9d..e8c6347734e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7e4a6e02900..707e6d27d00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4852ba8fcc9..39a5e67e1ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c0cd7aa8be9..eea7e4ae134 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3a553897581..8f257871002 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3ab42925047..250ad319ae8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 19a9e7db681..be619ea4ed9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a04315e34b2..2de70b157f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2baf4299907..d28cf7d69b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e3e7d732dab..a03c0b182fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c79798a178d..442095cc1ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 adc980905fa..18199d35818 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1b12679c3f1..a1375972b5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 238ff4b7d6c..3415df8b1f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c3aafcbfe21..c6e2fbf1a4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b7d7d110c99..2cde26fca2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 80f5bc8be28..f79fe03a6b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ac766a654ff..29120baf228 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 07d897e277e..e2ef9b2081f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 80d50349b08..ff146df571e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0123b8bb573..8bdef84f2fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1d45e74782d..deee47cf9ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1b78a3ed495..939d1301243 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 15c6af686c7..fec38eabd1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 453509f07d2..67fc0ee2015 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 06b8e5dbabb..ee2a06650b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2b30b3d0571..ce91fae6ba6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b9821d65114..e9b0c9aed59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4032528c178..70b641d5683 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 03e0f6f395c..cb2853865a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a17a70d4e1a..82d9c0b687f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ea9a2a90318..b2a4cef1bf8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 140f6d3faf3..3b3a6a9d300 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c36d5509766..0f01b353272 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ae6c0ea342b..ca405b587c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8dc673d09e9..a055aa01b5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f2e247e057f..e6594338537 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 175c28282f8..99113b234f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6accecbc0b7..391aa5d982b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 40a7b1b901c..ceb64968b4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9d0727ff27e..b2c31d4b6ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/erasure.cc index f1c9632ad59..3f59bfdc205 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 66ba202c5a2..eee413f0b9e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 98d87fa81e1..dd3a4fd9b76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ba783d26847..6e38eba2c2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d2ca5f00736..558d282b4fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e086e60f132..2a9dd745bcc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 89ef6cbaf46..58ed268ee4c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 916c5ad702c..78053059fab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b920b6af6f6..d717b0c7def 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 44ccad78dd1..d257b8017a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ff9e0e9c4b7..38b7dee3aba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/83709.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/83709.cc index 0a5a520122f..c72d448dda9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/insert/83709.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/83709.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 356c3ce594d..89cda8daa8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 91dd884711e..c813f013123 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5e6c78fd308..42686a07eab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 50733cad846..9a39a926731 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8953b38955e..4cae09a17ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 55be7fdbb8f..9484695e2ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 af15013e3e6..47cbadeb746 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c9e023df1ae..6dbe5d36b63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 94df4944d47..1e7dca38731 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2627851dcc0..f82a0513d55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5b807b3a9a5..2a674c6980d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 75a7d5fe488..49fa82c3241 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9e2e9ae9849..7198d5565b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/contains.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/operations/contains.cc index b6e2d0e580a..84a585decf7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/operations/contains.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/operations/contains.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 721af5f8843..d07b9946cff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b0dc44c32fe..3b934624ea0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1ab27b20ca0..aeb7d2175f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs.cc index ecd38235657..a844989b3df 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc index 73ad1e0f01f..93546dbb476 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f8eaf418733..d2f99ba7079 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3787052dbd5..39a18b65156 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2defc2d220c..ac56e3d752b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 67f414791fe..2ade949c444 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c9a6d11a49c..4fed60b5752 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ea609cff574..c97d33a4926 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8b91ef89fc2..2be0b0ae6cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 21674778c01..10e0b5c4621 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 51e9dc664fd..a792f05a6ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cd00875bf9d..7fb8686e548 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b59fad428c7..3bfa0a1b3f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a24b492515d..1a3c0d96b65 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 892f5528bd3..b3f43f55694 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 397a7f75f54..21443ed4d05 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b3358c3a8ad..3e4f4ff5180 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8b1ec383d3a..b40c2f3df20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b75e07770a..a3bdaf3a253 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9af717caa31..55ff4e8d0f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 759b04c0796..7ebaa0e4fab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b8f72384068..8998faa4b99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 663aac56e62..b4d0a7ee3f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bdc2a33c2eb..ceb4a119724 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101-2_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/48101-2_neg.cc index 3c2062f716b..784691e3513 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/48101-2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/48101-2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc index 89eb62617e5..da9e798d66e 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 633ac8f9691..9d35f7e7319 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe086d1913d..3dfcc6352fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa66632b942..0e053fa6627 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 50ce8cd5e23..3f8082555c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f027616b6f..42fcce162e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e46b8a7f94..6f4f2ff6012 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0069075ddee..395b5645e94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/default_init.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/default_init.cc index 5981b8f86b3..3eb10d89a62 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/default_init.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/default_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 493bbae8c5e..8069b5777df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e989b0f8c7..9f1460bf33e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9bf0d886d5..9a6a151073e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 34fda82feb6..5bca700f77d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bdcfc8dbdd7..5e4659ccf32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 51a643de559..7ca68e50c89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f3b240de00d..8315b76af0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1d0b0e66f4..0e22af663aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a43422b0d1a..4cb3fdc1808 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1e736b2e99..6aa32388b01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d906fb0f3d1..1d3eb58c37b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80893.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc index 0caddece8e8..f44cdc4a75e 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/82558.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/82558.cc index d96ba0e5df1..13678d890a1 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/82558.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/82558.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8e5e4c48d97..4cf0c956b63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 214624e58dd..03a8541cc82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/default_init.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/default_init.cc index 11c6242b95e..96582703351 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/default_init.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/default_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cde8ef6a48a..888f578a775 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 019f6d4c550..166789de5d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b7870f29a0e..0d211278b7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4596c1050a..903b1f9d6a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d4fab366b4..597811ad759 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 68f6e2f3f6f..de441426532 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e944c5a0abc..4c631e80849 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fc79783574a..cb631924fa5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3c5f0dbe8de..8e6cc1cde59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 31116ca0974..b2cea189a4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9bb7cd1d253..554751c7ebf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1d474a3744..01f116afa87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87809.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/87809.cc index b697abe5658..11919d7aceb 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/cons/87809.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/87809.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62429424a5f..abc4114e31d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6715a893a5a..60dcf0bb877 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 268768595ff..dfeaaffab27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d3d889add7c..f0a71972319 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/assign/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/assign/1.cc index 06fb2ab2d03..9e6e0902ce6 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/assign/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/assign/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec1c532ad04..5e17c5f164c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 787e3e2cac4..45ed1cbcdf9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d1d4561db88..eb14cc6c766 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e06f7277f50..102960fe459 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2dd471ffa07..42ac3f8f336 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85f8171acee..a1e70511cd2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1c2f3ec6f7..d05b7e97046 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85c83b72a4f..11139c0d36a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3eba07fda1b..70a12d7e67f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 193f5a0c4e9..213c8d8d88f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7064ca7ee93..745f2781f6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d46ee43cda5..2523717a772 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be448dc4770..fb3afc34315 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b82c7b52072..777e1c86238 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 860c94ae980..409ecd1cafa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b4b2d42034f..3d955c53670 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87544.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/87544.cc index f04430e1147..c2b9be1d461 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/87544.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/87544.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/max_size.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/max_size.cc index bde4c10ac92..68990705f8a 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/max_size.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/max_size.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4df787a87b1..ccc8c3dc6e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f69aec52eb1..438964587b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dba7725e24a..037159d5674 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46acf5590a2..3d00dcf6240 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b8173ff423..ddc6406f46e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f90587fc77..98ad8b364bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/strong_guarantee.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/strong_guarantee.cc index b209d76867a..927720966f2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/strong_guarantee.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/strong_guarantee.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a0ef6aa2e3e..3ec83a68c27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa842fd06b7..46c88ac5aa2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6cf5955678..97f802672b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6ae0b9847d..24dcf9943d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c3e73b9beb..635a91aea9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1bf465aadf2..3a85582bdb5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4e3ca252f5..0d79646d16e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4795eeedba8..f7767923592 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dff2ca90b76..09526d33a3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/86292.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/86292.cc index 7103efb82ff..9423b424071 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/86292.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/86292.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87809.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/87809.cc index 07199339b14..f5421d02fbf 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/87809.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/87809.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8a380bb5b2..b4d5b92972d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d18cd4e8295..f93eee5e975 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/deduction.cc index 2f896126675..591f443a77b 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/deduction.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/destructible_debug_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc index 587c67fe936..061bb414f47 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/destructible_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_neg.cc index 06fd0730106..1ac31029baf 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fcc7683d8ca..ae9832e1742 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a987a218bc..18ab4698cfd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4d414866047..ddaf18fe330 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 10b4b0750f6..68db024644b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ddc969f7229..e482dadd4e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 df7a5119081..c78c57fd156 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5e872c12f6d..67ba3c2d263 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d89a7f223cc..c191d52a8c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 757a72b07db..2bb8f1ee0b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b391cde292..0b9938ba8ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2599ad372be..3fd6dae428b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 099fa3ba9f6..0f275c657c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dda73a3c8c8..a5244cf357e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 12c29405a3d..62d3d731a32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a5f4832fb4a..4fbb784e390 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d3a90e3644c..2f2c11905e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d246720d1b7..15837aa47ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3d3aaf6fd5..ace83362cf7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a7509bb246..d9c9d290494 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 acbd0d110c0..eca8f9c7431 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f5bdff102a..9a196a13188 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6b4cf6e8e7..bc96731f899 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e7cd64ae6d1..82f02bbe2f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ab6b5bda8e..eab77c16b16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9e5686a448..3445bbc790a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a44df0f567..14aee346c68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4ef5fe5de6..535bea921c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0acab06a773..be9d6c263e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f5233c898cd..eaa2c3f5e74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d069508a975..1aa1a0d27ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24032a95c2d..4673bab4251 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 50b5288234d..8046071cf20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a96d8ff4746..b01d48a8abf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f337758b41..00e9f626228 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7089f09c1d..83b640a1478 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-effective-target pthread } // { dg-require-gthreads "" } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 febc166f28f..f662676c177 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6305f910524..efeef849133 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1b72e3587f..9f2715fc9c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d35caedffa2..f1b48bb4fdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3c612e5534a..fd040710b67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3dd7b4062dc..471e58bf7f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/erasure.cc b/libstdc++-v3/testsuite/23_containers/vector/erasure.cc index 8934ee5a3a1..9868252816c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/erasure.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/erasure.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do run { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1d283020b6b..3679b71b085 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7be7a996ccf..eb89474244e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 806fc7e1e79..60bfbc85c12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b636c090039..23510b4524e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b067404b963..d7ba99a8552 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bd320810ef9..83f3ace570e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5018c80cecf..42ed90cd11f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de42c20a329..866f7b54733 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe96ee9573d..7f79c3d9d1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a68b207bc03..e9b37a7f14c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d7f6d06b585..03f4b0cb0d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c2fe1aefe5e..b7d07b70a73 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b7a4e6cd306..a1cb743d7ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e0cd61fc10e..cafd903fa61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/assign/1.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/assign/1.cc index 001f204c93b..0821a8832ff 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/assign/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/assign/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3750225c00d..9dc2aa11a3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b93e25ad763..8749a67e763 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b3c370111f..c7a0c26ff2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 91bbadbf2bf..62afaa1a6d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 02c30460466..9338cd40188 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae6dc74034b..719c5ac2784 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1065df67461..b0bbc075582 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 080d7ddc311..9964a9424e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4281909ba9b..91d54030beb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8da3fee23b1..391ccb6cf27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0abcf3a7aeb..698ce6fdc13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65f8c19af9a..79e7359a58a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1b307dcb17..57edafb60de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ad2ee2ced59..2d28aab128a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3f1508ac10..32dbc3b34ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85925ab756e..1a7d8729718 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a46e6f56bb7..c4c281b82b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3bfa951860b..59ffe528a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7820f131d1a..2c964587ee9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 86ccce47729..1e0db9fb07a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/23_containers/vector/pmr_typedefs.cc index d2f60febe8d..d2f8a628e02 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f699bf56e15..7e9ed4725a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b1361ffc07..64482656b94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b10e53fc83..509254ceb4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 850c1a60b0c..818cf69a027 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 66058cec203..b58a7b357c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61aa671a6af..8c97d90c279 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea1962bda4e..8b366a33656 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a95f51d969a..ca04a21b730 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70bd5acc915..29694b05822 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2cad2949705..72dbfb5aa71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 183bf269634..d16bf3ae5ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ddf621422b..9a91da55cf8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f242a0f1349..2ac020a3cd7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e20350440c2..ab88e768746 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d41864e63c..09237ca4277 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45bd87e4563..6f06d056bc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 935c9dfc543..0b00f417598 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 777b8fa9901..57d75e8d22f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 02c170711f9..0f92f88941b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc71fbd4948..3a27d879b27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pmr_typedefs_debug.cc b/libstdc++-v3/testsuite/23_containers/vector/types/pmr_typedefs_debug.cc index f0da4ca511f..62fb5b674cc 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/types/pmr_typedefs_debug.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/types/pmr_typedefs_debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 052c4658449..694a51ed523 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ee26a69c8e1..822703baa37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 de79bc9729b..a51fb5cf3f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 90e656d13ab..a8449fda2df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7deac04ebb0..cf4cda33895 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 62216972c54..83f72386cc7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 965f458b6fa..4346b3b6b8c 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 { target c++17 } } // { dg-options "-std=gnu++17" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 67ca3ba2927..c020593ac27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ec08341cee8..8ebfd6fe101 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 15300433e48..7a9b3e98040 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 593daa35955..05358b708be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8128463a071..faa89677f99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 966d1bc6839..a70cfe4ae43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3d83b7aaf49..1472d04f8c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 688d850a695..e7f508e708e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4ae2b6708f1..a2602b2e114 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis.cc @@ -2,7 +2,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6150f0a741f..a76cde2cbe7 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 @@ -2,7 +2,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2cb81cca421..00e5a23a006 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 @@ -2,7 +2,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e996ae94457..4698d6f728a 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 @@ -2,7 +2,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 165c8ee8e6a..acb9a363e3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1e129ccc0f4..e0c4a310b42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 32f0c0f3a88..0161dbe683a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4f2ef4470c4..dc31d8465b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 023a6121fd2..29bfe39ef3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e5cd8842623..faa085c84ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bd70cbe0029..c56fe3c2b27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9e1ad3c846c..8436500e6c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5d7233a2041..9f0034881ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dfdc4ebbe49..1cc778a0680 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 75cedeaf602..8196c4edc18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6c96b3f5eb0..fe571a65e0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3fe1cf161da..84c991405cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6fc83dd93b2..074f386e4d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5432f595c96..fe85eb30495 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/debug/1_neg.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/debug/1_neg.cc index ccc092db8a8..82d8bda7b93 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/debug/1_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/debug/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/debug/2_neg.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/debug/2_neg.cc index 21e2138d360..25ebd02a1bd 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/debug/2_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/debug/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 991d004dfc1..39c65ca7497 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d96f5e64b7f..4bdeefc7570 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8da929bd354..e613d548fd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5798670da07..59a99a52213 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/debug_neg.cc b/libstdc++-v3/testsuite/24_iterators/move_iterator/debug_neg.cc index d64fe8fe751..8326acdfe7e 100644 --- a/libstdc++-v3/testsuite/24_iterators/move_iterator/debug_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/move_iterator/debug_neg.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 xfail *-*-* } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2045e959da8..c3a3349ef4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6201bb43214..cf61ae6936b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4e4208c8a14..629d365a191 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6987c47ef30..0334c59ce79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/debug_neg.cc b/libstdc++-v3/testsuite/24_iterators/normal_iterator/debug_neg.cc index 4c866c63ca9..cacf48965ea 100644 --- a/libstdc++-v3/testsuite/24_iterators/normal_iterator/debug_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/normal_iterator/debug_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fc56be0c6a4..676a584982a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e1521a1a41f..157fc987bea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b216bb628fe..551bda36755 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0a61bb2d278..38bdd9b35be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6d71bcb5fa7..94003d49be8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eeff6fd1653..cc0aa21f50e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8f016de9091..237c9f07975 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cf454283298..bc4badf0090 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3dd56dde969..6333de31f5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3f8f44adda3..ded016b137e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97a1bc85d72..7c5e61c9445 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dc7b38fd680..5a7944f6018 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a6d8d95f0eb..51292b9d783 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fe4bd7fb490..ec2344374d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 664410d2373..c496254a228 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // This 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 58434ebdd10..8b1ac966503 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c24db1476f3..29a469d7d6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_cpp17.cc b/libstdc++-v3/testsuite/24_iterators/range_access_cpp17.cc index 376838a4d1f..9ba20090c77 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_access_cpp17.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_access_cpp17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_cpp17_neg.cc b/libstdc++-v3/testsuite/24_iterators/range_access_cpp17_neg.cc index 932fc0d3c85..6e407fd957a 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_access_cpp17_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_access_cpp17_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 00720c594d8..f45cce927a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3a88a156441..f1e95346da3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ce5199041cb..e8a8d47ea23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 333a4c1cef6..38c91d559c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/debug_neg.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/debug_neg.cc index 6c795c77591..22821aefe7b 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/debug_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/debug_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/dr1052.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr1052.cc index 2704010a083..8331e1add52 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr1052.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr1052.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/dr2188.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr2188.cc index 047334ddf24..2c1f017f6af 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr2188.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr2188.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a58da6294df..5963d8d3e96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a8127bdba58..3382beccd06 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 31b4dbc88d1..081cb8e1fa7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 58566f28b43..556fd3ad82e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d1cb7f0ed3d..9c0b35e2aa1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f605505cb22..e4fe990cda4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4757e7314a..4472032c1d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 df85a871a93..7e7393c4294 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65af8a521c6..a0d415b7776 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee51525913a..4f0973d6d59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9f67bbe0b7..bfe8b99eaec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1.cc index 217d3a4c732..a8fb277b8e7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1_neg.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1_neg.cc index 17b9a59af13..36f877e899a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2.cc index 4c276dde463..2a394072f60 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2_neg.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2_neg.cc index 77dddf00cce..068e2d80381 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/3_neg.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/3_neg.cc index 46512c0cdd9..862fa7f7bf8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/3_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/char/3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1.cc index 6a047782400..7d1745fb999 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1_neg.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1_neg.cc index 853c02c3d4d..b822dd261b2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2.cc index b412811694a..e0a006ccd76 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2_neg.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2_neg.cc index 5dae699fc94..c8998d1dcc5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/3_neg.cc b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/3_neg.cc index 04efc6b60c4..932df217ee5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/3_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/advance/istreambuf_iterators/wchar_t/3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f64a8a139d..30a42e98c5a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39c7c6f9baa..0db65a7e0df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89d6667cb04..720ac2086c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dcd634e5bcc..befc5adf5f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a713342e1ed..41c318eabe5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b6b309b70dc..95d279c15c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bab710175ab..bb3ad43ee3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99be12274bc..2e2816cb268 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 15893cb09d7..c5b3f71efad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 41c376a7630..8945dbc5121 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ff751d7e45..8341102fab1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b5326d37f10..1862cd2deb7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2fcb17109f..a681e13c209 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a147928be1a..110732dffbb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6d0b482589..8c73cb5018e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b53c4b1f469..0d3d179f332 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2d73843d85a..7317b7f2500 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2fedf6e820..5e30d6b9e93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0bfdeaae39f..97634393ed1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c3232aa309b..30b21794abb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6df3ab03f2..8e178588e56 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f5f1b14bc18..9bcc5a8fce5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1b34d74ba1..74cc5f78324 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85c733aa0e6..d0b04c06ece 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03d918344d4..b0366e96dde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/86658.cc b/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc index dd4f7ba1955..7092c8b0ce1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 23c43710e49..b636aa7c5a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2fcd7a720b5..25e81109ab6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9707c4ad245..d062ef4f8f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 116bac8d6ec..0d663037cdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5975a74ba60..2e1ca6f014d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 af757216dd2..2cbf820ccdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9cf806eea0e..90de0493cc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 56b3699bc32..0709a4077ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 434bae7c0d0..3c10e5e44e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5266727eff1..0ae41ece5f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5a572a28552..a66fcbe37ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4221642faca..e2426bc2f76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/1_neg.cc b/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/1_neg.cc index 10375b75bf5..8d37830ddbe 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/1_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/2_neg.cc b/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/2_neg.cc index 7f6bcd1ec2e..5b80d5ec7f8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/2_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/3_neg.cc b/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/3_neg.cc index 89d5d0a94e7..cb3a3032536 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/3_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_backward/debug/3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 556f6ff18fc..c1bc1008afd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b8083b16e81..fd7601c0f96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4766d49539..b16436e684d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d9741b9714..d94408219da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 78af008b069..a7a3575ea1c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7651d6ea3ee..8c6883414a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 620425e0a2d..19fdb54d6cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8fc1d4bd31d..d0626e8b920 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd5c582e68e..174a569ccc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 386055cb887..5ced6f542e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 965c7732f1f..5a14fba5b9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4f7b191fbc..185db6bb203 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc488cd1f49..790d4076c43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 751a46f9067..b9a2d2ff27e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3c415d61f9..b6147714a3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 403055a2367..71abbeb7304 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b6256c6a50e..61c083a5500 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cc82f889891..b00059b2ec5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8ccc840d58..c17b7c2be32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1d94a400132..84fc72a64cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ec716d6fdd..5777f3443b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bca53ad2b25..dd090366c13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 efbbe8710bb..704ad0ef60a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 52e7050f7fe..2ef22528d8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 244d444253b..3616385cf1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f298da48537..4f6c8bbee10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 950c39b0a76..e9cb30fc48b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 65b1fd78f86..f6c1de10158 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/1_neg.cc b/libstdc++-v3/testsuite/25_algorithms/equal/debug/1_neg.cc index 096c785e283..2eb110aee9e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/debug/1_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/debug/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/2_neg.cc b/libstdc++-v3/testsuite/25_algorithms/equal/debug/2_neg.cc index 97b1e1faa0b..e758e94c247 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/debug/2_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/debug/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/3_neg.cc b/libstdc++-v3/testsuite/25_algorithms/equal/debug/3_neg.cc index 48bcea7e7ae..b3633e090eb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/debug/3_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/debug/3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b89fec7af9..50709fd2a77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca214ec805c..d9c5baf2117 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c28ff82637c..579a7946900 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fdd86d4e5ab..5e8231ea8d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 23a2e0d4278..f123dc6bfcb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0b01ab2bc1..969d3990234 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 40baa7ac1c7..b67ac755940 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 867ffaacd63..b543a16a62e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 091b7790ca0..984a6a3874f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 039b9bf0956..26647d3261e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f330c80485d..a61019f8a93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c6ac378adb3..4d3afc17c24 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f8ce7279626..d386bb2cac5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a9640842258..138861aeb9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc9c5647933..d11c4e89a15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2468f7cb657..f9ef9584136 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a1deb712636..a56ab59741e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/2.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/2.cc index fb951b5c175..38e3d799297 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f99668fbf5..2601dc146ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57c8a02df25..aac482a5044 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/1_neg.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/1_neg.cc index 45a88fe4ff9..801e48dc83f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/1_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/2_neg.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/2_neg.cc index 3738ae6c08a..9f3c774a009 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/2_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/3_neg.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/3_neg.cc index 1497dbb3942..112eff78f1b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/3_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/debug/4_neg.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/4_neg.cc index 70c4a2972a9..0353b950088 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/4_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/debug/4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca214ec805c..d9c5baf2117 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c28ff82637c..579a7946900 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 458d401003c..170282dbdc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81a024a067d..10b35406633 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 adcf66aaedc..746da57566e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f0d1d64aa0..b8763ea4834 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b2a8fb5532..f9683b4eb6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1691742a3c1..8d03579fbb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bfb476b6d75..8101548673e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62e15ef2743..49a28cfcfcd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ea11ddd8ec..152a5e71470 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f35758b612..3c8ffa2c61c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99cffa1e98e..9ba7eff5208 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 17d9622f5f5..b07b2df742f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cab187561ce..c222378bcc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aefbb966fd7..4b35016eb79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 29f5827e66a..f575629878c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b8a0583629..e34b94c7f31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 74380510a27..1a9757f5797 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e624aca8e26..b4334334483 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bd3411836b4..c8440f60769 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9d206d48cc0..ae13bd1a341 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8478ab0652c..0b80442e7ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d5af630cff9..c21d7330cf7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9a106f0829..a9f32b8170d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2d974c830cd..0d8d2aff0c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ab340676db1..d3f0397d333 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f8f29ff644c..26b9c17bc40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99cffa1e98e..9ba7eff5208 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2cce51e9c8..eb3d612d561 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a65f6b291a7..bb180054735 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e9ab902a49..a23408ee09c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f7765f44e2b..3239fa69f78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 347d5429b05..b34c967692f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b9e30ee37a..8997ac5eb55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1ab408d54e7..1dbc6f28347 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca49a5724a1..9f744409de5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1da3872e909..a1511d1ba43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 32bbc7f4a3e..23ae4ef8511 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/1.cc b/libstdc++-v3/testsuite/25_algorithms/generate_n/1.cc index 87d5d7e9bbd..186b555e9a7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/generate_n/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/generate_n/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7ef27f4316c..8ceac6cf7c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 913b58ab247..5a803d6ebb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ccaffcaec2..91cee366f2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5d510e0e4af..36255d4361f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f185341097..266c4fd9279 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1faa2f3f29e..5788218ff58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 117c68492a9..ddf8d5fdd2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0a428a726f0..348e206ff82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5da9b50a3bc..ac868d31c28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 98346922f07..3d4aee70406 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c918a930b4c..74bb20e2b9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 55a4b03f992..75cd1a0ea02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa7906ad7e8..ead78ae6c0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b44c1f4b61..8b4bae34a13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c3e2196fd02..00a6a0c14a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0099f732a84..0911c58f714 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a32c3d7fd1b..a2753500b8c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c61176b8a57..86eb7fa5571 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 964935b62f2..8e0c3cdd402 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a2a5378438..0b0c9c59640 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 48696e91b98..0c92b3e7841 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0ffe0ab9ae..0e1fbdfbb56 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c8e4e39864..c735267bd5a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1841536166..49e28d3d341 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec275426ff6..47c8f8f4032 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dfecc75336c..7feda41b2d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6b253b76212..1feeffed337 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1bd42461f25..3da9732293f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff094b2124f..4876d6286b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 986e5aab49a..933e764e0bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99b144e0cb7..e6fdf068946 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb95adf6237..ccd2d87aa3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 18c2e004a4d..bac391b0152 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/2.cc index fb753e00cef..81564bb087a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_partitioned/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 511c081bc35..a81df211372 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8604c24ef75..5a619559e05 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce52b906702..61b9e71f87a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 52fc8afa85c..b06457c8ad5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3eec0139051..51058fee606 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 720dbfc5a0e..6faca237d16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1bae503c080..9b1cc535c4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c3ee71da44..69c9d7447a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9322e22b5e..e061c88c50f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39ed1533bdf..cbbc858a526 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ab987a3cce7..8b57c2bc9d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f7eb804230..dd3b19fe4db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2cf16ef809b..f976ae281cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc6dffc1f90..c540ba3b9d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f045011ea3..4ea865a0d0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1547a897d13..357b9ba0111 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c979342773e..4d8c7174065 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d0a8314f39c..4d3edddf1c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e09fe65243..f565f4da68a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 805ba6b7713..63955906e8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0ce70cefc7..a7645a40ac3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fb85d37b909..c40b927a7a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 289fa1d6db6..bfeb0227a16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee4f14014e7..bad169461ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 331acdd5fb4..f13b5571172 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4252b9c399..35f9411df0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb12915828b..a2c3a26438d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c253fe73fa..d9e842e6c35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 711583ce04b..2ba47586aca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d1652537b8..9871df62ce7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c98aea84586..1a838f7d33f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a1ad1ff843..6fbde5888fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b7fc61928f..8b6da55f38f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c75d8cee364..50d792083a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/80064.cc b/libstdc++-v3/testsuite/25_algorithms/make_heap/80064.cc index fdce860fdec..61b68a7d35f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/make_heap/80064.cc +++ b/libstdc++-v3/testsuite/25_algorithms/make_heap/80064.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a0e30c7d6e0..b27390ff397 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/movable.cc b/libstdc++-v3/testsuite/25_algorithms/make_heap/movable.cc index 9188f8494b1..5b67eaa2956 100644 --- a/libstdc++-v3/testsuite/25_algorithms/make_heap/movable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/make_heap/movable.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4656164ddbf..3c26d641908 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a668a9c3192..78d1333212e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 41ab6f108b6..e79f31ebf6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 63b0fa5dc09..066e9ab7000 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dfc958e5810..de67fa478bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 771ca986fe0..dd142fe440c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c3593630951..d772ff24c1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 45a1e885d68..4a8f29b0b51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 651efae6a86..1897a807d63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09dbf2e29ab..9469735d083 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9c9804e308..420bd78808d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8310cb38b7b..3bbc3aa3915 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a8eed0f82d..c12df58072f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f546b2b0d62..c93ef2d6019 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1690fe026c..330f8cc5e99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 acb5870f8d3..8579f8f9330 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1bada721c18..b086a2c0a16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83aa16eddd7..edad9a57ec0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7db3f554e3a..92b341c839e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d3c27a4554..83419cd7fdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 07f3a7b3f45..984e0fd148c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 07ffb775268..93b8d3b5a9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2e842f87ff..bf93df7d9ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 602aeb05101..eefec7d0757 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 610709aa165..489fa60491f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a5c227c5565..81528590679 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6e1901e90a..2b1c1d47bdf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4583f6bf835..61f5001152c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9bdd915cfb5..9bdc0068cfd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 18cfa40f108..be95aa48d87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4277bdf977c..096ea85291c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 144373db168..a786668da4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a211f3034c..c61f2d31e2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b76e476110..bf93b886ee5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ceb0a3234f..0e7a9db568a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7cfd5b9a267..3bb1c67e18d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bf956882cdd..8d385234298 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d941b2a5de7..a06e4bfab1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bcefbebd565..e8bf16db48a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 11427b0dd9f..52ff10de5b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 602d29e74e4..3b508d365c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5432fa0faaa..a19b8e7ac39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c642c639c0c..e126fefe3dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4e44a48b01..1248b11b5e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b806ed9011..d50767060d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4060572ad4..2dfd05b9420 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 083c0e80306..a189c49bb90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b335ec7538..17e869cc6f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9fe0a02565..451be9705dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe491e0d0b6..3a8b2d78cb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f515546bfb..1d31bc95efb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8b6880b35b0..bac204ae481 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a2a575280b8..3fd289ba300 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7a00b2cd3ec..794ff14c668 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dbc14448975..ba18f0099c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 66244ab875d..f757412df89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b192a353312..4edcfc9349d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 52ea7d9c10c..9810b4b7b6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 84c3682df4c..683d7950b46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 628d0d19e49..9e2765ffd39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9f3017f73f8..10fa8037e03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9eafc40f886..f4970180639 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d2c8f297d7..7dccee99c34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fb93172d3cd..e255664309b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 929375c94af..d508e2c164c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d15d2afedb4..d80be1d27a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 12ca87e772c..2a20d06f8ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8d4cc2f7cd2..60693ec3a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5dfc2e45b06..4484f7411b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b1f7e47a77..23e3e4e3a4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 25f8485e4b6..f12e3de4e20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 941a7b31729..54c8cb12e42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c996c376e5..131eaedfb37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f01eb31b2f8..6a1d848b511 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 63f0589600c..06d00205538 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d59c262d051..8ba83a32df2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2bfacffda96..bfbe551ccea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d08699dbc9b..452dc4b76a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46b155b1fca..2e623dd2699 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2e20951725..e5f7d19603d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 04e8a603d87..d919942f787 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ef8e4b826e..acdb7afb592 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f5b5a77395..c5b4140af95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9b394884675..df77c269f1a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc6a0fd8d63..dd8bd4458d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f3f9404625..080944bf332 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c11f5716a02..17e4bd64ce4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 df1dfcd6d3f..3d81a59884b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 546d62b83bb..d4a2f109bb5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8972c89d11..b09632f9da7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5da782a4550..c11f93d3a26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8500f3bb35d..66e08182e27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b61c233bd7..f603707b584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd2e9f24872..64283af8caf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 357b03fd368..218adfd6075 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d7f0285eb7c..01e71faa8b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1c7b5560aba..1c986309b3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 674b4799bbd..e56170eb0ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 109a62ff2e8..91661395601 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc27b357682..72d014fa630 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c8a8b6b52bb..18121f85873 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 52b73f1071c..6b95f0dd766 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ddb381dcd1d..3f0a2768531 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0b18805bade..56f88104ce7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83c88bf9bd5..cc6c441b9bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bed8822d973..d7027338e2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d42309fa13d..3815dd61faf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 240293654d1..a89025f3103 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c33e8df9f63..58f0289f42c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ab21734ad8..826fdd1090b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8552ac55545..06e3f9a7751 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f6c9e119ab3..0a4683ddcdb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee1fc3f8774..414f296eb30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ac2095cb5d8..e3b66439e7e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ccb86833b79..ca6413f7ede 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 867150ca2d1..a968b9ebbc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 46c22c0350a..c9c718f386c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb226eaa596..25245c44775 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e42ed3e1573..7c6c4188e37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 235d36d2a04..b615c83a85b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24e530cda39..016f9280c8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01183eaaa51..1fb316ad8b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39d37f67c7a..56103064076 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8dcd04797e5..76b6b26558a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03622ce38b0..fe06f880171 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ec35d15f83..af636e17498 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca443678c3d..bb071bf40ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6cee267a1ef..792cddcac88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e27460c5669..5e489359ae4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e92f078af4d..fe747ce73d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57c15b7de9a..c8df3c17b2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a3f361bae8..775eb90a78e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e244fe5455f..d00d0f9db3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 232ee17ca01..f6742601aac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ca691fe164..674c13c7663 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58e8eb54f87..475af05017d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f7a77f23293..dfb7847c4e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c62a38def1..668c8f6082e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4b9e456c9a..027fe1599fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cc6d735dc0e..5347c65c178 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 759073fea7f..150ad50e440 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a7c82f16846..b51935a6a0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7393c30677c..cbc77946dfb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c5400fa2937..7093dc0d728 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd7d0895505..d56cfd752a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e64c2c84c91..d893574e465 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9876d0d4537..06c826ff98b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c05788fbb1..23e0a3d1d61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81f87a6653a..5bdf38073f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c9f9a32b8b2..e3d24f74b3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b52600c3df8..5a5cd7b4c5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b7b9d5c788..40b4c0a0f0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 06fb15d3811..689aafbc641 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2de9e5e6133..955ea99eae0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b5523b6b5f6..44447f86c9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fffc8a5e26d..3b564653b46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 737233451af..38973829ef0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 932be49f133..efc1e9d6eb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39bffdb3b3e..7400c54f2c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e671030e1f..36170795384 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a9a8844c122..5df33924a7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ceb88b725ca..745fc9d3dfd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da47df10df1..eb3a38787cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2e1f818562..350b2dd4ae1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 33f3ae744e4..5aa2b122055 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc24a887b7a..63092c7b200 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f347661c3b4..5c9c2735696 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a8323fd3f08..1d29b79c23d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1a1cebe005b..fd40ece4787 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 294ae68f81a..17804ad984b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 84d52c8a240..fa3eb74aac2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 98bab7950c9..b5f03324f87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2cc715a34c2..dceb64b2583 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/81221.cc b/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc index c1b60766cf4..a41bb829496 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 86ae8b9d9d5..45d398338f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/78346.cc b/libstdc++-v3/testsuite/25_algorithms/search/78346.cc index c097c5518de..355275e8cd0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search/78346.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search/78346.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57894c2be2b..f8fa1bf6883 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a78f2426ef5..358c489b8f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c47a58688fa..9e3191f0795 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/searcher.cc b/libstdc++-v3/testsuite/25_algorithms/search/searcher.cc index bb860f7ecbc..f7f7ecfe6b0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search/searcher.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search/searcher.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 13ed473a43f..d8a44111211 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 97fb56cf9bd..159ef7dd7fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 01be69b0c95..6f89bb557d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ace65fb5f23..551cfb8c08f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4bb6e2fd4bb..8f1e138c1e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35d6dee6f4b..3a2dc09f3d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0a26cc1d01a..fa683dacfdb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 48aa23ef392..1202cc1682e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61db4485289..8e8ad7e99c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 befa1db37a4..1ea72791aea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1771595b026..283d8b32849 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7fb6a1e0591..628b875e88b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 50088f48444..341be332310 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5eac55d9a75..3276ef1ca2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 df00ae7dcc3..befc8c8fdb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 846badd5cf1..fdcc8bba144 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d851f161a9..c91d4f1b2a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5528098f3f6..bb3bee1f8df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8234177eb99..f0ff6be8356 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 975c7251b51..81190b69af3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1bc3c7680b6..12ef9b87278 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9e6df783ad0..ed4317154fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa98472fd58..6dc8c33ac36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 caa7758e31a..f406c6a7f19 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecd3e97c8ac..6c92adbe7fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 77aaf8fc847..f0a58029a82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c7aac4af501..3701edf796d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35e07d635ba..55dc404976b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 20417d27158..c54fa51797f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 249c438b73b..84278ee2cb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7ae099fc03e..25c3c7e7cd0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/78991.cc b/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc index b096d1fedfa..4f2921c4b3c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7ded4c17875..2c85a44cb5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 599d981abb9..4b78fc632da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f02a14beafa..4dc451bc348 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 43cfd278a90..3635f3dcfb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 135470dc228..99581c99c39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 929b835308f..ed56845fb40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9fdb0b107b3..884ae311bed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b3ef55ef323..6f1f807c199 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd2872694c5..6b0a60bad0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e06d584330e..243981663a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 908dc8185ae..912856e3b4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 830cc45da1c..d6322cd2993 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 891a89ac6ed..a39cd961962 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8dae989d01c..e0ed025ec35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 08a4d062f8d..58b158bd6db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bd4b998e655..fa17fe02fa8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2325a8fcfe3..fc9ba0e3bd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fec62ca391c..b96d64a89da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b438b3715b..709c16fc837 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 71ff5703e26..aa1e92758a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0e8a55a5c4..a09f70c6d13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f6df7a812d..82ddcf3efca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e852119c062..d0e7f4e3036 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e0e4fed3eb..f3951c280a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ab8463cb559..688e6a01034 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5170cb4aed2..6eb715aa52a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0123434898..c1e85f2f980 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 737c9555ffb..be0c6ffebe3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bb3e242b80e..aaff3b39a13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 42d83d4c0c9..25c9fbfd908 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0edfa4052d5..d15dc07f259 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 59bb0ebd2a6..5a5fbd6f665 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 424c4994df3..a077a91d95b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3f4cc0085e..15a2d79f4f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5666be296d4..76194197daa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3ac565d3a75..affd7dbe79c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 875b60d277a..102d7c541da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a54019730b..43bcc179c11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 13a98f0c4e8..6c36fd707c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0cf72c3740..ed66df8c65a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b3aabc4bf4a..5b87b43db35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4baabf7b8c..158c53780bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f04fe957943..e47ec87e371 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2751436b96f..c9e6f0c659a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da283acfd6e..a2346fecb53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e88a1079b1a..4166f9c8e5a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c58c4ebd44d..59af15a15b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 408ad569cda..4ea979953d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2956864eede..d95b147d564 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 38b52b0c2b8..e7151838577 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0f9954c67d..7ca995d82eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ae5630b99d3..4c6ff5e41df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 75393f49907..2b29511fc1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3b308f83b1..e7f3f605636 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2dbd25e33b..89969207b20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1f534292d03..9fade2de676 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0865b1a7c45..ab2204fd5cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 271e2b58cba..0f305ab45d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 55e8c711e67..ce830d34900 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79b4173e9fe..9bbfef131fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2055.cc b/libstdc++-v3/testsuite/26_numerics/accumulate/lwg2055.cc index 1686f393e7e..d9fa5b38a4b 100644 --- a/libstdc++-v3/testsuite/26_numerics/accumulate/lwg2055.cc +++ b/libstdc++-v3/testsuite/26_numerics/accumulate/lwg2055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 084da4e5fb9..22a80acbda6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 69085471571..9cc72fb9d39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 da1e42dbe53..e1d827f4848 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2055.cc b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/lwg2055.cc index 766581a5d66..a46af384cda 100644 --- a/libstdc++-v3/testsuite/26_numerics/adjacent_difference/lwg2055.cc +++ b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/lwg2055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b670fd6b26e..83bd8bc7eb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 14c82554297..dd8b7dc6494 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ceil2.cc b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ceil2.cc index e41f82c8bb8..6ffb5f70edb 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ceil2.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ceil2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/floor2.cc b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/floor2.cc index 0206110ec2f..a18f14ff988 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/floor2.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/floor2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ispow2.cc b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ispow2.cc index ba8cfa8da7c..8ab8b717504 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ispow2.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ispow2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/log2p1.cc b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/log2p1.cc index 142f6ee857d..0aa8a6c40f6 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/log2p1.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/log2p1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_one.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_one.cc index bf8ab5b6046..6fc634d55b5 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_one.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_one.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_zero.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_zero.cc index 8045ff5934c..64049a32e0e 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_zero.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_zero.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_one.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_one.cc index 6e5f717d056..3218ef7b52d 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_one.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_one.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_zero.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_zero.cc index cc66145849b..2f8505cb1fd 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_zero.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_zero.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/popcount.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/popcount.cc index 27dcc4acb01..aea16214bea 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/popcount.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.count/popcount.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc index a44da00040c..a7666fbd103 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotr.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotr.cc index c4a17689f79..3f1539aadbb 100644 --- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotr.cc +++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 42cf04a5e76..6aadc4e1bd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 36b84f9cffe..e4e33ccd03f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 54a693477f2..038fcc5032e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9827795f3d2..117fc11294d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be68f33cba6..7d8725ab309 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9f0d4dd50f..30365121d01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5f82521ab9c..388c3ca6824 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/more_constexpr.cc b/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/more_constexpr.cc index 6dc90da78da..f8c0891d26f 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/more_constexpr.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/more_constexpr.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ec5f180a1da..5cc9684704c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 724008c413d..17cb95dc41f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ee37cd85f1f..cd9f3f6bd0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f80641817f6..6957a3cb58b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b7957910991..8574cdf4fa9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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.cc b/libstdc++-v3/testsuite/26_numerics/complex/dr781.cc index 8d807e67c52..a70681e6e11 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/dr781.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/dr781.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2008-05-22 Paolo Carlini // -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c73cb0630bb..4df41432abc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 51dbec6b30f..21118da9cf9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dr2714.cc b/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/dr2714.cc index 6ff0746cb34..aa992d14142 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/dr2714.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/dr2714.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aca0c3ff1c7..61c07808c3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5bf0efad0bb..659afb7b919 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f3237cc4af2..a900b662e8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/operators/more_constexpr.cc b/libstdc++-v3/testsuite/26_numerics/complex/operators/more_constexpr.cc index a6571559f70..725e789d334 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/operators/more_constexpr.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/operators/more_constexpr.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7887f7ebfca..658f6fdd8a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/more_constexpr.cc b/libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc index 5e515a692db..4b17d421023 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6dc5279b92..4d016db8123 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7de66eb243d..7f149b0e6ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57b8ff9b451..a246b0a0dbb 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++11 } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 95642aae504..874fafee094 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/more_constexpr.cc b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/more_constexpr.cc index e98eacd4332..3646bca621c 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/value_operations/more_constexpr.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/more_constexpr.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/pr88341.cc b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/pr88341.cc index dc928afa375..7f55a176926 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/value_operations/pr88341.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/pr88341.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++11" } // { dg-do compile { target c++11 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ee436e829a..26cf9f0fc11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 66a74ec20ce..87a74988fa4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3a636bd1a40..167becf87df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 479a78f0b6c..334904bc499 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b6b8642d50..0a357e363ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c914ab12ee..54e2b47086a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8950d3fd2a5..f82fe732914 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6965af87380..8e6a70a5e0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 39a60d6dd1a..597ff21c9b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 23f811542e0..f07bf72c199 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 454df5c0fe9..df7f59c9851 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8a3bcac3531..03a802346cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd7079967be..2922c1b57ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3dbee47fa03..40e8c61131b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/82644.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/82644.cc index c0d664bdd8a..1b66cb49b9f 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/82644.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/82644.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bf58f51e105..437f27db0f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c53426524fa..d12cd5cdece 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c51343a51a..06bb53ae3a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 937e94e776c..574c78d6b54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67fc2d9484c..0e88b701120 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 42e20942ecd..7d72f651a6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ed922d85c48..3a11e34880b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1eb4ca5fc3d..f35b4a396cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3f1c5fe7a9c..0ef20eaeba8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_global_c++17.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_global_c++17.cc index 8b60cb1000f..8c4a06b3747 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_global_c++17.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_global_c++17.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d209cc0c3a..3e3abd055a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ed1c80e6d1..e06e341fb37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9fe8f53b00e..5e82db24d30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 88a00a90b4b..a6be9664150 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecbc2442c39..affac4e78a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09d85197a12..ddd72990508 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 60d84b6c3f4..3b2af635a76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 478ddf263a6..44bac6b4aa0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58f94c34d6e..4d20dd16f8a 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++17 } } } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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.h/std_c++11.h b/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_c++11.h index 17d16e04a09..486c409822e 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_c++11.h +++ b/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_c++11.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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.h/std_c++98.h b/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_c++98.h index c7d6fffbace..0802b86aa8d 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_c++98.h +++ b/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_c++98.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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.h/std_gnu++11.h b/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_gnu++11.h index 6f0dea20244..50f8d26fa00 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_gnu++11.h +++ b/libstdc++-v3/testsuite/26_numerics/headers/complex.h/std_gnu++11.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 81941a49284..3a22625c9d3 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 674bc870994..2f476d1c601 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9b6a28c137..2cf5bfb84cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3d0cdde8081..800f62cbe9a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ea532101d2..54c60cf41fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8b2b7af16b7..b607d351d89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ea10a1b7dc..3cc4c510399 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 26c151bc121..ec87df60a50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5472759c3fa..d6df4f4fc7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e69097fad7..c1557da36e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ba8d64fd02..e1b1841036f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d347888a37a..d5f1457a0fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a9995aec535..d4eb6f2017c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 adf49492ef9..c132621b740 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 097233cd9b2..9faeb46627a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 90389bf764f..2e20be64798 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 029277a2a1e..24df5d0364a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3724afe9cac..c9226881474 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a73ad024d7c..eab5a0eac2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 176f818ef80..587b1a20c44 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d576c40c8b..2b9fbf6b56d 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/valarray/synopsis.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/valarray/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e7dafde222..cd8059610f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70dfa02e303..2338e5781c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2055.cc b/libstdc++-v3/testsuite/26_numerics/inner_product/lwg2055.cc index 7fea5d09476..37250639ef9 100644 --- a/libstdc++-v3/testsuite/26_numerics/inner_product/lwg2055.cc +++ b/libstdc++-v3/testsuite/26_numerics/inner_product/lwg2055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b75040c920..c4144ef56ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c8e34321c33..05d8bade363 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ae7ba6c72b..fed64080f26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c21215535e..cfe99a88a6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 03fc4d0884f..c9597e949f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5bda7083456..db49ac92ecc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 27b2028fd13..4db01ae3647 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa511c963ec..f275a1fed43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2055.cc b/libstdc++-v3/testsuite/26_numerics/partial_sum/lwg2055.cc index 871ddaf4c5e..77c59d075e1 100644 --- a/libstdc++-v3/testsuite/26_numerics/partial_sum/lwg2055.cc +++ b/libstdc++-v3/testsuite/26_numerics/partial_sum/lwg2055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9768e4afc5a..707de2f37fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9fc8a3f3d99..89c2bd9718b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2d5cb074ea3..651f2aaf4e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 65d86bd8be8..9b63dc4bb37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 88886e1a121..4af152643d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2159767c924..c17a6c22bf7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8c9ce15b2d3..00641df834b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 10a912d971f..e7ebb2c8afb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1010a9d5e5f..d4dfca28ed1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b5d616e8761..bb569be3e0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9abb15da9e6..fb2f062160d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3e24936e5c5..5bb7c6ba766 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7dc29219901..52d67ed7963 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0ca6bad4b76..34e34b8d74f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5548ba81072..843b21b64ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ab6bbb68f8a..51e5400b9f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 49bb083c822..737f0bc8914 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3704ad01fda..45d3735a854 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 695b8399453..018ddc8bceb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 78e7d9fd163..d5f48ede582 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fb09c29e93e..b12a348dc6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5bcf183b3dc..93e17beac18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 124187ea667..4db40af0866 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 97b1f13b189..af9b9d5efe7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bbc0fbdf9a6..e428c49ec52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7eb0897110c..668ee1b4261 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f080fc60570..a90df7214fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c5026e77fa3..e625b698960 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/83833.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc index 1f2849b89a9..e04c8a3ffba 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bdd397f1ec8..18a3b8705e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 86d519a7ee6..1228f258e80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 79b27fca5c4..586e5aa9e9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7932e09caaa..e3a80fb2a58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bc8256db4e8..500df472f80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5e430d5ed22..c4f7aa71aa4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f2e89ccee55..b86e329450f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5d0d591b3de..433ca69664a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 902d041b292..aa2492eafcc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 deebbbfb0ad..b78b8d309e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 65cbc96a826..83fcb066fce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 383b5688096..70431de3b70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5a0abe593f1..a93f67d7097 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 af51f123a19..5872b21daeb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a243b0ec55d..c38c4b3299b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2a29e3210d4..0890c8e196e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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_seq2.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed_seq2.cc index 0e44ffff2eb..3b9d936caa6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed_seq2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed_seq2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d79dc07189d..e2bc9642882 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 084dacd629d..95652ea4855 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 99a741b1df9..e52dd9827d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7cc9169e49d..ff358fe23f4 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1d7876f05d9..7586290fc9f 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 738b95a4b87..6f524b2ffc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 909986c7ea7..607cf96ac7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3f55bbb1298..83161ea6912 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b821e94b2dd..a0db8ef3f0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c9309b4fa1a..0c4fa1f2f3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 681b7801208..9c083cd7f6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 93f877f54b8..3e2af6988eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7e3bb6dbec6..3f888dcaa4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2cc2d1159b2..a4f50bddea2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f89ea40c703..d2452940da1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5c451022160..a4d9f7f23b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ebd317eec8f..b57e9c35e1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0edd542a581..b9be8cfe689 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7c354cad322..277a74cc86c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 580884dc912..bac0255d564 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 43e9cb367c2..c37d13f104a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 54d0cbf9302..b2e9d71926d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ca409269440..6de541c77e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 41a793b2454..7a9a6c22377 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 124ed8d6967..5ca64918a5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bb531ed0099..50da212d683 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9c5e617afca..bcfe5e55c74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d2f3992453f..1355b298c4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 64e2fa76e10..5b37fc01793 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e24a8d5eb93..06ea348df4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 465e73e790c..95f830c1488 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 44324eab403..1b4e56ca260 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d3d51da9d62..3ba348a73d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f441ad2c99b..74ed3456220 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0d7f1a8a58e..996a57f72c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4e43b599746..f45aea59f83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db13f77dc94..e3945b83e31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bc09ffe8d2b..e5584fee586 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 50f59337c0a..d9e419f566a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 90bdb2f31bc..cbc3817583c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d04277b1983..16610049c91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d6b36581c01..1be2ce81668 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 36c3f7d0416..920dd9573c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6d00583eb04..06b8963ef37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 22734e46592..a2d9f779ebc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a6f1244b859..89d322568d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 53419ebd064..7f6034a121d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3a5cee30fa0..cbf7c263e4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a0aee92469d..e8ff3c4a1ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6978a8eda36..509466cb9a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f65cf50955f..fcc421f3be7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ebfce8c64b2..27df4efcc51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bd5402f23e9..878c34726ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bd58cd5d094..bf222b26ee7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b30df601d46..db835db7bd2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8dccda4db43..efd19880a69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2e1a48aa862..b9b4155ef86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 419a588e71f..c6041a3d4dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e0c8e82c843..88de44e43ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6c4bd9dadeb..0b5c9bb1e0b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3a1510b9a13..35fdcb5f29e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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_seq2.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq2.cc index 4fad65121d6..746a491af84 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d2afecaa643..68a781b9e22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7b0b576cc4a..c0546588a59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3d9502c8806..2b7234a094a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 479927269c2..c366cbd1890 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ba31ec2b298..fb2fa41ab17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7a0779d97ec..61cd0ae8596 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 74ee19c53df..9c93636349b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7fe9d89d79b..b4cdbdec470 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b32579cffa5..ebf8d0b75bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5c238f6bfe9..5d12c8fd032 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2832ad9c2ff..e2bcc042799 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7d6b5f055f8..a0e0089f386 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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_seq2.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq2.cc index 3330b47ea70..fae7fba6cc4 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 21b87b9696b..f50ed4f588d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c3d730222a0..ed064630de7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b8283b4f4a8..49dae23f005 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f3bdc9d176e..83112bcc152 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7860c6b6ac5..8f7d7efb99b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4afb406640e..34b76339c3e 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 99a60b4b4cd..13a92b14592 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 38c96d321b6..90b1881cc8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 86e61293308..2987ffec0d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3e6cd142d78..c348d8fced8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f93b0649b9a..bda6f21ce54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1e1de7e0553..628cb2c1fad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2cd2574251a..c8c8cbd1511 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9f1a8939334..97f91b8dc99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a626915c6bc..e0bddb74e72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 635f7a8d2fa..8893ec2de87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1cc02d425b9..c3d8e74c82e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 19f50c736fc..708585be3c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3083597bb36..4cded441a1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ff702c54a6a..9212bd2ca85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db250c386c6..e755e182efb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a98694a585a..60373738b74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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_seq2.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq2.cc index d900bc378d8..0ce4e4107be 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d0072438b7d..fdd971698d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c3d0e425bcb..33f7eb9ab37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ba86bf4aacb..14e738ddf9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 84380752e5c..c3027780cc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 19105af3b7e..9f19143ea8e 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 768c1ac2851..206ff1038d2 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8b983e5fba7..bd715e14a10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b96192c9c70..5a9972e3b15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e4e512822e6..cffff3043fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2c0d1be6c99..b365732808d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 684856704bf..87b521e0511 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8f74de953ac..ce23baa07eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 70eae3fca8f..afe4f62dcb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b7c9384a151..a923c393fbb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c394f89793e..bc4302a1bce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 831e5ee4463..97c65ccf5b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 35e1ff228b9..b5dcca32eec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e9b13968e8f..cfc83dc6d6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9855d6630c9..559854b3092 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ca3e8d4bcf5..a3b9322592d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0c2b84ecc83..c472ecf7b2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c61ab2879d0..83a3fb3303a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4f0ef61cdf6..e80b594849e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c9188c89d7b..3a6c6bc5f50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fb541266dfc..a65d4004161 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 767e0597cb6..bb968375f8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6ec5419021e..808668b83c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a90f87beca8..d39ad4e755d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bf0dda6bbbe..c168f52d50c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 85a86b00b97..bea737994ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cd36e3aa91c..4a914ff5721 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 64a8704b31b..031d58ff323 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 131e933c292..28a13b2d74d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 64febb48b3e..c5f11b43e6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 75a0af9ed2d..aef46249257 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 094fab17c69..3b6a9590c14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 724124bf8b6..53d1af18fba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7db4e3f0313..f04ed552c8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 70188f7a950..b652d2f555e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ced3568f920..e984643dfef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7856d004a95..d4fea0b3009 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6d23bd6e5bf..90bc5e2a404 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1b0a3b0087a..5b2aa5fef64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cd9e4505ac4..8fdbcc906b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5c1912e2445..8004aa59712 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3130128a023..f467404c938 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 93907451f16..272183fb3a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 82b6a1cd1c1..6d2d6bdff1a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ac150b3f397..4a6cd5b136f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eba51c8f9c9..b194141252f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a51bbd175f5..abe74136860 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 270dd37ecdb..4eddcff12a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 790f527c019..0b03d948b6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8ab51982c80..ff0acaddb6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a2e8f176608..31a242ff57e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5a34526a5f7..4fa1adf52eb 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 @@ -4,7 +4,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3d945ae12a1..c1f3963e57d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 67485f54074..e02c06e7861 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4103dbdaac5..bab8d8c6577 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6db02934f1d..c4222d894d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bd1997c6560..d0175799276 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f6666ddde5a..df48907efa3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 75db6303aea..5aee04888a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b360d668fbe..0cbee3fa4da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d0f8c019825..2b9ec974a24 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 190fa823d96..ccaa9c85040 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7941563b8a1..ddc8e5c9eb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bc17fcf7f2b..14c90d849bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c9d00a1c161..3f827c35a14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e421d20a510..6a4eb69d970 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fd0bc207d15..73d2db8cf24 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 56f8adf009e..ea7a9526712 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7440159a705..8715c6a8cbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db2071ff665..1ce3a22f342 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dc4c3ba3610..765979f39cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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_seq2.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq2.cc index 13ad5e595e6..83d474a3a15 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e403ab886db..c4b887a8b1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 008ac0844bb..27a490a7b9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fbebdfd426c..0595e5edc00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 825f32f0bec..d1021bb9106 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0ad481519c9..2c182f2ff4a 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6081f87321..c1dfd0c7353 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b2e1a24d5c8..566341298ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9bdba65984c..bbee6ddd3de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4d1bd897818..58131f0720a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0ae1191a084..a75315afdcd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e8fb51805f9..fb2776be050 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b03b4b3b682..329e7cd7745 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d1d3ca71660..164f998f975 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9c63b10388d..8b5cbd87a39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 76e90cfb480..be2a97fd2bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 74ea3584fc9..af5155948ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bd61a8652e0..9bdc3e43091 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ce3b87d99ad..a3330d201e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c20c7250cd5..c95eec90166 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 773383a4048..42d8177f38a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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_seq2.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq2.cc index e4a13a72b45..9a26aed7209 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dd6a10b309b..61e7e75d995 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9cc65aada24..a3cba71ca30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5016e8f7210..55c32c9e068 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 60456c43b7c..792cab43caf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0e8d0037a63..1523f316da2 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 92d00ac5edf..bc055510cb0 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4201c0e18be..ad3082ce868 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0774a147f7e..a419ee73c0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 858dbcf89d8..cb3c779a779 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9acfb5096d2..086491960b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 28e0f60415c..917866af833 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a8cee163a71..cedd9d86375 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e74126e9afe..5b8c9441883 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1b321a09afe..2798a4f3285 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 651e7a8f6d0..8594237743b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 85a697f73a6..31c18a7afb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 91d87a052ad..25b38c46372 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4420e12b440..e00c414c269 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3bb8727cd92..2a77321c6b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4b1053bc236..31d282260f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1f7b6264e07..25e9206acac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4d62404b79f..2a27b0a9269 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5afed6cf550..3e88e308f7d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4bb2fb72eba..80896190ca1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ec7ae696152..e7a149ab0a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0580f8a5cfb..3fbcdb66886 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a867a496e74..dd31bf70564 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 af0dd2b7acf..80e5e631af3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cc270ab7381..6007872b5ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e24b7e7ec37..45cb1ac6060 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cfd781a86e1..3843243edef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3c0cffc905..3c9213878c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dfa36a7851b..86e4174b846 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a217d7d7513..2c64fd30dfc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2fdfdbfc073..1b66067c57a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 483cc5b5445..dfc62be1d0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6cd2c8c08c6..028176d6fb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d704945e175..85b9203bba6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f3e579163b2..6ee0069b835 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aa875b875ec..35b5dca05fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/83860.cc b/libstdc++-v3/testsuite/26_numerics/valarray/83860.cc index 6d82ef5583f..7f38b4af05a 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/83860.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/83860.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/87641.cc b/libstdc++-v3/testsuite/26_numerics/valarray/87641.cc index eae5440e60b..54d675734fe 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/87641.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/87641.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f74eef4f65a..11e6f8803d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b2c0a21156e..b8a40e4282e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/26_numerics/valarray/deduction.cc index e31215a0e55..bee0ae8b644 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/deduction.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c74a13f154c..c0dbe77998d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9be4e96c993..024999ce2b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 283130e721f..a178a21023e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 926b4e1945d..faee1cfc804 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9d7ab2651a..c7f05905be0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ebec9992b34..1be55f77586 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a150f52a9f..aadb5ce40c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dd8f99e7ab7..0544741f9f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0d5c05c0b7..084de6c2915 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1288e9b17e9..352f0e53c9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ff8b055306..c0d87c68132 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4baf36b4efd..686a1b44d82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 79b631d6e69..ad9ef533b43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e9b1ef572be..283aa5215de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d25951e0861..56286d7d2ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/transcend.cc b/libstdc++-v3/testsuite/26_numerics/valarray/transcend.cc index e18c30ac35a..f3c31623af5 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/transcend.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/transcend.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 830dbdcd92e..0098a98836b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/81256.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/81256.cc index aef7364526b..226b3756894 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/81256.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/81256.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b51cd06321c..646e293e018 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e9cea5a7ee3..084963e7e50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 91e42e309f0..47c582bfd79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4a18c484682..484920ab9c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8a528ca5c22..46cfc0b835c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 21d5c1cf10c..2e98705b392 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3c963d8191c..24c9e69cee2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ceea0070410..05c29535870 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6e06ab8e6d3..ca1b1171bc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 25319b206cc..d44280fd42a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 584bb0db842..c6be1a65df9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 62b37badcfc..92db07a09b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b82d19bf7cd..347ef37e21a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1de3835ae50..41c45820699 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0326cbfe760..c722870dee8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0ed3e17bcb4..77ecc5a9a8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4600fab9ba0..c73fbf20a45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 faf723797ac..560f402d783 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 27b64ef5b1b..88ac5093a05 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7c80f81f328..4d596e54488 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a33e9232dd8..a572c373ff8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7812538564f..c4c820306b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2b48b0ec0d8..59de14d259b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 43ec522c1c9..ac9991548c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cec970d55a5..69e63069b1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b4134e3edbe..cb8664b16a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a7e1b7e8163..2467f15ed45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a5f2fe6dbaa..14d8800b417 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 315a6c9a354..407508a3816 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2c52744c038..80406aa9076 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dfecea76729..44167b99626 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ec0cd6a93ed..c7ca029d2dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 54d2b8d0521..9304f88a52c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 383da5282ca..7295765ab4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a497148f5a9..362f247d0bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6e4e83df26a..c476565cdab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 935d2539bd0..09530bbc5ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 29e4fe3974a..b628c0c0458 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 70e7c70f273..85a591f60b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 27569b1cf9c..1ba00656502 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 97f3f6e60dc..e4fa8d2fb85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6495db792a7..fd2aba6549c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 45855e4083b..d298f9b9479 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bbec249772b..c6a2aa36b78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f825a78c876..2710b6fa117 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 74fd1c326bd..f02892990a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a382f152e8b..3a266a64764 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3f0fe2c338c..105465c3014 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cf01f91d4c2..c5a0ad83dce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 51373620dce..17895c0e76a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5160589ea50..618f6610d46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/path.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/path.cc index e3054febfb1..6565bb8cfdd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/path.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/wchar_t/1.cc index a6f33548172..08afb1baecf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 00966f7967f..e32b18c01bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4c6d9d7e033..bbb866921c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7d22c2e4625..3f4a1fdf8a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c316d1b7f99..b70d0487a77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 01aef26f0ea..e6bf8223124 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bbd09eb60bc..62ad3cf78a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 831add66e38..1aa31ac4202 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7e95197d082..32b654aa294 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 98d5459a1c0..6f3da11b8fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 16756a6cb6d..3ce06fad407 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8ce89072f5a..5cadcef473d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 158123ba1b9..63bb6e48faf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dfbb6dfc9f5..e9ab919f1e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 af558dc390c..40fca209cb1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6857265fc3..b2308422c12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 75f09498b27..dccea604e0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 305dee4cdf2..f4890ae8a7b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 df4f3f0eb4a..44f30b14add 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0290ab47aa1..1021f1e9eeb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ac5e73dce47..b2007ce5e4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3ded06da4fb..dee7922a6ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8def1231427..bb0feb15d68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 762bd4f25b7..d43041b45e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 14cb5c4bae9..c6d4c759521 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3bd114662c6..620304f822f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 55ca107da5f..99717d2b0df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 09090ebe70f..a905732c13a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b5782445a36..8e799e5b1c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b7d6eaf088d..4e9af678319 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2426fa94298..109e028fc71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 27248c327ac..405509124e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a8dbba2c9e5..343998c48d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9492815b8e5..5f748edf507 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9fd25d00d3f..50e74fff1ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 05af6209f89..b9278216a11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6d30d034f5..f195d0fd72a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a71aad528c9..dbfb1464aec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8ede4b0fbeb..c83d03e46fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8984db54bd1..a08ac5773d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 057207ffe98..df2a10eeb20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8965c64ef18..df0f599b3d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d04763bd5bd..eae04794a07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1213a3436fa..8357946a9fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 25ac6836a41..9f118e5fb4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c5cb46ece9c..6a25b1ecff3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 192084323ff..33341d6b498 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 29eb9f4c9b7..ef1c0ce71b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 60e7251cf1a..b184e88b9e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0994566fe4d..06d52231c0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 de0c9b4819d..de321f0d6b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e83afa6bdc4..000784d44ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5a6cad98a41..a315c7d5e6f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 58a6559aeaf..c49bfb06a32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1f84a7b691e..79d18daab38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 163e82d4c6f..b38f19d3e42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b222b0c3eea..d65e0368d22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 18c8e01f2e8..d6ac9c64e7d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ec5e1438943..7166f3c8def 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d82fe748cb4..644e9b584f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cd730e90b70..e0e0cecd483 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a97cb13a8c0..8df1f6af7d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 17db4db057f..aee496b5e52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 adf4f63762d..68ca63d522f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b948a459f7c..5937ec97865 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 29c94e4c889..00092e2af70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4e967f1347f..6147f610209 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6470bb6c66d..74d8fe2f741 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 668f7640961..9871eb1e9c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f57b9d00573..4c28a3d52b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 aca651c9d7d..23a9d710227 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8726ce8de91..324cf932968 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1153444c681..d6caaffed11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a6928b9ac41..4799a208b16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2549b128692..b78c4184e8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ca57b4b799d..9f593636a79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 026a5d1daf6..86285771949 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4f88ee034ae..8d2c5c4e4d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6217b2bd68c..dfe651c7272 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7d5df31372e..23b450e444b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2485ca7e656..9002cc9ef18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9e1b476ad15..70ac34bdfef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0dc6175687c..b64b796f399 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cc4d05be8f9..777fb596212 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dcde5ffc90e..636f3cbee83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a98388d9d1b..90df9a42484 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 415945f5b06..bfe8e582b49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0e74b97d152..ca203883e0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 22d36539427..ad6b2598eea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ad3e3a19c4e..13794f58626 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 038e65fa26d..60d126a0970 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 86f6b06f0a3..a83d864018a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ec54a69e82c..1ff5f70ce02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8f2f0dfa6a9..60f7adcc7cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2a4c3681045..bacb9d6e4f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ea3027a4486..b2bfdbdee11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d9a790e3f9e..9e15fd61caa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 590f4adc0da..1ece9c387c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9db7f95ad62..582f7dbf774 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4a5b19acad4..de84ec3bb12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 10923d37f35..50f3d28ad18 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/81395.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/81395.cc index d734d8e523c..5644936847c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/81395.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/81395.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 640c00d01a9..87a61905d02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2b60641b253..7877e90f211 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fb94cf5fcb8..0209b9cd636 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 27aa63b66f9..7e22d969c6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3d64c5e5036..188d2361ff6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4c59eb9119e..2bc37b00aa3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7a0b5242619..97d41714399 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 563475b423c..d236c6da430 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c3581ef2224..b851203fd4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 66e473bb2e0..9e025df9b47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 437d69b5132..9d46c08c150 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 058523f0683..64e4d761ce0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9e90e96d24a..2701ef1f583 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a070e2c4af8..9f077182280 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2d4f2300e6f..c55bc7447a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b25a6ec2b24..095abdf67ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 84f3aa80151..81caa5a0c67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f27c66e16e0..ba75826c955 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3c0c931078c..f0625080537 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4d399478f80..1be56170f62 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d44efe95c90..4ad9378892e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4f36672a1a9..1b75b59ab28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f1520c5a279..e702b73c9ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b12a89329af..354bdcda07a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d515300ef6d..662e53f65ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d5e5cd8cd70..596aa920f53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a992b650c3c..94227eb2d89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db22c500396..6b4de8052a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ff5ba748a68..edd45b69351 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d5ae4572c85..aada2ea8f4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4dec101b2b0..d58f179996d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 61d688ade3f..763ca929f25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9076cbeec8f..85fd5ab94dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f9abd0b8be1..07d88c3b257 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 466f5cd57e7..9c9ad08628b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6ecbb5ed55b..1bf815a0fb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 539a88ea87f..5c52d4a249b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6a64e6ba9c..c8ee5aaa39a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4ed7a0a70e4..0ba7afed556 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c95e010c08c..8e9203f9cfb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1edf95007bb..756eb94bd4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 65ee40e8f33..eebf187e9d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d95e7b1a5e9..ce0e05515a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f7997134920..286f0fc04b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 38672ff966a..7682e08864c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3319f49918b..7e277c7bec4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3789a15def5..7c4b071ec8a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8921cf9c3ea..1baaaa8ca60 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c4300f2eda9..ef09050dee6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c45029dd149..b262f820ee8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 92a6d41ee85..f43118c0ade 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9e299cf01c9..da24d77600d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 713f648def3..f8279afd671 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 326ba797672..160293b2e16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7bbfdbee47d..35cacf76827 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ae0cf2944ec..05b68f7b9dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6c2086920f..4dee7dee442 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bad23261018..8fb59ad73b7 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 @@ -3,7 +3,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 38dafa7733e..68d60efcf08 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 @@ -3,7 +3,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 da275f077bc..9034e2545c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5ec01d182d0..d8179f0fcb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b6013735189..c09750583f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5f389b6a7c8..bc1c33c6b03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 11b15dedc6f..df943a546d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/53984.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/53984.cc index 9b26dccc74b..a00d96c0d01 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/53984.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/53984.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6012c0de2b3..22bf549cf60 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 15f3815752c..39126ee8154 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2754e5951e4..ab498aedad9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 04704fd937b..b57735dd5a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/path.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/char/path.cc index 864c9c0dab5..10be00ed864 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/cons/char/path.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/char/path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 be35da55aa2..c3a14cd3dbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/wchar_t/1.cc index 0d14f825c63..518893b3b33 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 129a7a7adcb..504fa4bc270 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/path.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/path.cc index c74a3183e9a..8fd302db95c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/path.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/open/wchar_t/1.cc index cd47292d793..397a2b9e485 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/open/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/open/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9eee61abb49..e76760ec1de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8a0f7869610..f5fd9d5d51b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 269571ec84d..a98a972e569 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 35586654a43..3ed99b64dd8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ee347a96405..9b280dd3cd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9132c3d3466..56a595f0638 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 80d57e35548..e463297892b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9f4fa4ea264..c70133ed85a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/path.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/path.cc index ee382ff4949..46977531526 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/path.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b44d151fb7d..ac571d866d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/wchar_t/1.cc index c07020923a4..b0460dc6e5a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6ea6ebbb9b3..7306de6e64f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8df08ddf705..e4d5e1b3866 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/path.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/path.cc index fe2f26814e7..b67954a081d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/path.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/wchar_t/1.cc index eb8bf0a5ae8..94248d13325 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/open/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 330a0a26d32..ba50cf33c02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f0182b8e272..7886888e0f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1b155cff24f..937482679f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7c4c9d82e80..d43230664ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 89e366c51a8..2d58771975c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e0d0d13539b..c147bf1607a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9db155fa18c..cc26cbbeaa2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ec96097c05a..873a4091003 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c7ffa475cea..7b9c0432cea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 48ad6f8918f..8f09625e38f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 50cbf36358c..018c460a888 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c07bacf9fa9..1d7932c02ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8bcd875b563..fb8f44d5759 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a9d1dfc1d7e..e2a85d4b688 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 960ae2767b6..4279b5f48f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d8ff36f7f84..b479945daba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3f78be9b2db..9dde64ae729 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fb52d39adab..87899fb1415 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e46d7da98f8..19ee2bb27e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 61836741551..38f0e87da95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8ae4ec243bc..c9480066a07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a15784d1a6c..d2cc40bcab4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a0821aa4915..1cf85aaf90e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 93eb9327255..d3186c9b64b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1d67490e1fc..840a94e911b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8c8a48ab033..00d11bdb336 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d67b8f4780d..82e3ed15289 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2cdad870fac..7d7903492b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e15fe2e044a..e56548ccf26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 83b4c2bae4c..15d0954c72a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7ba13bbb8b2..b6ae5b58819 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f56a71ba432..d90c20bd9b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c7e96133800..2c42c3b83ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e72138a1fe0..7d0b43c69c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f1995fd7558..8f82c88d71a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c3467875a49..cfce2b4a0f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0a1ba8d2bd5..af2d42abb85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 85d64a9be8b..849810dce71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1c98376fa25..79ebdbffdea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0867909ede0..4a93663ad8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 71dac244dff..d9c28897f8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5b84e46328f..ba4aa2054e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 feb4fb491af..1deb416379d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 584c278a47b..deafe90b563 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 64fb8d98cdc..ad38b6fd7b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 115b8eea1b1..0109ea5ffbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 18c32e2cccb..c4cbdf67123 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7fd12c84a76..62db08fcab8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 34dcd9df7aa..5b1e792e997 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8ca74e53e4a..9a03e644544 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0daa53ac0dc..7d07bd7d1ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4de21acac6a..9b4aab8c780 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e55ad88d7a8..e2bef4e15a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b52d5a08741..bf1bb3b4d13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 42a781f10f5..79f6e28f743 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6be8f2c0b02..d41f656c1bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 930bfa771e0..989066391c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 93791825299..635197d5039 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 37c043504a9..1aead10c45d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d9038d6a5c6..492ecded2fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ca0e8b1086e..ea84bd18a0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4cc0a8a3839..250539ec6db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2f3c1149b5f..54d88b180c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0f4c5d5d4d6..ef23e00f3a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b919920caea..bc09c0383c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5f35a3c4178..98fd04aa26e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ba7c79d107a..1d8d306c68d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cfd111484f3..5490658b817 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 59b3969cbfa..99d25400c69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 10fdca6af37..783dfa8f7f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a0838b72b97..bd378c617d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1f9167d296b..266a1bf7116 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 39d9ef3b3dc..24f97dbc0f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0e9420eeb23..08d1bb4a67f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 01643a44da2..1d7cee1ca72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d49b7a1b2e1..f722935c3b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 91f16b908de..6dc5dff61e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5690edb5ca7..a4f476436f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 85cb4bd9e3c..d48fef77b9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 485823c7f25..b51517336bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ed33f6ae465..962ee601a51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 37a7ec4c80e..0aa34caab4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 47baa13e118..726ebe04004 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b0fc473a1fc..7be1955d854 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 aad7e3a314b..aa41393ab16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d85f9280d2b..8de0d2b7a6c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 31314cc7457..abfdd0a9b41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 498ab21b0e9..c181901b89a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 63a1eea3acf..8be941cfd8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b5cf6a0f2bf..dc9ed42c00f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db782f53cea..93153e2b3f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 704d26a4dab..28515d8a934 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 edffad2d25a..4270e484fc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 720ea3a98e1..44868516d8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4c0722bb912..23e449fd325 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 86999ef5f95..06e9a63a1f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e07dd11ba9f..7db499b1bab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b2f404087c6..b6656203fee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 abd717d5c6b..882a69fbdd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 daaca38106b..33f0914b6ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0c10ec628aa..33806484503 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dbaedb922ab..819b2daa4f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db1803a793a..061137bedcb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 72bed0b6485..ca79ad6a594 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 92ce13c6675..fda9f9e2753 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c56d34cd29a..cddad80f6b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ff3f7abf774..69fa8f8cb86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 72fe890cc73..b6155e99579 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d6a56425a10..188f9b3fbfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cd909103386..e3adc4f3fae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5911acdf4d4..33679cf76d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6debe926713..48a3c336f0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dc9cd7eee76..0b90e453035 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d896561f462..298079d4169 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0eb416f7faa..ed841b12b63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1807ea03372..ebb7206cd49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 913877f9ebb..40b9aa45b7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f771a58bd0a..f67aa1b3184 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9f192845ce4..eabc9d39630 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ec7dd1579ab..fa4df96531c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e1cae7c997a..5237d64065d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5ea3508ef80..21efbac6db6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ce78409d77e..5d8bcac3cd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7699cf7e238..780981d00f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 95789098a28..e1fd3b51f23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 116adbf6090..ba8b1716683 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cf231bb6072..150e49efa08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7bb47d56fe7..ac9c9334502 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1c2f753b4e9..8f77b86de55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 900c735aeac..80afb4a083d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bf20577dabe..250dd6bf22b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6e9453696ab..8164605a407 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8e7a7e3c3ec..7bcc1c7e5ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5c7f13b05a4..27b1253f7b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 239c52f7fd1..42841d30a02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 02ea2a42fe4..54f5c9df807 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 aedf05dc799..b29d75cde78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a58944efca5..ca5b4103776 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d84fa2147ba..ac354e472b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f83ba0b7267..48394eba795 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7e18b3c7753..455466f7cdf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 22a3e15253c..db927b0f774 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 94cd13a63dc..a21a8d264d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e42ab6d3c98..918a9317165 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e2b6e6efd91..7c81225d15e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d79a51797bc..3b889b23c42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b9a382ffd84..518e9dbaf14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eb7d74967fb..2161553ddc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 27db62ed519..1ac9828bc33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1be222144df..f3d932c5b61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 43a9a28cd70..cba7759960e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 89095e74945..f1049077312 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e876d22ab7a..4c399823503 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 67dbf60f446..3802ac3515c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 065a36c4584..2856a895134 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a62df6c6b50..a2582077902 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 65813d5bb84..24c4bad8069 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c2e79ca6e4f..8f73acc837d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fac67633090..cf5e57f7f5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7e31bd20381..701ab6e54e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eb6c3adf4c1..20a03187161 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5e4bebb4f22..3c4a24a9570 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bdebcf1c51f..10d450be86d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ec126885f14..3e0a00e359e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 04085d65aa6..8c2343526d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d95ab8e204f..b675d891da2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ea477ffc6d0..cbf5a7cee93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c808cb705ac..392aff032c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a654d00e506..54716a31f33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dc07b10fb5b..9962e265117 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/53984.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/53984.cc index 37a01efd9ac..0feac6fbf1a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/53984.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/53984.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 64ea5f990c3..f38de6e0aaf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a8c8bff0abc..ca412926ead 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a5e03ae5cda..eac4b0e64b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8e52d1b67b9..5202a20eb70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 651982affd7..d361ddb9aa7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fbc6d4b885e..5b4a70a7653 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3c021d05acd..24ba6e8fc8c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3cf1dfc67a7..775704ec051 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 de789b93a9f..c6b99c1e1ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f75e55ad9b1..d123d4461c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9905106ecdb..714fb483160 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ad7e1d191cd..26a843a4183 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 81094652e5b..088694237d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 05af8a7bacc..0e05dff53ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 98b4587cb26..dc69301c499 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 94b96c2bf67..066855a7458 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 81645aa5f84..e338b66237f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6521aa768c1..d8e0045361f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7271731e598..4a1f0719313 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8953aa496f4..d432a521f43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 df8fede30a4..3acee1c25b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f5a3a3f2482..873357fbca3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fe3103c64ba..b111c96fc53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/default.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/default.cc index 020206fcc84..805cf570c8e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/default.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a80f8af49a6..21e9bd2cf7d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b62d6dd314a..e9cbda044a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 793a261dd62..28be3e8d5e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3ebb0282f81..68b963d6364 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 aad5056ba88..1cf8814120e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b288961c797..99d932866cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 59c775fbf96..64d558eadb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d2139d029c5..d092e58986e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 15498792624..567ed590a69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 293977118d8..49d1b2a06e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 13951facc93..24e90f7330a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2ea98102265..79c5851bb7b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/path.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/path.cc index a6f1dfe5fbb..b1b7943679c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/path.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0fde59ef05d..69a07b0adea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc index e26c2ea20ac..ef4ffe98b75 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a94d7ff16bc..c4a6b1ea78f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2c9307aa0c2..1018c7b7017 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/path.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/path.cc index 92916edbf9a..06d97778002 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/path.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/1.cc index 14fe143e4b8..5cffc53eda2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3f26f941c2f..732c78c48a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 38771f82c52..90f8f868ce2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d45a7ab99b9..9248ea75511 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6736820579c..1346e0d1264 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9e861034c88..8214fea2261 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 09c73b530e4..6792ec2381d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 570fce52c13..71413015569 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c41a2aca629..1469992a481 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a3c27b1f3d7..b7dd5bc04d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eb7380b2a41..3de19200fd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a3db681378a..55e48fda35b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e7e526d6b50..24ccb475214 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 65916ddacfb..ad84827dd39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 586498182ce..f5dff401f97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0dc9c411efd..4bff71acfc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3b5c1bfa791..126f718f234 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e61cb7c5136..dc114e0a91e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d709ff7450d..acaf9bfcb95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1994-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4939d003fd1..8879045918d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8d1829a5f1f..1b1be0f35ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b16e371a00a..64aa762f3d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5c2a3c3f0f0..07aac44339a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 27db189bbc2..1a3afda8760 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a39f7394bc5..552325dbf1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 afaa216af7f..b2cc67e317b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a1697d4518d..b52bc087af8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f90bf4eab38..f83e3ee546b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c292d354a56..ac156681a12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6a375a4dace..57295b39d9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7fb683580c3..c02c9a2b554 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d55b1742bbf..cd3c634e781 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dd89eec2681..43ee964c994 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fab78956c2f..8444f0b9b3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f7e2503e07e..df17d879eec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0f20e7989dd..61e78da929d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 946fa11e294..94ba73a1e41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f71551b397e..452fe4b0a7d 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 @@ -5,7 +5,7 @@ // 2014-03-27 Rüdiger Sonderfeld // test the hexadecimal floating point inserters (facet num_put) -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 624b62bbb1b..0a77e1cb470 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 707da7d56d4..3ec7398fe47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d5cbe50c975..5d07158738e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c041e8fb500..27cadc564fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 45ed2dcf2b4..8d08c4d321f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ebc18ce0d65..317b5ea2a9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fbff6e5a2fd..ea988c1a709 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4dd1e928242..d575f469e82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9125ed16f52..6fd323d2d76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e401a2c83be..4fe607a127a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 68166ffabfd..8be64704aae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 46237033d76..486231e3271 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8dc38de51ba..c175b6a379e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d787b02b540..1697d77f1d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 703b226ac19..2e29e996126 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 db1d6c95ae4..244a5eb4ad5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 01dab4e6836..d25911f87cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a480cb687b2..6d1b8bf27ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0dc0c24485b..2ab4c2c4c5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c251af0fd26..7e98bfc6c9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0d88c21abc9..2bd081493a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b7ef22044c5..a232c3f2a20 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6cd1f7f7315..2d6e0e84ed3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e4e6dcf6fa2..2c4d3da6e91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 de79d36a5e4..d9a224145a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0bc5ef504b7..4a2a4df900e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 96182b41b2b..1286677bf21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f328b8c1c68..b9104f069a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7564feaa04d..e069c7e67e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a16aa8a3e9e..853483138b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 08831b8d467..85c5b16afea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c9f120b5966..b2fcad38ffe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1a56dd4eb4e..0cafad67a86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9e76569855c..b25d0f0b7ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9bc474cc909..84b1cacc51a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1025544c836..ebc69907115 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 233d6844855..88ba7dfc8fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a38d720b716..397e4a81d3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1dc0d388921..e12f476f39e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 99c96d4b15d..0b37698caac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 871474332a0..06305c4381e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 760ae549232..e0d19dd39aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ae745ccdd61..734fb722270 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e9185f76149..4d1706334b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 09a837194b7..20bd938d7c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4887a011ad3..f12180034b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 35f7c163ecb..c4871442649 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9bd52560212..95b1c550326 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d4ab6aad5ce..afcb7d7a779 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9f9e25d0370..85c1aeda62b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 347ac86c9fa..cd869ec5a4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e3e2262847c..b4942fd806d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a4950e1f96d..7563da8f77b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c50a9f4ae11..bc13a31367b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dd45518a0b2..471a607eef6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 515c6beb04c..2f2408eda00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9857adb0686..5768de42b4c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9a505ca34a9..5fbe821a389 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6f72d18361b..52dc9585664 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0231853819e..b9f3a835c4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 79e0a88fa11..5f887ca9df8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 65f41cce8b1..e16b318d2e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 82a6dc59f3b..1e16ff8d996 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9e6834e96e8..162de229a4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 417e32ef822..352668c719d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0a304c20586..28038c1a5f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5b99775298d..dad1f585550 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7b43c7b8e4c..6ac06ead832 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ce4ba6fe8a2..7aea561bf31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 25dfa307e8b..bd24d37f12f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 16ba764d8b9..b5ec6d105c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 01899e7d102..91649c7be27 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ef49fbf29dc..bd6bf0b578a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6d56accc273..0377ae650c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e2553556b97..03ca353444d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b1d206e0ac9..94a977871a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 49d0a06a28c..dabc1632e8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 649a39f3725..5aa6458972c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3361192f54c..0d0b42faf7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 53aa69a306a..dd441cafe05 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0edf49ec6d5..cd1c40085cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 79d7ba57958..57ac64d8c2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1a1c2874a89..30cc21a1059 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 afc7f7ed19d..cec1a2f9d31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2e939de66d5..6da4aa02c88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f5f2c2f23f0..d4901f53900 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5bb072b6f7d..c1fab79c29d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 105fb561a63..9dc18839cff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ab5ec46b4da..d1f38c56512 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1abe8860c7b..12dae4bdc58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6ea86f6b59..3673c246102 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 13869178216..4e9ad6d9cc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a6a22e92add..f2c240705c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3979ac03689..52626149bda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 03a206e12a5..f8ac1a3d60a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c7622e7663e..64c4b7c3a9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7804211f50a..f263ee2798d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/default.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/default.cc index f2768b02992..f286df05683 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/default.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0eb421724e3..c73bce85200 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 998b55aacb0..9316863608e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a06218ef3f5..1efe6857aa8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a798ddc1677..1c1ccef4f04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f6b9d152180..755cbf20344 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9b4a5cb713c..b88a9253963 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0dd70d8454f..88a096cf3ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d120f4dd9de..d5d46aba9b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3e1ffbde3fc..1be6a54b200 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cb753c3aa0a..6df816652d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8b96eed7d71..72a33a44952 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0dd787c039c..01516411f4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 23aaaf15e37..5c4080c1958 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 63b7000d2a7..91526e55ddc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1d397de578e..df7b6557b38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 49e309c1c6b..1a2ab0f6893 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c98181fc884..8722b958503 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 385a8b724df..b5537423ec3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1f98c9a9bf2..03566f5ead4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 47efb704539..b25f878f46c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 02b40f2e0b9..48c3cc94006 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a933921a85a..66c864beef1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a889be973fe..d3d05e0224b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f572bd83e09..9e027533eb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ad633c3f631..14644fb0417 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 386336f176c..ee80472d9b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a5cc24967bc..14742f9cec7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8458f094f4e..7c2d9d5df7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5922b321edd..0e04731c237 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a5a0370ea1c..ad55f7564ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 18a25e0d1c2..96c485b3662 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 94851ac2c9c..c2b17cd2040 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2ad64aed9be..e5e8fafb56e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4542e1497bc..ab342fb65e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eaf04dd1651..9f0dc5dbb4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/char16_t/80624.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char16_t/80624.cc index d55c5b419bb..16ea0aba31d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char16_t/80624.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char16_t/80624.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ff20e797caf..7027e31bb56 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6b22eff5152..2e158b50498 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c6ee248c01e..a4021f67c4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 76dd37f8182..9fcf9a69c45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a18002b8a42..758344c939e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f7a6538826f..aa909079504 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/char16_t/80624.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/char16_t/80624.cc index 0c5bf715f1f..602ee8ece79 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/char16_t/80624.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/char16_t/80624.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8eb9dbbe0a2..f6cffecc483 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3b6fd710e06..1f65a742458 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 14fb4ae3404..fafe4c54b3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7138a5cfc89..12f4811ea29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 2ace6bcb642..61fac70d102 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e5cc1bccf7f..cb9097af1e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0c1bbf2805b..dfc596da07e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d4c92e69536..45f610c4c78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/81381.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/81381.cc index 8e10fb789fe..72c4ba7bab8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/81381.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/81381.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d90ca4adf33..7f557de9133 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/default.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/default.cc index 44a8c4f8da6..125051b579a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/default.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4fea9294eaa..eab4f13bbf3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/default.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc index e51154e54b6..b64f3d61379 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 75667e06e6f..299d390e618 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7251d75509c..ab53174501d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a5a9566e398..bcaa7f9de3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4b07e932b7c..7166a1e3f33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a0e1b33ecdf..6f2c34df03a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b13234206d0..a1f575083b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 80f5f2597f2..732486a3292 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4dca70da80a..e124585f693 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0589362f958..71288a9ee3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3602c1329c6..e5a6aa5eaac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 08b10d15110..c2b79c59bac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c99bde05833..eb3eabadb9e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5ee56396469..180fdfd46e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c065f9a6906..921cc975951 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 66a0b61b3e4..d3fa7b935a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e8603f741af..8a993e7995b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9d0d37fe8b3..fcd3d58d4c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 268af406735..0ed2f735a64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0de81d73f3c..34e9675606b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ed9db1be7ff..6fc75ee2ade 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7db13b1edb4..3eb138cc4f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f53ac3f92a3..9c15f494422 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8912a7d696f..33b69db08a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d3110fa5e13..fd58e5f4de4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b27c2994085..0773fc98dc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b1ddc12875e..edf084964d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 286f69056db..6198548a03d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 98422813ba6..594142dfbdf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4f181f30e4d..fb5e0d336ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e4d7449cd48..8a685679df1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1f2560c6b0a..d9afbba1bf2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ce86333e3bf..023bad97d1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 765e2282dd0..46218c5ea84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 52bfa4e6902..e1ffa8513f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 704a3ad912a..f74620f505b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b117c19d6a2..80d13691e5f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 69d1fff0bf7..e58181e2e70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 1c412f2aeab..37647301da2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 dc1e16f8f1e..af3f4097ab0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 9239417dadc..5cd945ef0d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fad02fe6cf7..1a2fc1e4590 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 12d7fec0b71..2342a822017 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3d22e0b9f93..a1bcf6dc525 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b431feed96a..02ef6dcfc21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0990c0ccec9..0e5136fab61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 48248d9e7be..e23663d4a29 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 303bc855c8b..9815266dcca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f46aff62e96..ea6a448fe00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 4dcc085e378..2be97e96711 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 097527b00b7..e30a20d9a9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bfc97ea7e4a..f242c3e9dfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ad79bfc9696..4c0986be7ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 bba3bdd8827..88bb8ba187c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6c33c9a0585..5be57239e25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 98fcb2d323b..c79bf818d21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5d05fa13206..ffc898d7801 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b5e13a371ef..afded9cbe6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 abc7f56e181..a7c96a407a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5718e4ff062..a908025dc2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 712f2838210..6ded2309e02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 57d45613aed..986f8eff57a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 59ef9d1c67d..b99573ee517 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a9fcf62e1d8..c56649c8007 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 31737684143..b5419123677 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 90820394574..115e9c17a53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3ad7ebd4392..4496102d1e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 af94e2a63ec..d84193f5438 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f596c1f8b73..4e92af2fde3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 756ee906d2f..e7f930d9db7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ca3aecdccd8..c60f4de122e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 59456b44e15..fdf8baef648 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 fae5e7854d7..eec47a20b73 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3e0cc48ec6e..4ee0190afc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6f9f21895d0..98463fa5ed1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 0724fae173b..17f91fbb83c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 101545fccde..5cce8db235a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 e44e50995cf..21d243a1490 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 7b07ea8d77d..1d5fd445470 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 b8deb11857b..87c1aadd9d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 c142a7773f3..a085dc2d055 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 6af16412361..1e59e0efe10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 278f2bb529e..46bcc87e52f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 eef88c07ca2..b42bacf518a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ddabe124dac..45a73933251 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 44735adf6ad..58f8da9f6dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8888ab5d24d..f7cc9e822a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 07e23704f9f..22dbb98f43e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 d5f89991dca..0a4d497f814 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/81338.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/assign/81338.cc index 2d8d4fff373..a78aa4ca2d0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/assign/81338.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/assign/81338.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 a9aef19424e..83a96a15b15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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/default.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/default.cc index 0195be15dfb..cb8dff6be44 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/default.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 42e129052c9..3c5a216dc16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 8261e85e78b..ce399a16417 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5e50f21802b..70830e1b47d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ffe6e3f686b..e38608d29fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 32bae10afce..9efbe830e9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 05d05a91548..89975a543f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 59ee1d9f3ef..9621c4af1be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 ea9fc41f142..3707748084c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 f12599b92a8..f8fa27014d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 13b08f19b15..f8b345905e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 cbd30b79c4e..9ba6b162aad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 5847d24b45f..cf41ad35f58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 640cd7221aa..e8f02902cd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. 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 3046e0bebf8..327a0574217 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/86597.cc b/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/86597.cc index 6ca635e16e3..10202f5be3e 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/86597.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/86597.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/lwg3171.cc b/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/lwg3171.cc index d9adffbac4d..95158c63ca8 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/lwg3171.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/directory_entry/lwg3171.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/file_status/1.cc b/libstdc++-v3/testsuite/27_io/filesystem/file_status/1.cc index a942b56ec1c..030a1d273f3 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/file_status/1.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/file_status/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc b/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc index ddaaf44d1a5..cd40397c346 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc b/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc index f085f9d6794..529e1e406e2 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/iterators/directory_iterator.cc b/libstdc++-v3/testsuite/27_io/filesystem/iterators/directory_iterator.cc index b2445f72b5c..71ecd21ab40 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/iterators/directory_iterator.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/iterators/directory_iterator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/iterators/pop.cc b/libstdc++-v3/testsuite/27_io/filesystem/iterators/pop.cc index 87a0099e93c..fab7ac0f896 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/iterators/pop.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/iterators/pop.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc b/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc index 8a5b8c3a0e2..ca4899d058c 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/absolute.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/absolute.cc index 596ddd33f9d..496f3f8d4fb 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/absolute.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/absolute.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/canonical.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/canonical.cc index 6fed419dcc9..9f511c51a9d 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/canonical.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/canonical.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/copy.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/copy.cc index f9962ad350b..2fba1fba2d1 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/copy.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/copy.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/copy_file.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/copy_file.cc index 495e8d6ad04..85e97c634d3 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/copy_file.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/copy_file.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc index a85a15eaea8..007c5cd55fc 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directory.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directory.cc index 0cff8a58748..e196c57e799 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directory.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directory.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink.cc index 89428c9d176..55a103f8936 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/current_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/current_path.cc index d54723b2ca5..b5a6c638476 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/current_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/current_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/equivalent.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/equivalent.cc index 60d9f935219..f371cdb0afe 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/equivalent.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/equivalent.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/exists.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/exists.cc index f8a4a280537..330ec542ce8 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/exists.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/exists.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/file_size.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/file_size.cc index 07313fbe70b..bb11653cae2 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/file_size.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/file_size.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/is_empty.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/is_empty.cc index ef0e01de4a2..e4e4c3e3bc7 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/is_empty.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/is_empty.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/last_write_time.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/last_write_time.cc index ff19afc12a0..49822e166b1 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/last_write_time.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/last_write_time.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/permissions.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/permissions.cc index 2c0c6244d21..669b04903f1 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/permissions.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/permissions.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/proximate.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/proximate.cc index 980161c9ead..09358250628 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/proximate.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/proximate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/read_symlink.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/read_symlink.cc index 811617b002d..f04932fcc0f 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/read_symlink.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/read_symlink.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/relative.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/relative.cc index f532f7575dc..c7521d13262 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/relative.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/relative.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/remove.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/remove.cc index ef9f06d7300..066bd2bad0e 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/remove.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/remove.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc index 633cde57243..255a6b1b9ff 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/space.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/space.cc index 79e3c7d9b73..4070e7bdb92 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/space.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/space.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/status.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/status.cc index 3d60b811b92..8a526db7cab 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/status.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/status.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/symlink_status.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/symlink_status.cc index 318a0866e56..66125743001 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/symlink_status.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/symlink_status.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/temp_directory_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/temp_directory_path.cc index f9197ac70da..8f03b9dc324 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/temp_directory_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/temp_directory_path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/weakly_canonical.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/weakly_canonical.cc index ea381d82c0f..ef6a8b563ea 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/operations/weakly_canonical.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/weakly_canonical.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/append/path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/append/path.cc index 2295e1b0e2f..3375b065181 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/append/path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/append/path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/append/source.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/append/source.cc index 578d1350178..a73766ce307 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/append/source.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/append/source.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/assign/assign.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/assign/assign.cc index 5dd2dedf8aa..b93543c41df 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/assign/assign.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/assign/assign.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/assign/copy.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/assign/copy.cc index e8391f46e2d..e182d1ae21a 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/assign/copy.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/assign/copy.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/compare.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/compare.cc index 90caeb783ad..b24527312e0 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/compare.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/compare.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/lwg2936.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/lwg2936.cc index a62f01c3fb6..e45f9366c8e 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/lwg2936.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/lwg2936.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/path.cc index 159a96c6597..b46ff703bcb 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/strings.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/strings.cc index a3fcb800dbf..f12b68fb019 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/compare/strings.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/compare/strings.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/concat/path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/concat/path.cc index 234518635ee..b653219a7f7 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/concat/path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/concat/path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/concat/strings.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/concat/strings.cc index 316f7c3d7bd..21e2ecdfcaf 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/concat/strings.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/concat/strings.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc index 0137e4466d0..5bf8298a818 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/copy.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/copy.cc index 49230c2931e..5bab635eb1a 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/copy.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/copy.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/default.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/default.cc index 0986a1acbe3..2280e7de64a 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/default.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/default.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/format.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/format.cc index bd36e2842b6..b97305b2aa6 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/format.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/format.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/locale.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/locale.cc index dd696dea57a..12b437c37b0 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/locale.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/locale.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/range.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/range.cc index 371c7dc9ff2..6b447980129 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/range.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/range.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/string_view.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/string_view.cc index a6130d389bf..42340e6eb75 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/string_view.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/string_view.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/extension.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/extension.cc index 9084318aac0..d3f8d7e3c54 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/extension.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/extension.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/filename.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/filename.cc index 7b4549617dd..51c4773a8db 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/filename.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/parent_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/parent_path.cc index 39d2815d18f..33f645fd649 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/parent_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/parent_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/relative_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/relative_path.cc index 15e72ba70cc..58a5c915e52 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/relative_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/relative_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_directory.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_directory.cc index 40af1551eeb..f799faede21 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_directory.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_directory.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_name.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_name.cc index 9ee8b856e61..ce0d1335ca9 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_name.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_name.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc index 0b7b0760a73..917f1a3842c 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/stem.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/stem.cc index 29eab0ad56c..705fff89b8b 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/stem.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/stem.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal.cc index 3b8311f81ad..320590ccb15 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/generation/proximate.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/generation/proximate.cc index 699b536b877..01b548bf5ef 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/generation/proximate.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/generation/proximate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc index c366261951d..0bf8d34dbe0 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/generic/generic_string.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/generic/generic_string.cc index 16335443c76..60e53fec2aa 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/generic/generic_string.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/generic/generic_string.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc index b1fb13a0dcf..d912f6a8eca 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc index 15736b22fd5..70eba60b34e 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/itr/traversal.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/itr/traversal.cc index d77e613ee53..16147ca8c28 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/itr/traversal.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/itr/traversal.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/clear.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/clear.cc index fb4dd26d372..65c2c4c049b 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/clear.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/clear.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/make_preferred.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/make_preferred.cc index ae84d756d46..2c514b4caff 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/make_preferred.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/make_preferred.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/remove_filename.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/remove_filename.cc index d6a26e3e886..53423155a75 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/remove_filename.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/remove_filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_extension.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_extension.cc index 2c900571508..b0f6ff70eab 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_extension.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_extension.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_filename.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_filename.cc index 141089956f4..52e438096b8 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_filename.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/swap.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/swap.cc index 5df499afaf0..34ae9262a8b 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/swap.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/swap.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/native/string.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/native/string.cc index 6ae49bb6060..853eb70d0d2 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/native/string.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/native/string.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/append.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/append.cc index 2fbb9c246db..8c16f60bdad 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/append.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/append.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/hash_value.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/hash_value.cc index 1adac9b8269..f8614d85656 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/hash_value.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/hash_value.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty.cc index 1b0118f79d2..f176ef61848 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty_neg.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty_neg.cc index 4af03df7196..8e04c957f64 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty_neg.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/empty_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_extension.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_extension.cc index fd93f9337a0..a18fee6808f 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_extension.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_extension.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_filename.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_filename.cc index 1eba6913474..d58cc2760fd 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_filename.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_parent_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_parent_path.cc index 6908046989c..2d0b52ac315 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_parent_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_parent_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_relative_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_relative_path.cc index 0381be10222..3af632badf1 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_relative_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_relative_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_directory.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_directory.cc index f509f4d52fd..4df0054f518 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_directory.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_directory.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_name.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_name.cc index 0fa834ad6df..bda2c1c938a 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_name.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_name.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_path.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_path.cc index edb63b03fa6..f5daabc9d2a 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_path.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_stem.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_stem.cc index 9686e2ab83b..e3366763e9b 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_stem.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/has_stem.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_absolute.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_absolute.cc index 16fb1910feb..a48d3206eeb 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_absolute.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_absolute.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_relative.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_relative.cc index d8c09414965..3f7317286e1 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_relative.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/query/is_relative.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2a06b35f2cd..7840edc6300 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a4104da7c47..7a26f39bb6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb9f01b56af..0586abcce00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 86377be2728..80ef448e0b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dde265d7679..261825586a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7c9f3108dfe..4f9b6a18959 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 84a3706835f..7eabfce2b9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f003c7ace6c..4ec8e074021 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 117d0422055..fde954b179f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6485dccc067..4a50bf5b462 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ba5e61c790f..efce09eac3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aae382379de..8182d41fa6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd75619d66d..ddad2ba9d33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2ad1a97dd42..2f64dd7f5c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b19edab6d70..7b4194b9eb5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 276726c8c9d..1ebc7f5e965 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1cf5309ccbd..1ccd1af3154 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8a0e5303b80..440150d450e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9df1fbe008a..74ac669fbbc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b40f6b853b..121779b23f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa603978cf4..cda09f4cbf8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 66e9e9d836f..6ab838ac7ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6af605ffe5..c5faf8855c5 100644 --- a/libstdc++-v3/testsuite/27_io/headers/fstream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/fstream/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1beb67d4c2a..52d2f6607de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cf4c80dbafc..1df13dea1fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 08125c7078b..fdd8588d8a7 100644 --- a/libstdc++-v3/testsuite/27_io/headers/ios/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/ios/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f0425a170e3..33663a788ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 332baeb2f16..4eb3536d46b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ebbceda2911..2b87cee3acb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 576ac560633..b1a9d454b16 100644 --- a/libstdc++-v3/testsuite/27_io/headers/istream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/istream/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8ecd8ce56c4..f94361bb5a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bc82b2e2168..1fd58d7f13e 100644 --- a/libstdc++-v3/testsuite/27_io/headers/ostream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/ostream/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f40775a020..e5cda409e6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3cf781b5766..096097b9ff2 100644 --- a/libstdc++-v3/testsuite/27_io/headers/sstream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/sstream/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d7ed1ec2348..db5b41abe52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 83481c68cbc..e204e0741e1 100644 --- a/libstdc++-v3/testsuite/27_io/headers/streambuf/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/streambuf/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-namespace "" } -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f00264cb073..f6f65c5fd28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de2cb9e676e..848ab7c1460 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c806d29b366..340afde3beb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 73553bef7a5..b82d82f09c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c38567be68c..b9c9151bcac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e11b8beef6..54f13ebc056 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/dual_abi.cc b/libstdc++-v3/testsuite/27_io/ios_base/failure/dual_abi.cc index 9bd72a1baf9..59b0516eb76 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/failure/dual_abi.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/failure/dual_abi.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72b32d4b7c9..25f081e4ffc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c327a35f37..9ec764474da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5feb8f66ebe..d0d590f4a3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 602b69deebc..86cb4a22b81 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8c71a93a11c..c6862d53a94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c3765d663ee..7e653d9d233 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea6ff8c6e87..670fd317698 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a064e26977..11a36ea1bc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 150d68e7f38..579f9983fde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/68197.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/68197.cc index 1004e8127c2..9f42f702442 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/68197.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/68197.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 abe8cbf8df2..6c5e7f84200 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b9e145f4fe2..1adae52081b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b901b500ca..bea6c5fcbb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e4ad4dcca5..7b471cf7b44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58cd713d5e7..839fd422fba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 558e0342990..49392928bee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 34ff9c907a2..347ba0a2b10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f7b688728f2..44af2b1c837 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 5f057d8ea2a..155e4b0fe12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 5326b234f5e..7af0891626b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a21a69441a4..38deead26fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 932149e64bb..15a21f205fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 3acd8fdec38..4234a5efaf3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8e1d59b427..19bc42845b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 ec2a33b8267..863fa36877a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1af14939783..508295fc086 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b867251651..e6bb00ffcf4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2c0c5cad0eb..11f2716699f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5a57b1682c7..dd8bd8b9207 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1997-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c56e2b5051..cb4f5aff7d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 993d6513147..f4dacae1ede 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 67c85a09dfc..3dd18e0956c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a3863f8f8f4..919fe742b06 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 36406c7439b..709cc7540bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cfb466441c7..8d3d12eb097 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 beb5c9c7d3c..926c4d7e235 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b6761b83c0c..c8cd90edfb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 93bbdcbe60f..89261f096fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bca443704dc..5a786c22294 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4cef6e21e70..fd5853fea31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0eb08cf29e1..8088f9e3edc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f9009bae419..8b5a06f320b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d289277e0b4..8a3682181fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6240064482..87852b324fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6e20325375..bbaa090c9e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b8dc606542b..1dd1aa8012c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92e9e97bf87..f2da6aff511 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a0611df8401..ae01f7f85dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b87ce0b9a0e..fb8858cc5e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e951e34d99e..06577b98622 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d1da6b731e..4049793ceb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_sv.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/quoted_sv.cc index 512bdf25533..113a37e3ead 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/char/quoted_sv.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/quoted_sv.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a42f25cd6a7..c1afe1bcf7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0dfc807a48e..bab98dc00da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d9a6079d9d9..4e286aab134 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d8b05037aae..87f61c25669 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_sv.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/quoted_sv.cc index 59de59c1eaf..ada78e74ca2 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/quoted_sv.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/quoted_sv.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d83059951ab..b277aec04dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 94c11c552ac..c1771920b2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d466fb9376..9be4d481155 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 239ff2b9c46..3a168fe590d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ecc1d0d5373..387b53a40e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e205646d437..209dc1ee7f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c0c90c15241..35a761a43d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b55d397e54..92a0d4b6fb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 63681cf9969..36ddd04fc3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3bcab103dcf..cc8a0847c41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1549cecceef..f69df5e8d7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0331b9787d2..08b2748f3d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b3136616ee..137f78ed11e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 184b5cf756d..7a7ace865f7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e54e25a974e..f8e465d5f3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 407e5e07af3..7a2e37e04a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b7afdd02f69..419aac4f1a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 223cdd52842..cae89187198 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f9d9945812..ffeabd8b81c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc003906bfd..0bef653f6fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7d955da529c..19b781d1ed3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c6b2b1d2d8..c22d8f5adff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4ea6d548231..042620238bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a71163ad579..b439b199dda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0f37d681215..2fa3632d7fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 acc25194d5f..aca58b50ac2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aef7cfb469c..98918d10b30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4f342436ef..4eabe09b3e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 62f7d1c6f72..d065d3301e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5c3a380f3ae..5e4c0b1f178 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 199622d0f3c..f9a2dbc97f3 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc @@ -3,7 +3,7 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c57278417c..6bbb855ae45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8edcc938aa3..780c5a9a593 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 30622b0b301..f162b9020e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 616490d83d2..decaf1034a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bcad0cefc67..2d1a04a65b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0861815f456..7be89addd19 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 760b87f99e3..ab967b86fc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 008e0d71848..41e77173996 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61ba496c6ca..21212249623 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5ad02bc33a9..256ffb19df0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f8ff6a2e960..195135c0cf4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d59528e559a..4c02cfc40c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4defa0b6aa..d406fc3f4f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5c322d199a9..21134fefbda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bfc7c8ed124..23990253c4a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 88cc31777c0..85454b90906 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b4717fcd25..6346e8391b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8fba88d7569..5ad43662ba9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b10522a0a04..59d66d084b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca8f4b33314..b76f971cb87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d5580479a4..c182049a6ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 17057507464..9c9c87a7ee9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6989d0fbfff..97d01158cf8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 77d1bbfbf01..fa216d2d162 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f3e1a0db50c..c7daf875b88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 64d43f528f8..8c4d20d3601 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 af009b4af94..23be8040cc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8dde0743ab6..a18e41100ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5c1cf0f041d..cf076a87bf2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de5e7a0aab5..4a9e6efde63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ba77337671..dea4434b3a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f50cac97898..0289542f712 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6c64344da4e..f86cd69da3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 711a7d5c6d5..a0955aa9958 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c8a8e7a8a70..370380ad156 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bfd4ebb5a04..640ff737330 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cfbc6e2ea71..6f9977c37a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dc483b82f37..440fce9685d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/4.cc b/libstdc++-v3/testsuite/27_io/types/4.cc index 89b115258b8..720f0e0eab3 100644 --- a/libstdc++-v3/testsuite/27_io/types/4.cc +++ b/libstdc++-v3/testsuite/27_io/types/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 207fbabb7bf..aeca0aac114 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9549695f404..ca562c9ad85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 87463202292..08dcf53ac26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 629b880bf05..6216b910814 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6d48ce38ad4..7df3e4d383b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1176d6987b5..dbae238cbee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 236ab663fc0..50ca916d252 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 40eed2319db..c5dedac6de2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e2ccf8437bf..1722fc04cf1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 714e568eb01..9f05883301f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 06ebf4b8da8..519e5c139fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 164d0be9926..84936b88849 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2408b9a486c..85c273b3cf5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 411cd470ba8..e34940821bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 155f6707231..cc4043f70f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 39e7c600084..614abcf4ce2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f10a0ac8548..7d9779bf022 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 da1fb9e42ce..63072fb2990 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b45b31cc0a8..a1ef90ae128 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ba8891d1d9e..e8a9d7b0583 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 58701384585..4daa9db66d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d103563fc1a..63fd15edc3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b60b89bc7e6..6de570b4a8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5e3e1ddb78e..4d5a415eb46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eb674022c93..fc12a6160b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b696339d52b..6d0b94c7623 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 67105b8f80b..f9e5406ba80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a01ea5c3385..eecf69289a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ff4f69f97d9..e3f9de9bf64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 988d979568f..29c78266378 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 38b6c14a7b3..f5a65849468 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d1f4682eab1..6bd31357782 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97c994dc2ce..aa9e3a05ae3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7ee5e328f29..e9eb2a1f00a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3cea14d93e0..3d61737d33a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/pr83601.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/pr83601.cc index c4bb5d08a41..7202010ce0c 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/pr83601.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/pr83601.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ca52e07759f..21e98942824 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/pr83601.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/pr83601.cc index a318e900921..a9f3bbe643c 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/pr83601.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/pr83601.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3033e790a67..6daa0f5f302 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 03cec1f2fa1..7fa79a9cc8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 78c8f99689d..b5f3a93cdb7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e4986ffff71..c7c693d65b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 37f132e6193..69b984d1487 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1b788e629f2..3141eddc93b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 36c03890876..3e17a7e73f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6775345a5d9..5eddc4e4798 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/85098.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/85098.cc index 173b1901a7c..fa8c75f394c 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/85098.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/85098.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8b9610a812f..5959dee348f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0e1a9c0decb..a3c79929f8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2602ffd00a5..1d30f80af88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3b0ed358949..27553d54ec7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e32b1a3c9d3..c3c503c8b8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1895a3facc7..1456ca7a712 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3118fd968f6..09d5fa61d37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 408ab4bf527..2dbdc3b21ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c8bf78c5cd9..061a6370f86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 88a8e5ff2da..88ae9d5b048 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1c21ff1997a..0322976e34d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4a44fb45ae9..f0c4dd32512 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2680a3748a9..e7d661438c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dbcda6a5a82..d0e01c3c735 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/83598.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/83598.cc index 07060e2573e..eb416ff2008 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/83598.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/83598.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9c20cdc3133..d13ffda7211 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c938a3145b4..133912ef143 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/iter.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc index cd92312f9cf..c74178e6f11 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 056d25b9101..425f90085c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9e029d7fd11..ab95181ddec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 46780702424..11c9a2b95e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3f0892826b1..342a6026c7e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 84eda09b4e8..f15dae567ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 154bf9dbfa5..0df3a00488e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fd9dbb3895e..5ede9aba32d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cf9876a6cde..f5740aeb7c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 638a0047208..ec32153cf8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 72afd1bd9be..ca1922c4ddb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 17551051d24..0debe04a07a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9c927ec9e3b..6a8f24b4905 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/deduction.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/deduction.cc index d83a9c93e21..499638c4d2f 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/deduction.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97f36efda7d..604cc88eae4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 df81507e5e5..85a974e452e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7dd920442e0..ee089f360c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3d55245dc45..05286da4a7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eb13966b2ee..40de7416738 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2c0943c6d53..07bbb830f43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 70873491ff0..b7eff6a5054 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2aecf1dbb06..536320cbb03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6dfa4c6514f..62bc3eb5829 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cfd83a6f31f..52d81f6b194 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a0981c369d5..f7f699b3247 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f8283add983..0bf3ccdcf80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 96ede39439b..ebf87878beb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4a463172005..9739b885e6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8832e072a54..166fed7671c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/parallel_mode.cc b/libstdc++-v3/testsuite/28_regex/headers/regex/parallel_mode.cc index d32df55c966..7810c74e09f 100644 --- a/libstdc++-v3/testsuite/28_regex/headers/regex/parallel_mode.cc +++ b/libstdc++-v3/testsuite/28_regex/headers/regex/parallel_mode.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 85899aab0dd..d753b4a1f70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 21c06ac5f44..e8a0efc3b63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 34faa77f2e3..f45b7fa906b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4406043b90f..2b258e34a2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e571bbe48f5..1e9d19408da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a3782bb8728..7061305200f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a7ebd944611..eabdb43cf31 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f786ba00896..801c0450cac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b2e7326c3d7..1ff1768d620 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4bd1c760072..7843da7db95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 19126e1a99f..34d9680927e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ac27f6d29ac..a8dcf440f6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 52138e6a801..6b5826375f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1854a2c852a..f30f5ccacd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6916b838199..80c8166f85c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2a93e443bbc..254130704f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c76e5e44c37..f1ae9871db3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d032f7999d4..318f05d2d47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3fe7864f6d5..da636945f3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1023ad44d3e..7814cba71ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f533f0ed402..c0715f7163b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dd3f5ff12e8..3645ab149ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2583b9f246e..986b4b26b87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/pmr_typedefs.cc b/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc index d97fcfeb75e..7823a957424 100644 --- a/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc +++ b/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 42ff65f8bd9..1691c021afe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 523d749bee9..5fd1b52a1e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3dff3f8aa40..37d035ed93e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f53bafc01fe..7bd1717fe44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0132075e560..c59ef7ef257 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 efc9c64fcee..fc90a5f361b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b7a556bd81a..68ad7fa3783 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/simple_c++11.cc b/libstdc++-v3/testsuite/28_regex/simple_c++11.cc index 20812227d4e..ba0c3cdcc47 100644 --- a/libstdc++-v3/testsuite/28_regex/simple_c++11.cc +++ b/libstdc++-v3/testsuite/28_regex/simple_c++11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3004ad16e84..988a441126e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2a3d561c288..95004ff1591 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/compare.cc b/libstdc++-v3/testsuite/28_regex/sub_match/compare.cc index e6093afcfe8..107f16f33b7 100644 --- a/libstdc++-v3/testsuite/28_regex/sub_match/compare.cc +++ b/libstdc++-v3/testsuite/28_regex/sub_match/compare.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c587fc0f31d..9065de10480 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0b5c724f066..88ef3e65735 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c6f837589bb..8a6a0be4255 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3fa8c7e2647..e579b40cabb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 08d762eeeb2..55b176c7f46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7703a1308a8..1bd64d02481 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7bf349c924c..54c707312b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e2fa5e0b904..d63dc01ee4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 21eb1cc0cc6..9f279d73954 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8f0fb1a54c8..9e43fed0a6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1821acfd442..033c4d6f9d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 34189a6487b..89c730bc690 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4f62cea528c..516606d5af7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bd6760f0d7f..d23e4c65c11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 206835237c8..933f9a45e5a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 38296bf14b5..81e4635a1e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 13f4bd6356b..9e0b373edb6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ad764dc019b..110c12da9c4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 69f3c8d6c99..a44bbeb263c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 057aa60d1c2..872f5660744 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 50a22ee3d15..f5a4e7e40a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 31d345bf5cd..47636420461 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a96be4c5fc9..d23b5d8d2f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 75b82b033e1..56bb3e72c72 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8a45b61f03c..3cd0f85f34b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 06b119faa68..36660688f7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ba091c401a0..ab0e7d31b39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cf2dfb2d28c..58d554cefc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ead324ef59c..1c484c77cb7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7024b6d5061..bc9f915b692 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c3f49b0cb17..6cce8634d6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c02a7a6edbc..fff96c9dcee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/69301.cc b/libstdc++-v3/testsuite/29_atomics/atomic/69301.cc index 6b404603758..4f40f9f005d 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/69301.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/69301.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/69769.cc b/libstdc++-v3/testsuite/29_atomics/atomic/69769.cc index 38fc49d0f25..23173f3d281 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/69769.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/69769.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cee7287187d..6903e4f2f65 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5a6a55e03cc..17c69868d40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 65c5ea0470b..c9057b9c4d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e14abb7f878..0b5058a6332 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 44dd334fb3a..c3831a8b0c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a42f6263548..129a8bedf99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b76894e7a12..843110e735c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e9af4d9fbb8..a5fbcc93253 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 29eb1d67b7a..ed5cb61a259 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 76c2fa07856..2d3efba6915 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b5d5787483e..8662681c40e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/nonmembers.cc b/libstdc++-v3/testsuite/29_atomics/atomic/nonmembers.cc index 886ad7be863..7af4e962f34 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/nonmembers.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/nonmembers.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a039e6f3b0b..b7a00a9ecec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cdbaca228be..e5010ca48c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 08be38b2d91..08cd556f2da 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 61eedfe2207..aac10e66d95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f4668b3e259..b761cb8f720 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_only || c++14_only } } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d3bd18486d4..6511e8d9972 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bf73aad1767..df8cd11f594 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d914d654c27..b538ae20a99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/typedefs.cc b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/typedefs.cc index 96d263e8fbf..be6dc53525f 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 07bcc7b04d9..e3b45beacd7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b7bb48f86bd..950be6809ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3f28c709772..dd02c45e70c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ce1a5d37f33..d613cc6ecae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f872201d07a..e749ba3d953 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a663c8fea35..77b7739dfba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 53e43d30804..7436b08627a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3e6256976cb..2912f3bc884 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 807fddd49c3..be636e533cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 052b6910604..e05b7a5fd6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dde15da9e6b..389a4d339a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d214c9b72e5..9557dc26062 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 89ce36fb9ae..c42355b91ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 290f4a1955f..a32442feede 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6e0787dabdb..320e1c99efc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4904e67ba06..10532120b7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 68e1e0ecf19..c0de356dd9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 23344319c87..81a1cea26b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d835dec710e..59734a6286d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7f59cfc2c86..80e4b753a9e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a43aa1f9008..8796f0d0ff9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a0d9c8394ce..80d21f15243 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/nonmembers.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/nonmembers.cc index 96a234d620a..c419e023d14 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/nonmembers.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/nonmembers.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b66e53a7b42..1e07b5f8ad4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 327b7e23f7d..646f823b01e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 8ceb4d9ced8..037f99a69f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 921f14d7009..17ff1c29965 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 00a88b3d25c..675f9fe4cd6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 1a3ff297b9d..f5452949617 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 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 e1b0030f2fa..e4141dbf876 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e5dfe480f8f..141f177288c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 164274ccc07..1d5b1c0d64a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f6ad8582fba..0814103f22b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/typedefs.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/typedefs.cc index 2cd20844701..de96eec6d7c 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7fc200a1c4a..ed973474278 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 443d9da2438..144c8582a41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1cf211b71c2..2baefd82649 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 58c19d69968..c53bb24fa49 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,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 962e8728c7d..25c14844562 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6b7fd546e3..bd0c0133918 100644 --- a/libstdc++-v3/testsuite/30_threads/async/42819.cc +++ b/libstdc++-v3/testsuite/30_threads/async/42819.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a5eae0b9161..b9649acb5c2 100644 --- a/libstdc++-v3/testsuite/30_threads/async/49668.cc +++ b/libstdc++-v3/testsuite/30_threads/async/49668.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ade67ead157..4a2d8fca698 100644 --- a/libstdc++-v3/testsuite/30_threads/async/54297.cc +++ b/libstdc++-v3/testsuite/30_threads/async/54297.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-sleep "" } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/84532.cc b/libstdc++-v3/testsuite/30_threads/async/84532.cc index 9563bf6fed3..df20ce67575 100644 --- a/libstdc++-v3/testsuite/30_threads/async/84532.cc +++ b/libstdc++-v3/testsuite/30_threads/async/84532.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 400562c6186..ac1157ba257 100644 --- a/libstdc++-v3/testsuite/30_threads/async/any.cc +++ b/libstdc++-v3/testsuite/30_threads/async/any.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4c2cdd1a534..851925b0bd8 100644 --- a/libstdc++-v3/testsuite/30_threads/async/async.cc +++ b/libstdc++-v3/testsuite/30_threads/async/async.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1233a2de370..81b56f97096 100644 --- a/libstdc++-v3/testsuite/30_threads/async/except.cc +++ b/libstdc++-v3/testsuite/30_threads/async/except.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8d725c13bf2..88552aab485 100644 --- a/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc +++ b/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f4754e02df0..9dbaee123c9 100644 --- a/libstdc++-v3/testsuite/30_threads/async/launch.cc +++ b/libstdc++-v3/testsuite/30_threads/async/launch.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a30027105c8..8e6c26e9956 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 10c02ee25be..d67cfd1e8f3 100644 --- a/libstdc++-v3/testsuite/30_threads/async/sync.cc +++ b/libstdc++-v3/testsuite/30_threads/async/sync.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b208a7cd0da..f59aa3560e9 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1e1100d3aa..88c0947c101 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de227b5d33f..bf286b2c298 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0138f8af006..544b564f226 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b851e224dd..7341ee5fb77 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/constexpr.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 49c741888bc..3a397a55edc 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 99578ec65db..9934b395f06 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/once_flag.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/once_flag.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 95d8022d7f2..0cb5948c136 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c7ae7b4b02e..7476bd5f0f7 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e72f70d36ca..e46dcbce7ab 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8314ea16bb..2f4bd56d30d 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8e0d426ead..02808cf9e30 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09a717801e1..0ecb09d80ed 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4b81488b087..168e2780ca2 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5c780917aee..2aebca84b13 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/68519.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/members/68519.cc index a9d57ed9eb8..bdbd35b1348 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/members/68519.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/members/68519.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 137b7a59d77..80d4edb7158 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7021830199b..27dae63561d 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6f0227e50f3..cc5f412a65a 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/typedefs.cc @@ -2,7 +2,7 @@ // { dg-require-gthreads "" } // 2009-01-28 Benjamin Kosnik -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7f0a5e642fe..3efdfe3531f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 339a6be9cbe..780c89ac3a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/cond.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cond.cc index 82a9e6673a7..05843c7fb4c 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/cond.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cond.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f8dcad57f2a..d11a603cdf1 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7fda4c2bd9c..55de22f3522 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ca738f85aa..28a507873b7 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b8218fa32b4..8983f8f3cc3 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a832cb1419..e6fbc44f6f9 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 051a21594f8..5ef5f48018a 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/assign_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89f84a23bf3..fae06bde00e 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc @@ -4,7 +4,7 @@ // { dg-final { scan-assembler-not "_ZNSt6futureIvEC2Ev" } } // { dg-final { scan-assembler-not "_ZNSt6futureIiEC2Ev" } } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3a210921aa..2c3eea3a1a9 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/copy_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 825953772ad..3655ddc9285 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/default.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/default.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4dfb065d7bf..a002f7f79a1 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/move.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6081a951a52..55801c7515e 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/move_assign.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/move_assign.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2a0c74d086a..b88d3938180 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/45133.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/45133.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d4ff0da7ccb..3de961f3a76 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/get.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/get.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9a6f5dfbe10..7767d2927be 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/get2.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/get2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 dfe8bbc78e3..90d667d8011 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/share.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/share.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0768ca1afd6..2e431dfdc5f 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/valid.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/valid.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3327f87ed23..fa46fa321cb 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/wait.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/wait.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd408c3f632..b0d2f029997 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ad57807073..1430ac30f56 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 30ee3780797..577dc937970 100644 --- a/libstdc++-v3/testsuite/30_threads/future/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/future/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a828a9e00bf..860951c349d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9077631e3bb..5c4750fc15b 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 622f42108be..24dc75c567d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d2155e3dc48..e4e86a6239e 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a2f42f61ca2..29653e3f358 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6d5d47047a3..447350dca6b 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 04b8da5eb14..305ce142dad 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 @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++98" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 baec9c66a9e..bfabfe878c3 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 913d563bb52..a6ba6492cd1 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6145804e8c1..957dc054af9 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4d3ce12c4e..428f3bee71b 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 084697e672a..f8aaa4060ff 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4eba392968..f23599ed6b2 100644 --- a/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/30_threads/lock_guard/cons/deduction.cc index 36791e6c66a..7d34310e898 100644 --- a/libstdc++-v3/testsuite/30_threads/lock_guard/cons/deduction.cc +++ b/libstdc++-v3/testsuite/30_threads/lock_guard/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ea6361d7f5b..df8f2c73909 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 @@ -3,7 +3,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0e152ab275f..233c49ad6ea 100644 --- a/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/typedefs.cc @@ -3,7 +3,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 14ed67d1fca..68c526a85c0 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2b30625911d..d6037c6da85 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7b851e224dd..7341ee5fb77 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/cons/constexpr.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 86940141651..329fc878395 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e3fc8702c3f..657fd7baaed 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 be9170143f1..4896b8ac2e9 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4fe7f100eb7..d69c83020f2 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d60823e4e19..a3ddf5d2bf0 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8bcccf208c..cc2aa02d489 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/requirements/standard_layout.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b6f90efebc..fc253c0ee93 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/requirements/typedefs.cc @@ -2,7 +2,7 @@ // { dg-require-gthreads "" } // 2008-03-18 Benjamin Kosnik -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2ea6e620a91..c89d84be5e3 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3870164e2d2..20aa388edb0 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 85bd8551b34..9bf09d8fc8a 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 283b7d4cf87..cff2b3e688f 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7fa202a6453..91faab31d67 100644 --- a/libstdc++-v3/testsuite/30_threads/once_flag/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/once_flag/cons/constexpr.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 448167fa35c..aa7c1dbd563 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e213eef39e5..004ae908c68 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/79486.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/79486.cc index 6c243269711..513c6c89240 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/79486.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/79486.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ed2ad9a18c..9c06a22ee98 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d9d7a2b799..a54ca3e61b8 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a76286299d4..1d2de048f9e 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c05b08da379..708b74a4a7c 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 763bd39f0b7..b806c0b8636 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 239b0c53778..4159d0088d9 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58b673434e4..3ab1d1bd543 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 daeab47e6d9..5f7e414b268 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a1173acd99..ad5db69be01 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 56223ae15a1..f964e8d90c3 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c73bf35ec7b..60f9f3858c3 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 96e59319c6d..a906547fd09 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-effective-target pthread } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0ad1392b5ba..20411d20f9b 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6fd03c44458..5be97f8215e 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9aa9b3a0011..b0fc6752c93 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5587e5f804e..5c000ea1081 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 480afc85e59..c3c724e9f75 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f17aa75f3d1..5c66b2d1111 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 772d62feb3b..19467e234e9 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a33c64f9894..f84d1cbb58c 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 14a5df7174a..cf6ab716197 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cf67b9fb061..a7416c4705b 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d18567fa96a..e1ee541d10d 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6427ade6b67..a227015add0 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 177ca7b64fd..3f0c2f6b6e3 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c6898752bbf..d251f89d5f4 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5449fab1ec7..d26c349c87f 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/60966.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/60966.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b53cd1b3df..45cdeed975b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4161d16c6f..89bf50303f5 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d0419552e43..2ad41bfe012 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d959b7299e3..8b0bf65a99d 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3897082dcdf..d07865c28ab 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/alloc_min.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc_min.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 989be7739db..a8e24d33098 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/assign_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 14b1733e626..0f523cf6d34 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/copy_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bf241c0ec62..c5f2cdbeccb 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/move.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 04ac9599723..05fb6bf85e3 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cf8f5c96951..9a9aa76e042 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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_exit2.cc b/libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit2.cc index a69bcd59844..deb7759c3da 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 bf8b13a2f52..b4a7f3307f1 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f63d777a30f..4e4fa195b62 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b427ad80cc3..2d29727be53 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff935cc79b3..7b71b545071 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9b1b0122b16..ec4c423d690 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5475693afda..546c6afd48c 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c124ed832a..5e46580f5dd 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b69de716825..4cf8113dccc 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/swap.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/swap.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a6325f38766..033096bd662 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0c09d56f1fe..8f028c828d1 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61aa025e3aa..6a24d61ffe7 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 70dbc6dcd95..aa011fdab38 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a77371ea2b4..772da9c7e83 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6e686c997e3..34fcb6d0fc7 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 32abb70f9ec..9d7555fc7eb 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 37d43e24c26..f2e61ddfabe 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f1d48ac76c1..7bd49cd706b 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0da376a2c1e..ac97c10a400 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 75a43d74f41..eb9aac5e684 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/typedefs.cc @@ -3,7 +3,7 @@ // 2008-03-18 Benjamin Kosnik -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5d65e07cbba..d586a1a8a4e 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 75a71224cf6..051c9327f35 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b979d21bdbb..1dd343dacda 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 24b9bfec09b..b38abdd9c42 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 583c61a185f..37baa56971a 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a69c3eb987..08836b36e38 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 89b52327a15..8ef1ba11e1a 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8281b5a6456..69a5d15e580 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2a9a8116bfb..03332f7b32f 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3575c66bfb9..680847b42ea 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92db6e57b6c..3133cac2b38 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-effective-target pthread } // { dg-require-gthreads-timed "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1126ec2107..ba6ffca50b2 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-effective-target pthread } // { dg-require-gthreads-timed "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 14936118021..ed698a56657 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 @@ -3,7 +3,7 @@ // 2008-03-18 Benjamin Kosnik -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2bcbe85992..d6cabef309a 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 667fd58a211..206f29d6c1c 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c80356e0534..1ddca2a6d13 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 251fb703564..e53190b6956 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d08d70dd26a..d2950126d8c 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f2bcbe85992..d6cabef309a 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4ef325ff25..ecf00badef8 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d48eac54da4..01121550c4a 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 809dc8be6f1..f416984e010 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/1.cc b/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/1.cc index 84548c55f57..21f88eab9f5 100644 --- a/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/deduction.cc b/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/deduction.cc index 1a115179c70..f62af42c106 100644 --- a/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/deduction.cc +++ b/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/explicit_instantiation.cc index 708753a3354..5228cf8adf3 100644 --- a/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // { dg-do compile { target c++17 } } // { dg-require-gthreads "" } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/typedefs.cc index b7331401cad..89194cc3419 100644 --- a/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/scoped_lock/requirements/typedefs.cc @@ -2,7 +2,7 @@ // { dg-do compile { target c++17 } } // { dg-require-gthreads "" } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 64b48362123..eb9ae25df83 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/assign.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/assign.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 42a7a73bbe1..f4c2e27730b 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc @@ -4,7 +4,7 @@ // { dg-final { scan-assembler-not "_ZNSt13shared_futureIvEC2Ev" } } // { dg-final { scan-assembler-not "_ZNSt13shared_futureIiEC2Ev" } } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 75a0f4be81d..83346e66b3f 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/copy.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/copy.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 baf1641ad9c..9b1f457bcf5 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/default.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/default.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 91507254af3..d02b9bb14a5 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 376b0b89920..aa4f135470c 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 @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 f7e2eff5df7..006b75bce92 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5c3754eae53..e734cc1fa30 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 35457d53066..ff4f355afd6 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e832251dedd..28473498aaf 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 809bf36f49d..35d95c244df 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c5a7cd58df1..2828b661946 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 13dd16ebf1b..cd5ef66ff4a 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9c9db89d203..4469d522a80 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0975691020a..97f20772e47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c1301be380c..0c1c21a5ede 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8f005ff1b39..d0176f47ce6 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 740ded29d65..4f8404b064f 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5838f7fd0fb..cbcfbd2800c 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b449096c475..976a494a8d7 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-effective-target pthread } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 de8514c49ac..038faef08ac 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-effective-target pthread } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 73f029a108a..292878d8bc0 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fae3f54753c..3f71d9d0c26 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e4d44bab0d6..5bc5ccb2224 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-effective-target pthread } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b06ac236baf..c209011cf39 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-effective-target pthread } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 57839e63685..ea0fda742c4 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eb3b45511bd..82928eb0a46 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++14 } } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa386f19e74..2124bc12e0f 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++14 } } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8930fe34c1f..c934ffa2711 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 72dcab53c9d..9472a9f2b37 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 @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d6dc8e3dafc..3b45f613fac 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 @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c8402118801..caafd752ed1 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 @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 abcbc162853..331332328de 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 @@ -3,7 +3,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 078e50fcffc..579ce5a1e45 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 @@ -3,7 +3,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 735302a2538..2103855f172 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/unlock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/unlock/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fe93c6682a4..d37ee7ad69f 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e18024aa352..b1edb6f325f 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++14 } } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 8fa38b3c4eb..4223a1ecf9c 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++14 } } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4667edf26c6..5cd213d7408 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++14 } } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5072a8828b4..e4c5d4cd1a7 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 607f5b794e6..3fc3a42b50e 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e7a7228855d..fd210335440 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3b02e85835b..993b2dfdfa9 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 68edee1645a..5d36c0e705d 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 02e88d45821..59193d4f5e4 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c7dd27731c8..26ebb1f4415 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c4715f560c7..02c86fb50e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0554ca3a9bc..70562aee72d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa0c69ebf0c..d6659f5a8b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cd8d2fdd6f3..83f2c744d32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 9ffbd72e7be..9c63cf6a792 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/84532.cc b/libstdc++-v3/testsuite/30_threads/thread/84532.cc index 570f96d7861..ea1c8a736f6 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/84532.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/84532.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 969b2858f26..579db18b5d1 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/adl.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/adl.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ad7ae023bc..34d8a455665 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 69631ae10b2..74e17239a1d 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 eac73720c00..611242dac96 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6ae936a830f..b8617368285 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 326f70188db..1e98e1ada4f 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 381ca24913a..9655b3fd41d 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 76e04ce62e2..e66ab8e30cf 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c6392141b39..1b1c7f906d0 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 53579432261..df245ccb977 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/84535.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/84535.cc index ad344375a3f..66c2aded22b 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/84535.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/84535.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 7713719ec32..ac6a8a96f35 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4e2596c7b17..b8de35afcd9 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/assign_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 75ada2d49be..18ad3be29dd 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/copy_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/lwg2097.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/lwg2097.cc index 1c7a394f6da..4a540dcc9b4 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/lwg2097.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/lwg2097.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1b8bc7d5e11..86a7a2ee76c 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/terminate.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/terminate.cc index cd752050635..8fc9fae0da7 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/terminate.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/terminate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fc8d895788e..8722cc34d04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 29c86faf880..b2a3d9c976c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b3dd5eeaf2d..3f8085d0465 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/id/operators.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/id/operators.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0d81c6c979f..2e9d5653638 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92814cb9f86..054ac7266d4 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b1aa3a56d42..f67e410f399 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 c72bcb52bd3..501fe24461d 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4777e626287..ed27351bcab 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 661b31d52a8..3fca6aecc6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ce70e849e55..029c16e59a1 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 668c418539e..d63658879a0 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 90e0cb6da8a..1cf82549afb 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4a3db4da333..9a5f9b06da3 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 47f33a833a5..f503480d0a5 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d21bd61041a..6bad2d9341a 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 3590873358a..031bbe7a74e 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 066783427a4..58217a16ecb 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2e22bbb654a..c27c8fad086 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-effective-target pthread } // { dg-require-gthreads-timed "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6a965e57846..077b26b3cb9 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-effective-target pthread } // { dg-require-gthreads-timed "" } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8f4adcd692..aeebe8b04ce 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,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 cb690fc14bb..45237aa405e 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/typedefs.cc @@ -3,7 +3,7 @@ // 2008-07-23 Chris Fairles -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff13fed3250..463c802df0b 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d36d66c4755..8a170e743ca 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 09a6000d920..2b108d5469f 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 92b31707218..4d23f119562 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 @@ -4,7 +4,7 @@ // { dg-require-effective-target pthread } // { dg-require-cstdint "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fd2731a5be5..77de3041a4f 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ff13fed3250..463c802df0b 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d36d66c4755..8a170e743ca 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1801bef77e8..12ee52fa064 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-effective-target pthread } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 ca7c992e85c..470b29e7ed6 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 6484b23e188..cc96f452f92 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 358a65bcae1..e3091499fa3 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 aa16b02e1ca..d98f59af387 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 5b8336847bf..94eedea137c 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 0385de094c4..fd9c79e5542 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 068e3e7846f..d127bb9460a 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fea6a07b6ed..f1cff087bb1 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 4f5a21d9d8c..fdb43bfd76c 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 b6ce21c2a05..73de72369d3 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 d417d472bc4..6c9584dc8d7 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 199ae91809f..eabc2e5ab6c 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 1538eb7efd7..66329364c34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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/deduction.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/deduction.cc index c20c86ea650..ce13807ed7f 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/deduction.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/deduction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 299996910a3..c9f3940c3c4 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 61c444db997..1fc760aab80 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 58f94ce1dab..ac764ea4d89 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 a03786cfb5c..fe0935f94c7 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-effective-target pthread } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 fa424e84b05..e244179521d 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-effective-target pthread } // { dg-require-gthreads "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 2424ebf17d5..c66e2359779 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 @@ -3,7 +3,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ 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 e8aff4ceaf4..c9093b73646 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/typedefs.cc @@ -3,7 +3,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fe91fa42b96..2821345c8c0 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2001-2019 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 6406ae7bec2..5d1cd2e2b62 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b0413726f4e..7dc4ce8b94f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 446d436065e..851af5ee832 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cc2c9c8f305..1a046ebeec5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 254760fc7e1..3468c54df58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6fbe5b73016..e7f67723c69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2e9a51120e7..13bb2b24b6f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a116ca9c003..0d773d42b22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 049653ed561..20fe49ad0a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7a66d3849cb..57c2dca267b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 951a1ebf395..457699ebf9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f68539f139f..742b83fb3d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f9e2e53ae83..4c8ab5cb0c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 865c33995a7..31b6ed0e8aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 61e28366955..f8e591dcf6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cf8ae0c960f..6eef436d31f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8153adb4feb..802e176e0d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2bab583ccf8..8d11ca236c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9852507c577..97248c4d73c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 068f567addc..f57dd49d7fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 88d1336fa29..56a5e4dbe35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cedf055f08a..00d9f744241 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 07870a7fe63..4ccb123ffdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 07870a7fe63..4ccb123ffdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f1678cf25ae..948b90dd090 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bb1e51bb40f..b7a1defe965 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8b89cffa27e..92c41660529 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 68c2d5aaf69..54066fd92ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f3d8ecd07b3..f46dbd1b8fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c1afa90bcce..60f4c1ed088 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f7e1b47add4..02289f8e001 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e8f3a5812a7..0bb068b9267 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b8dd135da92..072ba6e5b28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8573a930850..b807a13d34e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e0c34100479..e1d8b7c5d02 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1cb592e78fe..a9630f17428 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 00e63ab9320..10fda5d27fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97de2d9a038..0eb3c84a6e3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 67e109bcad7..1db7539edde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9acbec219c3..e8c138f3483 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cc727fc7a4a..53b29e66804 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 23751ad0a53..67e1563f64c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 218607eee06..d444dd49b83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6b9cc93814b..a4c059901d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 433ab3a307d..4e9d38bffaa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f6fd647126..6ba6587277e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 abc6dd01bed..09f4cc2d823 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a4a701bc5ec..198da524608 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dea262e4315..671e4a9dac5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ce416a6e803..7fb9d9e8d2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 812215f9a4e..882c833a1be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5b6eb26aae9..8c981ee3708 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d9b53e413af..a7e3566a575 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e461bffa09a..de1de0f1c6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2acbc39be0d..815eee943b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5c64f624684..427ca39ba94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6afdd4ca144..53a6f6f62d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 73a9ccdf130..8343193f426 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 55eb39b5c8a..78281f48416 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 37c27579529..ebda1cb6615 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 17847daf8c1..93683c06622 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 885f9f993c2..80d39b42b8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0cd19007a95..682298af31b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5e874c04351..426459f90a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c27f9b1e451..981220b607e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d9857d9ba10..a8d8f5a3280 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a25644058a4..c5a22c66a89 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d9d9825cd97..7959363a0bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d08af5633bf..ab4172be06c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 786481fb6ae..6599cf3e6c5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fea0f902d04..086be2138fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 25e7b50ff9b..9d09990270e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c5df436ff2c..27a14e32f59 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 120fa7337b8..2532aa02c58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5975b919cde..1052f7da00a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cbf3a459a7f..5783825c006 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d668c6c089d..bd23e275877 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1c33692d4ed..cd7724ce766 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2e9673d5a96..05387ec0ead 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c26376a4d25..945b62d42d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b09f58b08f2..01ff4bb42b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ddfddb85c2f..e4d9ccfae3d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6ecb5c2899f..6c0a910af15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b2ff187b0ef..60c21fbe5fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 934b8b78f03..b32abe98e65 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cc9274fb0d9..83c2feb1012 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 92cc8e95da4..863ff896ab2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a69542e0c15..16653a55440 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_move.cc b/libstdc++-v3/testsuite/backward/strstream_move.cc index dbe789cbc6f..68f252a5c63 100644 --- a/libstdc++-v3/testsuite/backward/strstream_move.cc +++ b/libstdc++-v3/testsuite/backward/strstream_move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d3f710062e1..f49f734c42c 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This 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 91f95f4dd22..9876661bf82 100644 --- a/libstdc++-v3/testsuite/decimal/binary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/binary-arith.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 422f96462b5..a93623b7788 100644 --- a/libstdc++-v3/testsuite/decimal/cast_neg.cc +++ b/libstdc++-v3/testsuite/decimal/cast_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f25a53225c2..089b8bd37ac 100644 --- a/libstdc++-v3/testsuite/decimal/comparison.cc +++ b/libstdc++-v3/testsuite/decimal/comparison.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 be697074f99..b871d9a045e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4ff0b18a3bb..2ea1ffa5d68 100644 --- a/libstdc++-v3/testsuite/decimal/compound-assignment.cc +++ b/libstdc++-v3/testsuite/decimal/compound-assignment.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 476c7d07530..caf23f52f6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7e413187b67..de2ca5fd236 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 810cb0d52b0..d74045a8fc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c109d35cd2a..8e2141e78c8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a5b39a31e19..633ca779162 100644 --- a/libstdc++-v3/testsuite/decimal/ctor.cc +++ b/libstdc++-v3/testsuite/decimal/ctor.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a2636b44ec4..83858aed5d7 100644 --- a/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc +++ b/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d2967a4d878..55477083a67 100644 --- a/libstdc++-v3/testsuite/decimal/incdec.cc +++ b/libstdc++-v3/testsuite/decimal/incdec.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7699221103a..6990cb00ccf 100644 --- a/libstdc++-v3/testsuite/decimal/make-decimal.cc +++ b/libstdc++-v3/testsuite/decimal/make-decimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 77fbff85283..a431d8b5b6b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dcacc66db0d..e56c0629d64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 03ee5a6e298..dbdebe26ab2 100644 --- a/libstdc++-v3/testsuite/decimal/operator_neg.cc +++ b/libstdc++-v3/testsuite/decimal/operator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9ed586a131a..a31252e6546 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-1.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 54b28c5a0d4..6fe8241e424 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-2.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f23b3d3aa8..0bc09ae6a5b 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-3.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d88f443b30b..17e490e283c 100644 --- a/libstdc++-v3/testsuite/decimal/pr58815.cc +++ b/libstdc++-v3/testsuite/decimal/pr58815.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e017653bd21..4899b3a7166 100644 --- a/libstdc++-v3/testsuite/decimal/unary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/unary-arith.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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-2.cc b/libstdc++-v3/testsuite/experimental/algorithm/sample-2.cc index a7e311e84f9..0784ce3d05d 100644 --- a/libstdc++-v3/testsuite/experimental/algorithm/sample-2.cc +++ b/libstdc++-v3/testsuite/experimental/algorithm/sample-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0b9a3a4bf89..d3683a5b9a3 100644 --- a/libstdc++-v3/testsuite/experimental/algorithm/sample.cc +++ b/libstdc++-v3/testsuite/experimental/algorithm/sample.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4e64bcd53de..ee366148a74 100644 --- a/libstdc++-v3/testsuite/experimental/algorithm/search.cc +++ b/libstdc++-v3/testsuite/experimental/algorithm/search.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/shuffle.cc b/libstdc++-v3/testsuite/experimental/algorithm/shuffle.cc index a074255d19a..7de7a9a0001 100644 --- a/libstdc++-v3/testsuite/experimental/algorithm/shuffle.cc +++ b/libstdc++-v3/testsuite/experimental/algorithm/shuffle.cc @@ -6,7 +6,7 @@ // Derived from: 2010-03-19 Paolo Carlini -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 840bcfe8256..3f33188fd8c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75cebbf23c8..a3eccf039c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1ec9f433a00..1a9a4f6576a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f077e837e02..7a8f818b6a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ac35b276410..0420e6dbbb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fea7b89f55d..ce897310f90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f761be9e6b9..296c36f5f01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2efe14d9354..338c8125350 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0b21c92ac10..1875d345c5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b71234c9c39..145e0be0ed4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7b1e9b5f0aa..92e7a37f96d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 71158a4910b..a0ef19332a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 903b8d943a0..92f5dbde6b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 16168640a64..10cff85dc64 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c3540d09101..775bfbc115c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1303accb617..22867fb8d50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e6ff94ff1dd..75190d7ca7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 adb240034c6..10be649b126 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d2e61aa3715..37787c3a261 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/file_status/1.cc b/libstdc++-v3/testsuite/experimental/filesystem/file_status/1.cc index 66d45c69727..256d3231aea 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/file_status/1.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/file_status/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fe3d981d295..758291afcd6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f881c081eb4..159eae13d45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6a647bb0b04..ad37ba33f8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e493c5be009..ebe8bd344fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3a89b649632..55572d61cef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1daf908438b..d213398dd52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cf4cd4b02a8..86fa05ce4e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e25ccb6c4f1..060c3188004 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2e79400fd85..3a79d6622b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a02131288fb..32a2e3fbc71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 81ed212eb19..9c41da6e11b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cb208bde753..5e6b35de97c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c21a87124d0..36123f2422d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2fdf9bd79d2..b54776aa33f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 17a174f6af6..d3d929db1f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d0be9028b04..1bbc37408c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 71da5ce4e03..a771fd1005c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 544e30cbcaa..b604c966190 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/remove.cc index df96d293987..606bf7c7781 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/remove.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/remove.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ddf150b79dc..33f02d416a8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/space.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/space.cc index 2ccf5014c3a..38066edaae4 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/space.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/space.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2d3c9a0071c..82e7564a925 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1e98049d043..c7c5b2dc812 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e8b330e18d..a11c09d3f26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e32be5a333a..54216c2992e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f80b78fdd1..850334b0d17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 46b2405e485..216804896f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e0a9090cf26..4f57ccf999c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc5f0dfe92e..ec4bf754db6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8f11254b7e2..ea4f67379a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 37ea0ebb798..b2c9acb7cb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/80762.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc index 84ea48b11b1..fa4a64feb3e 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c72d4cdc331..fe0884296b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0b9615658c8..327bc3064e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3ca16edc2d7..67bbe05ceb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0081318fc42..a91db4ec21d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd1fd1ddb5e..fee2cdf2683 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++17 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f9a020f45b4..dd9b1f7f0b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 93ccd7ccb19..e9aad28ec61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b21aba4d509..5ae9a6a24c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6e0c6a9f0e1..bf5c4befcee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc38be6adf1..3b59dec38df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f909b3634b1..03790af53b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 50f618a68f8..7281e1d8cb1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0f67e02a112..f489df58d2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d852bd9b88..2788ebd3082 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0f8d7f52749..4e02364f7d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 42c25b6e0a5..865252dae7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e26bb3b1587..3329753fad2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 acbc0fd3d0c..f672ca255b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7c1f2eaa422..f2da4346607 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d789a56405a..c2cb3ece0cf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6261af7f547..1ff106c2717 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8e40cdb0e1e..d6ee7fe9101 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9206fefd4e3..bfcb9e37e37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/preferred_separator.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc index 5ca948dfaef..bb4f15ea6af 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc8c74bb478..2391ad19161 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cf5e0769abf..b8175769524 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8b4b3252de..304076a0504 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a754e50e887..1ccc8c41642 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e52745954c3..49b35d839cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d1444f7a5a8..a17da00ebc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a3da27add2c..d6ba5f94a0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 81e39a13d5d..476bc98e3b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8522996e0af..a2800b9a752 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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_absolute.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/is_absolute.cc index 0eb3e7dfc66..8d780141c25 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/is_absolute.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/is_absolute.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ce8255e402f..135164485fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c84b902ce47..fd3a257cc86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/87538.cc b/libstdc++-v3/testsuite/experimental/functional/87538.cc index 1ee9ecd55f3..afbccc3d763 100644 --- a/libstdc++-v3/testsuite/experimental/functional/87538.cc +++ b/libstdc++-v3/testsuite/experimental/functional/87538.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d5312d03846..8017a31abbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 610a2c06185..4bec885520f 100644 --- a/libstdc++-v3/testsuite/experimental/functional/searchers.cc +++ b/libstdc++-v3/testsuite/experimental/functional/searchers.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2549e57204b..aeac920a844 100644 --- a/libstdc++-v3/testsuite/experimental/functional/value.cc +++ b/libstdc++-v3/testsuite/experimental/functional/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0b0483fe695..9e8ed93dfe1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8a7c960ccb1..2433abe2365 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 30b4008f593..c11857e34a7 100644 --- a/libstdc++-v3/testsuite/experimental/iterator/requirements.cc +++ b/libstdc++-v3/testsuite/experimental/iterator/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 70a0348c73d..5927079dc2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 035e81dc39c..c636fcbb1b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 789bea0aadf..49f6e29da7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9d98b4c9fc2..3dad6f07bb8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fd31f6b9014..a70d0955ca3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9320ebb86cf..2326d3ebddd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f0207faf2e3..f4c20dd0bc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b5bdb4f1ee2..7995de69e82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ceaf2ae92b2..5ca5671795f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f8fef42f22c..4b9b57d05b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8a30699fbdf..624a8877c35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fd93f616c2e..188e217127e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c37b89b122e..94ec36ae0d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 51ed3c6600e..8f4a92b1173 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 27763b94cd2..24f85fef7db 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 495e63b2ef8..b4ac3557682 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 609914d597c..2862c6e111d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f04898b8485..c99d46fca8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f79e1d70f92..947c5123e41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9aaed4306d7..aa47b63413a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5df8d4c4632..564a5c494b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5d2fadf2ef8..e0ddbd8e32b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 477dd632077..0247c40ed1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 96f87a878f2..be23571e0ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a5ac9f796f5..08df647d77e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 234b5e9f3b0..ea49f682414 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7bb7648279c..0e3f3336511 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d3e4e1b33a..6f98842a12d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c48a3fa387e..d1d51e5f0ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2abe7daac5b..79de489e7af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f85c0e7c59..d05db89cbd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 822b92f45f9..0d2787cf880 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7ea8664246c..696ba565f9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 69869792ab3..f8af1b680e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/70966.cc b/libstdc++-v3/testsuite/experimental/memory_resource/70966.cc index c0173ffa7a9..62f7958a0ab 100644 --- a/libstdc++-v3/testsuite/experimental/memory_resource/70966.cc +++ b/libstdc++-v3/testsuite/experimental/memory_resource/70966.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/new_delete_resource.cc b/libstdc++-v3/testsuite/experimental/memory_resource/new_delete_resource.cc index 3af3861d1a0..5c5a0a4d7e3 100644 --- a/libstdc++-v3/testsuite/experimental/memory_resource/new_delete_resource.cc +++ b/libstdc++-v3/testsuite/experimental/memory_resource/new_delete_resource.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6844ab987d5..0280662987f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 53c176a2870..27ee1078dd4 100644 --- a/libstdc++-v3/testsuite/experimental/memory_resource/resource_adaptor.cc +++ b/libstdc++-v3/testsuite/experimental/memory_resource/resource_adaptor.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-xfail-run-if "PR libstdc++/77691" { { i?86-*-solaris2.* x86_64-*-solaris2.* } && ilp32 } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/buffer/arithmetic.cc b/libstdc++-v3/testsuite/experimental/net/buffer/arithmetic.cc index 861afa83e46..88c46bd3e84 100644 --- a/libstdc++-v3/testsuite/experimental/net/buffer/arithmetic.cc +++ b/libstdc++-v3/testsuite/experimental/net/buffer/arithmetic.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/buffer/const.cc b/libstdc++-v3/testsuite/experimental/net/buffer/const.cc index 3b207f7717a..fbbf8dd08b5 100644 --- a/libstdc++-v3/testsuite/experimental/net/buffer/const.cc +++ b/libstdc++-v3/testsuite/experimental/net/buffer/const.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/buffer/creation.cc b/libstdc++-v3/testsuite/experimental/net/buffer/creation.cc index 59b126352af..a29ab22d86a 100644 --- a/libstdc++-v3/testsuite/experimental/net/buffer/creation.cc +++ b/libstdc++-v3/testsuite/experimental/net/buffer/creation.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/buffer/mutable.cc b/libstdc++-v3/testsuite/experimental/net/buffer/mutable.cc index f35213c0f14..823947a2b3c 100644 --- a/libstdc++-v3/testsuite/experimental/net/buffer/mutable.cc +++ b/libstdc++-v3/testsuite/experimental/net/buffer/mutable.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/buffer/size.cc b/libstdc++-v3/testsuite/experimental/net/buffer/size.cc index 7560a6991a4..7b2a6f657b3 100644 --- a/libstdc++-v3/testsuite/experimental/net/buffer/size.cc +++ b/libstdc++-v3/testsuite/experimental/net/buffer/size.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/buffer/traits.cc b/libstdc++-v3/testsuite/experimental/net/buffer/traits.cc index c01c82ac156..6f4e27c9235 100644 --- a/libstdc++-v3/testsuite/experimental/net/buffer/traits.cc +++ b/libstdc++-v3/testsuite/experimental/net/buffer/traits.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc b/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc index df463b7c229..5b3087059cf 100644 --- a/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc +++ b/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/headers.cc b/libstdc++-v3/testsuite/experimental/net/headers.cc index 014d2f914c2..1705d2da59c 100644 --- a/libstdc++-v3/testsuite/experimental/net/headers.cc +++ b/libstdc++-v3/testsuite/experimental/net/headers.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/comparisons.cc b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/comparisons.cc index 711bf7e9e2d..83a8bab88fa 100644 --- a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/comparisons.cc +++ b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/comparisons.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/cons.cc b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/cons.cc index df9fd61ca6c..15774803c00 100644 --- a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/cons.cc +++ b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/cons.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/creation.cc b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/creation.cc index 770918f4686..5919845c2f7 100644 --- a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/creation.cc +++ b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/creation.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/members.cc b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/members.cc index 4c40e0cf84b..37ca8c81e32 100644 --- a/libstdc++-v3/testsuite/experimental/net/internet/address/v4/members.cc +++ b/libstdc++-v3/testsuite/experimental/net/internet/address/v4/members.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/internet/resolver/base.cc b/libstdc++-v3/testsuite/experimental/net/internet/resolver/base.cc index 9a41703810a..657e2f56b43 100644 --- a/libstdc++-v3/testsuite/experimental/net/internet/resolver/base.cc +++ b/libstdc++-v3/testsuite/experimental/net/internet/resolver/base.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/lookup.cc b/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/lookup.cc index 92d6d159912..d926385f1a8 100644 --- a/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/lookup.cc +++ b/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/lookup.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/reverse.cc b/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/reverse.cc index a71fc71c172..34ebe5eba70 100644 --- a/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/reverse.cc +++ b/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/reverse.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/timer/waitable/cons.cc b/libstdc++-v3/testsuite/experimental/net/timer/waitable/cons.cc index 51e5c2cd611..cd929b3e49b 100644 --- a/libstdc++-v3/testsuite/experimental/net/timer/waitable/cons.cc +++ b/libstdc++-v3/testsuite/experimental/net/timer/waitable/cons.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/timer/waitable/dest.cc b/libstdc++-v3/testsuite/experimental/net/timer/waitable/dest.cc index 173215c9808..dfc359028b1 100644 --- a/libstdc++-v3/testsuite/experimental/net/timer/waitable/dest.cc +++ b/libstdc++-v3/testsuite/experimental/net/timer/waitable/dest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/net/timer/waitable/ops.cc b/libstdc++-v3/testsuite/experimental/net/timer/waitable/ops.cc index bf5f1e4c08e..23c4e346ce3 100644 --- a/libstdc++-v3/testsuite/experimental/net/timer/waitable/ops.cc +++ b/libstdc++-v3/testsuite/experimental/net/timer/waitable/ops.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7b59875b66a..a40eff7a5ea 100644 --- a/libstdc++-v3/testsuite/experimental/numeric/77801.cc +++ b/libstdc++-v3/testsuite/experimental/numeric/77801.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 68b6d2c82be..dde603d85ac 100644 --- a/libstdc++-v3/testsuite/experimental/numeric/gcd.cc +++ b/libstdc++-v3/testsuite/experimental/numeric/gcd.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b39504f1cf5..38db67ecc0c 100644 --- a/libstdc++-v3/testsuite/experimental/numeric/lcm.cc +++ b/libstdc++-v3/testsuite/experimental/numeric/lcm.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d38c868f13c..339ba8e2def 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e196c7b282f..de590efd482 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 42a8d054394..9f51087f4fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7049a9eaa8d..ec74803563c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1f3f8cd1f56..480f02be7a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1730944af4c..2420102352d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b1091ae8c6d..844c97ccc2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b12f9d7724b..5a1c7130dee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e7f22dfcc58..5f57eb95f35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0f95ad9553b..763a498da06 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 190c25c4dc1..ad83ade9469 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 236db5b2603..f252ca02fc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3dcd27aad27..48ea548591a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 71c176908e9..d59a047e168 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 33e0d881f94..d80621fa5e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5cba39757aa..ba1963cc63e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 46ea19a6bc3..266bb26de53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bca622493b2..0ca02ad0ccd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e406c6488f..94cb54b9336 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eb242b312d4..5653df66833 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e72c6ba1183..7cdbf7aee76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4e64b644dfd..68814ff04e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 35571de987f..5f4f9ad3517 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b535348d9f1..040278f553e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0066fce4277..d367db2eb96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40c4d083881..95a9994222c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 987e63c65f6..32673de2730 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 58c69e648b2..3d579a8b9d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40fc3194c1c..ff4721dbe04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 726da0f33a1..37acccfb770 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aa9b19d73de..6dedd5ba4e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3bc50179802..c01ecb9257c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bea920730af..27ab42ec935 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0697e8f0e0a..5b90db9e18a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 00204e1ff14..f4e2120e66e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4f0338b10c0..316af64c5c2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d82239a436c..d6d6f022ab5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1214f0912e3..b9cc95bcce9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a55e5a2ef7a..3e450e3f832 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a0c4cb9d1cf..70ade930a96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fd9315341ea..f6c1947a21f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f9c13dc1d8..4a075a58cdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2a246583f3b..4178020a121 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c5dc418eae1..a86a0f82bba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eff3b28abcd..b0a38a5d6be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fd95033fa4d..6a421cbff38 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/1.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/1.cc index 90463471719..a0a518624e3 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/1.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/construct_pair.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/construct_pair.cc index 1708f5e329b..62791a90b39 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/construct_pair.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/construct_pair.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_deque.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_deque.cc index 2b475791bfa..992623dc4c0 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_deque.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_deque.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_forward_list.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_forward_list.cc index ac2dd52dff6..452341701e5 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_forward_list.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_forward_list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_list.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_list.cc index aea5c8061bd..0299ffd2b72 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_list.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_map.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_map.cc index 2074022dc2b..7197fa12405 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_map.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_map.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc index 8f5f8513403..4b2ab78c5ef 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multimap.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multimap.cc index e6acaf41122..235a3a378f8 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multimap.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multimap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multiset.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multiset.cc index e98c556c489..4a78c0d6b8a 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multiset.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_multiset.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_set.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_set.cc index 182a11e9701..ef6780f48a7 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_set.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_set.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc index ed53ce1a89b..757922177bd 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_map.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_map.cc index 15e00e7e720..9e1d8ca9275 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_map.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_map.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multimap.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multimap.cc index 67054ffb4c9..f1db6d41a12 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multimap.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multimap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multiset.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multiset.cc index aaba4d3ec47..f923f60b93e 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multiset.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_multiset.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_set.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_set.cc index b90051ec074..580275238d3 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_set.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_unordered_set.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_vector.cc b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_vector.cc index f780aa5666b..86458eb5aae 100644 --- a/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_vector.cc +++ b/libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_typedefs_vector.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e26e1267d6c..4f7588a8e82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ef4bc1c5b65..4dddb4ade5c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9af1d304fa2..3deef6b9904 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9a0ef7ee669..1c9b5c15198 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd87b0f4030..d31ed74f9df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e6d1a2a143a..ea0b6597bd7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a4310031d20..e384fe96143 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e88c4769624..be3a3da1633 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 512c64d0b06..8d0d3da1acb 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++14 } } // { dg-options "-fdelete-null-pointer-checks" } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a52be3c0cba..3ed98aedc8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b6c8948aba5..7d6fd41e2f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0c48ac967dd..29b63eae67e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 63aebef47b6..59d5f073ccc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 50303c9ee0b..a55999fd578 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b80600ea957..60b33734e57 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9af39694fed..2ade845f9dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 afc8d9224cf..fcb56a05009 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 54ad371f38a..2b7966901f4 100644 --- a/libstdc++-v3/testsuite/experimental/random/randint.cc +++ b/libstdc++-v3/testsuite/experimental/random/randint.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target tls_runtime } // { dg-add-options tls } -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 93d10fd6124..17e63a5755d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 412f97b9858..f5985e3360d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/experimental/source_location/1.cc b/libstdc++-v3/testsuite/experimental/source_location/1.cc index 8bc62ddc6b2..54dc591ea76 100644 --- a/libstdc++-v3/testsuite/experimental/source_location/1.cc +++ b/libstdc++-v3/testsuite/experimental/source_location/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f52ee1f1b51..c3d29996611 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 94085a938e3..e2830527c79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a1684c9718f..dfdd254fd37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ebd12149a68..8dce53e9adc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c4f2c1f10eb..56f18c40568 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 de7361686d3..9a50a09fd2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1a241b92ead..84bea9b5ae8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 792649aed04..3bf73dc6f74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 936991581ec..f897bfc527a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bd566e6d652..d386a0b7cf4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6ab68507647..2cd5dd9aa79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6db31770bd2..d486d27c665 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6c97c818d35..46a8c375b2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a54a92272f7..ac5d92df04d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 527afe1c70b..9c4c8d5a7b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4f964208b2d..69c34c20d03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9390952bb34..cca1e74a006 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0db82a65bde..92a2bd21c51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cb7cc0d5cb1..d9d5f082957 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a1678cdeec3..361f7f2168e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d0b8077f39f..99cfd935d37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8f641760ef..c694c58ac45 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,7 +1,7 @@ // { dg-do run { target c++14 } } // { dg-require-fileio "" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 34d5ed8cc99..1f999dcf598 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7f71eb25334..022c3fabe26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f6e3caa3fe0..3af91c25fcb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38aada6dd20..12a407889a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b3e4cadd258..e92d6d9c70a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 70618e8a2a8..ab990cb296d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8e8057d0065..7c7c63ee851 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 392f378e1b1..f8156bc37cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 93ae05fd10d..29942c6f40f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/70483.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/70483.cc index 1af513934e5..13b717451c3 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/70483.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/70483.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b15e86fa184..43a9fd43afe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e83c05a5f69..fb0fda60110 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4f60a70aae4..b27c89f8874 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e200599c89b..8544b6c8975 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f77d25b641..3a1d9a3034b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 630dc3569d4..0ff4f5eb630 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a9995361bec..42639cd656f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75f52117069..a98f674efc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 477fe530927..effbeaedc7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ed0caaa26f1..35f3027dcdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cfee3ba43da..8ed4901f780 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7da533c58a2..6d83d5acd90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d5d5801c0fd..f674b4cd209 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a0c9878a590..04bdf39956d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9a926b714ea..f927fb9f833 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3ec1b41a8e5..114a2cdcd82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 88668f230b9..4a70929d358 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 78c553c0224..ea712a87472 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1a53d1f0fd5..caa4b586366 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/83511.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/83511.cc index 84acc2cd8a2..58aef39610b 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/83511.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/83511.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f20309d3e51..1ed53e4de07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/83511.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc index d52addf5ead..c711a68480f 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2d3f5145f61..719629f115c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0f136b31bb6..26b1b70d522 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f758f305169..184e664d97d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d5081a3a022..800ec32db37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 391a092e60f..a8ec9e8590f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b2e585ef918..b241aa7debe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 70db400a287..4fa4020f1a1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0389c1586ca..67d50c1702e 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,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8b8d195a9f..f84ff9ba39b 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,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2d8180c655f..2b58cdbd619 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 52ac2f19cc9..269633bdf7e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5bde385a9d5..01756348fd4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b66d39ba1e5..378c4e92a33 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d0207838c89..0184035344c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bbce201110c..d75d54919b9 100644 --- a/libstdc++-v3/testsuite/experimental/tuple/apply.cc +++ b/libstdc++-v3/testsuite/experimental/tuple/apply.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6d5a335fbac..a69613ccabc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 15c4fc7cf80..b5c19b59e0f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 84a975053f1..4db210adec8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a77c033c27d..1c48b0a07ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 549308e4f35..17a62c9cc2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a130eb210a9..c08fa315271 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7cb401a33af..ddaa2d4e81c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 88010a3636d..be1bc9a70e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 31bd6db3994..4c2b2c49d92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f6dc3feabb1..44060415dc0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 57e60bab79e..d4cbb04d680 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 554b7a730e2..041972f8b74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eb118c2cf3d..7bba0c66d70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 315cee2fe8f..ae59fcbff4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e3723bcd41a..681935371ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 629ed070842..9c515c08582 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 476446c8a28..880362b0be8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2e9d3e88632..886bdf7e3b1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bc06a931d62..ec7c5fb1cb1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e5e5aed56db..1b445643599 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7bac51a0baf..0c5f9b6da7c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 faa9cd53907..d71aa8c5888 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 260a49d699f..0189264304e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 09d73e85f3f..10f3c24222a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b998e281ee7..6ab4b4accee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f4ad50d5c43..645a383c381 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7ed5e2eba11..906f05363a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eb8a29cebca..c2f773ff87f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ac361ed93a2..c08b2a1a193 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 09c3be7ee5d..dddbc03ceee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1ac332a3b2c..2f1f124c629 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 11ee9baa2b5..723a9b7c407 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3efe64a02b7..62b44ce97dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b63850cc57d..5f720304d52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/eq.cc b/libstdc++-v3/testsuite/ext/debug_allocator/eq.cc index 4623fde384e..c8be31a78fe 100644 --- a/libstdc++-v3/testsuite/ext/debug_allocator/eq.cc +++ b/libstdc++-v3/testsuite/ext/debug_allocator/eq.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc698c4a7da..09aa5174747 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 80fae376bc2..7ee4851e0d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b11994e80dd..a35e5b35f57 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 34dae078eb4..007fc674c81 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bbedc43b12e..cb9e392ff37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dbd45371e73..6f527914ed0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/alloc_eq.cc b/libstdc++-v3/testsuite/ext/ext_pointer/alloc_eq.cc index 0b846cd6a1f..d81577a9f28 100644 --- a/libstdc++-v3/testsuite/ext/ext_pointer/alloc_eq.cc +++ b/libstdc++-v3/testsuite/ext/ext_pointer/alloc_eq.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b6dcd1cba42..61a2e690ff8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0956ea9aea5..b7c3597e700 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-2018 Free Software Foundation, Inc. +// Copyright (C) 1999-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dca5caa17d8..8d97b430640 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7db84c77147..5167fdec94b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d6b66774f3..820e408f82c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2d998899bc0..5726aa71174 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2553b6ea414..9a870c11090 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b3b63012282..58684e22b34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b9162b60ed9..a9a901a5142 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 87f8cc94983..4c335c8a543 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7b78e0390df..59c5f5d71ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0b5079c5810..ec985a050a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2dcb8c5981a..9dbff0bb0e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/eq.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/eq.cc index 12063f1f5eb..a1e5583a531 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/eq.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/eq.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 da0ceb73df3..4a3fa71bc40 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 701c9ae87c1..55c8800d49d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ef9df0379f9..18d5a3a9fe6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3d60bc53d9d..135c7080fad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8d82d1cb58e..ffec4eb10d9 100644 --- a/libstdc++-v3/testsuite/ext/median.cc +++ b/libstdc++-v3/testsuite/ext/median.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 74160731a74..7ca1f217325 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2bb512b22c9..10bda3dd893 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 777e83ee21a..b7b2b9fe55c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cf92e219b74..8870f57e9d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 89c3370ee6f..0c8b0ec0fb1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6fa1b93c70c..f94ac841299 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 84684206cdd..b65430a94f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d626951719e..db2ecd0d357 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7e3d1e34d51..ada532da699 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 262e62cb627..991f62d4a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1f2eeb6dfe4..e72bdcad187 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2445fdd169d..9b3f8ffd9c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 add332204cb..d78aee59650 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ae796089872..743ceb1f5ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a4157cd9848..632b037fdd1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 66cff3e5110..c39974a245e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c614793a08b..a694b705ee9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 737655ec8e3..8fbbf2115b3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 96495f65309..f5702233f32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2c7a6f5b7d5..414c9041c58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 468bf390452..7dd3f0d4997 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a590e2424f5..a91ffcd380e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc2659ec01a..78fc8cf736a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a4ba1f9dc2f..5e775268dc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e4f25b28767..ee4734d5a10 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 27e1dfd6314..0233d3778de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5fd9f88295f..d72e657e7d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4185d5c8f08..be5ee7d9ff4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 70cda3e30f8..8778bc9ccaa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 714a153ed8e..fd90d284224 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3f9eec12de5..7c74c11164d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 705107be7c9..1a81a58e863 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/eq.cc b/libstdc++-v3/testsuite/ext/new_allocator/eq.cc index 6dc60038802..821f68515c5 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/eq.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/eq.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3ccca2f4432..2d89dd64bc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 896cc016ad2..9176d5aec3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 03a555c8453..fe4502f49d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c7fb4823b16..763c6ba499e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5843d9e14da..ae7df86e0ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 11dd522e93f..c69d75f168e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2d47cddf94c..1a425f6c476 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0454e8e626b..9708aed9a4f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0c572748a3d..5dbc7e2e69b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 85e30a5822f..3dc7a42d04b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a2443af0f70..9f79974fa1b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 04efaf869c4..adf8cbe1d99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ebc7d74c987..e212ca17742 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2fdafc8ba65..d93f36f6bf1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bc56e03f4a0..d6049c91a0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9044b486e21..8b174fcfad6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e18d4d898e0..4375e704941 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c6abdb487a7..e3b66d53991 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 418ab05cea4..53a296ab5eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c3480262ca3..9d334647552 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 72c354db973..3abc5eb48cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 63b1492ddd9..cbd91602072 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 81b1bf1614a..844ecf02439 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0b68e582f9a..3fd0a995ac3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 157ed5d3657..22c8ce60fd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97de54677c0..846ddff3223 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e03adc5f6af..c838ef7984d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f787be626b2..50c56f24342 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2f1e964a447..45d60379786 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d9c53d2b4f5..dd8f03c67ea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e6f1a109fca..c15e22484be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9dbdc19253f..83146aa5393 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 53f20b06186..67bd6a4522e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 79d2d0eeb01..cea8998d247 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d2e687f404d..6539498805c 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 @@ -8,7 +8,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e2f28935c10..cbd5185b2fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 58aac1ff5cd..3f1d65dbd66 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 @@ -8,7 +8,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 95324b66bf6..0ae5a7b8852 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c68a2b2d0b8..271b0bc3430 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 @@ -5,7 +5,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4c8a60ed0fe..02316b7e9e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bc216100eb1..4daf4a98ae3 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 @@ -5,7 +5,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 603339feb19..0a1bd0b0dea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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_binary_heap-62045.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_binary_heap-62045.cc index 0ed22f6aeb7..d19f6990f65 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_binary_heap-62045.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_binary_heap-62045.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/regression/priority_queue_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc index fd77e9b7e75..7f3ce944ed9 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 @@ -8,7 +8,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a0d3d7b9d6f..5bc2a7fb9ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e8f6a4c5fba..51bc97c4ec1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 34dbcf51a17..4dd5f89a4e5 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 @@ -8,7 +8,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c538fdbb7f3..cb27aed27d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9d6283acf81..4f3218f2800 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 @@ -8,7 +8,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 18383cfc88f..6f8b6b706f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3441aa395b3..1530ee684bb 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 @@ -8,7 +8,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4c66269be02..214a5096e15 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4962f4c1a68..dd353d11ff9 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 @@ -8,7 +8,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ab40db3f5e3..be1e2ab0757 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 378f83d79e4..a3ee5f44f14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fcaeb917f02..1c958d6700c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 663a2861c76..5347b5ce701 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5de560cf65d..1b360a5bd42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bcaa55db11d..9a49cb3df0a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f33fb41a8e9..04eb7568630 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 50a619dcbc5..574f9d9418f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 520d9a8c199..13032257de0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2449a760305..f738f46e71a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 44fb6221931..03146681aaa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 69cc1115b80..cd2a48845aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4ed66b6ddcc..0626c3949e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2b784d57571..7a707e868d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc06991fa93..0e2d6736e3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e163846d9ce..60d95a5e3e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e3ac0fa6828..e5535aff492 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0e31e956ecc..6f8578b6c95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ac66594e3a8..64110463441 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b22df775a18..ac7bce4d961 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 212f2443091..299ac3d13c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3514796ba7e..1572f85fa79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e35645512b..76aaba0795d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c3f7d692f0e..5540bc10220 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 682a7a5bc89..b977d2abb1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7796a679301..b05417156d1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 89bad0b2c9e..8b5b84ee2b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 caa43fad377..d5010a37808 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1e11a90a811..fdf1227e77b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c72aab52f40..bc4183fcf22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 11903b98907..9e0dfb06baa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e73460b2a1..ca74231f418 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6095612b92d..fab8c198f05 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 30dc52f0968..c2c85827b8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd5eaeedd48..04e3bae6b94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 06d9432f27e..5f4f735993b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8b97e6b056c..427ea5043a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75117ac12d1..0277bd1ccd4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fce3286078a..acaca2cc1e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38ebcfae2f5..9c2cc46ac1c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f5fe627b02f..0406b80e1e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 43b7d6035ad..91ce0d8e8cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8bf6d562d86..5581b96d34d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f6677c78216..ca9bed49c45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f5aa0a011bd..63c717e622f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ef0756a6358..648068f062b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6b424a0ae6a..e2cbc698af6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8525394054c..4a53602b047 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7449c0156d4..f687625542e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1551320bceb..6c3a82a98a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d66d76ad1f7..e10786159c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 afc09efee3b..cdaef696f83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 54378b31f37..05d0661f819 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c01ddaebe9c..95e61c86b17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f5b0987a395..579d9b1fea6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 437034adfb1..460178f5352 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8c4159706bf..3e2e288fe8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4c902a989e0..53004f56d28 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 17a4b3135f9..53b4cf529d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 339575acca2..5869bd83f91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ea0a593308d..c7d8e9d6999 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0cd055fe874..61c99d72356 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ef7b5bbcf53..2ef4ad46ca1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 828c298e42b..f2316b08976 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 276c9714a3e..396e3489bf5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ce58267db5e..4eac828418e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 24fe563dfeb..c7f0bf44dd7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 799e4641c59..8d83f9e6966 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c065325d782..fa4b7afc41c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a1bf2fd649e..4774d556e2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 440eefa00fb..dbb92a4729c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 94849fcd734..9434d31e597 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 184dacc879a..400b62d07dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fc4b2d37ac2..daf350b02e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7383dd48009..bf3cd1b2eb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3028031a9fe..2789a270d14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 62a7380dca3..57092e55a7b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 014bcd5042b..47d63788677 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0b1c4120ad1..63f49fadf55 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5f817d5a4b5..219ee87a802 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8e5e3e464a3..ced8b83c878 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 551ba16a9f5..3e54c9cbe5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 354310ec32d..5eb96971b8b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38594788b59..a778396b74e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7eeb3b76a23..5626dab7b52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c2f2cbdffe6..28f3498ae2f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e601ea565e6..f79246e3e68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1cca1a9b0a1..f5d36bf9c94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9c9465b4864..c12ee7b4199 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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_seq2.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq2.cc index 325e27517b1..0e7df2afdb3 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq2.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4c02e185688..80d9f76e3e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7ffd8e8f39a..24a577e82a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 426a4386c83..9a97a35d97d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1726a828048..844b774b47d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 65f23e9de4c..6c1c02921bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f353366adad..d2ea69e2723 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c00474ebb2c..37f26ab16e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 015434689f1..cf17fea8b03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 de546856b54..cbbb9c44fd2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 be3f9355531..13e6a728e80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6b2f5793605..529b3e6a995 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 57e4f14b40f..a25ec5a182e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75483df278e..3e21fc21417 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b455d95d25f..caa3abd5df5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 53d82a3ca74..5173f53b382 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 02e2104ed43..08f1f531312 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 95e1783832b..63dd78145d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 66f7b6a3b4d..04940182952 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6cb87a60ab0..7a80dfde36d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6516a1b9bcf..82663e5513c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4556283f597..e4bdd57c6e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7e17f4da23f..7f9a6a98525 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e33afdff7bf..abecab0bc8e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 643103c4c21..4926303302e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 900aa332507..4a30db7723c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9537f87c485..f3d7912e314 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a0baf351418..b16c7cc3719 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5cff5647a6b..b7f9c25d754 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a18b86f3acc..2a9722a184d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0ce4a0af486..f731393bc91 100644 --- a/libstdc++-v3/testsuite/ext/rope/2.cc +++ b/libstdc++-v3/testsuite/ext/rope/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d5004fc1867..eb350bfedf0 100644 --- a/libstdc++-v3/testsuite/ext/rope/3.cc +++ b/libstdc++-v3/testsuite/ext/rope/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f1cd6c63925..256e69df7fc 100644 --- a/libstdc++-v3/testsuite/ext/rope/36832.cc +++ b/libstdc++-v3/testsuite/ext/rope/36832.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0cc0178a63c..248ecb2a322 100644 --- a/libstdc++-v3/testsuite/ext/rope/4.cc +++ b/libstdc++-v3/testsuite/ext/rope/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 777ebc4386a..d74dc463565 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 599dc4ea5b0..9da5ba195ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d33e6b5de89..b537beea813 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 37da8d7831a..a203c39cc98 100644 --- a/libstdc++-v3/testsuite/ext/rope/5.cc +++ b/libstdc++-v3/testsuite/ext/rope/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d827102500..d0defb9e130 100644 --- a/libstdc++-v3/testsuite/ext/rope/6.cc +++ b/libstdc++-v3/testsuite/ext/rope/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d191279c6ec..13f67473170 100644 --- a/libstdc++-v3/testsuite/ext/rope/61946.cc +++ b/libstdc++-v3/testsuite/ext/rope/61946.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/7.cc b/libstdc++-v3/testsuite/ext/rope/7.cc index a9274943b6b..c7b20dc7bba 100644 --- a/libstdc++-v3/testsuite/ext/rope/7.cc +++ b/libstdc++-v3/testsuite/ext/rope/7.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 782c1cedfb9..9a35215bf3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/ext/shared_ptr/1.cc b/libstdc++-v3/testsuite/ext/shared_ptr/1.cc index a6bbc887d1a..55fba6b2b11 100644 --- a/libstdc++-v3/testsuite/ext/shared_ptr/1.cc +++ b/libstdc++-v3/testsuite/ext/shared_ptr/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 82eec800c4a..76b3ea80fc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c98cbb13343..4968327db71 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4f7635eb2b5..86ec6373028 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/airy_ai/check_nan.cc b/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc index 563bf891b8d..f6780526bd4 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc @@ -4,7 +4,7 @@ // { dg-add-options ieee } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/airy_ai/check_value.cc b/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.cc index e92267bfffa..3579ce8ca4d 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.cc @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/airy_ai/compile.cc b/libstdc++-v3/testsuite/ext/special_functions/airy_ai/compile.cc index 581701a6bae..28a2b186282 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/airy_ai/compile.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/airy_ai/compile.cc @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/airy_bi/check_nan.cc b/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc index 07649603356..aa0405f3471 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc @@ -4,7 +4,7 @@ // { dg-add-options ieee } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/airy_bi/check_value.cc b/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc index d10c6c5f15c..fa2fa19f893 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/airy_bi/compile.cc b/libstdc++-v3/testsuite/ext/special_functions/airy_bi/compile.cc index 872bc795903..1b8240190f8 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/airy_bi/compile.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/airy_bi/compile.cc @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4e853413fa1..cc0cdd9dd31 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 @@ -4,7 +4,7 @@ // { dg-add-options ieee } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fcd673f61e7..84eb3f23d5f 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 @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c5064edd59d..04f952d6692 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/compile.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/compile.cc @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b974bd38860..a7e44d3ec04 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc @@ -4,7 +4,7 @@ // { dg-add-options ieee } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4f848e614ca..f34babf173a 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 35ac1c1c719..611bc322675 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/hyperg/compile.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/hyperg/compile.cc @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1ad28206d45..6f178218e14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e7024579d0b..64c4545d912 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2e0035d42c1..4c5c69e821c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 78eff72169e..580c8892f79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/79820.cc b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/79820.cc index c2af0a63c36..e16cddc1ea4 100644 --- a/libstdc++-v3/testsuite/ext/stdio_filebuf/char/79820.cc +++ b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/79820.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/81751.cc b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/81751.cc index b30aad11a23..733f24a622c 100644 --- a/libstdc++-v3/testsuite/ext/stdio_filebuf/char/81751.cc +++ b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/81751.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 26191a4daf2..b564db228b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 70283e87dd8..b53e316e6ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b9565876d4f..0083be73ff5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 45af8f9420c..07a9677f13f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4d5708c4295..4b804082cda 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5b417126088..e54caf7d9b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 41164ef7a13..6b991da6eee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 72fde99eba9..4d41bec0476 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2fcfa735607..31dc0fe6d2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 63cbee0abc7..50e111b2b9e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 67b6d64c630..1dc98f28dc1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fefa7b81ccf..37f6c886883 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e6a0b3b62e5..45b2bec9acd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38f3f6fb6b6..151b448a108 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75925d6ca7c..fac0ae5f269 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc12a52156c..ce4a5db6ba9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b70a9566aed..2fd1bc85c7b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1f8b634cd8a..c219a308093 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38f417cca1e..39121334e68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 58ee6d9d9d1..2496e814d34 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4d64a3a7016..962842da51f 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/explicit_instantiation.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4a843a4ce31..6c630045295 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc @@ -3,7 +3,7 @@ // 2007-10-26 Paolo Carlini -// Copyright (C) 2007-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 31876efc7d4..396369315ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ab8db9a96ca..336be265185 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 587755481ce..934927148f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 893d2d6ce4a..b8ccb5d4068 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e75a1bf3d60..94299b0b834 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 99f4b8d3da9..2d8a4b7162c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5fb00bc2584..6ec433946d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 df1946e6414..cc0302b92ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5ad2a83d2f0..5eccfe80337 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0e27c3ae5d6..250bbfd4b77 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 392298370a7..9b1e25f5cb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 24bb6a5330b..f2a902e85c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8bef39e0fc..d6e7a0f0eec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e53afb834c5..bfd0e353eb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 781da826898..fd192af2bb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 48cd1742c84..70f090c4a6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e4be229c040..1afd7b86e3e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f8394bdaab1..aa1e244175b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d5c8efb19a3..b854a2b660d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f94990a3b58..dde25135311 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 101c2c9e06d..5ced0ae27d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f5871dc5fc3..33624837e50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 215d4df4f39..285dc91548d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 af41b7eb65b..115cacfffd9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a57a32f373f..a2d8bb3e258 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7fd0d63c741..86071c078cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 841891d2eec..4d200f74ec3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 65522a67044..86a6af9255e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a493810e3d8..4503bcb6fee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bd1e6e837a2..134fdd9917a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 db89c142265..83f11768ddf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b6bd3183f0f..ba01ea92666 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6672a8b42a5..2dbc72385f9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1e3cd625952..76f02f4aa90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 39807490c5d..0182e149664 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 73e8f856c39..fc484d77921 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d34f2ac9abc..db517706978 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e5d692a566..e702dbc9dd4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9f5b83bd73e..5e1a64003b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 97fe11c45d5..7ead7cfb472 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8937f722cd..3c55f67ab6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 36c5b14e2d1..f6999083938 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3e79df21295..f8b92c106c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cf332398424..0b08c049118 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bdcda542491..54a42d16a4f 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d7ee6a59755..e28905c7e54 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 @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2008-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8ff318b98a8..459f889a82f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c6ce3edbc9a..cbc80fa7f22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e462d97e2e6..f8cdc8184b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f73ce06960a..1d21d1c29d8 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2019 Free Software Foundation, Inc. # # This 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 5ee693a8ee7..a6ae44b8283 100644 --- a/libstdc++-v3/testsuite/lib/gdb-test.exp +++ b/libstdc++-v3/testsuite/lib/gdb-test.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 Free Software Foundation, Inc. # This 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 7047b8f7b22..e84cb04b718 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This 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 5fc073541d4..b2f27ed4b9c 100644 --- a/libstdc++-v3/testsuite/lib/prune.exp +++ b/libstdc++-v3/testsuite/lib/prune.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2019 Free Software Foundation, Inc. # This 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 dd4cfeddaf7..298091f300a 100644 --- a/libstdc++-v3/testsuite/libstdc++-abi/abi.exp +++ b/libstdc++-v3/testsuite/libstdc++-abi/abi.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2018 Free Software Foundation, Inc. +# Copyright (C) 2005-2019 Free Software Foundation, Inc. # # This 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 f372d670f6b..6564b046ca8 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # # This 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 9d22f860e70..bf12feec6cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 248d46d8bba..215899f3d2e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/80276.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/80276.cc index 343b344c32e..fde652e1635 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/80276.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/80276.cc @@ -2,7 +2,7 @@ // { dg-options "-g -O0" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0ecc3771351..6cb6a5b9555 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc @@ -2,7 +2,7 @@ // { dg-options "-g -O0" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d3cd77c74db..7e6f45b7b26 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++17 } } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9f7f7631219..54be58329d7 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc @@ -2,7 +2,7 @@ // { dg-options "-g -O0 -std=gnu++98" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1990084e3e5..592abbddd14 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug_cxx11.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug_cxx11.cc @@ -2,7 +2,7 @@ // { dg-options "-g -O0" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ea13ebe71ee..7a73d62ab45 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc @@ -2,7 +2,7 @@ // { dg-options "-g -O0" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2014-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c51b1ffb21c..9cf2cce3eae 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/prettyprinters.exp +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/prettyprinters.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 Free Software Foundation, Inc. # This 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 27c2e405fa4..e1e2a9ec3c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 088c65dfe48..5b70e2b3159 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc @@ -4,7 +4,7 @@ // { dg-options "-g -O0 -std=gnu++98" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d483a0da601..d24af91d0ea 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc @@ -4,7 +4,7 @@ // { dg-options "-g -O0" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 386516f547b..5ae3cc4482c 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 -O0" } -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 90f3994314b..df17399076e 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc @@ -2,7 +2,7 @@ // { dg-options "-g -O0" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/whatis2.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis2.cc index c63615f8c42..c774aa3a37c 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis2.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis2.cc @@ -2,7 +2,7 @@ // { dg-options "-g -O0" } // { dg-skip-if "" { *-*-* } { "-D_GLIBCXX_PROFILE" } } -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b298d930078..64b8aeec503 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1fee726f02e..75d735ecb95 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 01cfe16a72a..436b07ce15f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bc2ce8a45b1..21776b41dde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3da5131068a..3603c43721e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 02beda0990c..fd35e766665 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1d96fb6d0b6..4ef58eefd9d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 936a47afe11..39cc37c2fcc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8719be43dec..3b1fc295809 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/xmethods.exp +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/xmethods.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 Free Software Foundation, Inc. # This 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 cb63766376d..db743523051 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-2018 Free Software Foundation, Inc. + // Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9c9c083a67a..2377b892622 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8de851c7414..96b3f6c880b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f0cabc9de08..63c5e8c2289 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5ba8db6c1eb..c27ecb41ffa 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-2018 Free Software Foundation, Inc. + // Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b32fc9cc37d..cacf8c63fe3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7d17ee1aa55..32460475477 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4eb83469cc5..ce7595788ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6924778d4c9..aa7eb2bc1e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c600d889f5d..f6be794f24a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7d13733ae3a..12a5bbb8921 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 97fbc9c9461..19c7bc70f2a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d9ddd074054..5155aa5b398 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ac82a711f4a..8367bd7998f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0d6df5cec4a..1544c366c66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c01f6981f39..34302c6da93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cc51bf88de6..4a2ed1cb309 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c7e5fd0c47f..38b5720f467 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 64e85826a11..4e9b6e01a87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc index 3bcde2c9ea3..82e773be835 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4230a483073..6d38a57555d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 df72eb8cb3a..d0044d64939 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 706a0d4d065..7fca31f8b1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 66386b560d4..5b379beabe3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5beb6f0c627..e97769468cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cd8460d19bf..b6b303d853c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1864501cb4a..e830a4de88e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4f211b4b550..31636f7f50e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bdb04802b78..8e119aad0ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cad56a9ca5c..d944954f9b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 78758e072b1..96d5b05327e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9ad513c15c6..c89431c1286 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 75bbb7d09e6..4ae6af85555 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 56e7aae4230..b5ee564a86a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 adc02f561ce..a7b9986ad9c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1523fe23b4c..e4ee213a667 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6c8e082d642..49813a90cc7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cb0f4d64603..ed5b07594ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 79338d8dd64..034d1907289 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6ec0366732b..33ca08a1901 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a514bd15912..988223a608b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f3015cf67bc..62c36b47f79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6e97aeae8ce..80999fbefc9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 871aae2b785..e79e0a7f6b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 71dc80788a0..bc1f6b71ab7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 abd54bb1b97..7f279731760 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 565e9885aeb..64c6b34df61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f8ab6da9900..b5575dfd7f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 adb2a26063d..4c790cb5f0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 af4c428341c..9785ddf0b36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8acede810b7..27eb86c2934 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e0926507d90..f8cec22649d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f47b22a7fac..c242c78a7aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9148b89626e..a6c8f41e2ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a0509eaf391..73528750478 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0c886e87e01..47ce2360885 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e084aabce8f..ff3d545841b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 965988ff7bf..db5f56a1584 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5522f4ed2b6..ba6e7133b11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33037fc03b1..33af816fdc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0f17484c6a1..68ee4ce8418 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bd531682e2e..d13a263f49e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7a6b7dea13d..531ccb681d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0e9e82f2c0e..93a45c23b6f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This 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-2018 Free Software Foundation, Inc.\n\ +// Copyright (C) 2013-2019 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 6ef3ad9a865..341bf29aaa8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9db889ffb7d..5ea92bdc2d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 04467113b75..dafc86379c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ee92bcec629..0397c7b0a21 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a73dec70dbe..31cbcf71fdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e549075f401..3c88a3be9d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 962a0f03f05..6514e55f1d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 390ae28b31a..b49a1554bc0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 51b5346d39e..edde73cdbb8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d0a417ae3d4..fd62ce79b4b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 36fc1a1157e..0e131ba938e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a49c32d6785..98cc74f76e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7a3ca123921..ef47b708461 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 65cc77de4cb..ccbc835d948 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a8b02626643..577dc123539 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3f6c7471f4f..ff350767cca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fde70161700..958c1b73850 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 56aae7a1e6b..13cfd345933 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1e18edf25db..e0e34105b26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1edf720fcf1..c612368df78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aa5013893fa..6bd7f5ca97f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dc903d2f8d4..6ff57c4954b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 414bb12f7c7..7b010cc6acd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4b496cd6581..7793451464b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9872434c39e..d331ba19821 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3a397b378ea..04609d5f9d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a94cb5ca64d..05e93f3eb0c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3f866125c6c..3d19d46f321 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fef28719882..feb8c491869 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a6a57cf00ba..d92f5a005b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7b9e34a8e61..dbb124f71ef 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 aeb4eb02f9b..1217ea0e95b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2ee9bb95f3a..9d1864b8d04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4db6d0d7ee8..7dc225cb9ba 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0eee95725d2..353d198f572 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d99d31e6c9a..634a6a67f39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 92f731ea402..c96e163fd16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ad0c55bae46..175498f8bcf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b8dc05a061c..cf3635a9d62 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 126af59c776..157cd5e7303 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b6b26448ab3..a67a8ef783d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fcb286f1e21..aa0c711f75a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4a068942f82..7c0b0aec39c 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d2476580f40..18085426ed5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8caa068c41e..b74f120d3be 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9c4a842727b..e6e137c3e3f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e45d4bd7208..e9bbca99798 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d46778c4be5..d8d7b016514 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3cdc565c975..87508b7e331 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4f63a0c62ed..b9cc99a1988 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c8d85f9644d..0bec750423e 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a45f9e029b8..3233ec21d07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ddc243d92ca..2a35b032c41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8ae6d26153b..f37bee856c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 50d0cc9e740..ecde2469916 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1230563da31..f92c823adb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 69739233d4d..ea0fa221fa8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 143d9d56e5c..00222ce4cc3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5f47f08d866..95f3ac2206c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 debf56ee93c..967d9de7144 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7900af3c959..fb4e20b670e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ba270180606..09b941f4a93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3180aee465e..46a4ad7a4b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 044b29945a5..27d2bfd05a9 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 534447444bb..414a7a07d79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 496d6c12964..d4a0336d224 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e94612bb3f9..52c6407a60c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e36f921bf55..9596e28d50b 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 835ce8cd676..fbcbc4d2a01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6bfcaa68662..824721b55ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fe70a287885..50be0601ea7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6b3cd2fd691..ad443e87695 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1a8eade706e..594214a4951 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 906774c79ae..223e3c528cb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6748ef44906..3cf8765748b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ec95ded0207..dbb8c199f5c 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 041d099e665..1f5fcd14dde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e64a3d2bc8b..aa78215857a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8e38251f5e7..4f6b6ba6201 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3b3cf89c484..b5a836dbd19 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 83650916e03..12471d4bf2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 366f18a0432..af2245887c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b29c0385792..8ee1f3cd320 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e7cb9014046..5e482b3288e 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5ec7d39ba99..c4dadc99e9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 78469a95374..0083ae04a75 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e97edcbd777..38fc13bef22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/pr68397.cc b/libstdc++-v3/testsuite/special_functions/14_expint/pr68397.cc index ef7bd2f5b79..22b919ca3d5 100644 --- a/libstdc++-v3/testsuite/special_functions/14_expint/pr68397.cc +++ b/libstdc++-v3/testsuite/special_functions/14_expint/pr68397.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d07f129c07f..e47321ec13a 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ca7a6aec032..825e79a00b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 189c7ef364c..6b7ac73d56b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2aaf3f551d0..455be59e79e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 709fca867b1..0939c7eca9b 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 503d8a97ff4..29c87476448 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 becc2d4a229..b16fe8c5927 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1a862175a6a..edaee128b1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ccb87b96e0b..423d7f16c3f 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7c3c1f9de3d..034458a3af1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 44e09096a90..7b51bf42eef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5c6be6f1382..5a9ffb5eec6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 8651748f4c8..35b9aefed51 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 92edd6ed130..ac6abb8ff2b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 58e3c3d83ab..262ca0c4c6a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1ff007ff9b7..d95f0cfa043 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 efc1384a50b..2d34b365540 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ff037a0645b..482efbee62e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 742afd25a47..2cc9056532c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3eb8cd57046..9a0f6e86e8f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 41d14b89745..4c9bbb81c21 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 52a5a0056c7..eba8e264a5d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 60c64fc25f4..0270b1490ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5a421f386e8..50dd7871e9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e7f0d7e6f26..691122d846e 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-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-add-options ieee } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b78b2102fd1..63e1cc82893 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 107147cd3fc..f3c75ea150d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 47585a63cf8..8d651caacae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 53d285534fd..19d88a48f14 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0daa61f1923..fbb221ac84f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9aac89446f9..71b392b9560 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 73a7e743188..ea30a9cc636 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 958b4011015..b49bebfa76d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f36cf0fc10b..80d4fdea6e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d36e63c1995..d082e2f72b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b4bd5d80038..2023825646a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 644fcb26c48..cc2065c44b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7b29f86ff94..3fc4f24778a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 91493689ef3..e9b59997fd5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 134f1cf5068..d5d804d0cad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6b558783676..d9080e3fb50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 341ed3f5c8f..063c69c0a93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 994fbce3aa8..317510d1102 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f4fc9a4b604..abc62d41c80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 188e3c5307c..e5f3bc1d445 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6b95323bc32..900a32e929b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2e130ae5ac0..146a48eb96e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d0629987713..8e946c61aa4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5c9704e2eb2..71ef404311e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 475afb12fe9..b06a167eca9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8efb10d9032..b34efcdb1f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c4db2b98a71..161a4f9ac74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1ca35bec474..5be2b2d8015 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a12e7da26fe..eb3237b5684 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7271b4a5f97..74b2ffaf9f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 10a1e78e169..bfb380e02e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3028d4eb7f0..2816ff37400 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 537b7f5971e..c32467320f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 34094e44c29..e5c36d97b1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c22357b32d9..4a8239a81aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 045948d6ad4..b9b4cc77cae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b0950d0e075..4007acdc5a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d8f4d755985..be5afdf3e94 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f5d08f34647..8fedd4b7722 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c9b4a1bf0d5..7fe99765aec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9a9e13a7628..f25bf24893a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 73b1ad9d0be..bd6cdfc2b87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 656a5d3041f..4e515e2d84b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 30e445957ea..30e6b609cc0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 beb0ec07d6f..0aed40192d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7c6a2c8a0d5..ac4856809ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2a1803f0848..54dd52eab86 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5b1e25a61de..81b182a3ed8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ef5d2163f3c..de12c48aafe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e8d4fac084f..04890456375 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e818d4eebc9..5c62f44eff3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4aa1d6e7f64..e48b40e3616 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 27db50f89d9..81184ae7156 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4bdd7d6eec5..b56f4665d54 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 30eacb60285..fb276a0e444 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 13e03b40159..b536da04c42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc54776b184..3c279a8c712 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 29b9e1ad159..117cf3e520e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 37d7bb406fd..69b848da9dc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e6df797bb21..a439dad3f4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 93c0cb7afdc..c4ec3084138 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 30390bd8e79..86a0eac1657 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5c3d8277974..892dab04b51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 86c41a8c794..c303b8e3b61 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 925fe47b88b..6e6cb0fa922 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d770032ef3..b52c90d981d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f1f63fb8892..d07ba8a7f49 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aa90cb3c3ea..7afab27ed97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e63ecd47e4c..5ec94b6a4e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bd0ba576b54..d69633e1bb1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6ce1fd753ec..209fc33578a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e518ab9673c..c31115c8f85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c63e717c89a..ec974444c17 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc2827f2fb7..83392ffada3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 999f29fef58..ac41e2b2fac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7427f62e1b6..02cf8bf8c6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2d1ca53082c..3fbc6310314 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0837fd580ad..171cfaf9603 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ae7e4a8c665..396e9b4e3e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 692e0fbba7e..112a74418f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fa824d5b5cf..2cae7de3d12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3d8aa49fee1..eab63c642a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6755af19dc4..ba10aa86b08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3177337037e..cd0214396d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c2a54203940..a8ac6636839 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8453af5eaf9..96e0c99f515 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d8156c3fb3e..c70e44c2e1f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 92099715c0f..7ea30a135ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b4df913ce22..58dd3281745 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a5af92439b8..b0827bb56a0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd7519fc672..9f3c934b54b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d6b31c61ae7..0861ff3d8aa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5cd6f8abc77..71bc0980ccb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 03369719827..bb43dec9670 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ac998967b7d..650f60ae515 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5be8777f66c..c72ff58b453 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0c169d73011..b67f9238d44 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fd865631949..83e73acfaff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b4ef66c5c3d..36a4952f370 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f41b3c0551b..be5d9959ab4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bebddcdec2e..c3927a3b51d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 595d77f52ed..327d2714887 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40790480dbe..f2c8e7e222e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e963a96b6b7..5d32224cec7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f6b1d63c3b4..07577ac75bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4630d3fbe47..46da0a9307b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 211c2daeab4..5f41647edc8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3478d05cb85..515a11aecf7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2a499d4568e..1ceab8224c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bb5f9887648..0cf84d1eac8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 78d486bb681..ae0a87ec131 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6be26e6864d..a5ae2952d47 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ce41d37dcba..8d0bc766f69 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 79f0658be51..dc4c9816e4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7a97608e0cb..c4567f29877 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 553d093a7d7..cd46ac1bfb2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4556c3484ac..4fdab4b3923 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 13029a688c8..4a669493aa6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f631992493f..338034ac036 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d0ff85ac32..edb1b4f27a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a7de0f420df..feeb62da7f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a49fa013967..f097c80d6e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 76ff56fae05..c6fb52a7f0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38f70a5c6cf..c9891acdbaf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3c93c2e54e4..5ad0acdfff7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 35212e31645..f1de66f44a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1d514ee31db..4d5fbe4175f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a040def584a..d802f70ba3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1cc635c1c38..e67567d4d63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9bcf09a3e8e..cfd7e22dab0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 543e91073c4..9bf52bee962 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 96894a2fb6c..8d50546713e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2a922687294..f381a43b2e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d1bf91457a4..8c37b1417a5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9291ac6d8f0..fd5d478f603 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 601a2058e11..be7463fd648 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a90b74a889c..9dcfaff6697 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4e7ab960932..e95adfbf45a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a874bb7501a..f2f283d5cf1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c70e11764c0..077d68dce88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ef6fe5c7ea8..a000cf7e0a6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c52b76c91a8..3011b244bbe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2a4a17c253c..194ac0fd8ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 22928f4d876..d656fcb6e1d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4470b9b59fa..653eb30eaae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b1543599152..c4410bdcc08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9f1142b2084..be3d7c6c0a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 871ea32f9e6..2da06785f74 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1fd3c85250b..e71ac813369 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b930ded5c3f..0f4d09c396b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ab6b98b3eb9..e6608958313 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dde3cc2909c..198d28f7228 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3c610905ec5..f710ba0f37d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9d54f79482b..a01e634b012 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 15d7fbd04c3..d58b5ba343e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e9b3f97cd36..392a170da67 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e13e719300b..eec4c945994 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aed80a0a1bb..a5c35619031 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 64a5f7be17c..5e18258840b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4d60148c381..9f1dce39287 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d78fbc18452..96ede4c0137 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8648f9a5d9d..97a51e1c136 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0a20106548b..efbc18d6832 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5aaf600aa89..0199e8de7f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0add17b0a99..3d7d6f5a667 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d9f9824d654..2cefbbb4412 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c959ea78eca..fa1c6fbe565 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c943eccb885..2b4e564f391 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d986ee3d38..df4dcfe3553 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5326010f2c2..0dbe362e4ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a2d133e714d..5b81a9017ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d44aceb0be4..322a82b0648 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c23a3532602..4b8c7b29961 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7e09113c47e..3a6c02c20bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8f539cd6d07..9dcd62b14cc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d6635bf6f2b..b7c7dd5ee8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 17e2553aabc..9e889144c79 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 18f4c7acf63..2d84333b377 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a06e5a0282e..c45049a0825 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 14e0bd31a62..81691f37d4e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d37af35aa46..a9bc1626dae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a05f4785052..446297ecbae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7adc0c9067c..c4eb56a2fec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8d86ad95bde..c9d34197f36 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9b5e89c581b..adec5ab3ba4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40d2f955705..04234f965f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38f08d22b14..10df61744bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6cbdec48fb2..d3e18fd4444 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f7fdafd2930..2b79ea123f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f3c488550e..f4de99d8d07 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d707fa6aa64..dbc158796c3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8b18105fa8..578b1fa13b4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a89c9a287f4..fdd93b0e5f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ce7bc42feb2..03e65a75ade 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d6be49eed11..bfc0ce32c46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6dfc65d726b..bb2342767a4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a334da039ec..fb575490c96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e3b745a7e00..eaff5ecce24 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1a2e003796e..2b43b79684b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0d84d4dfeec..31ffd50ded2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c60828b76b8..7e023214c9f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 89c016d4e52..29a975fd99e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6b62285c269..e63356f1965 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 35c5a6d5cb3..8c2e6fbf2de 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 80d1c6b2f06..0d28f40cd99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d22a9d357f9..c4ab237864a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4141b906035..1a5f4eb5abb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 45024265608..de093dd6540 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd9f892476e..06903f8239f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f29f2857e3..b776e98b78a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 96e6278a69f..b8d25abfbec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2b8d665bd7f..300f91cd7e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 addd92d2dea..dc2efec0395 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d888103659f..3389e05ecea 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bc8f3b420af..c049c3b593e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d1e06cd3209..4495e2f29ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a26025ae74f..9e6196f8187 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 556126e8b9b..e9a9fd48b6d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 29dcd476927..5cb92ae3aa3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0f8e256b498..d17e5437afc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2142977b726..b96c166d52a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a6f95ae95af..62cb49f3123 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 81fe802c8d5..98cbff55246 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a988c1e1fac..a3624b4d5d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 af624d9f90d..169de0da3f2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2ff362ec00f..6704febaedf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fd454b839d1..1279189d231 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bbbc5e3fc29..1a31bb34784 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6c5be18fd06..795556d7932 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 334fb2a5f14..be77c86f4c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 11046ce7d4f..3531dc2729f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6e8f2137571..8f9ac78cc58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8de4e5bf09f..714bcf23654 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 268d21ab403..bb3020e2f43 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c9396b24796..dd9b2aa9b22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0b9f9b925b8..cd38f00c783 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9fb4c988187..578219b54fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c74c23b6d48..3a0f10669e7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6310c5ad029..2cae16db193 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ba6a297d511..f12dfa81bce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 608c07854c9..345f5e66461 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 865a0c3e8a6..1f2089a0893 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2bfc0d4e62e..af87ac4770e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 739d99b0cd9..186f7639043 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bcb0994449c..86cb81acf53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6c99a18c44a..be114d7a642 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1f8073a67b6..cb7ac31986d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 65e214e2489..49db9caddd6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eba249fb0ca..f2e7e29195c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fab57189379..152621b7f97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 45566376fc5..67afbf7ebe9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 db4823b5d64..bd8dd845c48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7fdee832cbf..23020f93043 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 57a754d95de..3248476f199 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d588617595f..568eb05a096 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0ee4fbd3cd1..8378972b004 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bc1321e4c02..347758e033e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6f0a2c65535..0805d5ca604 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dbd6060b9cc..72c47bebe37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b5125c45e40..d0f8674b16e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 15e9b0cb0d8..f587e3e2d7f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ba40304fe18..fc0b70c166f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 16b37b4885a..5b25461dac1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 824a234154f..222b305c0f0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 72781e4b819..2881f6c001d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 369453ad1d8..699f5d789f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4df7c066276..b844a7f6031 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2dc73cced98..f4768e294bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fba2af4052c..fc68a57daa8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 80418ee6138..ca96cff07d2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aef9a969118..f26c8cea133 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a8d97135418..3e74d6f7c04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 85d18dd02ff..816b8da04e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f301e012805..b9da56360fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 23c96be6978..8b4f9d7610d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 770a9b3e0e8..fac980892ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 290449cd3a4..abc2940f735 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cfc24898fe5..edcfd89b1fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a2ffc6d2d56..bd7d900c9df 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7fd35721862..ee6735d921e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fe5d9f3cea9..9a97727db13 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3bf7d7f1360..1a0d30c207c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 06a3af0db9a..8d0ba4e293c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 13ec4829700..95dc7df7b88 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c0d533ac3f6..171665daf26 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8529bac1f70..a694ced4290 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 28bee4aa64f..671e7f992c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 39dac7ae160..7cb68718345 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 69dfb72e0c4..0f4cbd68404 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e6ac7968e7..a1f8b6c01c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6629715f820..9b92bd0ca6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c0382348aed..5c8d66147fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ddf5353614f..c9d9783bcb4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 07ab1bbfeb4..e6d74c5837f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d033b0c69d2..115a4a17db1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e41a1d228cd..eb7ca0f1f41 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 db6edc083db..df9a0160802 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 abc5c98e6fa..c4cd2edcfc7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40a0e55da48..ead309e7e03 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3b0710963b9..b954aaf3668 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a95262f4e2e..4f136bb205c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6aeee6d029b..04111f857fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bdccdda30c6..66d43b43457 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5d0cc1a71e6..9375d804192 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c7251acb4af..8d6322cb8a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f269a83f44..0878dcdb06e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f25c8c51b68..5d877a90c53 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 591a1f4b7e8..3a06f38e94a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6d0ca8b8774..24204b0f02e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1327a542aa4..ebe40d4b44d 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4b71aed64e1..9260f60f295 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2b08d809f60..2f4ef63efb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0797676d1af..c29e570b642 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e892ea2b119..2651998d69d 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__ -ffp-contract=off" } -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 60ddeb57cc3..fab9547c738 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e171dc5d2d..26211656a42 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 936c2a773e4..6f20a34d1b7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cb28f281620..09aef909e50 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 47c2e4f10f2..5683967193f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2f12c0c12d2..d64f479c005 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b46e02cd7e9..56d67e8f8d9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 62882ef7884..319507689b2 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 637cefba242..3b4d1f42375 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d3945b61c4b..93ab4b8c95f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dcaa78ac1f6..a0c0c5d45d7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 60fafc48bb4..f8c38e651d3 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 68a1bfabb5d..c9ef9b1ccfe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e51b4030d6a..8e30751f6eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ad18d9034d6..a770d6c1cdc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 58bca3e9f1c..70888307475 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2a845dd25b8..aac9eb464d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40628a1a4c0..268363b68a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 03d411946c8..ededf2eb985 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 24e4ec8d2d8..b3dbdc09711 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc2f638fb4f..7ba7e14c269 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c48f25d0fd1..20e534a9585 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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_cxx17.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile_cxx17.cc index f0b0f96af27..5b5dae8c796 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile_cxx17.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile_cxx17.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6db4140c68d..98e2fa0a8a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0e73db1a403..4ac80790dd4 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f4a8da5c551..b8a96a142c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 39d6518fa0d..068bcc85b50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4bb2e6b6e0d..75c488dc9b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e3d8e08528b..bd873ed7c8d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ee587cbad86..ab3b6b2c4fe 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 142c8e2f28a..db5083bf24a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c28aceefe80..24d33eb7db7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5a76ec292e8..07a4bb5eea5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8d68ade4bf7..307207b135e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc251591bba..1fdbc91f036 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75101d85556..89fb45cbc16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4edbc68464d..8e61da9b7fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c7198790b20..828b9a4539b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d73f6a604fe..f8ccab277fb 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 73abbb2cebf..66c3788a001 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c17c4d60ce5..3877e3919e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 92bf5a21cfc..e6531f4fc76 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 54f16f7519f..8f3a6032c57 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 982ac01401f..901a3fa56bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cacc73ef6d7..4d22d6660f4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f917cc004f5..f48454fc8af 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0afa682e8d9..5a2039a800a 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9ea0ee90c5b..2b11d832064 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8ae6901feb5..67428885fe1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 16671219e23..f27f720339c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a56bdb6cace..348589047f4 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 09e02e91fa7..a15ecdd442d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 95f23a8f634..483174f524a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f0aa5f3a066..cb5c9402fb9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e4e9d137bd3..e2fcf86ecde 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 79dd394c323..c27485c3818 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 86dd83f0e02..924bfacdcc2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 825676b730a..93bce076d09 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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/pr68397.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/pr68397.cc index 1df97a49543..fb8e5085bcf 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/pr68397.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/pr68397.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Free Software Foundation, Inc. +// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2bdb0e66e90..f3fb49b65ff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b79bc2c0427..0a1a604a4b9 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40ff24b0431..3225490c09d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5a55e33a9e8..f9746d25439 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1e318da6160..8117638bb01 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a7f045dfc0d..979c1e0115b 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 @@ -2,7 +2,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__ -ffp-contract=off" } // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cc65ca852c5..87ec26f0c25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 efec4e2a9af..e485d3cf0c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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_cxx17.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile_cxx17.cc index 048328b6c00..d0af4292e3e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile_cxx17.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile_cxx17.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eec0f8890f1..578ebd45367 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 031f1ec8040..697d50936f4 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3cbd9dfbbbb..784da7dee80 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 11a1642b915..66ccc8fc166 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 69f51780fef..418c4717732 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4e424341bbd..d22e69035dd 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 79a2ea2d0ed..d120621e22c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5699e29e384..6ddae844680 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1105fefa18b..f6fb4a646fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5230fc190bd..500c7dd5fa4 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 13d78811c97..10fc931eb22 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b4a552b6316..994f580a654 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 03315e558dd..0022c2488a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ac57370b282..c4ae0a2fc1e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ab31eb5c244..24b7e3cbd8a 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 39e12d9805c..c2ed70e0e08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 926efefe6c9..8cd1d6769ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1fcb3f2e74a..e652865f3fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 440f13424a8..ee438c8c3ff 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75887a4ef14..6d6bae85b6e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 25e39e62b1c..e113477df50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e20b797c99b..230f0f956e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 80ab0e6d9e2..39832639109 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,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dad940bccdb..1dde4322571 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4f1b6906642..33c3430c9bc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 22b9546fb28..3de9951c1cd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5f46889857d..02ec18844b0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 95c28bb7271..8ebc042f032 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c8f47034b3d..d9474ece2c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 aee0bb4fe3f..8c8ee26f465 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ea73f3ac084..79d6334017f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e23c45e8b5e..e75c9b909b8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d86cb62d1c2..90d15009820 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 63253a08a80..d83c639633e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bdea323c051..2a810efa1a9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e5a15cdedfa..a4840e6576d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 76fb613f097..a4be164d5ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f427a0e0c5d..0e57c25d1fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 26c8e561579..978a01eaecc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 207d140d47c..d70c7cb78b9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bdb21b773c8..555e6c2192a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5f829dfd35c..7f4ab7666bb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 850c0a7e46d..2a36f604219 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3e86aba0542..ddd25915d52 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2600b418e6d..179f5324357 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4bf294e0211..da0438aac92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 14f8a65712f..a880c47fa2d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 42c6d02676d..872fa139c78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f64d5334b37..8eaf33a52f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5ecec9bdded..827cee0c4dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b4fc3f3668a..77d7067486a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c42cc1e5cec..b3a534e0b2c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 32ca3a678b1..2f7a0e30c35 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 475855548cc..15ffd0855e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5e058119f40..1ae57c25332 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0f3ce986b4a..40f4bb172d8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 23ae5ad1826..ae4a7a0d304 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 130e3b2ac19..5e802004fe5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fde44f19c8a..13a0e918302 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3c1c52b427d..521431fc938 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3d7c75a139d..371f457737e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 049fa16395c..3850bb2d3e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 01c76932ea7..b9728acdc3c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c2f8b5d308e..0a202aeb484 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3b9a4f00b70..a5e73ee3f6f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c4c8a912533..c2a4e0c7863 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b2aaf6b0df1..30cabff1758 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 40ee49b295d..0ac6be7f5fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 53f7cba6423..f7497a3c62a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 53d0603f03c..abf65bc9ac0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 04f87ab4919..a3de239593d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 571f98bec4d..144b75e8866 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cba7c6016a8..3ccea750bbb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 146784ff6c4..dcc4efeac23 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c154a594e28..316ea303b4d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9c4d4cedb7f..78febb07e06 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f15904c422f..09b993d4671 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 43e07d9599f..611e18d7fe6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 30c6acc912e..6db0d0d5dde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6d8fec1841d..13538f24650 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38509b8c51a..acd5b701a0e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2510367413a..a9e835b080c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a71439339fd..bcfb55e4596 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 33556069a16..cfced84f316 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 efb8090b2e4..d8015ffb6b5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1fd2b39837b..3006e689427 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ed87867b7ec..b4d061751c0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 baddd9960da..c082aeaad12 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 880ec7421df..45d8bde12f8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 59f60338f6b..6695fb9c5d4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 36503ab7db0..7d84e26687f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e7d809cca4a..560593617ac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9f5236f9f9c..b838d3ebb68 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ce1ec3c5691..f205ec40d39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 78aca5124e6..7ad9b51522c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9cfb6b77094..ceb28bc9972 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cb156532b5c..39beaaae03b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b90b1e41ebb..4068b32bc5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8d26bbd2c85..f9a4881d91e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cbaf055ba73..9236b4f00ae 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1ea26d42769..4ec09bbd17b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3a2db2a7d65..564bf74ebb0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 57a5f169985..f9bf62e7f45 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b0f5910d775..e9da207f1fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e4b6098e8bd..213e05ed5d6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 516f9c1eebc..bf954b4dd66 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 811cff6076e..3d0d45589a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 507dc5a451f..d0156d1a8e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4ae2a698ecc..0fade1a9412 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 759c1279a88..0f7bb289dde 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 35f9fd97fd9..abd598ede16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cb465a9e1f6..2ec2677ec84 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 311d5f1f2ea..e1264356223 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3450658914e..dfedbe33114 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f46dd32319c..8ab99b43fc6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 1ab6de0d00a..b51088f93e2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 188ceb89b55..c79d6fa6022 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bd1b3b8a423..fb7317c2391 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cdede753f68..886408a2793 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 bae174a2cf2..dc4f290b4e5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 64b3c7a7f9f..2080aaac01e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5a747149c2a..ba192f686fa 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 54efc736906..fef1ff70fdd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 75e523c1556..2b48a865875 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8a6ef68e5ed..d217d8611f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 86c8daf1bba..be41c65d192 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 adbda4d777b..c76e1b4bbff 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cf1d380ca5f..7c3cee93222 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ee0dbddd914..5182c23f447 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 995b617f70a..e8331140c04 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7d85371ebfd..33b90f71893 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 09d5d8ec2b3..e5c65021c93 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 130cb2d5ce6..3e1e75bde32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 24f454ac9fb..c35867c4287 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 34e17a34ca9..c2106df6ac4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2976b91ca88..e80cd0781ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6f21a343989..854f49663f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 df3ad796930..34d628d1f32 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 e38c040c606..6a42acd0696 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5ff475528f2..3ae5a2b08a2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fdb56647370..9d02ebc4d5b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6f7da240dfb..e5e61915c0d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f22693e08f5..04a155e8e90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 53aaa3a6318..a490ab05cc5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd600a03c38..134ee996e5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 47c9435d52f..d353d963f7b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 db96e32c48b..cff79a620f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a6e0b6c32fc..95f61cd652f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 154f3b9f515..ff752133d7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 98c9506476d..d3599fd9bb1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 51bf22f9cf0..60f2a00c207 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c15044879a1..b922d1643e8 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 656a737954b..557245408fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7e16968fda8..fd477782d51 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ea3de2083b2..0a2b7d3c094 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fae59867a6c..398f0adccac 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5913f1ce1fb..b4972c9ccec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 a406d360886..b1ad9aa1e7a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 183aff22af3..1b630b1137b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 60a64a2d1df..3b87bfad37f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4d144ed12fe..bd192c8438d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c2bc3ab722d..f8842ec52f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 100a0c79405..7bf792b16e9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 685618cf9b3..463c5ab4234 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b9970d81280..2ccbdab0639 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c63f054383d..881d6d7e447 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 18c20b18fa6..0bb4691076d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 435b850e728..8e546631a78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 44b6b9e0db6..f46182f0682 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 f50270928b7..21ca25f254f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 435b850e728..8e546631a78 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2008-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 fa7f0c31218..1bbd3ebb5fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 38559afcbc3..6601d03f0b2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8b5f511b650..d939be8f92c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 29286f7cfcc..7d5ab937ebd 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/functions.cc @@ -3,7 +3,7 @@ // 2006-01-30 Paolo Carlini // -// Copyright (C) 2006-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 cf96655f334..f0a92347bc4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dfbc6147dc3..a6560d81226 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 8f913de55e1..606738f7846 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7305e95e49e..be28868b13d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 c6dc45ea7c5..d8e9b8975eb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 7fa340bed5a..d2f11ff4c82 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 13533c49426..504f42c531e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 2bc376907f0..779f56e51bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d9f09f91978..a13ccb5f1f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 0cf52928a27..78887495fe3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 46816a379c8..9a93e24f8ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 ff90be319ec..37ee6e803f5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 50fdb3055e6..52bd08f21f1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3edef5bc5a4..523fb43992e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 b61b74a4a87..81d16692275 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 83353124350..e1feef99582 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 5f6ef48ae85..4bb1636c01b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 eac6d5652b7..5395ca6ef50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 4aa38731084..94eea157f58 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 6dceabf51e7..5708b4eb216 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 3ae7916e104..43cde188794 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 9f0cccc9578..f8195202022 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2016-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 dd8046976cb..5528f98da16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO 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 d88bd742474..b70e3b4d9d3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 504c05d2e9c..2f6de1584ec 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 56a13e090bd..77c3044e5c6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a2dc5942078..0b3b5c2cd87 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 487fc2712b1..43f1cdd7d37 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a2c365ba533..9c4e0ed41fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a2bf7141713..e72681af7b6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 034f144ec54..22d4928a012 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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/pr87784.cc b/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr87784.cc index 52dc3893a31..cd70d623ffc 100644 --- a/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr87784.cc +++ b/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr87784.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Free Software Foundation, Inc. +// Copyright (C) 2018-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7ae3b472a4c..5f070a22c91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5019a102278..ad91bf439d0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 01a037de4ec..9514d259c9b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f73996122c2..053ab75a4bd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2b8b940f492..335eea2af46 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c4f827d5cdd..3a01745f227 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d93ee149f51..1640d2e0e70 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2769910e5a3..970e5eea369 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bd78369f105..f241158a0dd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 426939a0d90..d2df06b4c3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 edddda74b6f..4768497b0c9 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 95a47f0f479..842f6288684 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 bed12fd0678..88ced3993fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a81a143a851..881c527a725 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cfa35a511fd..bec7e159672 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5d6d2e472f6..aa557a64760 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f81d69aafbc..42a56f91642 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dc9337bbab7..bd83c592359 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0427145380a..ec5eaf5672e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f6b20726fe2..23d79009985 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e981c1f56e2..63542ded850 100644 --- a/libstdc++-v3/testsuite/util/debug/checks.h +++ b/libstdc++-v3/testsuite/util/debug/checks.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c4f7b2d7865..5b66f6bb230 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 57746bc8ec4..6dcb5651f30 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 18aa82c19ca..96dd8d95951 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d43c7894132..69d3741d84e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cb6a49a1bf8..ca83f8d2008 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c892f59715c..a4c7c76a7a7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a9472f131df..4ed5e6bf3f6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 854c4cedf1d..7163b5b9c16 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 566d96ce872..4fab1eb19fd 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 11d35c0c311..0f7a67c4b63 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5fd833d6d18..869c982adfc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f94be7b2da..fe0b502ed39 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3a286deebd6..4292738ef50 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f015261d41f..5f8048a24e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 49136ecf4f5..ebbe6c35f92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0fe1e4164c0..3c86a790266 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a9814b79bb4..1c4e059b568 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5f892d7e19d..5b0f2f9a60e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2268363986e..9b4d0aa8cf0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 801bd6af9d5..96731f706e6 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 906d29f17fa..c22b9237a90 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b7efffcbdeb..05f57bec1e4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f48cff6836b..9878172eb11 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f1ca17f7505..811665b6b92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7602c5e876d..82db9dba2f3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f0dbef9a751..5a8db92d4fb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2913b4c6576..f67c1aa7071 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 70789a6cddc..377ccad3323 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 456b11d0dd8..31096cada92 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f94a1fe13ae..b0b739acb3b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 441deb854dd..c58c7104afb 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5b61599b935..ee477f7972b 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 33b5330f834..e8a21ecd25d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b3f0921614e..0a774ccd389 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ef6dc016339..3164a7d1161 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 105ef2ba0ee..853b7a39d25 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9bd56fac2d8..4a367c7dd91 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b89b378fc53..17e049296ad 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 543c1d1a9d0..5ae337868bf 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 edb2b36ed44..f886688e6e0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 347bb2c0dac..9c3a7d5061d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9d59aa2251b..247859b5b85 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0a2224281f0..9a2262710ca 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 ef99233a5bb..e33d4236812 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a55ae4619cf..801ac26b482 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e64c1a30a25..537807aaabc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 56b0ae0780f..9e9f7d78583 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cebd944cba4..7a6d85f23d5 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 e21a2cce983..0f5e3c81820 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 274a70ca624..5bed39ca0c7 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 062d42b95d0..ac232623640 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 215e775c5a6..11453855993 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 62eb19aaafd..2f993cd0ad2 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9210e48e07e..4853bcf8598 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 352a9f0435e..beb97e38b83 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 70e5a37eb1d..d26501785ab 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1f08d4ddb0c..835d18f5239 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 417ea8a8ce7..b4ee00e1281 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 03042d9a58d..7f2001382e1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 cf5ccc02bbc..eee2f20fba4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c2cca21ce7e..8991f753159 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0e3124330ba..8c78bc348a3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0eb0b7e0d2a..aba1e72dd00 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 633c5efc2cf..b7b3d5e07ed 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 d9312682052..9befe273140 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 1998c399212..24460779dad 100644 --- a/libstdc++-v3/testsuite/util/specfun_testcase.h +++ b/libstdc++-v3/testsuite/util/specfun_testcase.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 b7f4b655ce3..218d47fc756 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6975f994eb1..74e361242ef 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 0fdff49f4d1..1d716387d5e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3520ba6ce4b..b62fa06092a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c9aaf74133f..836b62b128d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 c5e1c654437..47fbd76bb96 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 16b2af5f8c1..0a45819b1ce 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 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 00635af0618..e0626e04794 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c18223475c9..0e77ff49a3a 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7860b17fcf3..4c5388ac91f 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 3b158bebbad..91880c8ac48 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9366f222ceb..e191911431e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 2e977b57cf1..c247f72e6fe 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 7d7b307c96a..41c481b61ee 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6de1b209ffd..3270d3f88c9 100644 --- a/libstdc++-v3/testsuite/util/testsuite_containergen.h +++ b/libstdc++-v3/testsuite/util/testsuite_containergen.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 250dfda668d..0c0dfa4c607 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 a1346d86a54..6b79f81f4fc 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c0fc0f3c38b..5527b5fb967 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 eccb8929d7d..64215690083 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 92812e9f1b6..d6f6e95885d 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 9a880a1b249..2fbc43cd769 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2002-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 36b53ac23f7..3999a5d6ee1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 6fcfd9a4d63..c782e8c6ca0 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4100514879d..4636d9995c1 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 4a6ac8bc9f4..caf421defb3 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2000-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 38ec35d4c45..fd163914d99 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2003-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 f06eb9489bb..84be2bb3f08 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 885f3b7f3aa..3a53b477fd4 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c19a2a00543..09b513eac1c 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 5fb7e2c5949..6e98f949220 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2005-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 c348ec047e3..18b44b215b1 100644 --- a/libstdc++-v3/testsuite/util/testsuite_shared.cc +++ b/libstdc++-v3/testsuite/util/testsuite_shared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 dbe99a9544e..b431682a06e 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU 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 fc64998fdea..e5794fa4a97 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-2018 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 40bec618e01..60409dafdb0 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am index 10d26375c10..f0ce94c078d 100644 --- a/libvtv/Makefile.am +++ b/libvtv/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the VTV library. ## -## Copyright (C) 2013-2018 Free Software Foundation, Inc. +## Copyright (C) 2013-2019 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index 9eb4f633308..5d421681f2c 100644 --- a/libvtv/configure.tgt +++ b/libvtv/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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/libvtv/testsuite/config/default.exp b/libvtv/testsuite/config/default.exp index c64f2b8a334..338e891f8c5 100644 --- a/libvtv/testsuite/config/default.exp +++ b/libvtv/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 Free Software Foundation, Inc. # This 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/libvtv/testsuite/libvtv.cc/virtfunc-test.cc b/libvtv/testsuite/libvtv.cc/virtfunc-test.cc index a33b045e75f..95b2eb4a30f 100644 --- a/libvtv/testsuite/libvtv.cc/virtfunc-test.cc +++ b/libvtv/testsuite/libvtv.cc/virtfunc-test.cc @@ -2,7 +2,7 @@ /* This test script is part of GDB, the GNU debugger. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This 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/libvtv/testsuite/other-tests/Makefile.am b/libvtv/testsuite/other-tests/Makefile.am index c665907c162..24509c89ef6 100644 --- a/libvtv/testsuite/other-tests/Makefile.am +++ b/libvtv/testsuite/other-tests/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the testsuite subdirectory of the VTV library. ## -## Copyright (C) 2013-2018 Free Software Foundation, Inc. +## Copyright (C) 2013-2019 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libvtv/vtv_fail.cc b/libvtv/vtv_fail.cc index 5150e9d1946..78d3c3691ac 100644 --- a/libvtv/vtv_fail.cc +++ b/libvtv/vtv_fail.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_fail.h b/libvtv/vtv_fail.h index 7825c14d579..07a2eebaa05 100644 --- a/libvtv/vtv_fail.h +++ b/libvtv/vtv_fail.h @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_malloc.cc b/libvtv/vtv_malloc.cc index 089f4796754..0a13c8c3394 100644 --- a/libvtv/vtv_malloc.cc +++ b/libvtv/vtv_malloc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_malloc.h b/libvtv/vtv_malloc.h index 5885471cb2e..129964f08c6 100644 --- a/libvtv/vtv_malloc.h +++ b/libvtv/vtv_malloc.h @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_map.h b/libvtv/vtv_map.h index 84bb600dc47..81012d3f057 100644 --- a/libvtv/vtv_map.h +++ b/libvtv/vtv_map.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_rts.cc b/libvtv/vtv_rts.cc index 191c182d0aa..bd3cda1749e 100644 --- a/libvtv/vtv_rts.cc +++ b/libvtv/vtv_rts.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_rts.h b/libvtv/vtv_rts.h index 6f9a1e613db..5c357da86fe 100644 --- a/libvtv/vtv_rts.h +++ b/libvtv/vtv_rts.h @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_set.h b/libvtv/vtv_set.h index be13c0612ba..a6e006570c7 100644 --- a/libvtv/vtv_set.h +++ b/libvtv/vtv_set.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_utils.cc b/libvtv/vtv_utils.cc index 1e41ced4473..4fa78249440 100644 --- a/libvtv/vtv_utils.cc +++ b/libvtv/vtv_utils.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_utils.h b/libvtv/vtv_utils.h index 00f6b9a9e05..525983fb8ac 100644 --- a/libvtv/vtv_utils.h +++ b/libvtv/vtv_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 1f2676bb036..f450efa0d2b 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 diff --git a/lto-plugin/lto-plugin.c b/lto-plugin/lto-plugin.c index 2361fe55803..3788fdbb64c 100644 --- a/lto-plugin/lto-plugin.c +++ b/lto-plugin/lto-plugin.c @@ -1,5 +1,5 @@ /* LTO plugin for gold and/or GNU ld. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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/lto-plugin/lto-symtab.c b/lto-plugin/lto-symtab.c index 35e92a3e73f..22b3af6027b 100644 --- a/lto-plugin/lto-symtab.c +++ b/lto-plugin/lto-symtab.c @@ -1,5 +1,5 @@ /* Program to read the IL symbol table. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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