Description of problem: Compiling any file including stdlib.h (probably others) fails: Version-Release number of selected component (if applicable): pcc-1.1.0-1.1.20161201cvs.fc27.3.x86_64 How reproducible: Always Steps to Reproduce: 1. echo '#include <stdlib.h>' > tst.c 2. pcc -c tst.c 3. Actual results: /usr/include/bits/floatn.h, line 61: warning: unknown mode arg __TC__ /usr/include/bits/floatn.h, line 73: invalid function definition /usr/include/bits/floatn.h, line 73: syntax error /usr/include/bits/floatn.h, line 73: invalid function definition /usr/include/bits/byteswap.h, line 47: cannot recover from earlier errors: goodbye! Expected results: No diagnostics Additional info: I traced this back to pcc not having the __float128 type used in a typedef in the header. It is an alias for long double in gcc/clang. A workaround is to add: pcc -D__float128="long double" ...
The same bug is in rawhide, by the way.
Ah. Actually, I just updated pcc a few days ago but looks like I'd forgotten to upload the sources which is why the packages never got built. But, the newer snapshot doesn't work either. Mail sent to pcc-list.
pcc-1.1.0-1.1.20180504cvs.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-6d2d6699f3
pcc-1.1.0-1.1.20180504cvs.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-0a0c28ff3c
pcc-1.1.0-1.1.20180504cvs.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-4f0e1eb285
pcc-1.1.0-1.1.20180504cvs.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-d0e4df4642
pcc-1.1.0-1.1.20180504cvs.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-6d2d6699f3
pcc-1.1.0-1.1.20180504cvs.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-0a0c28ff3c
pcc-1.1.0-1.1.20180504cvs.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-d0e4df4642
pcc-1.1.0-1.1.20180504cvs.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-4f0e1eb285
pcc-1.1.0-1.1.20180504cvs.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.
pcc-1.1.0-1.1.20180504cvs.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.
pcc-1.1.0-1.1.20180504cvs.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
pcc-1.1.0-1.1.20180504cvs.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.