[Bug c/81783] -Wtautological-compare could do better

2017-08-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81783 --- Comment #2 from Marek Polacek --- I have a patch, but as usually, there's a problem with constants coming from macros...

[Bug target/81485] [SH] ICE: in sh_find_set_of_reg, at config/sh/sh-protos.h:232

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81485 Martin Liška changed: What|Removed |Added CC||aoliva at gcc dot gnu.org --- Comment #5

[Bug target/81736] Unnecessary save and restore frame pointer with -fno-omit-frame-pointer

2017-08-10 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81736 --- Comment #5 from hjl at gcc dot gnu.org --- Author: hjl Date: Thu Aug 10 15:29:05 2017 New Revision: 251028 URL: https://gcc.gnu.org/viewcvs?rev=251028=gcc=rev Log: i386: Don't use frame pointer without stack access When there is no stack

[Bug target/81800] New: [8 regression] on aarch64 ilp32 lrint should not be inlined as two instructions

2017-08-10 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81800 Bug ID: 81800 Summary: [8 regression] on aarch64 ilp32 lrint should not be inlined as two instructions Product: gcc Version: 8.0 Status: UNCONFIRMED Severity:

[Bug target/67638] [SH] ICE with nosave_low_regs ISR and -mfmovd

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67638 Martin Liška changed: What|Removed |Added Status|WAITING |NEW Known to fail|

[Bug target/81804] New: m32c ICE during configure at leaf_function_p, at final.c:4317

2017-08-10 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81804 Bug ID: 81804 Summary: m32c ICE during configure at leaf_function_p, at final.c:4317 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug libgomp/81805] New: Another libgomp.c/for-5.c failure on nvptx -- illegal memory access

2017-08-10 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81805 Bug ID: 81805 Summary: Another libgomp.c/for-5.c failure on nvptx -- illegal memory access Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c/81799] New: ICE on valid code at -O3: verify_gimple failed

2017-08-10 Thread su at cs dot ucdavis.edu
Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 8.0.0 20170810 (experimental) [trunk revision 251019] (GCC) $ $ gcc-trunk -O2 -c small.c $ $ gcc-trunk -O3 -c small.c small.c: In function

[Bug target/81800] [8 regression] on aarch64 ilp32 lrint should not be inlined as two instructions

2017-08-10 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81800 --- Comment #1 from nsz at gcc dot gnu.org --- b.c: long f(double x) { return __builtin_lrint(x); } and an example value where the exceptions are wrong is 0x1p32 + 0.5

[Bug c/81801] New: [PATCH] Difference of two pointers generates signed overflow

2017-08-10 Thread oss at malat dot biz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81801 Bug ID: 81801 Summary: [PATCH] Difference of two pointers generates signed overflow Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug target/81803] Miscompilation at -O1 on mips64el

2017-08-10 Thread james410 at cowgill dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81803 James Cowgill changed: What|Removed |Added CC||james410 at cowgill dot org.uk ---

[Bug target/81357] Extra mov for zero extend of add

2017-08-10 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81357 Wilco changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/81803] New: Miscompilation at -O1 on mips64el

2017-08-10 Thread aurelien at aurel32 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81803 Bug ID: 81803 Summary: Miscompilation at -O1 on mips64el Product: gcc Version: 7.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug libstdc++/81797] gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

2017-08-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 --- Comment #2 from Jonathan Wakely --- Do you have the file $target/libstdc++-v3/include/stamp-bits-sup ?

[Bug c/81795] Stray "originally defined here" when using -Wc++-compat with #pragma GCC diagnostic push/pop

2017-08-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81795 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/81485] [SH] ICE: in sh_find_set_of_reg, at config/sh/sh-protos.h:232

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81485 Martin Liška changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Martin Liška

[Bug target/81800] [8 regression] on aarch64 ilp32 lrint should not be inlined as two instructions

2017-08-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81800 Ramana Radhakrishnan changed: What|Removed |Added Keywords||wrong-code

[Bug libgomp/81802] New: Report cuLaunchKernel launch dimensions in GOMP_OFFLOAD_run

2017-08-10 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81802 Bug ID: 81802 Summary: Report cuLaunchKernel launch dimensions in GOMP_OFFLOAD_run Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/81671] [7/8 Regression] std::nullptr_t incompatible to std::nullptr_t

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81671 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Aug 11 05:35:39 2017 New Revision: 251046 URL: https://gcc.gnu.org/viewcvs?rev=251046=gcc=rev Log: PR c++/81671 - nullptr_t template parameter * pt.c

[Bug target/79391] sh ICE in in eligible_for_delay, at config/sh/sh.md:564

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79391 Martin Liška changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/81643] FAIL: gcc.target/aarch64/long_branch_1.c scan-assembler Ltb

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81643 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug driver/81519] Enhancement: Add --help=target-distcc or similar to dump clean, optimal CFLAGS without using -march=native

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81519 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug testsuite/81784] [8 regression] gcc.dg/compare2.c fails starting with r250984

2017-08-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81784 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Thu Aug 10 08:54:04 2017 New Revision: 251021 URL: https://gcc.gnu.org/viewcvs?rev=251021=gcc=rev Log: PR testsuite/81784 * gcc.dg/compare2.c: Update dg-bogus and

[Bug testsuite/81784] [8 regression] gcc.dg/compare2.c fails starting with r250984

2017-08-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81784 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/40298] possible failure in cgraph_clone_inlined_nodes with -O3

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40298 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/81790] [8 Regression] ICE in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1738

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

[Bug rtl-optimization/81791] New: [8 Regression] ICE in cfg_layout_redirect_edge_and_branch, at cfgrtl.c:4422

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81791 Bug ID: 81791 Summary: [8 Regression] ICE in cfg_layout_redirect_edge_and_branch, at cfgrtl.c:4422 Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords:

[Bug rtl-optimization/81791] [8 Regression] ICE in cfg_layout_redirect_edge_and_branch, at cfgrtl.c:4422

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

[Bug rtl-optimization/81791] [8 Regression] ICE in cfg_layout_redirect_edge_and_branch, at cfgrtl.c:4422

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81791 Martin Liška changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/81355] SegFault when using attribute target dispatch with empty parameter

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81355 Martin Liška changed: What|Removed |Added Known to work||5.4.0, 6.3.0, 7.1.0 Known to fail|

[Bug c++/81355] SegFault when using attribute target dispatch with empty parameter

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81355 --- Comment #2 from Martin Liška --- Author: marxin Date: Thu Aug 10 07:43:49 2017 New Revision: 251020 URL: https://gcc.gnu.org/viewcvs?rev=251020=gcc=rev Log: Fix target attribute handling (PR c++/81355). 2017-08-10 Martin Liska

[Bug gcov-profile/69004] Building t-engine on ARM fails during -fprofile-use stage

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

[Bug middle-end/69025] df-scan.c:2536 warning: array subscript is above array bounds

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69025 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/69026] dwarf2out.c:4295 warning: ‘finder[...]addr_table_entry_struct_union::label’ may be used uninitialized

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

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-08-10 Thread rockeet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 rockeet changed: What|Removed |Added CC||rockeet at gmail dot com --- Comment #9 from

[Bug tree-optimization/81790] New: [8 Regression] ICE in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1738

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81790 Bug ID: 81790 Summary: [8 Regression] ICE in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1738 Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords:

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

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80551 --- Comment #4 from Martin Liška --- (In reply to Segher Boessenkool from comment #3) > It apparently started failing last week of January 2017. Only 64-bit > fails, -m32 is fine. > > I don't know where that missing function name is coming

[Bug ipa/77732] FAIL: gcc.dg/ipa/ipcp-cstagg-7.c scan-ipa-dump-times cp "Discovered an indirect call to a known target" 3

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

[Bug c++/81337] g++.dg/gcov/pr16855.C etc. FAIL

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

[Bug libgomp/81691] libgomp.fortran/target2.f90 fails for nvptx at -O0 and -O1

2017-08-10 Thread igor.venevtsev at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81691 Igor Venevtsev changed: What|Removed |Added CC||igor.venevtsev at intel dot com ---

[Bug libstdc++/81797] gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

2017-08-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 --- Comment #1 from Jonathan Wakely --- I don't see how this can happen, that header is present in the libstdc++ source tree and there's nothing target-specific about it.

[Bug target/67638] [SH] ICE with nosave_low_regs ISR and -mfmovd

2017-08-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67638 --- Comment #2 from Oleg Endo --- (In reply to Martin Liška from comment #1) > Can't reproduce with cross compiler on trunk and gcc-5 branch. Is it > reproducible with cross compiler? Which options do you use? You have to use -m4 or -m4a (SH4

[Bug target/81485] [SH] ICE: in sh_find_set_of_reg, at config/sh/sh-protos.h:232

2017-08-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81485 Oleg Endo changed: What|Removed |Added Last reconfirmed|2017-08-08 00:00:00 |2017-8-10 --- Comment #2 from Oleg Endo

[Bug target/81485] [SH] ICE: in sh_find_set_of_reg, at config/sh/sh-protos.h:232

2017-08-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81485 --- Comment #6 from Oleg Endo --- And in fact, there has been a change to the function sh_find_set_of_reg. I'd have to dig through the archives etc to find out what was going on there. Meanwhile, it seems that the small backport patch below

[Bug libgomp/81802] Report cuLaunchKernel launch dimensions in GOMP_OFFLOAD_run

2017-08-10 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81802 Tom de Vries changed: What|Removed |Added CC||amonakov at gcc dot gnu.org

[Bug libgomp/81805] Another libgomp.c/for-5.c failure on nvptx -- illegal memory access

2017-08-10 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81805 --- Comment #1 from Alexander Monakov --- Can't reproduce this on my end. Are you going to proceed with analyzing the failure?

[Bug target/81803] Miscompilation at -O1 on mips64el

2017-08-10 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81803 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c/81141] missing warning using sizeof a/sizeof *a with a zero-length array

2017-08-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81141 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/81799] [8 Regression] ICE on valid code at -O3: verify_gimple failed

2017-08-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81799 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Component|c

[Bug libgcc/81806] New: Split in pbds works in O(n) instead of O(log n)

2017-08-10 Thread aleksandr.kulkov at phystech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81806 Bug ID: 81806 Summary: Split in pbds works in O(n) instead of O(log n) Product: gcc Version: 6.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/81586] valgrind error in output_buffer_append_r with -Wall

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

[Bug c++/81586] valgrind error in output_buffer_append_r with -Wall

2017-08-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81586 --- Comment #8 from Martin Sebor --- Author: msebor Date: Thu Aug 10 17:40:11 2017 New Revision: 251029 URL: https://gcc.gnu.org/viewcvs?rev=251029=gcc=rev Log: PR c++/81586 - valgrind error in output_buffer_append_r with -Wall gcc/ChangeLog:

[Bug libstdc++/81359] [7 Regression] bogus error: constructor required before non-static data member for ‘Foo::Bar::test’ has been parsed

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81359 --- Comment #5 from Jason Merrill --- Author: jason Date: Thu Aug 10 19:55:48 2017 New Revision: 251036 URL: https://gcc.gnu.org/viewcvs?rev=251036=gcc=rev Log: PR c++/81359 - Unparsed NSDMI error from SFINAE context. *

[Bug testsuite/81738] [8 Regression] gcc.dg/vect/vect-alias-check-6.c FAILs

2017-08-10 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81738 --- Comment #2 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Thu Aug 10 19:58:16 2017 New Revision: 251037 URL: https://gcc.gnu.org/viewcvs?rev=251037=gcc=rev Log: PR81738: Split vect-alias-check-6.c The second loop in the

[Bug testsuite/81738] [8 Regression] gcc.dg/vect/vect-alias-check-6.c FAILs

2017-08-10 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81738 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3

[Bug tree-optimization/81810] New: unused strcpy to a local buffer not eliminated

2017-08-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81810 Bug ID: 81810 Summary: unused strcpy to a local buffer not eliminated Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/81811] New: missing -Wreturn-local-addr returning strcpy result

2017-08-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81811 Bug ID: 81811 Summary: missing -Wreturn-local-addr returning strcpy result Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

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

[Bug target/81708] The x86 stack canary location should be customizable

2017-08-10 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81708 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Thu Aug 10 20:59:10 2017 New Revision: 251040 URL: https://gcc.gnu.org/viewcvs?rev=251040=gcc=rev Log: PR target/81708 * config/i386/i386.opt

[Bug tree-optimization/81811] missing -Wreturn-local-addr returning strcpy result

2017-08-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81811 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/81812] New: Empty virtual function fails to compile

2017-08-10 Thread woodard at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Bug ID: 81812 Summary: Empty virtual function fails to compile Product: gcc Version: 7.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/81812] Empty virtual function fails to compile

2017-08-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 --- Comment #1 from Andrew Pinski --- Which target is this on?

[Bug c++/81812] Empty virtual function fails to compile

2017-08-10 Thread woodard at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 --- Comment #2 from Ben Woodard --- Uncommenting the printf allows it to compile. This showed up on F26 x86_64 compiling MRNet

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 --- Comment #7 from David Edelsohn --- I have no objection to skipping the test on AIX if the test is not correct for AIX behavior.

[Bug c++/81812] [7/8 Regression] Empty virtual function fails to compile

2017-08-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid

[Bug target/81803] Miscompilation at -O1 on mips64el

2017-08-10 Thread aurelien at aurel32 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81803 --- Comment #2 from Aurelien Jarno --- (In reply to James Cowgill from comment #1) > Here's another testcase which is reduced a bit further using creduce. It > requires -O2 to trigger the bug (but that may be unrelated). I reported it as a

[Bug tree-optimization/81798] Please introduce new attribute to tell that function zeroes returned memory

2017-08-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81798 Martin Sebor changed: What|Removed |Added Keywords||missed-optimization

[Bug target/79845] rs6000: make code in rs6000.c more i18n-friendly

2017-08-10 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79845 Bill Schmidt changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/81808] New: 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 Bug ID: 81808 Summary: 27_io /basic_fstream/53984.cc failure on AIX Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 --- Comment #3 from David Edelsohn --- After in >> x, x appears to contain the value 0x02ff22770.

[Bug c++/80452] [DR 1579] incorrect value category deduced for return value

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80452 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug testsuite/81807] many *.cc asan tests fail

2017-08-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81807 Dominique d'Humieres changed: What|Removed |Added Target|powerpc64*-*-*, | |aarch64*-*-*

[Bug c++/80452] [DR 1579] incorrect value category deduced for return value

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80452 --- Comment #1 from Jason Merrill --- Author: jason Date: Thu Aug 10 19:07:30 2017 New Revision: 251035 URL: https://gcc.gnu.org/viewcvs?rev=251035=gcc=rev Log: PR c++/80452 - Core 1579, implicit move semantics on return/throw

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 --- Comment #4 from Jonathan Wakely --- (In reply to David Edelsohn from comment #3) > After in >> x, x appears to contain the value 0x02ff22770. That's just an indeterminate value because it was never initialized, and doesn't get written to by

[Bug c++/80451] [6/7 Regression] return implicit type conversion to std::experimental::optional does not compile

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80451 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org

[Bug libstdc++/81797] New: gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

2017-08-10 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 Bug ID: 81797 Summary: gcc 7.1.0 fails to build on macOS 10.13 (High Sierra): Product: gcc Version: 7.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/81798] New: Please introduce new attribute to tell that function zeroes returned memory

2017-08-10 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81798 Bug ID: 81798 Summary: Please introduce new attribute to tell that function zeroes returned memory Product: gcc Version: 7.1.0 Status: UNCONFIRMED Severity:

[Bug target/81485] [SH] ICE: in sh_find_set_of_reg, at config/sh/sh-protos.h:232

2017-08-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81485 --- Comment #4 from Oleg Endo --- (In reply to Martin Liška from comment #3) > > Good, I can confirm it works for GCC 5. Let's then bisect that.. I'm not sure whether this will reveal anything useful. It's probably just a bug in the function

[Bug c/81795] Stray "originally defined here" when using -Wc++-compat with #pragma GCC diagnostic push/pop

2017-08-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81795 --- Comment #2 from Eric Gallager --- (In reply to Marek Polacek from comment #1) > You're right, do you want to send a patch or should I handle it? It'd probably be better if you handled it; my hard drive that has the ssh keys that let me

[Bug testsuite/81807] New: many *.cc asan tests fail on powerpc64

2017-08-10 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81807 Bug ID: 81807 Summary: many *.cc asan tests fail on powerpc64 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite

[Bug libgomp/81805] Another libgomp.c/for-5.c failure on nvptx -- illegal memory access

2017-08-10 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81805 --- Comment #3 from Alexander Monakov --- The new testcase fails on any target and not related to offloading. Simplified further: #define N 32ULL int a[N]; const unsigned long long c = 0x7fffULL; f2_tpf_static32 (void) {

[Bug testsuite/81807] many *.cc asan tests fail on powerpc64

2017-08-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81807 Andrew Pinski changed: What|Removed |Added Target|powerpc64*-*-* |powerpc64*-*-*, |

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 --- Comment #2 from David Edelsohn --- Created attachment 41967 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41967=edit Pre-processed source of testcase

[Bug c++/80452] [DR 1579] incorrect value category deduced for return value

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80452 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80451] [6/7/8 Regression] return implicit type conversion to std::experimental::optional does not compile

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80451 Bug 80451 depends on bug 80452, which changed state. Bug 80452 Summary: [DR 1579] incorrect value category deduced for return value https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80452 What|Removed |Added

[Bug c++/81337] g++.dg/gcov/pr16855.C etc. FAIL

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81337 --- Comment #2 from Jason Merrill --- Bug 52477 deals with the parallel issue for construction. As I mentioned there, I think the right solution is to handle attribute constructor/destructor using the C++ __static_initialization_and_destruction

[Bug libstdc++/81482] by-value lambda capture in remove_if

2017-08-10 Thread fabian-gcc at kloetzl dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81482 --- Comment #4 from kloetzl --- > And changing the algorithm to make no copies would not make it opaque, because > the lack of copies would be observable. As the standard says, whether copies > are made or not is unspecified. So if you want to

[Bug c/81779] bool define from stdbool.h suppresses -Wdeclaration-after-statement

2017-08-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81779 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/81792] New fails in compare2.c

2017-08-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81792 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug testsuite/81784] [8 regression] gcc.dg/compare2.c fails starting with r250984

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

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

2017-08-10 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80551 --- Comment #5 from Segher Boessenkool --- Why disable it? Can the feature not work, can the test not work? Disabling the test is papering over the problem as far as I see.

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

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80551 --- Comment #6 from Martin Liška --- (In reply to Segher Boessenkool from comment #5) > Why disable it? Can the feature not work, can the test not work? > > Disabling the test is papering over the problem as far as I see. The test does not

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

2017-08-10 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80551 --- Comment #7 from Segher Boessenkool --- Why can't the unwinder find the function name here?

[Bug libgomp/81805] Another libgomp.c/for-5.c failure on nvptx -- illegal memory access

2017-08-10 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81805 --- Comment #2 from Tom de Vries --- Simplified version, aborts in host code because loop has no effect: ... #include extern void abort (); #define N 32ULL #pragma omp declare target int a[N]; #pragma omp end declare target const unsigned

[Bug target/81803] Miscompilation at -O1 on mips64el

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

[Bug c++/52477] Wrong initialization order? __attribute__((constructor)) vs static data access

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52477 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org

[Bug c++/81337] g++.dg/gcov/pr16855.C etc. FAIL

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

[Bug c++/52477] Wrong initialization order? __attribute__((constructor)) vs static data access

2017-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52477 Martin Liška changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #9

[Bug tree-optimization/81809] missing -Wuninitialized due to alias analysis limitation

2017-08-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81809 Martin Sebor changed: What|Removed |Added Keywords||diagnostic See Also|

  1   2   >