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
9b034961
Commit
9b034961
authored
Apr 19, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(do_error): Don't terminate.
From-SVN: r7080
parent
6a9e290e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
gcc/cccp.c
+2
-4
No files found.
gcc/cccp.c
View file @
9b034961
...
...
@@ -6384,8 +6384,8 @@ do_undef (buf, limit, op, keyword)
}
/*
* Report a
fatal
error detected by the program we are processing.
* Use the text of the line in the error message
, then terminate
.
* Report a
n
error detected by the program we are processing.
* Use the text of the line in the error message.
* (We use error because it prints the filename & line#.)
*/
...
...
@@ -6401,8 +6401,6 @@ do_error (buf, limit, op, keyword)
copy
[
length
]
=
0
;
SKIP_WHITE_SPACE
(
copy
);
error
(
"#error %s"
,
copy
);
exit
(
FAILURE_EXIT_CODE
);
/* NOTREACHED */
return
0
;
}
...
...
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