Re: [PATCH] GCC LTO-bootstrap -Wodr fix

2015-02-26 Thread Tobias Burnus
Martin Liska wrote: > Following error message can be seen for LTO boostrap: > ../../gcc/fortran/resolve.c:3812:1: error: type âcomparisonâ violates one > definition rule [-Werror=odr] > comparison; > ^ >../../gcc/compare-elim.c:95:0: note: a different type is defined in another >translation unit

[PATCH] GCC LTO-bootstrap -Wodr fix

2015-02-26 Thread Martin Liška
Hello. Following error message can be seen for LTO boostrap: ../../gcc/fortran/resolve.c:3812:1: error: type ‘comparison’ violates one definition rule [-Werror=odr] comparison; ^ ../../gcc/compare-elim.c:95:0: note: a different type is defined in another translation unit rtx_insn *insn;