This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47715] [x32] TLS doesn't work
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Jun 2011 16:40:07 +0000
- Subject: [Bug target/47715] [x32] TLS doesn't work
- Auto-submitted: auto-generated
- References: <bug-47715-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47715
--- Comment #11 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-06-29 16:39:50 UTC ---
Author: hjl
Date: Wed Jun 29 16:39:45 2011
New Revision: 175654
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175654
Log:
Promote argument before checking non-legitimate constant.
2011-06-29 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/47715
* calls.c (precompute_register_parameters): Promote the function
argument before checking non-legitimate constant.
Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/calls.c