This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/26005] Non-existent function/macro isinf() - correctly rejected by gcc - accepted by gcc -O
- From: "dbb at hadenmead dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2006 19:36:14 -0000
- Subject: [Bug c/26005] Non-existent function/macro isinf() - correctly rejected by gcc - accepted by gcc -O
- References: <bug-26005-12086@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dbb at hadenmead dot com 2006-01-28 19:36 -------
This function is not present in Solaris9 (although it is indeed available in
Solaris10). So - with or without the optimiser - the compile should always
fail; unless, of course,the optimiser makes assumptions about the internals of
this (but not other) non-existnt functions.
--
dbb at hadenmead dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26005