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
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)
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
>> 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
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
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
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.
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
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