re PR c++/37932 (narrowing conversion with -std=c++0x)
authorJason Merrill <jason@redhat.com>
Fri, 14 Nov 2008 00:38:20 +0000 (19:38 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 14 Nov 2008 00:38:20 +0000 (19:38 -0500)
commit2d727f75f1b00ebb9269b573c022b11280c09c31
treee1b712fe6fd456e38f890070bb379fee30d6f1f0
parent03c715aa1d8a984529cbf1b84020de9ea8746e17
re PR c++/37932 (narrowing conversion with -std=c++0x)

        PR c++/37932
        * typeck2.c (process_init_constructor_record): Update bitfield
        handling.
        (check_narrowing): Update bitfield handling, print source type.

From-SVN: r141843
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/conversion/bitfield11.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/initlist7.C [new file with mode: 0644]