[Bug go/90685] failure of go in gcc-9.1.0 to build in i686-pc-linux-gnu

2019-05-30 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90685 --- Comment #1 from Ian Lance Taylor --- What kind of system are you running on? What is the output of ../gcc-9.1.0/config.guess ?

[Bug rtl-optimization/88751] Performance regression reload vs lra

2019-05-30 Thread sbabneet at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88751 sbabneet at ca dot ibm.com changed: What|Removed |Added CC||sbabneet at ca dot ibm.com

[Bug middle-end/88784] Middle end is missing some optimizations about unsigned

2019-05-30 Thread ffengqi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88784 --- Comment #20 from Qi Feng --- I have tried to merge signed and unsigned together: /* x > y && x != ( 0 or XXX_MIN ) --> x > y */ (for and (truth_and bit_and) (simplify (and:c (gt:c@3 @0 @1) (ne @0 INTEGER_CST@2)) (if

[Bug c++/68489] arrays of flexible array members are silently accepted

2019-05-30 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68489 --- Comment #6 from joseph at codesourcery dot com --- I'm not sure about arrays of structs, but glibc uses [0] at end of struct in some cases where proper flexible array members would not be accepted. E.g. struct __gconv_info { size_t

[Bug go/90685] New: failure of go in gcc-9.1.0 to build in i686-pc-linux-gnu

2019-05-30 Thread democritus7 at att dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90685 Bug ID: 90685 Summary: failure of go in gcc-9.1.0 to build in i686-pc-linux-gnu Product: gcc Version: 9.1.0 Status: UNCONFIRMED Keywords: build

[Bug libstdc++/90682] std::terminate() will happily call a null terminate handler

2019-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90682 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/90598] [9/10 Regression] Return type of explicit destructor call wrong

2019-05-30 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90598 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org ---

[Bug libstdc++/90682] std::terminate() will happily call a null terminate handler

2019-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90682 --- Comment #2 from Jonathan Wakely --- It doesn't seem appropriate to me. If we don't want to support it we could just add __attribute__((__nonnull__)) to std::set_terminate, but I think we should support it (and so don't want it to produce

[Bug fortran/90578] Wrong code with LSHIFT and optimization

2019-05-30 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90578 --- Comment #6 from anlauf at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #5) > Compiling > > print *, lshift(1,-1) > end > > gives the following error > > lshift.f90:1:16: > > 1 | print *, lshift(1,-1) > |

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2019-05-30 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 --- Comment #3 from Rainer Orth --- (In reply to Iain Buclaw from comment #1) > I don't think you should be seeing a thread deadlock in std.net.curl after > r268746. Indeed, thanks. > I've not been able to reproduce the never timing out part.

[Bug target/89955] riscv.h improperly defines STARTFILE_PREFIX_SPEC spec

2019-05-30 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89955 --- Comment #5 from Jim Wilson --- OK, sounds like we need to move STARTFILE_PREFIX_SPEC into various OS header files then. That will require some testing. I caught a virus last week and am behind on everything, so I haven't had a chance to

[Bug go/90665] undefined C type 'int' with gcc 9.1.0 on solaric

2019-05-30 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90665 --- Comment #3 from Ian Lance Taylor --- Building with GCC is fine, and your configure options look fine. Please attach the output of go build -x ./... Thanks.

[Bug go/90645] sparc-unknown-linux-gnu/libgo/.libs/libgo.so: undefined reference to `fdopendir'

2019-05-30 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90645 --- Comment #8 from martin --- Thanks for the clarification.

[Bug go/90665] undefined C type 'int' with gcc 9.1.0 on solaric

2019-05-30 Thread thorsten.knieling at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90665 --- Comment #2 from Thorsten A. Knieling --- May be I use the wrong configure options. I used a gcc compiler rather then an Solaris compiler to build gcc 9.1.0. My configure looks like this ../configure --prefix=/gcc-solaris-9.1.0

[Bug target/47099] i686-pc-msdosdjgpp fails to build i386.o: ASM_DECLARE_FUNCTION_NAME undefined

2019-05-30 Thread andris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47099 Andris Pavenis changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/47093] [meta-bug]: broken configurations

2019-05-30 Thread andris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47093 Bug 47093 depends on bug 47099, which changed state. Bug 47099 Summary: i686-pc-msdosdjgpp fails to build i386.o: ASM_DECLARE_FUNCTION_NAME undefined https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47099 What|Removed

[Bug testsuite/90683] new test case g++.dg/cpp0x/pr90598.C in r271752 has excess errors

2019-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90683 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/90598] [9/10 Regression] Return type of explicit destructor call wrong

2019-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90598 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Thu May 30 17:23:32 2019 New Revision: 271783 URL: https://gcc.gnu.org/viewcvs?rev=271783=gcc=rev Log: PR c++/90598 * tree.c (lvalue_kind): Return clk_none for

[Bug fortran/90578] Wrong code with LSHIFT and optimization

2019-05-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90578 --- Comment #5 from Dominique d'Humieres --- Compiling print *, lshift(1,-1) end gives the following error lshift.f90:1:16: 1 | print *, lshift(1,-1) |1 Error: Second argument of LSHIFT is negative at (1) While

[Bug libstdc++/90682] std::terminate() will happily call a null terminate handler

2019-05-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90682 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug go/90665] undefined C type 'int' with gcc 9.1.0 on solaric

2019-05-30 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90665 --- Comment #1 from Ian Lance Taylor --- I built gccgo on a SPARC Solaris 12 machine, but was unable to recreate the problem. For me your program built and ran fine. Please attach the output of go build -x ./... Thanks.

[Bug go/90645] sparc-unknown-linux-gnu/libgo/.libs/libgo.so: undefined reference to `fdopendir'

2019-05-30 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90645 --- Comment #7 from Ian Lance Taylor --- Among the requirements for gccgo is support for Thread Local Storage. If your system does not support that, gccgo cannot work.

[Bug fortran/61180] surprising -Wsurprising warning

2019-05-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61180 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug driver/90684] New alignment options incorrectly report error

2019-05-30 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90684 Wilco changed: What|Removed |Added Component|middle-end |driver Assignee|unassigned at gcc dot

[Bug c++/71482] Add -Wglobal-constructors warning option

2019-05-30 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71482 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug fortran/61180] surprising -Wsurprising warning

2019-05-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61180 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|ASSIGNED

[Bug middle-end/89337] Bogus "exceeds maximum object size" on unreachable code

2019-05-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89337 --- Comment #14 from Martin Sebor --- Changing the size to zero is a variant of one the solutions I was referring to in comment #12: replacing the call with __builtin_unreachable. Rather than (possibly) eliminating (most of) the path leading up

[Bug middle-end/90684] New: New alignment options incorrectly report error

2019-05-30 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90684 Bug ID: 90684 Summary: New alignment options incorrectly report error Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug testsuite/90683] new test case g++.dg/cpp0x/pr90598.C in r271752 has excess errors

2019-05-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90683 Dominique d'Humieres changed: What|Removed |Added Target|powerpc64*-unknown-linux-gn |powerpc64*-unknown-linux-gn

[Bug c++/68901] UBSan triggers false -Wpadded warning

2019-05-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 --- Comment #9 from Manuel López-Ibáñez --- (In reply to Trass3r from comment #7) > Created attachment 46435 [details] > cleanup > > The previous patch should also allow removing these hacks (untested). > Though TYPE_ARTIFICIAL wasn't set in

[Bug c++/68901] UBSan triggers false -Wpadded warning

2019-05-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 --- Comment #8 from Manuel López-Ibáñez --- (In reply to Trass3r from comment #5) > Wpadded only checks for input_location != BUILTINS_LOCATION currently > (stor-layout.c). > Maybe something like !DECL_ARTIFICIAL(rli->t) should be added there.

[Bug testsuite/90683] New: new test case g++.dg/cpp0x/pr90598.C in r271752 has excess errors

2019-05-30 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90683 Bug ID: 90683 Summary: new test case g++.dg/cpp0x/pr90598.C in r271752 has excess errors Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/68901] UBSan triggers false -Wpadded warning

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 --- Comment #7 from krux --- Created attachment 46435 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46435=edit cleanup The previous patch should also allow removing these hacks (untested). Though TYPE_ARTIFICIAL wasn't set in any of

[Bug c++/68901] UBSan triggers false -Wpadded warning

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 --- Comment #6 from krux --- Created attachment 46434 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46434=edit proposed patch

[Bug fortran/90539] [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 --- Comment #49 from Martin Liška --- (In reply to Martin Liška from comment #48) > I see the performance is back as seen here: > https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=21.270.0 > > -Ofast periodic tester hasn't finished yet,

[Bug libstdc++/90682] New: std::terminate() will happily call a null terminate handler

2019-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90682 Bug ID: 90682 Summary: std::terminate() will happily call a null terminate handler Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/90681] [10 Regression] ICE in vect_slp_analyze_node_operations_1, at tree-vect-slp.c:2513 since r271704

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90681 Martin Liška changed: What|Removed |Added Blocks||26163 --- Comment #1 from Martin Liška

[Bug tree-optimization/90681] [10 Regression] ICE in vect_slp_analyze_node_operations_1, at tree-vect-slp.c:2513 since r271704

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90681 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug tree-optimization/90681] New: [10 Regression] ICE in vect_slp_analyze_node_operations_1, at tree-vect-slp.c:2513 since r271704

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90681 Bug ID: 90681 Summary: [10 Regression] ICE in vect_slp_analyze_node_operations_1, at tree-vect-slp.c:2513 since r271704 Product: gcc Version: unknown

[Bug c/90680] New: Misleading fixit warning with pointers to pointers

2019-05-30 Thread blitzrakete at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90680 Bug ID: 90680 Summary: Misleading fixit warning with pointers to pointers Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/90677] [9/10 Regression] gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_node' is not defined as a type

2019-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c++/90679] New: Template specialization with const: “ambiguous template instantiation” error

2019-05-30 Thread nikolaus+...@nikolaus-demmel.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90679 Bug ID: 90679 Summary: Template specialization with const: “ambiguous template instantiation” error Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity:

[Bug c++/68489] arrays of flexible array members are silently accepted

2019-05-30 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68489 --- Comment #5 from Nathan Sidwell --- if GCC rejects such arrays of trailing-array structs, and my assumption that glibc is in C, I don't think it can be using them. IMHO they don't make sense and a compile time error would be good.

[Bug middle-end/90673] A problem with 'copy destination size is too small' error in copy_from_user

2019-05-30 Thread yaro330 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90673 --- Comment #4 from Yaro Slav --- (In reply to Andrew Pinski from comment #1) > Can you provide the preprocessed source and the exact options being used? Options and version are here (apparently it's present in gcc 9.1.0 as well):

[Bug c/90677] gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_node' is not defined as a type

2019-05-30 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677 --- Comment #3 from Sergei Trofimovich --- Created attachment 46432 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46432=edit tree-mudflap.i.gz If it helps here is complete tree-mudflap.i from gcc-4.6.4 as is: // fails: // $

[Bug middle-end/90577] [9/10 Regression] FAIL: gfortran.dg/lrshift_1.f90 with -O(2|3) and -flto

2019-05-30 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90577 --- Comment #4 from Iain Sandoe --- (In reply to Dominique d'Humieres from comment #3) > Has the code > > /* Left and right shift C routines, to compare to Fortran results. */ > int c_lshift_ (int *x, int *y) { return (*x) << (*y); } > int

[Bug c/90677] gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_node' is not defined as a type

2019-05-30 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677 --- Comment #2 from Sergei Trofimovich --- (In reply to Jonathan Wakely from comment #1) > If the GCC 4.6.4 code is not valid C then it's not a bug to reject it. Can you clarify what specifically here is not valid C? Should gcc-8 also reject

[Bug middle-end/90577] [9/10 Regression] FAIL: gfortran.dg/lrshift_1.f90 with -O(2|3) and -flto

2019-05-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90577 --- Comment #3 from Dominique d'Humieres --- Has the code /* Left and right shift C routines, to compare to Fortran results. */ int c_lshift_ (int *x, int *y) { return (*x) << (*y); } int c_rshift_ (int *x, int *y) { return (*x) >> (*y); } a

[Bug middle-end/12849] testing divisibility by constant

2019-05-30 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12849 Wilco changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/90539] [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 Martin Liška changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 90539, which changed state. Bug 90539 Summary: [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 What

[Bug fortran/90539] [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377

2019-05-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #47 from Thomas

[Bug libstdc++/90646] std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646 --- Comment #9 from Jonathan Wakely --- (In reply to myLC from comment #8) > This is possible. I built 9.1.0 from source and got new issues, though. > Chances are, my system could be too old. The std::filesystem code (and everything else in

[Bug libstdc++/90634] filesystem::path insane memory allocations

2019-05-30 Thread 1000hz.radiowave at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90634 --- Comment #15 from baltic <1000hz.radiowave at gmail dot com> --- (In reply to Jonathan Wakely from comment #14) > It's true that the standard does not require path::iterator to be usable in > generic algorithms that expect forward iterators

[Bug c++/68901] UBSan triggers false -Wpadded warning

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 --- Comment #5 from krux --- Wpadded only checks for input_location != BUILTINS_LOCATION currently (stor-layout.c). Maybe something like !DECL_ARTIFICIAL(rli->t) should be added there.

[Bug go/90669] go/gofrontend/types.cc:2805 contains range-based ‘for’ loops which are not C++98

2019-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90669 --- Comment #4 from Jonathan Wakely --- shabits.assign(digest.begin(), digest.end()) would've worked too, and not required any vector reallocations as it grows.

[Bug c/52981] Separate -Wpadded into two options

2019-05-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52981 --- Comment #8 from Manuel López-Ibáñez --- (In reply to krux from comment #6) > (In reply to Manuel López-Ibáñez from comment #4) > > This is quite easy to implement. > > It's not as trivial as one might think. > There's some copy-paste code

[Bug c++/68901] UBSan triggers false -Wpadded warning

2019-05-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org ---

[Bug target/90678] [10 Regression] ICE in aarch64_return_address_signing_enabled, at config/aarch64/aarch64.c:4865 since r271735

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90678 --- Comment #3 from Martin Liška --- Reduced test-case: $ cat strstream.ii class basic_ios { public: virtual ~basic_ios(); }; class basic_ostream : virtual basic_ios {}; class strstream : basic_ostream { ~strstream(); };

[Bug target/90678] [10 Regression] ICE in aarch64_return_address_signing_enabled, at config/aarch64/aarch64.c:4865 since r271735

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90678 --- Comment #2 from Martin Liška --- $ as --version GNU assembler (GNU Binutils; openSUSE Leap 15.1) 2.31.1.20180828-lp151.2 $ ld --version GNU ld (GNU Binutils; openSUSE Leap 15.1) 2.31.1.20180828-lp151.2 $ uname -a Linux needle

[Bug target/90678] [10 Regression] ICE in aarch64_return_address_signing_enabled, at config/aarch64/aarch64.c:4865 since r271735

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90678 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug target/90678] [10 Regression] ICE in aarch64_return_address_signing_enabled, at config/aarch64/aarch64.c:4865 since r271735

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90678 --- Comment #1 from Martin Liška --- libtool: compile: /home/mliska/Programming/gcc/objdir/./gcc/xgcc -shared-libgcc -B/home/mliska/Programming/gcc/objdir/./gcc -nostdinc++

[Bug target/90678] New: [10 Regression] ICE in aarch64_return_address_signing_enabled, at config/aarch64/aarch64.c:4865 since r271735

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90678 Bug ID: 90678 Summary: [10 Regression] ICE in aarch64_return_address_signing_enabled, at config/aarch64/aarch64.c:4865 since r271735 Product: gcc Version:

[Bug middle-end/82853] Optimize x % 3 == 0 without modulo

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82853 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #34 from

[Bug tree-optimization/90671] [10 Regression] ICE on valid code at -Os and above with -g enabled in gsi_split_seq_after, at gimple-iterator.c:345

2019-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90671 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug target/90523] lto1 segfault in arm_parse_cpu_option_name

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90523 krux changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/87076] -mcpu/-march not propagated through LTO bytecode (ice/segfault if arch flags do not match)

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87076 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #5 from

[Bug c/90677] gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_node' is not defined as a type

2019-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677 --- Comment #1 from Jonathan Wakely --- If the GCC 4.6.4 code is not valid C then it's not a bug to reject it.

[Bug c/90677] New: gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_node' is not defined as a type

2019-05-30 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677 Bug ID: 90677 Summary: gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_node' is not defined as a type Product: gcc Version: 9.1.0 Status: UNCONFIRMED

[Bug target/82920] cet test failures on darwin

2019-05-30 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #14 from Iain Sandoe --- Author: iains Date: Thu May 30 08:00:45 2019 New Revision: 271766 URL: https://gcc.gnu.org/viewcvs?rev=271766=gcc=rev Log: Darwin, backport fix for PR82920 part3 (other CET test fixes). gcc/testsuite/

[Bug target/82920] cet test failures on darwin

2019-05-30 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #13 from Iain Sandoe --- Author: iains Date: Thu May 30 07:56:10 2019 New Revision: 271765 URL: https://gcc.gnu.org/viewcvs?rev=271765=gcc=rev Log: Darwin, backport fix for PR82920 part2 (mx32 is not supported) gcc/ 2019-05-30

[Bug target/82920] cet test failures on darwin

2019-05-30 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #12 from Iain Sandoe --- Author: iains Date: Thu May 30 07:51:32 2019 New Revision: 271764 URL: https://gcc.gnu.org/viewcvs?rev=271764=gcc=rev Log: Darwin, backport fix for pr82920 (part1, code) gcc/ 2019-05-30 Iain Sandoe

[Bug go/90645] sparc-unknown-linux-gnu/libgo/.libs/libgo.so: undefined reference to `fdopendir'

2019-05-30 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90645 --- Comment #6 from Eric Botcazou --- > Are there any chances to get gccgo build on this machine by the following > options? > - crosscompiling > - update libc Cross-compiling doesn't really matter here if you ultimately need to run the Go

[Bug middle-end/90676] [9 Regression] ambiguous GIMPLE after store merging

2019-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug go/90645] sparc-unknown-linux-gnu/libgo/.libs/libgo.so: undefined reference to `fdopendir'

2019-05-30 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90645 --- Comment #5 from martin --- Are there any chances to get gccgo build on this machine by the following options? - crosscompiling - update libc

[Bug gcov-profile/90672] FAIL: gcc.misc-tests/gcov-pr86536.c line 21: is 1:should be 2

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

[Bug debug/90674] [7/8/9/10 Regression] ICE in gen_subprogram_die

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90674 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug tree-optimization/90671] [10 Regression] ICE on valid code at -Os and above with -g enabled in gsi_split_seq_after, at gimple-iterator.c:345

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90671 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug gcov-profile/90672] FAIL: gcc.misc-tests/gcov-pr86536.c line 21: is 1:should be 2

2019-05-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90672 --- Comment #1 from Martin Liška --- I can't reproduce that on x86_64, sorry I don't have access to your target.

[Bug c/52981] Separate -Wpadded into two options

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52981 --- Comment #7 from krux --- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 is an example of missed -Wpadded suppression.

[Bug c++/68901] UBSan triggers false -Wpadded warning

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68901 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #3 from

[Bug c/52981] Separate -Wpadded into two options

2019-05-30 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52981 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #6 from