about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-10-07 23:17:33 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2015-10-07 23:17:33 -0700
commitab382c88944a3491c57a2cee21b55b90442e6250 (patch)
treec836425ad61bf7cfe0e73b95b6be3bc809be4e59 /ChangeLog
parente4bc326dbbf7328775fe7dd39de1178821363e0a (diff)
downloadglibc-ab382c88944a3491c57a2cee21b55b90442e6250.tar.gz
glibc-ab382c88944a3491c57a2cee21b55b90442e6250.tar.xz
glibc-ab382c88944a3491c57a2cee21b55b90442e6250.zip
stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead of
This fixes build problems on arm, aarch64 and s390, which failed due to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59884.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85bfbd20c0..6b2e5d3b9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* stdio-common/tst-printf-bz18872.sh: Use attribute optimize
+	instead of #pragma optimize.
+
 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #17195]