[Bug c/13856] [3.4/3.5 Regression] hidden support broken with builtin functions
zack at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Feb 3 21:25:00 GMT 2004
------- Additional Comments From zack at gcc dot gnu dot org 2004-02-03 21:25 -------
The source code is fine. I think what needs to happen is that the various
special cases for builtin functions should only apply if the builtin is still
invisible (C_DECL_INVISIBLE (olddecl)) -- if it is visible, then there was a
declaration in the source code, and following declarations must agree with that one.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13856
More information about the Gcc-bugs
mailing list