diff options
| author | grischka <grischka> | 2016-05-25 18:52:08 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-05-25 18:52:08 +0200 |
| commit | 1ca685f887310b5cbdc415cdfc3a578dbc8d82d8 (patch) | |
| tree | 403efe6b4c2296128d4d0a514bea552c22cbbce5 /include/float.h | |
| parent | 9e0e05eb4ed18950b02f25efbf79ed27781fb568 (diff) | |
| download | tinycc-1ca685f887310b5cbdc415cdfc3a578dbc8d82d8.tar.gz tinycc-1ca685f887310b5cbdc415cdfc3a578dbc8d82d8.tar.bz2 | |
tccgen: gen_assign_cast(): cannot cast struct to scalar
The case below previously was causing an assertion failure
in the target specific generator.
It probably is not incorrect not to allow this even if
gcc does.
struct S { long b; };
void f(struct S *x)
{
struct S y[1] = { *x };
}
Diffstat (limited to 'include/float.h')
0 files changed, 0 insertions, 0 deletions
