[Bug tree-optimization/28802] Operations on data in dynamically allocated structure can't get vectorized

2006-08-22 Thread nomis80 at nomis80 dot org
--- 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

[Bug tree-optimization/28802] New: Operations on data in dynamically allocated structure can't get vectorized

2006-08-22 Thread nomis80 at nomis80 dot org
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

[Bug c/17555] function visibility attribute in definition misinterpreted

2005-12-21 Thread nomis80 at nomis80 dot org
--- 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

[Bug c++/25460] New: -pthread should have priority over -nostdlib

2005-12-16 Thread nomis80 at nomis80 dot org
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++

[Bug c++/19134] New: Class visibility of templated classes can't be overridden for function specializations

2004-12-22 Thread nomis80 at nomis80 dot org
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

[Bug c++/17470] Visibility attribute ignored for explicit template instantiation

2004-12-22 Thread nomis80 at nomis80 dot org
-- What|Removed |Added CC||nomis80 at nomis80 dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17470

[Bug c++/17470] Visibility attribute ignored for explicit template instantiation

2004-12-22 Thread nomis80 at nomis80 dot org
--- 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