OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [expr/] [for2.C] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
// { dg-do compile }
// { dg-do compile }
// PR c++/17661
// PR c++/17661
// We used to try to create a temprary for the condition
// We used to try to create a temprary for the condition
// expression in the for which was wrong.
// expression in the for which was wrong.
struct C
struct C
{
{
  C (const C &x);
  C (const C &x);
};
};
C &f();
C &f();
void breakme (C j, bool k)
void breakme (C j, bool k)
{
{
  for (;; k ? j : f())  ;
  for (;; k ? j : f())  ;
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.