-
- Downloads
re PR middle-end/16693 (Bitwise AND is lost when used within a cast to an enum...
re PR middle-end/16693 (Bitwise AND is lost when used within a cast to an enum of the same precision) PR middle-end/16693 PR tree-optimization/16372 * decl.c (finish_enum): Make the precision of the enumerated type the same width as the underlying integer type. * g++.dg/opt/pr16372-1.C: New test case. * g++.dg/opt/pr16693-1.C: New test case. * g++.dg/opt/pr16693-2.C: New test case. From-SVN: r86576
Showing
- gcc/cp/ChangeLog 7 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/decl.c 8 additions, 1 deletiongcc/cp/decl.c
- gcc/testsuite/ChangeLog 8 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/g++.dg/opt/pr16372-1.C 17 additions, 0 deletionsgcc/testsuite/g++.dg/opt/pr16372-1.C
- gcc/testsuite/g++.dg/opt/pr16693-1.C 25 additions, 0 deletionsgcc/testsuite/g++.dg/opt/pr16693-1.C
- gcc/testsuite/g++.dg/opt/pr16693-2.C 21 additions, 0 deletionsgcc/testsuite/g++.dg/opt/pr16693-2.C
Loading
Please register or sign in to comment