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/17573] redefinition of builtin generates error when K&R fn def used


------- Additional Comments From schwab at suse dot de  2004-09-20 22:44 -------
The definition is not compatible with the declaration.  In K&R style a  
function parameter that is defined as float is actually a double due to  
default promotion. 

-- 


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


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