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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [20061109-1.c] - Blame information for rev 701

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile { target { int32plus } } } */
2
/* { dg-options "-O1" } */
3
 
4
/* This assignment might be implemented with a mem copy from the
5
   literal pool with two BLKmode operands.  This produced an ICE on S/390
6
   since simplify_subreg was called for such a BLKmode operand.  */
7
 
8
struct a
9
{
10
  unsigned int b:24;
11
};
12
 
13
void
14
foo (struct a *t)
15
{
16
  t->b = 32;
17
}

powered by: WebSVN 2.1.0

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