Re: [PATCH] Change PRED_LOOP_EXIT from 85 to 92

2017-12-24 Thread Richard Sandiford
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

[PATCH] PR libstdc++/83450 avoid -Wreturn-type warning in test

2017-12-24 Thread Jonathan Wakely
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

Re: [PATCH] Change PRED_LOOP_EXIT from 85 to 92

2017-12-24 Thread Segher Boessenkool
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. >

Re: [045/nnn] poly_int: REG_ARGS_SIZE

2017-12-24 Thread Andreas Schwab
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): ..

Re: [PATCH] Fix Bug 83237 - Values returned by std::poisson_distribution are not distributed correctly

2017-12-24 Thread Paolo Carlini
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. //

Re: [PATCH] Change PRED_LOOP_EXIT from 85 to 92

2017-12-24 Thread Jeff Law
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

Kontaktai, kurie padės parduoti prekes ir paslaugas

2017-12-24 Thread Verslui 2
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ų

[patch, lingfortran] Bug 83560 - list-directed formatting of INTEGER is missing plus on output

2017-12-24 Thread Jerry DeLisle
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

Re: [patch, lingfortran] Bug 83560 - list-directed formatting of INTEGER is missing plus on output

2017-12-24 Thread Jerry DeLisle
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