aboutsummaryrefslogtreecommitdiff
path: root/benchtests/bench-hash-funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/bench-hash-funcs.c')
-rw-r--r--benchtests/bench-hash-funcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchtests/bench-hash-funcs.c b/benchtests/bench-hash-funcs.c
index 8dd88c9..3035d5a 100644
--- a/benchtests/bench-hash-funcs.c
+++ b/benchtests/bench-hash-funcs.c
@@ -1,5 +1,5 @@
/* Measure hash functions runtime.
- Copyright (C) 2022-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-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
@@ -67,7 +67,7 @@ do_one_test (json_ctx_t *json_ctx, size_t len)
json_element_object_end (json_ctx);
}
-static void __attribute__ ((noinline, noclone))
+static void __attribute_optimization_barrier__
do_rand_test (json_ctx_t *json_ctx)
{
size_t i, sz, offset;