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 middle-end/22524] fold (or the front-ends) produces UNARY (BIT_NOT_EXPR) tree with mismatch types



------- Comment #3 from pluto at agmk dot net  2005-10-17 18:39 -------
% cat pr22524.c.t03.gimple
main ()
{
  char * D.1282;
  int D.1283;
  int D.1284;
  int i;

  D.1282 = a ();
  D.1283 = (int) D.1282;
  D.1284 = ~&buf;
  i = D.1283 + D.1284;
}


-- 


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


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