Commit 70efc82d by Alexandre Oliva Committed by Alexandre Oliva

gengtype-state.c (read_state_params_structs): Initialize previous.

* gengtype-state.c (read_state_params_structs): Initialize
previous.

From-SVN: r174491
parent 6ba5d856
2011-05-31 Alexandre Oliva <aoliva@redhat.com>
* gengtype-state.c (read_state_params_structs): Initialize
previous.
2011-05-31 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
......
......@@ -2137,7 +2137,7 @@ read_state_param_structs (type_p *param_structs)
int nbparamstructs = 0;
int countparamstructs = 0;
type_p head = NULL;
type_p previous;
type_p previous = NULL;
type_p tmp;
struct state_token_st *t0 = peek_state_token (0);
struct state_token_st *t1 = peek_state_token (1);
......
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