Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f87c2375
Commit
f87c2375
authored
Dec 02, 2019
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dg failure
* g++.dg/lto/inline-crossmodule-1_0.C: fix template. From-SVN: r278897
parent
2679730b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C
+4
-4
No files found.
gcc/testsuite/ChangeLog
View file @
f87c2375
2019-11-30 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/lto/inline-crossmodule-1_0.C: fix template.
2019-12-02 Richard Biener <rguenther@suse.de>
2019-12-02 Richard Biener <rguenther@suse.de>
PR tree-optimization/92742
PR tree-optimization/92742
...
...
gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C
View file @
f87c2375
...
@@ -5,7 +5,7 @@ int a::key ()
...
@@ -5,7 +5,7 @@ int a::key ()
{
{
return
0
;
return
0
;
}
}
/* { dg-final { scan-wpa-ipa-times "Inlined ret1" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-
dump-
times "Inlined ret1" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-times "Inlined ret2" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-
dump-
times "Inlined ret2" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-times "Inlined key\[^\\n\]*(cross module)" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-
dump-
times "Inlined key\[^\\n\]*(cross module)" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-times "(cross module)" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-
dump-
times "(cross module)" 1 "inlined" } } */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment