This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30936] const attribute in nanf prototype causes gcc not producing correct code.
- From: "filippo dot arcidiacono at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Feb 2007 08:08:26 -0000
- Subject: [Bug c/30936] const attribute in nanf prototype causes gcc not producing correct code.
- References: <bug-30936-14151@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from filippo dot arcidiacono at gmail dot com 2007-02-26 08:08 -------
Created an attachment (id=13111)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13111&action=view)
prerprocessed file of nanf-test.c
In attach you can find the preprocessed file nanf-test.i of nanf-test.c.
It contains the nanf prototype, declared by bits/mathcalls.h included by math.h
header file.
Using -Wall option I doesn't obtain any warning.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30936