https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114595
--- Comment #1 from absoler at smail dot nju.edu.cn --- gcc-4's result: ``` func_1(): movl g1(%rip), %eax andl $1, %eax movb %al, g2(%rip) movl %eax, g3(%rip) ret ```
absoler at smail dot nju.edu.cn via Gcc-bugs Thu, 04 Apr 2024 16:35:30 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114595
--- Comment #1 from absoler at smail dot nju.edu.cn --- gcc-4's result: ``` func_1(): movl g1(%rip), %eax andl $1, %eax movb %al, g2(%rip) movl %eax, g3(%rip) ret ```