[Bug target/91481] POWER9 "DARN" RNG intrinsic produces repeated output

2019-08-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug target/91441] ICE in asan_shadow_offset at asan.c:342 on riscv64 target

2019-08-18 Thread kito at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91441 kito at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/91485] [10 Regression] Erroneous conflict between variable x and operator(.x.)

2019-08-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91485 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/91485] [10 Regression] Erroneous conflict between variable x and operator(.x.)

2019-08-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91485 kargl at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot

Re: [PATCH] PR target/91441 - Turn off -fsanitize=kernel-address if TARGET_ASAN_SHADOW_OFFSET is not implemented.

2019-08-18 Thread Kito Cheng
Hi Jeff: Thanks, committed as r274631. On Fri, Aug 16, 2019 at 11:51 PM Jeff Law wrote: > > On 8/15/19 8:45 PM, Kito Cheng wrote: > > - -fsanitize=kernel-address will call targetm.asan_shadow_offset () > >at asan_shadow_offset, so it will crash if TARGET_ASAN_SHADOW_OFFSET > >is not

[Bug target/91441] ICE in asan_shadow_offset at asan.c:342 on riscv64 target

2019-08-18 Thread kito at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91441 --- Comment #2 from kito at gcc dot gnu.org --- Author: kito Date: Mon Aug 19 03:21:44 2019 New Revision: 274631 URL: https://gcc.gnu.org/viewcvs?rev=274631=gcc=rev Log: PR target/91441 - Turn off -fsanitize=kernel-address if

[Bug fortran/91485] [10 Regression] Erroneous conflict between variable x and operator(.x.)

2019-08-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91485 --- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Aug 19 03:21:46 2019 New Revision: 274632 URL: https://gcc.gnu.org/viewcvs?rev=274632=gcc=rev Log: 2019-08-18 Steven G. Kargl PR fortran/91485 module.c

[Bug fortran/91485] [10 Regression] Erroneous conflict between variable x and operator(.x.)

2019-08-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91485 --- Comment #1 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Aug 19 03:00:54 2019 New Revision: 274630 URL: https://gcc.gnu.org/viewcvs?rev=274630=gcc=rev Log: 2019-08-18 Steven G. Kargl PR fortran/91485 module.c

[Bug libstdc++/91488] New: [9/10 Regression] char_traits::length causes "inlining failed in call to always_inline" error with -fgnu-tm -O2 -std=c++17

2019-08-18 Thread rs2740 at gmail dot com
pro (https://gcc.godbolt.org/z/RO-2Ec): #include int main() { auto z = std::char_traits::length(""); } $ g++ -fgnu-tm -O2 -std=c++17 In file included from /opt/compiler-explorer/gcc-trunk-20190818/include/c++/10.0.0/string:40, from :1: /opt/compiler-explorer/gcc-trun

[Bug target/80834] PowerPC gcc -mcpu=power9 seems to turn off vectorization that -mcpu=power8 enables

2019-08-18 Thread helijia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80834 Li Jia He changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: C++ PATCH for c++/91264 - detect modifying const objects in constexpr

2019-08-18 Thread Jason Merrill
Ok, thanks. On Sun, Aug 18, 2019, 6:26 PM Marek Polacek wrote: > On Sun, Aug 18, 2019 at 08:37:14PM -0400, Marek Polacek wrote: > > Ok if that passes? > > Which it did. >

[Bug target/80834] PowerPC gcc -mcpu=power9 seems to turn off vectorization that -mcpu=power8 enables

2019-08-18 Thread helijia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80834 Li Jia He changed: What|Removed |Added CC||helijia at gcc dot gnu.org --- Comment #4

[Bug c++/91487] New: [concepts] alias constraint not respected

2019-08-18 Thread frederik.engels24 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91487 Bug ID: 91487 Summary: [concepts] alias constraint not respected Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

Re: [PATCH V2 8/8] bpf: add myself as the maintainer for the eBPF port

2019-08-18 Thread Jeff Law
On 8/16/19 6:50 PM, Jose E. Marchesi wrote: > ChangeLog: > > * MAINTAINERS: Add myself as the maintainer for the eBPF port. Will need steering committee approval, but I don't see that being problematical. jeff

Re: [PATCH V2 7/8] bpf: manual updates for eBPF

2019-08-18 Thread Jeff Law
On 8/16/19 6:50 PM, Jose E. Marchesi wrote: > gcc/ChangeLog: > > * doc/invoke.texi (Option Summary): Cover eBPF. > (eBPF Options): New section. > * doc/extend.texi (BPF Built-in Functions): Likewise. > (BPF Kernel Helpers): Likewise. This is likely fine once the port as a

Re: [PATCH V2 6/8] bpf: adjust GCC testsuite to eBPF limitations

2019-08-18 Thread Jeff Law
On 8/16/19 6:50 PM, Jose E. Marchesi wrote: > This patch makes many tests in gcc.dg and gcc.c-torture to be skipped > in bpf-*-* targets. This is due to the many limitations imposed by > eBPF to what would be perfectly valid C code: no support for indirect > calls, no support for more than 5

Re: C++ PATCH for c++/91264 - detect modifying const objects in constexpr

2019-08-18 Thread Marek Polacek
On Sun, Aug 18, 2019 at 08:37:14PM -0400, Marek Polacek wrote: > Ok if that passes? Which it did.

Re: [PATCH V2 5/8] bpf: make target-supports.exp aware of eBPF

2019-08-18 Thread Jeff Law
On 8/16/19 6:50 PM, Jose E. Marchesi wrote: > This patch makes the several effective target checks in > target-supports.exp to be aware of eBPF targets. > > gcc/testsuite/ChangeLog: > > * lib/target-supports.exp (check_effective_target_malloc): New > function. >

Re: [PATCH V2 4/8] bpf: gcc.target eBPF testsuite

2019-08-18 Thread Jeff Law
On 8/16/19 6:50 PM, Jose E. Marchesi wrote: > This patch adds a new testsuite to gcc.target, with eBPF specific > tests. > > Tests are included for: > - Target specific diagnostics. > - All built-in functions. > > testsuite/ChangeLog: > > * gcc.target/bpf/bpf.exp: New file. > *

Re: [PATCH V2 3/8] bpf: new libgcc port

2019-08-18 Thread Jeff Law
On 8/16/19 6:50 PM, Jose E. Marchesi wrote: > This patch adds an eBPF port to libgcc. > > As of today, compiled eBPF programs do not support a single-entry > point schema. Instead, a BPF "executable" is a relocatable ELF object > file containing multiple entry points, in certain named sections.

Re: [PATCH V2 1/8] Update config.sub and config.guess.

2019-08-18 Thread Jeff Law
On 8/16/19 6:50 PM, Jose E. Marchesi wrote: > * config.sub: Import upstream version 2019-06-30. > * config.guess: Import upstream version 2019-07-24. Similar to the runtimes and such where we're downstream resyncing to the upstream sources is always OK in stage1. Feel free to commit

[RFA] [PR tree-optimization/80576] Handle strcpy and strcpy_chk in DSE

2019-08-18 Thread Jeff Law
So this builds on the previous DSE patch to add handling of strcpy and resolves the remainder of 80576. Recall there's two cases to consider. If the strcpy is the first store (ie, potentially dead), then the conservative choice when setting up the ao_ref is to take the smaller of the destination

Re: C++ PATCH for c++/91264 - detect modifying const objects in constexpr

2019-08-18 Thread Marek Polacek
On Sun, Aug 18, 2019 at 05:08:07PM -0700, Jason Merrill wrote: > On 8/18/19 6:52 AM, Marek Polacek wrote: > > On Fri, Aug 16, 2019 at 05:40:39PM -0700, Jason Merrill wrote: > > > On 8/16/19 5:11 AM, Marek Polacek wrote: > > > > On Thu, Aug 15, 2019 at 08:21:25PM -0400, Jason Merrill wrote: > > > >

[Bug fortran/91485] [10 Regression] Erroneous conflict between variable x and operator(.x.)

2019-08-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91485 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 CC|

Re: C++ PATCH for c++/91264 - detect modifying const objects in constexpr

2019-08-18 Thread Jason Merrill
On 8/18/19 6:52 AM, Marek Polacek wrote: On Fri, Aug 16, 2019 at 05:40:39PM -0700, Jason Merrill wrote: On 8/16/19 5:11 AM, Marek Polacek wrote: On Thu, Aug 15, 2019 at 08:21:25PM -0400, Jason Merrill wrote: On 8/15/19 5:34 PM, Marek Polacek wrote: On Wed, Aug 14, 2019 at 02:50:13PM -0400,

[Bug libstdc++/91486] future::wait_for and shared_timed_mutex::wait_for do not work properly with float duration

2019-08-18 Thread john.salmon at deshaw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91486 --- Comment #2 from John Salmon --- The same incorrect logic that was fixed in bug 68519 is present in the implementations of future::wait_for and shared_timed_mutex::wait_for. The fix should be the same: explicitly duration_cast the __rtime

[Bug libstdc++/91486] future::wait_for and shared_timed_mutex::wait_for do not work properly with float duration

2019-08-18 Thread john.salmon at deshaw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91486 --- Comment #1 from John Salmon --- Created attachment 46727 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46727=edit demonstration code

[Bug libstdc++/91486] New: future::wait_for and shared_timed_mutex::wait_for do not work properly with float duration

2019-08-18 Thread john.salmon at deshaw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91486 Bug ID: 91486 Summary: future::wait_for and shared_timed_mutex::wait_for do not work properly with float duration Product: gcc Version: unknown Status: UNCONFIRMED

gcc-10-20190818 is now available

2019-08-18 Thread gccadmin
Snapshot gcc-10-20190818 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/10-20190818/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

[Bug fortran/91390] treatment of extra parameter in a subroutine call

2019-08-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91390 --- Comment #6 from Thomas Koenig --- Created attachment 46726 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46726=edit Much better patch It a) does not try to do two things at once, and b) has passed regression-testing at least once.

[Bug fortran/91485] New: [10 Regression] Erroneous conflict between variable x and operator(.x.)

2019-08-18 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91485 Bug ID: 91485 Summary: [10 Regression] Erroneous conflict between variable x and operator(.x.) Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/87880] [9 regression] All macOS asan execution tests FAIL

2019-08-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87880 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH, sanitizer] Wrap rethrow_primary_exception (PR 87880).

2019-08-18 Thread Iain Sandoe
> On 16 Jun 2019, at 19:58, Jakub Jelinek wrote: > > On Sun, Jun 16, 2019 at 07:54:42PM +0100, Iain Sandoe wrote: >> Actually, because the way in which interposing works for Darwin is >> different, the only >> symbol change in the library on Darwin is removing an "undefined dynamic >>

[Bug sanitizer/87880] [9 regression] All macOS asan execution tests FAIL

2019-08-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87880 --- Comment #15 from Iain Sandoe --- Author: iains Date: Sun Aug 18 19:11:29 2019 New Revision: 274625 URL: https://gcc.gnu.org/viewcvs?rev=274625=gcc=rev Log: Darwin, libsanitizer - remove reference to __cxa_rethrow_primary_exception. For

[Darwin, fixincludes, committed] Fix PR83531

2019-08-18 Thread Iain Sandoe
There is no reasonable chance that the SDKs in question will be re- issued, so the only viable solution is a fixincludes. tested on x86_64-darwin, x86_64-linux-gnu, powerpc64-linux-gnu (fixincludes tests pass on linux) applied to mainline, Iain 2019-08-18 C.G. Dogan Iain Sandoe

[Bug target/83531] Build broken on macOS 10.13.2

2019-08-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83531 Iain Sandoe changed: What|Removed |Added Target Milestone|--- |7.5 --- Comment #12 from Iain Sandoe ---

[Bug target/83531] Build broken on macOS 10.13.2

2019-08-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83531 --- Comment #11 from Iain Sandoe --- Author: iains Date: Sun Aug 18 18:54:13 2019 New Revision: 274624 URL: https://gcc.gnu.org/viewcvs?rev=274624=gcc=rev Log: [Darwin, fixincludes] Fix PR83531 There is no reasonable chance that the SDKs in

[Darwin, PPC, committed] Fix fail of cpp/assert4.c

2019-08-18 Thread Iain Sandoe
Despite that the cpp assert facility is deprecated, we do have a test for it. This test needs the cpu and machine asserts to be implemented which hadn't been done for PPC Darwin. Fixed thus. tested on powerpc-darwin9, applied to mainline, Iain gcc/ 2019-08-18 Iain Sandoe *

[Bug target/91472] gmp testsuite segfaults with gcc-8 and gcc-9, works fine with gcc-7

2019-08-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91472 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW --- Comment #5 from Eric Botcazou

[Bug target/91472] gmp testsuite segfaults with gcc-8 and gcc-9, works fine with gcc-7

2019-08-18 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91472 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com ---

[Bug lto/64636] Bootstrapping gcc-4.9.2 fails if lto is enabled

2019-08-18 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64636 --- Comment #5 from John Paul Adrian Glaubitz --- I can confirm that disabling LTO on sparc64 makes gcc build fine.

[Bug target/91472] gmp testsuite segfaults with gcc-8 and gcc-9, works fine with gcc-7

2019-08-18 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91472 --- Comment #3 from John Paul Adrian Glaubitz --- It can reproduced by simply cloning the gmp repo, building it and running the testsuite: $ hg clone https://gmplib.org/repo/gmp $ cd gmp $ ./.bootstrap && ./configure --enable-cxx --enable-fat

[Bug target/91472] gmp testsuite segfaults with gcc-8 and gcc-9, works fine with gcc-7

2019-08-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91472 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

Re: [PATCH][DOC] Define email limit for gcc-patches mailing list.

2019-08-18 Thread Gerald Pfeifer
On Tue, 30 Apr 2019, Martin Liška wrote: >>> This would fix bug 89770 if/when you commit it, btw: >>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89770 > Thanks for useful comments, I've included all of them (except kB change). > Feel free to see current version at https://gcc.gnu.org/lists.html

[PATCH,i386] Don't use errno when freestanding (was: config/i386/xmmintrin.h: Only #include if __STDC_HOSTED__)

2019-08-18 Thread Gerald Pfeifer
On Sat, 9 Dec 2017, Jakub Jelinek wrote: >> Some users on FreeBSD noticed a problem when trying to use GCC to >> build things in a standalone environment that manifests itself as >> >> /usr/local/lib/gcc/x86_64-unknown-freebsd11.0/6.3.0/include/xmmintrin.h:34 >> from >>

[Bug libstdc++/91480] Nonconforming definitions of standard library feature-test macros

2019-08-18 Thread frankhb1989 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91480 --- Comment #2 from frankhb1989 at gmail dot com --- I agree the problem of 'L' is not likely found as a real issue in practice. Perhaps this could be forwarded as an issue of the standard which requires overspecified definitions. I don't find

[Bug c++/91484] New: Error message: std::is_constructible with incomplete types.

2019-08-18 Thread asschool at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91484 Bug ID: 91484 Summary: Error message: std::is_constructible with incomplete types. Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/91483] Poor diagnostic on trying to take constexpr reference to non-static object

2019-08-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91483 Marek Polacek changed: What|Removed |Added Keywords||diagnostic

[Bug c++/91483] New: Poor diagnostic on trying to take constexpr reference to non-static object

2019-08-18 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91483 Bug ID: 91483 Summary: Poor diagnostic on trying to take constexpr reference to non-static object Product: gcc Version: 9.1.1 Status: UNCONFIRMED Severity:

[Bug rtl-optimization/91482] New: __builtin_assume_aligned should not break write combining

2019-08-18 Thread msharov at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91482 Bug ID: 91482 Summary: __builtin_assume_aligned should not break write combining Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal

[Bug target/91481] New: POWER9 "DARN" RNG intrinsic produces repeated output

2019-08-18 Thread lloyd at randombit dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481 Bug ID: 91481 Summary: POWER9 "DARN" RNG intrinsic produces repeated output Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

Re: C++ PATCH for c++/91264 - detect modifying const objects in constexpr

2019-08-18 Thread Marek Polacek
On Fri, Aug 16, 2019 at 05:40:39PM -0700, Jason Merrill wrote: > On 8/16/19 5:11 AM, Marek Polacek wrote: > > On Thu, Aug 15, 2019 at 08:21:25PM -0400, Jason Merrill wrote: > > > On 8/15/19 5:34 PM, Marek Polacek wrote: > > > > On Wed, Aug 14, 2019 at 02:50:13PM -0400, Jason Merrill wrote: > > > >

[Bug fortran/91390] treatment of extra parameter in a subroutine call

2019-08-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91390 --- Comment #5 from Thomas Koenig --- Created attachment 46724 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46724=edit Something that sort of works... and also extends the error message with a reference to where the mismatching

[doc] install.texi and bfin "end of life"

2019-08-18 Thread Gerald Pfeifer
https://blackfin.uclinux.org redirects to a page on ez.analog.com that states "End of Life for Blackfin Linux" and has a link to sourceforge.net that at least offers some remaining bits. Jie, can you please have a look? This, or something similar, probably should be backported to all active

[wwwdocs PATCH] for Re: autovectorization in gcc

2019-08-18 Thread Gerald Pfeifer
On Thu, 10 Jan 2019, Jonathan Wakely wrote: >> [ https://gcc.gnu.org/projects/tree-ssa/vectorization.html ] > I'm not disputing that there could be better documentation, but that > page is not the place to find it. That page should probably get a > notice added saying that the project is complete

[wwwdocs PATCH] for Re: autovectorization in gcc

2019-08-18 Thread Gerald Pfeifer
On Thu, 10 Jan 2019, Jonathan Wakely wrote: >> [ https://gcc.gnu.org/projects/tree-ssa/vectorization.html ] > I'm not disputing that there could be better documentation, but that > page is not the place to find it. That page should probably get a > notice added saying that the project is complete

[Bug libstdc++/91480] Nonconforming definitions of standard library feature-test macros

2019-08-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91480 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[wwwdocs] Reverting your own patches (was: [PATCH] Revert 2 ::get to ::get_create for IPA summaries (PR ipa/86279))

2019-08-18 Thread Gerald Pfeifer
On Fri, 29 Jun 2018, Jeff Law wrote: > ISTM that if you're reverting something recent of your own that's > causing failures you ought to be able to revert without waiting. Indeed. And https://gcc.gnu.org/svnwrite.html#all documents this in the third items. (Well, that direct link only works

[wwwdocs] bugs/index.html - remove a last reference to Java/libgcj

2019-08-18 Thread Gerald Pfeifer
Committed. Gerald Index: bugs/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v retrieving revision 1.130 diff -u -r1.130 index.html --- bugs/index.html 16 Aug 2019 20:59:00 - 1.130 +++ bugs/index.html

[Bug tree-optimization/37242] missed FRE opportunity because of signedness of addition

2019-08-18 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37242 --- Comment #24 from Dmitry G. Dyachenko --- r257061 optimize too gcc version 8.0.1 20180125 (experimental) [trunk revision 257061] (GCC)

[Bug fortran/91390] treatment of extra parameter in a subroutine call

2019-08-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91390 Thomas Koenig changed: What|Removed |Added CC||tschwinge at gcc dot gnu.org ---

[Bug tree-optimization/37242] missed FRE opportunity because of signedness of addition

2019-08-18 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37242 Dmitry G. Dyachenko changed: What|Removed |Added CC||dimhen at gmail dot com ---

Re: Update x86-tune-costs.h for znver2

2019-08-18 Thread Gerald Pfeifer
On Tue, 30 Jul 2019, Jan Hubicka wrote: >> Thanks - can you please update changes.html for it in the 9.2 section? > There seems to be no GCC 9.2 section yet. I see one now. On Tue, 30 Jul 2019, Richard Biener wrote: > Yes. Looks good to me btw. Same here. (I would have taken Richard's note