[Bug tree-optimization/77839] New: [7 Regression] Memory- and compile time hog at -O1 and above

2016-10-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77839 Bug ID: 77839 Summary: [7 Regression] Memory- and compile time hog at -O1 and above Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: compile-time-hog,

[Bug target/77822] [6 REGRESSION] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 --- Comment #9 from Andrew Pinski --- do the following to remove the PCH: rm -rF ./obj/Release/emu.h.gch and then rebuild the preprocessed source.

[Bug tree-optimization/77836] Simplify (x>>4)*16 in gimple

2016-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77836 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug go/77809] [7 regression] "_LITTLE_ENDIAN" redefined

2016-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809 Andrew Pinski changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comment

[Bug go/77838] bootstrap broken on powerpc64*-linux

2016-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77838 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/77838] New: bootstrap broken on powerpc64*-linux

2016-10-03 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77838 Bug ID: 77838 Summary: bootstrap broken on powerpc64*-linux Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: go

[Bug target/77837] missing -Wformat-length warning for %p with null argument on powerpc64

2016-10-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77837 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor

[Bug middle-end/77837] missing -Wformat-length warning for %p with null argument on powerpc64

2016-10-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77837 Martin Sebor changed: What|Removed |Added Keywords||diagnostic

[Bug middle-end/77837] New: missing -Wformat-length warning for %p with null argument on powerpc64

2016-10-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77837 Bug ID: 77837 Summary: missing -Wformat-length warning for %p with null argument on powerpc64 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/77822] [6 REGRESSION] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-10-03 Thread jordi at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 --- Comment #8 from Jordi Mallach --- I'm afraid I don't know. I have asked upstream. How are you building mame? I don't get why you don't get these files on your own.

[Bug java/39103] Deadlock in AWT

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39103 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug libgcj/30109] InetAddress.getHostName() does not resolve host names

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30109 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug awt/27368] [Xlib peer] Font.canDisplayUpTo throws UnsupportedOperationException

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27368 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED Version|4.1.1

[Bug classpath/38075] Scanner(System.in) causes next*() to behave incorrectly

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38075 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED

[Bug c++/77830] internal compiler error: in output_constructor_regular_field, at varasm.c:4968, when using constexpr (with testcase)

2016-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830 --- Comment #3 from Martin Liška --- Reduced test-case: #include template struct Parser { char arr[N][1]; constexpr void setMember (const char *, int); }; template constexpr void Parser::setMember (const char *, int i) { for (auto j =

[Bug classpath/30884] Some arbitrary system properties missing

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30884 Andrew John Hughes changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |gnu_andrew at member dot

[Bug classpath/30884] Some arbitrary system properties missing

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30884 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED Version|4.3.0

[Bug c++/77830] internal compiler error: in output_constructor_regular_field, at varasm.c:4968, when using constexpr (with testcase)

2016-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830 Martin Liška changed: What|Removed |Added Keywords||accepts-invalid, |

[Bug classpath/12660] libgcj should use strerror_r instead of strerror

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12660 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED Version|3.4.0

[Bug target/77834] [7 Regression] ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pre -mstringop-strategy=libcall

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

[Bug target/77833] [7 Regression] ICE: in plus_constant, at explow.c:87 with -O -mavx512f

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

[Bug java/28149] Fail to test GCC on simulation due to libjava build errors.

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28149 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug libgcj/13603] [meta-bug] Java security model tracking PR

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED CC|

[Bug classpath/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16990 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED Version|4.0.0

[Bug c++/77804] Internal compiler error on incorrect initialization of new-d array

2016-10-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77804 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor

[Bug tree-optimization/77836] New: Simplify (x>>4)*16 in gimple

2016-10-03 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77836 Bug ID: 77836 Summary: Simplify (x>>4)*16 in gimple Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement Priority:

[Bug target/77835] New: -O2 -pg -m32 overwrites saved lr with bogus value

2016-10-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77835 Bug ID: 77835 Summary: -O2 -pg -m32 overwrites saved lr with bogus value Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 --- Comment #2 from Jerry DeLisle --- Created attachment 39746 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39746=edit One approach to resolving this With the attached patch, here is the result of trying to go forward or backward with

[Bug c++/77832] isnan() check causes signal 8 with signaling nans

2016-10-03 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832 --- Comment #3 from joseph at codesourcery dot com --- See bug 66462.

[Bug tree-optimization/77399] Poor code generation for vector casts and loads

2016-10-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77399 --- Comment #13 from Andreas Schwab --- Executing on host: /daten/gcc/gcc-20161002/Build/gcc/xgcc -B/daten/gcc/gcc-20161002/Build/gcc/ /daten/gcc/gcc-20161002/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c -m32

[Bug tree-optimization/71550] [7 Regression] wrong code at -O3 on x86_64-linux-gnu

2016-10-03 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71550 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/71550] [7 Regression] wrong code at -O3 on x86_64-linux-gnu

2016-10-03 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71550 --- Comment #5 from Jeffrey A. Law --- Author: law Date: Mon Oct 3 19:28:24 2016 New Revision: 240727 URL: https://gcc.gnu.org/viewcvs?rev=240727=gcc=rev Log: PR tree-optimization/71550 PR tree-optimization/71403 *

[Bug tree-optimization/71403] [7 Regression] wrong code (segfault) at -O3 on x86_64-linux-gnu

2016-10-03 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71403 --- Comment #12 from Jeffrey A. Law --- Author: law Date: Mon Oct 3 19:28:24 2016 New Revision: 240727 URL: https://gcc.gnu.org/viewcvs?rev=240727=gcc=rev Log: PR tree-optimization/71550 PR tree-optimization/71403 *

[Bug target/77834] New: [7 Regression] ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pre -mstringop-strategy=libcall

2016-10-03 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77834 Bug ID: 77834 Summary: [7 Regression] ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pre -mstringop-strategy=libcall Product: gcc Version: 7.0 Status:

[Bug testsuite/72850] [7 Regression] FAIL: gcc.dg/tree-ssa/pr69270-3.c scan-tree-dump-times uncprop1 ", 1" 4

2016-10-03 Thread doug.gilmore at imgtec dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72850 Doug Gilmore changed: What|Removed |Added CC||doug.gilmore at imgtec dot com ---

[Bug target/77833] New: [7 Regression] ICE: in plus_constant, at explow.c:87 with -O -mavx512f

2016-10-03 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77833 Bug ID: 77833 Summary: [7 Regression] ICE: in plus_constant, at explow.c:87 with -O -mavx512f Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords:

[Bug go/77809] [7 regression] "_LITTLE_ENDIAN" redefined

2016-10-03 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809 Ian Lance Taylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug go/77809] [7 regression] "_LITTLE_ENDIAN" redefined

2016-10-03 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809 --- Comment #5 from ian at gcc dot gnu.org --- Author: ian Date: Mon Oct 3 18:39:54 2016 New Revision: 240724 URL: https://gcc.gnu.org/viewcvs?rev=240724=gcc=rev Log: PR go/77809 libgo: strip most C macros from runtime.inc

[Bug c++/77832] isnan() check causes signal 8 with signaling nans

2016-10-03 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832 --- Comment #2 from Gordon Mc --- Created attachment 39743 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39743=edit Runs the test prog with various arguments

[Bug c++/77832] isnan() check causes signal 8 with signaling nans

2016-10-03 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832 --- Comment #1 from Gordon Mc --- Created attachment 39742 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39742=edit Makefile

[Bug c++/77832] New: isnan() check causes signal 8 with signaling nans

2016-10-03 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832 Bug ID: 77832 Summary: isnan() check causes signal 8 with signaling nans Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/77831] New: add fixit hints to -Wformat-length

2016-10-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77831 Bug ID: 77831 Summary: add fixit hints to -Wformat-length Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: middle-end

[Bug c/77690] -Wformat-length %s false positive after strlen check

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

[Bug java/20469] gcjh does not rename Java variables named NULL

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20469 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug libgcj/34313] SSLEngine for NIO - socket connection not working

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34313 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug java/32904] Typo in Base64.java's decode function

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32904 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug c++/77830] internal compiler error: in output_constructor_regular_field, at varasm.c:4968, when using constexpr (with testcase)

2016-10-03 Thread asad78611 at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830 Asad Mehmood changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug classpath/21890] SecurityManager is incomplete

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21890 --- Comment #3 from Andrew John Hughes --- Moved to GNU Classpath.

[Bug classpath/21890] SecurityManager is incomplete

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21890 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED Version|4.1.0

[Bug libgcj/13603] [meta-bug] Java security model tracking PR

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603 Bug 13603 depends on bug 21890, which changed state. Bug 21890 Summary: SecurityManager is incomplete https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21890 What|Removed |Added

[Bug c++/77830] New: internal compiler error: in output_constructor_regular_field, at varasm.c:4968, when using constexpr (with testcase)

2016-10-03 Thread asad78611 at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830 Bug ID: 77830 Summary: internal compiler error: in output_constructor_regular_field, at varasm.c:4968, when using constexpr (with testcase) Product: gcc Version:

[Bug classpath/20508] gij prints too much information if an incorrect class is given

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20508 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED Version|4.1.0

[Bug libgcj/28977] UTF-16 endianness differs between gcj and Sun JDK

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28977 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug classpath/13459] use freedesktop mime type library

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13459 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED

[Bug libstdc++/77814] build fails trying to build eh_arm

2016-10-03 Thread tprince at computer dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77814 --- Comment #6 from tprince at computer dot org --- Permits bootstrap to proceed, will post to testresults when successful. Thanks.

[Bug classpath/39481] StringTokenizer.hasMoreTokens() can screw up tokens

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39481 Andrew John Hughes changed: What|Removed |Added Status|RESOLVED|ASSIGNED Version|4.4.0

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/77816] [7 Regression] lots of fortran tests fail on aarch64-linux-gnu

2016-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77816 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libgcj/43258] In-tree build may fail in libjava/classpath/tools

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43258 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug fortran/77371] [6/7 Regression] ICE in force_constant_size, at gimplify.c:671 (... and others)

2016-10-03 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77371 Thomas Schwinge changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from Thomas

[Bug middle-end/64516] [5 Regression] arm: wrong unaligned load generated

2016-10-03 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64516 --- Comment #12 from rguenther at suse dot de --- On October 3, 2016 12:21:13 PM GMT+02:00, markus at oberhumer dot com wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64516 > >--- Comment #11 from Markus F.X.J.

[Bug c++/77829] New: Bad fix-it for nested-name-specifier

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77829 Bug ID: 77829 Summary: Bad fix-it for nested-name-specifier Product: gcc Version: 6.2.1 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P3

[Bug c++/77829] Bad fix-it for nested-name-specifier

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77829 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgcj/20395] GNU Crypto should be merged into libgcj

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20395 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug c++/77822] [6 REGRESSION] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-10-03 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 --- Comment #7 from ktkachov at gcc dot gnu.org --- :1:39: warning: emu.h.gch: created by a different GCC executable :1:9: fatal error: emu.h.gch: PCH file was invalid Is there any way you can get a pre-processed source without any precompiled

[Bug libgcj/19612] gjdoc in libgcj

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19612 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug libstdc++/77342] Use abi_tag on Debug Mode namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77342 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/23888] should debug mode throw instead of assert?

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23888 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/77794] [5/6/7 Regression] libstdc++ doesn't bootstrap with ./configure --enable-symvers=gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794 Jonathan Wakely changed: What|Removed |Added CC||dmorilha at gmail dot com --- Comment

[Bug libstdc++/68058] _GLIBCXX_BEGIN_NAMESPACE_VERSION breaks regex

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68058 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/77586] [7 Regression] ia64 target fails to build due to ICE triggered by -fself-test

2016-10-03 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77586 tbsaunde at gcc dot gnu.org changed: What|Removed |Added CC||tbsaunde at gcc dot gnu.org

[Bug c/77817] -Wimplicit-fallthrough: cpp directive renders FALLTHRU comment ineffective

2016-10-03 Thread jim at meyering dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77817 --- Comment #2 from jim at meyering dot net --- Oops. That must have been the "worked-around" version. Swap the #undef and fallthrough comment to repro: int foo (int x) { switch (x) { case 1: x = 3; /* fallthrough */ #undef

[Bug c++/77822] [6 REGRESSION] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-10-03 Thread jordi at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 --- Comment #5 from Jordi Mallach --- Created attachment 39738 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39738=edit emu.h.d for the failed tree

[Bug c++/77822] [6 REGRESSION] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-10-03 Thread jordi at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 --- Comment #6 from Jordi Mallach --- emu.h.gch can be found here due to being > 1000KB: http://oskuro.net/emu.h.gch.gz

[Bug bootstrap/32497] Crosscomiling native sh3 gcc on a 64-bit host fails

2016-10-03 Thread uwe at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497 --- Comment #6 from Valeriy E. Ushakov --- (In reply to Oleg Endo from comment #5) > (In reply to Valeriy E. Ushakov from comment #4) > > > GEN_INT (-4294967296L; > > > GEN_INT (4294967295L)), > > I think those should be

[Bug c++/77822] [6 REGRESSION] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-10-03 Thread jordi at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 --- Comment #4 from Jordi Mallach --- (In reply to ktkachov from comment #3) > I can't compile this: > fatal error: ./obj/Release/emu.h.gch: couldn't open PCH file: No such file > or directory I am unsure why you're not getting it generated. If

[Bug libstdc++/68323] chrono reference to ‘literals’ namespace is ambiguous when using gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/77794] [5/6/7 Regression] libstdc++ doesn't bootstrap with ./configure --enable-symvers=gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:42:06 2016 New Revision: 240720 URL: https://gcc.gnu.org/viewcvs?rev=240720=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #11 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:42:06 2016 New Revision: 240720 URL: https://gcc.gnu.org/viewcvs?rev=240720=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug libstdc++/68323] chrono reference to ‘literals’ namespace is ambiguous when using gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:42:06 2016 New Revision: 240720 URL: https://gcc.gnu.org/viewcvs?rev=240720=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug libstdc++/77794] [5/6/7 Regression] libstdc++ doesn't bootstrap with ./configure --enable-symvers=gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/77794] [5/6/7 Regression] libstdc++ doesn't bootstrap with ./configure --enable-symvers=gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:35:28 2016 New Revision: 240714 URL: https://gcc.gnu.org/viewcvs?rev=240714=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug libstdc++/77794] [5/6/7 Regression] libstdc++ doesn't bootstrap with ./configure --enable-symvers=gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:36:22 2016 New Revision: 240719 URL: https://gcc.gnu.org/viewcvs?rev=240719=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:36:22 2016 New Revision: 240719 URL: https://gcc.gnu.org/viewcvs?rev=240719=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug libstdc++/68323] chrono reference to ‘literals’ namespace is ambiguous when using gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:36:22 2016 New Revision: 240719 URL: https://gcc.gnu.org/viewcvs?rev=240719=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:35:28 2016 New Revision: 240714 URL: https://gcc.gnu.org/viewcvs?rev=240714=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug libstdc++/68323] chrono reference to ‘literals’ namespace is ambiguous when using gnu-versioned-namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:35:28 2016 New Revision: 240714 URL: https://gcc.gnu.org/viewcvs?rev=240714=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug target/77826] [7 Regression] ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above

2016-10-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77826 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/77699] suspicious code in get_next_line

2016-10-03 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77699 --- Comment #1 from Bernd Edlinger --- Author: edlinger Date: Mon Oct 3 14:05:46 2016 New Revision: 240713 URL: https://gcc.gnu.org/viewcvs?rev=240713=gcc=rev Log: 2016-10-03 Bernd Edlinger PR

[Bug sanitizer/77827] tsan lacks support for 48 bit VMA on aarch64

2016-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77827 --- Comment #1 from Andrew Pinski --- I think the Sanitizers just need a merge.

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-03 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 vehre at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug sanitizer/77827] New: tsan lacks support for 48 bit VMA on aarch64

2016-10-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77827 Bug ID: 77827 Summary: tsan lacks support for 48 bit VMA on aarch64 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libfortran/77828] New: [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-03 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 Bug ID: 77828 Summary: [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string Product: gcc

[Bug middle-end/77816] [7 Regression] lots of fortran tests fail on aarch64-linux-gnu

2016-10-03 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77816 --- Comment #7 from ktkachov at gcc dot gnu.org --- (In reply to Bernd Edlinger from comment #6) > (In reply to ktkachov from comment #4) > > I can't reproduce the fortran failures with a clean trunk at r240705 > > configured with

[Bug c++/77790] [5/6/7 Regression] ICE on valid C++14 code when compiling with "-std=c++11": in push_access_scope, at cp/pt.c:227

2016-10-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77790 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/77791] ICE on invalid C++11 code with redefined function parameter: tree check: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in cp_parser_lambda_declarator_opt, at

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

[Bug sanitizer/77823] [7 Regression] ICE: in ubsan_encode_value, at ubsan.c:137 with -fsanitize=undefined and vector types

2016-10-03 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77823 --- Comment #4 from Zdenek Sojka --- (In reply to Jakub Jelinek from comment #3) > Created attachment 39735 [details] > gcc7-pr77823.patch > > Short patch to fix the ICE. > > That said, we should think of what to do with the generic vector

[Bug c++/77791] ICE on invalid C++11 code with redefined function parameter: tree check: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in cp_parser_lambda_declarator_opt, at

2016-10-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77791 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug sanitizer/77823] [7 Regression] ICE: in ubsan_encode_value, at ubsan.c:137 with -fsanitize=undefined and vector types

2016-10-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77823 --- Comment #3 from Jakub Jelinek --- Created attachment 39735 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39735=edit gcc7-pr77823.patch Short patch to fix the ICE. That said, we should think of what to do with the generic vector

[Bug bootstrap/32497] Crosscomiling native sh3 gcc on a 64-bit host fails

2016-10-03 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #5

  1   2   >