This is the mail archive of the gcc-patches@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]

Re: [PATCH]: use mathfn_built_in more often



On Apr 18, 2004, at 14:07, Kaveh R. Ghazi wrote:
extern void baz(void);
static void bar(int i) /* <<--- should get an "unused" warning here! */
{
baz();
}


void foo(void)
{
  bar(20);
}

Since you noticed it, would you like to file the bug report?

I filed it PR 15005 with a small testcase like what you have.


Thanks,
Andrew Pinski


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