[Bug c++/97658] Tired of having to change make files on every new version. Damnit!

2020-11-03 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97658 --- Comment #4 from Jonathan Wakely --- Nonsense. Your code is buggy, the warning tells you about it. If you don't want to know that your code has undefined behaviour, don't enable warnings.

[Bug c++/97658] Tired of having to change make files on every new version. Damnit!

2020-11-03 Thread hubert.vansteenhuyse at freecode dot be via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97658 --- Comment #3 from hubert.vansteenhuyse at freecode dot be --- You are killing that marvelous gcc compiler by doing this, this is my point.

[Bug c++/97658] Tired of having to change make files on every new version. Damnit!

2020-11-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97658 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug c++/97658] Tired of having to change make files on every new version. Damnit!

2020-10-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97658 --- Comment #1 from Jonathan Wakely --- The compiler is telling you your code has undefined behaviour. If you write code that conforms to the rules of the C++ language, you won't get that warning. Don't change your makefiles, fix your code. I