From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Clarke To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c/4465 Date: Thu, 04 Oct 2001 19:16:00 -0000 Message-id: <20011005021600.14798.qmail@sourceware.cygnus.com> X-SW-Source: 2001-10/msg00088.html List-Id: The following reply was made to PR c/4465; it has been noted by GNATS. From: Paul Clarke To: "'gcc-gnats@gcc.gnu.org'" , "'gcc-prs@gcc.gnu.org'" , "'gcc-bugs@gcc.gnu.org'" , "'nobody@gcc.gnu.org'" Cc: Subject: Re: c/4465 Date: Fri, 5 Oct 2001 11:36:02 +0930 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=3Dview%26pr=3D4465%26database=3D= gcc Code to reproduce the bug. It appears that it didn't attach to the bug report. char a_tiny __attribute__((tiny_data)); char a_seg_fault(void) { return a_tiny; }