IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / pr34989-1.c
blob88e8d64c64e4ea0477ea40f6a46ffb75b988f0b8
1 /* { dg-do compile } */
2 /* { dg-options "--combine -O2" } */
3 /* { dg-additional-sources "pr34989-2.c" } */
5 extern struct globals *const ptr_to_globals;
6 struct globals { };
7 int syslogd_main(int argc, char **argv)
9 (*(struct globals**)&ptr_to_globals) = 0;