We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1286acc commit 49c0eebCopy full SHA for 49c0eeb
gcc/testsuite/rust/compile/attr_cold.rs
@@ -1,11 +1,11 @@
1
-// { dg-additional-options "-fdump-tree-gimple }
+// { dg-additional-options "-fdump-tree-gimple" }
2
#[cold]
3
fn cold_function() -> i32 {
4
42
5
}
6
7
fn main() -> i32 {
8
- // { dg-final { scan-tree-dump-times {__attribute__((cdecl, cold))} 1 gimple } }
+ // { dg-final { scan-tree-dump-times {__attribute__\(\(cdecl, cold\)\)} 1 gimple } }
9
cold_function();
10
11
0
0 commit comments