diff options
Diffstat (limited to 'stdlib/tst-quick_exit.cc')
-rw-r--r-- | stdlib/tst-quick_exit.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-quick_exit.cc b/stdlib/tst-quick_exit.cc index 4331d80..0a67748 100644 --- a/stdlib/tst-quick_exit.cc +++ b/stdlib/tst-quick_exit.cc @@ -1,5 +1,5 @@ /* Bug 20198: Do not call object destructors at exit. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 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 @@ -26,7 +26,7 @@ struct A thread_local A a; void -__attribute__ ((noinline, noclone)) +__attribute_optimization_barrier__ optimization_barrier (A &) { } |