compiler: Fix test for "optimize" attribute.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Sep 2017 17:37:35 +0000 (10:37 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Sep 2017 17:37:35 +0000 (10:37 -0700)
This was introduced with GCC 4.4.  This fixes build warnings compiling with
Clang, which pretends to be GCC 4.3 and does not support the "optimize"
attribute.


No differences found