https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90882
--- Comment #2 from Kevin Dewald ---
Created attachment 46489
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46489&action=edit
objdump of main section
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90882
--- Comment #1 from Kevin Dewald ---
When compiling and running the attached code using GCC 7.4.0, the output prints
both 'true' and 'false'.
When testing if the variable 'boolean' is false, an XOR 1,EAX instruction is
executed on that memory po
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: kevin.dewald at ieee dot org
Target Milestone: ---
Created attachment 46488
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46488&action=edit
Example C code