[Bug c++/81073] [5/6/7/8 Regression] link failure as C++ misses to instanciate some objects

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81073 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/60063] [5/6/7/8 Regression] -Wunused-local-typedefs warning despite attribute used in a template

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

[Bug c++/70844] [6/7/8 Regression] spurious -Wuseless-cast warning with inherited constructors

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

[Bug c++/80639] [7/8 Regression] ICE on valid C++11 code: in cxx_eval_outermost_constant_expr, at cp/constexpr.c:4642

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

[Bug c++/80831] [6/7/8 Regression] ICE: Segmentation fault with -fsyntax-only

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

[Bug c++/81102] [7/8 Regression] G++ wrong error report for partial template specialization

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

[Bug c++/81074] [7/8 Regression] Nested template specialization causes segmentation fault

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

[Bug fortran/80174] [meta-bug] Fortran lto issues

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80174 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3

[Bug c++/81045] [7/8 Regression] return type deduction causes dependent types?

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

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

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

[Bug c++/80465] [7/8 Regression] ICE when evaluating a lamba noexcept spec with captures in C++1z

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

[Bug fortran/80174] [meta-bug] Fortran lto issues

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80174 --- Comment #2 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:34:01 2017 New Revision: 249331 URL: https://gcc.gnu.org/viewcvs?rev=249331&root=gcc&view=rev Log: PR c++/80174 - ICE with partial specialization of member template.

[Bug c++/81102] [7/8 Regression] G++ wrong error report for partial template specialization

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81102 --- Comment #2 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:34:08 2017 New Revision: 249332 URL: https://gcc.gnu.org/viewcvs?rev=249332&root=gcc&view=rev Log: PR c++/81102 - Wrong error with partial specialization. *

[Bug c++/80831] [6/7/8 Regression] ICE: Segmentation fault with -fsyntax-only

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80831 --- Comment #3 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:33:51 2017 New Revision: 249330 URL: https://gcc.gnu.org/viewcvs?rev=249330&root=gcc&view=rev Log: PR c++/80831 - ICE with -fsyntax-only. * decl2.c (c_parse

[Bug c++/81045] [7/8 Regression] return type deduction causes dependent types?

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81045 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:34:15 2017 New Revision: 249333 URL: https://gcc.gnu.org/viewcvs?rev=249333&root=gcc&view=rev Log: PR c++/81045 - Wrong type-dependence with auto return type.

[Bug c++/71747] [5/6 Regression] ICE on invalid C++11 code with misuse of overloaded operator '()': Segmentation fault (program cc1plus)

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71747 --- Comment #6 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:34:01 2017 New Revision: 249331 URL: https://gcc.gnu.org/viewcvs?rev=249331&root=gcc&view=rev Log: PR c++/80174 - ICE with partial specialization of member template.

[Bug c++/80639] [7/8 Regression] ICE on valid C++11 code: in cxx_eval_outermost_constant_expr, at cp/constexpr.c:4642

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80639 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:33:43 2017 New Revision: 249329 URL: https://gcc.gnu.org/viewcvs?rev=249329&root=gcc&view=rev Log: PR c++/80639 - ICE with invalid PMF initialization. PR c+

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 --- Comment #5 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:33:28 2017 New Revision: 249327 URL: https://gcc.gnu.org/viewcvs?rev=249327&root=gcc&view=rev Log: PR c++/80614 - Wrong mangling for C++17 noexcept type * m

[Bug c++/80384] ICE when deducing noexcept in class template partial specialization

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80384 --- Comment #3 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:33:10 2017 New Revision: 249326 URL: https://gcc.gnu.org/viewcvs?rev=249326&root=gcc&view=rev Log: PR c++/80384 - ICE with dependent noexcept-specifier * pt

[Bug c++/80465] [7/8 Regression] ICE when evaluating a lamba noexcept spec with captures in C++1z

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80465 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:33:36 2017 New Revision: 249328 URL: https://gcc.gnu.org/viewcvs?rev=249328&root=gcc&view=rev Log: PR c++/80465 - ICE with generic lambda with noexcept-specifier.

[Bug c++/80043] [6/7 Regression] ICE with pointer-to-member-function and -fpermissive

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80043 --- Comment #6 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:33:43 2017 New Revision: 249329 URL: https://gcc.gnu.org/viewcvs?rev=249329&root=gcc&view=rev Log: PR c++/80639 - ICE with invalid PMF initialization. PR c+

[Bug c++/81045] [7/8 Regression] return type deduction causes dependent types?

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81045 --- Comment #3 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:28:25 2017 New Revision: 249323 URL: https://gcc.gnu.org/viewcvs?rev=249323&root=gcc&view=rev Log: PR c++/81045 - Wrong type-dependence with auto return type.

[Bug c++/80465] [7/8 Regression] ICE when evaluating a lamba noexcept spec with captures in C++1z

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80465 --- Comment #3 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:28:18 2017 New Revision: 249322 URL: https://gcc.gnu.org/viewcvs?rev=249322&root=gcc&view=rev Log: PR c++/80465 - ICE with generic lambda with noexcept-specifier.

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:28:06 2017 New Revision: 249321 URL: https://gcc.gnu.org/viewcvs?rev=249321&root=gcc&view=rev Log: PR c++/80614 - Wrong mangling for C++17 noexcept type * m

[Bug c++/81102] [7/8 Regression] G++ wrong error report for partial template specialization

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81102 --- Comment #1 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:27:59 2017 New Revision: 249320 URL: https://gcc.gnu.org/viewcvs?rev=249320&root=gcc&view=rev Log: PR c++/81102 - Wrong error with partial specialization. *

[Bug c++/71747] [5/6 Regression] ICE on invalid C++11 code with misuse of overloaded operator '()': Segmentation fault (program cc1plus)

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71747 --- Comment #5 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:27:52 2017 New Revision: 249319 URL: https://gcc.gnu.org/viewcvs?rev=249319&root=gcc&view=rev Log: PR c++/80174 - ICE with partial specialization of member template.

[Bug fortran/80174] [meta-bug] Fortran lto issues

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80174 --- Comment #1 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:27:52 2017 New Revision: 249319 URL: https://gcc.gnu.org/viewcvs?rev=249319&root=gcc&view=rev Log: PR c++/80174 - ICE with partial specialization of member template.

[Bug c++/80831] [6/7/8 Regression] ICE: Segmentation fault with -fsyntax-only

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80831 --- Comment #2 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:27:45 2017 New Revision: 249318 URL: https://gcc.gnu.org/viewcvs?rev=249318&root=gcc&view=rev Log: PR c++/80831 - ICE with -fsyntax-only. * decl2.c (c_parse

[Bug c++/80639] [7/8 Regression] ICE on valid C++11 code: in cxx_eval_outermost_constant_expr, at cp/constexpr.c:4642

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80639 --- Comment #3 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:27:33 2017 New Revision: 249317 URL: https://gcc.gnu.org/viewcvs?rev=249317&root=gcc&view=rev Log: PR c++/80639 - ICE with invalid PMF initialization. PR c+

[Bug c++/80043] [6/7 Regression] ICE with pointer-to-member-function and -fpermissive

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80043 --- Comment #5 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:27:33 2017 New Revision: 249317 URL: https://gcc.gnu.org/viewcvs?rev=249317&root=gcc&view=rev Log: PR c++/80639 - ICE with invalid PMF initialization. PR c+

[Bug fortran/81116] Last character of allocatable-length string reset to blank in an assigment

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

[Bug fortran/81116] New: Last character of allocatable-length string reset to blank in an assigment

2017-06-16 Thread clivegpage at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81116 Bug ID: 81116 Summary: Last character of allocatable-length string reset to blank in an assigment Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: norm

[Bug c/11751] wrong evaluation order of an expression

2017-06-16 Thread oraytman1 at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11751 --- Comment #89 from Oleg --- Is this produces correct output? #include #include int main() { int i = 100; i = i++ + ++i; printf("i=%d\n", i); i = 100; i = ++i + i++; printf("i=%d\n", i); i = 100; i = i + i++; printf("i=%d

[Bug c/11751] wrong evaluation order of an expression

2017-06-16 Thread oraytman1 at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11751 Oleg changed: What|Removed |Added CC||oraytman1 at comcast dot net --- Comment #88 from

[Bug target/81115] Didn't compile on Raspbian 2

2017-06-16 Thread Zenitur at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81115 --- Comment #2 from Zenithar Champion --- I'd used this article to compile GCC: http://choccyhobnob.com/tutorials/gcc-6-on-raspberry-pi/ The only one change is "sudo apt-get build-dep gcc-4.9" instead of "contrib/download_prerequisites" ../confi

[Bug middle-end/78233] compute_idf fails quick_push size check when compiling libgcc for Debian armel with qemu-arm-static

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78233 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236 --- Comment #15 from Ramana Radhakrishnan --- (In reply to Dominik Schmidt from comment #14) > Yes, will do on Sunday or next week. Thanks.

[Bug target/80986] auto keyword variable lost its attributes

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80986 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Com

[Bug rtl-optimization/80352] Improper reload of operands with equiv pseudo

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80352 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/80933] redundant bzero/bcopy calls not eliminated

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

[Bug tree-optimization/80934] bzero should be assumed not to escape pointer argument

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

[Bug tree-optimization/80933] redundant bzero/bcopy calls not eliminated

2017-06-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80933 --- Comment #6 from Martin Sebor --- Author: msebor Date: Fri Jun 16 20:52:03 2017 New Revision: 249278 URL: https://gcc.gnu.org/viewcvs?rev=249278&root=gcc&view=rev Log: PR tree-optimization/80934 - bzero should be assumed not to escape pointer

[Bug tree-optimization/80934] bzero should be assumed not to escape pointer argument

2017-06-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80934 --- Comment #3 from Martin Sebor --- Author: msebor Date: Fri Jun 16 20:52:03 2017 New Revision: 249278 URL: https://gcc.gnu.org/viewcvs?rev=249278&root=gcc&view=rev Log: PR tree-optimization/80934 - bzero should be assumed not to escape pointer

[Bug target/81115] Didn't compile on Raspbian 2

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81115 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/81045] [7/8 Regression] return type deduction causes dependent types?

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

[Bug c++/80465] [7/8 Regression] ICE when evaluating a lamba noexcept spec with captures in C++1z

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80465 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

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

[Bug c++/81115] New: Didn't compile on Raspbian 2

2017-06-16 Thread Zenitur at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81115 Bug ID: 81115 Summary: Didn't compile on Raspbian 2 Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assign

[Bug target/71778] [6/7/8 Regression][ARM] ICE using non-constant argument to Neon intrinsic that requires constant arguments

2017-06-16 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778 --- Comment #7 from James Greenhalgh --- Author: jgreenhalgh Date: Fri Jun 16 17:29:56 2017 New Revision: 249272 URL: https://gcc.gnu.org/viewcvs?rev=249272&root=gcc&view=rev Log: [Patch ARM] Fix PR71778 gcc/ PR target/71778 *

[Bug target/81113] ICE with AVX structure field

2017-06-16 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81113 --- Comment #1 from Nathan Sidwell --- Upon investigation, I discover that Bad::val field_decl gets BLKmode, because vector_type_mode is being used outside of an AVX target option region. Simply using TYPE_MODE_RAW in layout_type dies horribly.

[Bug ada/81114] New: GNAT mishandles filenames with UTF8 chars on case-insensitive filesystems

2017-06-16 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81114 Bug ID: 81114 Summary: GNAT mishandles filenames with UTF8 chars on case-insensitive filesystems Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/81109] [8 Regression] new -Wclass-memaccess warning noisy

2017-06-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81109 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-16 Thread d...@dominik-schmidt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236 --- Comment #14 from Dominik Schmidt --- Yes, will do on Sunday or next week.

[Bug sanitizer/81081] [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler

2017-06-16 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81081 --- Comment #9 from Denis Khalikov --- I've added patch for review https://reviews.llvm.org/D34149

[Bug sanitizer/77631] no symbols in backtrace shown by ASan when debug info is split

2017-06-16 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77631 Denis Khalikov changed: What|Removed |Added Attachment #41478|0 |1 is obsolete|

[Bug c++/81109] [8 Regression] new -Wclass-memaccess warning noisy

2017-06-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81109 --- Comment #3 from Martin Sebor --- Calling memset to clear an object with a non-trivial default ctor doesn't zero-initialize the object (or begin its lifetime), or establish any invariants that the default ctor would otherwise set up. Using th

[Bug tree-optimization/71815] SLSR misses several PHI candidate cases

2017-06-16 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71815 --- Comment #10 from Bill Schmidt --- I re-ran benchmarks today and the results that I saw before are no longer present. The patch is neutral with regard to SPEC cpu2006 performance on ppc64le. So I'll plan to have this patch reviewed.

[Bug testsuite/78318] FAIL: g++.dg/pr78112.C scan-assembler-times DW_AT_object_pointer 37

2017-06-16 Thread derodat at adacore dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78318 --- Comment #3 from Pierre-Marie de Rodat --- (In reply to Ramana Radhakrishnan from comment #1) > Is this still an issue ? Surely isn't the fix just changing > scan-assembler-times to 38 ? I could not just change the count, as I got different c

[Bug testsuite/78318] FAIL: g++.dg/pr78112.C scan-assembler-times DW_AT_object_pointer 37

2017-06-16 Thread derodat at adacore dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78318 --- Comment #4 from Pierre-Marie de Rodat --- (In reply to Thomas Preud'homme from comment #2) > I assume the result is 37 for some platform. Anyway, I apologize since the > scan has been removed from the testcase so this is now fixed as of r2434

[Bug c++/81102] [7/8 Regression] G++ wrong error report for partial template specialization

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

[Bug testsuite/78318] FAIL: g++.dg/pr78112.C scan-assembler-times DW_AT_object_pointer 37

2017-06-16 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78318 Thomas Preud'homme changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors

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

[Bug sanitizer/81111] Cannot build libstdc++ with -fsanitize=undefined

2017-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug libstdc++/66803] std::this_thread::sleep_for gets interrupted by signals.

2017-06-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66803 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors

2017-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81092 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Jun 16 14:31:58 2017 New Revision: 249261 URL: https://gcc.gnu.org/viewcvs?rev=249261&root=gcc&view=rev Log: PR libstdc++/81092 * config/abi/post/i486-linux-gnu/baseli

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors

2017-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81092 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Jun 16 14:29:55 2017 New Revision: 249260 URL: https://gcc.gnu.org/viewcvs?rev=249260&root=gcc&view=rev Log: PR libstdc++/81092 * config/abi/post/i486-linux-gnu/baseli

[Bug testsuite/78318] FAIL: g++.dg/pr78112.C scan-assembler-times DW_AT_object_pointer 37

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78318 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Com

[Bug rtl-optimization/79149] bad optimization on MIPS and ARM leading to excessive stack usage in some cases

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79149 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Com

[Bug target/48789] missed ARM optimization: use LDMIA

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48789 Ramana Radhakrishnan changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug debug/48315] ICE in mem_loc_descriptor, at dwarf2out.c:13899

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48315 --- Comment #3 from Ramana Radhakrishnan --- john, is this still an issue ? I can't seem to reproduce this with any current release or trunk compilers ? Ramana

[Bug target/46932] Inefficient code sequence to access local variable

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 Ramana Radhakrishnan changed: What|Removed |Added Target|arm-linux-gnueabi |arm-linux-gnueabi, aarch64* --- C

[Bug libstdc++/66803] std::this_thread::sleep_for gets interrupted by signals.

2017-06-16 Thread brootux at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66803 --- Comment #3 from brootux at freenet dot de --- workaround until fixed i.e. for 1 second: auto wakeup_time = std::chrono::system_clock::now() + std::chrono::seconds(1); while (std::chrono::system_clock::now() < wakeup_time) { std::this_thre

[Bug target/46932] Inefficient code sequence to access local variable

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/66803] std::this_thread::sleep_for gets interrupted by signals.

2017-06-16 Thread brootux at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66803 brootux at freenet dot de changed: What|Removed |Added CC||brootux at freenet dot de ---

[Bug other/81098] backtrace_pcinfo initialization not thread safe

2017-06-16 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81098 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/81113] New: ICE with AVX structure field

2017-06-16 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81113 Bug ID: 81113 Summary: ICE with AVX structure field Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assig

[Bug sanitizer/81111] Cannot build libstdc++ with -fsanitize=undefined

2017-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #3 from Jakub Jelinek --- Testcase that ICEs also with -m64: template struct N { static const V m = (((V)(-1) < 0) ? (V)1 << (sizeof(V) * __CHAR_BIT__ - ((V)(-1) < 0)) : (V) 0); }; templ

[Bug sanitizer/63361] Test case c-c++-common/ubsan/float-cast-overflow-1.c fails on Pentium2

2017-06-16 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63361 --- Comment #3 from Bernd Edlinger --- I will start a boot-strap of the current trunk on that old Pentium2 system. If it still works, it will take a few days.

[Bug tree-optimization/81090] [8 Regression] [graphite] ICE in loop_preheader_edge

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81090 --- Comment #5 from Richard Biener --- Author: rguenth Date: Fri Jun 16 12:19:24 2017 New Revision: 249249 URL: https://gcc.gnu.org/viewcvs?rev=249249&root=gcc&view=rev Log: 2017-06-16 Richard Biener PR tree-optimization/81090

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors

2017-06-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81092 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Fri Jun 16 12:18:53 2017 New Revision: 249248 URL: https://gcc.gnu.org/viewcvs?rev=249248&root=gcc&view=rev Log: PR libstdc++/81092 add std::wstring symbols and bump library version

[Bug ipa/81112] [7/8 Regression] internal compiler error: tree check: expected integer_cst, have range_expr in get_len, at tree.h:5321

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81112 --- Comment #4 from Richard Biener --- (In reply to Richard Biener from comment #2) > Ah, no. This is ipa-prop.c special code (bah). > > Index: gcc/ipa-prop.c > === > --- gcc/ipa-p

[Bug sanitizer/80998] Implement -fsanitize=pointer-overflow

2017-06-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80998 Jakub Jelinek changed: What|Removed |Added Attachment #41550|0 |1 is obsolete|

[Bug ipa/81112] [7/8 Regression] internal compiler error: tree check: expected integer_cst, have range_expr in get_len, at tree.h:5321

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81112 Richard Biener changed: What|Removed |Added Attachment #41569|0 |1 is obsolete|

[Bug ipa/81112] [7/8 Regression] internal compiler error: tree check: expected integer_cst, have range_expr in get_len, at tree.h:5321

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81112 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors

2017-06-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81092 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Jun 16 11:54:59 2017 New Revision: 249246 URL: https://gcc.gnu.org/viewcvs?rev=249246&root=gcc&view=rev Log: PR libstdc++/81092 add std::wstring symbols and bump library version

[Bug middle-end/81112] [7/8 Regression] internal compiler error: tree check: expected integer_cst, have range_expr in get_len, at tree.h:5321

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81112 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Component|ipa

[Bug ipa/81112] New: [7/8 Regression] internal compiler error: tree check: expected integer_cst, have range_expr in get_len, at tree.h:5321

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81112 Bug ID: 81112 Summary: [7/8 Regression] internal compiler error: tree check: expected integer_cst, have range_expr in get_len, at tree.h:5321 Product: gcc Version

[Bug testsuite/80678] [6 Regression] g++.dg/cpp1y/constexpr-79681-2.C fails with ICE starting with r247678

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80678 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/80960] [5/6/7/8 Regression] Huge memory use when compiling a very large test case

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80960 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/80017] [5/6 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80017 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug c++/80984] [5/6/7/8 Regression] ICE with label/variable ambiguity

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80984 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/80918] [6 Regression] Assumed size whole array rejected in depend clause

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80918 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priority|P3

[Bug tree-optimization/79734] [6 Regression] ICE: verify_gimple failed

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79734 Richard Biener changed: What|Removed |Added Target||x86_64-*-* Priority|P3

[Bug rtl-optimization/79571] [5/6 Regression] ICE in Max. number of generated reload insns per insn is achieved (90)

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/79212] [6 Regression] internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79212 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/79145] [5/6 Regression] iwmmxt: Internal compiler error caused by an unrecognizable insn, during XORing long long with a char constant

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79145 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/78890] [5/6 Regression] ICE on invalid reference type in union

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78890 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/78856] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

2017-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78856 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/78856] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

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

  1   2   >