|
|
| Bugzilla Link |
34323 |
| Resolution |
FIXED |
| Resolved on |
Dec 05, 2017 14:37 |
| Version |
trunk |
| OS |
Linux |
| Blocks |
#33196 #33840 |
| CC |
@zmodem,@tstellar |
| Fixed by commit(s) |
r311951 r312038 r314567 |
Extended Description
Compile
long double a; fn1() { long double _Complex b = a = b * 1.0L; }
with -O2 -g -target sparc64 and watch it assert due to oversized debug fragments. This is fallout from r289266.