http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46003
Janis Johnson <janis at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aoliva at gcc dot gnu.org, | |janis at gcc dot gnu.org --- Comment #4 from Janis Johnson <janis at gcc dot gnu.org> 2011-05-26 01:19:47 UTC --- Test g++.dg/template/cond5.C started failing for arm-none-linux-gnueabi with this patch: r132158 | aoliva | 2008-02-06 20:31:43 +0000 (Wed, 06 Feb 2008) | 10 lines gcc/cp/ChangeLog: PR c++/35056 * tree.c: Include tree-flow.h. (build_target_expr): Check type compatibility. * Make-lang.in (cp/tree.o): Depend on $(TREE_FLOW_H). * call.c (convert_like_real): Convert bitfield to expected type. gcc/testsuite/ChangeLog: PR c++/35056 * g++.dg/conversion/bitfield8.C: New.