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
5d0e7057
Commit
5d0e7057
authored
Feb 18, 1999
by
Craig Burley
Committed by
Craig Burley
Feb 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix IOSTAT=16-bit-int crash
From-SVN: r25279
parent
fc18a80e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
3 deletions
+25
-3
gcc/f/ChangeLog
+7
-0
gcc/f/expr.c
+5
-1
gcc/f/news.texi
+12
-1
gcc/f/version.c
+1
-1
No files found.
gcc/f/ChangeLog
View file @
5d0e7057
1999-02-18 Craig Burley <craig@jcb-sc.com>
* expr.c (ffeexpr_finished_): Disallow non-default INTEGER
as argument for FILEINT and FILEASSOC as lhs.
* news.texi: Document fix.
* version.c: Bump.
1999-02-18 Craig Burley <craig@jcb-sc.com>
* g77.texi: Clarify -fno-globals vs. -Wno-globals.
1999-02-18 Craig Burley <craig@jcb-sc.com>
...
...
gcc/f/expr.c
View file @
5d0e7057
...
...
@@ -12853,7 +12853,11 @@ again: /* :::::::::::::::::::: */
:
ffeinfo_basictype
(
info
))
{
case
FFEINFO_basictypeINTEGER
:
error
=
FALSE
;
/* Maybe this should be supported someday, but, right now,
g77 can't generate a call to libf2c to write to an
integer other than the default size. */
error
=
((
!
ffeexpr_stack_
->
is_rhs
)
&&
ffeinfo_kindtype
(
info
)
!=
FFEINFO_kindtypeINTEGERDEFAULT
);
break
;
default
:
...
...
gcc/f/news.texi
View file @
5d0e7057
...
...
@@ -5,7 +5,7 @@
@c
The
text
of
this
file
appears
in
the
file
BUGS
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
@c
1999
-
02
-
1
4
@c
1999
-
02
-
1
8
@ifclear
NEWSONLY
@node
News
...
...
@@ -61,9 +61,20 @@ somewhat more difficult.
@heading
In
@code
{
egcs
}
1
.
2
:
@itemize
@bullet
@item
Fix
@code
{
g77
}
so
it
no
longer
crashes
when
compiling
I
/
O
statements
with
@samp
{
IOSTAT
=
@var
{
j
}},
where
@var
{
j
}
is
other
than
default
@code
{
INTEGER
}
(
such
as
@code
{
INTEGER
*
2
}).
Instead
,
it
issues
a
diagnostic
.
@item
Source
file
names
with
the
suffixes
@samp
{.
FOR
}
and
@samp
{.
FPP
}
now
are
recognized
by
@code
{
g77
}
as
if
they
ended
in
@samp
{.
for
}
and
@samp
{.
fpp
},
respectively
.
@item
Improve
documentation
and
indexing
,
including
information
on
Year
2000
(
Y2K
)
compliance
.
@end
itemize
@heading
In
0
.
5
.
24
and
@code
{
egcs
}
1
.
1
.
1
(
versus
0
.
5
.
23
and
1
.
1
)
:
...
...
gcc/f/version.c
View file @
5d0e7057
char
*
ffe_version_string
=
"0.5.24-1999021
4
"
;
char
*
ffe_version_string
=
"0.5.24-1999021
8
"
;
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