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
2e0d61d9
Commit
2e0d61d9
authored
Jul 19, 2006
by
Richard Sandiford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doubled testcase.
From-SVN: r115580
parent
fc429748
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
gcc/testsuite/gcc.dg/pr28402.c
+0
-21
No files found.
gcc/testsuite/gcc.dg/pr28402.c
View file @
2e0d61d9
...
@@ -20,24 +20,3 @@ B (left, <<)
...
@@ -20,24 +20,3 @@ B (left, <<)
B
(
right
,
>>
)
B
(
right
,
>>
)
/* { dg-final { scan-assembler-not "__\[a-z\]*si3" } } */
/* { dg-final { scan-assembler-not "__\[a-z\]*si3" } } */
typedef
unsigned
long
long
ll
;
typedef
unsigned
long
long
ull
;
int
global
;
#define A(BASE, OP, AMT) \
ll BASE ## AMT (ll x) { return x OP AMT; } \
ull BASE ## AMT ## u (ull x) { return x OP AMT; }
#define B(BASE, OP) \
A (BASE, OP, 1) \
A (BASE, OP, 10) \
A (BASE, OP, 31) \
A (BASE, OP, 33) \
A (BASE, OP, 61) \
A (BASE, OP, global)
B
(
left
,
<<
)
B
(
right
,
>>
)
/* { dg-final { scan-assembler-not "__\[a-z\]*si3" } } */
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