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
34fcb7c8
Commit
34fcb7c8
authored
Feb 19, 2003
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark the fixes that fail testing with BSD based sed-s
From-SVN: r63086
parent
afc41460
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
gcc/fixinc/inclhack.def
+3
-3
gcc/fixinc/tests/base/Xm/Traversal.h
+1
-1
gcc/fixinc/tests/base/sys/stat.h
+2
-2
No files found.
gcc/fixinc/inclhack.def
View file @
34fcb7c8
...
...
@@ -1952,7 +1952,7 @@ fix = {
"#ifdef __STDC__\n"
"static int\tstat(const char *__f, struct stat *__p) {\n"
"\treturn __stat32(__f, __p);\n"
"}\n\n# else /* !__STDC__ */\n"
"}\n\n# else /* !__STDC__
THIS FAILS ON BSD SYSTEMS
*/\n"
"static int\tstat(__f, __p)\n"
"\tchar *__f;\n"
...
...
@@ -2988,7 +2988,7 @@ fix = {
test_text =
"@(#)stat.h 6.1 (ULTRIX)\n"
"#define S_IFPORT S_IFIFO\n"
"\tfstat(),\n";
"\tfstat(),\n
/* THE INSERTION LINE FAILS ON BSD SYSTEMS */
";
};
...
...
@@ -3321,7 +3321,7 @@ fix = {
sed = "s/Widget new,/Widget c_new,/g";
test_text =
"struct wedge {\n"
" Widget\told, new; /* fix
the new
*/\n"
" Widget\told, new; /* fix
inc check FAILS ON BSD
*/\n"
"};\nextern Wedged( Widget new, Widget old );";
};
...
...
gcc/fixinc/tests/base/Xm/Traversal.h
View file @
34fcb7c8
...
...
@@ -14,7 +14,7 @@ struct wedge {
#ifdef __cplusplus
Widget
old
,
c_new
;
#else
Widget
old
,
new
;
/* fix
the new
*/
Widget
old
,
new
;
/* fix
inc check FAILS ON BSD
*/
#endif
};
extern
Wedged
(
Widget
c_new
,
Widget
old
);
...
...
gcc/fixinc/tests/base/sys/stat.h
View file @
34fcb7c8
...
...
@@ -26,7 +26,7 @@ static int stat(const char *__f, struct stat *__p) {
}
#endif
/* __cplusplus */
# else
/* !__STDC__ */
# else
/* !__STDC__
THIS FAILS ON BSD SYSTEMS
*/
#if __cplusplus
extern
"C"
{
#endif
/* __cplusplus */
...
...
@@ -52,7 +52,7 @@ static int stat(__f, __p)
fstat
(),
lstat
(),
/* THE INSERTION LINE FAILS ON BSD SYSTEMS */
#endif
/* ULTRIX_STAT_CHECK */
...
...
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