aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr22311-1.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-01re PR c/22311 (internal compiler error: in c_common_type (-fshort-enums))Joseph Myers1-0/+6
PR c/22311 * c-typeck.c (build_binary_op): Use common_type wrapper on shortened types. (common_type): Update comment. testsuite: * gcc.dg/pr22311-1.c : New test. From-SVN: r102615