Commit 49008cb9 by Andrew Stubbs Committed by Andrew Stubbs

re PR target/50809 (driver-arm.c:55:11: error: anonymous type with no linkage…

re PR target/50809 (driver-arm.c:55:11: error: anonymous type with no linkage used to declare variable '<anonymous struct> vendors []' with linkage [-Werror])

2011-10-21  Andrew Stubbs  <ams@codesourcery.com>

	PR target/50809

	gcc/
	* config/arm/driver-arm.c (vendors): Make static.

From-SVN: r180289
parent efc15405
2011-10-21 Andrew Stubbs <ams@codesourcery.com>
PR target/50809
* config/arm/driver-arm.c (vendors): Make static.
2011-10-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_emit_swdivsf): Force b into register.
......@@ -49,7 +49,7 @@ static struct vendor_cpu arm_cpu_table[] = {
{NULL, NULL, NULL}
};
struct {
static struct {
const char *vendor_no;
const struct vendor_cpu *vendor_parts;
} vendors[] = {
......
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