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
97c1c80b
Commit
97c1c80b
authored
Nov 29, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Nov 29, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New test: gcc.dg/991129-1.c
From-SVN: r30703
parent
96b42f4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/991129-1.c
+15
-0
No files found.
gcc/testsuite/ChangeLog
View file @
97c1c80b
1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
* gcc.dg/991129-1.c: New test.
1999-11-22 Nathan Sidwell <nathan@acm.org>
1999-11-22 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.other/warn4.C: New test.
* g++.old-deja/g++.other/warn4.C: New test.
...
...
gcc/testsuite/gcc.dg/991129-1.c
0 → 100644
View file @
97c1c80b
/* Test against a problem in push_reload. */
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O2" } */
unsigned
long
foo
(
unsigned
long
long
x
,
unsigned
long
y
)
{
unsigned
long
a
;
x
+=
y
;
asm
(
""
:
"=a"
(
a
)
:
"A"
(
x
),
"rm"
(
y
));
return
a
;
}
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