Re: Fix PR52482, libitm compilation in OSX ppc with old cctools

2015-07-06 Thread Carlos Sánchez de La Lama
>> Patch is against gcc-4.8.4, but affected lines have not changed in SVN HEAD. > > I dropped this into all active release branches as well. Ok, thanks :) > If you do a test suite run, feel free to email it to the test results > list. I am running "make check" on my (locally patched) 4.8.4. Will

Re: Fix PR52482, libitm compilation in OSX ppc with old cctools

2015-07-03 Thread Mike Stump
On Jul 3, 2015, at 4:16 AM, Carlos Sánchez de La Lama wrote: > PR52482 seems to be cause by old gas not supporting named parameters in > macros. Xcode-2.5 (last available for OSX PPC) gas version is 1.38. > > Patch is against gcc-4.8.4, but affected lines have not changed in SVN HEAD. Ok. I dr

Fix PR52482, libitm compilation in OSX ppc with old cctools

2015-07-03 Thread Carlos Sánchez de La Lama
Hi all, PR52482 seems to be cause by old gas not supporting named parameters in macros. Xcode-2.5 (last available for OSX PPC) gas version is 1.38. Patch is against gcc-4.8.4, but affected lines have not changed in SVN HEAD. BR Carlos diff -ur gcc-4.8.4.old/libitm/config/powerpc/sjlj.S gcc-4.8