[Bug c++/63142] gcc-cilk can not spawn a function template

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63142 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/63142] gcc-cilk can not spawn a function template

2016-04-28 Thread ryan.burn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63142 ryan.burn at gmail dot com changed: What|Removed |Added CC||ryan.burn at gmail dot com -

[Bug c++/63142] gcc-cilk can not spawn a function template

2014-09-17 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63142 Paolo Carlini changed: What|Removed |Added Severity|critical|normal

[Bug c++/63142] gcc-cilk can not spawn a function template

2014-09-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63142 --- Comment #1 from Andrew Pinski --- Try: g++ -o fib -fcilkplus -lcilkrts fib.cpp instead.