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/24900] [4.1 Regression] new "value computed is not used" warning in gcc 4.1



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-11-16 18:36 -------
Reduces down to:
int f(void);
void g(void)
{
  (unsigned) f();
}

The typeof gets changed over to unsigned.

Maybe this is not a bug after all.  Can someone else comment on this?


-- 


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


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