With this patch, I'm getting: gcc/cp/pph-in.c: In function 'tree_node* pph_in_tree(pph_stream*)': gcc/cp/pph-in.c:1694:70: error: 'decl_declared_inline' may be used uninitialized in this function [-Werror=maybe-uninitialized]gcc/cp/pph-in.c:1644:8: note: 'decl_declared_inline' was declared here gcc/cp/pph-in.c:1683:75: error: 'decl_comdat_group' may be used uninitialized in this function [-Werror=maybe-uninitialized]gcc/cp/pph-in.c:1643:8: note: 'decl_comdat_group' was declared here gcc/cp/pph-in.c:1682:50: error: 'decl_comdat' may be used uninitialized in this function [-Werror=maybe-uninitialized]gcc/cp/pph-in.c:1642:8: note: 'decl_comdat' was declared here cc1plus: all warnings being treated as errors make: *** [cp/pph-in.o] Error 1
Could you take a look? Thanks. Diego.