This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30406] ICE in LOGICAL(8) functions



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]