[Bug c++/94767] (unsigned bitfield) + (int) operation results in int, not unsigned int.

2020-04-27 Thread jh718.park at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94767 jh718.park at samsung dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/94767] New: (unsigned bitfield) + (int) operation results in int, not unsigned int.

2020-04-25 Thread jh718.park at samsung dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jh718.park at samsung dot com Target Milestone: --- For these variables below, unsigned m_schemeEnd : 26; unsigned m_userStart; m_userStart == m_schemeEnd + 1 this comparison