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
0667b040
Commit
0667b040
authored
Aug 03, 2005
by
Jeff Law
Committed by
Jeff Law
Aug 03, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/tree-ssa/pr14814.C: xfail test for &this count.
From-SVN: r102712
parent
e81d37df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+6
-2
gcc/testsuite/g++.dg/tree-ssa/pr14814.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
0667b040
2005
-
08
-
03
Jeff
Law
<
law
@redhat
.
com
>
*
g
++
.
dg
/
tree
-
ssa
/
pr14814
.
C
:
xfail
test
for
&
this
count
.
2005
-
08
-
03
J
"orn Rennecke <joern.rennecke@st.com>
* gcc.c-torture/execute/pr23135.c: New test.
...
...
@@ -2275,8 +2279,8 @@
2005
-
05
-
17
Jeff
Law
<
law
@redhat
.
com
>
*
g
++
.
dg
/
tree
-
ssa
/
pr1
84
14
.
C
:
New
test
.
*
gcc
.
dg
/
tree
-
ssa
/
pr1
84
14
.
C
:
New
test
.
*
g
++
.
dg
/
tree
-
ssa
/
pr1
48
14
.
C
:
New
test
.
*
gcc
.
dg
/
tree
-
ssa
/
pr1
48
14
.
C
:
New
test
.
*
gcc
.
dg
/
tree
-
ssa
/
pr17141
-
1
.
C
:
New
test
.
*
gcc
.
dg
/
tree
-
ssa
/
pr17141
-
2
.
C
:
New
test
.
...
...
gcc/testsuite/g++.dg/tree-ssa/pr14814.C
View file @
0667b040
...
...
@@ -14,7 +14,7 @@ int foo(XX& r) {
if
(
r
.
direction
().
y
()
<
0
.
000001
)
return
0
;
return
1
;
}
/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2"
} }
*/
/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2"
{ xfail *-*-* } } }
*/
/* { dg-final { scan-tree-dump-times "&r" 0 "forwprop2" } } */
/* { dg-final { cleanup-tree-dump "forwprop2" } } */
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