Re: [C++ Patch] PR 11586

2012-05-15 Thread Jason Merrill
On 05/15/2012 04:40 PM, Paolo Carlini wrote: However, I just noticed that I somehow missed a small issue in the testsuite (sorry): we have a testcase which is now failing because in templates we don't warn anymore (the warning is produced by warn_for_div_by_zero which also uses c_inhibit_evaluati

Re: [C++ Patch] PR 11586

2012-05-15 Thread Paolo Carlini
On 05/15/2012 03:14 PM, Jason Merrill wrote: OK. Thanks. I applied the patch. However, I just noticed that I somehow missed a small issue in the testsuite (sorry): we have a testcase which is now failing because in templates we don't warn anymore (the warning is produced by warn_for_div_by_z

Re: [C++ Patch] PR 11586

2012-05-15 Thread Jason Merrill
OK. Jason