[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/80894] [8 Regression] 456.hmmer in SPEC CPU 2006 is miscompiled

2017-05-29 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80894 Thomas Koenig changed: What|Removed |Added Status|NEW |WAITING --- Comment #4 from Thomas

[Bug c++/80916] New: Spurious "declared 'static' but never defined" warning

2017-05-29 Thread davmac at davmac dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80916 Bug ID: 80916 Summary: Spurious "declared 'static' but never defined" warning Product: gcc Version: 7.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/80915] New: [8 Regression] bootstrap failed with LTO

2017-05-29 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80915 Bug ID: 80915 Summary: [8 Regression] bootstrap failed with LTO Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug go/80914] gcc-go binaries don't run

2017-05-29 Thread steven at uplinklabs dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80914 --- Comment #1 from Steven Noonan --- Possibly better backtrace from an -O0 -g build of GCC: Program received signal SIGSEGV, Segmentation fault. 0x7731307e in __generic_morestack (pframe_size=0x77fa3050, old_stack=0x77fa3070,

[Bug go/80914] New: gcc-go binaries don't run

2017-05-29 Thread steven at uplinklabs dot net
--with-system-zlib Thread model: posix gcc version 7.1.1 20170529 (GCC) Whenever I run the gcc-provided 'go' binary, I just get this: $ go.gcc fatal error: DWARF underflow in .debug_info at 4 runtime stack: fatal error: DWARF underflow in .debug_info at 4 panic during panic runtime stack

[Bug fortran/53029] missed optimization in internal read (without implied-do-loop)

2017-05-29 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53029 --- Comment #8 from Jerry DeLisle --- Fixed on trunk. If this is important enough we could backport to 7. Any opinions?

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #15 from Tom de Vries --- (In reply to Tom de Vries from comment #13) > (In reply to Martin Liška from comment #12) > > Created attachment 41436 [details] > > Candidate patch > > > > Please test the patch. > > Currently testing.

[Bug fortran/29550] Optimize -fexternal-blas calls for conjg()

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

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 --- Comment #6 from Nathan Sidwell --- I have a small reproducer, regardless of bitsize: extern int meminfo (); struct meminfo {}; void frob () { meminf (); } stat hack when the struct decl is last. It looks like a patch I have on the

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #4 from Nathan Sidwell --- > yes, must be something with a 32-bit target. I can reproduce it on x86_64 > linux host targeting either i386-linux or i386-solaris. > > We

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 --- Comment #4 from Nathan Sidwell --- yes, must be something with a 32-bit target. I can reproduce it on x86_64 linux host targeting either i386-linux or i386-solaris. We have a TYPE_DECL whose TREE_CHAIN points to itself. So when the

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Nathan Sidwell --- [...] > But x86_64-linux is not being affected in the way you describe. The backtrace > is something borking in the spelling correcting stuff.

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 --- Comment #2 from Nathan Sidwell --- oh, you said that in the title :)

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 --- Comment #1 from Nathan Sidwell --- My money's on: Stat hack representation * name-lookup.c (STAT_HACK_P, STAT_TYPE, STAT_DECL, MAYBE_STAT_DECL, MAYBE_STAT_TYPE): New. (stat_hack): New.

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913 Rainer Orth changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/80913] New: [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-29 Thread ro at gcc dot gnu.org
tps://gcc.gnu.org/bugzilla/attachment.cgi?id=41438=edit preprocessed input Between 20170528 (r248544) and 20170529 (r248574), mainline bootstrap on both Solaris/x86 and Solaris/SPARC hangs in stage2 with cc1plus compiling a configure test for basename. The compilation hasn't finished even after

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #11 from Nathan Sidwell --- New deduping code added in r248578 to address problem described in https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02189.html Also fixes #5. Thanks Markus!

[Bug fortran/49630] [OOP] ICE on obsolescent deferred-length type bound character function

2017-05-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630 Andrew Pinski changed: What|Removed |Added Target Milestone|5.4 |---

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #10 from Nathan Sidwell --- Author: nathan Date: Mon May 29 19:45:42 2017 New Revision: 248578 URL: https://gcc.gnu.org/viewcvs?rev=248578=gcc=rev Log: PR c++/80891 (#1,#5) * cp-tree.h (lookup_maybe_add): Add

[Bug fortran/53029] missed optimization in internal read (without implied-do-loop)

2017-05-29 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53029 --- Comment #7 from Jerry DeLisle --- Author: jvdelisle Date: Mon May 29 19:17:57 2017 New Revision: 248577 URL: https://gcc.gnu.org/viewcvs?rev=248577=gcc=rev Log: 2017-05-29 Jerry DeLisle PR

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #9 from Markus Trippelsdorf --- 5) % cat test.ii struct __normal_iterator get(); namespace boost { template void get(); struct A { A(int); }; enum problem_selector { subgraph_iso }; template

[Bug c++/80908] [c++1z] ICE on instantiating a template deducing the noexcept-ness of a function pointer

2017-05-29 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80908 TC changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #2 from TC

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #8 from Nathan Sidwell --- Author: nathan Date: Mon May 29 16:50:41 2017 New Revision: 248576 URL: https://gcc.gnu.org/viewcvs?rev=248576=gcc=rev Log: PR c++/80891 (#4) * ptree.c (cxx_print_xnode): Show internal

[Bug objc/80912] enhancement: -Wundeclared-selector improvements

2017-05-29 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80912 --- Comment #1 from Eric Gallager --- Created attachment 41437 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41437=edit compressed preprocessed source Oops, the preprocessed source was too big to attach by itself, so I had to compress

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #7 from Markus Trippelsdorf --- Thanks for the fixes. Here is a new issue: 4) % cat vf2_sub_graph_iso_test.ii namespace tuples { template void get(); template void get(); } using tuples::get; template void

[Bug objc/80912] New: enhancement: -Wundeclared-selector improvements

2017-05-29 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80912 Bug ID: 80912 Summary: enhancement: -Wundeclared-selector improvements Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #6 from Nathan Sidwell --- Case #1 fixed r248573. Leaving defect open to address concern described in https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02189.html

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #5 from Nathan Sidwell --- Author: nathan Date: Mon May 29 14:08:04 2017 New Revision: 248573 URL: https://gcc.gnu.org/viewcvs?rev=248573=gcc=rev Log: PR c++/80891 (#1) * pt.c (most_specialized_instantiation): Cope

[Bug libstdc++/79162] [7 Regression] [C++17] ambiguity in string assignment due to string_view overload

2017-05-29 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79162 David Abdurachmanov changed: What|Removed |Added CC||david.abdurachmanov at gmail dot

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #14 from Tom de Vries --- (In reply to Martin Liška from comment #11) > Ok, I'm probably starting to know what's wrong. Can you please following > patch and provide me output: > I have not yet been able to reproduce the problem in

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2017-05-29 Thread ranjithas at hpe dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Ranjitha S changed: What|Removed |Added CC||ranjithas at hpe dot com --- Comment #34

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Nathan

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #3 from Nathan Sidwell --- Author: nathan Date: Mon May 29 12:52:58 2017 New Revision: 248571 URL: https://gcc.gnu.org/viewcvs?rev=248571=gcc=rev Log: PR c++/80891 (#3) * cp-tree.h (build_min_nt_call_vec): Declare.

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #13 from Tom de Vries --- (In reply to Martin Liška from comment #12) > Created attachment 41436 [details] > Candidate patch > > Please test the patch. Currently testing.

[Bug other/80909] auto-profile.c possible mismatching parentheses in MACRO

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

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #2 from Nathan Sidwell --- Case #2 fixed r248570.

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 Martin Liška changed: What|Removed |Added Status|WAITING |NEW Assignee|unassigned at gcc

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #12 from Martin Liška --- Created attachment 41436 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41436=edit Candidate patch Please test the patch.

[Bug middle-end/78419] ICE with target_clone on invalid target

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78419 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #1 from Nathan Sidwell --- Author: nathan Date: Mon May 29 11:51:13 2017 New Revision: 248570 URL: https://gcc.gnu.org/viewcvs?rev=248570=gcc=rev Log: PR c++/80891 (#2) * tree.c (ovl_copy): Adjust assert, copy

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #11 from Martin Liška --- Ok, I'm probably starting to know what's wrong. Can you please following patch and provide me output: diff --git a/gcc/gcov.c b/gcc/gcov.c index a5aa4aadcac..b0417165642 100644 --- a/gcc/gcov.c +++

[Bug sanitizer/70878] [5/6 Regression] ICE in expand_expr_addr_expr_1, at expr.c:7680

2017-05-29 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70878 --- Comment #9 from Vittorio Zecca --- You are welcome.

[Bug gcov-profile/80413] sanitizer detects undefined behaviour in gcov-io.c using -ftest-coverage

2017-05-29 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80413 --- Comment #8 from Vittorio Zecca --- You are welcome.

[Bug c/79940] [6 Regression] OpenMP pragma - internal compiler error with taskloop

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79940 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #10 from Tom de Vries --- (In reply to Martin Liška from comment #6) > That said can you please verify gcov --version and gcov-dump --version. $ ./install/bin/gcov --version gcov (GCC) 8.0.0 20170524 (experimental) Copyright (C)

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #9 from Tom de Vries --- (In reply to Tom de Vries from comment #3) > When run from command line: > ... > nobootstrap/build/gcc/gcov gcov-1.c > gcov-1.gcno:corrupted > gcov-1.gcda:profile mismatch for 'main' > Segmentation fault >

[Bug c++/67054] Constructor inheritance with non-default constructible members

2017-05-29 Thread witosx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #4 from witosx at gmail dot com --- (In reply to DB from comment #3) > Still occurs in 4.8 to 7.1, according to this duplicate > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80851 > > Also, could we perhaps get a more useful title

[Bug sanitizer/79572] [6 Regression] reference binding to null pointer not reported with -fsanitize=undefined

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79572 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/79255] [6 Regression] PGO bootstrap fails on x86_64/ppc64le building Ada

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79255 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80297] [6 Regression] Compiler time crash: type mismatch in binary expression

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80297 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/80501] [6 Regression] Wrong code w/ a signed char, a shift, and a conversion to int

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80501 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/80349] [6 Regression] UBSAN: compile time crash with "type mismatch in binary expression" message

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80349 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/79396] [5/6 Regression] ICE (verify_flow_info failed) with -fnon-call-exceptions -O2 -march=haswell

2017-05-29 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79396 --- Comment #18 from janus at gcc dot gnu.org --- Seems like the backport to 5-branch is still missing here ...

[Bug rtl-optimization/80903] [8 Regression] ICE: internal consistency failure (error: invalid rtl sharing found in the insn)

2017-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80903 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #8 from Martin Liška --- For the files you provided: $ gcov gcov-1.c && cat gcov-1.c.gcov /home/vries/gcc_versions/data/ref-master-17-05-24/src/gcc/testsuite/gcc.misc-tests/gcov-1.c:source file is newer than notes file

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #7 from Martin Liška --- Sorry, the previous comment is not correct as I see changes paths in the file. Investigating more...

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #6 from Martin Liška --- > > $ ./nobootstrap/install/bin/gcov-dump gcov-1.gcno > gcov-1.gcno:note:magic `gcno':version `A80e' > gcov-1.gcno:stamp 1402604930 > gcov-1.gcno: 0100: 19:FUNCTION ident=108032747, >

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #5 from Tom de Vries --- (In reply to Martin Liška from comment #2) > Can't confirm that, running trunk@248556 works fine for me. > Utilizing valgrind also does not help. > > Can you please run a single test manually: > > $ gcc

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #4 from Tom de Vries --- Created attachment 41434 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41434=edit gcov-1.tgz $ tar cvfz gcov-1.tgz gcov-1.* gcov-1.exe gcov-1.gcda gcov-1.gcno

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #3 from Tom de Vries --- When run from command line: ... nobootstrap/build/gcc/gcov gcov-1.c gcov-1.gcno:corrupted gcov-1.gcda:profile mismatch for 'main' Segmentation fault ...

[Bug gcov-profile/80911] gcov failed: gcno corrupted

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

[Bug gcov-profile/80911] gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 --- Comment #1 from Tom de Vries --- Configured as: ... $ xgcc -v Using built-in specs. COLLECT_GCC=./nobootstrap/build/gcc/xgcc Target: x86_64-pc-linux-gnu Configured with: src/configure --prefix=nobootstrap/install --with-gmp=infra

[Bug gcov-profile/80911] New: gcov failed: gcno corrupted

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911 Bug ID: 80911 Summary: gcov failed: gcno corrupted Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile

[Bug testsuite/80910] New: FAIL: gcc.target/x86_64/abi/ms-sys

2017-05-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80910 Bug ID: 80910 Summary: FAIL: gcc.target/x86_64/abi/ms-sys Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite

[Bug gcov-profile/80435] Expose __gcov_flush to allow developers to dump coverage numbers on demand

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

[Bug gcov-profile/80031] gcno files contain BB flags that are not used

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80031 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/79891] Wrong count of line coverage in case of gcov -a

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

[Bug ipa/80205] [5/6 Regression] ICE in walk_ssa_copies at ipa-polymorphic-call.c:835

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80205 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

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

[Bug ipa/79931] ICE in dump_possible_polymorphic_call_targets with -fdump-ipa-all -O2

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

[Bug ipa/80212] [5/6 Regression] ICE: error: comdat-local function called by virtual

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/70878] [5/6 Regression] ICE in expand_expr_addr_expr_1, at expr.c:7680

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70878 --- Comment #8 from Martin Liška --- Fixed on all active branches.

[Bug ipa/80104] ICE in initialize_argument_information, at calls.c:1748

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80104 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/80224] gcov -i crashes with two arguments

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

[Bug sanitizer/80166] SANITIZER_INTERCEPT_GETGROUPS modifies list when size is 0 Out-of-bounds write

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

[Bug ipa/80212] [5/6 Regression] ICE: error: comdat-local function called by virtual

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/80413] sanitizer detects undefined behaviour in gcov-io.c using -ftest-coverage

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

[Bug gcov-profile/78783] gcov-tool fails in gcov_read_counter_mem

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78783 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #14 from Martin Liška --- Author: marxin Date: Mon May 29 09:13:20 2017 New Revision: 248568 URL: https://gcc.gnu.org/viewcvs?rev=248568=gcc=rev Log: Backport r246996 2017-05-29 Martin Liska Backport

[Bug ipa/79931] ICE in dump_possible_polymorphic_call_targets with -fdump-ipa-all -O2

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79931 --- Comment #12 from Martin Liška --- Author: marxin Date: Mon May 29 09:13:50 2017 New Revision: 248569 URL: https://gcc.gnu.org/viewcvs?rev=248569=gcc=rev Log: Backport r247097 2017-05-29 Martin Liska Backport

[Bug gcov-profile/78783] gcov-tool fails in gcov_read_counter_mem

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78783 --- Comment #8 from Martin Liška --- Author: marxin Date: Mon May 29 09:12:33 2017 New Revision: 248566 URL: https://gcc.gnu.org/viewcvs?rev=248566=gcc=rev Log: Backport r246961 2017-05-29 Martin Liska Backport from

[Bug lto/50345] Incomplete GCC Internals sentence on LTO

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50345 --- Comment #6 from Martin Liška --- Author: marxin Date: Mon May 29 09:12:50 2017 New Revision: 248567 URL: https://gcc.gnu.org/viewcvs?rev=248567=gcc=rev Log: Backport r246995 2017-05-29 Martin Liska Backport from

[Bug gcov-profile/80413] sanitizer detects undefined behaviour in gcov-io.c using -ftest-coverage

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80413 --- Comment #6 from Martin Liška --- Author: marxin Date: Mon May 29 09:12:02 2017 New Revision: 248565 URL: https://gcc.gnu.org/viewcvs?rev=248565=gcc=rev Log: Backport r246903 2017-05-29 Martin Liska Backport from

[Bug ipa/80212] [5/6 Regression] ICE: error: comdat-local function called by virtual

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212 --- Comment #10 from Martin Liška --- Author: marxin Date: Mon May 29 09:11:42 2017 New Revision: 248564 URL: https://gcc.gnu.org/viewcvs?rev=248564=gcc=rev Log: Backport r246848 2017-05-29 Martin Liska Backport

[Bug ipa/80212] [5/6 Regression] ICE: error: comdat-local function called by virtual

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212 --- Comment #9 from Martin Liška --- Author: marxin Date: Mon May 29 09:10:58 2017 New Revision: 248563 URL: https://gcc.gnu.org/viewcvs?rev=248563=gcc=rev Log: Backport r246847 2017-05-29 Martin Liska Backport from

[Bug sanitizer/70878] [5/6 Regression] ICE in expand_expr_addr_expr_1, at expr.c:7680

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70878 --- Comment #7 from Martin Liška --- Author: marxin Date: Mon May 29 09:10:11 2017 New Revision: 248562 URL: https://gcc.gnu.org/viewcvs?rev=248562=gcc=rev Log: Backport r246837 2017-05-29 Martin Liska Backport from

[Bug gcov-profile/80224] gcov -i crashes with two arguments

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80224 --- Comment #5 from Martin Liška --- Author: marxin Date: Mon May 29 09:09:27 2017 New Revision: 248561 URL: https://gcc.gnu.org/viewcvs?rev=248561=gcc=rev Log: Backport r246804 2017-05-29 Martin Liska Backport from

[Bug sanitizer/80166] SANITIZER_INTERCEPT_GETGROUPS modifies list when size is 0 Out-of-bounds write

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80166 --- Comment #7 from Martin Liška --- Author: marxin Date: Mon May 29 09:09:07 2017 New Revision: 248560 URL: https://gcc.gnu.org/viewcvs?rev=248560=gcc=rev Log: Backport r246730 2017-05-29 Martin Liska Backport from

[Bug ipa/80104] ICE in initialize_argument_information, at calls.c:1748

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80104 --- Comment #5 from Martin Liška --- Author: marxin Date: Mon May 29 09:08:14 2017 New Revision: 248558 URL: https://gcc.gnu.org/viewcvs?rev=248558=gcc=rev Log: Backport r246525 2017-05-29 Martin Liska Backport from

[Bug ipa/80205] [5/6 Regression] ICE in walk_ssa_copies at ipa-polymorphic-call.c:835

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80205 --- Comment #4 from Martin Liška --- Author: marxin Date: Mon May 29 09:08:48 2017 New Revision: 248559 URL: https://gcc.gnu.org/viewcvs?rev=248559=gcc=rev Log: Backport r246530 2017-05-29 Martin Liska Backport from

[Bug other/80909] New: auto-profile.c possible mismatching parentheses in MACRO

2017-05-29 Thread avshash at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80909 Bug ID: 80909 Summary: auto-profile.c possible mismatching parentheses in MACRO Product: gcc Version: 7.1.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/80898] [8 Regression] wrong code at -O2 and -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2017-05-29 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80898 Martin Jambor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug ada/80888] Wide_Text_IO defaults to bracket encoding even if -gnatW8 specified

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

[Bug target/80725] [7 Regression] s390x ICE on alsa-lib

2017-05-29 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80725 --- Comment #6 from Andreas Krebbel --- Author: krebbel Date: Mon May 29 07:54:13 2017 New Revision: 248557 URL: https://gcc.gnu.org/viewcvs?rev=248557=gcc=rev Log: S/390: Fix PR80725. gcc/ChangeLog: 2017-05-29 Andreas Krebbel

[Bug c++/80908] [c++1z] ICE on instantiating a template deducing the noexcept-ness of a function pointer

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

[Bug bootstrap/80897] gnat bootstrap broken on sparc64-linux-gnu

2017-05-29 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/80906] [7/8 Regression] ICE in copy_loop_close_phi_args, at graphite-isl-ast-to-gimple.c:2094

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

[Bug tree-optimization/80901] [8 Regression] ICE on valid code at -Os and above on x86_64-linux-gnu: in verify_loop_structure, at cfgloop.c:1644

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

  1   2   >