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
3cf0cea4
Commit
3cf0cea4
authored
Apr 14, 1998
by
Craig Burley
Committed by
Jeff Law
Apr 14, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes from Craig. See ChangeLog for details.
From-SVN: r19217
parent
47747e53
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
3 deletions
+24
-3
gcc/f/ChangeLog
+10
-0
gcc/f/bugs.texi
+3
-3
gcc/f/com.c
+2
-0
gcc/f/news.texi
+8
-0
gcc/f/sta.c
+1
-0
No files found.
gcc/f/ChangeLog
View file @
3cf0cea4
Tue Apr 14 14:40:40 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_start_progunit_): Mark function decl
as used, to avoid spurious warning (-Wunused) for ENTRY.
Tue Apr 14 14:19:34 1998 Craig Burley <burley@gnu.org>
* sta.c (ffesta_second_): Check for CASE DEFAULT
as well as CASE, or it won't be recognized.
Mon Mar 23 11:58:43 1998 Craig Burley <burley@gnu.org>
Mon Mar 23 11:58:43 1998 Craig Burley <burley@gnu.org>
* bugs.texi: Various updates.
* bugs.texi: Various updates.
...
...
gcc/f/bugs.texi
View file @
3cf0cea4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
@c
The
text
of
this
file
appears
in
the
file
BUGS
@c
The
text
of
this
file
appears
in
the
file
BUGS
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
@c
1998
-
03
-
1
5
@c
1998
-
03
-
1
7
@ifclear
BUGSONLY
@ifclear
BUGSONLY
@node
Actual
Bugs
@node
Actual
Bugs
...
@@ -192,8 +192,8 @@ END
...
@@ -192,8 +192,8 @@ END
@end
example
@end
example
It
is
expected
that
a
future
version
of
@code
{
g77
}
will
have
a
fix
for
this
It
is
expected
that
a
future
version
of
@code
{
g77
}
will
have
a
fix
for
this
problem
,
almost
certainly
by
the
time
@code
{
g77
}
supports
the
forthcoming
problem
,
almost
certainly
by
the
time
@code
{
g77
}
supports
version
2
.
8
.
0
of
@code
{
gcc
}.
version
2
.
8
of
@code
{
gcc
}.
@cindex
COMPLEX
support
@cindex
COMPLEX
support
@cindex
support
,
COMPLEX
@cindex
support
,
COMPLEX
...
...
gcc/f/com.c
View file @
3cf0cea4
...
@@ -7867,6 +7867,8 @@ ffecom_start_progunit_ ()
...
@@ -7867,6 +7867,8 @@ ffecom_start_progunit_ ()
0
,
/* nested/inline */
0
,
/* nested/inline */
!
altentries
);
/* TREE_PUBLIC */
!
altentries
);
/* TREE_PUBLIC */
TREE_USED
(
current_function_decl
)
=
1
;
/* Avoid spurious warning if altentries. */
if
(
!
altentries
if
(
!
altentries
&&
((
g
=
ffesymbol_global
(
fn
))
!=
NULL
)
&&
((
g
=
ffesymbol_global
(
fn
))
!=
NULL
)
&&
((
ffeglobal_type
(
g
)
==
gt
)
&&
((
ffeglobal_type
(
g
)
==
gt
)
...
...
gcc/f/news.texi
View file @
3cf0cea4
...
@@ -33,6 +33,14 @@ New features
...
@@ -33,6 +33,14 @@ New features
Fixes
and
enhancements
to
existing
features
Fixes
and
enhancements
to
existing
features
@item
@item
@code
{
CASE
DEFAULT
}
no
longer
crashes
@code
{
g77
}.
@item
The
@samp
{
-
Wunused
}
option
no
longer
issues
a
spurious
warning
about
the
``
master
''
procedure
generated
by
@code
{
g77
}
for
procedures
containing
@code
{
ENTRY
}
statements
.
@item
New
diagnostics
New
diagnostics
@item
@item
...
...
gcc/f/sta.c
View file @
3cf0cea4
...
@@ -644,6 +644,7 @@ ffesta_second_ (ffelexToken t)
...
@@ -644,6 +644,7 @@ ffesta_second_ (ffelexToken t)
break
;
break
;
case
FFESTR_firstCASE
:
case
FFESTR_firstCASE
:
case
FFESTR_firstCASEDEFAULT
:
ffesta_add_possible_exec_
((
ffelexHandler
)
ffestb_R810
);
ffesta_add_possible_exec_
((
ffelexHandler
)
ffestb_R810
);
break
;
break
;
...
...
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