From: "alex" <dayakarb...@gmail.com>
Date: Tue, 19 Dec 2006 10:19:23 -0000
Local: Tues, Dec 19 2006 5:19 am
Subject: problem while detecting floating point operations
hi friends ...
i am facing a problem while detecting floating point operations in my i want to find out the places in my C/C++ project where i am doing I just compiled the project with option '-msoft-float', it is reporting example: //first case float x; printf("%f",x); // here it is reporting an error because we are //in second case int y; y = 4.5 * 2.5; // here it is not reporting any error . what should have to be done to detect these kind of operations library: GCC 3.4.3 Thanks in advance You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||