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

Marshall Clow (home) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Marshall Clow (home) <[email protected]> ---
This is the same bug as you reported to libstdc++:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92057

I worked with Jonathan in his analysis, and I concur with his conclusion that
this *is* a narrowing conversion, and should be rejected.

The `double x[] = {600};` is a red herring because 600 is a constant.

Resolving as invalid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to