Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!raeburn From: raeburn@ATHENA.MIT.EDU (Ken Raeburn) Newsgroups: gnu.gcc.bug Subject: unimplemented __builtin_* functions Message-ID: <8812172207.AA01048@MULTICS.MIT.EDU> Date: 17 Dec 88 22:07:32 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 Can I ask that for the next version of gcc the builtins that aren't implemented either draw an error message or get translated into subroutine calls (or be omitted)? I don't know of documentation that lists the ones that are implemented, and some of them would be nice to use. The alloca builtin appears to work fine on the vax, and I've just found that __builtin_memcpy is not implemented. A list would be really useful.... -- Ken