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
738d6b6d
Commit
738d6b6d
authored
Apr 06, 2014
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/compile/pr60655-1.c: Use __SIZE_TYPE__ for size_t.
From-SVN: r209167
parent
3c6b3701
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/testsuite/ChangeLog
+6
-0
gcc/testsuite/gcc.c-torture/compile/pr60655-1.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
738d6b6d
2014-04-06 Andreas Schwab <schwab@linux-m68k.org>
* gcc.c-torture/compile/pr60655-1.c: Use __SIZE_TYPE__ for size_t.
2014-04-06 John David Anglin <danglin@gcc.gnu.org>
2014-04-06 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/60671
PR testsuite/60671
g++.dg/pr49718.C: Adjust scan-assembler-times for hppa*-*-hpux*.
g++.dg/pr49718.C: Adjust scan-assembler-times for hppa*-*-hpux*.
2014-04-06 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/60672
PR testsuite/60672
* g++.dg/cpp1y/auto-fn25.C: Require lto.
* g++.dg/cpp1y/auto-fn25.C: Require lto.
...
...
gcc/testsuite/gcc.c-torture/compile/pr60655-1.c
View file @
738d6b6d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
typedef
unsigned
char
unit
;
typedef
unsigned
char
unit
;
typedef
unit
*
unitptr
;
typedef
unit
*
unitptr
;
extern
short
global_precision
;
extern
short
global_precision
;
typedef
unsigned
int
size_t
;
typedef
__SIZE_TYPE__
size_t
;
extern
void
*
memcpy
(
void
*
dest
,
const
void
*
src
,
size_t
n
);
extern
void
*
memcpy
(
void
*
dest
,
const
void
*
src
,
size_t
n
);
short
mp_compare
(
const
unit
*
r1
,
const
unit
*
r2
)
short
mp_compare
(
const
unit
*
r1
,
const
unit
*
r2
)
...
...
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