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
a23ea598
Commit
a23ea598
authored
Jul 13, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(process_command): If -save-temps and -pipe were specified together,
don't do -pipe. From-SVN: r14415
parent
7ad9ff7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gcc/gcc.c
+3
-0
No files found.
gcc/gcc.c
View file @
a23ea598
...
@@ -2876,6 +2876,9 @@ process_command (argc, argv)
...
@@ -2876,6 +2876,9 @@ process_command (argc, argv)
i
++
;
i
++
;
else
if
(
strncmp
(
argv
[
i
],
"-specs="
,
7
)
==
0
)
else
if
(
strncmp
(
argv
[
i
],
"-specs="
,
7
)
==
0
)
;
;
/* -save-temps overrides -pipe, so that temp files are produced */
else
if
(
save_temps_flag
&&
strcmp
(
argv
[
i
],
"-pipe"
)
==
0
)
error
(
"Warning: -pipe ignored since -save-temps specified"
);
else
if
(
argv
[
i
][
0
]
==
'-'
&&
argv
[
i
][
1
]
!=
0
)
else
if
(
argv
[
i
][
0
]
==
'-'
&&
argv
[
i
][
1
]
!=
0
)
{
{
register
char
*
p
=
&
argv
[
i
][
1
];
register
char
*
p
=
&
argv
[
i
][
1
];
...
...
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