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
ce49641d
Commit
ce49641d
authored
Jul 29, 2008
by
Steve Ellcey
Committed by
Steve Ellcey
Jul 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/pr32370.c: Force 64 bits on IA64.
From-SVN: r138277
parent
7d1f1e61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/pr32370.c
+3
-1
No files found.
gcc/testsuite/ChangeLog
View file @
ce49641d
2008-07-29 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/pr32370.c: Force 64 bits on IA64.
2008-07-29 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/extends_1.f03: New test.
...
...
gcc/testsuite/gcc.dg/pr32370.c
View file @
ce49641d
...
...
@@ -5,12 +5,14 @@
#if defined __i386__ || defined __x86_64__
# define C "=S"
# define TYPE unsigned long
#elif defined __ia64__
# define C "=a"
# define TYPE unsigned long long
#endif
unsigned
int
foo
(
unsigned
long
port
)
foo
(
TYPE
port
)
{
unsigned
int
v
;
__asm__
__volatile__
(
""
:
C
(
v
)
:
"Nd"
(
port
));
/* { dg-error "while reloading\|has impossible" } */
...
...
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