Path: utzoo!utgpu!water!watmath!clyde!cbosgd!osu-cis!tut!lvc From: lvc@tut.cis.ohio-state.edu (Lawrence V. Cipriani) Newsgroups: comp.sources.bugs Subject: possible bugs in 1.13 gcc Keywords: gnu cc Message-ID: <3299@tut.cis.ohio-state.edu> Date: 17 Dec 87 05:51:32 GMT Organization: Ohio State Computer & Info Science Lines: 19 Here are some possible bugs in 1.13 gcc. At line 1208 of combine.c there is: || constop & ~ GET_MODE_MASK (GET_MODE (to)) == 0)) It looks like it ought to be: || (constop & ~ GET_MODE_MASK (GET_MODE (to))) == 0)) but I can't be certain. At line 2664 of parse.tab.c there is: if (shorts[7] | shorts[6] | shorts[5] | shorts[4]) which (isn't really a bug but) would be better written with || instead of |. -- Larry Cipriani AT&T Network Systems at cbosgd!osu-cis!tut!lvc Ohio State University