This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/22099] builtin_setjmp gives duplicate labels
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jan 2006 01:36:38 -0000
- Subject: [Bug target/22099] builtin_setjmp gives duplicate labels
- References: <bug-22099-4242@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-13 01:36 -------
Created an attachment (id=10635)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10635&action=view)
patch which needs testing but works for simple testing
ChangeLog:
* i386.md (builtin_setjmp_receiver): Don't emit the label.
* i386.c (output_set_got): Output the label if we have one.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22099