Hi Janne,
On 11 December 2015 at 12:12, Janne Blomqvist wrote:
> On Wed, Dec 9, 2015 at 4:27 PM, Yvan Roux wrote:
>> Hi,
>>
>> as it was raised in
>> https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01540.html we experiment
>> random failures in gfortran validati
Hi,
as it was raised in
https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01540.html we experiment
random failures in gfortran validation when it is run in parallel (-j
8). The issues occurs because of concurrent access to the same file,
the first two patches fixed some of them by changing the file n
On Wed, Oct 19, 2011 at 06:08:15AM +0200, Jason Merrill wrote:
> I'll backport that hunk, thanks for catching this.
Great ! You're welcome Jason.
Yvan
Hi,
I have the small program below, which check the binding of a reference :
int main() {
const int Ci = 0;
const int &rCi = Ci;
if (!(&Ci == &rCi)) return 1;
return 0;
}
If my understanding of the standard (8.5.3) is correct, the reference is
an lvalue (rCi), the
Hi,
Romain is doing an internship at STMicroelectronics on GCC plugins, and
as his mentor, I confirm and/or inform you that he is covered by the
copyright assignement RT 211150 between ST and FSF.
Regards.
--
Yvan ROUX
STMicroelectronics