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
ad4a34f0
Commit
ad4a34f0
authored
Apr 25, 2003
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Apr 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright date.
From-SVN: r66065
parent
eda833e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.c-torture/execute/string-opt-18.c
+2
-3
No files found.
gcc/testsuite/ChangeLog
View file @
ad4a34f0
2003-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright
date.
2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
PR c++/10337
PR c++/10337
...
...
gcc/testsuite/gcc.c-torture/execute/string-opt-18.c
View file @
ad4a34f0
#include <stdio.h>
/* Copyright (C) 2003 Free Software Foundation.
/* Copyright (C) 2000 Free Software Foundation.
Ensure builtin mempcpy and stpcpy perform correctly.
Ensure builtin mempcpy and stpcpy perform correctly.
...
@@ -8,7 +7,7 @@
...
@@ -8,7 +7,7 @@
extern
void
abort
(
void
);
extern
void
abort
(
void
);
extern
char
*
strcpy
(
char
*
,
const
char
*
);
extern
char
*
strcpy
(
char
*
,
const
char
*
);
extern
char
*
stpcpy
(
char
*
,
const
char
*
);
extern
char
*
stpcpy
(
char
*
,
const
char
*
);
/*typedef __SIZE_TYPE__ size_t;*/
typedef
__SIZE_TYPE__
size_t
;
extern
size_t
strlen
(
const
char
*
);
extern
size_t
strlen
(
const
char
*
);
extern
void
*
memcpy
(
void
*
,
const
void
*
,
size_t
);
extern
void
*
memcpy
(
void
*
,
const
void
*
,
size_t
);
extern
void
*
mempcpy
(
void
*
,
const
void
*
,
size_t
);
extern
void
*
mempcpy
(
void
*
,
const
void
*
,
size_t
);
...
...
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