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
068c623d
Commit
068c623d
authored
Mar 08, 2007
by
Martin Michlmayr
Committed by
Martin Michlmayr
Mar 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
spurious whitespace from error message. From-SVN: r122690
parent
e1e24dc1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/tree-ssa-coalesce.c
+1
-1
No files found.
gcc/ChangeLog
View file @
068c623d
2007-03-08 Martin Michlmayr <tbm@cyrius.com>
* tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
spurious whitespace from error message.
2007-03-08 Volker Reichelt <reichelt@netcologne.de>
PR c++/30852
...
...
gcc/tree-ssa-coalesce.c
View file @
068c623d
...
...
@@ -909,7 +909,7 @@ abnormal_corrupt (tree phi, int i)
static
inline
void
fail_abnormal_edge_coalesce
(
int
x
,
int
y
)
{
fprintf
(
stderr
,
"
\n
Unable to coalesce ssa_names %d
and %d
"
,
x
,
y
);
fprintf
(
stderr
,
"
\n
Unable to coalesce ssa_names %d
and %d
"
,
x
,
y
);
fprintf
(
stderr
,
" which are marked as MUST COALESCE.
\n
"
);
print_generic_expr
(
stderr
,
ssa_name
(
x
),
TDF_SLIM
);
fprintf
(
stderr
,
" and "
);
...
...
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