[Bug rtl-optimization/31523] bootstrap failure with -O2 -finline-functions
--- Comment #18 from ebotcazou at gcc dot gnu dot org 2007-05-17 15:50 --- *** Bug 27901 has been marked as a duplicate of this bug. *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -
[Bug rtl-optimization/31523] bootstrap failure with -O2 -finline-functions
--- Comment #17 from ebotcazou at gcc dot gnu dot org 2007-05-10 12:16 --- Reduced C++ testcase: typedef enum { _B_FALSE, _B_TRUE } boolean_t; typedef union { int i; } u; cp/lex.c:make_aggr_type is miscompiled when cxx_make_type is inlined into it. Amazingly enough, this is the same