Commit 7dabefa0 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/79904 (ICE in annotate_constant_pool_refs, at config/s390/s390.c:7909)

	PR sanitizer/79904
	* gcc.dg/ubsan/pr79904-2.c: Add -Wno-psabi to dg-options.

From-SVN: r246468
parent fdcfea63
2017-03-24 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/79904
* gcc.dg/ubsan/pr79904-2.c: Add -Wno-psabi to dg-options.
2017-03-24 Marek Polacek <polacek@redhat.com>
PR c++/80119
......
/* PR sanitizer/79904 */
/* { dg-do compile } */
/* { dg-options "-fsanitize=signed-integer-overflow" } */
/* { dg-options "-fsanitize=signed-integer-overflow -Wno-psabi" } */
typedef signed char V __attribute__((vector_size (8)));
......
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