[Bug fortran/86863] [OOP][F2008] type-bound module procedure name not recognized

2018-08-06 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86863 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57891] No diagnostic of narrowing conversion in non-type template argument

2018-08-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57891 --- Comment #10 from Marek Polacek --- Right, we're still hashing this out on the mailing list. But I expect it to be fixed soon. There are similar cases not handled by my current patch, but I'll work on those next.

[Bug c++/86871] ICE: gimple check: expected gimple_assign(error_mark), have gimple_call(trunc_mod_expr) in gimple_assign_lhs, at gimple.h:2462

2018-08-06 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86871 --- Comment #1 from Sergei Trofimovich --- Managed to get rid of templates. Looks like use of uninitialized 'i' is somehow the culprit: int *f; struct g { g() { f = new int; aj = f; } int [](int h) { return *(aj + h); } int *aj;

[Bug libstdc++/86861] 18_support/new_aligned.cc FAILs

2018-08-06 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86861 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Jonathan Wakely --- > Great, thanks for testing it. Is it fixed for 64-bit as well as 32-bit? I was > concerned that "the size of a word" might actually be

[Bug c/86873] New: "gcc -lmcheck" aborts on free when using posix_memalign

2018-08-06 Thread ben at tawesoft dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86873 Bug ID: 86873 Summary: "gcc -lmcheck" aborts on free when using posix_memalign Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/86861] 18_support/new_aligned.cc FAILs

2018-08-06 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86861 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Jonathan Wakely --- > (In reply to Rainer Orth from comment #0) >> Thew new 18_support/new_aligned.cc test FAILs on Solaris 10 (sparc and x86), >> which lacks

[Bug c/86873] "gcc -lmcheck" aborts on free when using posix_memalign

2018-08-06 Thread ben at tawesoft dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86873 --- Comment #3 from ben at tawesoft dot co.uk --- Thanks for directing me to the appropriate channel Here is the link to the matching glibc bug report those anyone following this https://sourceware.org/bugzilla/show_bug.cgi?id=23489

[Bug bootstrap/86872] New: [9 Regression] LTO bootstrap failed with profiledbootstrap

2018-08-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872 Bug ID: 86872 Summary: [9 Regression] LTO bootstrap failed with profiledbootstrap Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug c/86873] "gcc -lmcheck" aborts on free when using posix_memalign

2018-08-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86873 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > libmcheck is from glibc, please report it to them. https://sourceware.org/bugzilla/

[Bug c/86873] "gcc -lmcheck" aborts on free when using posix_memalign

2018-08-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86873 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57891] No diagnostic of narrowing conversion in non-type template argument

2018-08-06 Thread tadeus.prastowo at unitn dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57891 --- Comment #9 from Tadeus Prastowo --- This problem still exists in the trunk (cf. https://godbolt.org/g/bRf18i). Clang correctly keeps rejecting it (cf. https://godbolt.org/g/egcNtV). Both use the following MWE: template struct X { static

[Bug c++/86871] New: ICE: gimple check: expected gimple_assign(error_mark), have gimple_call(trunc_mod_expr) in gimple_assign_lhs, at gimple.h:2462

2018-08-06 Thread slyfox at inbox dot ru
--disable-bootstrap --with-multilib-list=m64 --prefix=/home/slyfox/dev/git/gcc-x86_64/../gcc-native-quick-installed --disable-nls CFLAGS='-O0 ' CXXFLAGS='-O0 ' --with-sysroot=/usr/x86_64-HEAD-linux-gnu Thread model: posix gcc version 9.0.0 20180806 (experimental) (GCC)

[Bug c++/86871] ICE: gimple check: expected gimple_assign(error_mark), have gimple_call(trunc_mod_expr) in gimple_assign_lhs, at gimple.h:2462

2018-08-06 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86871 Sergei Trofimovich changed: What|Removed |Added Attachment #44511|0 |1 is obsolete|

[Bug libstdc++/86874] New: std::swap on std::variant fails to compile

2018-08-06 Thread aaron at bestateless dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86874 Bug ID: 86874 Summary: std::swap on std::variant fails to compile Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/71727] -O3 -mstrict-align produces code which assumes unaligned vector accesses work

2018-08-06 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71727 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #6

[Bug libstdc++/86861] 18_support/new_aligned.cc FAILs

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86861 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/85747] suboptimal code without constexpr

2018-08-06 Thread zamazan4ik at tut dot by
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85747 Alexander Zaitsev changed: What|Removed |Added CC||zamazan4ik at tut dot by ---

[Bug libstdc++/86861] 18_support/new_aligned.cc FAILs

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86861 --- Comment #3 from Jonathan Wakely --- Great, thanks for testing it. Is it fixed for 64-bit as well as 32-bit? I was concerned that "the size of a word" might actually be imprecise and should be sizeof(void*) not sizeof(int). I'll commit a

[Bug target/86807] spu port needs updating for CVE-2017-5753

2018-08-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86807 --- Comment #3 from John David Anglin --- Author: danglin Date: Mon Aug 6 21:47:54 2018 New Revision: 263344 URL: https://gcc.gnu.org/viewcvs?rev=263344=gcc=rev Log: PR target/86807 * config/pa/pa.c

[Bug bootstrap/86872] [9 Regression] LTO bootstrap failed with profiledbootstrap

2018-08-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/52473] CSHIFT slow - inline it?

2018-08-06 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52473 --- Comment #18 from Jürgen Reuter --- The example by posted on May 20, 2017 on c.l.f. improved by Stefano Zaghi below shows a factor of 10-20 improvement now in gfortran 9.0.0 including the work by Thomas Koenig. $ ./a.out Elapsed CPU time =

[Bug jit/66811] RFE: have jit dumps be compileable as C code

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66811 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug jit/66594] jitted code should use -mtune=native

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #8 from Eric

[Bug target/52551] i686-interix3: winnt.c:400:8: error: ‘flag_writable_rel_rdata’ undeclared

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52551 --- Comment #2 from Eric Gallager --- Is interix even still a thing or did it get deprecated or something?

[Bug other/25914] strsignal.c:558: warning: comparison between signed and unsigned

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25914 --- Comment #8 from Eric Gallager --- (In reply to dave.anglin from comment #7) > On 2018-05-07 4:05 PM, egallager at gcc dot gnu.org wrote: > > Did this proposal ever happen? > Yes: >

[Bug c++/86875] New: internal compiler error: in tsubst_copy, at cp/pt.c:15478

2018-08-06 Thread ldalessandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86875 Bug ID: 86875 Summary: internal compiler error: in tsubst_copy, at cp/pt.c:15478 Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/86718] [9 Regression] ICE during RTL pass: expand

2018-08-06 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86718 --- Comment #2 from zhonghao at pku dot org.cn --- My gcc: gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with:

[Bug middle-end/54664] expand_gimple_cond warning for predictably small BRANCH_COST

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54664 --- Comment #3 from Eric Gallager --- (In reply to Eric Gallager from comment #2) > (In reply to Hans-Peter Nilsson from comment #1) > > Also seen for 4.9.1 and 4.10.0 i.e. trunk r212879. > > 4.10.0 became 5.0 ...and regardless of which way

[Bug c++/86875] internal compiler error: in tsubst_copy, at cp/pt.c:15478

2018-08-06 Thread ldalessandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86875 --- Comment #1 from Luke Dalessandro --- Created attachment 44515 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44515=edit Preprocessed source

[Bug libstdc++/86861] 18_support/new_aligned.cc FAILs

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

[Bug target/86866] MMX intrinsics / x87 registers aliasing

2018-08-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86866 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #1 from Andrew

[Bug target/86866] MMX intrinsics / x87 registers aliasing

2018-08-06 Thread konovalov.alv at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86866 --- Comment #2 from Aleksey Konovalov --- (In reply to Andrew Pinski from comment #1) > I think you forgot to the flush as required. The mmx programming model > requires the user to do it. You are right. Calling _m_empty() solves problem Thank

[Bug c++/59480] Missing error diagnostic: friend declaration specifying a default argument must be a definition

2018-08-06 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59480 --- Comment #20 from Paolo Carlini --- That's good to know, thanks!

[Bug c/86866] New: MMX intrinsics / x87 registers aliasing

2018-08-06 Thread konovalov.alv at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86866 Bug ID: 86866 Summary: MMX intrinsics / x87 registers aliasing Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/86866] MMX intrinsics / x87 registers aliasing

2018-08-06 Thread konovalov.alv at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86866 Aleksey Konovalov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456 Bug 56456 depends on bug 52504, which changed state. Bug 52504 Summary: (unreachable) out of bounds access in thread_prologue_and_epilogue_insns https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52504 What|Removed

[Bug bootstrap/44756] [meta-bug] --enable-werror-always issues

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756 Bug 44756 depends on bug 52504, which changed state. Bug 52504 Summary: (unreachable) out of bounds access in thread_prologue_and_epilogue_insns https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52504 What|Removed

[Bug middle-end/52504] (unreachable) out of bounds access in thread_prologue_and_epilogue_insns

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52504 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/86772] [meta-bug] tracking port status for CVE-2017-5753

2018-08-06 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86772 Bug 86772 depends on bug 86807, which changed state. Bug 86807 Summary: spu port needs updating for CVE-2017-5753 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86807 What|Removed |Added

[Bug target/86807] spu port needs updating for CVE-2017-5753

2018-08-06 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86807 Ulrich Weigand changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug web/86867] New bugzilla comment tag to mark comments as obsolete or irrelevant

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86867 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/86868] New: cc1: warning: stack probing requires '-maccumulate-outgoing-args' for correctness

2018-08-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86868 Bug ID: 86868 Summary: cc1: warning: stack probing requires '-maccumulate-outgoing-args' for correctness Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug testsuite/86153] [8/9 regression] test case g++.dg/pr83239.C fails starting with r261585

2018-08-06 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86153 --- Comment #11 from seurer at gcc dot gnu.org --- this run > FAIL: g++.dg/pr83239.C -std=gnu++98 (test for excess errors) < FAIL: g++.dg/pr83239.C -std=gnu++11 scan-tree-dump-not optimized "_ZNSt6vectorIiSaIiEE17_M_default_appendEm" < FAIL:

[Bug lto/48200] Implement function attribute for symbol versioning (.symver)

2018-08-06 Thread zackw at panix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 Zack Weinberg changed: What|Removed |Added CC||zackw at panix dot com --- Comment #26

[Bug web/86867] New bugzilla comment tag to mark comments as obsolete or irrelevant

2018-08-06 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86867 --- Comment #3 from Segher Boessenkool --- I meant *test* comment. Doh.

[Bug web/86867] New bugzilla comment tag to mark comments as obsolete or irrelevant

2018-08-06 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86867 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org ---

[Bug web/86867] New bugzilla comment tag to mark comments as obsolete or irrelevant

2018-08-06 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86867 --- Comment #6 from Segher Boessenkool --- So "obsolete" works, and "offtopic" doesn't.

[Bug web/86867] New: New bugzilla comment tag to mark comments as obsolete or irrelevant

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86867 Bug ID: 86867 Summary: New bugzilla comment tag to mark comments as obsolete or irrelevant Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug web/86867] New bugzilla comment tag to mark comments as obsolete or irrelevant

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86867 --- Comment #1 from Jonathan Wakely --- I haven't CC'd Frédéric yet, let's decide if we really want this or not first.

[Bug target/86807] spu port needs updating for CVE-2017-5753

2018-08-06 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86807 --- Comment #1 from Ulrich Weigand --- Author: uweigand Date: Mon Aug 6 14:40:56 2018 New Revision: 263335 URL: https://gcc.gnu.org/viewcvs?rev=263335=gcc=rev Log: [spu, commit] Define TARGET_HAVE_SPECULATION_SAFE_VALUE The SPU processor is

[Bug web/86867] New bugzilla comment tag to mark comments as obsolete or irrelevant

2018-08-06 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86867 --- Comment #4 from Segher Boessenkool --- I tagged #c2 as obsolete, and it is hidden, so this already works. Yay!

[Bug c++/86091] [fold expression] Slow compile time and high memory usage compared to initializer_list folds

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86091 Jonathan Wakely changed: What|Removed |Added Resolution|FIXED |WORKSFORME --- Comment #3 from

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

2018-08-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 --- Comment #48 from Christophe Lyon --- I've reproduced the problem on armeb with the patch posted at: https://gcc.gnu.org/ml/gcc-patches/2018-08/msg00208.html The code generated for the testcase is the same with and without your patch, so I

[Bug tree-optimization/86865] New: [9 Regression] Wrong code w/ -O2 -floop-parallelize-all -fstack-reuse=none -fwrapv -fno-tree-ch -fno-tree-dce -fno-tree-dominator-opts -fno-tree-loop-ivcanon

2018-08-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86865 Bug ID: 86865 Summary: [9 Regression] Wrong code w/ -O2 -floop-parallelize-all -fstack-reuse=none -fwrapv -fno-tree-ch -fno-tree-dce -fno-tree-dominator-opts

[Bug target/86662] [7/8/9 Regression] msp430-elf segfault with -flto and -mlarge

2018-08-06 Thread jozefl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86662 --- Comment #3 from jozefl at gcc dot gnu.org --- Author: jozefl Date: Mon Aug 6 10:29:17 2018 New Revision: 263332 URL: https://gcc.gnu.org/viewcvs?rev=263332=gcc=rev Log: PR target/86662 * gcc/tree.c (build_common_tree_nodes):

[Bug middle-end/86864] [9 Regression] ICE in commit_one_edge_insertion, at cfgrtl.c:2025 since r261795

2018-08-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86864 Martin Liška changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

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

2018-08-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 --- Comment #49 from Christophe Lyon --- Created attachment 44507 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44507=edit objdump of OK ELF file

[Bug libstdc++/86860] Reject valid overloads of subclass ostream operator<

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86860 --- Comment #1 from Jonathan Wakely --- (In reply to Michael Veksler from comment #0) > The above function does not seem to be part of the standard, and it seems It's (3) at https://en.cppreference.com/w/cpp/io/basic_ostream/operator_ltlt2 The

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

2018-08-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 --- Comment #53 from Christophe Lyon --- Sorry, .exe files are too large even after xz compression, I'm not allowed to attach them.

[Bug tree-optimization/86637] [9 Regression] ICE: tree check: expected block, have in inlining_chain_to_json, at optinfo-emit-json.cc:293

2018-08-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86637 --- Comment #2 from Arseny Solokha --- Created attachment 44506 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44506=edit Testcase #2 Another testcase for this PR w/ different backtrace. W/ this testcase

[Bug target/80080] S390: Isses with emitted cs-instructions for __atomic builtins.

2018-08-06 Thread stli at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80080 --- Comment #11 from stli at linux dot ibm.com --- Hi, I've retested the samples with gcc 7, 8 and head from 2018-07-20, but there are still issues: The examples foo1 and foo2 are okay. The issue in example foo3 is still present (see

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

2018-08-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 --- Comment #51 from Christophe Lyon --- Created attachment 44509 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44509=edit execution trace of OK ELF file

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

2018-08-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 --- Comment #50 from Christophe Lyon --- Created attachment 44508 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44508=edit objdump of KO ELF file

[Bug c++/86767] [6/7/8 Regression] continue statements in constexpr functions causes unbounded looping

2018-08-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86767 Marek Polacek changed: What|Removed |Added Summary|[6/7/8/9 Regression]|[6/7/8 Regression] continue

[Bug c++/86767] [6/7/8/9 Regression] continue statements in constexpr functions causes unbounded looping

2018-08-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86767 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Mon Aug 6 16:46:13 2018 New Revision: 263340 URL: https://gcc.gnu.org/viewcvs?rev=263340=gcc=rev Log: PR c++/86767 * constexpr.c (cxx_eval_statement_list): Handle

[Bug other/86857] configure sprintf with target-specific details

2018-08-06 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86857 --- Comment #2 from joseph at codesourcery dot com --- A configure test can only test what sprintf does for the host, not for the target, so this would always need to be a target hook. Even with a hook, it would not surprise me if e.g. results

[Bug c++/86870] New: Declaration disambiguation is too greedy

2018-08-06 Thread blitzrakete at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86870 Bug ID: 86870 Summary: Declaration disambiguation is too greedy Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/86763] [7/8 Regression] Wrong code comparing member of copy of a 237 byte object with nontrivial default constructor on x86-64 arch

2018-08-06 Thread curlypaul924 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86763 --- Comment #12 from Paul Brannan --- (In reply to Richard Biener from comment #9) > The following seems to work, will test. > > Index: gcc/cp/class.c > === > --- gcc/cp/class.c

[Bug target/86869] New: ICE when taking address of array member of __memx struct pointer

2018-08-06 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86869 Bug ID: 86869 Summary: ICE when taking address of array member of __memx struct pointer Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/86864] [9 Regression] ICE in commit_one_edge_insertion, at cfgrtl.c:2025 since r261795

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

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

2018-08-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 --- Comment #52 from Christophe Lyon --- Created attachment 44510 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44510=edit execution trace of KO ELF file

[Bug libstdc++/86860] Reject valid overloads of subclass ostream operator<

2018-08-06 Thread mickey.veksler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86860 --- Comment #2 from Michael Veksler --- Sounds reasonable. Thanks.

[Bug c++/86849] g++ applies guaranteed copy elision to delegating construction, resulting in miscompiles

2018-08-06 Thread richard-gccbugzilla at metafoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86849 --- Comment #1 from Richard Smith --- Interestingly, GCC does appear to suppress guaranteed copy elision if the class has virtual base classes. Perhaps GCC's approach to this problem is to assume that a function returning a T by value cannot

[Bug c++/86849] g++ applies guaranteed copy elision to delegating construction, resulting in miscompiles

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