[Bug target/59573] aarch64: commit 07ca5686e64 broken glibc-2.17

2013-12-22 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59573 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/59577] New: OpenMP: ICE with type(c_ptr) in private()

2013-12-22 Thread 06needhamt at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59577 Bug ID: 59577 Summary: OpenMP: ICE with type(c_ptr) in private() Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug target/59573] aarch64: commit 07ca5686e64 broken glibc-2.17

2013-12-22 Thread dennis.yxun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59573 Dennis.Yxun dennis.yxun at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug fortran/52075] OpenMP atomic update failing if -fbounds-check specified

2013-12-22 Thread bdavis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52075 Bud Davis bdavis at gcc dot gnu.org changed: What|Removed |Added CC||bdavis at gcc dot

[Bug c++/59394] Unused code generated

2013-12-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Attachment #31385|0 |1 is

[Bug c++/59394] Unused code generated

2013-12-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Target|AVR |

[Bug c++/59394] Unused code generated

2013-12-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394 --- Comment #3 from Georg-Johann Lay gjl at gcc dot gnu.org --- Some more notes: If you don't want that small functions are being inlined, consider -fno-inline-small-functions. If a function is being inlined then it's body is still implemented

[Bug target/59578] New: Overuse of v prefix for SSE instructions

2013-12-22 Thread msharov at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59578 Bug ID: 59578 Summary: Overuse of v prefix for SSE instructions Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: target

[Bug target/59573] aarch64: commit 07ca5686e64 broken glibc-2.17

2013-12-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59573 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/59579] New: Defaulted copy constructor of template class is instantiated even when not called (probably bug 57153)

2013-12-22 Thread Konstantin.Sadov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59579 Bug ID: 59579 Summary: Defaulted copy constructor of template class is instantiated even when not called (probably bug 57153) Product: gcc Version: 4.7.2 Status:

[Bug middle-end/59569] [4.9 Regression] r206148 causes internal compiler error: in vect_create_destination_var, at tree-vect-data-refs.c:4294

2013-12-22 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59569 --- Comment #5 from David Binderman dcb314 at hotmail dot com --- (In reply to Zhendong Su from comment #4) Below is a very similar testcase that I've encountered: I have a third test case available on request.

[Bug bootstrap/59580] New: --with-arch=generic is allowed to configure GCC

2013-12-22 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59580 Bug ID: 59580 Summary: --with-arch=generic is allowed to configure GCC Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/59578] Overuse of v prefix for SSE instructions

2013-12-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59578 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/59345] _gfortran_internal_pack on compiler generated temps

2013-12-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59345 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/59579] Defaulted copy constructor of template class is instantiated even when not called (probably bug 57153)

2013-12-22 Thread Konstantin.Sadov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59579 --- Comment #1 from Konstantin Sadov Konstantin.Sadov at gmail dot com --- Similar programs with defaulted default and move constructors work, so the problem is for copy constructor only. struct A{A()=delete;A(A)=default;}; template typename B

[Bug middle-end/59569] [4.9 Regression] r206148 causes internal compiler error: in vect_create_destination_var, at tree-vect-data-refs.c:4294

2013-12-22 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59569 --- Comment #6 from H.J. Lu hjl.tools at gmail dot com --- (In reply to David Binderman from comment #5) (In reply to Zhendong Su from comment #4) Below is a very similar testcase that I've encountered: I have a third test case available on

[Bug target/59581] New: [SH] insns that use r0...r7 are put into delay slot of rte

2013-12-22 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59581 Bug ID: 59581 Summary: [SH] insns that use r0...r7 are put into delay slot of rte Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/59573] aarch64: commit 07ca5686e64 broken glibc-2.17

2013-12-22 Thread dennis.yxun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59573 --- Comment #4 from Dennis.Yxun dennis.yxun at gmail dot com --- (In reply to Andrew Pinski from comment #3) Can you try using ARM's foundation model (or another simulator) which should be easier to compare against? Yes, I've tried with

[Bug lto/59582] New: LTO discards symbol that defined as weak elsewhere

2013-12-22 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59582 Bug ID: 59582 Summary: LTO discards symbol that defined as weak elsewhere Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/57422] [4.9 Regression] ICE: SIGSEGV in dominated_by_p with custom flags

2013-12-22 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57422 --- Comment #4 from Andrey Belevantsev abel at gcc dot gnu.org --- Author: abel Date: Mon Dec 23 06:41:22 2013 New Revision: 206173 URL: http://gcc.gnu.org/viewcvs?rev=206173root=gccview=rev Log: PR rtl-optimization/57422 *

[Bug rtl-optimization/57422] [4.9 Regression] ICE: SIGSEGV in dominated_by_p with custom flags

2013-12-22 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57422 --- Comment #5 from Andrey Belevantsev abel at gcc dot gnu.org --- Author: abel Date: Mon Dec 23 06:43:49 2013 New Revision: 206174 URL: http://gcc.gnu.org/viewcvs?rev=206174root=gccview=rev Log: PR rtl-optimization/57422 *

[Bug rtl-optimization/57422] [4.9 Regression] ICE: SIGSEGV in dominated_by_p with custom flags

2013-12-22 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57422 Andrey Belevantsev abel at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/59569] [4.9 Regression] r206148 causes internal compiler error: in vect_create_destination_var, at tree-vect-data-refs.c:4294

2013-12-22 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59569 --- Comment #7 from David Binderman dcb314 at hotmail dot com --- Created attachment 31501 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31501action=edit C source code Source code from bug # 45948. Compiler flag -O3 required. Machine type