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 tree-optimization/8781] Pessimization of C++ (functional) code



------- Comment #19 from pinskia at gcc dot gnu dot org  2006-01-08 05:32 -------
Hmm, maybe there is really something else going on here:
  struct noop_t<int (*)()>D.1999 D.2016;
  struct noop_t<int (*)()>D.1999 predD.2575;


  predD.2575 = (struct noop_t<int (*)()>D.1999) D.2016;


Hmm, why is there a cast there?  They are the same types.


-- 


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



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