This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Fri, Apr 06, 2001 at 02:32:00PM -0700, Mark Mitchell wrote:
> Yes, it did. But, I'm not sure it went away in a good way.
You're right. I tried
#include <math.h>
double foo(double x) { return lrint(x); }
Curiously, it succeeds when built as C, but not as C++.
Something to look into...
r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |