This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: 26_numerics/c99_classification_macros_c.cc is broken
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: 21 Jul 2002 14:34:58 +0200
- Subject: Re: 26_numerics/c99_classification_macros_c.cc is broken
- Organization: CodeSourcery, LLC
- References: <u8n0sltghy.fsf@gromit.moeb>
Andreas Jaeger <aj@suse.de> writes:
[...]
| The problem is that c99_classification_macros_c.cc has for example in
| line 34 (first error):
| void fpclassify() { }
|
| But glibc implements fpclassify as a macro, following ISO C99
| ("7.12.3.1 The fpclassify macro" (note the title)).
Yes. Idealy, we would like those macro not defined. The test should
pass if they are not defined as macros and should fail otherwise.
Thanks,
-- Gaby