public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9110] gccrs: Add testcase for #[rustc_const_stable]
@ 2024-02-21 12:51 Arthur Cohen
  0 siblings, 0 replies; only message in thread
From: Arthur Cohen @ 2024-02-21 12:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6c6e357b17965d226c4d77188a9c1e6f89503ff5

commit r14-9110-g6c6e357b17965d226c4d77188a9c1e6f89503ff5
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Wed Feb 7 09:27:11 2024 +0100

    gccrs: Add testcase for #[rustc_const_stable]
    
    To ensure we don't introduce regressions back to issue #2314
    
    gcc/testsuite/ChangeLog:
    
            * rust/compile/rustc_const_stable.rs: New test.

Diff:
---
 gcc/testsuite/rust/compile/rustc_const_stable.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/rust/compile/rustc_const_stable.rs b/gcc/testsuite/rust/compile/rustc_const_stable.rs
new file mode 100644
index 000000000000..9208b1ab3b62
--- /dev/null
+++ b/gcc/testsuite/rust/compile/rustc_const_stable.rs
@@ -0,0 +1,2 @@
+#[rustc_const_stable(feature = "const_ascii_ctype_on_intrinsics", since = "1.47.0")]
+pub fn foo() {} // { dg-error "macro not found" "" { target *-*-* } .-1 }

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 12:51 [gcc r14-9110] gccrs: Add testcase for #[rustc_const_stable] Arthur Cohen

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).