[Bug target/88178] [9 Regression] ICE in dbx_reg_number, at dwarf2out.c:13659

2018-11-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88178 --- Comment #7 from Uroš Bizjak --- A quick smoke-test of the idea from Comment #3. The following patch: --cut here-- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 95abde95f89d..e126fdcb8480 100644 --- a/gcc/config/i386/i38

[Bug target/65146] alignment of _Atomic structure member is not correct

2018-11-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65146 --- Comment #11 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #9) > Did this ever get taken to the ABI group? I've done so now.

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

2018-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88140 Richard Biener changed: What|Removed |Added CC||jsm28 at gcc dot gnu.org --- Comment #4

[Bug target/88195] misleading error message for unsupported builtin

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88195 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86900] [8 Regression] -gdwarf-5 -O2 -ffunction-sections = assembler error

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86900 Jakub Jelinek changed: What|Removed |Added Summary|[8/9 Regression] -gdwarf-5 |[8 Regression] -gdwarf-5

[Bug testsuite/88090] [9 regression] obj-c++.dg/attributes/method-nonnull-1.mm FAILs

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88090 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/88214] New: ICE in bitmap_intersect_p() on 32-bit BE platforms

2018-11-27 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88214 Bug ID: 88214 Summary: ICE in bitmap_intersect_p() on 32-bit BE platforms Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug sanitizer/88215] New: UBSAN: Internal compiler error with attribute(unused)

2018-11-27 Thread orgads at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88215 Bug ID: 88215 Summary: UBSAN: Internal compiler error with attribute(unused) Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/88216] New: ICE (-std=c++2a) in cxx_eval_constant_expression, at cp/constexpr.c:4602

2018-11-27 Thread emmanuel.le-tr...@cnrs-orleans.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88216 Bug ID: 88216 Summary: ICE (-std=c++2a) in cxx_eval_constant_expression, at cp/constexpr.c:4602 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug target/52795] FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE on {x86_64,i386}-apple-darwin{10,11} at -m64

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

[Bug target/81733] stage1 libgcc_s.dylib fails to link on Darwin 11/x86_64

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

[Bug target/88189] ix86_expand_sse_movcc and blend for scalars

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88189 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug d/88039] gdc.test/compilable/ddoc12.d FAILs

2018-11-27 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88039 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED URL|

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/88189] ix86_expand_sse_movcc and blend for scalars

2018-11-27 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88189 --- Comment #4 from Marc Glisse --- Thanks, that looks nice. I was wondering if it was better to define a scalar version of the insn or to expand to the vector version + many subregs, but the scalar version (your patch) matches what we already do

[Bug tree-optimization/88217] New: [8/9 Regression] Compile time and memory hog w/ -O2 -fstrict-enums -fno-tree-forwprop -fno-tree-fre

2018-11-27 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88217 Bug ID: 88217 Summary: [8/9 Regression] Compile time and memory hog w/ -O2 -fstrict-enums -fno-tree-forwprop -fno-tree-fre Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug tree-optimization/88214] ICE in bitmap_intersect_p() on 32-bit BE platforms

2018-11-27 Thread slyfox at inbox dot ru
++ CFLAGS='-O1 -ggdb' CXXFLAGS='-O1 -ggdb' Thread model: posix gcc version 9.0.0 20181127 (experimental) (GCC)

[Bug sanitizer/88215] UBSAN: Internal compiler error with attribute(unused)

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

[Bug c++/88218] New: Builtin for detecting that throw X will definitely cause std::terminate

2018-11-27 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88218 Bug ID: 88218 Summary: Builtin for detecting that throw X will definitely cause std::terminate Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

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

2018-11-27 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88140 --- Comment #5 from Jan Hubicka --- > diff --git a/gcc/tree.c b/gcc/tree.c > index 39a92464414..a39e611292a 100644 > --- a/gcc/tree.c > +++ b/gcc/tree.c > @@ -5201,6 +5201,15 @@ fld_process_array_type (tree t, tree t2, hash_map tree> *map, >

[Bug pch/88219] New: Precompiled headers Segmentation fault in Cygwin

2018-11-27 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88219 Bug ID: 88219 Summary: Precompiled headers Segmentation fault in Cygwin Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

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

2018-11-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 --- Comment #7 from Jan Hubicka --- Hi, ltrans files are 1374K without and 1339K with patch. WPA report without patch: [WPA] read 13690507 SCCs of average size 1.397311 [WPA] 19129895 tree bodies read in total [WPA] tree SCC table: size 4194301,

[Bug lto/88220] New: lto1: fatal error: Cgraph edge statement index out of range

2018-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220 Bug ID: 88220 Summary: lto1: fatal error: Cgraph edge statement index out of range Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug lto/88220] lto1: fatal error: Cgraph edge statement index out of range

2018-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at

[Bug c++/88218] Builtin for detecting that throw X will definitely cause std::terminate

2018-11-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88218 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/88200] [9 Regression] ada bootstrap failure on alpha-linux-gnu (aised STORAGE_ERROR : stack overflow or erroneous memory access)

2018-11-27 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88200 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug sanitizer/88215] UBSAN: Internal compiler error with attribute(unused)

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88215 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/88221] New: Only restricted set of balanced token sequences allowed for attributes

2018-11-27 Thread o_kniemeyer at maxon dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88221 Bug ID: 88221 Summary: Only restricted set of balanced token sequences allowed for attributes Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/88221] Only restricted set of balanced token sequences allowed for attributes

2018-11-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88221 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

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

2018-11-27 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 --- Comment #8 from rguenther at suse dot de --- On November 27, 2018 12:01:03 PM GMT+01:00, "hubicka at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 > >--- Comment #7 from Jan Hubicka --- >Hi, >ltrans files are 1

[Bug go/87589] [8/9 regression] index0-out.go FAILs

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87589 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/87531] [8/9 Regression] assignment operator does nothing if performed as a call via operator=

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87531 Jakub Jelinek changed: What|Removed |Added Last reconfirmed|2018-10-08 00:00:00 |2018-11-27 CC|

[Bug c++/87531] [8/9 Regression] assignment operator does nothing if performed as a call via operator=

2018-11-27 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87531 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #10

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/88216] [9 Regression] ICE (-std=c++2a) in cxx_eval_constant_expression, at cp/constexpr.c:4602

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

[Bug tree-optimization/88214] ICE in bitmap_intersect_p() on 32-bit BE platforms

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

[Bug c++/87531] [8/9 Regression] assignment operator does nothing if performed as a call via operator=

2018-11-27 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87531 --- Comment #3 from Nathan Sidwell --- Created attachment 45102 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45102&action=edit simpler example of original failure, other failure modes added

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-27 Thread zkoza at ift dot uni.wroc.pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 --- Comment #3 from Zbyszek --- (In reply to Jakub Jelinek from comment #2) > Note, in OpenMP 3.1 and earlier this would be actually valid: > "Variables with const-qualified type having no mutable member are shared." > and __PRETTY_FUNCTION__ etc

[Bug fortran/88206] [7/8/9 Regression] ICE in gfc_match_type_spec, at fortran/match.c:2229

2018-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88206 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

[Bug c++/88216] [9 Regression] ICE (-std=c++2a) in cxx_eval_constant_expression, at cp/constexpr.c:4602

2018-11-27 Thread emmanuel.le-tr...@cnrs-orleans.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88216 --- Comment #2 from emmanuel.le-tr...@cnrs-orleans.fr --- Valid. This snippet compiles: struct T {}; template struct U {}; T t; U u;

[Bug tree-optimization/88217] [8/9 Regression] Compile time and memory hog w/ -O2 -fstrict-enums -fno-tree-forwprop -fno-tree-fre

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

[Bug c++/88222] New: ubsan error at cp/decl.c for broken code

2018-11-27 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88222 Bug ID: 88222 Summary: ubsan error at cp/decl.c for broken code Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/87352] [7/8/9 Regression] Large stack usage with new gfortran

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87352 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/88222] ubsan error at cp/decl.c for broken code

2018-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88222 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code Status|UN

[Bug c/88223] New: Wrong code for intrinsic memmove

2018-11-27 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88223 Bug ID: 88223 Summary: Wrong code for intrinsic memmove Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assi

[Bug c/88223] Wrong code for intrinsic memmove

2018-11-27 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88223 --- Comment #1 from Robert Clausecker --- Created attachment 45104 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45104&action=edit Verbose compiler output

[Bug c++/87539] [8/9 Regression] internal compiler error when compiling project with Os optimization flag

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87539 --- Comment #3 from Jakub Jelinek --- Seems this has been fixed with the PR86687 fix.

[Bug tree-optimization/88214] ICE in bitmap_intersect_p() on 32-bit BE platforms

2018-11-27 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88214 Martin Jambor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug tree-optimization/88223] [8/9 Regression] Wrong code for intrinsic memmove

2018-11-27 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88223 Alexander Monakov changed: What|Removed |Added Keywords||wrong-code CC|

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Jakub Jelinek changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug target/88224] New: Wrong Cortex-R7 and Cortex-R8 FPU configuration

2018-11-27 Thread avieira at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88224 Bug ID: 88224 Summary: Wrong Cortex-R7 and Cortex-R8 FPU configuration Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tar

[Bug c++/87386] [8/9 Regression] Error message for static_assert show wrong range

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87386 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |9.0 --- Comment #11 from Jakub Jelinek

[Bug c++/87386] [8/9 Regression] Error message for static_assert show wrong range

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

[Bug target/87007] [8/9 Regression] 10% slowdown with -march=skylake-avx512

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87007 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug go/88135] error: reference to undefined identifier ‘syscall.WEXITED’

2018-11-27 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88135 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/84877] Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT

2018-11-27 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84877 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug target/87007] [8/9 Regression] 10% slowdown with -march=skylake-avx512

2018-11-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87007 --- Comment #3 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #2) > Any progress here? Please see [1]. [1] https://gcc.gnu.org/ml/gcc-patches/2018-11/msg00255.html

[Bug target/88224] Wrong Cortex-R7 and Cortex-R8 FPU configuration

2018-11-27 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88224 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/88222] ubsan error at cp/decl.c for broken code

2018-11-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88222 --- Comment #2 from Marek Polacek --- Started with r265636.

[Bug target/87007] [8/9 Regression] 10% slowdown with -march=skylake-avx512

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87007 --- Comment #4 from Jakub Jelinek --- Sorry for missing it, I was searching for the 87007 number on gcc-patches and this thread doesn't have it in the subject.

[Bug c++/88222] ubsan error at cp/decl.c for broken code

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

[Bug c++/88222] [9 Regression] ubsan error at cp/decl.c for broken code

2018-11-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88222 Marek Polacek changed: What|Removed |Added Target Milestone|--- |9.0 Summary|ubsan error at cp

[Bug middle-end/86827] [8/9 Regression] -Warray-bounds produces negative indicies

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86827 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug c++/88122] [9 Regression] g++ ICE: internal compiler error: Segmentation fault

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88122 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/87214] [9 Regression] SPEC CPU2017, CPU2006 520/620, 403 runfails after r263772 with march=skylake-avx512

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87214 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug fortran/87937] [8/9 Regression] LHS reallocation broken inside "select type" and "associate"

2018-11-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87937 Dominique d'Humieres changed: What|Removed |Added Keywords||wrong-code Status|WAI

[Bug middle-end/87157] [9 regression] gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c fails starting with r263981

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87157 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8

[Bug gcov-profile/88225] New: Slowness in gcov

2018-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88225 Bug ID: 88225 Summary: Slowness in gcov Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: compile-time-hog Severity: normal Priority: P3 Componen

[Bug gcov-profile/88225] Slowness in gcov

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

[Bug tree-optimization/79351] Invalid tree PRE optimization around compound literal

2018-11-27 Thread leonard.r.koenig at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79351 Leonard König changed: What|Removed |Added CC||leonard.r.koenig@googlemail

[Bug middle-end/87157] [9 regression] gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c fails starting with r263981

2018-11-27 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87157 --- Comment #9 from Jan Hubicka --- > @@ -11,7 +11,7 @@ struct test { > > extern struct test s; > > -int main1 () > +__attribute__((noipa)) int main1 () > { >int i; > > We want to test the vectorizer behavior, not depend on how many ti

[Bug target/88188] ICE in print_operand, at config/rs6000/rs6000.c

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88188 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Tue Nov 27 15:40:57 2018 New Revision: 266515 URL: https://gcc.gnu.org/viewcvs?rev=266515&root=gcc&view=rev Log: PR target/88188 * config/rs6000/rs6000.c (print_operand) :

[Bug preprocessor/83173] C preprocessor generates incorrect linemarkers

2018-11-27 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83173 --- Comment #12 from David Malcolm --- Author: dmalcolm Date: Tue Nov 27 15:49:43 2018 New Revision: 266516 URL: https://gcc.gnu.org/viewcvs?rev=266516&root=gcc&view=rev Log: PR preprocessor/83173: Additional check before decrementing highest_lo

[Bug c++/88184] [9 Regression] ICE on (invalid) C++ code when compiled with -std=c++2a: unexpected expression ‘f’ of kind template_id_expr

2018-11-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88184 --- Comment #3 from Marek Polacek --- FWIW, I'm still unable to reproduce. Tried (non-)bootstrap + (non-)checking builds but I get the output in Comment 2.

[Bug rtl-optimization/87718] [9 Regression] FAIL: gcc.target/i386/avx512dq-concatv2si-1.c

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

[Bug preprocessor/83173] C preprocessor generates incorrect linemarkers

2018-11-27 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83173 --- Comment #13 from David Malcolm --- Author: dmalcolm Date: Tue Nov 27 15:53:51 2018 New Revision: 266518 URL: https://gcc.gnu.org/viewcvs?rev=266518&root=gcc&view=rev Log: PR preprocessor/83173: New test 2018-11-27 Mike Gulick PR

[Bug fortran/87937] [8/9 Regression] LHS reallocation broken inside "select type" and "associate"

2018-11-27 Thread trnka at scm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87937 --- Comment #8 from Tomáš Trnka --- (In reply to Dominique d'Humieres from comment #7) > > Could you please kindly suggest what do I need to do to get this out of > > WAITING? ... > > AFAIK you can do it yourself. > > WAITING is not a punishme

[Bug gcov-profile/88225] Slowness in gcov

2018-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88225 --- Comment #2 from Martin Liška --- Patch candidate: https://gcc.gnu.org/ml/gcc-patches/2018-11/msg02203.html

[Bug tree-optimization/79351] Invalid tree PRE optimization around compound literal

2018-11-27 Thread wellons at nullprogram dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79351 --- Comment #3 from Chris Wellons --- This bug is still present in GCC 8.2.0. I just tested my example again on x86-64, i686, and ARM64.

[Bug middle-end/86827] [8/9 Regression] -Warray-bounds produces negative indicies

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86827 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #6 from Martin Sebor ---

[Bug preprocessor/83173] C preprocessor generates incorrect linemarkers

2018-11-27 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83173 --- Comment #14 from David Malcolm --- Author: dmalcolm Date: Tue Nov 27 16:04:31 2018 New Revision: 266520 URL: https://gcc.gnu.org/viewcvs?rev=266520&root=gcc&view=rev Log: PR preprocessor/83173: Enhance -fdump-internal-locations output gcc/C

[Bug fortran/87937] [8/9 Regression] LHS reallocation broken inside "select type" and "associate"

2018-11-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87937 --- Comment #9 from Dominique d'Humieres --- > OK, sounds like it might be an unrelated issue to the one I'm seeing. The > following variant of that test crashes for me as well, even though there > aren't > any allocatable character strings in i

[Bug fortran/88205] ICE in gfc_wide_strncasecmp, at fortran/scanner.c:249

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

[Bug sanitizer/85663] [8/9 Regression] gcc-8.0.1 regression: sanitizer fails to build on mips-unknown-linux-gnu

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85663 Jakub Jelinek changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #5 fro

[Bug c++/86610] [8/9 Regression] non-const operator erroneously called in lambda in templated function

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86610 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug middle-end/88226] New: missing warning on fprintf, fputs, and puts with an unterminated array

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88226 Bug ID: 88226 Summary: missing warning on fprintf, fputs, and puts with an unterminated array Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/88226] missing warning on fprintf, fputs, and puts with an unterminated array

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88226 Martin Sebor changed: What|Removed |Added Keywords||diagnostic See Also|

[Bug middle-end/88226] missing warning on fprintf, fputs, and puts with an unterminated array

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88226 --- Comment #2 from Martin Sebor --- Author: msebor Date: Tue Nov 27 17:07:24 2018 New Revision: 266522 URL: https://gcc.gnu.org/viewcvs?rev=266522&root=gcc&view=rev Log: PR 87756 - missing unterminated argument warning using address of a consta

[Bug tree-optimization/87756] missing unterminated argument warning using address of a constant character

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87756 --- Comment #7 from Martin Sebor --- Author: msebor Date: Tue Nov 27 17:07:24 2018 New Revision: 266522 URL: https://gcc.gnu.org/viewcvs?rev=266522&root=gcc&view=rev Log: PR 87756 - missing unterminated argument warning using address of a consta

[Bug middle-end/88211] missing warning on printf %ls and unterminated wide member array

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88211 --- Comment #2 from Martin Sebor --- Author: msebor Date: Tue Nov 27 17:07:24 2018 New Revision: 266522 URL: https://gcc.gnu.org/viewcvs?rev=266522&root=gcc&view=rev Log: PR 87756 - missing unterminated argument warning using address of a consta

[Bug middle-end/88226] missing warning on fprintf, fputs, and puts with an unterminated array

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88226 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/88211] missing warning on printf %ls and unterminated wide member array

2018-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88211 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/88136] -Wdeprecated-copy is draconian and shouldn't be in -Wall

2018-11-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88136 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ada/88200] [9 Regression] ada bootstrap failure on alpha-linux-gnu (aised STORAGE_ERROR : stack overflow or erroneous memory access)

2018-11-27 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88200 --- Comment #2 from Matthias Klose --- reproduced with r266507. The native x86_64-linux-gnu compiler is configured with --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 -

[Bug c++/86205] [9 Regression] ICE on valid C++11 code: in type_dependent_expression_p, at cp/pt.c:25193

2018-11-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86205 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/79351] [7/8/9 Regression] Invalid tree PRE optimization around compound literal

2018-11-27 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79351 Alexander Monakov changed: What|Removed |Added Keywords||wrong-code Status|WAITIN

[Bug fortran/80467] Function Without Arguments Fails to Generate Error When Declared Later

2018-11-27 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80467 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #8 from G.

[Bug fortran/88227] New: ICE in gfc_convert_boz, at fortran/target-memory.c:788

2018-11-27 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227 Bug ID: 88227 Summary: ICE in gfc_convert_boz, at fortran/target-memory.c:788 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/88228] New: ICE in check_null, at fortran/expr.c:2691

2018-11-27 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88228 Bug ID: 88228 Summary: ICE in check_null, at fortran/expr.c:2691 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

  1   2   >