This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/63357] Warn for P && P and P || P (same expression used multiple times in a condition)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63357

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Warn for P && P and P || P  |Warn for P && P and P || P
                   |                            |(same expression used
                   |                            |multiple times in a
                   |                            |condition)

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Augmented summary to make it better searchable. See also related PR64249.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]