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
dea2f2db
Commit
dea2f2db
authored
Sep 24, 2001
by
Neil Booth
Committed by
Neil Booth
Sep 24, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/objc/execute/paste.m: Remove.
From-SVN: r45782
parent
b9da07da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/objc/execute/paste.m
+0
-21
No files found.
gcc/testsuite/ChangeLog
View file @
dea2f2db
2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
* testsuite/objc/execute/paste.m: Remove.
2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
* gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
...
...
gcc/testsuite/objc/execute/paste.m
deleted
100644 → 0
View file @
b9da07da
/
*
Copyright
(
C
)
2000
Free
Software
Foundation
,
Inc
.
*
/
/
*
{
dg
-
do
run
}
*
/
/
*
{
dg
-
options
""
}
*
/
#
define
str
(
x
)
#
x
#
define
xstr
(
x
)
str
(
x
)
#
define
glue
(
x
,
y
)
x
##
y
extern
int
strcmp
(
const
char
*
,
const
char
*
);
extern
int
puts
(
const
char
*
);
extern
void
abort
(
void
);
#
define
err
(
str
)
do
{
puts
(
str
);
abort
();
}
while
(
0
)
int
main
()
{
/
*
Test
Objective
C
names
.
*
/
if
(
strcmp
(
xstr
(
glue
(
@
,
ident
)),
"
@
ident
"
))
err
(
"
Objective
C
names
"
);
return
0
;
}
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