Config: detect ref convert bug in gcc 4.4 and 4.5

This commit is contained in:
Andrzej Krzemienski
2015-10-14 23:11:33 +02:00
parent 29975d6192
commit fb1cf2581e
7 changed files with 97 additions and 3 deletions

View File

@ -64,6 +64,8 @@ import testing ;
[ run-fail optional_xconfig_NO_PROPER_ASSIGN_FROM_CONST_INT_fail.cpp ]
[ run optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_pass.cpp ]
[ run-fail optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp ]
[ run optional_xconfig_NO_LEGAL_CONVERT_FROM_REF_pass.cpp ]
[ compile-fail optional_xconfig_NO_LEGAL_CONVERT_FROM_REF_fail.cpp ]
[ run optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp ]
;
}