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
b2f2a1c9
Commit
b2f2a1c9
authored
Feb 10, 2015
by
Markus Trippelsdorf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formating of gcc.dg/torture/pr64326.c
From-SVN: r220586
parent
11f3ac49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
gcc/testsuite/gcc.dg/torture/pr64326.c
+15
-16
No files found.
gcc/testsuite/gcc.dg/torture/pr64326.c
View file @
b2f2a1c9
...
@@ -6,25 +6,24 @@ char g;
...
@@ -6,25 +6,24 @@ char g;
int
int
fn1
()
fn1
()
{
{
return
d
&&
c
?
0
:
1
;
return
d
&&
c
?
0
:
1
;
}
}
int
int
fn2
()
fn2
()
{
{
int
h
;
int
h
;
for
(;;)
for
(;;)
for
(;
e
;)
for
(;
e
;)
{
{
int
i
,
j
;
int
i
,
j
;
h
=
a
?
1
:
b
;
h
=
a
?
1
:
b
;
if
(
h
||
fn1
()
^
g
-
682
)
if
(
h
||
fn1
()
^
g
-
682
)
{
{
for
(
i
=
0
;
i
<
5
;
i
++
)
for
(
i
=
0
;
i
<
5
;
i
++
)
for
(
j
=
0
;
j
<
2
;
j
++
)
for
(
j
=
0
;
j
<
2
;
j
++
)
f
[
i
][
j
]
=
0
;
f
[
i
][
j
]
=
0
;
return
0
;
return
0
;
}
}
}
}
}
}
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