[Bug lto/85574] [9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 --- Comment #9 from Richard Biener --- Ok, seems to be indeed STAGE1_CFLAGS="-O2" hiding the issue. So looking at WPA inline dumps shows no difference but ltrans IPA inline dumps differ in scope block numbers!? Note not all ltrans units show

[Bug rtl-optimization/87759] [8 Regression] ICE in lra_assign, at lra-assigns.c:1624, or ICE: Maximum number of LRA assignment passes is achieved (30), or compile-time hog

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

[Bug fortran/87359] [9 regression] pointer being freed was not allocated

2018-12-21 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87359 --- Comment #47 from Paul Thomas --- Author: pault Date: Fri Dec 21 20:58:59 2018 New Revision: 267342 URL: https://gcc.gnu.org/viewcvs?rev=267342=gcc=rev Log: 2018-12-21 Paul Thomas PR fortran/87359 * trans-array.c

[Bug fortran/69121] IEEE_SCALB is not generic

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69121 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/69121] IEEE_SCALB is not generic

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69121 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Dec 21 21:09:17 2018 New Revision: 267343 URL: https://gcc.gnu.org/viewcvs?rev=267343=gcc=rev Log: 2018-12-21 Steven G. Kargl PR fortran/69121 *

[Bug c/88574] New: -Wmissing-attributes vs -Wattribute-alias=2 wrong for noreturn

2018-12-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88574 Bug ID: 88574 Summary: -Wmissing-attributes vs -Wattribute-alias=2 wrong for noreturn Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/88564] expected primary-expression error with operator= invocation

2018-12-21 Thread jdtournier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88564 J-Donald Tournier changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/88573] 9 regression: error: type mismatch in component reference

2018-12-21 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88573 --- Comment #1 from Andi Kleen --- Created attachment 45281 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45281=edit test case (unminimized) gcc-9 -O2 -S -flto arch/x86/events/intel/pt.i /home/ak/lsrc/linux/arch/x86/events/intel/pt.c: In

[Bug target/88571] AVX512: when calculating logical expression with all values in kN registers, do not use GPRs

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88571 --- Comment #3 from Daniel Fruzynski --- I have checked svn head version (20181221), issue is still there.

[Bug target/88570] Missing or ineffective vectorization of scatter load

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88570 --- Comment #3 from Daniel Fruzynski --- I have checked svn head version (20181221), issue is still there.

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/88248] [F18] Bogus warning about obsolescent feature: Labeled DO statement

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88248 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/88248] [F18] Bogus warning about obsolescent feature: Labeled DO statement

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88248 kargl at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org,

[Bug c/81824] Warn for missing attributes with function aliases

2018-12-21 Thread raj.khem at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 Khem Raj changed: What|Removed |Added CC||raj.khem at gmail dot com --- Comment #16

[Bug middle-end/88573] New: 9 regression: error: type mismatch in component reference

2018-12-21 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88573 Bug ID: 88573 Summary: 9 regression: error: type mismatch in component reference Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug c/81824] Warn for missing attributes with function aliases

2018-12-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 --- Comment #17 from Martin Sebor --- Making -Wattribute-alias a synonym for -Wattribute-alias=1 makes sense. I'll take care of it.

[Bug fortran/88169] Rejects USE rename of namelist group

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88169 kargl at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot

[Bug tree-optimization/87034] [9 Regression] missing -Wformat-overflow on a sprintf %s with a wide string

2018-12-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87034 --- Comment #6 from Martin Sebor --- The warning in GCC 8 isn't bogus, it just reports the wrong number of bytes (it counts characters, not bytes). That the warning is no longer issued is a regression caused by c_strlen() giving up when the

[Bug tree-optimization/87034] [9 Regression] missing -Wformat-overflow on a sprintf %s with a wide string

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87034 --- Comment #5 from Richard Biener --- IMHO hardly a regression unless we want a bogus warning back?

[Bug tree-optimization/86020] [8/9 Regression] Performance regression in Eigen geometry.cpp test starting with r248334

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86020 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Assignee|unassigned at

[Bug libgomp/87064] [9 regression] libgomp.oacc-fortran/reduction-3.f90 fails starting with r263751

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87064 --- Comment #8 from Jakub Jelinek --- I'm afraid I'm not familiar enough with the OpenACC reductions to fix this myself.

[Bug lto/85574] [9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 --- Comment #11 from Jan Hubicka --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 > > --- Comment #10 from Richard Biener --- > Hmm, IPA ICF dumps show differences like > > - false returned: 'references to virtual tables can not be

[Bug testsuite/87304] [9 regression] gcc.dg/vect/bb-slp-over-widen-1.c fails starting with r262371

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87304 Richard Biener changed: What|Removed |Added Target||powerpc Priority|P3

[Bug rtl-optimization/88563] [7/8/9 Regression] wrong code with -O2 -fno-code-hoisting -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-forwprop -fno-tree-fre -fno-tree-pre -fno-tree-vrp

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88563 --- Comment #3 from Jakub Jelinek --- Seems to be a bug in my PR57251 changes.

[Bug lto/85574] [8/9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|9.0

[Bug c++/87768] [8/9 Regression] ICE in tsubst_copy_and_build, at cp/pt.c:19002 when using concepts

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87768 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/87770] [8/9 Regression] ICE in type_dependent_expression_p, at cp/pt.c:25230

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87770 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/88522] Error: operand size mismatch for `vpgatherqq'

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88522 --- Comment #6 from Jakub Jelinek --- Created attachment 45275 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45275=edit gcc9-pr88522.patch Untested fix.

[Bug c++/87125] [9 Regression] ICE in tsubst_copy starting with r261084

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87125 Richard Biener changed: What|Removed |Added Keywords||ice-on-invalid-code,

[Bug c++/87480] [8/9 Regression] SFINAE constructor not matched, only in templated function

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87480 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug lto/85574] [9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 --- Comment #12 from rguenther at suse dot de --- On Fri, 21 Dec 2018, hubicka at ucw dot cz wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 > > --- Comment #11 from Jan Hubicka --- > >

[Bug c++/87327] [8/9 Regression] Calling member functions on captured constexpr variables "is not a constant expression"

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87327 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/88547] missed optimization for vector comparisons

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88547 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 10:37:11 2018 New Revision: 267322 URL: https://gcc.gnu.org/viewcvs?rev=267322=gcc=rev Log: PR target/88547 * config/i386/i386.c (ix86_expand_int_sse_cmp):

[Bug rtl-optimization/87727] [9 regression] gcc.target/sparc/overflow-2.c FAILs

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87727 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug rtl-optimization/88563] [7/8/9 Regression] wrong code with -O2 -fno-code-hoisting -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-forwprop -fno-tree-fre -fno-tree-pre -fno-tree-vrp

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88563 --- Comment #4 from Jakub Jelinek --- Created attachment 45276 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45276=edit gcc9-pr88563.patch Untested fix.

[Bug rtl-optimization/88563] [7/8/9 Regression] wrong code with -O2 -fno-code-hoisting -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-forwprop -fno-tree-fre -fno-tree-pre -fno-tree-vrp

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88563 Jakub Jelinek changed: What|Removed |Added Attachment #45276|0 |1 is obsolete|

[Bug c++/87750] [8/9 Regression] Failed compilation / parsing of template member call after 'using' declaration

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87750 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/87761] [9 regression][MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c -O1 start with r265398

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87761 Richard Biener changed: What|Removed |Added Keywords||ra Priority|P3

[Bug debug/88046] [9 Regression] ICE in add_data_member_location_attribute at gcc/dwarf2out.c:19237 since r261885

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88046 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug c++/87996] [8/9 Regression] "size of array is negative" error when SIZE_MAX/2 < sizeof(array) <= SIZE_MAX

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87996 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug libgomp/87064] [9 regression] libgomp.oacc-fortran/reduction-3.f90 fails starting with r263751

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87064 Richard Biener changed: What|Removed |Added Keywords||openacc, wrong-code

[Bug libfortran/87048] [9 Regression] array_constructor_8.f90 failure on armeb

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87048 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Status|WAITING

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

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 Bug 25829 depends on bug 87048, which changed state. Bug 87048 Summary: [9 Regression] array_constructor_8.f90 failure on armeb https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87048 What|Removed |Added

[Bug bootstrap/87030] GCC fails to build with Xcode 10, attempting an impossible multilib build

2018-12-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87030 --- Comment #15 from Iain Sandoe --- FWIW I had a quick look the other day if there was an easy fix to this PR, and didn't find a '5 minute' one. (In reply to Eric Gallager from comment #14) > (In reply to Iain Sandoe from comment #13) > > (In

[Bug target/87545] [9 Regression] -mtune=intel regressions

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87545 --- Comment #3 from Richard Biener --- HJ? Otherwise I'll simply make this change.

[Bug c++/87513] [8/9 Regression] ICE in write_expression, at cp/mangle.c:3050

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87513 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87748] [8/9 Regression] G++-8 treats SFINAE as error

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87748 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87893] [9 Regression] ICE in gimplify_expr, at gimplify.c:12557 on arm-linux-gnueabi

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87893 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/87871] [9 Regression] testcases fail after r265398 on arm

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87871 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug lto/87988] [9 regression] Streaming of ABSTRACT_ORIGIN is expensive

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog, deferred,

[Bug rtl-optimization/87305] [9 Regression] Segfault in end_hard_regno in setup_live_pseudos_and_spill_after_risky_transforms on aarch64 big-endian

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87305 Richard Biener changed: What|Removed |Added Keywords||ra Priority|P3

[Bug ipa/87554] [8/9 Regression] internal compiler error: in record_reference, at cgraphbuild.c:64

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87554 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87125] [9 Regression] ICE in tsubst_copy starting with r261084

2018-12-21 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87125 --- Comment #3 from ensadc at mailnesia dot com --- (In reply to ensadc from comment #2) > Reduced: > > template struct ch { > template constexpr ch(by) noexcept(br()); > }; > class ce : ch { > using ch::ch; > }; > > void f() { >

[Bug libstdc++/87787] [9 Regression][UBSAN] runtime error: null pointer passed as argument 2, which is declared to never be null

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87787 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/87863] [9 Regression] c-c++-common/gomp/gridify-{2,3}.c ICE

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87863 Richard Biener changed: What|Removed |Added Target||hsa Priority|P3

[Bug ipa/87957] [9 Regression] ICE tree check: expected tree that contains ‘decl minimal’ structure, have ‘identifier_node’ in warn_odr, at ipa-devirt.c:1051 since r265519

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87957 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #21 from Richard Biener

[Bug lto/85574] [9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 --- Comment #10 from Richard Biener --- Hmm, IPA ICF dumps show differences like - false returned: 'references to virtual tables can not be merged' (compare_referenced_symbol_properties:371) + false returned: 'references to virtual tables can

[Bug middle-end/87296] [8/9 Regression] -Wstringop-overflow false positive due to using MEM_REF type of

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87296 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Summary|[8/9 Regression]

[Bug c++/87322] [8/9 Regression] GCC fails to parse captured lambda of 2nd inner lambda if the captured lambda has "," (having 2 arguments)

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87322 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87651] [8/9 Regression] inner class with template template friend declaration of same name fails to compile in gcc 8.1, 8.2, and 9.0

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87651 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87571] [8/9 Regression] ICE in friend_accessible_p, accessing protected member of template friend inside template class

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87571 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87652] [8/9 Regression] inner class template of outer class template can't access friend's protected data member

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87685] [8/9 Regression] Calling a static method from inside a generic lambda requires to capture 'this'

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87685 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug libgomp/87064] [9 regression] libgomp.oacc-fortran/reduction-3.f90 fails starting with r263751

2018-12-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87064 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/85574] [8/9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 --- Comment #14 from Jan Hubicka --- > Yeah. Note that the debug stmt differences _might_ be explained by > ICF in case ICF ignores debug stmts when merging. But since the > ICF dumps are ordered differently it's hard to see actual decision >

[Bug c++/87935] [9 regression] new failures on arm since r265788

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87935 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/88074] [7/8/9 Regression] g++ hangs on math expression

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #25 from Richard Biener

[Bug tree-optimization/88107] [7/8/9 Regression] ICE in find_outermost_region_in_block, at tree-cfg.c:7157

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88107 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|9.0

[Bug c++/87125] [9 Regression] ICE in tsubst_copy starting with r261084

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87125 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 12:11:57 2018 New Revision: 267324 URL: https://gcc.gnu.org/viewcvs?rev=267324=gcc=rev Log: PR c++/87125 * g++.dg/cpp0x/pr87125.C: New test. Added:

[Bug target/88134] ICE in create_component_ref_by_pieces_1, at tree-ssa-pre.c:2520

2018-12-21 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88134 --- Comment #22 from rguenther at suse dot de --- On Fri, 21 Dec 2018, asolokha at gmx dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88134 > > --- Comment #21 from Arseny Solokha --- > (In reply to Arseny Solokha from comment

[Bug bootstrap/88450] [9 regression] ICE in stage 2 compiler while configuring libgcc

2018-12-21 Thread sbence92 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88450 --- Comment #7 from Bence Szabó --- New info: when built with --enable-checking=yes, the selftests already produce segfault in stage2 cc1 and cc1plus at the same point as the below cc1plus. backtrace for cc1 with r266345. Thread 1 received

[Bug lto/85574] [8/9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 --- Comment #15 from Richard Biener --- Created attachment 45278 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45278=edit patch for the ICF issue Conveniently the congruence_classes have a UID. So the attached sorts after that before

[Bug target/88134] ICE in create_component_ref_by_pieces_1, at tree-ssa-pre.c:2520

2018-12-21 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88134 --- Comment #24 from rguenther at suse dot de --- On Fri, 21 Dec 2018, asolokha at gmx dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88134 > > --- Comment #23 from Arseny Solokha --- > (In reply to rguent...@suse.de from

[Bug lto/88147] [9 Regression] ICE in linemap_line_start, at libcpp/line-map.c:781 starting from r265875

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88147 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88256] [7/8/9 Regression] ICE: Segmentation fault (in make_ssa_name_fn), C++ FE missing DECL_EXPRs

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88256 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/88293] [9 Regression] ICE on C++11 code: in build_target_expr_with_type, at cp/tree.c:793

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88293 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88419] [7/8/9 Regression] [ICE] "Same canonical type node for different types" for CTAD in noexcept

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88419 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87863] [9 Regression] c-c++-common/gomp/gridify-{2,3}.c ICE

2018-12-21 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87863 Martin Jambor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/87863] [9 Regression] c-c++-common/gomp/gridify-{2,3}.c ICE

2018-12-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87863 Thomas Schwinge changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Thomas

[Bug c++/88193] [9 Regression] ICE on (invalid) C++ code: Segmentation fault

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88193 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/88556] Inline built-in sinh, cosh, tanh for -ffast-math

2018-12-21 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88556 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Fri Dec 21 13:30:58 2018 New Revision: 267325 URL: https://gcc.gnu.org/viewcvs?rev=267325=gcc=rev Log: PR target/88556 * internal-fn.def (COSH): New.

[Bug web/86315] Bugzilla: add "cc count" and "duplicate count" columns

2018-12-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315 --- Comment #9 from Jonathan Wakely --- Those ten mails all seem to be old ones that were stuck in some queue for months.

[Bug bootstrap/88450] [9 regression] ICE in stage 2 compiler while configuring libgcc

2018-12-21 Thread sbence92 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88450 --- Comment #11 from Bence Szabó --- Created attachment 45279 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45279=edit preprocessed c-parser, gimplify

[Bug lto/88140] [9 Regression] ICE: verify_gimple failed since r266325

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88140 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug lto/88130] [9 Regression] ICE in copy_function_or_variable, at lto-streamer-out.c:2315 since r260963

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88130 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug libgomp/87064] [9 regression] libgomp.oacc-fortran/reduction-3.f90 fails starting with r263751

2018-12-21 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87064 --- Comment #10 from Bill Schmidt --- Yes. See, for example, https://gcc.gnu.org/ml/gcc-testresults/2018-12/msg02508.html.

[Bug libgomp/87064] [9 regression] libgomp.oacc-fortran/reduction-3.f90 fails starting with r263751

2018-12-21 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87064 Bill Schmidt changed: What|Removed |Added Status|WAITING |NEW

[Bug target/88134] ICE in create_component_ref_by_pieces_1, at tree-ssa-pre.c:2520

2018-12-21 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88134 --- Comment #23 from Arseny Solokha --- (In reply to rguent...@suse.de from comment #22) > Where do the vars get created from? (backtrace from the > gimple_add_tmp_var places?) (gdb) where #0 gimple_add_tmp_var (tmp=0x77fcf510) at

[Bug c++/88325] [9 Regression] ICE on (invalid) C++ code when compiled with -std=c++2a: in make_typename_type, at cp/decl.c:3816

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88325 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/88346] [9 Regression] Inconsistent list of CPUs supported by the rs6000 backend after r266502

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88346 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/87545] [9 Regression] -mtune=intel regressions

2018-12-21 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87545 --- Comment #4 from H.J. Lu --- (In reply to Richard Biener from comment #3) > HJ? Otherwise I'll simply make this change. Yes, please. Thanks.

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug testsuite/88436] [9 regression] r265421 causes gcc.target/powerpc/pr54240.c to fail

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88436 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug rtl-optimization/88423] [9 Regression] ICE in begin_move_insn, at sched-ebb.c:175

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88423 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug middle-end/88560] [9 Regression] armv8_2-fp16-move-1.c and related regressions after r266385

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88560 Richard Biener changed: What|Removed |Added Keywords||missed-optimization, ra

[Bug bootstrap/88450] [9 regression] ICE in stage 2 compiler while configuring libgcc

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88450 --- Comment #9 from Jakub Jelinek --- And also preprocessed c-parser.ii and/or gimplify.ii + full command line options when they are built with stage1 compiler, so that somebody can inspect that with a cross-compiler. Thanks.

[Bug c++/87125] [9 Regression] ICE in tsubst_copy starting with r261084

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87125 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/87814] [9 Regression] ICE in in tsubst_copy, at cp/pt.c:15962 with range-v3

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87814 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

  1   2   >