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]

Re: Bug in haifa scheduler ?


  In message <Pine.HPP.3.96.980627214135.29572F-100000@gra-ux1.iram.es>you write:
  > 
  > I disagree, a series of 2 asm volatile should not be reordered
  > relative to each other, this simply does not make sense. And if it
  > does happen, it is a compiler bug. 
Just to clarify:

Right they won't be reordered relative to each other, but that doesn't
mean they will end up back-to-back in the assembly file.  If you need
two asms to end up back to back, then you have to write them as a
single asm.

jeff


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