[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-31 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #16 from asmwarrior --- I think I may find some hard coded which limit the pch file size, it is located in: gcc/config/i386/host-mingw32.c You can view the file in https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=gcc/config/i386/hos

[Bug rtl-optimization/66351] New: [6 regression] r223883 miscompiles stage2 compiler on ia64

2015-05-31 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66351 Bug ID: 66351 Summary: [6 regression] r223883 miscompiles stage2 compiler on ia64 Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: wrong-code S

[Bug c++/66350] typename should be forbidden in inhering constructors

2015-05-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66350 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC

[Bug middle-end/66352] New: [6 Regression] ICE in in dfs_enumerate_from, at cfganal.c:1195

2015-05-31 Thread Joost.VandeVondele at mat dot ethz.ch
6.0.0 20150531 (experimental) [trunk revision 223896] (GCC)

[Bug middle-end/66352] [6 Regression] ICE in in dfs_enumerate_from, at cfganal.c:1195

2015-05-31 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66352 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug middle-end/66352] [6 Regression] ICE in in dfs_enumerate_from, at cfganal.c:1195

2015-05-31 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66352 Joost VandeVondele changed: What|Removed |Added Depends on||66340 --- Comment #2 from Joost Van

[Bug middle-end/66353] New: Missing bb_has_abnormal_call_pred in basic-block.h

2015-05-31 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66353 Bug ID: 66353 Summary: Missing bb_has_abnormal_call_pred in basic-block.h Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/66334] cleanup block fails to initialize EBX

2015-05-31 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66334 --- Comment #5 from H.J. Lu --- (In reply to H.J. Lu from comment #4) > This seems to work: > > diff --git a/gcc/lra-lives.c b/gcc/lra-lives.c > index 085411e..a0c6171 100644 > --- a/gcc/lra-lives.c > +++ b/gcc/lra-lives.c > @@ -979,8 +979,7 @@

[Bug tree-optimization/66349] ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu in dfs_enumerate_from, at cfganal.c:1195

2015-05-31 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66349 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/66340] [6 Regression] profiledbootstrap failure on x86-64 with LTO

2015-05-31 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66340 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/66320] [5/6 Regression] ICE: in cxx_eval_constant_expression, at cp/constexpr.c:3524

2015-05-31 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66320 --- Comment #3 from Jason Merrill --- Author: jason Date: Sun May 31 20:36:18 2015 New Revision: 223901 URL: https://gcc.gnu.org/viewcvs?rev=223901&root=gcc&view=rev Log: PR c++/66320 * constexpr.c (cxx_eval_constant_expression):

[Bug libstdc++/66354] New: [UBSAN] stl_algobase.h:708:7: runtime error: null pointer passed as argument

2015-05-31 Thread dimhen at gmail dot com
Configured with: /home/dimhen/src/gcc_current/configure --prefix=/usr/local/gcc_current --enable-static --enable-checking=yes,df,fold,rtl --enable-languages=c,c++,lto --enable-plugin --disable-libstdcxx-dual-abi --disable-multilib Thread model: posix gcc version 6.0.0 20150531 (experimental) [trunk

[Bug c++/66320] [5/6 Regression] ICE: in cxx_eval_constant_expression, at cp/constexpr.c:3524

2015-05-31 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66320 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/66320] [5/6 Regression] ICE: in cxx_eval_constant_expression, at cp/constexpr.c:3524

2015-05-31 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66320 --- Comment #4 from Jason Merrill --- Author: jason Date: Sun May 31 20:57:19 2015 New Revision: 223904 URL: https://gcc.gnu.org/viewcvs?rev=223904&root=gcc&view=rev Log: PR c++/66320 * constexpr.c (cxx_eval_constant_expression):

[Bug libstdc++/66354] [UBSAN] stl_algobase.h:708:7: runtime error: null pointer passed as argument

2015-05-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66354 --- Comment #1 from Jonathan Wakely --- (In reply to Dmitry G. Dyachenko from comment #0) > Sorry, I have no compact testcase. Could you at least use -fno-sanitize-recover=undefined and look at the stack trace where it happens?

[Bug libstdc++/66354] [UBSAN] stl_algobase.h:708:7: runtime error: null pointer passed as argument

2015-05-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66354 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/66355] New: defining a constructor inhibits optimization

2015-05-31 Thread kalmquist1 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66355 Bug ID: 66355 Summary: defining a constructor inhibits optimization Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug bootstrap/66356] New: Failure to bootstrap release version together with binutils

2015-05-31 Thread ojakubcik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66356 Bug ID: 66356 Summary: Failure to bootstrap release version together with binutils Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Pr

[Bug libstdc++/66354] [UBSAN] stl_algobase.h:708:7: runtime error: null pointer passed as argument

2015-05-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66354 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Sun May 31 22:42:17 2015 New Revision: 223906 URL: https://gcc.gnu.org/viewcvs?rev=223906&root=gcc&view=rev Log: PR libstdc++/66354 * include/bits/stl_algobase.h (__fill_

[Bug tree-optimization/66357] New: ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu in verify_loop_structure, at cfgloop.c:1662

2015-05-31 Thread su at cs dot ucdavis.edu
Configured with: ../gcc-trunk/configure --prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20150531 (experimental) [trunk revision 223897] (GCC) $ $ gcc-trunk -O0 -c small.c $ gcc-trunk -Os -c small.c $ gcc-5.1 -O1 -c

[Bug fortran/66331] gfortran.dg/continuation_13.f90 execution failure

2015-05-31 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66331 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/66357] [6 Regression] ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu in verify_loop_structure, at cfgloop.c:1662

2015-05-31 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66357 Mikhail Maltsev changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|