* bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,
[binutils-gdb.git] / gold / testsuite / odr_violation2.cc
index a159182b524e8c2da98ad4847c1c4e359da09c69..e3d30f3949b0e204a885ffccacda779c32f115d4 100644 (file)
@@ -12,7 +12,7 @@ class Ordering {
 bool Ordering::operator()(int a, int b) {
   // Optimization makes this operator() a different size than the one
   // in odr_violation1.cc.
-  return a + 1 > b + 1;
+  return a + 12345 > b / 67;
 }
 
 void SortDescending(int array[], int size) {