[Bug fortran/60127] ICE with OpenMP and DO CONCURRENT

2014-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60127 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org --- (In reply to Thomas Koenig from comment #2) Am I overlooking something basic here? a) You also can have DO CONCURRENT(i=1:5, j=1:5) but your code only handles one variable (by

[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 mikael at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[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 daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[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 R.HL at gmx dot net --- 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++/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++/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 libstdc++/60710] New: experimental::optionalT 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::optionalT is using T::operator!= Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/60710] experimental::optionalT 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 larsbj at gullik dot net changed: What|Removed |Added CC||larsbj 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 ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/60710] experimental::optionalT 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 redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Sun Mar 30 15:47:43 2014 New Revision: 208945 URL: http://gcc.gnu.org/viewcvs?rev=208945root=gccview=rev Log: PR ada/60703 *

[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 ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Sun Mar 30 15:48:19 2014 New Revision: 208946 URL: http://gcc.gnu.org/viewcvs?rev=208946root=gccview=rev Log: PR ada/60703 *

[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 ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Sun Mar 30 15:48:48 2014 New Revision: 208947 URL: http://gcc.gnu.org/viewcvs?rev=208947root=gccview=rev Log: PR ada/60703 *

[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 ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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:

[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 jmichae3 at yahoo dot com --- 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

[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 jmichae3 at yahoo dot com --- Created attachment 32488 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32488action=edit corrected ostream2a.cpp source file attached corrected source code. nearly identical

[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 glisse at gcc dot gnu.org --- 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 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 dominiq at lps dot ens.fr 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 dominiq at lps dot ens.fr 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 dominiq at lps dot ens.fr 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 dominiq at lps dot ens.fr 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 dominiq at lps dot ens.fr 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 dominiq at lps dot ens.fr changed: What|Removed |Added Status|ASSIGNED|NEW

[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 dominiq at lps dot ens.fr changed: What|Removed |Added Status|ASSIGNED|NEW

[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 dominiq at lps dot ens.fr --- 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

[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 jmichae3 at yahoo dot com --- 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,

[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 redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 jmichae3 at yahoo dot com changed: What|Removed |Added Resolution|INVALID |FIXED ---

[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 jmichae3 at yahoo dot com --- 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 --- Comment #9 from Jim Michaels jmichae3 at yahoo dot com --- it appears from protected: /** * @brief Base constructor. * * Only called from derived constructors, and sets up all the * buffer data to

[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 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[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 rsandifo at gcc dot gnu.org --- Created attachment 32491 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32491action=edit Tentative patch

[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 tkoenig at gcc dot gnu.org --- 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

[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 redi at gcc dot gnu.org changed: What|Removed |Added Resolution|FIXED |INVALID

[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=208949root=gccview=rev Log: PR target/60034 * aarch64/aarch64.c (aarch64_classify_address): Fix

[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/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 kkojima at gcc dot gnu.org --- Author: kkojima Date: Sun Mar 30 23:12:36 2014 New Revision: 208950 URL: http://gcc.gnu.org/viewcvs?rev=208950root=gccview=rev Log: PR target/60039 * config/sh/sh.md

[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 kkojima at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 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 redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 redi at gcc dot gnu.org --- I'm pretty sure there's an existing bug report about this

[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 pinskia at gcc dot gnu.org --- The inline issue is recorded as 58526.

[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 hubicka at ucw dot cz --- 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.

[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 hubicka at gcc dot gnu.org --- Created attachment 32494 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32494action=edit Patch I am testing This is patch that makes us to redirect those type inconsistent calls

[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 law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED