This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17180] [3.4 Regression] nearly all g77 tests fail
- From: "cvs-commit 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 Sep 2004 07:23:26 -0000
- Subject: [Bug fortran/17180] [3.4 Regression] nearly all g77 tests fail
- References: <20040825065523.17180.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-09-01 07:23 -------
Subject: Bug 17180
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: ebotcazou@gcc.gnu.org 2004-09-01 07:23:12
Modified files:
gcc/f : ChangeLog malloc.c
Log message:
PR fortran/17180
* malloc.c (MALLOC_ALIGNMENT): New constant.
(ROUNDED_AREA_SIZE): Likewise.
(malloc_kill_area_): Use ROUNDED_AREA_SIZE.
(malloc_find_inpool_): Likewise.
(malloc_new_inpool_): Likewise.
(malloc_resize_inpool_): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.622.2.16&r2=1.622.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/malloc.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.12.14.1&r2=1.12.14.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17180