RFR(XXS): 8044496: 8034812 broke build with clang

Volker Simonis volker.simonis at gmail.com
Mon Jun 2 15:58:17 UTC 2014


On Mon, Jun 2, 2014 at 4:09 PM, David Chase <david.r.chase at oracle.com> wrote:
> Not a Reviewer, I approve, what the heck was that clang-diagnostic-pop doing in there anyway?
>

It was the counterpart of:

-#ifdef __clang__
-#pragma clang diagnostic push
-#pragma GCC diagnostic ignored "-Wuninitialized"
-#endif

which was removed with 8034812.


> On 2014-06-02, at 4:54 AM, Igor Veresov <igor.veresov at oracle.com> wrote:
>
>> Just a tiny change - 8034812 broke the clang build for me.
>>
>> Webrev: http://cr.openjdk.java.net/~iveresov/8044496/webrev.00
>>
>> Thanks!
>> igor
>


More information about the hotspot-compiler-dev mailing list