This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16392] New: function.c:3192: error: `stack_args_size' undeclared
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jul 2004 20:45:41 -0000
- Subject: [Bug c/16392] New: function.c:3192: error: `stack_args_size' undeclared
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The rewrite of assign_parms has introduced this problem:
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p
rototypes -Wold-style-definition -fno-common -DHAVE_CONFIG_H -I. -I. -I../.
./gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp
/include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -
I../../gcc/gcc/../libbanshee/points-to ../../gcc/gcc/function.c -o function.o
../../gcc/gcc/function.c: In function `assign_parms':
../../gcc/gcc/function.c:3192: error: `stack_args_size' undeclared (first use in
this function)
../../gcc/gcc/function.c:3192: error: (Each undeclared identifier is reported on
ly once
../../gcc/gcc/function.c:3192: error: for each function it appears in.)
make[2]: *** [function.o] Error 1
--
Summary: function.c:3192: error: `stack_args_size' undeclared
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,rth at redhat dot com
GCC build triplet: hppa-unknown-linux-gnu
GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16392