Commit af23e99c by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/72817 (wrong code at -O3 on x86_64-linux-gnu (in both…

re PR tree-optimization/72817 (wrong code at -O3 on x86_64-linux-gnu (in both 32-bit and 64-bit modes))

	PR tree-optimization/72817
	* gcc.dg/tree-ssa/pr72817.c (a): Change type from char to signed char.

From-SVN: r239514
parent feeb6268
2016-08-16 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/72817
* gcc.dg/tree-ssa/pr72817.c (a): Change type from char to signed char.
2016-08-16 Joseph Myers <joseph@codesourcery.com>
PR libgcc/77265
......
/* { dg-do run } */
/* { dg-options "-O3" } */
char a;
signed char a;
short b;
int main ()
......
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