RISC-V: Fix factor in dwarf_poly_indeterminate_value [PR116305]
[official-gcc.git] / gcc / testsuite / gcc.dg / ipa / ctor-empty-1.c
blobb1f4f8545a17ca2bf6cc56aa6c1fbe4abd9c3197
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -c -fdump-ipa-remove_symbols" } */
3 static __attribute__((constructor))
4 void empty_constructor()
7 /* { dg-final { scan-ipa-dump "Reclaiming functions: empty_constructor" "remove_symbols" } } */