c-typeck.c (build_component_ref): Turn "for" into "do ..
authorRoger Sayle <roger@eyesopen.com>
Sun, 16 Mar 2003 13:54:23 +0000 (13:54 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 16 Mar 2003 13:54:23 +0000 (13:54 +0000)
commit46ea50cb66f3edc9f5f474067e61bfe39c41cb06
treea20e4efde41319867b70c6ab9c22c79a5f13b973
parent012c387f58d28ad20648c1ea3ebefa2b86424b6f
c-typeck.c (build_component_ref): Turn "for" into "do ..

* c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
to avoid "may be used uninitialized" warning on ia64-hpux.
* config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.

From-SVN: r64434
gcc/ChangeLog
gcc/c-typeck.c
gcc/config/ia64/ia64-c.c