|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||||
2008年11月20日(木) 旧暦 [n年日記] [更新:"2008/11/20 11:23:37"]#1 [gcc] operand 0 missing output reload
When you are preparing *.md files for gcc, you may get following message.
*.md:iii: operand 0 missing output reloadIt means missing = (or +) for constraint (no output specified). gcc-4.2.1/gcc/genrecog.c:
721 else if (constraints0 != '=' && constraints0 != '+')
722 {
723 message_with_line (pattern_lineno,
724 "operand %d missing output reload",
725 XINT (pattern, 0));
726 error_count++;
I have googled but no clue was found (yet). So this the memo for it.( つっこみ )
|
最近の日記 2025年12月11日 ・oreore 2025/12 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package | ||