------- Comment #2 from laurynas dot biveinis at gmail dot com 2008-06-21 17:40 ------- Reproduced with r137000.
Basically we have: gimplify_asm_expr(...) { ... bool is_inout; ... for (...) { parse_output_constraint (&is_inout); if (is_inout) { ... Now the problem is that parse_output_constraint reports an error and exits early, before setting is_inout value. -- laurynas dot biveinis at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laurynas dot biveinis at | |gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34906