--- Comment #1 from nomis80 at nomis80 dot org 2006-08-22 13:12 ---
Created an attachment (id=12112)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12112&action=view)
Tree dump
Command-line:
gcc -std=c99 -O3 -march=pentium4 -ftree-vectorize -ftree-vectorizer-verbose=7
-fdu
ignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nomis80 at nomis80 dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28802
--- Comment #3 from nomis80 at nomis80 dot org 2005-12-21 20:07 ---
This is not fixed as of 4.1.0. Can someone with enough karma reopen either this
bug or #17251 ? Thanks!
--
nomis80 at nomis80 dot org changed:
What|Removed |Added
l. You can
probably LDFLAGS=-lpthread to work around in your special case.
--
Summary: -pthread should have priority over -nostdlib
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nomis80 at nomis80 dot org
CC: gcc-bugs at gcc dot gnu dot org,s_gccbugzilla at nedprod
--
What|Removed |Added
CC||nomis80 at nomis80 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17470
--- Additional Comments From nomis80 at nomis80 dot org 2004-12-22 20:54
---
I just got hit with that bug and spent too much time figuring out what was
wrong. Here's my code, just to show an example of real-life