[Bug bootstrap/35169] SIGSEGV for stack growth failure while building 4.2.3
bugzilla-gcc at thewrittenword dot com
gcc-bugzilla@gcc.gnu.org
Sat Mar 29 02:22:00 GMT 2008
------- Comment #4 from bugzilla-gcc at thewrittenword dot com 2008-03-29 02:21 -------
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > ld is running at this time so I doubt this is a GCC bug.
> >
> > The Pid it is referring to ("Pid 18929 received a SIGSEGV for stack growth
> > failure.") is /opt/build/china/gcc-4.2.3-objdir/./gcc/xgcc.
>
>
> Seems to be recursing in cancel_option until stack runs out:
>
All due to a bug in awk on ia64-hpux11.23. Using gawk allows the build to
complete. Here is a selection of a diff from options.c generated with awk and
gawk:
{ "-W",
"This switch is deprecated; use -Wextra instead",
- N_OPTS, 1, 0,
+ N_OPTS, 1, -1,
CL_COMMON | CL_REJECT_NEGATIVE,
0, CLVC_BOOLEAN, 0 },
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35169
More information about the Gcc-bugs
mailing list