-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
it crash compiler.
#include "common.h"
int sub(int x)
{
unsigned char i;
unsigned char sum = 0;
unsigned char p[x];
for (i=0; i<10; i++){
p[i] = i;
}
for (i=0; i<10; i++){
sum += p[i];
}
return sum;
}
int main(int argc, char **argv)
{
return sub(10)!=45;
}
When node is ND_VAR, node->ty can be NULL. A temporary fix prevents a crash, but a fundamental solution is needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed