This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15443] New: ICE with void f () __attribute__ ((__malloc__));
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2004 17:52:01 -0000
- Subject: [Bug c/15443] New: ICE with void f () __attribute__ ((__malloc__));
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
void f () __attribute__ ((__malloc__));
int main ()
{
f ();
}
--
Summary: ICE with void f () __attribute__ ((__malloc__));
Product: gcc
Version: 3.3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: belyshev at lubercy dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15443