Re: **ping**2 - Re: PR c++/58567: Fix ICE on invalid code with -fopenmp in cp/pt.c

2014-01-02 Thread Jason Merrill
On 01/02/2014 03:47 PM, Tobias Burnus wrote: http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00584.html OK, but please also check init for error_mark_node. Jason

**ping**2 - Re: PR c++/58567: Fix ICE on invalid code with -fopenmp in cp/pt.c

2014-01-02 Thread Tobias Burnus
*ping* - I think the patch is nearly obvious … http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00584.html On December 6, 2013, Tobias Burnus wrote: A rather simple fix for an ICE on invalid bug (low-priority 4.8/4.9 regression). Bootstrapped and regtested without new failure on x86-64-gnu-linu

*ping* Re: PR c++/58567: Fix ICE on invalid code with -fopenmp in cp/pt.c

2013-12-19 Thread Tobias Burnus
* ping * Tobias Burnus wrote: *ping* http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00584.html On December 6, 2013, Tobias Burnus wrote: A rather simple fix for an ICE on invalid bug (low-priority 4.8/4.9 regression). Bootstrapped and regtested without new failure on x86-64-gnu-linux. OK for t

Re: PR c++/58567: Fix ICE on invalid code with -fopenmp in cp/pt.c

2013-12-15 Thread Tobias Burnus
*ping* http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00584.html On December 6, 2013, Tobias Burnus wrote: A rather simple fix for an ICE on invalid bug (low-priority 4.8/4.9 regression). Bootstrapped and regtested without new failure on x86-64-gnu-linux. OK for the trunk and 4.8? Tobias

*ping* Re: PR c++/58567: Fix ICE on invalid code with -fopenmp in cp/pt.c

2013-12-10 Thread Tobias Burnus
Tobias Burnus wrote: A rather simple fix for an ICE on invalid bug (low-priority 4.8/4.9 regression). Bootstrapped and regtested without new failure on x86-64-gnu-linux. OK for the trunk and 4.8? Tobias

PR c++/58567: Fix ICE on invalid code with -fopenmp in cp/pt.c

2013-12-05 Thread Tobias Burnus
A rather simple fix for an ICE on invalid bug (low-priority 4.8/4.9 regression). Bootstrapped and regtested without new failure on x86-64-gnu-linux. OK for the trunk and 4.8? Tobias 2013-06-12 Tobias Burnus PR c++/58567 * pt.c (tsubst_omp_for_iterator): Early return for error_mark_node.