[Bug c/64423] Incorrect column number of -Wchar-subscripts

2014-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64423 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/64423] New: Incorrect column number of -Wchar-subscripts

2014-12-27 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64423 Bug ID: 64423 Summary: Incorrect column number of -Wchar-subscripts Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/64422] basic_string::erase is unresloved

2014-12-27 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64422 --- Comment #1 from Bernd Edlinger --- with -std=gnu++03 we get call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5eraseEN9__gnu_cxx17__normal_iteratorIPKcS4_EES9_ aka std::__cxx11::basic_string, std::allocator >::erase(__gnu_cxx::__n

[Bug c++/64422] New: basic_string::erase is unresloved

2014-12-27 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64422 Bug ID: 64422 Summary: basic_string::erase is unresloved Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

[Bug c++/64410] gcc 25% slower than clang 3.5 for adding complex numbers

2014-12-27 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64410 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/64418] User-defined conversion not properly suppressed in certain cases of list-initialisation

2014-12-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64418 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/60414] internal compiler error: tree check

2014-12-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60414 --- Comment #5 from janus at gcc dot gnu.org --- It seems the ICE is fixed on trunk. Can we close this PR?

[Bug fortran/59103] [OOP] Reject deallocate/intent(out) for polymorphic var in PURE procedures (IR F08/0033)

2014-12-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59103 --- Comment #5 from janus at gcc dot gnu.org --- (In reply to janus from comment #4) > (In reply to Dominique d'Humieres from comment #2) > > Isn't this PR related to the patch at > > https://gcc.gnu.org/ml/fortran/2014-12/msg00098.html? > > Yes,

[Bug fortran/54756] [OOP] [F08] Should reject CLASS, intent(out) in PURE procedures

2014-12-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54756 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/54756] [OOP] [F08] Should reject CLASS, intent(out) in PURE procedures

2014-12-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54756 --- Comment #8 from janus at gcc dot gnu.org --- Author: janus Date: Sat Dec 27 22:40:21 2014 New Revision: 219085 URL: https://gcc.gnu.org/viewcvs?rev=219085&root=gcc&view=rev Log: 2014-12-27 Janus Weil PR fortran/54756 * resolve.c (

[Bug tree-optimization/64421] New: Incorrect vector function name generated for log

2014-12-27 Thread andrew.n.senkevich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64421 Bug ID: 64421 Summary: Incorrect vector function name generated for log Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tr

[Bug bootstrap/64419] ./configure --prefix /root/bin/gcc-4.9.2 --with-mpc=/root/mpc/ --disable-multilib

2014-12-27 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64419 --- Comment #3 from Jason Pyeron --- Sorry, I just assumed that I did not need to mention that I had set LD_LIBRARY_PATH (at least so says history). Thanks. Off to other problems now.

[Bug c++/64385] odd behaviour of std::is_move_constructible< std::ostringstream >

2014-12-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64385 --- Comment #2 from Jonathan Wakely --- As a workaround you can simply instantiate the trait before it is used in the function template. Here's a reduced version of the test, which breaks when A is defined, but is fixed by defining B: #include

[Bug c++/64385] odd behaviour of std::is_move_constructible< std::ostringstream >

2014-12-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64385 --- Comment #1 from Jonathan Wakely --- The problem is due to one of the bugs that PR 59002 depends on. Prior to GCC 5 the stream classes have private copy constructors to make them non-copyable. Normally (as you see when A is not defined) this

[Bug ipa/64420] New: LTO can miscompile IFUNCs designated via top-level asm

2014-12-27 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64420 Bug ID: 64420 Summary: LTO can miscompile IFUNCs designated via top-level asm Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/64418] User-defined conversion not properly suppressed in certain cases of list-initialisation

2014-12-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64418 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC

[Bug bootstrap/64419] ./configure --prefix /root/bin/gcc-4.9.2 --with-mpc=/root/mpc/ --disable-multilib

2014-12-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64419 --- Comment #2 from Jonathan Wakely --- This is a FAQ: https://gcc.gnu.org/wiki/FAQ#configure_suffix Most search engines should be able to direct you straight to that page if you search for the error. Also, don't use ./configure as explained at

[Bug bootstrap/64419] ./configure --prefix /root/bin/gcc-4.9.2 --with-mpc=/root/mpc/ --disable-multilib

2014-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64419 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/64419] New: ./configure --prefix /root/bin/gcc-4.9.2 --with-mpc=/root/mpc/ --disable-multilib

2014-12-27 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64419 Bug ID: 64419 Summary: ./configure --prefix /root/bin/gcc-4.9.2 --with-mpc=/root/mpc/ --disable-multilib Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severit

[Bug c++/64414] cc1plus: internal compiler error: Segmentation fault

2014-12-27 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64414 --- Comment #3 from Jason Pyeron --- I am building gcc 4.9.2 presently, I will test afterwards. Distro bug: https://bugzilla.redhat.com/show_bug.cgi?id=1177458 in case of patch.

[Bug target/64409] ICE building Mesa 10.4.0 for x32 ABI

2014-12-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64409 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug target/64409] ICE building Mesa 10.4.0 for x32 ABI

2014-12-27 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64409 --- Comment #8 from hjl at gcc dot gnu.org --- Author: hjl Date: Sat Dec 27 16:35:41 2014 New Revision: 219083 URL: https://gcc.gnu.org/viewcvs?rev=219083&root=gcc&view=rev Log: Issue an error for ms_abi attribute with x32 There is no counter p

[Bug target/64409] ICE building Mesa 10.4.0 for x32 ABI

2014-12-27 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64409 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Sat Dec 27 16:26:55 2014 New Revision: 219082 URL: https://gcc.gnu.org/viewcvs?rev=219082&root=gcc&view=rev Log: Issue an error for ms_abi attribute with x32 There is no counter p

[Bug target/64409] ICE building Mesa 10.4.0 for x32 ABI

2014-12-27 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64409 --- Comment #6 from hjl at gcc dot gnu.org --- Author: hjl Date: Sat Dec 27 16:14:59 2014 New Revision: 219081 URL: https://gcc.gnu.org/viewcvs?rev=219081&root=gcc&view=rev Log: Issue an error for ms_abi attribute with x32 There is no counter p

[Bug c++/64418] New: User-defined conversion not properly suppressed in certain cases of list-initialisation

2014-12-27 Thread momchil.velikov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64418 Bug ID: 64418 Summary: User-defined conversion not properly suppressed in certain cases of list-initialisation Product: gcc Version: 5.0 Status: UNCONFIRMED Sev

[Bug c++/64414] cc1plus: internal compiler error: Segmentation fault

2014-12-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64414 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #3 from H.J. Lu --- (In reply to iverbin from comment #2) > (In reply to H.J. Lu from comment #1) > > (In reply to iverbin from comment #0) > > > To reproduce using Intel Xeon Phi emulation: > > > 1. Build offload and host compilers a

[Bug target/54429] [SH] SImode values get ferried through FPUL and FP regs for -O0

2014-12-27 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54429 --- Comment #8 from Oleg Endo --- BTW, the problem is also there when using LRA.

[Bug c/64417] [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)

2014-12-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417 Andreas Schwab changed: What|Removed |Added Component|target |c --- Comment #1 from Andreas Schwab -

[Bug target/54429] [SH] SImode values get ferried through FPUL and FP regs for -O0

2014-12-27 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54429 --- Comment #7 from Oleg Endo --- Another minimal test case: int var; int test (void) { return var; } mov.l r14,@-r15 mov r15,r14 mov.l .L3,r1 mov.l @r1,r1 lds r1,fpul fstsfp

[Bug target/64417] New: [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)

2014-12-27 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417 Bug ID: 64417 Summary: [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal