Liu <pro...@gmail.com> writes: > I write a v16hi mode Unpack Low Data insn pattern and it is OK. v8si > and v4di modes are OK, too. > But the v32qi mode Unpack Low Data insn pattern get error like: > ../../gcc-4.5.1/gcc/config/mips/hr.md:509: error: expected identifier > or ‘(’ before ‘goto’ > ../../gcc-4.5.1/gcc/config/mips/hr.md:511: error: expected ‘=’, ‘,’, > ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token > anyone will tell me what's wrong with my code?
Looks like something in a .h file has #define'd something that your .md file is using. I can't tell what it is from the code fragment here. If it's not obvious, you are going to have to look at the generated file, and possibly even the preprocessed version of the generated file. Ian