On Thu, Jul 03, 2008 at 03:29:45PM +0200, Joerg Schilling wrote: > Fedor Sergeev <Fedor.Sergeev at Sun.COM> wrote: > > > > I think my Sun Studio compiler is version 11 so that should work, right? > > > > Nope. You should use Studio 12 for gnu-style inline assembler to work. > > Strange, I needed to use Studio 11 to compile gnu-style inline assembler in > GNOME libs because Studio 12 gave me error messages.
gnu-style inline asm was implemented in Studio 12. Studio 11 was supporting sun-style asm, which is probably what you needed to compile in those gnome libs. Any failure to compile old-style asm with Studio 12 sholud be considered a bug. Mind to give any details on that failure? regards, Fedor.
