This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/13168] [../../gnatchop] Segmentation fault


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2003-11-24 20:41 -------
Subject: Re:  [../../gnatchop] Segmentation fault

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-24
> 19:46 -------
> I think this was caused by using setjmp (instead of __builtin_setjmp) and
> not saving registers, can 
> you try again as using __builtin_setjmp has been fixed?

Appears to be the case.  I have just determined that this patch
introduced the problem:

2003-11-20  James E Wilson  <wilson@specifixinc.com>

	PR c/13133
	* reload1.c (reload): Delete special handling for setjmp.

I've started a new build with the "setjmp" to "__builtin_setjmp" fix.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13168


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]