Re: [avr-gcc-list] builtins-error.c test fails for avr

2015-04-21 Thread Georg-Johann Lay
Am 04/21/2015 um 03:24 PM schrieb Georg-Johann Lay: Without fat LTO objects, the compiler just puts gimple IR into the objects, there is no asm code. Built-in functions are represented by their decls as provided by targetm.builtin_decl(). This means there is no expansion of tree to rtl. That ex

Re: [avr-gcc-list] builtins-error.c test fails for avr

2015-04-21 Thread Georg-Johann Lay
Am 04/21/2015 um 09:17 AM schrieb Sivanupandi, Pitchumani: Hi, Test gcc.target/avr/torture/builtins-error.c is failed in gcc-4.9 and trunk for -Os -flto options. This test expects error for compile time constant. Option flto delays the builtin expand (to link time??) and there is no error. Can