Menu

#2113 static inline crash

closed-fixed
5
2013-05-25
2012-12-17
No

Compiling the following code

struct
{
int i;
} s;

static inline void g(void)
{
struct s b;
}

with sdcc 3.2.1 #8246 using

sdcc test.c --std-c99

results in

test.c:8: error 66: Caught signal 11: SIGSEGV

on my Debian GNU/Linux system. This problem does not occur when compiling for ports (tried z80, hc08 and ds390).

Philipp

Discussion

  • Erik Petrich

    Erik Petrich - 2012-12-27

    Fixed in revision #8287

     
  • Erik Petrich

    Erik Petrich - 2012-12-27
    • milestone: --> fixed
    • assigned_to: nobody --> epetrich
    • status: open --> closed-fixed
     

Log in to post a comment.