[Bug c++/106371] Bogus narrowing conversion reported due to bitfield

2023-12-19 Thread leni536 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106371 Lénárd Szolnoki changed: What|Removed |Added CC||leni536 at gmail dot com --- Comment

[Bug c++/106371] Bogus narrowing conversion reported due to bitfield

2022-07-23 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106371 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/106371] Bogus narrowing conversion reported due to bitfield

2022-07-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106371 --- Comment #2 from Andrew Pinski --- MSVC produces an error though: (14): error C2397: conversion from 'unsigned __int64' to 'unsigned int' requires a narrowing conversion

[Bug c++/106371] Bogus narrowing conversion reported due to bitfield

2022-07-20 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106371 --- Comment #1 from Marek Polacek --- May be a missing unlowered_expr_type call.