Re: [PATCH][www] Document versioning scheme for GCC 5 and up

2015-04-11 Thread Richard Biener
On April 11, 2015 9:23:18 PM GMT+02:00, Gerald Pfeifer wrote: >On Wed, 13 Aug 2014, Richard Biener wrote: >> The following aims to document the details of the versioning scheme >we >> intend to use for GCC 5 and up. >> >> Summary in non-html: Development of GCC 5 will happen as >> GCC 5.0.0 (exp

Re: [PATCH][www] Document versioning scheme for GCC 5 and up

2015-04-11 Thread Gerald Pfeifer
On Wed, 13 Aug 2014, Richard Biener wrote: > The following aims to document the details of the versioning scheme we > intend to use for GCC 5 and up. > > Summary in non-html: Development of GCC 5 will happen as > GCC 5.0.0 (experimental), once we enter regression-fixing-only mode > (post-stage3)

Re: copyright assignment forms

2015-04-11 Thread Ian Lance Taylor
On Sat, Apr 11, 2015 at 3:23 AM, Evangelos Drikos wrote: > Hello, > > I’m interested in submitting PRs on gfortran, voluntarily from time to time > as my time permits. > > Thus, I’m contacting you to obtain the relevant forms. Sent off list. Ian

Re: GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs)

2015-04-11 Thread Arnaud Charlet
>> The following links are broken at gcc.gnu.org/onlinedocs/4.9.2. The >> corresponding 4.9.2-related links at gcc.gnu.org/onlinedocs are also broken: >>GCC 4.9.2 GNAT User's Guide (/onlinedocs/gcc-4.9.2/gnat_ugn_unw/) >>also in PDF (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf) >>or Posts

Re: How to extract types of variables and its uid?

2015-04-11 Thread Swati Rathi
On Friday 10 April 2015 01:00 PM, Richard Biener wrote: Or is there any other unique feature to distinguish between two tree types, >other than type uid? Depends on the definition of the equality relation. We have considered the file name and line number where the types are defined as a unique

copyright assignment forms

2015-04-11 Thread Evangelos Drikos
Hello, I’m interested in submitting PRs on gfortran, voluntarily from time to time as my time permits. Thus, I’m contacting you to obtain the relevant forms. Regards, Ev. Drikos On Apr 10, 2015, at 12:31 PM, Mikael Morin wrote: > Le 08/04/2015 21:15, Evangelos Drikos a écrit : >> Right now I

Re: Need help to install C++ compiler

2015-04-11 Thread Andrew Haley
On 11/04/15 04:08, Kumar Aditya wrote: > I am new user of Linux. I have RHEL 6.0 installed and want to run C++ > on my system but I do not know how. yum install gcc-c++. Andrew.

Re: Need help to install C++ compiler

2015-04-11 Thread Lars Nielsen
Hey Kumar. Just use your package manager. in terminal: yum search gcc-c++ Determine which version are available. Then run: yum install gcc-c++ You will need root access for the install step. If you want another version RPM’s can be found here: http://www.rpmfind.net/linux/rpm2h

Re: xtensa PR65730

2015-04-11 Thread Max Filippov
On Sat, Apr 11, 2015 at 2:16 AM, augustine.sterl...@gmail.com wrote: > On Fri, Apr 10, 2015 at 1:18 PM, Max Filippov wrote: >> How can we have a mulsi3 pattern that don't get expanded until it's >> optimized, and only gets expanded to a call if it couldn't be optimized? > > I'm not completely sur