[Bug bootstrap/86450] Bootstrap failure due to -Wabi

2018-07-09 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86450 Fritz Reese changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/86450] Bootstrap failure due to -Wabi

2018-07-09 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86450 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Severity|normal

[Bug tree-optimization/86415] strlen() not folded for substrings within constant arrays

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86415 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 Bug 83819 depends on bug 86415, which changed state. Bug 86415 Summary: strlen() not folded for substrings within constant arrays https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86415 What|Removed |Added

[Bug tree-optimization/86415] strlen() not folded for substrings within constant arrays

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86415 --- Comment #4 from Martin Sebor --- Author: msebor Date: Tue Jul 10 00:02:36 2018 New Revision: 262528 URL: https://gcc.gnu.org/viewcvs?rev=262528=gcc=rev Log: PR tree-optimization/86415 - strlen() not folded for substrings within constant

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 --- Comment #8 from Dominique d'Humieres --- > > The correct invocation of a GCC testsuite is "make -k check-blah", otherwise > > the recursive Make processes will stop on errors. > > > > Since when? I've been doing 'gmake check-fortran' and >

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 --- Comment #7 from Steve Kargl --- On Mon, Jul 09, 2018 at 10:21:20PM +, ebotcazou at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 > > --- Comment #6 from Eric Botcazou --- > > 'gmake -j6 check-fortran' has

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 --- Comment #6 from Eric Botcazou --- > 'gmake -j6 check-fortran' has never died on an error > like the one I've shown in the 15+ years that I've been > contributing to GCC. Needing -k now, means someone has > broken the build infrastructure.

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 --- Comment #5 from Steve Kargl --- On Mon, Jul 09, 2018 at 10:05:23PM +, ebotcazou at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 > > --- Comment #4 from Eric Botcazou --- > > Since when? > > The dawn of

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 --- Comment #4 from Eric Botcazou --- > Since when? The dawn of time, see https://gcc.gnu.org/contribute.html#testing

[Bug fortran/86417] [9 Regression] FAIL: libgomp.fortran/alloc-comp-3.f90 -O0 (test for excess errors)

2018-07-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86417 --- Comment #11 from Thomas Koenig --- (In reply to janus from comment #10) > (In reply to janus from comment #9) > > The following patch seems to be sufficient to fix the regression: > > > ... however, it lacks a safety check for the

[Bug bootstrap/86450] New: Bootstrap failure due to -Wabi

2018-07-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86450 Bug ID: 86450 Summary: Bootstrap failure due to -Wabi Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 Bug 83819 depends on bug 86428, which changed state. Bug 86428 Summary: strlen of const array initialized with a string of the same length not folded https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86428 What|Removed

[Bug tree-optimization/86428] strlen of const array initialized with a string of the same length not folded

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86428 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/77357] strlen of constant strings not folded

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 Bug 83819 depends on bug 77357, which changed state. Bug 77357 Summary: strlen of constant strings not folded https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 What|Removed |Added

[Bug middle-end/77357] strlen of constant strings not folded

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 --- Comment #6 from Martin Sebor --- Author: msebor Date: Mon Jul 9 20:33:48 2018 New Revision: 262522 URL: https://gcc.gnu.org/viewcvs?rev=262522=gcc=rev Log: PR middle-end/77357 - strlen of constant strings not folded gcc/ChangeLog:

[Bug tree-optimization/86428] strlen of const array initialized with a string of the same length not folded

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86428 --- Comment #3 from Martin Sebor --- Author: msebor Date: Mon Jul 9 20:33:48 2018 New Revision: 262522 URL: https://gcc.gnu.org/viewcvs?rev=262522=gcc=rev Log: PR middle-end/77357 - strlen of constant strings not folded gcc/ChangeLog:

[Bug target/86449] New: GCC 8 compiler generates slower code for spec 2006 calculix on a power9 using -mcpu=power9 than using -mcpu=power8

2018-07-09 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86449 Bug ID: 86449 Summary: GCC 8 compiler generates slower code for spec 2006 calculix on a power9 using -mcpu=power9 than using -mcpu=power8 Product: gcc Version:

[Bug target/86448] New: GCC 9 compiler generates slower code for spec 2006 milc on a power9 using -mcpu=power9 than using -mcpu=power8

2018-07-09 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86448 Bug ID: 86448 Summary: GCC 9 compiler generates slower code for spec 2006 milc on a power9 using -mcpu=power9 than using -mcpu=power8 Product: gcc Version: 9.0

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread sgk at troutmask dot apl.washington.edu
=== gfortran Summary === # of expected passes8017 # of expected failures 3 # of unsupported tests 24 /safe/sgk/gcc/obj/gcc/gfortran version 9.0.0 20180709 (experimental) (GCC) gmake[2]: Leaving directory '/safe/sgk/gcc/obj/gcc' gmake[1]: Leavin

[Bug libstdc++/86447] New: gcc 9.0 from r262456 can't build cross compiler for mingw-w64 target

2018-07-09 Thread mateuszb at poczta dot onet.pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86447 Bug ID: 86447 Summary: gcc 9.0 from r262456 can't build cross compiler for mingw-w64 target Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread sgk at troutmask dot apl.washington.edu
or. The last few line are === gfortran Summary === # of expected passes6413 # of expected failures 18 # of unsupported tests 2 /safe/sgk/gcc/obj8/gcc/gfortran version 8.1.1 20180709 (GCC) gmake[2]: Leaving directory '/safe/sgk/gcc/obj8/gcc' gmake[1]: Leaving directory '

[Bug testsuite/86446] 'gmake check-fortran' broken in libgomp

2018-07-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug rtl-optimization/86438] [8/9 Regression] wrong code at -Os

2018-07-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86438 --- Comment #2 from Uroš Bizjak --- Here is what happens: compare operators in (insn 66) are substituted with their defs from (insn 64) and (insn 14). The CC mode is calculated from SELECT_CC_MODE, which really returns CCCmode. The flags reg

[Bug testsuite/86446] New: 'gmake check-fortran' broken in libgomp

2018-07-09 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86446 Bug ID: 86446 Summary: 'gmake check-fortran' broken in libgomp Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite

[Bug testsuite/86445] New: [9 regression] Missing warning for test case gcc/testsuite/gcc.dg/pr84100.c starting with r262513

2018-07-09 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86445 Bug ID: 86445 Summary: [9 regression] Missing warning for test case gcc/testsuite/gcc.dg/pr84100.c starting with r262513 Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug c++/86440] -Wignored-qualifiers diagnostic highlights wrong token with pointer

2018-07-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86440 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/86421] OpenMP declare simd linear ref in module causes gfortran to bail out

2018-07-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86421 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/86444] New: [X86] Implementation of SSE comi/ucomi intrinsics does not match recent versions of icc, clang, or MSVC

2018-07-09 Thread craig.topper at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86444 Bug ID: 86444 Summary: [X86] Implementation of SSE comi/ucomi intrinsics does not match recent versions of icc, clang, or MSVC Product: gcc Version: 9.0 Status:

[Bug libstdc++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 --- Comment #13 from rguenther at suse dot de --- On July 9, 2018 5:40:31 PM GMT+02:00, "boris.staletic at gmail dot com" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 > >--- Comment #12 from Boris Staletic >--- >If you're

[Bug c++/86426] g++ ICE at on valid code in tree_operand_check, at tree.h:3615

2018-07-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86426 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread boris.staletic at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 --- Comment #12 from Boris Staletic --- If you're wondering about clang, it hangs too, but doesn't hog memory. > That's to be expected when it runs into swap. Anything else I should try?

[Bug lto/86442] Wrong error: global register variable follows a function definition when using LTO

2018-07-09 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86442 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug c++/86397] [7/8/9 Regression] g++ ICE at on valid code in nothrow_spec_p, at cp/except.c:1158

2018-07-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86397 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 --- Comment #11 from rguenther at suse dot de --- On July 9, 2018 5:18:40 PM GMT+02:00, "boris.staletic at gmail dot com" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 > >--- Comment #10 from Boris Staletic >--- >Running "g++ -S

[Bug lto/86442] Wrong error: global register variable follows a function definition when using LTO

2018-07-09 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86442 --- Comment #1 from Jan Hubicka --- > Following wrong error is printed with LTO: > > $ cat global.cpp > register int a __asm__("r12"); > > class b { > public: > b(); > }; > > b c; > > int main() { a = 3; } > > $ g++ global.cpp -O2 -flto

[Bug libstdc++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread boris.staletic at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 --- Comment #10 from Boris Staletic --- Running "g++ -S -fno-exceptions CodePoint.cpp" didn't run into OOM killer, but gcc still hanged. The memory usage at maximum was 15.6GB. What I find strange is that "htop" reported the g++ process as dead

[Bug c++/86443] New: ICEs on #pragma omp distribute parallel for with class iterators

2018-07-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86443 Bug ID: 86443 Summary: ICEs on #pragma omp distribute parallel for with class iterators Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/86441] instantiate_class_template() unable to re-execute constexpr function

2018-07-09 Thread boris at kolpackov dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86441 --- Comment #1 from Boris Kolpackov --- Created attachment 44366 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44366=edit Test case that shows the problem if compiled with ODB For the record, a test case that triggers the error if

[Bug lto/86442] New: Wrong error: global register variable follows a function definition when using LTO

2018-07-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86442 Bug ID: 86442 Summary: Wrong error: global register variable follows a function definition when using LTO Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug c++/86441] New: instantiate_class_template() unable to re-execute constexpr function

2018-07-09 Thread boris at kolpackov dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86441 Bug ID: 86441 Summary: instantiate_class_template() unable to re-execute constexpr function Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/86438] [8/9 Regression] wrong code at -Os

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86438 Richard Biener changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug rtl-optimization/86438] [8/9 Regression] wrong code at -Os

2018-07-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86438 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/86438] [8/9 Regression] wrong code at -Os

2018-07-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86438 Uroš Bizjak changed: What|Removed |Added Target Milestone|--- |8.3

[Bug libstdc++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 Richard Biener changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug c++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread boris.staletic at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 --- Comment #8 from Boris Staletic --- > ulimit -s unlimited After running that command and enabling swap, for a total of 16GB available memory, until about 5 minute mark, cc1plus was consuming >4GB. After about five minute mark, cc1plus

[Bug c++/86440] New: -Wignored-qualifiers diagnostic highlights wrong token with pointer

2018-07-09 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86440 Bug ID: 86440 Summary: -Wignored-qualifiers diagnostic highlights wrong token with pointer Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-07-09 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 nightstrike changed: What|Removed |Added CC||nightstrike at gmail dot com --- Comment

[Bug target/49263] SH Target: underutilized "TST #imm, R0" instruction

2018-07-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49263 --- Comment #28 from Oleg Endo --- (In reply to Eric Gallager from comment #27) > (In reply to Oleg Endo from comment #26) > > Author: olegendo > > Date: Mon Jan 26 23:56:05 2015 > > New Revision: 220144 Well, it fixed some of the cases

[Bug c++/86439] New: CTAD with deleted copy constructor fails due to deduction-guide taking by value

2018-07-09 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86439 Bug ID: 86439 Summary: CTAD with deleted copy constructor fails due to deduction-guide taking by value Product: gcc Version: 8.1.1 Status: UNCONFIRMED

[Bug rtl-optimization/86438] New: [8/9 Regression] wrong code at -Os

2018-07-09 Thread zsojka at seznam dot cz
-linux-gnu --target=x86_64-pc-linux-gnu --with-ld=/usr/bin/x86_64-pc-linux-gnu-ld --with-as=/usr/bin/x86_64-pc-linux-gnu-as --disable-libstdcxx-pch --prefix=/repo/gcc-trunk//binary-trunk-262509-checking-yes-rtl-df-extra-nobootstrap-amd64 Thread model: posix gcc version 9.0.0 20180709 (experimental) (GCC)

[Bug fortran/86417] [9 Regression] FAIL: libgomp.fortran/alloc-comp-3.f90 -O0 (test for excess errors)

2018-07-09 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86417 --- Comment #10 from janus at gcc dot gnu.org --- (In reply to janus from comment #9) > The following patch seems to be sufficient to fix the regression: ... however, it lacks a safety check for the existence of the ctor expression. This

[Bug c/86420] [9 regression] nextafter(0x1p-1022,0) is constant folded

2018-07-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86420 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Mon Jul 9 10:56:47 2018 New Revision: 262517 URL: https://gcc.gnu.org/viewcvs?rev=262517=gcc=rev Log: PR c/86420 * real.c (real_nextafter): Return true if result is

[Bug tree-optimization/86434] early string folding defeats strlen optimization and -Warray-bounds

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86434 --- Comment #2 from Richard Biener --- Are these examples from real-world code? Because I can create examples where early folding is necessary as well... It's really not an easy black-and-white decision. Consider void f (int i) { if

[Bug c++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 Richard Biener changed: What|Removed |Added Status|NEW |WAITING --- Comment #7 from Richard

[Bug c++/86422] G++ ICE(segmentation fault) when compiling a huge static array of sufficiently complex structs

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86422 --- Comment #6 from Richard Biener --- So with a debug build I can see (gdb) run Starting program: /home/abuild/rguenther/gcc8-g/gcc/cc1plus -quiet /tmp/CodePoint.ii Program received signal SIGSEGV, Segmentation fault. 0x01576cf6 in

[Bug middle-end/86437] runtime segfault on Fortran code with large array and -Ofast

2018-07-09 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86437 --- Comment #3 from janus at gcc dot gnu.org --- (In reply to janus from comment #2) > (In reply to Dominique d'Humieres from comment #1) > > WORKSFORME. AFAIR -Ofast implies -fstack-arrays. > > Yeah, right, -fstack-arrays is the crucial flag

[Bug middle-end/86437] runtime segfault on Fortran code with large array and -Ofast

2018-07-09 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86437 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #1) > WORKSFORME. AFAIR -Ofast implies -fstack-arrays. Yeah, right, -fstack-arrays is the crucial flag here. > What is the output of > > ulimit -s

[Bug middle-end/86437] runtime segfault on Fortran code with large array and -Ofast

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

[Bug target/86425] Spec 2006 soplex seems to be slower on PowerPC using -ffast-math than without -ffast-math

2018-07-09 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86425 Martin Jambor changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug fortran/86416] [OMPVV SOLLVE] Defaultmap issues on OpenMP 4.5

2018-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86416 --- Comment #3 from Dominique d'Humieres --- > Note, OpenMP 4.5 fortran support is incomplete, it is partially 4.0, > partially 4.5. Only C/C++ are complete. Does this apply also to pr86421? Would it be possible to have an error "not yet

[Bug fortran/49278] ICE (segfault) when combining DATA with default initialization

2018-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49278 Dominique d'Humieres changed: What|Removed |Added CC||gs...@t-online.de --- Comment

[Bug middle-end/86437] New: runtime segfault on Fortran code with large array and -Ofast

2018-07-09 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86437 Bug ID: 86437 Summary: runtime segfault on Fortran code with large array and -Ofast Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/86220] [9 Regression] ICE in gfc_conv_structure, at fortran/trans-expr.c:7789

2018-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86220 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug driver/86357] -falign-{functions,loops,jumps} incorrectly reported as disabled by -Q --help=optimizers

2018-07-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86357 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86429] [8/9 Regression] lambda capture breaks constexpr-ness

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86429 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug lto/86412] lto1: internal compiler error: in lto_symtab_prevailing_virtual_decl, at lto/lto-symtab.c

2018-07-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86412 --- Comment #6 from Martin Liška --- Started with r231671.

[Bug fortran/86416] [OMPVV SOLLVE] Defaultmap issues on OpenMP 4.5

2018-07-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86416 --- Comment #2 from Jakub Jelinek --- Note, OpenMP 4.5 fortran support is incomplete, it is partially 4.0, partially 4.5. Only C/C++ are complete.

[Bug tree-optimization/86401] The "For constants M and N, if M == (1LL << cst) - 1 && (N & M) == M,..." opts are only in fold-const.c and in RTL

2018-07-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86401 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/86413] [9 regression] gcc.dg/guality/pr48437.c fail

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86413 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/86413] [9 regression] gcc.dg/guality/pr48437.c fail

2018-07-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86413 --- Comment #3 from Richard Biener --- Author: rguenth Date: Mon Jul 9 07:25:14 2018 New Revision: 262511 URL: https://gcc.gnu.org/viewcvs?rev=262511=gcc=rev Log: 2018-07-09 Richard Biener PR debug/86413 * dwarf2out.c

[Bug fortran/83192] ICE for printing derived type

2018-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83192 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---