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/34804] Porting aid: flag to disable BYTE, INTEGER*1 and INTEGER(KIND=1)



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


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