Re: [C++ Patch] PR 52299, bogus div by zero warning

2012-03-12 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 52299, bogus div by zero warning

2012-03-12 Thread Paolo Carlini
Hi, I handled this issue as outlined by Jakub in the audit trail. For the purpose of the bogus div by zero warning just using c_inhibit_evaluation_warnings appears to work fine. Tested x86_64-linux. Thanks, Paolo. /// /cp 2012-03-12 Paolo Carlini PR c++/52299