------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-20 
13:48 -------
Target independent.
Confirmed reduced a little further (removed the templates) testcase:
struct mpz_class
{
  mpz_class (const mpz_class &);
  mpz_class();
};
inline mpz_class operator*(int, const mpz_class &expr) { }
struct state { mpz_class q; };
void f(state);
void g() {
    mpz_class y;
    f((state) { -10 * y });
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|alphaev68-unknown-linux-gnu |
   GCC host triplet|alphaev68-unknown-linux-gnu |
 GCC target triplet|alphaev68-unknown-linux-gnu |
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-20 13:48:10
               date|                            |


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

Reply via email to