Commit e90434e3 by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/70434 (adding an extraneous cast to vector type results in inferior code)

	PR middle-end/70434
	PR c/69504
	* c-c++-common/vector-subscript-5.c (foo): Move ; out of the ifdef.

From-SVN: r236647
parent 8be062c6
2016-05-24 Jakub Jelinek <jakub@redhat.com>
PR middle-end/70434
PR c/69504
* c-c++-common/vector-subscript-5.c (foo): Move ; out of the ifdef.
2016-05-24 Richard Biener <rguenther@suse.de>
PR tree-optimization/71240
......
......@@ -7,7 +7,8 @@ foo (int i)
{
register U u
#if __SSE2__
asm ("xmm0");
asm ("xmm0")
#endif
;
return u[i];
}
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