]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add a new test for float disambiguation
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 31 Oct 2023 14:43:51 +0000 (15:43 +0100)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Wed, 15 Nov 2023 14:32:30 +0000 (14:32 +0000)
commitfd7d577a3e1f249e35e66b7d19e5bfbf502c0a82
tree9de8a05a61e5cbdce40244ee0ba180dd761051ec
parente79301c4be072b5accc7de819a10dc435f4dd253
Add a new test for float disambiguation

This new regression test highlight the behavior fixed for float
disambiguation with empty floating point.

gcc/testsuite/ChangeLog:

* rust/compile/tuple_float_index.rs: New test.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/compile/tuple_float_index.rs [new file with mode: 0644]