public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] c++: -frounding-math test [PR109359]
@ 2024-02-05 21:34 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2024-02-05 21:34 UTC (permalink / raw)
  To: gcc-patches

Tested x86_64-pc-linux-gnu, applying to trunk.

-- 8< --

This test was fixed by the patch for PR95226, but that patch had no
testcase so let's add this one.

	PR c++/109359

gcc/testsuite/ChangeLog:

	* g++.dg/ext/frounding-math1.C: New test.
---
 gcc/testsuite/g++.dg/ext/frounding-math1.C | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 gcc/testsuite/g++.dg/ext/frounding-math1.C

diff --git a/gcc/testsuite/g++.dg/ext/frounding-math1.C b/gcc/testsuite/g++.dg/ext/frounding-math1.C
new file mode 100644
index 00000000000..ecc46fd6017
--- /dev/null
+++ b/gcc/testsuite/g++.dg/ext/frounding-math1.C
@@ -0,0 +1,8 @@
+// PR c++/109359
+// { dg-additional-options -frounding-math }
+
+// For a while we were emitting two doubles (4 .long directives) as the value
+// of a float array; it should only be two .longs.
+
+// { dg-final { scan-assembler-times "long" 2 { target x86_64-*-* } } }
+float xs[] = {0.001914, 0.630539};

base-commit: c7e8381748f78335e9fef23f363b6a9e4463ce7e
-- 
2.43.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-05 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-05 21:34 [pushed] c++: -frounding-math test [PR109359] Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).