URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [opt/] [cse1.C] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
// PR optimization/6759
// This testcase ICEd on SPARC because folded REG_EQUAL
// note was note stored back and fold_rtx left invalid rtx
// in it.
// { dg-do compile }
// { dg-options "-O2" }
struct A
{
long long a;
A (unsigned short d) : a (d) {}
} x (65535);
Go to most recent revision | Compare with Previous | Blame | View Log