Commit b86fec68 by Uros Bizjak

ChangeLog: Add missing entry.

	* ChangeLog: Add missing entry.
	* testsuite/ChangeLog: Ditto.

From-SVN: r245651
parent 76dd203e
...@@ -22,6 +22,13 @@ ...@@ -22,6 +22,13 @@
* value-prof.c (stream_out_histogram_value): Make assert more * value-prof.c (stream_out_histogram_value): Make assert more
precise based on type of counter. precise based on type of counter.
2017-02-21 Uros Bizjak <ubizjak@gmail.com>
PR target/79593
* config/i386/i386.md (standard_x87sse_constant_load splitter):
Use nonimmediate_operand instead of memory_operand for operand 1.
(float-extend standard_x87sse_constant_load splitter): Ditto.
2017-02-21 Jeff Law <law@redhat.com> 2017-02-21 Jeff Law <law@redhat.com>
PR tree-optimization/79621 PR tree-optimization/79621
......
...@@ -18,6 +18,11 @@ ...@@ -18,6 +18,11 @@
PR c++/79535 PR c++/79535
* g++.dg/ext/flexary23.C: New test. * g++.dg/ext/flexary23.C: New test.
2017-02-21 Uros Bizjak <ubizjak@gmail.com>
PR target/79593
* gcc.target/i386/pr79593.c: New test.
2017-02-21 Jakub Jelinek <jakub@redhat.com> 2017-02-21 Jakub Jelinek <jakub@redhat.com>
PR c++/79654 PR c++/79654
......
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