[Bug c++/86522] gcc-7.3.0 on x86-only fails to compile mariadb/mysql: error: unsupported size for integer register

2018-07-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86522

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #5 from Andrew Pinski  ---
Basically you are getting a 64bit register assignment happening and that is not
what they really want.  This is not a compiler bug but a bug in the inline-asm
for SDT.

[Bug c++/86522] gcc-7.3.0 on x86-only fails to compile mariadb/mysql: error: unsupported size for integer register

2018-07-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86522

--- Comment #4 from Andrew Pinski  ---
https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00016.html

[Bug c++/86522] gcc-7.3.0 on x86-only fails to compile mariadb/mysql: error: unsupported size for integer register

2018-07-14 Thread valko at linux dot karinthy.hu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86522

--- Comment #3 from valko at linux dot karinthy.hu ---
Created attachment 44394
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44394=edit
sql_prepare.ii.gz

[Bug c++/86522] gcc-7.3.0 on x86-only fails to compile mariadb/mysql: error: unsupported size for integer register

2018-07-14 Thread valko at linux dot karinthy.hu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86522

--- Comment #2 from valko at linux dot karinthy.hu ---
Created attachment 44393
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44393=edit
gcc compilation output (including -v)

[Bug c++/86522] gcc-7.3.0 on x86-only fails to compile mariadb/mysql: error: unsupported size for integer register

2018-07-14 Thread valko at linux dot karinthy.hu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86522

--- Comment #1 from valko at linux dot karinthy.hu ---
Created attachment 44392
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44392=edit
gcc command line failing