View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032195 | FPC | Compiler | public | 2017-07-24 11:53 | 2017-12-29 12:51 |
Reporter | Neil_Graham | Assigned To | Jeppe Johansen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | embedded avr | OS | OS Version | ||
Product Version | 3.1.1 | Product Build | |||
Target Version | 3.2.0 | Fixed in Version | 3.1.1 | ||
Summary | 0032195: Internal error 2011082401 on use of .byte or .word etc. in inline asm | ||||
Description | The use of any of the raw data directives in avr inline assembly generates an internal error. | ||||
Steps To Reproduce | program Test; procedure SomeThing; begin asm .word 1 end; end; begin SomeThing; end. compiled with .../ppcrossavr -Wpatmega328p | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 37859 | ||||
FPCOldBugId | |||||
FPCTarget | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-07-24 11:53 | Neil_Graham | New Issue | |
2017-12-29 12:51 | Jeppe Johansen | Fixed in Revision | => 37859 |
2017-12-29 12:51 | Jeppe Johansen | Status | new => resolved |
2017-12-29 12:51 | Jeppe Johansen | Fixed in Version | => 3.1.1 |
2017-12-29 12:51 | Jeppe Johansen | Resolution | open => fixed |
2017-12-29 12:51 | Jeppe Johansen | Assigned To | => Jeppe Johansen |
2017-12-29 12:51 | Jeppe Johansen | Target Version | => 3.2.0 |