This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bootstrap/4385: `DEFAULT_ABI' undeclared during make bootstrap
- To: gcc-gnats at gcc dot gnu dot org
- Subject: bootstrap/4385: `DEFAULT_ABI' undeclared during make bootstrap
- From: eijkhout at cs dot utk dot edu
- Date: 24 Sep 2001 17:30:03 -0000
- Reply-To: eijkhout at cs dot utk dot edu
>Number: 4385
>Category: bootstrap
>Synopsis: `DEFAULT_ABI' undeclared during make bootstrap
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 24 10:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: eijkhout@cs.utk.edu
>Release: unknown-1.0
>Organization:
>Environment:
OS X 10.0.3
>Description:
294 12:55 cvs -z 9 co -rgcc_latest_snapshot gcc
295 13:10 limit stack
296 13:10 limit stack 800
297 13:10 fg
298 13:12 ../gcc/configure
299 13:12 ls
300 13:12 mv gcc ..
301 13:12 ../gcc/configure
302 13:16 ls
303 13:17 make CC='cc -no-cpp-precomp' bootstrap
and that gives
../../gcc/gcc/function.c:3074: warning: comparison between signed and unsigned
../../gcc/gcc/function.c: In function `instantiate_virtual_regs':
../../gcc/gcc/function.c:3514: `DEFAULT_ABI' undeclared (first use in this function)
../../gcc/gcc/function.c: In function `instantiate_decls':
../../gcc/gcc/function.c:3581: warning: comparison between signed and unsigned
../../gcc/gcc/function.c: In function `aggregate_value_p':
../../gcc/gcc/function.c:4201: `DEFAULT_ABI' undeclared (first use in this function)
../../gcc/gcc/function.c: In function `assign_parms':
../../gcc/gcc/function.c:4554: `DEFAULT_ABI' undeclared (first use in this function)
../../gcc/gcc/function.c: In function `locate_and_pad_parm':
../../gcc/gcc/function.c:5192: `DEFAULT_ABI' undeclared (first use in this function)
make[2]: *** [function.o] Error 1
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: