Skip to content
Snippets Groups Projects
Commit d1b2ae0d authored by Steve Ellcey's avatar Steve Ellcey Committed by Steve Ellcey
Browse files

re PR middle-end/31490 (Compile error section type conflict)

2010-11-17  Steve Ellcey  <sje@cup.hp.com>

	PR middle-end/31490
	* gcc.dg/pr31490.c: New test.

From-SVN: r166888
parent 86f27ba6
No related branches found
No related tags found
No related merge requests found
2010-11-17 Steve Ellcey <sje@cup.hp.com>
PR middle-end/31490
* gcc.dg/pr31490.c: New test.
2010-11-17 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/nop.h: Move from ...
......
/* PR middle-end/31490 */
/* { dg-do compile } */
/* { dg-require-named-sections "" } */
int cpu (void *attr) {}
const unsigned long x __attribute__((section("foo"))) = (unsigned long)&cpu;
const unsigned long g __attribute__((section("foo"))) = 0;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment