This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c/30936] const attribute in nanf prototype causes gcc not producing correct code.



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-02-23 17:39 -------
> Being nanf declared using const attribute

Can you attach the preprocessed source which you can get by adding -save-temps
to the command line?  The file will be called something.i.

Also can you compile with -W -Wall as I think really nanf is not being
prototyped which means this is not a GCC issue.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30936


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]