[Bug rtl-optimization/54783] [4.8 Regression] valgrind reports using uninitialised data in mark_pseudo_regno_live and make_object_born on basic code

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54783 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug rtl-optimization/54783] [4.8 Regression] valgrind reports using uninitialised data in mark_pseudo_regno_live and make_object_born on basic code

2012-10-02 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54783 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010

2012-10-02 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 --- Comment #14 from Alexandre Oliva 2012-10-03 04:02:43 UTC --- Author: aoliva Date: Wed Oct 3 04:02:38 2012 New Revision: 192021 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192021 Log: PR debug/53135 * dwarf2out.c (value

[Bug c/54787] Inconsistent -Wtype-limits warning for different-sized bitfields

2012-10-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54787 --- Comment #2 from Hans-Peter Nilsson 2012-10-03 03:31:27 UTC --- (In reply to comment #0) > ...need to turn it off per-file (by adding "-Wno-error=type-limits" to > compilations using the common idiom of -Werror together with warnings th

[Bug libstdc++/54786] Missing fence in std::atomic::store() triggers wrong reordering.

2012-10-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54786 --- Comment #4 from Andrew Pinski 2012-10-03 00:56:25 UTC --- (In reply to comment #3) > I can confirm that it is fixed in 4.7.0, after the move to __atomic builtins, > at least on x86_64. It would be nice to have it fixed in currently >

[Bug fortran/54788] ICE on pointer-array element assignment

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54788 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org

[Bug fortran/54784] [OOP] allocation of extended types with polymorphic allocatable members

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assig

[Bug fortran/54784] [OOP] allocation of extended types with polymorphic allocatable members

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 --- Comment #4 from janus at gcc dot gnu.org 2012-10-02 22:45:31 UTC --- (In reply to comment #1) > > allocate(d%L(2)%B,source=b1) > The code generated for this line has two parts: The allocation and the copying from the source. Whi

[Bug fortran/54784] [OOP] allocation of extended types with polymorphic allocatable members

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 --- Comment #3 from janus at gcc dot gnu.org 2012-10-02 22:35:57 UTC --- (In reply to comment #2) > So there is actually two different bugs Or the two different errors you are seeing are really due to the same underlying problem. I'm not

[Bug driver/54789] New: [4.8 Regression] Error in GCC driver when defining GCC_COMPARE_DEBUG

2012-10-02 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54789 Bug #: 54789 Summary: [4.8 Regression] Error in GCC driver when defining GCC_COMPARE_DEBUG Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug fortran/54784] [OOP] allocation of extended types with polymorphic allocatable members

2012-10-02 Thread jkozdon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 --- Comment #2 from Jeremy Kozdon 2012-10-02 22:14:57 UTC --- So there is actually two different bugs, one is the invalid memory reference which happens when you don't allocate in order. There is a second, the one I was really trying to

[Bug libstdc++/54786] Missing fence in std::atomic::store() triggers wrong reordering.

2012-10-02 Thread ozabluda at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54786 --- Comment #3 from Oleg Zabluda 2012-10-02 22:04:37 UTC --- I can confirm that it is fixed in 4.7.0, after the move to __atomic builtins, at least on x86_64. It would be nice to have it fixed in currently hypothetical 4.6.4, especially fo

[Bug fortran/54784] [OOP] allocation of extended types with polymorphic allocatable members

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords

[Bug fortran/54788] New: ICE on pointer-array element assignment

2012-10-02 Thread slayoo at staszic dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54788 Bug #: 54788 Summary: ICE on pointer-array element assignment Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/54785] -mprefer-avx128 is undocumented

2012-10-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54785 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/54785] -mprefer-avx128 is undocumented

2012-10-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54785 --- Comment #3 from hjl at gcc dot gnu.org 2012-10-02 21:24:51 UTC --- Author: hjl Date: Tue Oct 2 21:24:45 2012 New Revision: 192009 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192009 Log: Document -mprefer-avx128 B

[Bug target/54785] -mprefer-avx128 is undocumented

2012-10-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54785 --- Comment #2 from hjl at gcc dot gnu.org 2012-10-02 21:12:55 UTC --- Author: hjl Date: Tue Oct 2 21:12:50 2012 New Revision: 192008 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192008 Log: Document -mprefer-avx128 B

[Bug target/54785] -mprefer-avx128 is undocumented

2012-10-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54785 --- Comment #1 from hjl at gcc dot gnu.org 2012-10-02 21:11:24 UTC --- Author: hjl Date: Tue Oct 2 21:11:21 2012 New Revision: 192007 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192007 Log: Document -mprefer-avx128 P

[Bug fortran/54778] [OOP] an ICE on invalid OO code

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54778 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resol

[Bug fortran/54778] [OOP] an ICE on invalid OO code

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54778 --- Comment #4 from janus at gcc dot gnu.org 2012-10-02 21:02:20 UTC --- Author: janus Date: Tue Oct 2 21:02:16 2012 New Revision: 192005 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192005 Log: 2012-10-02 Janus Weil

[Bug c/54787] Inconsistent -Wtype-limits warning for different-sized bitfields

2012-10-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54787 --- Comment #1 from Hans-Peter Nilsson 2012-10-02 20:47:50 UTC --- Created attachment 28336 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28336 test-case

[Bug c/54787] New: Inconsistent -Wtype-limits warning for different-sized bitfields

2012-10-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54787 Bug #: 54787 Summary: Inconsistent -Wtype-limits warning for different-sized bitfields Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCO

[Bug libstdc++/54786] Missing fence in std::atomic::store() triggers wrong reordering.

2012-10-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54786 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/54786] Missing fence in std::atomic::store() triggers wrong reordering.

2012-10-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54786 Andrew Pinski changed: What|Removed |Added Severity|major |normal --- Comment #1 from Andr

[Bug libstdc++/54786] New: Missing fence in std::atomic::store() triggers wrong reordering.

2012-10-02 Thread ozabluda at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54786 Bug #: 54786 Summary: Missing fence in std::atomic::store() triggers wrong reordering. Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCO

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 H.J. Lu changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #15 from hjl at gcc dot gnu.org 2012-10-02 20:31:43 UTC --- Author: hjl Date: Tue Oct 2 20:31:40 2012 New Revision: 192004 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192004 Log: Check SSE and YMM state support

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 Bernhard Rosenkränzer changed: What|Removed |Added Attachment #28332|0 |1 is obsolete|

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #14 from hjl at gcc dot gnu.org 2012-10-02 20:25:13 UTC --- Author: hjl Date: Tue Oct 2 20:25:04 2012 New Revision: 192003 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192003 Log: Check SSE and YMM state support

[Bug other/53889] Gthreads doesn't support destroying recursive mutexes

2012-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53889 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/54717] [4.8 Regression] Runtime regression: polyhedron test "rnflow" degraded

2012-10-02 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54717 --- Comment #8 from Dominique d'Humieres 2012-10-02 20:23:42 UTC --- Created attachment 28333 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28333 bzipped tar archive of a reduced test The tar archive contains the files cptrf2_inl

[Bug other/53889] Gthreads doesn't support destroying recursive mutexes

2012-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53889 --- Comment #2 from Jonathan Wakely 2012-10-02 20:22:40 UTC --- Author: redi Date: Tue Oct 2 20:22:32 2012 New Revision: 192002 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192002 Log: libgcc: PR other/53889 * gt

[Bug target/54785] -mprefer-avx128 is undocumented

2012-10-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54785 H.J. Lu changed: What|Removed |Added CC||ubizjak at gmail dot com Target Mile

[Bug target/54785] New: -mprefer-avx128 is undocumented

2012-10-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54785 Bug #: 54785 Summary: -mprefer-avx128 is undocumented Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal Priorit

[Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010

2012-10-02 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 --- Comment #13 from Alexandre Oliva 2012-10-02 20:17:53 UTC --- The work around is installed in the trunk, and will soon be in the branch as well, but this should ideally be left open until we figure out a better way to avoid all the dupl

[Bug debug/54551] DF resets some DEBUG_INSNs unnecessarily

2012-10-02 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54551 --- Comment #6 from Alexandre Oliva 2012-10-02 20:16:33 UTC --- Fixed in the trunk. Backporting to 4.7...

[Bug fortran/54784] New: [oop] allocation of extended types with polymorphic allocatable members

2012-10-02 Thread jkozdon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 Bug #: 54784 Summary: [oop] allocation of extended types with polymorphic allocatable members Classification: Unclassified Product: gcc Version: 4.8.0 Statu

[Bug debug/54551] DF resets some DEBUG_INSNs unnecessarily

2012-10-02 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54551 --- Comment #5 from Alexandre Oliva 2012-10-02 20:06:13 UTC --- Author: aoliva Date: Tue Oct 2 20:06:08 2012 New Revision: 192001 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192001 Log: gcc/ChangeLog: PR debug/54551 * Mak

[Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010

2012-10-02 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 --- Comment #12 from Alexandre Oliva 2012-10-02 20:05:29 UTC --- Author: aoliva Date: Tue Oct 2 20:05:24 2012 New Revision: 192000 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192000 Log: PR debug/53135 * dwarf2out.c (value

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 --- Comment #10 from Bernhard Rosenkränzer 2012-10-02 20:00:07 UTC --- Created attachment 28332 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28332 Shorter, plain C, test case extracted from iptables, not yet reduced Adding shorter, plain

[Bug debug/54177] [4.8 Regression]: Segfault in cselib_lookup due to NULL_RTX passed from vt_add_function_parameter

2012-10-02 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54177 --- Comment #6 from Alexandre Oliva 2012-10-02 19:58:41 UTC --- Author: aoliva Date: Tue Oct 2 19:58:37 2012 New Revision: 191999 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191999 Log: PR debug/54177 * var-tracking.c (vt_

[Bug rtl-optimization/54783] New: [4.8 Regression] valgrind reports using uninitialised data in mark_pseudo_regno_live and make_object_born on basic code

2012-10-02 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54783 Bug #: 54783 Summary: [4.8 Regression] valgrind reports using uninitialised data in mark_pseudo_regno_live and make_object_born on basic code Classification: Unclassified

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 --- Comment #9 from Bernhard Rosenkränzer 2012-10-02 19:52:31 UTC --- This also happens when building iptables with gcc trunk, so it's not C++ related

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #13 from hjl at gcc dot gnu.org 2012-10-02 19:49:05 UTC --- Author: hjl Date: Tue Oct 2 19:49:01 2012 New Revision: 191998 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191998 Log: Check SSE and YMM state support

[Bug middle-end/54782] New: [4.8 Regression] ICE: in change_scope, at final.c:1543 with -O -ffast-math -ftree-parallelize-loops=2 -g

2012-10-02 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54782 Bug #: 54782 Summary: [4.8 Regression] ICE: in change_scope, at final.c:1543 with -O -ffast-math -ftree-parallelize-loops=2 -g Classification: Unclassified Product: gcc

[Bug fortran/54778] [OOP] an ICE on invalid OO code

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54778 --- Comment #3 from janus at gcc dot gnu.org 2012-10-02 19:31:40 UTC --- Btw, here is a slightly simpler version of the test case with the same symptoms: implicit none type :: arr_t real :: at end type type(arr_t) :: this clas

[Bug fortran/54778] [OOP] an ICE on invalid OO code

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54778 --- Comment #2 from janus at gcc dot gnu.org 2012-10-02 19:00:34 UTC --- (In reply to comment #1) > Regtesting now ... Finished successfully. Will commit as obvious.

[Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd

2012-10-02 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54772 --- Comment #5 from Steve Kargl 2012-10-02 18:48:12 UTC --- On Tue, Oct 02, 2012 at 05:25:46PM +, singhai at gcc dot gnu.org wrote: > > --- Comment #4 from Sharad Singhai 2012-10-02 > 17:25:46 UTC --- > Should be fixed with r191991

[Bug middle-end/54781] [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781 --- Comment #2 from Bernhard Rosenkränzer 2012-10-02 18:35:03 UTC --- $ /opt/android-toolchain-trunk/bin/arm-linux-androideabi-g++ -c -mfloat-abi=softfp -mfpu=neon -O2 bug54781.c bug54781.c: In function 'void bug54781(short unsigned int*, int, i

[Bug middle-end/54781] [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781 Bernhard Rosenkränzer changed: What|Removed |Added Attachment #28328|0 |1 is obsolete|

[Bug target/53457] Accommodate non-compliant ioctl() on VxWorks

2012-10-02 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53457 --- Comment #11 from rbmj at verizon dot net 2012-10-02 18:21:50 UTC --- I've tried to split it up as I think Bruce wanted; if you check the thread, those patches should all be ready.

[Bug middle-end/54779] split FRAME variables back into pieces

2012-10-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54779 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org ---

[Bug middle-end/54781] New: [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781 Bug #: 54781 Summary: [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124 Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd

2012-10-02 Thread singhai at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54772 Sharad Singhai changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd

2012-10-02 Thread singhai at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54772 --- Comment #3 from Sharad Singhai 2012-10-02 17:19:14 UTC --- Author: singhai Date: Tue Oct 2 17:19:09 2012 New Revision: 191991 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191991 Log: 2012-10-02 Sharad Singhai P

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread ace.of.zerosync at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #12 from M.S. Babaei 2012-10-02 17:00:28 UTC --- Created attachment 28327 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28327 After applying patch - gcc4.7

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread ace.of.zerosync at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #11 from M.S. Babaei 2012-10-02 16:58:57 UTC --- Well well, something happened here!! This bug does not affect me anymore; Now with or without your patch the above example code works just fine! I even tried crypto++ which I had

[Bug middle-end/54649] [4.8 Regression] Go bootstrap failed

2012-10-02 Thread dehao at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54649 Dehao Chen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/54778] [OOP] an ICE on invalid OO code

2012-10-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54778 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Key

[Bug c++/54770] sibling call optimization is not applied where it ought to be

2012-10-02 Thread andy.m.jost at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54770 --- Comment #5 from Andy Jost 2012-10-02 15:25:46 UTC --- Most of the technical discussion is over my head, I'm afraid. Is there a simple workaround? What if the body of H contains only a call to a non-inlineable function to do its work

[Bug c++/54780] G++ does not find precompiled headers in some cases

2012-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 --- Comment #1 from Jonathan Wakely 2012-10-02 13:53:13 UTC --- (In reply to comment #0) > Next the script copies common.h to the main directory and compiles the sources > again using the exact same compiler switches. What happens is that

[Bug tree-optimization/54713] [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54713 --- Comment #8 from Jakub Jelinek 2012-10-02 13:43:13 UTC --- Author: jakub Date: Tue Oct 2 13:43:09 2012 New Revision: 191983 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191983 Log: PR tree-optimization/54713 * ex

[Bug rtl-optimization/54457] [x32] Fail to combine 64bit index + constant

2012-10-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54457 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/54770] sibling call optimization is not applied where it ought to be

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54770 --- Comment #4 from Jakub Jelinek 2012-10-02 13:31:24 UTC --- Right now we only have control flow insensitive points to ESCAPED set, so I'm afraid this is unfixable, unless we change that. Only with control flow sensitive ESCAPED we'd be

[Bug other/54761] FAIL log

2012-10-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54761 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/54780] New: G++ does not find precompiled headers in some cases

2012-10-02 Thread jpakkane at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 Bug #: 54780 Summary: G++ does not find precompiled headers in some cases Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: norma

[Bug other/54761] FAIL log

2012-10-02 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54761 --- Comment #7 from uros at gcc dot gnu.org 2012-10-02 13:14:29 UTC --- Author: uros Date: Tue Oct 2 13:14:25 2012 New Revision: 191981 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191981 Log: PR other/54761 *

[Bug tree-optimization/54735] [4.8 Regression] Segmentation fault in walk_aliased_vdefs_1

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54735 --- Comment #12 from Richard Guenther 2012-10-02 13:03:07 UTC --- Actually that just papers over the real issue. The issue is that cfg-cleanup runs before update-ssa and that removes a basic-block (9) because we have : D.2778 ={v} {CL

[Bug c++/54770] sibling call optimization is not applied where it ought to be

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54770 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug tree-optimization/54735] [4.8 Regression] Segmentation fault in walk_aliased_vdefs_1

2012-10-02 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54735 --- Comment #11 from Markus Trippelsdorf 2012-10-02 12:08:09 UTC --- It's the same bug. The only difference is that I use --enable-checking=release.

[Bug tree-optimization/54735] [4.8 Regression] Segmentation fault in walk_aliased_vdefs_1

2012-10-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54735 --- Comment #10 from Martin Jambor 2012-10-02 11:58:58 UTC --- I get the SSA verification failure even on the PR 54146 testcase (as opposed to the reduced one). Please re-assign to me if fixing that will cause the originally reported segf

[Bug c++/54770] sibling call optimization is not applied where it ought to be

2012-10-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54770 Steven Bosscher changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Steve

[Bug tree-optimization/54735] [4.8 Regression] Segmentation fault in walk_aliased_vdefs_1

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54735 Richard Guenther changed: What|Removed |Added CC||tom at codesourcery dot com

[Bug target/50457] SH2A atomic functions

2012-10-02 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50457 --- Comment #13 from Oleg Endo 2012-10-02 10:57:59 UTC --- (In reply to comment #12) > (In reply to comment #11) > > Created attachment 28321 [details] > > cleanup libgcc/config/sh/linux-atomic > > Works fine for me. > > > (three le

[Bug debug/54774] insufficient debug info for strong typed enum

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54774 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug rtl-optimization/54751] [4.8 Regression] slow compile time with rtl loop unroller

2012-10-02 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54751 --- Comment #4 from Joost VandeVondele 2012-10-02 10:39:41 UTC --- More reasonable with -enable-checking=release 4.8(checking=yes):~10min 4.8(checking=release): 1min28s. 4.7 : 0min58s maybe some of the ch

[Bug tree-optimization/54735] [4.8 Regression] Segmentation fault in walk_aliased_vdefs_1

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54735 --- Comment #8 from Richard Guenther 2012-10-02 10:37:08 UTC --- It seems that SSA form is not up-to-date: > ./cc1plus -quiet t.ii -O2 t.ii: In function 'void check_() [with NT = M; int s = 3]': t.ii:163:16: error: no immediate_use lis

[Bug middle-end/54779] split FRAME variables back into pieces

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54779 Richard Guenther changed: What|Removed |Added Keywords||missed-optimization

[Bug c++/54777] [C++11] Comma operator in constexpr environment can cause ICE

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54777 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.6.4

[Bug c++/54777] [C++11] Comma operator in constexpr environment can cause ICE

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54777 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug middle-end/54779] split FRAME variables back into pieces

2012-10-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54779 --- Comment #1 from Eric Botcazou 2012-10-02 10:12:11 UTC --- Created attachment 28324 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28324 Testcase

[Bug middle-end/54779] New: split FRAME variables back into pieces

2012-10-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54779 Bug #: 54779 Summary: split FRAME variables back into pieces Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancement

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #10 from Uros Bizjak 2012-10-02 09:59:39 UTC --- (In reply to comment #7) > Created attachment 28312 [details] > A patch with fixed ChangeLog The patch looks OK, but please introduce some #defines: #define XCR_XFEATURE_EN

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2012-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/53457] Accommodate non-compliant ioctl() on VxWorks

2012-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53457 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/54771] scan-ipa-dump failure in gfortran.dg/pr48636.f90

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54771 Richard Guenther changed: What|Removed |Added Target||x86_64-unknown-freebsd10.0 -

[Bug c++/54770] sibling call optimization is not applied where it ought to be

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54770 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/54751] [4.8 Regression] slow compile time with rtl loop unroller

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54751 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54772 Richard Guenther changed: What|Removed |Added CC||singhai at gcc dot gnu.org

[Bug tree-optimization/54776] [4.8 Regression] tramp3d-v4: 20% performance regression using -O3

2012-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54776 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/54778] New: an ICE on invalid OO code

2012-10-02 Thread slayoo at staszic dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54778 Bug #: 54778 Summary: an ICE on invalid OO code Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/54713] [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c

2012-10-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54713 --- Comment #7 from Jakub Jelinek 2012-10-02 09:18:38 UTC --- Created attachment 28322 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28322 gcc48-pr54713.patch Updated version of the verifier. This one doesn't pass regtest, e.g.

[Bug c++/54777] [C++11] Comma operator in constexpr environment can cause ICE

2012-10-02 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54777 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/54777] New: [C++11] Comma operator in constexpr environment can cause ICE

2012-10-02 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54777 Bug #: 54777 Summary: [C++11] Comma operator in constexpr environment can cause ICE Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFI

[Bug tree-optimization/54776] New: [4.8 Regression] tramp3d-v4: 20% performance regression using -O3

2012-10-02 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54776 Bug #: 54776 Summary: [4.8 Regression] tramp3d-v4: 20% performance regression using -O3 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNC

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread ace.of.zerosync at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #9 from M.S. Babaei 2012-10-02 07:18:23 UTC --- (In reply to comment #7) > Created attachment 28312 [details] > A patch with fixed ChangeLog Now I'm at work. I'll try your patch to build GCC and post later.

[Bug target/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)

2012-10-02 Thread ace.of.zerosync at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54741 --- Comment #8 from M.S. Babaei 2012-10-02 07:14:32 UTC --- (In reply to comment #3) > use disassemble from inside gdb and look for the faulting instruction. Sorry I'm not very familiar with GDB, but I assume you need this: (gdb) di