[Bug inline-asm/101422] register variable uninitialised before passing to asm

2021-07-15 Thread simon.willcocks at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101422 --- Comment #8 from Simon Willcocks --- (In reply to Andrew Pinski from comment #4) > (In reply to Simon Willcocks from comment #2) > > That's not an accurate description of the problem; the value of the variable > > is being passed, not its add

[Bug inline-asm/101422] register variable uninitialised before passing to asm

2021-07-12 Thread simon.willcocks at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101422 --- Comment #7 from Simon Willcocks --- (In reply to Jakub Jelinek from comment #6) > Moving the line is the right fix Thanks for the confirmation. > It is recommended to initialize normal automatic variables first and then > only initialize re

[Bug inline-asm/101422] register variable uninitialised before passing to asm

2021-07-11 Thread simon.willcocks at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101422 --- Comment #5 from Simon Willcocks --- (In reply to Andrew Pinski from comment #4) > (In reply to Simon Willcocks from comment #2) > > That's not an accurate description of the problem; the value of the variable > > is being passed, not its add

[Bug inline-asm/101422] register variable uninitialised before passing to asm

2021-07-11 Thread simon.willcocks at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101422 --- Comment #3 from Simon Willcocks --- (In reply to Andrew Pinski from comment #1) But thanks for your quick response!

[Bug inline-asm/101422] register variable uninitialised before passing to asm

2021-07-11 Thread simon.willcocks at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101422 Simon Willcocks changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #2 from Simon Willc

[Bug c/101422] New: register variable uninitialised before passing to asm

2021-07-11 Thread simon.willcocks at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101422 Bug ID: 101422 Summary: register variable uninitialised before passing to asm Product: gcc Version: 10.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Com