[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-12 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2010-12-13 02:45:38 UTC --- Created attachment 22731 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22731 xxx.c

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-12 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #3 from dave at hiauly1 dot hia.nrc.ca 2010-12-13 02:49:57 UTC --- Reduced testcase attached.

[Bug debug/46782] -fcompare-debug failure (length) with -fvar-tracking

2010-12-12 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46782 --- Comment #3 from Alexandre Oliva 2010-12-13 03:08:10 UTC --- Author: aoliva Date: Mon Dec 13 03:08:06 2010 New Revision: 167737 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167737 Log: gcc/ChangeLog: PR debug/46782 * cfgcleanup.c (tr

[Bug lto/46576] BFD linker plugin generates bad executables

2010-12-12 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46576 --- Comment #3 from Alexandre Oliva 2010-12-13 03:08:29 UTC --- Author: aoliva Date: Mon Dec 13 03:08:24 2010 New Revision: 167738 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167738 Log: gcc/ChangeLog: PR debug/46576 * jump.c (mark_all

[Bug middle-end/45306] ICE (Segmentation fault) while building PyQt with -fgraphite-identity

2010-12-12 Thread dirtyepic at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45306 --- Comment #5 from Ryan Hill 2010-12-13 03:57:42 UTC --- Created attachment 22733 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22733 testcase-min.ii Reduced testcase.

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-12 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #5 from dave at hiauly1 dot hia.nrc.ca 2010-12-13 03:59:08 UTC --- Testing attached change. branch_to_delay_slot_p didn't correctly handle asms, etc. When it is fixed, branch_needs_nop_p isn't needed. It also didn't handle all cases.

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-12 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #6 from dave at hiauly1 dot hia.nrc.ca 2010-12-13 03:59:09 UTC --- Created attachment 22734 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22734 pa.c.d

[Bug middle-end/45306] ICE (Segmentation fault) while building PyQt with -fgraphite-identity

2010-12-12 Thread dirtyepic at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45306 Ryan Hill changed: What|Removed |Added Attachment #22733|0 |1 is obsolete|

[Bug target/46918] New: [h8300] libstdc++-v3 build failure by BFD's assertion failed.

2010-12-12 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46918 Summary: [h8300] libstdc++-v3 build failure by BFD's assertion failed. Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug target/46918] [h8300] libstdc++-v3 build failure by BFD's assertion failed.

2010-12-12 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46918 --- Comment #1 from Masaki MURANAKA 2010-12-13 05:17:14 UTC --- Created attachment 22737 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22737 assemble output. The version of gcc is 4.6.0 20101207 (experimental) (GCC)

[Bug target/44557] internal compiler error: in gen_thumb_movhi_clobber, at config/arm/arm.md:5811

2010-12-12 Thread cltang at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44557 Chung-Lin Tang changed: What|Removed |Added CC||cltang at gcc dot gnu.org --- Comment #8

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler from profiledbootstrap

2010-12-12 Thread dominiq at lps dot ens.fr
to --with-gmp=/opt/sw64 --with-libiconv-prefix=/opt/sw64 --with-system-zlib --with-cloog=/opt/sw64 Thread model: posix gcc version 4.6.0 20101212 (experimental) [trunk revision 167731p4] (GCC) On powerpc-apple-darwin9 I get [karma] f90/bug% /opt/gcc/gcc4.6w/bin/gcc -O1 /opt/gcc/_gcc_clean/gcc/t

[Bug fortran/46897] defined ASSIGNMENT(=) not used for derived type component

2010-12-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 --- Comment #3 from Tobias Burnus 2010-12-13 07:37:47 UTC --- Actually, I am less and less sure that this is a wrong-code issue. For type(t) :: infant, newchild infant = newchild one has the type "T" but the defined assignment is for "compo

[Bug fortran/46917] ICE

2010-12-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46917 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

<    1   2