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
d6fe6b8a
Commit
d6fe6b8a
authored
Nov 21, 2015
by
Uros Bizjak
Committed by
Uros Bizjak
Nov 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vbase1.C: Also run on i?86-*-*.
* g++.dg/init/vbase1.C: Also run on i?86-*-*. From-SVN: r230704
parent
3856d50d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/init/vbase1.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
d6fe6b8a
2015-11-21 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/init/vbase1.C: Also run on i?86-*-*.
2015-11-21 Jakub Jelinek <jakub@redhat.com>
2015-11-21 Jakub Jelinek <jakub@redhat.com>
PR debug/66432
PR debug/66432
...
...
gcc/testsuite/g++.dg/init/vbase1.C
View file @
d6fe6b8a
...
@@ -42,4 +42,4 @@ int main(int, char**)
...
@@ -42,4 +42,4 @@ int main(int, char**)
// Verify that the SubB() mem-initializer is storing 0 directly into
// Verify that the SubB() mem-initializer is storing 0 directly into
// this->D.whatever rather than into a stack temp that is then copied into the
// this->D.whatever rather than into a stack temp that is then copied into the
// base field.
// base field.
// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { target { x86_64-*-* } } } }
// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { target {
i?86-*-*
x86_64-*-* } } } }
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