Re: Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')

2012-12-04 Thread Andreas Schwab
Like this. Tested on powerpc-linux and installed as obvious. Andreas. * include/Makefile.am (${host_builddir}/c++config.h): Replace [] by []. * include/Makefile.in: Regenerate. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 44200ee

Re: DRIVER_SELF_SPECS and multilib

2012-12-04 Thread Richard Sandiford
Richard Sandiford writes: > On the face of it, plain: > > "%{mtestoption:-mcpu=cortex-a5 % > ought to be OK. mtestoption will get passed down the cc1 etc., but > adding it to the .opt file should mean that it is accepted and ignored. Er, I meant "%{mtestoption:-mcpu=cortex-a5}". Richard

Re: DRIVER_SELF_SPECS and multilib

2012-12-04 Thread Richard Sandiford
gnubie gnubie writes: > Hi, > > I notice that if you add a DRIVER_SELF_SPEC option and then add that > option as a MULTILIB_OPTION, it doesn't build certain libraries for > that multilib variant. > > for example, if you add: > > "%{mtestoption:-mcpu=cortex-a5 % > (and then define mtestoption in th

PING [discuss] [x86-64 psABI] RFC: Extend x86-64 psABI to support x32

2012-12-04 Thread H.J. Lu
On Thu, May 17, 2012 at 12:50 PM, H.J. Lu wrote: > On Tue, May 15, 2012 at 9:07 AM, Michael Matz wrote: >> Hi, >> >> On Mon, 14 May 2012, H.J. Lu wrote: >> >>> > As a minor nitpick, I have always used x32 with a lower case x. The >>> > capital X32 looks odd to me. >>> > >>> >>> I used X32 togeth

OpenMP pragma expansion problem

2012-12-04 Thread PaoloB
Hello everybody, I am modifying GCC for inserting a new OpenMP pragma. This pragma has a clause that accepts a MYVAR (integer), and modifies its value. It behaves more or less as a PARALLEL pragma, except that the return value of the inserted function call is assigned to MYVAR. However, I never m

Re: Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')

2012-12-04 Thread Steven Bosscher
On Tue, Dec 4, 2012 at 5:22 PM, Andreas Schwab wrote: > Steven Bosscher writes: > >> Fixed with http://gcc.gnu.org/viewcvs?view=revision&revision=194152 > > I think if you had changed to it would have a > better chance to survive broken editors. I only put back what was there before. To be hones

Re: Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')

2012-12-04 Thread Andreas Schwab
Steven Bosscher writes: > Fixed with http://gcc.gnu.org/viewcvs?view=revision&revision=194152 I think if you had changed to it would have a better chance to survive broken editors. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D

Re: Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')

2012-12-04 Thread Andreas Schwab
Steven Bosscher writes: > Looks like someone used a broken editor replacing tabs with spaces: Rather the other way round. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different.

Re: Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')

2012-12-04 Thread Steven Bosscher
On Tue, Dec 4, 2012 at 4:47 PM, Steven Bosscher wrote: > On Tue, Dec 4, 2012 at 4:44 PM, Steven Bosscher wrote: >> Hello, >> >> Someone broke bootstrap on powerpc64-linux between r194084 and >> r194141. Anyone else seeing this? >> >> Ciao! >> Steven > > Looks like someone used a broken editor repla

Re: Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')

2012-12-04 Thread Steven Bosscher
On Tue, Dec 4, 2012 at 4:44 PM, Steven Bosscher wrote: > Hello, > > Someone broke bootstrap on powerpc64-linux between r194084 and > r194141. Anyone else seeing this? > > Ciao! > Steven Looks like someone used a broken editor replacing tabs with spaces: 2012-12-03 Benjamin Kosnik * i

Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')

2012-12-04 Thread Steven Bosscher
Hello, Someone broke bootstrap on powerpc64-linux between r194084 and r194141. Anyone else seeing this? Ciao! Steven ../../../../../trunk/libstdc++-v3/src/c++98/locale-inst.cc:338:8: error: 'void _ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intItEES3_S3_S3_RSt8ios

Re: GCC support of openACC

2012-12-04 Thread Richard Biener
On Tue, Dec 4, 2012 at 3:37 PM, wrote: > Hi, > > I would like to know if the next release of GCC will support the openACC > directives. At the moment only commercial compilers support the openACC > standard. No, it won't. Richard. > Thank you > Salvatore >

GCC support of openACC

2012-12-04 Thread Erotavlas_turbo
Hi, I would like to know if the next release of GCC will support the openACC directives. At the moment only commercial compilers support the openACC standard. Thank you Salvatore