[Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning

2006-01-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25617

[Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-01 17:00 --- Fixed by: http://gcc.gnu.org/ml/gcc-cvs/2006-01/msg00017.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning

2005-12-31 Thread pinskia 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.