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
bdda3325
Commit
bdda3325
authored
Jan 30, 2001
by
Neil Booth
Committed by
Neil Booth
Jan 30, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* diagnostic.c (fatal): Fix word wrap.
From-SVN: r39356
parent
48b4d901
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/diagnostic.c
+2
-2
No files found.
gcc/ChangeLog
View file @
bdda3325
2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
* diagnostic.c (fatal): Fix word wrap.
2001-01-30 Alexandre Oliva <aoliva@redhat.com>
2001-01-30 Alexandre Oliva <aoliva@redhat.com>
* combine.c (try_combine): Fix SUBREG setting for
* combine.c (try_combine): Fix SUBREG setting for
...
...
gcc/diagnostic.c
View file @
bdda3325
...
@@ -1432,8 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...))
...
@@ -1432,8 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...))
report_diagnostic
(
&
dc
);
report_diagnostic
(
&
dc
);
va_end
(
ap
);
va_end
(
ap
);
fprintf
(
stderr
,
"Please submit a full bug report, with preprocessed source
\n
"
);
fprintf
(
stderr
,
"Please submit a full bug report, with preprocessed source
if appropriate.
\n
"
);
fprintf
(
stderr
,
"
if appropriate.
See %s for instructions.
\n
"
,
GCCBUGURL
);
fprintf
(
stderr
,
"See %s for instructions.
\n
"
,
GCCBUGURL
);
exit
(
FATAL_EXIT_CODE
);
exit
(
FATAL_EXIT_CODE
);
}
}
...
...
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