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
92bcd93d
Commit
92bcd93d
authored
Oct 29, 2001
by
Nicola Pero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved compiler checkings for ObjC + GNU runtime when sending messages
to self in class methods From-SVN: r46613
parent
5286a9ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+10
-0
No files found.
gcc/ChangeLog
View file @
92bcd93d
Mon
Oct
29
21
:
11
:
40
2001
Nicola
Pero
<
n
.
pero
@mi
.
flashnet
.
it
>
*
objc
/
objc
-
act
.
c
(
finish_message_expr
)
:
For
the
GNU
runtime
:
when
determining
the
type
of
the
receiver
,
do
not
check
that
TREE_CODE
of
receiver
is
CALL_EXPR
before
calling
receiver_is_class_object
().
(
receiver_is_class_object
)
:
For
the
GNU
runtime
:
recognize
the
case
that
the
receiver
is
self
in
a
class
method
context
.
Check
that
TREE_CODE
of
receiver
is
CALL_EXPR
when
checking
that
the
receiver
is
a
call
to
objc_get_class
.
2001
-
10
-
29
John
David
Anglin
<
dave
@hiauly1
.
hia
.
nrc
.
ca
>
2001
-
10
-
29
John
David
Anglin
<
dave
@hiauly1
.
hia
.
nrc
.
ca
>
*
pa
.
md
(
floatunssisf2
):
Set
subreg
0
of
operand
2
to
zero
.
*
pa
.
md
(
floatunssisf2
):
Set
subreg
0
of
operand
2
to
zero
.
...
...
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