|
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. ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench 2024年05月04日 ・Trial on 10.99.10 ・another version (later trial) to succeed | ||