[Bug target/60697] [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-03-30 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ipa/60659] [4.9 Regression] ICE in get_polymorphic_call_info, at ipa-devirt.c:1292

2014-03-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60659 --- Comment #5 from Jan Hubicka --- Created attachment 32494 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32494&action=edit Patch I am testing This is patch that makes us to redirect those type inconsistent calls to builtin_unreachable. I

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2014-03-30 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #205 from Jan Hubicka --- I was looking into this recently, too. Curiously enough, for me clang+LTO was winning but comparing the symbols it seemed that the confiugre scripts picked bit more features at GCC side. I looked briefly on

[Bug tree-optimization/60712] "restrict" qualifier ignored on local variable or after inlining

2014-03-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60712 --- Comment #1 from Andrew Pinski --- The inline issue is recorded as 58526.

[Bug c++/60715] Narrowing conversions not caught in non-type template parameters

2014-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60715 --- Comment #1 from Jonathan Wakely --- I'm pretty sure there's an existing bug report about this

[Bug c++/60714] comments in template instantiation are interpreted

2014-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60714 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60715] New: Narrowing conversions not caught in non-type template parameters

2014-03-30 Thread filip.roseen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60715 Bug ID: 60715 Summary: Narrowing conversions not caught in non-type template parameters Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/60039] sh3 optimisation bug with -O2

2014-03-30 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60039 Kazumoto Kojima changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/60039] sh3 optimisation bug with -O2

2014-03-30 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60039 --- Comment #10 from Kazumoto Kojima --- Author: kkojima Date: Sun Mar 30 23:12:36 2014 New Revision: 208950 URL: http://gcc.gnu.org/viewcvs?rev=208950&root=gcc&view=rev Log: PR target/60039 * config/sh/sh.md (udivsi3_i1): Clobber R1 regi

[Bug c++/60713] New: [4.8/4.9 regression] ICE in iterative_hash_expr

2014-03-30 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60713 Bug ID: 60713 Summary: [4.8/4.9 regression] ICE in iterative_hash_expr Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/60034] "invalid expression as operand" in aarch64 inline asm

2014-03-30 Thread kugan at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60034 --- Comment #6 from kugan at gcc dot gnu.org --- Author: kugan Date: Sun Mar 30 22:41:59 2014 New Revision: 208949 URL: http://gcc.gnu.org/viewcvs?rev=208949&root=gcc&view=rev Log: PR target/60034 * aarch64/aarch64.c (aarch64_classify_address): Fi

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 Jonathan Wakely changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug fortran/60661] DO CONCURRENT with MASK: Avoid using a temporary for the mask

2014-03-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60661 --- Comment #3 from Thomas Koenig --- We have to be a bit careful about statement like do concurrent(i=1:n, a(i)>sum(a)/n) a(i) = a(i) * 0.5 end do which really have to be before the execution of the loop body itself.

[Bug target/60604] [4.9 Regression] GCC incorrectly compiles s_csinh function on MIPS32 (32bit fp)

2014-03-30 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60604 --- Comment #9 from rsandifo at gcc dot gnu.org --- Created attachment 32491 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32491&action=edit Tentative patch

[Bug target/60604] [4.9 Regression] GCC incorrectly compiles s_csinh function on MIPS32 (32bit fp)

2014-03-30 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60604 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 --- Comment #9 from Jim Michaels --- it appears from protected: /** * @brief Base constructor. * * Only called from derived constructors, and sets up all the * buffer data to zero, including the pointers

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 --- Comment #8 from Jim Michaels --- by the way, folks on stackoverflow.com have long struggled with this and found no solution.

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 Jim Michaels changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #7 from Jim Michaels --

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 --- Comment #5 from Jim Michaels --- not allowed to use a basic_streambuf there either, also says it's protected. apparently ostream() is protected. I looked, and there is a place that looks like you can use a treambuf, but I am unable to get it t

[Bug tree-optimization/59617] [vectorizer] ICE in vectorizable_mask_load_store with AVX-512F's gathers enabled.

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59617 --- Comment #3 from Dominique d'Humieres --- The test gcc.target/i386/avx512f-gather-5.c fails on darwin FAIL: gcc.target/i386/avx512f-gather-5.c scan-assembler gather[^\\n]*zmm There is no 'gather' in the avx512f-gather-5.s file.

[Bug fortran/47007] Values from namelist file should not depend on locale settings

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/45129] I/O edit descriptors: Warn if the format field is too small for the E and F edit descriptor

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45129 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/44292] [libgfortran ABI breakage] Increase internal size of RECL= of the OPEN statement

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44292 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/30123] Document INQUIRE, especially UNFORMATTED and FORMATTED

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30123 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/29602] [F2003] I/O specifiers can now be of any kind

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29602 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/28397] Check format mismatches at compile time

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28397 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/27436] gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27436 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 --- Comment #4 from Marc Glisse --- uostream ucout; Where did you see in the standard that basic_ostream is default constructible? The only constructor I can find is the explicit one from basic_streambuf*.

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 --- Comment #2 from Jim Michaels --- Created attachment 32488 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32488&action=edit corrected ostream2a.cpp source file attached corrected source code. nearly identical errors. In file included from

[Bug libstdc++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 --- Comment #1 from Jim Michaels --- oops! ignore the namespace std { line and the error about missing } I was trying something earlier due to an earlier error. because basic_ostream() is protected in the include file ostream, I or anyone else ca

[Bug libstdc++/60711] New: basic_ostringstream,basic_ostream,u16string,char16_t do not work together

2014-03-30 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60711 Bug ID: 60711 Summary: basic_ostringstream,basic_ostream,u16string,char16_t do not work together Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug ada/60703] System.Address not preelaborable on MIPS

2014-03-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60703 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ada/60703] System.Address not preelaborable on MIPS

2014-03-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60703 --- Comment #4 from Eric Botcazou --- Author: ebotcazou Date: Sun Mar 30 15:48:48 2014 New Revision: 208947 URL: http://gcc.gnu.org/viewcvs?rev=208947&root=gcc&view=rev Log: PR ada/60703 * system-linux-alpha.ads: Adjust for Ada 2005.

[Bug ada/60703] System.Address not preelaborable on MIPS

2014-03-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60703 --- Comment #3 from Eric Botcazou --- Author: ebotcazou Date: Sun Mar 30 15:48:19 2014 New Revision: 208946 URL: http://gcc.gnu.org/viewcvs?rev=208946&root=gcc&view=rev Log: PR ada/60703 * system-linux-alpha.ads: Adjust for Ada 2005.

[Bug ada/60703] System.Address not preelaborable on MIPS

2014-03-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60703 --- Comment #2 from Eric Botcazou --- Author: ebotcazou Date: Sun Mar 30 15:47:43 2014 New Revision: 208945 URL: http://gcc.gnu.org/viewcvs?rev=208945&root=gcc&view=rev Log: PR ada/60703 * system-linux-alpha.ads: Adjust for Ada 2005.

[Bug libstdc++/60710] experimental::optional is using T::operator!=

2014-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60710 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/60703] System.Address not preelaborable on MIPS

2014-03-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60703 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED CC|ebotcazou at

[Bug ada/60703] System.Address not preelaborable on MIPS

2014-03-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60703 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/60710] experimental::optional is using T::operator!=

2014-03-30 Thread larsbj at gullik dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60710 Lars Gullik Bjønnes changed: What|Removed |Added CC||larsbj at gullik dot net --- Commen

[Bug libstdc++/60710] New: experimental::optional is using T::operator!=

2014-03-30 Thread larsbj at gullik dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60710 Bug ID: 60710 Summary: experimental::optional is using T::operator!= Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libs

[Bug c++/60709] New: [C++11]ICE when using a braced-init-list as function argument to initialize a reference to array

2014-03-30 Thread frankhb1989 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60709 Bug ID: 60709 Summary: [C++11]ICE when using a braced-init-list as function argument to initialize a reference to array Product: gcc Version: 4.8.2 Status: UNCONFIRMED

[Bug c++/60708] New: An array temporary causes an ICE in gimplify

2014-03-30 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60708 Bug ID: 60708 Summary: An array temporary causes an ICE in gimplify Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/60705] ill-formed member access in alias template ignored

2014-03-30 Thread R.HL at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60705 --- Comment #2 from Robert Haberlach --- In this case the nested-name-specifier is not dependent upon any template argument. Thank you for the link, i didn't know that report yet.

[Bug c++/60705] ill-formed member access in alias template ignored

2014-03-30 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60705 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug fortran/60576] [4.8 Regression] FAIL: gfortran.dg/assumed_rank_7.f90

2014-03-30 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576 Mikael Morin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED