This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jan 2006 05:43:40 -0000
- Subject: [Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning
- References: <bug-25617-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 05:43 -------
The line in the testcase is:
extern void *malloc (int) __attribute__ ((malloc));
The correct definition is:
extern void *malloc (__SIZE_TYPE__) __attribute__ ((malloc));
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25617