This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/49500] [4.7 Regression]: gcc.dg/tls/alias-1.c
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 23 Jun 2011 19:43:55 +0000
- Subject: [Bug regression/49500] [4.7 Regression]: gcc.dg/tls/alias-1.c
- Auto-submitted: auto-generated
- References: <bug-49500-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49500
--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-06-23 19:43:09 UTC ---
Created attachment 24589
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24589
proposed patch
Hi,
the problem is that emultls introduces aliases later and it does not understand
the new representation of them. Does the attached patch help?
Honza