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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr26622.c] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* PR middle-end/26622
/* PR middle-end/26622
   fold_ternary used to create a tree with mismatching types, causing
   fold_ternary used to create a tree with mismatching types, causing
   (const_int 128) to appear in QImode rtx.  */
   (const_int 128) to appear in QImode rtx.  */
 
 
unsigned char g;
unsigned char g;
 
 
unsigned long long
unsigned long long
foo (void)
foo (void)
{
{
  return ((long long) ((g & 0x80) != 0)) << 7;
  return ((long long) ((g & 0x80) != 0)) << 7;
}
}
 
 

powered by: WebSVN 2.1.0

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