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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [packed1.C] - Blame information for rev 715

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

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do run { xfail sh-*-* lm32-*-* } }
2
 
3
// NMS:2003-04-21 this fails on strict aligned architectures again,
4
// the patch was reverted because it broke something more important.
5
 
6
// Copyright (C) 2002 Free Software Foundation, Inc.
7
// Contributed by Nathan Sidwell 8 Aug 2002 
8
 
9
// WRS SPR 63496, lost packed attribute when accessing a packed
10
// field. This matters on aligned architectures like sh
11
 
12
struct thing { int m; };
13
 
14
struct pod
15
 {
16
   char a;
17
   thing m __attribute__ ((packed)); // { dg-warning "attribute ignored" "" { target default_packed } }
18
 };
19
 
20
int main ()
21
{
22
  thing t;
23
  pod p;
24
 
25
  p.m = t; /* runtime bus error here */
26
 
27
  return 0;
28
 
29
}

powered by: WebSVN 2.1.0

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