This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I may have found the problem: the line: gcc_assert(â) is converted to a branch instruction, which didn't have any constraints at all. After polishing up the machine instruction I got around this error. After that another error has surfaced but this is because I didn't take everything into account. Thanks a lot for your help! ~Jens
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |