From 82d80bf20ec46fc9a1e5b44a5f1231b584bcb28e Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Wed, 6 Jan 2021 10:21:20 +0000 Subject: Fix bad naming of f64 named type in GIMPLE. --- gcc/rust/backend/rust-compile-tyty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rust/backend') diff --git a/gcc/rust/backend/rust-compile-tyty.h b/gcc/rust/backend/rust-compile-tyty.h index e3c8a73..528f90e 100644 --- a/gcc/rust/backend/rust-compile-tyty.h +++ b/gcc/rust/backend/rust-compile-tyty.h @@ -173,7 +173,7 @@ public: return; case TyTy::FloatType::F64: - translated = backend->named_type ("f32", backend->float_type (64), + translated = backend->named_type ("f64", backend->float_type (64), Linemap::predeclared_location ()); return; } -- cgit v1.1