]> git.ipfire.org Git - thirdparty/gcc.git/commit
Range-on-edge trace tweak.
authorAndrew MacLeod <amacleod@redhat.com>
Fri, 19 Nov 2021 18:27:18 +0000 (13:27 -0500)
committerAndrew MacLeod <amacleod@redhat.com>
Wed, 24 Nov 2021 14:03:07 +0000 (09:03 -0500)
commita031bb7a585f789df2aed856a57646b8c45d0878
treec59e4efb06870ca9b9797d2932c4fbec6e5e1835
parent3b2337831a81e4783d7205525c82f3b0cb11459c
Range-on-edge trace tweak.

Trace formatting gets out of sync when range on edge is called with a constant.

* gimple-range.cc (gimple_ranger::range_on_edge): Call trailer when
a constant is encountered to terminate the trace.
gcc/gimple-range.cc