This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/8781] Pessimization of C++ (functional) code
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jan 2006 05:32:10 -0000
- Subject: [Bug tree-optimization/8781] Pessimization of C++ (functional) code
- References: <bug-8781-4038@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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