Commit d411104c by Sebastian Huber Committed by Chung-Ju Wu

re PR target/55033 (PowerPC section type conflict error)

gcc/testsuite
2013-05-10  Sebastian Huber  <sebastian.huber@embedded-brains.de>

        PR target/55033
        * gcc.target/powerpc/pr55033.c: New.

From-SVN: r199795
parent 657fb0c6
2013-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR target/55033
* gcc.target/powerpc/pr55033.c: New.
2013-06-07 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53658
......
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_eabi_ok } */
/* { dg-options "-mcpu=8540 -msoft-float -msdata=eabi -G 8 -fno-common" } */
extern void f (void);
struct s
{
int *p;
int *q;
};
extern int a;
extern const struct s c;
const struct s c = { &a, 0 };
void
f (void)
{
char buf[4] = { 0, 1, 2, 3 };
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment