Re: C++ compilers

2015-12-14 Thread brett.searles
To whom it may concern: My name is Brett Searles and I am the Vice President of the local user group, The Northwest C++ Users Group. Even though we are closely affiliated with Microsoft, since we have our meetings there, we are also interested in educating the community about other C++ Compil

Re: how to use the uninstalled C & C++ compilers?

2015-03-31 Thread Jakub Jelinek
On Tue, Mar 31, 2015 at 09:37:27PM +0200, Matthias Klose wrote: > On 03/31/2015 01:09 PM, Matthias Klose wrote: > > In the past (at least it worked for me in 4.9) it was possible to use the > > uninstalled C & C++ compilers to build another compiler, using the just >

Re: how to use the uninstalled C & C++ compilers?

2015-03-31 Thread Matthias Klose
On 03/31/2015 01:09 PM, Matthias Klose wrote: > In the past (at least it worked for me in 4.9) it was possible to use the > uninstalled C & C++ compilers to build another compiler, using the just built > compilers. Useful if you want to build e.g. libgccjit in a second st

Re: how to use the uninstalled C & C++ compilers?

2015-03-31 Thread Andreas Schwab
Matthias Klose writes: > and the next build (without bootstrapping) with these values. Did somebody got > this working? That's how target libraries are built. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And no

how to use the uninstalled C & C++ compilers?

2015-03-31 Thread Matthias Klose
In the past (at least it worked for me in 4.9) it was possible to use the uninstalled C & C++ compilers to build another compiler, using the just built compilers. Useful if you want to build e.g. libgccjit in a second step without bootstrapping again. This doesn't seem to work anymore w

Re: GDB testsuite + dejagnu uses gcc compiler by default, how to configure testsuite to use other 'c' compilers (like cross compilers arm-cc, etc)

2007-07-12 Thread Ian Lance Taylor
"Venkatesan Jeevanandam" <[EMAIL PROTECTED]> writes: > DISCLAIMER: > This message (including attachment if any) is confidential and may be > privileged. Before opening attachments please check them for viruses and > defects. MindTree Consulting Limited (MindTree) will not be responsible for > a

FW: GDB testsuite + dejagnu uses gcc compiler by default, how to configure testsuite to use other 'c' compilers (like cross compilers arm-cc, etc)

2007-07-12 Thread Venkatesan Jeevanandam
From: Venkatesan Jeevanandam Sent: Thursday, July 12, 2007 2:38 PM To: [EMAIL PROTECTED]; gcc@gcc.gnu.org Subject: GDB testsuite + dejagnu uses gcc compiler by default, how to configure testsuite to use other 'c' compilers (like cross compil

GDB testsuite + dejagnu uses gcc compiler by default, how to configure testsuite to use other 'c' compilers (like cross compilers arm-cc, etc)

2007-07-12 Thread Venkatesan Jeevanandam
From: Venkatesan Jeevanandam Sent: Thursday, July 12, 2007 2:40 PM To: '[EMAIL PROTECTED]'; 'gcc@gcc.gnu.org' Subject: RE: GDB testsuite + dejagnu uses gcc compiler by default, how to configure testsuite to use other 'c' c