1 /* PR tree-optimization/71084 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 __extension__
typedef __INTPTR_TYPE__
intptr_t;
7 void babl_format (void);
8 void gimp_drawable_get_format (void);
32 case GIMP_GRAYA_IMAGE
:
33 case GIMP_INDEXED_IMAGE
:
34 gimp_drawable_get_format();
37 for (; run_i
< (long)(intptr_t)fn1
; ++run_i
)