All of lore.kernel.org
 help / color / mirror / Atom feed
* sparse-llvm op_setval implementation is missing
@ 2017-03-11 23:41 Dibyendu Majumdar
  0 siblings, 0 replies; only message in thread
From: Dibyendu Majumdar @ 2017-03-11 23:41 UTC (permalink / raw)
  To: Linux-Sparse

Hi,

I am trying to run following test case:

extern int printf(const char *fmt, ...);
int main(void)
{
 // variables
 float a = 12.34 + 56.78;
 printf("%f\n", a);
 return 0;
}

This fails as SETVAL is not implemented.

Regards

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-11 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 23:41 sparse-llvm op_setval implementation is missing Dibyendu Majumdar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.