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
8ba3a43e
Commit
8ba3a43e
authored
Dec 31, 2012
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devirt-9.C: Cleanup inline ipa dump.
* g++.dg/ipa/devirt-9.C: Cleanup inline ipa dump. From-SVN: r194763
parent
892c7a07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/testsuite/ChangeLog
+5
-1
gcc/testsuite/g++.dg/ipa/devirt-9.C
+1
-0
No files found.
gcc/testsuite/ChangeLog
View file @
8ba3a43e
2012-12-31 Uros Bizjak <ubizjak@gmail.com>
2012-12-31 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/ipa/devirt-9.C: Cleanup inline ipa dump.
2012-12-31 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/builtin_target.c (vendor_signatures): Remove.
* gcc.target/i386/builtin_target.c (vendor_signatures): Remove.
(check_detailed): Use signature_INTEL_ebx and signature_AMD_ebx
(check_detailed): Use signature_INTEL_ebx and signature_AMD_ebx
to check vendor signature.
to check vendor signature.
...
@@ -929,7 +933,7 @@
...
@@ -929,7 +933,7 @@
PR middle-end/55030
PR middle-end/55030
* gcc.dg/guality/pr36728-1.c, gcc.dg/guality/pr36728-2.c (foo): Don't
* gcc.dg/guality/pr36728-1.c, gcc.dg/guality/pr36728-2.c (foo): Don't
use volatile asms, use plain asms.
Where the output value for the
use volatile asms, use plain asms. Where the output value for the
asm is unused, write a global variable.
asm is unused, write a global variable.
2012-11-25 Uros Bizjak <ubizjak@gmail.com>
2012-11-25 Uros Bizjak <ubizjak@gmail.com>
...
...
gcc/testsuite/g++.dg/ipa/devirt-9.C
View file @
8ba3a43e
...
@@ -28,3 +28,4 @@ bar ()
...
@@ -28,3 +28,4 @@ bar ()
c
.
c1
(
60
,
(
int
)
foo
());
c
.
c1
(
60
,
(
int
)
foo
());
}
}
/* { dg-final { scan-ipa-dump "Discovered a virtual call to a known target" "inline" } } */
/* { dg-final { scan-ipa-dump "Discovered a virtual call to a known target" "inline" } } */
/* { dg-final { cleanup-ipa-dump "inline" } } */
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