From: aroelant@be.oracle.com (Andre Roelants)
Subject: _status_access_violation on W95 ! if (whatever > 0.9 * 234);
7 Mar 1998 07:16:52 -0800
Message-ID: <34FED206.1258.cygnus.gnu-win32@be.oracle.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: gnu-win32@cygnus.com

This program fails on the last if statement on win 95 with B19 on a
386 without fpp. (same failure as GDB GUI??)


# include <stdio.h>

main()
   {
   if ( a >= (int) (0.9 * 2048)) printf(">= 0.9\n"); /* OK  with
explicit type cast*/

   if ( a >= 0.9 * 2048) printf(">= 0.9\n"); /* _status_access_violation
*/
   }
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
