[Bug target/82240] i386.md & -Wlogical-op in build

2019-10-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/82240] i386.md & -Wlogical-op in build

2018-01-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug target/82240] i386.md & -Wlogical-op in build

2018-01-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #10 from Eric Gallager --- *** Bug 83863 has been marked as a duplicate of this bug. ***

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-26 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #9 from David Binderman --- (In reply to Andrew Pinski from comment #7) > but atom.md could be improved to just say: > That is get rid of the check for memory attr on the second case. I tried out your change and it appears to remove

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 David Binderman changed: What|Removed |Added CC||hjl at gcc dot gnu.org --- Comment #8

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #7 from Andrew Pinski --- I think this due to the following from atom.md: (define_insn_reservation "atom_icmp" 1 (and (eq_attr "cpu" "atom") (and (eq_attr "type" "icmp") (eq_attr "memory" "none"))) "atom-simple

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #6 from David Binderman --- (In reply to Uroš Bizjak from comment #4) > Can you please post configure (and build?) flags? ../trunk/configure --prefix=/home/dcb/gcc/results \ --disable-bootstrap \ --disable-multilib \ --di

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-19 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #5 from Uroš Bizjak --- BTW: There are some shortcuts taken to ease macroization, so these warnings could belong to patterns that are never generated and thus benign.

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-19 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #4 from Uroš Bizjak --- Can you please post configure (and build?) flags?

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 David Binderman changed: What|Removed |Added CC||jh at suse dot cz, |

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #2 from David Binderman --- (In reply to Andreas Schwab from comment #1) > It refers to the source files generated from this file. You need to look at > the context to see which file was actually compiled. g++ -fno-PIE -c -g -O3 -

[Bug target/82240] i386.md & -Wlogical-op in build

2017-09-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82240 --- Comment #1 from Andreas Schwab --- It refers to the source files generated from this file. You need to look at the context to see which file was actually compiled.