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


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-12 16:06 -------
Actually here is the reduced testcase:
struct C
{
  C (const C &x);
};
C &f();
void breakme (C j, bool k)
{
  for (;; k ? j : f())  ;
}

-- 


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


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