[Bug c/67819] -Wduplicated-cond should take macros into account

2024-06-14 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 --- Comment #8 from Marek Polacek --- -Wduplicated-branches has the same problem, see .

[Bug c/67819] -Wduplicated-cond should take macros into account

2024-01-14 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug c/67819] -Wduplicated-cond should take macros into account

2017-07-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Target Milestone|6.5

[Bug c/67819] -Wduplicated-cond should take macros into account

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Richard Biener changed: What|Removed |Added Target Milestone|6.4 |6.5 --- Comment #6 from Richard Biener

[Bug c/67819] -Wduplicated-cond should take macros into account

2016-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.3 |6.4 --- Comment #5 from Jakub Jelinek -

[Bug c/67819] -Wduplicated-cond should take macros into account

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Richard Biener changed: What|Removed |Added Target Milestone|6.2 |6.3

[Bug c/67819] -Wduplicated-cond should take macros into account

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #4 from Jakub Jelinek -

[Bug c/67819] -Wduplicated-cond should take macros into account

2015-10-05 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 --- Comment #3 from Marek Polacek --- Yeah, exactly; this problem will require some significant effort, I'm afraid >:(.

[Bug c/67819] -Wduplicated-cond should take macros into account

2015-10-02 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 --- Comment #2 from Patrick Palka --- (In reply to Patrick Palka from comment #1) > Sorry if this has been discussed before, but can't you use > linemap_location_from_macro_expansion_p to check whether the conditional > contains a macro expansion

[Bug c/67819] -Wduplicated-cond should take macros into account

2015-10-02 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment #1

[Bug c/67819] -Wduplicated-cond should take macros into account

2015-10-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|