* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / static-init2.C
blob34bf2b2388bcf1a84361fe37293fd1ee19d34ee9
1 // PR c++/36912
2 // { dg-options -frounding-math }
3 const double c = .1, d = c+1;