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
This commit is contained in:
parent
c71cc32487
commit
f5b281c0ed
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* objc/execute/exceptions/throw-nil.m: New test.
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* PR c++/44780 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wunused" } */
|
||||
/* { dg-options "-Wunused -fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */
|
||||
|
||||
typedef double vec __attribute__ ((__vector_size__ (16)));
|
||||
vec c, d;
|
||||
|
Loading…
Reference in New Issue
Block a user