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
1ee8df1c
Commit
1ee8df1c
authored
Jun 05, 2006
by
Mike Stump
Committed by
Mike Stump
Jun 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objc.dg/objc-fast-4.m: Skip for ppc64.
From-SVN: r114404
parent
3ff3adad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/objc.dg/objc-fast-4.m
+5
-2
No files found.
gcc/testsuite/ChangeLog
View file @
1ee8df1c
2006
-
06
-
05
Mike
Stump
<
mrs
@apple
.
com
>
*
objc
.
dg
/
objc
-
fast
-
4
.
m
:
Skip
for
ppc64
.
2006
-
06
-
05
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
PR
testsuite
/
27705
gcc/testsuite/objc.dg/objc-fast-4.m
View file @
1ee8df1c
/
/
The
code
should
call
objc_msgSend
directly
,
not
through
a
pointer
.
/
*
The
code
should
call
objc_msgSend
directly
,
not
through
a
pointer
.
*
/
/
*
{
dg
-
do
compile
{
target
powerpc
*-*-
darwin
*
}
}
*
/
/
*
{
dg
-
options
"
-
O0
-
fnext
-
runtime
"
}
*
/
/
*
{
dg
-
skip
-
if
""
{
powerpc
*-*-
darwin
*
}
{
"
-
m64
"
}
{
""
}
}
*
/
/
*
Radar
4015820
*
/
#
include
<
objc
/
Object
.
h
>
void
foo
(
void
)
{
Object
*
o
;
[
o
++
free
];
}
/
*
{
dg
-
final
{
scan
-
assembler
-
not
"
L_objc_msgSend
\\\
$
non_lazy_ptr
"
}
}
*
/
/
*
{
dg
-
final
{
scan
-
assembler
-
not
"
objc_msgSend
"
}
}
*
/
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