Re: Probably minor bug

2020-07-02 Thread Dr . Jürgen Sauermann
Hi Chris, thanks for looking into this. I have added your #pragma in SVN 1303. I am not particular fond of #pragmas for a number of reasons, but since other contributors to GNU APL have used them already earlier I suppose this one

[Bug c++/94905] Bogus warning -Werror=maybe-uninitialized

2020-07-02 Thread moller at mollerware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94905 Chris Moller changed: What|Removed |Added CC||moller at mollerware dot com --- Comment

[Bug c++/94905] Bogus warning -Werror=maybe-uninitialized

2020-07-02 Thread moller at mollerware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94905 --- Comment #8 from Chris Moller --- Created attachment 48825 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48825&action=edit Preprocessed testcase gunzip then compile with g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -rdyn

Re: Probably minor bug

2020-07-02 Thread Chris Moller
I added a more detailed description of the mechanism to your original bugzilla bug report.  Maybe at some point someone will dig a little deeper. On 2020-07-02 07:29, Dr. Jürgen Sauermann wrote: Hi Chris, thanks for looking into this. I have added your #pragma in *SVN 1303.* I am not particul