Segher Boessenkool writes:
> On Fri, Dec 22, 2017 at 04:53:47PM -0600, David Esparza wrote:
>> With a value of 85 GCC has a CPU performance degradation of 11%,
>> reverting PRED_LOOP_EXIT to 92 this degradation disappear.
>> Those values where measured by running c-ray ray-tracer that is a
>> floa
If the libc's declaration of pthread_exit isn't decorated with a
noreturn attribute then the recent changes to enable -Wreturn-type by
default cause this test to warn. Fixed by adding a return statement.
PR libstdc++/83450
* testsuite/21_strings/basic_string/pthread18185.cc: Add r
On Sun, Dec 24, 2017 at 09:12:56AM +, Richard Sandiford wrote:
> Segher Boessenkool writes:
> > On Fri, Dec 22, 2017 at 04:53:47PM -0600, David Esparza wrote:
> >> With a value of 85 GCC has a CPU performance degradation of 11%,
> >> reverting PRED_LOOP_EXIT to 92 this degradation disappear.
>
On Dez 23 2017, Richard Sandiford wrote:
> gcc/
> * expr.c (fixup_args_size_notes): Check that any existing
> REG_ARGS_SIZE notes are correct, and don't try to re-add them.
> (emit_single_push_insn_1): Move stack_pointer_delta adjustment to...
> (emit_single_push_insn): ..
Hi,
On 23/12/2017 23:10, Michele Pezzutti wrote:
I got confirmation from Luc.
He also added it to the errata file---the entries regarding p. 511,
page 6 of http://luc.devroye.org/errors.pdf
Nice. Then I'm going to commit the below, tested x86_64-linux. Thanks again!
Cheers,
Paolo.
//
On 12/24/2017 05:03 AM, Segher Boessenkool wrote:
> On Sun, Dec 24, 2017 at 09:12:56AM +, Richard Sandiford wrote:
>> Segher Boessenkool writes:
>>> On Fri, Dec 22, 2017 at 04:53:47PM -0600, David Esparza wrote:
With a value of 85 GCC has a CPU performance degradation of 11%,
reverti
Laba diena,
Didelė tikimybė parduoti prekes ir paslaugas yra siūlant tiesiogiai įmonių
vadovams.
Mes sudarinėjame duomenų bazes su vadovų ir kitų atsakingų asmenų kontaktais,
turinčių teisę priimti sprendimus.
Turime sudarę visos Lietuvos įmonių bazę
Ūkininkų bazes
Bendrijų daugiabučių, sodų
Attached patch changes the use of write_integer for the test case which uses the
sign='plus' specifier when opening a file and using list directed output. To
fix, I used the write decimal function for namelist writes. For compatibility, I
used the content of the previous write_integer function in a
Correction, I used write_decimal for everything except namelist writes.
On 12/24/2017 08:02 PM, Jerry DeLisle wrote:
> Attached patch changes the use of write_integer for the test case which uses
> the
> sign='plus' specifier when opening a file and using list directed output. To
> fix, I used th