[cig-commits] commit: Check -zero before -finit-local-zero

Mercurial hg at geodynamics.org
Wed Oct 26 12:54:45 PDT 2011


changeset:   44:39df31e3e5a3
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Oct 26 12:53:11 2011 -0700
files:       wscript
description:
Check -zero before -finit-local-zero


diff -r dbd4a95b99f7 -r 39df31e3e5a3 wscript
--- a/wscript	Wed Oct 26 12:39:30 2011 -0700
+++ b/wscript	Wed Oct 26 12:53:11 2011 -0700
@@ -153,7 +153,7 @@ def configure(cnf):
 
     # Check for -zero or -finit-local-zero
     frag="program main\n" + "end program main\n"
-    zero_flags=['-finit-local-zero','-zero']
+    zero_flags=['-zero','-finit-local-zero']
     if cnf.options.zero_flag:
         zero_flags=[cnf.options.zero_flag]
     found_zero=False



More information about the CIG-COMMITS mailing list