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++/20103] [4.0 regression] ICE in create_tmp_var


------- 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


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