OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-align-2_main.c] - Blame information for rev 404

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

Line No. Rev Author Line
1 298 jeremybenn
/* Test compatibility of structure layout and alignment for a struct
2
   containing an int and a long long, with various combinations of
3
   packed and aligned attributes.  The struct is from the Linux kernel.  */
4
 
5
extern void struct_align_2_x (void);
6
extern void exit (int);
7
int fails;
8
 
9
int
10
main ()
11
{
12
  struct_align_2_x ();
13
  exit (0);
14
}

powered by: WebSVN 2.1.0

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