This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11961] sse pthread segfault
- 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: 18 Aug 2003 11:14:29 -0000
- Subject: [Bug c/11961] sse pthread segfault
- References: <20030818044733.11961.justin@nurbana.cx>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11961
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-18 11:14 -------
This is a dup of bug 10395 but really it needs something like what is in bug 6737 which is request
for stack realignment attribute.
If I would have it also fixed in glibc.
The reason why the intel compiler works as it realigns and does not think the stack is align ever.
The reason why redhat works is that it has a "fixed" glibc.
*** This bug has been marked as a duplicate of 10395 ***