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

Subversion Repositories openrisc

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

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

Rev 154 Rev 816
// PR optimization/6759
// PR optimization/6759
// This testcase ICEd on SPARC because folded REG_EQUAL
// This testcase ICEd on SPARC because folded REG_EQUAL
// note was note stored back and fold_rtx left invalid rtx
// note was note stored back and fold_rtx left invalid rtx
// in it.
// in it.
// { dg-do compile }
// { dg-do compile }
// { dg-options "-O2" }
// { dg-options "-O2" }
struct A
struct A
{
{
  long long a;
  long long a;
  A (unsigned short d) : a (d) {}
  A (unsigned short d) : a (d) {}
} x (65535);
} x (65535);
 
 

powered by: WebSVN 2.1.0

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