[Bug c/14999] [3.5 Regression] Build failure in stage2: unused parameter 'fndecl'

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Apr 18 15:55:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-18 15:45 -------
Looks like targeting alphaev56-unknown-linux-gnu, the function, fold_builtin_cabs, is too 
big to inline so it is emitted instead which causes this warning to show up, there is 
another bug which I will find/file:
static int t(int i)
{
  return 0;
}
int tt()
{
  return t(0);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |c


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



More information about the Gcc-bugs mailing list