r259982 - in /branches/gcc-8-branch/gcc: Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Sun May 6 21:52:00 GMT 2018


Author: jakub
Date: Sun May  6 21:52:25 2018
New Revision: 259982

URL: https://gcc.gnu.org/viewcvs?rev=259982&root=gcc&view=rev
Log:
	PR c++/85659
	* cfgexpand.c (expand_asm_stmt): Don't create a temporary if
	the type is addressable.  Don't force op into register if it has
	BLKmode.

	* g++.dg/ext/asm14.C: New test.
	* g++.dg/ext/asm15.C: New test.
	* g++.dg/ext/asm16.C: New test.

Added:
    branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/asm14.C
    branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/asm15.C
    branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/asm16.C
Modified:
    branches/gcc-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/cfgexpand.c
    branches/gcc-8-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list