[Bug libgcc/59305] [4.9/5/6/7 Regression] gcc.dg/atomic/c11-atomic-exec-5.c fails with WARNING: program timed out on x86_64-apple-darwin13

2016-06-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59305 Andrew Pinski changed: What|Removed |Added Component|target |libgcc --- Comment #29 from Andrew

[Bug driver/71651] Option suggestion provides a non-existing hint

2016-06-24 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71651 --- Comment #3 from David Malcolm --- Candidate patch: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01766.html

[Bug c++/41437] No access control for classes in template functions

2016-06-24 Thread vgheorgh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41437 Vlad Gheorghiu changed: What|Removed |Added CC||vgheorgh at gmail dot com --- Comment

[Bug inline-asm/43998] inline assembler: can't set clobbering for input register

2016-06-24 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43998 --- Comment #15 from Stas Sergeev --- Btw, clang seems to allow same regs in input and clobber list.

[Bug inline-asm/43998] inline assembler: can't set clobbering for input register

2016-06-24 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43998 Stas Sergeev changed: What|Removed |Added CC||stsp at users dot sourceforge.net ---

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #4 from Jerry DeLisle --- (In reply to jack.s...@nasa.gov from comment #2) > > > > Could someone check that the problem is not darwin specific? > > Not darwin specific. Is the sample code valid?

[Bug target/71656] ICE in reload when generating code for -mcpu=power9 -mpower9-dform-vector

2016-06-24 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71656 Peter Bergner changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |bergner at gcc dot gnu.org ---

[Bug target/71656] New: ICE in reload when generating code for -mcpu=power9 -mpower9-dform-vector

2016-06-24 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71656 Bug ID: 71656 Summary: ICE in reload when generating code for -mcpu=power9 -mpower9-dform-vector Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/71650] unnecessary call to __memcpy_chk emitted on a bounded copy

2016-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71650 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug middle-end/71654] [6/7 Regression] missing VRP optimization on c++ unsigned char and short expressions

2016-06-24 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71654 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/71655] New: GCC trunk ICE on westmere target

2016-06-24 Thread anton.mitrokhin at phystech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71655 Bug ID: 71655 Summary: GCC trunk ICE on westmere target Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug debug/71642] [7 Regression] ICE: in gen_type_die_with_usage, at dwarf2out.c:22729

2016-06-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71642 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/71642] [7 Regression] ICE: in gen_type_die_with_usage, at dwarf2out.c:22729

2016-06-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71642 --- Comment #4 from Eric Botcazou --- Author: ebotcazou Date: Fri Jun 24 19:28:18 2016 New Revision: 237771 URL: https://gcc.gnu.org/viewcvs?rev=237771=gcc=rev Log: PR debug/71642 * tree-inline.c (remap_decl): When fixing up

[Bug middle-end/71654] New: missing VRP optimization on c++ unsigned char and short expressions

2016-06-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71654 Bug ID: 71654 Summary: missing VRP optimization on c++ unsigned char and short expressions Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org ---

[Bug tree-optimization/71647] aligned(x:32) in #pragma omp simd does not work

2016-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71647 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Fri Jun 24 18:46:47 2016 New Revision: 237770 URL: https://gcc.gnu.org/viewcvs?rev=237770=gcc=rev Log: PR tree-optimization/71647 * omp-low.c (lower_rec_input_clauses):

[Bug tree-optimization/71647] aligned(x:32) in #pragma omp simd does not work

2016-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71647 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Jun 24 18:44:11 2016 New Revision: 237769 URL: https://gcc.gnu.org/viewcvs?rev=237769=gcc=rev Log: PR tree-optimization/71647 * omp-low.c (lower_rec_input_clauses):

[Bug tree-optimization/71595] ICE on valid code at -O2 and -O3 on x86_64-linux-gnu: in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:704

2016-06-24 Thread su at cs dot ucdavis.edu
-trunk/libexec/gcc/x86_64-pc-linux-gnu/7.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160624 (experimental) [trunk revision 237753] (GCC

[Bug driver/71651] Option suggestion provides a non-existing hint

2016-06-24 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71651 --- Comment #2 from David Malcolm --- Also affects gcc-6-branch

[Bug ada/62235] segmentation fault on Ada 2012 code

2016-06-24 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62235 --- Comment #10 from Victor Porton --- (In reply to Victor Porton from comment #8) > Note fixed in GCC 6.1.1. Sorry, should read "Not fixed in GCC 6.1.1."

[Bug c++/71653] error when trying to compile a code with template friend function in a struct

2016-06-24 Thread raphael.rg91 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71653 --- Comment #2 from Raphael Gozzo --- This error happens in the 6.1 version too (tested here http://gcc.godbolt.org)

[Bug c++/71653] error when trying to compile a code with template friend function in a struct

2016-06-24 Thread raphael.rg91 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71653 --- Comment #1 from Raphael Gozzo --- Created attachment 38765 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38765=edit source file

[Bug ada/62235] segmentation fault on Ada 2012 code

2016-06-24 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62235 --- Comment #9 from Victor Porton --- A similar bug (but with another error message) appears in GNAT GPL 2016 for Windows x32 32bit.

[Bug c++/71653] New: error when trying to compile a code with template friend function in a struct

2016-06-24 Thread raphael.rg91 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71653 Bug ID: 71653 Summary: error when trying to compile a code with template friend function in a struct Product: gcc Version: unknown Status: UNCONFIRMED

[Bug driver/71651] Option suggestion provides a non-existing hint

2016-06-24 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71651 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/71648] C++ ICE on ppc64 with -m64

2016-06-24 Thread markos at freevec dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71648 --- Comment #4 from Konstantinos Margaritis --- That's true, it compiled fine with -mcpu=power8.

[Bug target/71648] C++ ICE on ppc64 with -m64

2016-06-24 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71648 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

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

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585 --- Comment #4 from Martin Liška --- Hello The problem can be seen on both GCC 6.x and current trunk, where we show following warning message: pr71585.c:2:9: warning: bad option ‘-fno-stack-protector’ to pragma ‘optimize’ [-Wpragmas] #pragma

[Bug target/71652] New: [7 Regression] ICE in in ix86_target_macros_internal, at config/i386/i386-c.c:187

2016-06-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71652 Bug ID: 71652 Summary: [7 Regression] ICE in in ix86_target_macros_internal, at config/i386/i386-c.c:187 Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug tree-optimization/71647] aligned(x:32) in #pragma omp simd does not work

2016-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71647 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug driver/71651] New: Option suggestion provides a non-existing hint

2016-06-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71651 Bug ID: 71651 Summary: Option suggestion provides a non-existing hint Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/71650] New: unnecessary call to __memcpy_chk emitted on a bounded copy

2016-06-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71650 Bug ID: 71650 Summary: unnecessary call to __memcpy_chk emitted on a bounded copy Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-24 Thread lly.dev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #6 from Leonid Lisovskiy --- Created attachment 38762 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38762=edit genautomata output ARM I have the same problem for both ARM(armv7-a) & MIPS platforms. By valgrind report

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-24 Thread lly.dev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 Leonid Lisovskiy changed: What|Removed |Added CC||lly.dev at gmail dot com --- Comment

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread jack.saba at nasa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #2 from jack.saba at nasa dot gov --- I tried it on a ubuntu machine and got the same error. Jack Saba jack.s...@nasa.gov Science, Systems, and Applications, Inc. Cryospheric Sciences Laboratory, Code 615 Bldg 33 Room A328

[Bug fortran/71649] Internal compiler error

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

[Bug target/71648] C++ ICE on ppc64 with -m64

2016-06-24 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71648 Bill Schmidt changed: What|Removed |Added CC||meissner at gcc dot gnu.org --- Comment

[Bug fortran/71649] New: Internal compiler error

2016-06-24 Thread jack.saba at nasa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 Bug ID: 71649 Summary: Internal compiler error Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug tree-optimization/70032] tree-ssa-tail-merge engine replacement

2016-06-24 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70032 vries at gcc dot gnu.org changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug target/71648] C++ ICE on ppc64 with -m64

2016-06-24 Thread markos at freevec dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71648 --- Comment #1 from Konstantinos Margaritis --- Created attachment 38760 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38760=edit Reduced testcase for ICE on ppc64

[Bug target/71648] New: C++ ICE on ppc64 with -m64

2016-06-24 Thread markos at freevec dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71648 Bug ID: 71648 Summary: C++ ICE on ppc64 with -m64 Product: gcc Version: 6.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug tree-optimization/71647] New: aligned(x:32) in #pragma omp simd does not work

2016-06-24 Thread niva at niisi dot msk.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71647 Bug ID: 71647 Summary: aligned(x:32) in #pragma omp simd does not work Product: gcc Version: 6.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug debug/71642] [7 Regression] ICE: in gen_type_die_with_usage, at dwarf2out.c:22729

2016-06-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71642 Eric Botcazou changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment

[Bug debug/71645] [7 Regression] FAIL: libgomp.fortran/nestedfn5.f90 -O3 -g (internal compiler error)

2016-06-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71645 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|middle-end

[Bug libgomp/71646] New: incompability between ptx code and GPU hardware

2016-06-24 Thread didu31 at hotmail dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71646 Bug ID: 71646 Summary: incompability between ptx code and GPU hardware Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/71645] New: [7 Regression] FAIL: libgomp.fortran/nestedfn5.f90 -O3 -g (internal compiler error)

2016-06-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71645 Bug ID: 71645 Summary: [7 Regression] FAIL: libgomp.fortran/nestedfn5.f90 -O3 -g (internal compiler error) Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug c++/71644] New: gcc 6.1 generates movaps for unaligned memory

2016-06-24 Thread justus at gmx dot li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71644 Bug ID: 71644 Summary: gcc 6.1 generates movaps for unaligned memory Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/71643] [7 Regression] internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2318 after r237427

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

[Bug fortran/71623] [5/6/7 Regression] Segfault when allocating deferred-length characters to size of a pointer

2016-06-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71623 Dominique d'Humieres changed: What|Removed |Added CC||vehre at gcc dot gnu.org ---

[Bug middle-end/69526] ivopts candidate strangeness

2016-06-24 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69526 --- Comment #23 from amker at gcc dot gnu.org --- (In reply to rdapp from comment #19) > (In reply to rguent...@suse.de from comment #18) > 2. > Is there an idiomatic/correct way to check a VR_RANGE for overflow? Does it > suffice to check if the

[Bug tree-optimization/71643] [7 Regression] internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2318 after r237427

2016-06-24 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71643 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug tree-optimization/71643] New: [7 Regression] internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2318 after r237427

2016-06-24 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71643 Bug ID: 71643 Summary: [7 Regression] internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2318 after r237427 Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug fortran/71623] [5/6/7 Regression] Segfault when allocating deferred-length characters to size of a pointer

2016-06-24 Thread zed.three at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71623 --- Comment #3 from zed.three at gmail dot com --- Changing the pointer to an allocatable array results in the same behaviour: $ cat allocate_size_mvce.f90 program allocatemvce implicit none character(len=:), allocatable :: string integer,

[Bug c++/71638] [6/7 Regression] ICE on invalid C++ code on x86_64-linux-gnu with -Wall (internal compiler error: non-constant element in constant CONSTRUCTOR)

2016-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71638 Jakub Jelinek changed: What|Removed |Added Keywords||error-recovery

[Bug debug/71642] [7 Regression] ICE: in gen_type_die_with_usage, at dwarf2out.c:22729

2016-06-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71642 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug debug/71642] [7 Regression] ICE: in gen_type_die_with_usage, at dwarf2out.c:22729

2016-06-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71642 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/71625] missing strlen optimization on different array initialization style

2016-06-24 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #9 from Renlin Li --- (In reply to nsz from comment #8) > (In reply to Jakub Jelinek from comment #6) > > (In reply to Marc Glisse from comment #1) > > > Or we could do like clang and improve alias analysis. We should know that > > >

[Bug middle-end/71625] missing strlen optimization on different array initialization style

2016-06-24 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #8 from nsz at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #6) > (In reply to Marc Glisse from comment #1) > > Or we could do like clang and improve alias analysis. We should know that > > array doesn't escape and thus

[Bug c++/71630] ICE on valid C++14 code with variable templates: in get, at cgraph.h:395

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

[Bug libstdc++/71640] [7 Regression] include/c++/7.0.0/bits/hashtable.h:293:7: error: too many template parameters in template redeclaration

2016-06-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71640 --- Comment #1 from Markus Trippelsdorf --- One could also argue that this is an accept invalid issue: markus@x4 tmp % cat llvm.ii template struct integral_constant { static constexpr _Tp value = 0; }; template using __bool_constant =

[Bug debug/71642] New: [7 Regression] ICE: in gen_type_die_with_usage, at dwarf2out.c:22729

2016-06-24 Thread Joost.VandeVondele at mat dot ethz.ch
languages=c,c++,fortran --disable-multilib --enable-plugins --enable-lto --disable-bootstrap Thread model: posix gcc version 7.0.0 20160624 (experimental) [trunk revision 237753] (GCC)

[Bug middle-end/69526] ivopts candidate strangeness

2016-06-24 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69526 --- Comment #22 from amker at gcc dot gnu.org --- (In reply to rdapp from comment #21) > (In reply to amker from comment #20) > > IIUC we can simply handle signed/unsigned type differently. Given a has > > int/uint type. > > For unsigned case:

[Bug libstdc++/71641] New: 22_locale/time_get/get_date/wchar_t/4.cc runs failure if static linking

2016-06-24 Thread cctsai57 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71641 Bug ID: 71641 Summary: 22_locale/time_get/get_date/wchar_t/4.cc runs failure if static linking Product: gcc Version: 5.3.1 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/71640] New: [7 Regression] include/c++/7.0.0/bits/hashtable.h:293:7: error: too many template parameters in template redeclaration

2016-06-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71640 Bug ID: 71640 Summary: [7 Regression] include/c++/7.0.0/bits/hashtable.h:293:7: error: too many template parameters in template redeclaration Product: gcc