Commit f5b281c0 by John David Anglin Committed by John David Anglin

Wunused-var-12.c: Add -fno-common to options on 32-bit hppa*-*-hpux*.

	* c-c++-common/Wunused-var-12.c: Add -fno-common to options on 32-bit
	hppa*-*-hpux*.

From-SVN: r164044
parent c71cc324
2010-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* c-c++-common/Wunused-var-12.c: Add -fno-common to options on 32-bit
hppa*-*-hpux*.
2010-09-08 Nicola Pero <nicola.pero@meta-innovation.com> 2010-09-08 Nicola Pero <nicola.pero@meta-innovation.com>
* objc/execute/exceptions/throw-nil.m: New test. * objc/execute/exceptions/throw-nil.m: New test.
......
/* PR c++/44780 */ /* PR c++/44780 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Wunused" } */ /* { dg-options "-Wunused" } */
/* { dg-options "-Wunused -fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */
typedef double vec __attribute__ ((__vector_size__ (16))); typedef double vec __attribute__ ((__vector_size__ (16)));
vec c, d; vec c, d;
......
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