[Bug libstdc++/100017] [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails

2021-11-07 Thread aladjev.andrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017 --- Comment #38 from Andrew Aladjev --- Sure, patches works perfect. But we need somehow decrease the chance of similar regressions in future. It is possible by adding any basic "canadian" build into the list of tests to be done before release.

[Bug libstdc++/100017] [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails

2021-11-07 Thread aladjev.andrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017 --- Comment #35 from Andrew Aladjev --- Hello cqwrteur, do you have an influence on core gcc developers? Please provide an idea to add at least one "canadian" test before release. x86_64-pc-linux-gnu -> x86_64-unknown-linux-gnu will be enough.

[Bug libstdc++/100017] [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails

2021-11-07 Thread aladjev.andrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017 --- Comment #32 from Andrew Aladjev --- I've added include_next_fenv dirty patch. I want just to quickly explain how to use it. First of all I've noticed (many years ago) that gcc developers are making releases based on limited set of basic

[Bug libstdc++/100017] [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails

2021-11-07 Thread aladjev.andrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017 --- Comment #30 from Andrew Aladjev --- Created attachment 51746 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51746=edit Include fenv dirty patch for gcc 11.2.0 Please apply carefully, it is not safe.

[Bug c/99741] dllexport attribute is not compatible with c99 inline

2021-03-23 Thread aladjev.andrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99741 --- Comment #1 from Andrew Aladjev --- PS https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89088 is another issue that may be related to this one.

[Bug c/99741] New: dllexport attribute is not compatible with c99 inline

2021-03-23 Thread aladjev.andrew at gmail dot com via Gcc-bugs
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: aladjev.andrew at gmail dot com Target Milestone: --- Created attachment 50466 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50466=edit fit.tar.gz Hello, please review the following cmake issue here ht

[Bug c/61428] New: maybe-uninitialized is broken in all current versions (4.7-4.10)

2014-06-06 Thread aladjev.andrew at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: aladjev.andrew at gmail dot com Created attachment 32900 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=32900action=edit test.c Please checkout attached test.c