URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [fold-mulconj-1.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/23452 */ /* { dg-do compile } */ /* { dg-options "-O2 -ffast-math -fdump-tree-gimple" } */ _Complex double foo(_Complex double z) { return z * ~z; } _Complex int bar(_Complex int z) { return z * ~z; } /* { dg-final { scan-tree-dump-times "CONJ_EXPR" 0 "gimple" } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */
Go to most recent revision | Compare with Previous | Blame | View Log