re PR tree-optimization/81162 (UBSAN switch triggers incorrect optimization in SLSR)

2017-07-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	PR tree-optimization/81162
	* gcc.dg/pr81162.c: Move this to...
	* gcc.dg/ubsan/pr81162.c: ...here.

From-SVN: r250284
This commit is contained in:
Bill Schmidt 2017-07-17 19:12:11 +00:00 committed by William Schmidt
parent dbc4ecfc57
commit f648932613
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2017-07-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR tree-optimization/81162
* gcc.dg/pr81162.c: Move this to...
* gcc.dg/ubsan/pr81162.c: ...here.
2017-07-17 Volker Reichelt <v.reichelt@netcologne.de>
* g++.dg/diagnostic/friend1.C: New test.