[Bug tree-optimization/57701] Incorrect optimisation of inlined function with inline assembly when cross-compiling

2013-07-02 Thread sqweek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57701 --- Comment #5 from sqweek sqweek at gmail dot com --- Hahaha, that amuses me probably more than it should! Thanks for chiming in Hans, it would have taken me forever to figure that out :)

[Bug tree-optimization/57701] New: Incorrect optimisation of inlined function with inline assembly when cross-compiling

2013-06-24 Thread sqweek at gmail dot com
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sqweek at gmail dot com Created attachment 30354 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30354action=edit Standalone source file for reproducing

[Bug tree-optimization/57701] Incorrect optimisation of inlined function with inline assembly when cross-compiling

2013-06-24 Thread sqweek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57701 --- Comment #2 from sqweek sqweek at gmail dot com --- Sorry! The constraints were actually the first place I looked for a problem, apparently my inexperience with assembly made me blind to the mistake :( Thanks for your time.