[Bug fortran/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-26 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug c++/69059] New: [C++14] Invalid rejection of expression as not-a-constant-expression

2015-12-26 Thread ldionne.2 at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ldionne.2 at gmail dot com Target Milestone: --- The following code does not compile with GCC trunk (g++ 6.0.0 20151226 experimental): template struct holder { T value

[Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info

2015-12-26 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 --- Comment #32 from Sergei Trofimovich --- (In reply to Andreas Schwab from comment #31) > @ltoffx on symbol+addend doesn't make any sense. This computes an offset > into the GOT, so any addend needs to be added _after_ loading the actual >

[Bug tree-optimization/69058] New: segfault with ftree-parallelize-loops=2 in libgo/go/strconv/decimal.go

2015-12-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69058 Bug ID: 69058 Summary: segfault with ftree-parallelize-loops=2 in libgo/go/strconv/decimal.go Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-26 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #2 from Steve Kargl --- On Sat, Dec 26, 2015 at 05:15:27PM +, kargl at gcc dot gnu.org wrote: > > > >N=daten(j)%daten > > > > The code is non-conforming Fortran. daten(j)%daten is used uninitialized. > gfortan can do

[Bug fortran/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-26 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #3 from Steve Kargl --- On Sat, Dec 26, 2015 at 05:43:56PM +, sgk at troutmask dot apl.washington.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 > > --- Comment #2 from Steve Kargl --- > On Sat, Dec 26, 2015 at

[Bug tree-optimization/69058] segfault with ftree-parallelize-loops=2 in libgo/go/strconv/decimal.go

2015-12-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69058 --- Comment #1 from vries at gcc dot gnu.org --- Created attachment 37136 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37136=edit reduced test-case

[Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info

2015-12-26 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 --- Comment #33 from Sergei Trofimovich --- Sent glibc workaround for review as: https://sourceware.org/ml/libc-alpha/2015-12/msg00556.html

[Bug c++/69060] New: Invalid 'cannot bind lvalue to rvalue' error

2015-12-26 Thread ldionne.2 at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: ldionne.2 at gmail dot com Target Milestone: --- The following code does not compile on GCC trunk (g++ 6.0.0 20151226 experimental): template struct hold { T value; T&&

[Bug fortran/69061] New: gfortran not using appropriate memory space for ( architecture x86_64 Darwin )

2015-12-26 Thread testuser021845 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69061 Bug ID: 69061 Summary: gfortran not using appropriate memory space for ( architecture x86_64 Darwin ) Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity:

[Bug c++/69057] constexpr static variable template assertion segmentation fault

2015-12-26 Thread vittorio.romeo at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69057 --- Comment #1 from Vittorio Romeo --- > in constexpr expansion of ‘from_enum(array)’ > internal compiler error: Segmentation fault static constexpr GLenum target_value{from_enum(buffer_target::array)};

[Bug other/69050] libbacktrace: bsearch over unsorted array in unit_addrs_search

2015-12-26 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69050 Yuri Gribov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69057] New: constexpr static variable template assertion segmentation fault

2015-12-26 Thread vittorio.romeo at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69057 Bug ID: 69057 Summary: constexpr static variable template assertion segmentation fault Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: critical

[Bug tree-optimization/69039] [6 regression] segfault with ftree-parallelize-loops=2

2015-12-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69039 --- Comment #8 from vries at gcc dot gnu.org --- Created attachment 37135 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37135=edit tentative patch that fixes invalid phi argument error

[Bug target/69061] Huge (~7GB of them) Static arrays are not fully usable on Darwin

2015-12-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69061 Andrew Pinski changed: What|Removed |Added Keywords||link-failure Target|

[Bug target/69061] Huge (~7GB of them) Static arrays are not fully usable on Darwin

2015-12-26 Thread testuser021845 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69061 --- Comment #2 from Test User --- Created attachment 37138 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37138=edit compiler response with mcmodel=large

[Bug target/69061] Huge (~7GB of them) Static arrays are not fully usable on Darwin

2015-12-26 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69061 Jack Howarth changed: What|Removed |Added CC||howarth.at.gcc at gmail dot com ---

[Bug tree-optimization/69062] New: invalid PHI argument error with ftree-parallelize-loops=2

2015-12-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69062 Bug ID: 69062 Summary: invalid PHI argument error with ftree-parallelize-loops=2 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/69062] invalid PHI argument error with ftree-parallelize-loops=2

2015-12-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69062 --- Comment #1 from vries at gcc dot gnu.org --- Tentative patch at: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69039#c8

[Bug c++/69056] GCC failed with variadic template and pointer to member function

2015-12-26 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69056 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/69039] [6 regression] segfault with ftree-parallelize-loops=2

2015-12-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69039 --- Comment #9 from vries at gcc dot gnu.org --- (In reply to vries from comment #7) > (In reply to vries from comment #6) > > Created attachment 37132 [details] > > tentative patch > > The tentative patch fixes the reduced test-case, but we run

[Bug fortran/69063] New: Internal compiler error, -Wunused-parameter

2015-12-26 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69063 Bug ID: 69063 Summary: Internal compiler error, -Wunused-parameter Product: gcc Version: 5.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug fortran/69064] New: Unhelpful error message when a module variable was not included in the only list

2015-12-26 Thread kottinge at utk dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69064 Bug ID: 69064 Summary: Unhelpful error message when a module variable was not included in the only list Product: gcc Version: 5.3.0 Status: UNCONFIRMED

[Bug fortran/69064] Unhelpful error message when a module variable was not included in the only list

2015-12-26 Thread kottinge at utk dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69064 --- Comment #1 from kottinge at utk dot edu --- Instead of gcc in the compile command it should be gfortran.