Commit 89c78d7d by Richard Kenner

(binary_op_error): Initialize OPNAME.

From-SVN: r6636
parent 30a4619d
...@@ -1300,7 +1300,8 @@ void ...@@ -1300,7 +1300,8 @@ void
binary_op_error (code) binary_op_error (code)
enum tree_code code; enum tree_code code;
{ {
register char *opname; register char *opname = "unknown";
switch (code) switch (code)
{ {
case NOP_EXPR: case NOP_EXPR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment