]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Fix FAIL: g++.dg/tree-ssa/initlist-opt1.C
authorJonathan Wakely <jwakely@redhat.com>
Wed, 26 Mar 2025 10:10:19 +0000 (10:10 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 26 Mar 2025 17:53:34 +0000 (17:53 +0000)
commit101f302363e8773958887e00750098b760a5b6bd
treedbb22b78dcbe9d46278361c539ac45a93fae5ba0
parenta264c270fde292678893493fec0d0dd01ee5c4ec
c++: Fix FAIL: g++.dg/tree-ssa/initlist-opt1.C

My r15-8904-ge200f53a555651 changed the std::vector initializer-list
constructor so that it calls a new _M_range_initialize_n function
instead of _M_range_initialize. Change the scan-tree-dump pattern in
this g++.dg test to match the new gimple output.

gcc/testsuite/ChangeLog:

* g++.dg/tree-ssa/initlist-opt1.C: Match _M_range_initialize_n
instead of _M_range_initialize.
gcc/testsuite/g++.dg/tree-ssa/initlist-opt1.C