This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34804] Porting aid: flag to disable BYTE, INTEGER*1 and INTEGER(KIND=1)
- 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: 16 Jan 2008 22:46:01 -0000
- Subject: [Bug fortran/34804] Porting aid: flag to disable BYTE, INTEGER*1 and INTEGER(KIND=1)
- References: <bug-34804-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2008-01-16 22:46 -------
(In reply to comment #2)
> > How is char defined for your target? sizeof(char) needs to be 1 to be
> > complaint to C.
>
> C is most likely fine, but I don't care too much about C.
You need C to support libgfortran so my question here is still valid. What is
sizeof(char) for your target?
Seriously if the target does not define sizeof(char) as 1, it is broken and
there is nothing to support here really.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34804