Author: dgilmore
Date: 2011-04-11 14:03:04 -0400 (Mon, 11 Apr 2011)
New Revision: 3545

Modified:
   trunk/osprey/driver/OPTIONS
Log:
Fix for bug 758 -Wuninitialized not handled properly in Fortran compilations.

Ported from PSC 3.3 beta.

Approved by Jian-Xin Lai.


Modified: trunk/osprey/driver/OPTIONS
===================================================================
--- trunk/osprey/driver/OPTIONS 2011-04-11 07:23:21 UTC (rev 3544)
+++ trunk/osprey/driver/OPTIONS 2011-04-11 18:03:04 UTC (rev 3545)
@@ -4,6 +4,8 @@
 
 % -*- fundamental -*-
 %
+%  Copyright (C) 2007, 2008, 2009 PathScale, LLC.  All Rights Reserved.
+%
 %  Copyright (C) 2008-2010 Advanced Micro Devices, Inc.  All Rights Reserved.
 %
 %  Copyright (C) 2006, 2007. QLogic Corporation. All Rights Reserved.
@@ -1567,7 +1569,7 @@
        "Warn if an undefined identifier appears in a #if directive"
 -Wno-undef     ;               Cc,CPP  CPP,f   self
        "Do not warn if an undefined identifier appears in a #if directive"
--Wuninitialized                ;       FTN,Cc  f       self 
"-WOPT:warn_uninit=on"
+-Wuninitialized        ;               FTN,Cc  f       -WOPT:warn_uninit=on
        "Warn about unitialized automatic variables"
 -Wno-uninitialized     ;       Cc      f       self "-WOPT:warn_uninit=off"
        "Do not warn about unitialized automatic variables"


------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to