This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/47502] [x32] canât find a register in class âSIREGâ while reloading âasmâ


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47502

--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-28 02:15:25 UTC ---
Author: hjl
Date: Fri Jan 28 02:15:22 2011
New Revision: 169351

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169351
Log:
Never combine asm statement.

gcc/

2011-01-27  H.J. Lu  <hongjiu.lu@intel.com>

    PR rtl-optimization/47502
    * combine.c (cant_combine_insn_p): Never combine asm statement.

gcc/testsuite/

2011-01-27  H.J. Lu  <hongjiu.lu@intel.com>

    PR rtl-optimization/47502
    * gcc.target/i386/pr47502-1.c: New.
    * gcc.target/i386/pr47502-2.c: Likewise.

Added:
    branches/x32/gcc/testsuite/gcc.target/i386/pr47502-1.c
    branches/x32/gcc/testsuite/gcc.target/i386/pr47502-2.c
Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/combine.c
    branches/x32/gcc/testsuite/ChangeLog.x32


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]