------- Comment #3 from manu at gcc dot gnu dot org 2010-04-06 20:53 ------- With GCC 4.5, it is:
pr43666.c: In function âmainâ: pr43666.c:8:3: warning: âfooâ is deprecated (declared at pr43666.c:3): Use bar() instead So this is new in GCC 4.5 but not documented in changes.html. I will try to make patch when I get some free time (but patches are welcome!). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43666