[Bug c++/95596] string literal wrong overload resolution (char* vs std::string)

2020-06-09 Thread bzsurr at protonmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95596 --- Comment #1 from bzsurr at protonmail dot com --- (In reply to bzsurr from comment #0) > Looking at the following code gcc calls the _char*_ overload, according to > the standard the string literal is of type const array of char, so the non > c

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 Martin Liška changed: What|Removed |Added Keywords||needs-bisection Last reconfirmed|

[Bug testsuite/95577] Tcl error with testsuite/gcc.misc-tests/outputs.exp on darwin

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95577 --- Comment #2 from Iain Sandoe --- Created attachment 48710 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48710&action=edit hacky patch that fixes the output for fat and thin LTO This is pretty non-elegant - essentially duplicating the L

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | --- Comment #3 from Martin Liška --- St

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 --- Comment #4 from Martin Liška --- Created attachment 48711 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48711&action=edit Reproducer LTO bytecode I think it would be easy to reproduce by LTO LTRANS .o file: $ git co f8ca4dd657f767c5f

[Bug d/95575] [10/11 regression] gdc.test testnames lost gdc.test prefix

2020-06-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Iain Buclaw --- > Ah, for some reason I thought that moving the dejagnu .exp scripts from > top-level gdc.test to one per each subdirectory would remove the need fo

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 --- Comment #5 from Martin Liška --- The problematic STMT is: (gdb) p debug_gimple_stmt(orig_stmt_info->stmt) _22 = (boolean) _21; which comes from: (gdb) p debug_bb(bb) [count: 0]: _8 ={v} __gnat_dir_separator; # DEBUG SR.1076 => _8 _9 ={v} _

[Bug ipa/95600] New: [11 regression] tree-prof/indir-call-prof-2.c fails on armeb-linux-gnueabihf since r11-830

2020-06-09 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95600 Bug ID: 95600 Summary: [11 regression] tree-prof/indir-call-prof-2.c fails on armeb-linux-gnueabihf since r11-830 Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug ipa/95600] [11 regression] tree-prof/indir-call-prof-2.c fails on armeb-linux-gnueabihf since r11-830

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95600 --- Comment #1 from Martin Liška --- > Since r11-830 (g:85bce484d37fdda9c7eadb9bdcdb1ded891462bb), I've noticed The revision is likely bad?

[Bug gcov-profile/95494] [11 regression] Several -fprofile-use tests FAIL

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95494 Martin Liška changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment #8 f

[Bug ipa/95600] [11 regression] tree-prof/indir-call-prof-2.c fails on armeb-linux-gnueabihf since r11-830

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95600 Martin Liška changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug lto/95572] lto1: internal compiler error: in lto_input_tree_ref, at lto-streamer-in.c:370

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95572 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 Richard Biener changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Commen

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 --- Comment #7 from Richard Biener --- So Ada does /* In Ada, we use an unsigned 8-bit type for the default boolean type. */ boolean_type_node = make_unsigned_type (8); TREE_SET_CODE (boolean_type_node, BOOLEAN_TYPE); but somehow in lto1

[Bug debug/95601] New: Remove workaround for GDB PR in pass_partition_blocks::gate

2020-06-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95601 Bug ID: 95601 Summary: Remove workaround for GDB PR in pass_partition_blocks::gate Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Pri

[Bug c++/95598] [coroutines] Destructor for object returned from get_return_object() never called

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95598 Iain Sandoe changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug c++/95477] [coroutines] coroutine result object not properly freed

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95477 Iain Sandoe changed: What|Removed |Added CC||lewissbaker.opensource@gmai

[Bug debug/81155] [8 Regression] Debug make check regressions in GCC 8.0

2020-06-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81155 Tom de Vries changed: What|Removed |Added CC||vries at gcc dot gnu.org --- Comment #14

[Bug c++/95591] [coroutines] ICE when co_yielding string literal from generator coroutine

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95591 Iain Sandoe changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 --- Comment #8 from Eric Botcazou --- Well, the middle-end provides build_nonstandard_boolean_type to build boolean types with arbitrary precision so it cannot assume they have precision 1.

[Bug c++/95599] [coroutines] destructor for temporary operand to co_yield expression called before end of full-expression

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95599 Iain Sandoe changed: What|Removed |Added Keywords||wrong-code Assignee|unassigned a

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 --- Comment #9 from rguenther at suse dot de --- On Tue, 9 Jun 2020, ebotcazou at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 > > --- Comment #8 from Eric Botcazou --- > Well, the middle-end provides build_nonst

[Bug fortran/93624] Memory leak with allocatable

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93624 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug fortran/95446] False positive for optional arguments of elemental procedure

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95446 Dominique d'Humieres changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/95375] ICE in add_use_op, Error: mismatching comparison operand types

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95375 Dominique d'Humieres changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/95342] [9/10/11 Regression] ICE in gfc_match_subroutine, at fortran/decl.c:7913

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95342 Dominique d'Humieres changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/95602] New: [10/11 Regression] Wrong code w/ -O0

2020-06-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95602 Bug ID: 95602 Summary: [10/11 Regression] Wrong code w/ -O0 Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug gcov-profile/95494] [11 regression] Several -fprofile-use tests FAIL

2020-06-09 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95494 --- Comment #9 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:862b9b225fba6cf3c63234206f2dbc47f1ab5350 commit r11-1114-g862b9b225fba6cf3c63234206f2dbc47f1ab5350 Author: Martin Liska Date: Mon

[Bug gcov-profile/95494] [11 regression] Several -fprofile-use tests FAIL

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95494 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/95365] [11 Regression] Broken gcov since r11-627-g1dedc12d186a1108

2020-06-09 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95365 --- Comment #3 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:452283bd060eb9bae41199b4b5e7266155d40e12 commit r11-1115-g452283bd060eb9bae41199b4b5e7266155d40e12 Author: Martin Liska Date: Tue

[Bug gcov-profile/95365] [11 Regression] Broken gcov since r11-627-g1dedc12d186a1108

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95365 --- Comment #4 from Martin Liška --- All right, I can live with the changed names of the files..

[Bug target/95602] [10/11 Regression] Wrong code w/ -O0

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95602 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Resolut

[Bug bootstrap/95582] [11 Regression] LTO lean + PGO bootstrap is broken in Ada

2020-06-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95582 --- Comment #10 from Eric Botcazou --- > Yeah, that was for vector components. Not that I like it much. Can > the middle-end assume that the Ada boolean types only contain 0 or 1 > or are there other values that are supposed to be well-defined

[Bug tree-optimization/95570] ICE: Segmentation fault in vect_loop_versioning

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

[Bug tree-optimization/95569] ICE in tmmark:verify_ssa failed

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95569 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/95562] [10/11 Regression] ICE when using noexcept depending on boolean template parameter since r10-1280-g78f7607db4c53f8c

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95562 Martin Liška changed: What|Removed |Added Known to work||9.3.0 Known to fail|

[Bug sanitizer/95603] New: [11 Regression] sanitizer_linux.cpp:1880:16: error: missing terminating ' character

2020-06-09 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95603 Bug ID: 95603 Summary: [11 Regression] sanitizer_linux.cpp:1880:16: error: missing terminating ' character Product: gcc Version: 11.0 Status: UNCONFIRMED Keywor

[Bug fortran/95502] ICE in gfc_check_do_variable, at fortran/parse.c:4446

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95502 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

[Bug fortran/95501] ICE in gfc_match_pointer_assignment, at fortran/match.c:1422

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95501 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

[Bug sanitizer/95603] [11 Regression] sanitizer_linux.cpp:1880:16: error: missing terminating ' character

2020-06-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95603 --- Comment #1 from Jakub Jelinek --- Didn't r11-1083-g942a384ef9f38777df25b2bfa421ce6a07553a98 fix this?

[Bug sanitizer/95603] [11 Regression] sanitizer_linux.cpp:1880:16: error: missing terminating ' character

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95603 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug sanitizer/95603] [11 Regression] sanitizer_linux.cpp:1880:16: error: missing terminating ' character

2020-06-09 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95603 --- Comment #3 from Zdenek Sojka --- Thanks, all the rounds with asking at gcc-help, waiting for reply, and even recompiling this morning took too much time.

[Bug c++/95560] [10/11 Regression] ICE in comptypes, at cp/typeck.c:1498 since r10-4254-ge0d91792eec490d1

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95560 Martin Liška changed: What|Removed |Added Host|x86_64-w64-mingw32 | Ever confirmed|0

[Bug lto/95604] New: LTO doesn't pick up -fcf-protection flag for the link step

2020-06-09 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95604 Bug ID: 95604 Summary: LTO doesn't pick up -fcf-protection flag for the link step Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Prio

[Bug lto/95605] New: LTO and object files generated by dtrace -G

2020-06-09 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95605 Bug ID: 95605 Summary: LTO and object files generated by dtrace -G Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug lto/95604] LTO doesn't pick up -fcf-protection flag for the link step

2020-06-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95604 --- Comment #1 from H.J. Lu --- (In reply to Matthias Klose from comment #0) > Building the example from PR93966 with the -fcf-protection flag in the > compile step, but not in the link step, I get the error triggered by the -z > option. > > $ c

[Bug lto/95605] LTO and object files generated by dtrace -G

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95605 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug lto/95604] LTO doesn't pick up -fcf-protection flag for the link step

2020-06-09 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95604 --- Comment #2 from Matthias Klose --- Really? The documentation states: The macro "__CET__" is defined when -fcf-protection is used. so it's a preprocessor option as well?

[Bug lto/95604] LTO doesn't pick up -fcf-protection flag for the link step

2020-06-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95604 --- Comment #3 from H.J. Lu --- (In reply to Matthias Klose from comment #2) > Really? The documentation states: > > The macro "__CET__" is defined when -fcf-protection is used. > > so it's a preprocessor option as well? __CET__ check isn't

[Bug c++/95560] [10/11 Regression] ICE in comptypes, at cp/typeck.c:1498 since r10-4254-ge0d91792eec490d1

2020-06-09 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95560 --- Comment #4 from Bernd Edlinger --- don't know if it helps, but with -Wshadow=compatible-local the regression begins probably earlier.

[Bug testsuite/81058] FAIL: gcc.target/i386/avx512bw-vpmovu?swb-1.c scan-assembler-times vpmovu?swb.*

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81058 Iain Sandoe changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug lto/95605] LTO and object files generated by dtrace -G

2020-06-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95605 Richard Biener changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug lto/95605] LTO and object files generated by dtrace -G

2020-06-09 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95605 --- Comment #3 from Matthias Klose --- dtrace -G calls gcc to generate the .o file, and you can use the CC and CFLAGS environment vars to inject the options you need. Ugly, but you can avoid that by passing the appropriate options.

[Bug c++/95560] [8/9/10/11 Regression] ICE in comptypes, at cp/typeck.c:1498 since r10-4254-ge0d91792eec490d1

2020-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95560 Martin Liška changed: What|Removed |Added Summary|[10/11 Regression] ICE in |[8/9/10/11 Regression] ICE

[Bug target/95154] [11 regression] FAIL: g++.dg/abi/pure-virtual1.C -std=c++14 (test for excess errors)

2020-06-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95154 Andreas Schwab changed: What|Removed |Added Target|ia64-*-*,*-*-darwin*|ia64-*-* Status|UNCONFIRMED

[Bug c++/95562] [10/11 Regression] ICE when using noexcept depending on boolean template parameter since r10-1280-g78f7607db4c53f8c

2020-06-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95562 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org

[Bug tree-optimization/95056] [11 Regression] slp-perm-9.c fails on aarch64 after gbc484e250990393e887f7239157cc85ce6fadcce

2020-06-09 Thread acoplan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95056 Alex Coplan changed: What|Removed |Added Last reconfirmed||2020-06-09 Status|UNCONFIRMED

[Bug middle-end/95189] [10/11 Regression] memcmp being wrongly stripped like strcmp

2020-06-09 Thread gcc at pkh dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189 --- Comment #5 from gcc at pkh dot me --- I'd like to point out that this regression impacts badly a production app. We're using this pattern to compare an input vector of floats to a vector of zeros, but the comparison always returns 0 now, which

[Bug c++/93979] missing context in error message due to inheriting template constructor

2020-06-09 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93979 Patrick Palka changed: What|Removed |Added Last reconfirmed||2020-06-09 CC|

[Bug c++/95596] string literal wrong overload resolution (char* vs std::string)

2020-06-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95596 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/95596] string literal wrong overload resolution (char* vs std::string)

2020-06-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95596 --- Comment #3 from Jonathan Wakely --- gcc/cp/typeck.c does: if (cxx_dialect >= cxx11) pedwarn (loc, OPT_Wwrite_strings, "ISO C++ forbids converting a string constant to %qT", totype); else

[Bug debug/94235] worse debug info with O0 than with O2 with flto

2020-06-09 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94235 Pedro Alves changed: What|Removed |Added CC||palves at redhat dot com --- Comment #2 fr

[Bug tree-optimization/95056] [11 Regression] slp-perm-9.c fails on aarch64 after gbc484e250990393e887f7239157cc85ce6fadcce

2020-06-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95056 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/95606] New: [10/11 regression] conflicts with std::is_constructible

2020-06-09 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95606 Bug ID: 95606 Summary: [10/11 regression] conflicts with std::is_constructible Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priori

[Bug debug/94235] worse debug info with O0 than with O2 with flto

2020-06-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94235 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug fortran/95215] [OMP] internal compiler error: in gimplify_expr, at gimplify.c:14079

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

[Bug libstdc++/71579] type_traits miss checks for type completeness in some traits

2020-06-09 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71579 kuzniar95 at o2 dot pl changed: What|Removed |Added CC||kuzniar95 at o2 dot pl --- Comme

[Bug fortran/95138] ICE on transfer to unlimited polymorphic

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95138 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug target/95347] rs6000 mcpu=future generating stfs instead of pstfs for pc-relative references

2020-06-09 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95347 acsawdey at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug fortran/95215] [OMP] internal compiler error: in gimplify_expr, at gimplify.c:14079

2020-06-09 Thread john.donners at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95215 --- Comment #2 from John Donners --- thanks for reviewing this. Indeed, the compiler bug does not occur when using the intelmicemul target: gfortran -foffload=x86_64-intelmicemul-linux-gnu -g -fopenmp -O3 bla.f90 /lib/../lib64/crt1.o: In functi

[Bug c++/95567] Defaulted virtual <=> has the wrong behavior

2020-06-09 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95567 --- Comment #1 from Barry Revzin --- To follow up on this, it's not the operator<=> being virtual that's significant but rather the class itself being polymorphic. This exhibits the same behavior: #include struct B { B(int i) : i(i) {} VIR

[Bug target/95469] [11 regression] several vperm test case failures after r11-736 on power 9 (only)

2020-06-09 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95469 Segher Boessenkool changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/95599] [coroutines] destructor for temporary operand to co_yield expression called before end of full-expression

2020-06-09 Thread lewissbaker.opensource at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95599 --- Comment #3 from Lewis Baker --- I don't think that whether or not the awaitables or operands to co_yield are captured by reference / aliased should play into the sequencing of calls to the destructor. The destructors of temporaries should al

[Bug c++/95599] [coroutines] destructor for temporary operand to co_yield expression called before end of full-expression

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95599 --- Comment #4 from Iain Sandoe --- (In reply to Lewis Baker from comment #3) > Also, I'm not sure why GCC is evaluating the second operand to operator,() > first and why it is constructing resource{1} _after_ the coroutine has > suspended. Noth

[Bug c++/95607] New: Inconsistent treating of default argument instantiation as immediate context

2020-06-09 Thread akrzemi1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95607 Bug ID: 95607 Summary: Inconsistent treating of default argument instantiation as immediate context Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: nor

[Bug c++/95608] New: c++20 wrong code for defaulted equality comparison on array member variables

2020-06-09 Thread vermaelen.wouter at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95608 Bug ID: 95608 Summary: c++20 wrong code for defaulted equality comparison on array member variables Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: nor

[Bug middle-end/95552] [11 Regression] VLA ICE

2020-06-09 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95552 --- Comment #6 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:ef41587df9839d1dfc77dbc48a0830e42b36626e commit r11-1122-gef41587df9839d1dfc77dbc48a0830e42b36626e Author: Jason Merrill Date: Sa

[Bug c++/95609] New: span could have better layout

2020-06-09 Thread s_gccbugzilla at nedprod dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95609 Bug ID: 95609 Summary: span could have better layout Product: gcc Version: 10.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assi

[Bug tree-optimization/95581] [11 Regression] ICE in gimple_call_arg, at gimple.h:3260 since r11-959-gb825a22890740f341eae566af27e18e528cd29a7

2020-06-09 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95581 --- Comment #6 from Bill Seurer --- I tried the patch and it allowed me to build gcc on a power7 system.

[Bug fortran/94377] Won't compile when deallocating a parameterized derived type

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377 Dominique d'Humieres changed: What|Removed |Added Last reconfirmed||2020-06-09 Ever confirmed|0

[Bug tree-optimization/95581] [11 Regression] ICE in gimple_call_arg, at gimple.h:3260 since r11-959-gb825a22890740f341eae566af27e18e528cd29a7

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95581 --- Comment #7 from Iain Sandoe --- (In reply to Bill Seurer from comment #6) > I tried the patch and it allowed me to build gcc on a power7 system. but AFAIU the discussion - the builtin has the wrong signature (and needs to be fixed)? or did I

[Bug target/95381] [11 Regression]: Bootstrap on m68k fails with ICE: in operator[], at vec.h:867

2020-06-09 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95381 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #4 fr

[Bug c++/95610] New: GCC fails to get global variable via "::" in class specifier

2020-06-09 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95610 Bug ID: 95610 Summary: GCC fails to get global variable via "::" in class specifier Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Pr

[Bug fortran/84245] [8/9/10/11 Regression] ICE in delete_root, at fortran/bbt.c:150

2020-06-09 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84245 --- Comment #5 from G. Steinmetz --- A few more disrupted cases : $ cat z03.f90 select type (n%& $ cat z04.f90 select type (n%m& $ cat z05.f90 select type (n( $ cat z06.f90 select type (n(& $ cat z07.f90 select type (n(m $ cat z08.f90 sele

[Bug fortran/95611] New: ICE in access_attr_decl, at fortran/decl.c:9075

2020-06-09 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95611 Bug ID: 95611 Summary: ICE in access_attr_decl, at fortran/decl.c:9075 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug fortran/95612] New: [9/10/11 Regression] ICE in gfc_check_pointer_assign, at fortran/expr.c:4274

2020-06-09 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95612 Bug ID: 95612 Summary: [9/10/11 Regression] ICE in gfc_check_pointer_assign, at fortran/expr.c:4274 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: nor

[Bug target/95581] [11 Regression] ICE in gimple_call_arg, at gimple.h:3260 since r11-959-gb825a22890740f341eae566af27e18e528cd29a7

2020-06-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95581 Martin Sebor changed: What|Removed |Added Component|tree-optimization |target --- Comment #8 from Martin Sebor

[Bug fortran/95613] New: ICE in main_block_label, at tree-cfg.c:1455

2020-06-09 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613 Bug ID: 95613 Summary: ICE in main_block_label, at tree-cfg.c:1455 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortra

[Bug fortran/95614] New: ICE in build_field, at fortran/trans-common.c:301

2020-06-09 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95614 Bug ID: 95614 Summary: ICE in build_field, at fortran/trans-common.c:301 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/95611] ICE in access_attr_decl, at fortran/decl.c:9075

2020-06-09 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95611 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIR

[Bug fortran/95613] ICE in main_block_label, at tree-cfg.c:1455

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613 Dominique d'Humieres changed: What|Removed |Added Last reconfirmed||2020-06-09 Ever confirmed|0

[Bug fortran/95614] ICE in build_field, at fortran/trans-common.c:301

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95614 Dominique d'Humieres changed: What|Removed |Added Last reconfirmed||2020-06-09 Status|UNC

[Bug fortran/95612] [9/10/11 Regression] ICE in gfc_check_pointer_assign, at fortran/expr.c:4274

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95612 Dominique d'Humieres changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/85270] Trivial assignment operator not considered such

2020-06-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85270 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/95615] New: [coroutines] Coroutine frame and promise is leaked if exception thrown from promise.initial_suspend()

2020-06-09 Thread lewissbaker.opensource at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95615 Bug ID: 95615 Summary: [coroutines] Coroutine frame and promise is leaked if exception thrown from promise.initial_suspend() Product: gcc Version: 10.1.1 Status: UNCONFIR

[Bug fortran/95612] [9/10/11 Regression] ICE in gfc_check_pointer_assign, at fortran/expr.c:4274

2020-06-09 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95612 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug c++/95616] New: [coroutines] coroutines with potentially-throwing 'co_await promise.final_suspend()' expressions should be ill-formed

2020-06-09 Thread lewissbaker.opensource at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95616 Bug ID: 95616 Summary: [coroutines] coroutines with potentially-throwing 'co_await promise.final_suspend()' expressions should be ill-formed Product: gcc Version:

[Bug c++/95615] [coroutines] Coroutine frame and promise is leaked if exception thrown from promise.initial_suspend()

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95615 Iain Sandoe changed: What|Removed |Added Last reconfirmed||2020-06-09 Target Milestone|---

[Bug c++/95616] [coroutines] coroutines with potentially-throwing 'co_await promise.final_suspend()' expressions should be ill-formed

2020-06-09 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95616 Iain Sandoe changed: What|Removed |Added Last reconfirmed||2020-06-09 Keywords|

[Bug c/95588] No warning in -Wformat for narrowing formats

2020-06-09 Thread ndesaulniers at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95588 --- Comment #1 from Nick Desaulniers --- In https://bugs.llvm.org/show_bug.cgi?id=41467#c4, the code owner for Clang seems to indicate that we could move the warnings for narrowing prints (ie. printing an `int` with `%hh`) to a new warning flag w

  1   2   >