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
7b0930d9
Commit
7b0930d9
authored
Mar 26, 2007
by
Brooks Moses
Committed by
Brooks Moses
Mar 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* error.c (show_locus): Remove always-false test.
From-SVN: r123244
parent
2aeb72e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/error.c
+0
-6
No files found.
gcc/fortran/ChangeLog
View file @
7b0930d9
2007-03-26 Brooks Moses <brooks.moses@codesourcery.com>
2007-03-26 Brooks Moses <brooks.moses@codesourcery.com>
* error.c (show_locus): Remove always-false test.
2007-03-26 Brooks Moses <brooks.moses@codesourcery.com>
* lang.opt: Minor edits to descriptions.
* lang.opt: Minor edits to descriptions.
...
...
gcc/fortran/error.c
View file @
7b0930d9
...
@@ -233,12 +233,6 @@ show_locus (locus *loc, int c1, int c2)
...
@@ -233,12 +233,6 @@ show_locus (locus *loc, int c1, int c2)
if
(
cmax
>
terminal_width
-
5
)
if
(
cmax
>
terminal_width
-
5
)
offset
=
cmax
-
terminal_width
+
5
;
offset
=
cmax
-
terminal_width
+
5
;
/* TODO: Is there a good reason for the following apparently-redundant
check, and the similar ones in the single-locus cases below? */
if
(
offset
<
0
)
offset
=
0
;
/* Show the line itself, taking care not to print more than what can
/* Show the line itself, taking care not to print more than what can
show up on the terminal. Tabs are converted to spaces, and
show up on the terminal. Tabs are converted to spaces, and
nonprintable characters are converted to a "\xNN" sequence. */
nonprintable characters are converted to a "\xNN" sequence. */
...
...
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