Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!UUNET.UU.NET!island!fiji!derek From: island!fiji!derek@UUNET.UU.NET (Derek Clegg) Newsgroups: gnu.gcc.bug Subject: Fatal error in `gcc' Message-ID: <8903271622.AA16053@fiji.island.uucp> Date: 27 Mar 89 16:22:49 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 33 /* Version: * gcc version 1.34 * File: * * Compile with: * gcc -c * Problem: * `gcc' dies with a fatal signal 6. * Output: * : In function xyzzy: * :32: `string' undeclared (first use this function) * :32: (Each undeclared identifier is reported only once * :32: for each function it appears in.) * :32: parse error before `)' * :32: parse error before `)' * :32: parse error before `)' * gcc: Program cc1 got fatal signal 6. * Notes: * gcc was compiled with `config.gcc sun3'. * I am using a Sun 3/60 with UNIX 4.2 (Sun release 3.5). * * Derek B Clegg ({uunet,ucbcad,sun}!island!derek) */ struct FOO { int x,y; void *z; }; void xyzzy(char *obj, struct FOO foo) { foo = (obj += sizeof(string *), *(string **)(obj - sizeof(string *))); }