This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30406] ICE in LOGICAL(8) functions
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2007 22:08:10 -0000
- Subject: [Bug fortran/30406] ICE in LOGICAL(8) functions
- References: <bug-30406-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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