mirror of git://gcc.gnu.org/git/gcc.git
fwprop.c: Fix ISO-C99ism.
2008-04-02 Paolo Bonzini <bonzini@gnu.org> * fwprop.c: Fix ISO-C99ism. From-SVN: r133833
This commit is contained in:
parent
da0f638158
commit
3f1c227804
|
|
@ -1,3 +1,7 @@
|
||||||
|
2008-04-02 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* fwprop.c: Fix ISO-C99ism.
|
||||||
|
|
||||||
2008-04-02 Paolo Bonzini <bonzini@gnu.org>
|
2008-04-02 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
PR bootstrap/35752
|
PR bootstrap/35752
|
||||||
|
|
|
||||||
|
|
@ -231,7 +231,7 @@ enum {
|
||||||
PR_HANDLE_MEM is set when the source of the propagation was not
|
PR_HANDLE_MEM is set when the source of the propagation was not
|
||||||
another MEM. Then, it is safe not to treat non-read-only MEMs as
|
another MEM. Then, it is safe not to treat non-read-only MEMs as
|
||||||
``opaque'' objects. */
|
``opaque'' objects. */
|
||||||
PR_HANDLE_MEM = 2,
|
PR_HANDLE_MEM = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue