[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-10-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-18 Thread jjhforrest at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #9 from John Forrest jjhforrest at gmail dot com 2012-06-18 09:59:11 UTC --- Balaji, That works and on a few other cases I have altered back. Hopefully that is that. Thanks John On 18/06/12 03:08, bviyer at gcc dot gnu.org wrote:

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-17 Thread bviyer at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #8 from bviyer at gcc dot gnu.org 2012-06-18 02:08:03 UTC --- Author: bviyer Date: Mon Jun 18 02:07:54 2012 New Revision: 188722 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188722 Log: This patch should fix the 2nd case of PR

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-16 Thread jjhforrest at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #6 from John Forrest jjhforrest at gmail dot com 2012-06-16 08:13:02 UTC --- Balaji, Thanks - seems to fix bug - now I can simplify my coding in various places. John On 15/06/12 20:46, bviyer at gmail dot com wrote:

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-16 Thread jjhforrest at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #7 from John Forrest jjhforrest at gmail dot com 2012-06-16 16:08:09 UTC --- Sorry to say that when I was backing out some of my previous work-arounds I got a segfault again. John On 15/06/12 20:46, bviyer at gmail dot com wrote:

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-15 Thread jjhforrest at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #3 from John Forrest jjhforrest at gmail dot com 2012-06-15 06:57:43 UTC --- Balaji, Attached - AbcMatrix.ii gives segfault using compile There are more than a dozen places in my code where code such as - for (int

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-15 Thread bviyer at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #4 from bviyer at gcc dot gnu.org 2012-06-15 19:44:04 UTC --- Author: bviyer Date: Fri Jun 15 19:43:57 2012 New Revision: 188680 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188680 Log: This patch fixes bug PR 53672.

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-15 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #5 from Balaji V. Iyer bviyer at gmail dot com 2012-06-15 19:46:13 UTC --- Hello John, The revision mentioned above should fix this problem. Thanks, Balaji V. Iyer.

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-14 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 Balaji V. Iyer bviyer at gmail dot com changed: What|Removed |Added CC||bviyer at gmail

[Bug c++/53672] gcc/branches/cilkplus does not like C++ spawn (when optimized)

2012-06-14 Thread jjhforrest at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53672 --- Comment #2 from John Forrest jjhforrest at gmail dot com 2012-06-14 19:22:30 UTC --- Balaji, Updated my copy. My simple version - now works - but real case still doesn't. Try and give you a .ii file tomorrow. John On 14/06/12 17:56,