]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ch/expr.c
Warning fixes:
[gcc.git] / gcc / ch / expr.c
index acc1bc7ec04398106b933f674b0c2cf0b60ca434..0825ce6d59573d64566703692bccc6c08b13a4de 100644 (file)
@@ -1372,7 +1372,8 @@ build_chill_card (powerset)
        { int size;
 
          /* Do constant folding, if possible. */
-         if (TREE_CODE (powerset) == CONSTRUCTOR & TREE_CONSTANT (powerset)
+         if (TREE_CODE (powerset) == CONSTRUCTOR
+             && TREE_CONSTANT (powerset)
              && (size = int_size_in_bytes (TREE_TYPE (powerset))) >= 0)
            {
              int bit_size = size * BITS_PER_UNIT;
This page took 0.026138 seconds and 5 git commands to generate.