This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r259163 - in /trunk/gcc/testsuite: ChangeLog c-...


Author: krebbel
Date: Fri Apr  6 07:43:53 2018
New Revision: 259163

URL: https://gcc.gnu.org/viewcvs?rev=259163&root=gcc&view=rev
Log:
Wattributes.c testcase: Disable warning check for IBM Z.

On IBM Z we enforce function alignment to 8 bytes.  Hence we get an
error instead of a warning when trying to specify smaller alignments.

gcc/testsuite/ChangeLog:

2018-04-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	* c-c++-common/Wattributes.c: Disable warning for s390* target and
	check for an error instead.
	* gcc.dg/Wattributes-6.c: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/Wattributes.c
    trunk/gcc/testsuite/gcc.dg/Wattributes-6.c


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