This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Failures on Fedora-ppc64be-cc-with-index, branch master


Andreas Arnez wrote:

> Too bad.  I believe this is due to this compiler message:
> 
>   gcc ../../../binutils-gdb/gdb/testsuite/gdb.base/gnu_vector.c -mcpu=native -g -lm -o /home/gdb-buildbot/fedora-ppc64be-1/fedora-ppc64be-cc-with-index/build/gdb/testsuite/outputs/gdb.base/gnu_vector/gnu_vector
>   ../../../binutils-gdb/gdb/testsuite/gdb.base/gnu_vector.c:62:1: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
>  } union_with_vector_1;
>    ^
> 
> How to get rid of this message?

-Wno-psabi

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]