[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 --- Comment #5 from Jakub Jelinek 2013-02-19 17:19:41 UTC --- Author: jakub Date: Tue Feb 19 17:19:36 2013 New Revision: 196141 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196141 Log: Backported from mainline 2013-0

[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 Paolo Carlini changed: What|Removed |Added Severity|blocker |normal

[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-06 Thread radford at blackbean dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 --- Comment #4 from Jim Radford 2013-02-06 20:46:42 UTC --- (In reply to comment #3) > Should be fixed on the trunk Thanks! > Note your testcase is invalid, without > the taskwait I've added, it relies on NRV and even with NRV, by th

[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 --- Comment #2 from Jakub Jelinek 2013-02-06 10:35:02 UTC --- Author: jakub Date: Wed Feb 6 10:34:53 2013 New Revision: 195796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195796 Log: PR middle-end/56217 * omp-low.c

[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 Richard Biener changed: What|Removed |Added Keywords||openmp Status|UNCON