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
90b8e60a
Commit
90b8e60a
authored
Feb 14, 1999
by
Craig Burley
Committed by
Craig Burley
Feb 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document forgotten fix circa egcs-1.1
From-SVN: r25194
parent
345bee93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/f/ChangeLog
+4
-0
gcc/f/news.texi
+5
-1
No files found.
gcc/f/ChangeLog
View file @
90b8e60a
1999-02-14 Craig Burley <craig@jcb-sc.com>
1999-02-14 Craig Burley <craig@jcb-sc.com>
* news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
1999-02-14 Craig Burley <craig@jcb-sc.com>
* g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
* g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
up and improve indexing, and some other areas of docs.
up and improve indexing, and some other areas of docs.
...
...
gcc/f/news.texi
View file @
90b8e60a
...
@@ -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
199
8
-
11
-
03
@c
199
9
-
02
-
14
@ifclear
NEWSONLY
@ifclear
NEWSONLY
@node
News
@node
News
...
@@ -293,6 +293,10 @@ containing specification statements such as
...
@@ -293,6 +293,10 @@ containing specification statements such as
@samp{
INTEGER
(
KIND
=
7
)
PTR
}
.
@samp{
INTEGER
(
KIND
=
7
)
PTR
}
.
@item
@item
@code{
g77
}
no
longer
crashes
when
compiling
code
such
as
@samp{
J
=
SIGNAL
(
1
,
2
)
}
.
@item
@code{
g77
}
now
treats
@samp{
%
LOC
(
@var{
expr
}
)
}
and
@code{
g77
}
now
treats
@samp{
%
LOC
(
@var{
expr
}
)
}
and
@samp{
LOC
(
@var{
expr
}
)
}
as
``
ordinary
''
expressions
@samp{
LOC
(
@var{
expr
}
)
}
as
``
ordinary
''
expressions
when
they
are
used
as
arguments
in
procedure
calls
.
when
they
are
used
as
arguments
in
procedure
calls
.
...
...
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