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
36d86db0
Commit
36d86db0
authored
Apr 24, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New test from Joern.
From-SVN: r19403
parent
e003ca80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
gcc/testsuite/gcc.c-torture/execute/980424-1.c
+46
-0
No files found.
gcc/testsuite/gcc.c-torture/execute/980424-1.c
0 → 100644
View file @
36d86db0
Return
-
Path
:
amylaar
@
cygnus
.
co
.
uk
Fri
Received
:
from
cygnus
.
com
(
runyon
.
cygnus
.
com
[
205
.
180
.
230
.
5
])
by
hurl
.
cygnus
.
com
with
ESMTP
(
8
.
7
.
1
/
8
.
7
.
1
)
id
JAA16352
for
<
law
@
hurl
.
cygnus
.
com
>
;
Fri
,
24
Apr
1998
09
:
55
:
26
-
0600
(
MDT
)
Received
:
from
pasanda
.
cygnus
.
co
.
uk
(
jaalfrezi
.
cygnus
.
co
.
uk
[
194
.
130
.
39
.
3
])
by
runyon
.
cygnus
.
com
(
8
.
8
.
7
-
cygnus
/
8
.
8
.
7
)
with
SMTP
id
IAA25956
for
<
law
@
cygnus
.
com
>
;
Fri
,
24
Apr
1998
08
:
55
:
47
-
0700
(
PDT
)
Received
:
(
qmail
1227
invoked
by
alias
);
24
Apr
1998
15
:
55
:
44
-
0000
Received
:
(
qmail
1215
invoked
from
network
);
24
Apr
1998
15
:
55
:
43
-
0000
Received
:
from
phal
.
cygnus
.
co
.
uk
(
amylaar
@
194
.
130
.
39
.
5
)
by
dns
.
cygnus
.
co
.
uk
with
SMTP
;
24
Apr
1998
15
:
55
:
43
-
0000
Received
:
(
from
amylaar
@
localhost
)
by
phal
.
cygnus
.
co
.
uk
(
8
.
8
.
8
/
8
.
8
.
8
)
id
QAA16241
;
Fri
,
24
Apr
1998
16
:
55
:
18
+
0100
From
:
Joern
Rennecke
<
amylaar
@
cygnus
.
co
.
uk
>
Message
-
Id
:
<
199804241555
.
QAA16241
@
phal
.
cygnus
.
co
.
uk
>
Subject
:
Another
new
c
-
torture
test
To
:
tege
@
matematik
.
su
.
se
(
Torbjorn
Granlund
),
law
@
cygnus
.
com
(
Jeffrey
A
Law
)
Date
:
Fri
,
24
Apr
1998
16
:
55
:
17
+
0100
(
BST
)
X
-
Mailer
:
ELM
[
version
2
.
4
ME
+
PL37
(
25
)]
MIME
-
Version
:
1
.
0
Content
-
Type
:
text
/
plain
;
charset
=
US
-
ASCII
Content
-
Transfer
-
Encoding
:
7
bit
This
failed
for
SH
at
-
O2
:
int
i
,
a
[
99
];
void
f
(
int
one
)
{
if
(
one
!=
1
)
abort
();
}
void
g
()
{
f
(
a
[
i
&
0x3f
]);
}
int
main
()
{
a
[
0
]
=
1
;
i
=
0x40
;
g
();
exit
(
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