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
ac5c8be2
Commit
ac5c8be2
authored
Feb 27, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* treelang.texi: Fix a typo.
From-SVN: r95611
parent
fd0e6f78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/treelang/ChangeLog
+4
-0
gcc/treelang/treelang.texi
+1
-1
No files found.
gcc/treelang/ChangeLog
View file @
ac5c8be2
2005-02-27 Kazu Hirata <kazu@cs.umass.edu>
* treelang.texi: Fix a typo.
2005-02-26 James A. Morrison <phython@gcc.gnu.org>
* parse.y (function_invocation, variable-ref, make_plus_expression):
...
...
gcc/treelang/treelang.texi
View file @
ac5c8be2
...
...
@@ -711,7 +711,7 @@ the programmer's intention.)
@cindex
questionable
instructions
@item
There
are
a
few
warnings
in
treelang
.
For
example
an
unused
static
function
generate
a
warnings
when
-
Wunused
-
function
is
specified
,
similar
i
ly
an
unused
generate
a
warnings
when
-
Wunused
-
function
is
specified
,
similarly
an
unused
static
variable
generates
a
warning
when
-
Wunused
-
variable
are
specified
.
The
only
treelang
specific
warning
is
a
warning
when
an
expression
is
in
a
return
statement
for
functions
that
return
void
.
...
...
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