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
22362755
Commit
22362755
authored
Jun 08, 2003
by
Tim Josling
Committed by
Tim Josling
Jun 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
treelang fix for rs6000.
From-SVN: r67613
parent
797c8a92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
gcc/treelang/ChangeLog
+4
-0
gcc/treelang/treetree.c
+11
-0
No files found.
gcc/treelang/ChangeLog
View file @
22362755
2003-06-08 Tim Josling <tej@melbpc.org.au>
* treetree.c (c_lex): Add fake routine to satisfy RS6000 backend.
Thu Jun 5 18:33:40 CEST 2003 Jan Hubicka <jh@suse.cz>
* Make-lang.in: Add support for stageprofile and stagefeedback
...
...
gcc/treelang/treetree.c
View file @
22362755
...
...
@@ -854,6 +854,16 @@ objc_comptypes (tree lhs ATTRIBUTE_UNUSED,
return
0
;
}
/* Should not be called for treelang. Needed by RS6000 backend. */
int
c_lex
(
tree
*
value
);
int
c_lex
(
tree
*
value
ATTRIBUTE_UNUSED
)
{
abort
();
}
/* Should not be called for treelang. */
tree
...
...
@@ -1273,3 +1283,4 @@ get_string (const char *s, size_t l)
t
=
get_identifier_with_length
(
s
,
l
);
return
IDENTIFIER_POINTER
(
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