[Bug tree-optimization/80523] -Wformat-overflow doesn't consider -fexec-charset

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80523 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/80523] -Wformat-overflow doesn't consider -fexec-charset

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80523 --- Comment #3 from Martin Sebor --- Author: msebor Date: Fri Apr 28 22:29:40 2017 New Revision: 247401 URL: https://gcc.gnu.org/viewcvs?rev=247401=gcc=rev Log: PR tree-optimization/80523 - -Wformat-overflow doesn't consider -fexec-charset

[Bug c++/80560] warn on undefined memory operations involving non-trivial types

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80560 Martin Sebor changed: What|Removed |Added Keywords||diagnostic

[Bug c++/80560] New: warn on undefined memory operations involving non-trivial types

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80560 Bug ID: 80560 Summary: warn on undefined memory operations involving non-trivial types Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 Martin Sebor changed: What|Removed |Added Keywords||diagnostic, patch --- Comment #3 from

[Bug testsuite/80557] rewrite absolute line numbers into relative or saved line numbers

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80557 --- Comment #3 from Tom de Vries --- Author: vries Date: Fri Apr 28 21:52:16 2017 New Revision: 247400 URL: https://gcc.gnu.org/viewcvs?rev=247400=gcc=rev Log: Replace absolute linenrs in gfortran.dg 2017-04-28 Tom de Vries

[Bug testsuite/80557] rewrite absolute line numbers into relative or saved line numbers

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80557 --- Comment #2 from Tom de Vries --- Author: vries Date: Fri Apr 28 21:24:00 2017 New Revision: 247399 URL: https://gcc.gnu.org/viewcvs?rev=247399=gcc=rev Log: Replace absolute linenrs in objc.dg,obj-c++.dg 2017-04-28 Tom de Vries

[Bug fortran/78640] [F2015] gfortran accepts invalid allocatable polymorphic result in pure function

2017-04-28 Thread stefano.zaghi at cnr dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78640 --- Comment #3 from Stefano Zaghi --- Yes, I am one who think that respecting this constrain is important: I was not aware that standard does not allow pure polymorphic functions, thus I mislead myself from the fact that the compiler did bot

[Bug target/68491] libgcc calls __get_cpuid with 0 level breaks on early 486

2017-04-28 Thread christos at zoulas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68491 --- Comment #2 from Christos Zoulas --- Created attachment 41284 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41284=edit Amended cpuid patch. Here's an amended patch against the trunk. Also sent mail to gcc-patches@

[Bug target/80505] FAIL: gcc.dg/ipa/iinline-attr.c scan-ipa-dump inline "hooray[^\\n]*inline copy in test"

2017-04-28 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80505 Segher Boessenkool changed: What|Removed |Added Target|ppc64le-linux-gnu |powerpc*-*-*

[Bug c++/80559] New: Segmentation fault on invalid initialiser list template arguments

2017-04-28 Thread matt at godbolt dot org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: matt at godbolt dot org Target Milestone: --- Build: GCC v8.0.0 (built from source 20170428) The following code: #include template struct Stack_t {}; template constexpr

[Bug libstdc++/53984] iostream operation throwing exception when exceptions not enabled

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53984 --- Comment #7 from Jonathan Wakely --- Eventually. I tried removing the throws and got a bunch of test failures: FAIL: 27_io/basic_filebuf/overflow/char/9182-2.cc execution test FAIL: 27_io/basic_filebuf/seekoff/wchar_t/3.cc execution test

[Bug fortran/78640] [F2015] gfortran accepts invalid allocatable polymorphic result in pure function

2017-04-28 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78640 --- Comment #2 from Damian Rouson --- I think this bug just bit gfortran user and Fortran enthusiast Stefano Zhagi. Is anyone interested in fixing it?

[Bug libstdc++/80538] Probably unwanted thread yield for thread::sleep_for with < 1s

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80538 --- Comment #1 from Jonathan Wakely --- (In reply to zulliger from comment #0) > Which means that for values of __s.count() == 0, the current thread will > always "yield" (according to my understanding, sleep(0) yields), That's unspecified. >

[Bug ada/80556] [8 Regression] Ada breaks bootstrap on x86_64-apple-darwin16

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

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/78081] -Wmaybe-initialized false-alarm regression for Emacs regex.c

2017-04-28 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78081 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #2

[Bug other/78889] GCC fails to build due to graphite-dependences.c

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

[Bug tree-optimization/80558] New: VRP not handling x & -2 well

2017-04-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80558 Bug ID: 80558 Summary: VRP not handling x & -2 well Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug testsuite/80557] rewrite absolute line numbers into relative or saved line numbers

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80557 Tom de Vries changed: What|Removed |Added Keywords||patch --- Comment #1 from Tom de Vries

[Bug libstdc++/53984] iostream operation throwing exception when exceptions not enabled

2017-04-28 Thread dibeas at ieee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53984 David Rodriguez Ibeas changed: What|Removed |Added CC||dibeas at ieee dot org ---

[Bug testsuite/80557] New: rewrite absolute line numbers into relative or saved line numbers

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80557 Bug ID: 80557 Summary: rewrite absolute line numbers into relative or saved line numbers Product: gcc Version: unknown Status: UNCONFIRMED Severity: trivial

[Bug middle-end/78081] -Wmaybe-initialized false-alarm regression for Emacs regex.c

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

[Bug driver/69690] -pg -fomit-frame-pointer fails with error even if -pg does not depend on frame pointers

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

[Bug lto/77954] LTO_STREAMER_DEBUG ICE with OpenMP SIMD clones

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

[Bug ada/80556] [8 Regression] Ada breaks bootstrap on x86_64-apple-darwin16

2017-04-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80556 Dominique d'Humieres changed: What|Removed |Added Severity|normal |blocker

[Bug target/80505] FAIL: gcc.dg/ipa/iinline-attr.c scan-ipa-dump inline "hooray[^\\n]*inline copy in test"

2017-04-28 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80505 --- Comment #4 from Martin Jambor --- (In reply to Martin Liška from comment #3) > > And by the way, I tend to think that the testcase should use > > -fno-indirect-inlining option, the indirect call is direct when the > > IPA layer sees it. > >

[Bug bootstrap/69790] LTO compiling GCC does not work (lib/bfd-plugin path has unclear location)

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69790 --- Comment #3 from Martin Liška --- I see, I believe LTO bootstrap is properly tested and I haven't noticed any problem. What version of binutils Дилян do you use and what's your system?

[Bug bootstrap/69790] LTO compiling GCC does not work (lib/bfd-plugin path has unclear location)

2017-04-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69790 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org ---

[Bug bootstrap/69790] LTO compiling GCC does not work (lib/bfd-plugin path has unclear location)

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

[Bug boehm-gc/74750] Address sanitizer detects stack-buffer-underflow in GC_push_all_eager in mark.c

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

[Bug driver/56469] The .gcno file being generated is not cleaned up after gcc exits with an error.

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56469 Martin Liška changed: What|Removed |Added Known to work||8.0 Known to fail|

[Bug tree-optimization/80549] [7/8 Regression] wrong code at -O2 and -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (executable does not terminate)

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80549 --- Comment #5 from Richard Biener --- Created attachment 41283 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41283=edit patch Patch I am testing.

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Fri Apr 28 12:56:53 2017 New Revision: 247379 URL: https://gcc.gnu.org/viewcvs?rev=247379=gcc=rev Log: PR libstdc++/80553 don't allow destroying non-destructible types PR

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

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80031 Martin Liška changed: What|Removed |Added Last reconfirmed||2017-4-28 Known to work|

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

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79891 Martin Liška changed: What|Removed |Added Known to work||8.0 Known to fail|

[Bug gcov-profile/53915] gcov can call format_gcov with top > bottom, which is unexpected and gives 99.99%

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915 Martin Liška changed: What|Removed |Added Known to work||8.0 Known to fail|

[Bug gcov-profile/53915] gcov can call format_gcov with top > bottom, which is unexpected and gives 99.99%

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915 --- Comment #8 from Martin Liška --- Author: marxin Date: Fri Apr 28 12:51:22 2017 New Revision: 247375 URL: https://gcc.gnu.org/viewcvs?rev=247375=gcc=rev Log: Fix format_gcov to not print misleading values (PR gcov-profile/53915) 2017-04-28

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

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79891 --- Comment #9 from Martin Liška --- Author: marxin Date: Fri Apr 28 12:51:05 2017 New Revision: 247374 URL: https://gcc.gnu.org/viewcvs?rev=247374=gcc=rev Log: Make gcno more precise about BBs really belonging to a line (PR

[Bug driver/56469] The .gcno file being generated is not cleaned up after gcc exits with an error.

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56469 --- Comment #2 from Martin Liška --- Author: marxin Date: Fri Apr 28 12:50:08 2017 New Revision: 247371 URL: https://gcc.gnu.org/viewcvs?rev=247371=gcc=rev Log: Remove .gcno file when compilation does not success (PR driver/56469). 2017-04-28

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

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80031 --- Comment #2 from Martin Liška --- Author: marxin Date: Fri Apr 28 12:49:26 2017 New Revision: 247370 URL: https://gcc.gnu.org/viewcvs?rev=247370=gcc=rev Log: gcno file: do not stream block flags (PR gcov-profile/80031). 2017-04-28 Martin

[Bug fortran/80555] [5/6/7/8 Regression] ICE when using MAXVAL of a rank-2 PARAMETER array in a module

2017-04-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80555 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Known to work|

[Bug fortran/80555] gfortran crashes with segmentation fault

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

[Bug ada/80556] [8 Regression] Ada breaks bootstrap on x86_64-apple-darwin16

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80556 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug tree-optimization/80549] [7/8 Regression] wrong code at -O2 and -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (executable does not terminate)

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80549 Richard Biener changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #4

[Bug ada/80556] New: [8 Regression] Ada breaks bootstrap on x86_64-apple-darwin16

2017-04-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80556 Bug ID: 80556 Summary: [8 Regression] Ada breaks bootstrap on x86_64-apple-darwin16 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/80531] [7 Regression] RC1 bootstrap comparison failure

2017-04-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/80531] [7 Regression] RC1 bootstrap comparison failure

2017-04-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Fri Apr 28 11:42:14 2017 New Revision: 247368 URL: https://gcc.gnu.org/viewcvs?rev=247368=gcc=rev Log: PR bootstrap/80531 * cgraph.h (symtab_node::debug_symtab): No

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to Richard Biener from comment #1) > I suggest to enable them only for C family languages (I notice the options > do not use EnabledBy()). I guess that would also fix the bogus warning

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 --- Comment #7 from Jonathan Wakely --- All standard library requirements produce undefined behaviour when violated, unless specified otherwise. I'm trying to fix that: https://wg21.link/p0411r0 It probably won't be possible to enforce the "T

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread marco at italiancpp dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 --- Comment #6 from Marco Arena --- Hi guys, thanks for the clarification, I didn't know it's UB, rather I thought this was a requirement as stated here: http://en.cppreference.com/w/cpp/concept/Erasable (see "Notes"). I had to read the

[Bug bootstrap/80531] [7 Regression] RC1 bootstrap comparison failure

2017-04-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Fri Apr 28 11:15:55 2017 New Revision: 247367 URL: https://gcc.gnu.org/viewcvs?rev=247367=gcc=rev Log: PR bootstrap/80531 * cgraph.h (symtab_node::debug_symtab): No

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|ASSIGNED Last reconfirmed|

[Bug tree-optimization/80549] [7/8 Regression] wrong code at -O2 and -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (executable does not terminate)

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80549 --- Comment #3 from Richard Biener --- Ok. So the issue is that the irreducible region becomes reducible after DOM1 which means cfg-cleanup ends up with a CFG that has the former exit edge of loop 2 turned into an additional latch (re-starting

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 --- Comment #4 from Jonathan Wakely --- We can't change the silly rule, but I suppose we could do: --- a/libstdc++-v3/include/bits/stl_construct.h +++ b/libstdc++-v3/include/bits/stl_construct.h @@ -114,7 +114,15 @@

[Bug target/80505] FAIL: gcc.dg/ipa/iinline-attr.c scan-ipa-dump inline "hooray[^\\n]*inline copy in test"

2017-04-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80505 Martin Liška changed: What|Removed |Added CC||dje at gcc dot gnu.org,

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 --- Comment #3 from Marc Glisse --- __has_trivial_destructor(Foo) returns true for Foo which has a deleted destructor (clang, gcc and the standard agree on this). That's bound to confuse people forever, but I guess there's nothing we can do

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/80555] New: gfortran crashes with segmentation fault

2017-04-28 Thread gustavo.hime at mpimet dot mpg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80555 Bug ID: 80555 Summary: gfortran crashes with segmentation fault Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/80546] [7/8 Regression] FAIL: gcc.target/powerpc/bool3-p[78].c scan-assembler-not

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80546 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug middle-end/80548] -Wmaybe-uninitialized false positive when an assignment is added

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80548 Richard Biener changed: What|Removed |Added Keywords||diagnostic

[Bug target/80547] [6/7/8 Regression] nvptx back end ICE with OpenACC "reduction(OP:x)", "x = [...]"

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80547 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug testsuite/80551] c-c++-common/tsan/race_on_mutex.c fails on powerpc

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

[Bug fortran/80554] New: [f08] variable redefinition in submodule

2017-04-28 Thread tamas.bela.feher at ipp dot mpg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80554 Bug ID: 80554 Summary: [f08] variable redefinition in submodule Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug libstdc++/80553] std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread marco at italiancpp dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 --- Comment #1 from Marco Arena --- My apologies, here is the repro link: https://wandbox.org/permlink/SOzsFGQ1vGVjwy1O

[Bug tree-optimization/80549] [7/8 Regression] wrong code at -O2 and -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (executable does not terminate)

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80549 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P3

[Bug libstdc++/80553] New: std::vector allows instantiation with type having a deleted destructor

2017-04-28 Thread marco at italiancpp dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80553 Bug ID: 80553 Summary: std::vector allows instantiation with type having a deleted destructor Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/80552] Make consecutive relative line numbers more maintainable

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80552 --- Comment #1 from Tom de Vries --- FTR, a way to deal with the consecutive relative line numbers pattern using dg-line would be: ... foobar; /* { dg-line foobar_line } */ /* { dg-warning "warning for foobar" foobar_line } { dg-warning

[Bug testsuite/80221] Contrib script to rewrite testcase from absolute to relative line numbers

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80221 --- Comment #19 from Tom de Vries --- Filed spinoff PR80552 - "Make consecutive relative line numbers more maintainable" to capture discussion related to 'continue' line and dg-{begin,end}-same-line-output.

[Bug testsuite/80552] New: Make consecutive relative line numbers more maintainable

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80552 Bug ID: 80552 Summary: Make consecutive relative line numbers more maintainable Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/80221] Contrib script to rewrite testcase from absolute to relative line numbers

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80221 --- Comment #18 from Tom de Vries --- (In reply to Thomas Schwinge from comment #9) > You could further optimize the script to omit "." locations: if the "dg-*" > directive actually is placed on the appropriate line already. I did this in a

[Bug target/78926] Build fails after update to GCC 6.3

2017-04-28 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78926 --- Comment #14 from __vic --- GCC 7-RC1 now reports lto1: fatal error: bytecode stream in file ‘lib/libssl.a’ generated with LTO version 5.1 instead of the expected 6.0 compilation terminated. lto-wrapper: fatal error: g++ returned 1 exit

[Bug testsuite/80221] Contrib script to rewrite testcase from absolute to relative line numbers

2017-04-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80221 Tom de Vries changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---