[Bug target/21152] Stack pointer error after call to function returning a struct

2005-04-22 Thread keller at fs-net dot de
--- Additional Comments From keller at fs-net dot de 2005-04-22 12:16 --- Sorry, I made a mistake. I misinterpreted how the 68000 assembler instruction UNLK works. The stack correction is in fact not required, so the generated code can be considered correct. I had an error in my code

[Bug c/21152] New: Stack pointer error after call to function returning a struct

2005-04-21 Thread keller at fs-net dot de
call to function returning a struct Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: keller at fs-ne