Wunused-var-15.c: Add -fno-common additional option on hppa*-*-hpux*.
* c-c++-common/Wunused-var-15.c: Add -fno-common additional option on hppa*-*-hpux*. * c-c++-common/Wunused-var-16.c: Likewise. * c-c++-common/builtin-shuffle-1.c: Likewise. * gcc.dg/debug/dwarf2/align-[1-6].c Likewise. * gcc.dg/debug/dwarf2/align-as-1.c: Likewise. From-SVN: r245179
This commit is contained in:
parent
510555e01c
commit
d8a09adacf
@ -1,3 +1,12 @@
|
||||
2017-02-03 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* c-c++-common/Wunused-var-15.c: Add -fno-common additional option on
|
||||
hppa*-*-hpux*.
|
||||
* c-c++-common/Wunused-var-16.c: Likewise.
|
||||
* c-c++-common/builtin-shuffle-1.c: Likewise.
|
||||
* gcc.dg/debug/dwarf2/align-[1-6].c Likewise.
|
||||
* gcc.dg/debug/dwarf2/align-as-1.c: Likewise.
|
||||
|
||||
2017-02-03 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR tree-optimization/79327
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* PR c/71719 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wunused -W -Wno-psabi" } */
|
||||
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
|
||||
|
||||
typedef unsigned V __attribute__ ((vector_size (16)));
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* PR c++/78949 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wunused" } */
|
||||
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
|
||||
|
||||
typedef unsigned char V __attribute__((vector_size(16)));
|
||||
V v;
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* PR c++/78089 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
|
||||
|
||||
typedef int V __attribute__((vector_size (4 * __SIZEOF_INT__)));
|
||||
V a, b, c;
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O -g -dA -gno-strict-dwarf" }
|
||||
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
|
||||
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
|
||||
|
||||
int __attribute__((__aligned__(64))) i;
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O -g -dA -gno-strict-dwarf" }
|
||||
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
|
||||
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
|
||||
|
||||
typedef int __attribute__((__aligned__(64))) i_t;
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O -g -dA -gno-strict-dwarf" }
|
||||
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
|
||||
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
|
||||
|
||||
typedef int int_t;
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O -g -dA -gno-strict-dwarf" }
|
||||
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
|
||||
// { dg-final { scan-assembler-times " DW_AT_alignment" 2 { xfail { powerpc-ibm-aix* } } } }
|
||||
|
||||
struct tt {
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O -g -dA -gno-strict-dwarf" }
|
||||
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
|
||||
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
|
||||
|
||||
struct tt {
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O -g -dA -gno-strict-dwarf" }
|
||||
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
|
||||
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
|
||||
|
||||
struct tt {
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-O -g -dA -gno-strict-dwarf" }
|
||||
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
|
||||
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
|
||||
|
||||
int _Alignas(64) i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user