From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1177 invoked by alias); 10 Aug 2006 13:31:46 -0000 Received: (qmail 1139 invoked by uid 48); 10 Aug 2006 13:31:40 -0000 Date: Thu, 10 Aug 2006 13:31:00 -0000 Message-ID: <20060810133140.1138.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/20541] TR 15581: ALLOCATABLE components In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg00780.txt.bz2 List-Id: ------- Comment #16 from howarth at nitro dot med dot uc dot edu 2006-08-10 13:31 ------- My first attempt to build with this revised patch was unsuccessful... /sw/src/fink.build/gcc4-4.1.999-20060809/darwin_objdir/./gcc/xgcc -B/sw/src/fink.build/gcc4-4.1.999-20060809/darwin_objdir/./gcc/ -B/sw/lib/gcc4/powerpc-apple-darwin8/bin/ -B/sw/lib/gcc4/powerpc-apple-darwin8/lib/ -isystem /sw/lib/gcc4/powerpc-apple-darwin8/include -isystem /sw/lib/gcc4/powerpc-apple-darwin8/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2-20060809/libgfortran -I. -iquote../../../gcc-4.2-20060809/libgfortran/io -I../../../gcc-4.2-20060809/libgfortran/../gcc -I../../../gcc-4.2-20060809/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2 -c ../../../gcc-4.2-20060809/libgfortran/intrinsics/malloc.c -o malloc.o >/dev/null 2>&1 make[3]: *** No rule to make target `intrinsics/move_alloc.c', needed by `move_alloc.lo'. Stop. make[2]: *** [all] Error 2 make[1]: *** [all-target-libgfortran] Error 2 make: *** [all] Error 2 ### execution of /var/tmp/tmp.2.82ybS7 failed, exit code 2 Failed: phase compiling: gcc4-4.1.999-20060809 failed I'll double check that I didn't drop any part of the patch by accident but I do recall any errors when patching. (In reply to comment #15) > Created an attachment (id=12049) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12049&action=view) [edit] > Updated patch > > Fix the problem reported by Jack. > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20541