[Bug target/82748] ICE with __builtin_fabsq and __float128 in copy_to_mode_reg, at explow.c:612

2017-11-06 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82748 --- Comment #3 from Michael Meissner --- Author: meissner Date: Mon Nov 6 18:31:48 2017 New Revision: 254462 URL: https://gcc.gnu.org/viewcvs?rev=254462=gcc=rev Log: [gcc] 2017-11-06 Michael Meissner PR

[Bug fortran/82866] [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004

2017-11-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug jit/82846] [8 regression] jit.dg test-alignment.c.exe, test-combination.c.exe, test-threads.c.exe fails

2017-11-06 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82846 --- Comment #2 from David Malcolm --- Works for me; I wasn't able to reproduce. Does the fix for PR jit/82826 (r254458) help? If I add this to set_options in harness.h: gcc_jit_context_set_bool_option ( ctxt,

[Bug c++/82850] g++ permits redefinition of default arguments

2017-11-06 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82850 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug fortran/82865] New: Option -fdec collides with PDT

2017-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82865 Bug ID: 82865 Summary: Option -fdec collides with PDT Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug c++/65579] [C++11] gcc requires definition of a static constexpr member even though it is not odr-used

2017-11-06 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65579 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Mon Nov 6 17:45:55 2017 New Revision: 254461 URL: https://gcc.gnu.org/viewcvs?rev=254461=gcc=rev Log: /cp 2017-11-06 Paolo Carlini PR

[Bug middle-end/82867] New: missing warning on buffer overflow assigning to the result of mempcpy

2017-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82867 Bug ID: 82867 Summary: missing warning on buffer overflow assigning to the result of mempcpy Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/82865] Option -fdec collides with PDT

2017-11-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82865 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgomp/82864] New: Stop using GOMP_OFFLOAD_openacc_async_set_async

2017-11-06 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82864 Bug ID: 82864 Summary: Stop using GOMP_OFFLOAD_openacc_async_set_async Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug fortran/56496] [OOP] [F08] ICE with TYPE(*) coarray and SELECT TYPE

2017-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56496 --- Comment #3 from G. Steinmetz --- Further reduced : $ cat z1.f90 program p class(*), allocatable :: a[:] allocate (integer :: a[*]) select type (a) type is (integer) end select end $ gfortran-8-20171105

[Bug middle-end/82867] missing warning on buffer overflow assigning to the result of mempcpy

2017-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82867 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Severity|normal

[Bug fortran/82868] New: ICE in generate_coarray_sym_init, at fortran/trans-decl.c:5203

2017-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82868 Bug ID: 82868 Summary: ICE in generate_coarray_sym_init, at fortran/trans-decl.c:5203 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/82868] ICE in generate_coarray_sym_init, at fortran/trans-decl.c:5203

2017-11-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82868 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/56496] [OOP] [F08] ICE with TYPE(*) coarray and SELECT TYPE

2017-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56496 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de ---

[Bug c++/65579] [C++11] gcc requires definition of a static constexpr member even though it is not odr-used

2017-11-06 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65579 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/82848] [8 Regression] ICE in expand_expr_real_2, at expr.c:8715

2017-11-06 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82848 Bill Schmidt changed: What|Removed |Added CC||willschm at gcc dot gnu.org,

[Bug c++/55004] [meta-bug] constexpr issues

2017-11-06 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 65579, which changed state. Bug 65579 Summary: [C++11] gcc requires definition of a static constexpr member even though it is not odr-used https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65579 What|Removed

[Bug fortran/82866] [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004

2017-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866 G. Steinmetz changed: What|Removed |Added Blocks||82173 --- Comment #1

[Bug fortran/82866] [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004

2017-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866 --- Comment #2 from G. Steinmetz --- Slightly different : $ cat z7.f90 module m type t(a, :, *) end type end $ cat z7s.f90 subroutine s type t(a, :, *) end type end $ cat z8.f90 module m type t(*, a, :)

[Bug fortran/82866] New: [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004

2017-11-06 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866 Bug ID: 82866 Summary: [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/82866] [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004

2017-11-06 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug middle-end/82404] Unnecessary instructions in switch table

2017-11-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82404 --- Comment #8 from Martin Liška --- Author: marxin Date: Mon Nov 6 09:02:15 2017 New Revision: 254437 URL: https://gcc.gnu.org/viewcvs?rev=254437=gcc=rev Log: Instrument function exit with __builtin_unreachable in C++ 2017-11-06 Martin

[Bug fortran/80554] [f08] variable redefinition in submodule

2017-11-06 Thread tamas.bela.feher at ipp dot mpg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80554 --- Comment #9 from Tamas Bela Feher --- Thank you for fixing the problem!

[Bug middle-end/82404] Unnecessary instructions in switch table

2017-11-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82404 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/82847] [8 regression] gcc.dg/vect/slp-perm-9.c fail

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82847 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/82767] [8 regression] gcc.target/i386/pr71321.c scan-assembler-times fail

2017-11-06 Thread sebastian.peryt at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82767 --- Comment #3 from Sebastian Peryt --- As per Uros's suggestion (https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00329.html ) I checked -mtune=generic idea and this works without additional changes either in testcase or in cost model. >From what

[Bug fortran/69739] [6/7/8 Regression] ICE during array result, allocatable assignment

2017-11-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69739 --- Comment #8 from Paul Thomas --- Author: pault Date: Mon Nov 6 09:54:09 2017 New Revision: 254441 URL: https://gcc.gnu.org/viewcvs?rev=254441=gcc=rev Log: 2017-11-06 Paul Thomas PR fortran/69739 *

[Bug bootstrap/82856] [8 Regression] --enable-maintainter-mode broken by automake failure

2017-11-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82856 --- Comment #2 from Thomas Koenig --- (In reply to Richard Biener from comment #1) > Likely all active branches are affected and it's likely not a regression. > > Can you quickly figure what automake version fixed this? Unfortunately not.

[Bug bootstrap/82856] [8 Regression] --enable-maintainter-mode broken by automake failure

2017-11-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82856 --- Comment #3 from Thomas Koenig --- FWITW, the patch to automake --- automake-1.11.orig 2017-11-06 21:47:27.451349052 +0100 +++ automake2017-11-06 21:48:29.882102274 +0100 @@ -4156,7 +4156,7 @@ sub substitute_ac_subst_variables ($) {

[Bug fortran/82866] [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004

2017-11-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org ---

[Bug fortran/82866] [PDT] ICE in resolve_fl_derived0, at fortran/resolve.c:14004

2017-11-06 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866 --- Comment #6 from Steve Kargl --- On Mon, Nov 06, 2017 at 07:48:12PM +, jvdelisle at gcc dot gnu.org wrote: > > --- Comment #5 from Jerry DeLisle --- > (In reply to kargl from comment #4) > --- snip --- > > If it passes regression

[Bug tree-optimization/82816] [8 Regression] ICE on valid code at -Os and above: in find_widening_optab_handler_and_mode, at optabs-query.c:414

2017-11-06 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82816 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/82865] Option -fdec collides with PDT

2017-11-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82865 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org ---

[Bug fortran/25829] [F03] Asynchronous IO support

2017-11-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org ---

[Bug tree-optimization/82862] New: [8 Regression] SPEC CPU2006 465.tonto performance regression with trunk@253975 (up to 40% drop for particular loop)

2017-11-06 Thread alexander.nesterovskiy at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82862 Bug ID: 82862 Summary: [8 Regression] SPEC CPU2006 465.tonto performance regression with trunk@253975 (up to 40% drop for particular loop) Product: gcc Version:

[Bug sanitizer/82824] [8 regression] libsanitizer fails to build: VM_MEMORY_OS_ALLOC_ONCE undefined

2017-11-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82824 --- Comment #3 from Eric Gallager --- (In reply to r...@cebitec.uni-bielefeld.de from comment #2) > > --- Comment #1 from Eric Gallager --- > [...] > > Apparently 10.6/Darwin 11 isn't supported either; see bug 82829. As I said > > I couldn't

[Bug sanitizer/82824] [8 regression] libsanitizer fails to build: VM_MEMORY_OS_ALLOC_ONCE undefined

2017-11-06 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82824 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Eric Gallager --- [...] > Really? It doesn't show up in the ./configure --help output: > > Local-Admins-MacBook-Pro:gcc ericgallager$ ./configure --help=recursive

[Bug fortran/82859] New: derived type character component, array comparison inconsistent

2017-11-06 Thread simon.kluepfel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82859 Bug ID: 82859 Summary: derived type character component, array comparison inconsistent Product: gcc Version: 7.1.1 Status: UNCONFIRMED Severity: normal

[Bug target/82827] [8 regression] i386/pr82002-2a.c fail

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82827 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug jit/82826] [8 regression] jit.dg test-benchmark.c.exe fail

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82826 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug target/82858] __builtin_add_overflow() generates suboptimal code with unsigned types on x86

2017-11-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82858 --- Comment #3 from Markus Trippelsdorf --- (In reply to Liu Hao from comment #2) > Trunk on produces the following code: > > ``` > saturated_add(unsigned int, unsigned int): > add edi, esi > mov eax, -1 >

[Bug c++/80955] Macros expanded in definition of user-defined literals

2017-11-06 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80955 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/78641] [6/7/8 Regression] [OOP] ICE on polymorphic allocatable function in array constructor

2017-11-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78641 --- Comment #8 from Paul Thomas --- Author: pault Date: Mon Nov 6 10:40:11 2017 New Revision: 25 URL: https://gcc.gnu.org/viewcvs?rev=25=gcc=rev Log: 2017-11-06 Paul Thomas Backported from trunk

[Bug rtl-optimization/82849] [8 Regression] ICE on valid code since r254379

2017-11-06 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82849 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com ---

[Bug fortran/78641] [6/7/8 Regression] [OOP] ICE on polymorphic allocatable function in array constructor

2017-11-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78641 --- Comment #9 from Paul Thomas --- Author: pault Date: Mon Nov 6 11:50:53 2017 New Revision: 254449 URL: https://gcc.gnu.org/viewcvs?rev=254449=gcc=rev Log: 2017-11-06 Paul Thomas Backported from trunk

[Bug bootstrap/82831] [8 Regression] Broken PGO bootstrap on i586-linux-gnu after r254379

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82831 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

[Bug bootstrap/82832] [8 Regression] Broken PGO LTO bootstrap on x86_64 after r254379

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82832 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

[Bug jit/82846] [8 regression] jit.dg test-alignment.c.exe, test-combination.c.exe, test-threads.c.exe fails

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82846 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug target/82848] [8 Regression] ICE in expand_expr_real_2, at expr.c:8715

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82848 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

[Bug ada/82844] [8 Regression] Many ada tests time out on x32

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82844 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug fortran/69739] [6/7/8 Regression] ICE during array result, allocatable assignment

2017-11-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69739 --- Comment #10 from Paul Thomas --- Author: pault Date: Mon Nov 6 11:48:32 2017 New Revision: 254448 URL: https://gcc.gnu.org/viewcvs?rev=254448=gcc=rev Log: 2017-11-06 Paul Thomas Backported from trunk

[Bug c++/82836] [8 Regression] ICE on valid code

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82836 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

[Bug c++/82835] [8 Regression] ICE on valid code with -fopenmp

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82835 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

[Bug middle-end/82853] Optimize x % 3 == 0 without modulo

2017-11-06 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82853 Wilco changed: What|Removed |Added CC||wilco at gcc dot gnu.org --- Comment #9 from

[Bug debug/82837] [8 Regression] ICE in output_operand: invalid expression as operand

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82837 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

[Bug target/82858] __builtin_add_overflow() generates suboptimal code with unsigned types on x86

2017-11-06 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82858 --- Comment #4 from Marc Glisse --- unsigned c; unsigned d = __builtin_add_overflow(a, b, )?-1:0; return c|d; gives the expected asm. Ideally phiopt would recognize a saturing add pattern, but we have nothing to model it in gimple.

[Bug middle-end/82853] Optimize x % 3 == 0 without modulo

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82853 --- Comment #10 from Richard Biener --- Might be even more special-cased with x % 3 == 0 ? C1 : C2 aka in if-conversion context.

[Bug sanitizer/82792] Fallthrough attribute ignored after label, and before with address sanitizer

2017-11-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82792 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/80955] Macros expanded in definition of user-defined literals

2017-11-06 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80955 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Mon Nov 6 10:33:41 2017 New Revision: 254443 URL: https://gcc.gnu.org/viewcvs?rev=254443=gcc=rev Log: /libcpp 2017-11-06 Mukesh Kapoor

[Bug rtl-optimization/30065] Could use indexed addressing to reduce const costs

2017-11-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30065 Eric Gallager changed: What|Removed |Added Status|REOPENED|ASSIGNED Assignee|unassigned

[Bug target/82858] New: __builtin_add_overflow() generates suboptimal code with unsigned types on x86

2017-11-06 Thread lh_mouse at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82858 Bug ID: 82858 Summary: __builtin_add_overflow() generates suboptimal code with unsigned types on x86 Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity:

[Bug fortran/69739] [6/7/8 Regression] ICE during array result, allocatable assignment

2017-11-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69739 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/82858] __builtin_add_overflow() generates suboptimal code with unsigned types on x86

2017-11-06 Thread lh_mouse at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82858 --- Comment #2 from Liu Hao --- Trunk on produces the following code: ``` saturated_add(unsigned int, unsigned int): add edi, esi mov eax, -1 cmovnc eax, edi ret ``` Condition moves are however, in my

[Bug target/82851] [8 regression] g++.dg/vect/slp-pr56812.cc, i386/avx2-vpaddq-3.c, i386/avx2-vpsubq-3.c fails

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82851 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug target/82852] [8 regression] i386/vect-unpack-1.c, i386/avx512f-gather-2.c, i386/avx256-unaligned-store-2.c fails

2017-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82852 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug bootstrap/82856] [8 Regression] --enable-maintainter-mode broken by automake failure

2017-11-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82856 Thomas Koenig changed: What|Removed |Added See Also|https://bugzilla.suse.com/s |

[Bug fortran/82865] Option -fdec collides with PDT

2017-11-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82865 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/82869] New: c_associated does not always give false for null pointers

2017-11-06 Thread james.s.spencer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82869 Bug ID: 82869 Summary: c_associated does not always give false for null pointers Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug sanitizer/82869] c_associated does not always give false for null pointers

2017-11-06 Thread james.s.spencer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82869 --- Comment #2 from james.s.spencer at gmail dot com --- (In reply to kargl from comment #1) > (In reply to james.s.spencer from comment #0) > > I think if a pointer, p, is C_NULL_PTR then c_associated(p) should always > > return false. However,

[Bug sanitizer/82869] c_associated does not always give false for null pointers

2017-11-06 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82869 --- Comment #3 from Steve Kargl --- On Mon, Nov 06, 2017 at 11:40:52PM +, james.s.spencer at gmail dot com wrote: > > The third example occurs without the sanitizer enabled. > Grouping multiple bug reports into one is probably not a good

[Bug sanitizer/82869] c_associated does not always give false for null pointers

2017-11-06 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82869 kargl at gcc dot gnu.org changed: What|Removed |Added CC||dodji at gcc dot gnu.org,

[Bug c/82870] New: Assignment by Designated Initializer Overwrites a Flexible Array Member

2017-11-06 Thread webstrand at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82870 Bug ID: 82870 Summary: Assignment by Designated Initializer Overwrites a Flexible Array Member Product: gcc Version: 6.4.0 Status: UNCONFIRMED Severity: normal

[Bug target/82871] New: Unneeded lsls lsrs instructions generated on half word access for arm cortex-m4 target.

2017-11-06 Thread mikael.rosbacke at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82871 Bug ID: 82871 Summary: Unneeded lsls lsrs instructions generated on half word access for arm cortex-m4 target. Product: gcc Version: 6.3.0 Status: UNCONFIRMED

[Bug c++/82872] New: [6/7/8 Regression] ICE in ignore_overflows on an out-of-bounds index in constexpr

2017-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82872 Bug ID: 82872 Summary: [6/7/8 Regression] ICE in ignore_overflows on an out-of-bounds index in constexpr Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug c++/82877] New: negative array index accepted in a pointer difference expression in constexpr context

2017-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82877 Bug ID: 82877 Summary: negative array index accepted in a pointer difference expression in constexpr context Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug c++/82874] excessively large array index accepted in constexpr context

2017-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82874 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/82878] New: ICE in assign_temp, at function.c:968 when using optimization

2017-11-06 Thread ksundenkamsc12 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82878 Bug ID: 82878 Summary: ICE in assign_temp, at function.c:968 when using optimization Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/82872] [6/7/8 Regression] ICE in ignore_overflows on __PTRDIFF_MAX__ index

2017-11-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82872 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/81803] [7/8 regression] miscompilation at -O1 on mips64el

2017-11-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81803 --- Comment #21 from Eric Botcazou --- Author: ebotcazou Date: Tue Nov 7 07:44:58 2017 New Revision: 254488 URL: https://gcc.gnu.org/viewcvs?rev=254488=gcc=rev Log: PR rtl-optimization/81803 * lra-constraints.c

[Bug c++/82874] New: invalid array index accepted in constexpr context

2017-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82874 Bug ID: 82874 Summary: invalid array index accepted in constexpr context Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/82865] Option -fdec collides with PDT

2017-11-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82865 --- Comment #4 from Jerry DeLisle --- I would be OK with a hard error. If so, we need to think about any other similir situations with other modern fortran features. Then we get into a game of chasing more rabits. Perhaps best to document and

[Bug c++/82876] New: out-of-bounds pointer offset silently accepted in constexpr context

2017-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82876 Bug ID: 82876 Summary: out-of-bounds pointer offset silently accepted in constexpr context Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/82873] Generated copy constructor calls constructors for 0-sized array members

2017-11-06 Thread matthew.fernandez at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82873 --- Comment #1 from Matthew Fernandez --- Sorry, that was meant to be PR 14779, not 14799.

[Bug tree-optimization/82875] ICE at -Os on valid code on x86_64-linux-gnu: in find_widening_optab_handler_and_mode, at optabs-query.c:414

2017-11-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82875 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #1

[Bug middle-end/82878] [7/8 Regression] ICE in assign_temp, at function.c:968 when using optimization

2017-11-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82878 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c++/82873] New: Generated copy constructor calls constructors for 0-sized array members

2017-11-06 Thread matthew.fernandez at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82873 Bug ID: 82873 Summary: Generated copy constructor calls constructors for 0-sized array members Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/82878] ICE in assign_temp, at function.c:968 when using optimization

2017-11-06 Thread ksundenkamsc12 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82878 --- Comment #1 from Kyle Sunden --- Created attachment 42554 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42554=edit Preprocessed source file Needed to compress because the plain text is too large to submit. Did not realize it did not

[Bug rtl-optimization/81803] [7/8 regression] miscompilation at -O1 on mips64el

2017-11-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81803 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/82875] New: ICE at -Os on valid code on x86_64-linux-gnu: in find_widening_optab_handler_and_mode, at optabs-query.c:414

2017-11-06 Thread helloqirun at gmail dot com
-multilib Thread model: posix gcc version 8.0.0 20171106 (experimental) [trunk revision 254453] (GCC) $ gcc-trunk -m32 -Os abc.c during RTL pass: expand abc.c: In function ‘fn1’: abc.c:15:25: internal compiler error: in find_widening_optab_handler_and_mode, at optabs-query.c:414 d ? (a %= c

[Bug tree-optimization/82875] ICE at -Os on valid code on x86_64-linux-gnu: in find_widening_optab_handler_and_mode, at optabs-query.c:414

2017-11-06 Thread helloqirun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82875 --- Comment #2 from Qirun Zhang --- (In reply to Arseny Solokha from comment #1) > This is likely a duplicate of PR82816. Hi Arseny, I tried it on r254484. It still exists. $ gcc-trunk -v Using built-in specs. COLLECT_GCC=gcc-trunk

[Bug target/82788] wrong code with -fstack-clash-protection --param=stack-clash-protection-probe-interval=10 on simple code

2017-11-06 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82788 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/82831] [8 Regression] Broken PGO bootstrap on i586-linux-gnu after r254379

2017-11-06 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82831 --- Comment #1 from Jan Hubicka --- This seems previously latent bug in bb-reorder. It produces order of blocks which has hot blocks, then some cold blocks and then hot blocks again. I am not sure why this happens though. Honza

[Bug middle-end/78809] Inline strcmp with small constant strings

2017-11-06 Thread qing.zhao at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78809 --- Comment #20 from Qing Zhao --- design doc is at: https://www.mail-archive.com/gcc@gcc.gnu.org/msg83822.html

[Bug bootstrap/82832] [8 Regression] Broken PGO LTO bootstrap on x86_64 after r254379

2017-11-06 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82832 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/69739] [6/7/8 Regression] ICE during array result, allocatable assignment

2017-11-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69739 --- Comment #9 from Paul Thomas --- Author: pault Date: Mon Nov 6 10:14:29 2017 New Revision: 254442 URL: https://gcc.gnu.org/viewcvs?rev=254442=gcc=rev Log: 2017-11-06 Paul Thomas PR fortran/69739 *

[Bug target/67591] ARM v8 Thumb IT blocks deprecated

2017-11-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67591 Christophe Lyon changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/67591] ARM v8 Thumb IT blocks deprecated

2017-11-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67591 --- Comment #5 from Christophe Lyon --- Author: clyon Date: Mon Nov 6 10:43:19 2017 New Revision: 254446 URL: https://gcc.gnu.org/viewcvs?rev=254446=gcc=rev Log: [ARM] PR 67591 ARM v8 Thumb IT blocks are deprecated part 2 2017-11-06

[Bug other/82857] New: libbacktrace: please support binaries stripped with dwz -m (following the .gnu_debugaltlink)

2017-11-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82857 Bug ID: 82857 Summary: libbacktrace: please support binaries stripped with dwz -m (following the .gnu_debugaltlink) Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug fortran/78641] [6/7/8 Regression] [OOP] ICE on polymorphic allocatable function in array constructor

2017-11-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78641 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/82858] __builtin_add_overflow() generates suboptimal code with unsigned types on x86

2017-11-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82858 Markus Trippelsdorf changed: What|Removed |Added Keywords||missed-optimization

  1   2   >