diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index fe2ddab..5567253 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -3250,6 +3250,7 @@ handle_init_priority_attribute (tree* node, int pri; STRIP_NOPS (initp_expr); + initp_expr = default_conversion (initp_expr); if (!initp_expr || TREE_CODE (initp_expr) != INTEGER_CST) { |