This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug middle-end/26991] Target Help Seg Fault.
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 26 Jun 2006 09:47:41 -0700
- Subject: Re: [Bug middle-end/26991] Target Help Seg Fault.
- References: <bug-26991-12460@http.gcc.gnu.org/bugzilla/> <20060626164142.22520.qmail@sourceware.org>
On Jun 26, 2006, at 9:41 AM, corsepiu at gcc dot gnu dot org wrote:
------- Comment #3 from corsepiu at gcc dot gnu dot org 2006-06-26
16:41 -------
Traceback:
=> the SEGFAULT occurs in memset.
Could it be, "static char* printed" should be initialized = 0?
Looks like reload is storing to cl_options_count :). There was a 4.2
bug
about this, somehow it got exposed for 4.1.x now.
-- Pinski