------- Comment #11 from pinskia at gcc dot gnu dot org 2007-01-09 22:08 ------- (In reply to comment #10) > Second, what is the C equivalent of logical(8)? I am wondering > if the same ICE occurs in the equivalent C code.
In C (and C++) Boolean types only have one size, on ppc-darwin that size is 4 (on the rest of the normal targets it is 1). I am going to look into this when I get a chance and also figure out why my darwin box is not working :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406