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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [libmudflap/] [testsuite/] [libmudflap.c++/] [pass66-frag.cxx] - Diff between revs 275 and 338

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

Rev 275 Rev 338
// PR c++/37568
// PR c++/37568
// { dg-do compile }
// { dg-do compile }
// { dg-options "-fmudflap -O" }
// { dg-options "-fmudflap -O" }
 
 
struct A
struct A
{
{
  int i;
  int i;
};
};
 
 
A
A
foo ()
foo ()
{
{
  A a = { 1 };
  A a = { 1 };
  return a;
  return a;
}
}
 
 
A a = foo ();
A a = foo ();
 
 

powered by: WebSVN 2.1.0

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