https://bugs.llvm.org/show_bug.cgi?id=35886

Eli Friedman <efrie...@codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |efrie...@codeaurora.org
         Resolution|---                         |INVALID

--- Comment #1 from Eli Friedman <efrie...@codeaurora.org> ---
> It appears that clang 6.0 imported into freebsd base is forcing 
> c++11-narrowing warnings to be treated as an error were earlier releases 
> don't.

>From the release notes:

Clang’s default C++ dialect is now gnu++14 instead of gnu++98. This means Clang
will by default accept code using features from C++14 and conforming GNU
extensions. Projects incompatible with C++14 can add -std=gnu++98 to their
build settings to restore the previous behaviour.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to