[Bug other/47029] New: fixincludes: the fix for c99 inlines in the glibc header files fixes function declarations as well as function definitions

2010-12-21 Thread hkodungallur at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47029 Summary: fixincludes: the fix for c99 inlines in the glibc header files fixes function declarations as well as function definitions Product: gcc Version: 4.4.2

[Bug middle-end/45852] volatile structs are broken!

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45852 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2010-12-21 08:35:19 UTC --- Author: jakub Date: Tue Dec 21 08:35:16 2010 New Revision: 168105 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168105 Log: PR middle-end/45852

[Bug rtl-optimization/47008] [4.6 Regression] gfortran.dg/extends_{23}.f03 FAIL with -Os -fschedule-insns

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47008 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug other/46677] frontends and tree optimizers use *_TYPE_SIZE

2010-12-21 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46677 --- Comment #17 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org 2010-12-21 10:20:23 UTC --- Author: amylaar Date: Tue Dec 21 10:20:19 2010 New Revision: 168107 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168107 Log: PR

[Bug target/47000] [4.5 Regression] Failure to inline SSE intrinsics

2010-12-21 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47000 --- Comment #25 from Jan Hubicka hubicka at gcc dot gnu.org 2010-12-21 10:30:36 UTC --- Author: hubicka Date: Tue Dec 21 10:30:33 2010 New Revision: 168108 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168108 Log: PR middle-end/47000

[Bug target/47000] [4.5 Regression] Failure to inline SSE intrinsics

2010-12-21 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47000 --- Comment #26 from Jan Hubicka hubicka at gcc dot gnu.org 2010-12-21 10:39:42 UTC --- Hi, I read the comment only after comiting the patch. We generally believe conversions to be free even if this is not always the case. FP-int conversions

[Bug libgcj/44341] [4.6 Regression] libjava cross build fails when configured with --with-gmp=

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44341 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2010-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #17 from Dominique d'Humieres dominiq at lps dot ens.fr 2010-12-21 10:46:06 UTC --- For the record I have also tested the patch in comment #14 on powerpc-apple-darwin9 at revision 168070. Without the patch I get [karma] lin/test% gfc

[Bug fortran/47030] New: !GCC$ Attributes do not work for COMMON variables in procedures and BLOCK DATA

2010-12-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 Summary: !GCC$ Attributes do not work for COMMON variables in procedures and BLOCK DATA Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: wrong-code

[Bug libobjc/47012] nonatomic Properties behave wrong

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47012 --- Comment #7 from Nicola Pero nicola at gcc dot gnu.org 2010-12-21 10:56:33 UTC --- Yes, I'll visit Fosdem - let's meet up there. In the code you linked, is that objc_mutex_t a spinlock? If not, this might be performance problem. You are

[Bug middle-end/46734] [4.5 Regression] ICE in create_tmp_var, at gimplify.c:505

2010-12-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46734 --- Comment #9 from Martin Jambor jamborm at gcc dot gnu.org 2010-12-21 11:05:52 UTC --- Author: jamborm Date: Tue Dec 21 11:05:49 2010 New Revision: 168109 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168109 Log: 2010-12-21 Martin

[Bug middle-end/46734] [4.5 Regression] ICE in create_tmp_var, at gimplify.c:505

2010-12-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46734 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libobjc/47012] nonatomic Properties behave wrong

2010-12-21 Thread js-gcc at webkeks dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47012 --- Comment #8 from js-gcc at webkeks dot org js-gcc at webkeks dot org 2010-12-21 11:26:37 UTC --- Hm, a mutex can be a real problem there, I guess. Accessors are used all the time, having a kernel lock each time will be a giant slowdown,

[Bug libobjc/47012] nonatomic Properties behave wrong

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47012 --- Comment #9 from Nicola Pero nicola at gcc dot gnu.org 2010-12-21 11:38:56 UTC --- Sure, go ahead and create a bug for it. We can make the change for 4.6 if we make it safe. By the way, changing configure.ac is not a problem, we can do that,

[Bug libobjc/47031] New: libobjc uses mutexes for properties

2010-12-21 Thread js-gcc at webkeks dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47031 Summary: libobjc uses mutexes for properties Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libobjc AssignedTo:

[Bug libobjc/47031] libobjc uses mutexes for properties

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47031 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug rtl-optimization/45352] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7058

2010-12-21 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45352 --- Comment #22 from Andrey Belevantsev abel at gcc dot gnu.org 2010-12-21 12:10:32 UTC --- Created attachment 22834 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22834 Another patch This patch should fix the last attachment from this bug

[Bug rtl-optimization/46521] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7092 with -Os -fselective-scheduling2 -fsel-sched-pipelining -fprofile-generate -fno-early-inlining

2010-12-21 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46521 --- Comment #2 from Andrey Belevantsev abel at gcc dot gnu.org 2010-12-21 12:13:08 UTC --- The patch at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45352#c22 works for this test, too.

[Bug rtl-optimization/46522] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7092 with -O3 -fsel-sched-pipelining -fselective-scheduling2 -funroll-loops

2010-12-21 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46522 Andrey Belevantsev abel at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug target/45701] [4.6 Regression] Fail to prefer using r3 for padding a push/pop multiple to 8-byte alignment

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45701 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2010-12-21 12:30:25 UTC --- Created attachment 22835 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22835 gcc46-pr45701.patch Remembering pointers to tail call insns is both wasteful

[Bug driver/46750] Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree

2010-12-21 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750 Joost VandeVondele Joost.VandeVondele at pci dot uzh.ch changed: What|Removed |Added Status|RESOLVED

[Bug libgcj/44341] [4.6 Regression] libjava cross build fails when configured with --with-gmp=

2010-12-21 Thread gnu_andrew at member dot fsf.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44341 Andrew John Hughes gnu_andrew at member dot fsf.org changed: What|Removed |Added CC|

[Bug target/46972] __thread storage class variable gets optimized out on ARM

2010-12-21 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46972 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added CC||iains at gcc dot

[Bug libobjc/45953] Registering untyped selector mutates existing selector

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45953 --- Comment #2 from Nicola Pero nicola at gcc dot gnu.org 2010-12-21 13:44:09 UTC --- Author: nicola Date: Tue Dec 21 13:44:04 2010 New Revision: 168115 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168115 Log: In libobjc/: 2010-12-21

[Bug libobjc/45953] Registering untyped selector mutates existing selector

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45953 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/46880] [4.4/4.5/4.6 Regression] generating of shufpd is broken

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46880 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-12-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #15 from Martin Jambor jamborm at gcc dot gnu.org 2010-12-21 14:35:17 UTC --- And it fails for me even when I switch both IPA-SRA and IPA-CP off. So at the moment I have reasons to believe the bug is not in any of my areas of

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-12-21 Thread onur at pardus dot org.tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #16 from Onur Küçük onur at pardus dot org.tr 2010-12-21 14:43:41 UTC --- I can also reproduce the problem. It was not there with 4.5.1, came with 4.5.2. When I force -O1 profiledbootstrap works fine, but ICE occurs with -O2.

[Bug target/46880] [4.4/4.5/4.6 Regression] generating of shufpd is broken

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46880 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2010-12-21 14:45:08 UTC --- Created attachment 22836 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22836 gcc46-pr46880.patch Untested fix. In both of these insns, for the shufpd $2

[Bug rtl-optimization/47008] [4.6 Regression] gfortran.dg/extends_{23}.f03 FAIL with -Os -fschedule-insns

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47008 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org 2010-12-21 14:51:46 UTC --- Author: jakub Date: Tue Dec 21 14:51:42 2010 New Revision: 168117 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168117 Log: PR

[Bug rtl-optimization/47008] [4.6 Regression] gfortran.dg/extends_{23}.f03 FAIL with -Os -fschedule-insns

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47008 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/46755] ICE: in calc_dfs_tree, at dominance.c:395 with -O

2010-12-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46755 --- Comment #5 from Steven Bosscher steven at gcc dot gnu.org 2010-12-21 14:55:43 UTC --- Author: steven Date: Tue Dec 21 14:55:41 2010 New Revision: 168118 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168118 Log: gcc/ PR

[Bug middle-end/45310] ICE: verify_stmts failed: Dead STMT in EH table with -O1 -fnon-call-exceptions

2010-12-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45310 --- Comment #7 from Steven Bosscher steven at gcc dot gnu.org 2010-12-21 15:02:05 UTC --- Author: steven Date: Tue Dec 21 15:02:02 2010 New Revision: 168120 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168120 Log: gcc/ PR

[Bug middle-end/45310] ICE: verify_stmts failed: Dead STMT in EH table with -O1 -fnon-call-exceptions

2010-12-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45310 --- Comment #8 from Steven Bosscher steven at gcc dot gnu.org 2010-12-21 15:08:42 UTC --- Author: steven Date: Tue Dec 21 15:08:40 2010 New Revision: 168121 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168121 Log: Forgotten ChangeLog

[Bug tree-optimization/46984] [4.6 Regression] g++.dg/torture/pr45699.C FAILs with -fno-early-inlining -flto

2010-12-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46984 --- Comment #2 from Martin Jambor jamborm at gcc dot gnu.org 2010-12-21 15:11:50 UTC --- Fix submitted to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2010-12/msg01618.html

[Bug fortran/46917] ICE

2010-12-21 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46917 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at gcc dot

[Bug middle-end/45310] ICE: verify_stmts failed: Dead STMT in EH table with -O1 -fnon-call-exceptions

2010-12-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45310 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Known to fail|4.6.0 | --- Comment

[Bug c++/18016] Warn about member variables initialized with itself

2010-12-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18016 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||patch ---

[Bug fortran/46917] ICE

2010-12-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46917 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2010-12-21 15:32:26 UTC --- Works also with GCC 4.6.0 20101129 (experimental) [trunk revision 167231] on x86_64-unknown-linux-gnu

[Bug libobjc/16110] +load is not called on all the categories.

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16110 --- Comment #6 from Nicola Pero nicola at gcc dot gnu.org 2010-12-21 15:34:22 UTC --- Author: nicola Date: Tue Dec 21 15:34:19 2010 New Revision: 168122 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168122 Log: In libobjc/: 2010-12-21

[Bug libobjc/16110] +load is not called on all the categories.

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16110 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/47001] segmentation fault in vect_mark_slp_stmts

2010-12-21 Thread irar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47001 --- Comment #2 from irar at gcc dot gnu.org 2010-12-21 15:42:15 UTC --- Author: irar Date: Tue Dec 21 15:42:11 2010 New Revision: 168123 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168123 Log: PR tree-optimization/47001 *

[Bug libfortran/47032] New: libgfortran references complex long double functions missing on AIX

2010-12-21 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 Summary: libgfortran references complex long double functions missing on AIX Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-21 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-21 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 David Edelsohn dje at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-12-21 Thread onur at pardus dot org.tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #17 from Onur Küçük onur at pardus dot org.tr 2010-12-21 17:10:48 UTC --- I see this with i686 btw, x86-64 seems ok

[Bug c++/18016] Warn about member variables initialized with itself

2010-12-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18016 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org 2010-12-21 17:19:57 UTC --- my patch doesn't help in these cases (which clang does warn about): A() : a(this-a) { } A() : a((int)a) { } A() : a(a+1) { } For that we need proper tracking

[Bug fortran/46917] ICE

2010-12-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46917 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org 2010-12-21 18:00:18 UTC --- Related: PR 46825 All (that PR, this PR and the thread) are with www.Equation.com builds - and according the following thread they only occur with the 32bit

[Bug objc/45989] Some objc.dg-struct-layout-encoding-1 tests XPASS

2010-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45989 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC|

[Bug libgcj/44341] [4.6 Regression] libjava cross build fails when configured with --with-gmp=

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44341 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2010-12-21 18:24:08 UTC --- Created attachment 22837 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22837 gcc46-pr44341.patch So is this what we want to do?

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 --- Comment #3 from Steve Kargl sgk at troutmask dot apl.washington.edu 2010-12-21 18:37:21 UTC --- On Tue, Dec 21, 2010 at 05:07:53PM +, dje at gcc dot gnu.org wrote: This is an interaction / assumption problem between the target (AIX) and

[Bug middle-end/47033] New: loop distribution has problems on sane testcases

2010-12-21 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 Summary: loop distribution has problems on sane testcases Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug rtl-optimization/46755] ICE: in calc_dfs_tree, at dominance.c:395 with -O

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46755 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug rtl-optimization/46755] ICE: in calc_dfs_tree, at dominance.c:395 with -O

2010-12-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46755 --- Comment #7 from Steven Bosscher steven at gcc dot gnu.org 2010-12-21 20:55:26 UTC --- No, the test case I had in testsuite had the dg-warning markers of the original test case. I will fix my commit. This isn't my day today, I also managed to

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-12-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/47034] New: TRANSFER of C_PTR: Components of structure constructor are PRIVATE

2010-12-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47034 Summary: TRANSFER of C_PTR: Components of structure constructor are PRIVATE Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: rejects-valid Severity:

[Bug libobjc/18575] objc_class subclass_list and sibling_class not filled out after dlopen

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18575 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/31821] character pointer = target(range) should detect if lengths don't match

2010-12-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31821 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/46880] [4.4/4.5/4.6 Regression] generating of shufpd is broken

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46880 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2010-12-21 22:37:30 UTC --- Author: jakub Date: Tue Dec 21 22:37:23 2010 New Revision: 168135 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168135 Log: PR target/46880 *

[Bug target/46880] [4.4/4.5 Regression] generating of shufpd is broken

2010-12-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46880 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Known to work||4.6.0

[Bug tree-optimization/47021] graphite branch fails to bootstrap

2010-12-21 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47021 --- Comment #1 from Sebastian Pop spop at gcc dot gnu.org 2010-12-21 22:46:19 UTC --- Author: spop Date: Tue Dec 21 22:46:05 2010 New Revision: 168138 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168138 Log: Fix PR47021: ADDR_EXPRs don't

[Bug tree-optimization/47021] graphite branch fails to bootstrap

2010-12-21 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47021 --- Comment #2 from Sebastian Pop spop at gcc dot gnu.org 2010-12-21 22:48:13 UTC --- Fixed in the graphite branch. I will close the PR when the patch will be committed to trunk.

[Bug libobjc/18764] segfault in libobjc when sending a message to a conflicting class

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18764 --- Comment #8 from Nicola Pero nicola at gcc dot gnu.org 2010-12-21 22:49:44 UTC --- Author: nicola Date: Tue Dec 21 22:49:37 2010 New Revision: 168139 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168139 Log: In libobjc/: 2010-12-21

[Bug libobjc/18764] segfault in libobjc when sending a message to a conflicting class

2010-12-21 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18764 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/47035] New: libgcc/config/t-softfp not used on darwin

2010-12-21 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47035 Summary: libgcc/config/t-softfp not used on darwin Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug target/47035] libgcc/config/t-softfp not used on darwin

2010-12-21 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47035 --- Comment #1 from Jack Howarth howarth at nitro dot med.uc.edu 2010-12-21 23:17:20 UTC --- We do have '$(srcdir)/config/soft-fp/t-softfp' appended to tmake_file in the generated gcc/Makefile on darwin.

[Bug rtl-optimization/47036] New: [4.6 Regression] ICE: in move_cond_jump, at sel-sched.c:4901 with -fschedule-insns -fselective-scheduling -fno-dce

2010-12-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47036 Summary: [4.6 Regression] ICE: in move_cond_jump, at sel-sched.c:4901 with -fschedule-insns -fselective-scheduling -fno-dce Product: gcc Version: 4.6.0 Status:

[Bug regression/47037] New: 465.tonto Segmentation Fault in memset

2010-12-21 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 Summary: 465.tonto Segmentation Fault in memset Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression AssignedTo:

[Bug regression/47037] 465.tonto Segmentation Fault in memset

2010-12-21 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #1 from Changpeng Fang changpeng.fang at amd dot com 2010-12-22 00:55:35 UTC --- Initially I thought it is a glibc bug, but seems it is not: (1) A workaround flag is -fno-caller-saves (2) The compile binary (NOTE: with -static) runs

[Bug target/46950] Stage 3 ada bootstrap error on i686-apple-darwin9

2010-12-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46950 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug debug/46724] [4.6 Regression] Wrong debug info: Invalid variable location

2010-12-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724 --- Comment #11 from Alexandre Oliva aoliva at gcc dot gnu.org 2010-12-22 03:49:06 UTC --- Author: aoliva Date: Wed Dec 22 03:49:00 2010 New Revision: 168160 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168160 Log: PR debug/46724 *

[Bug debug/46724] [4.6 Regression] Wrong debug info: Invalid variable location

2010-12-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724 Alexandre Oliva aoliva at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug testsuite/39655] autogen fixinclude test FAILURES - trunk revision 145337

2010-12-21 Thread rob1weld at aol dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39655 Rob rob1weld at aol dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/47038] New: gcc.dg/pr46685.c FAILs on Solaris 10/SPARC

2010-12-21 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47038 Summary: gcc.dg/pr46685.c FAILs on Solaris 10/SPARC Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug tree-optimization/47002] [4.6 Regression] segmentation fault in find_uses_to_rename_use

2010-12-21 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47002 Sebastian Pop spop at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING ---

[Bug rtl-optimization/46522] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7092 with -O3 -fsel-sched-pipelining -fselective-scheduling2 -funroll-loops

2010-12-21 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46522 --- Comment #4 from Andrey Belevantsev abel at gcc dot gnu.org 2010-12-22 07:46:57 UTC --- Author: abel Date: Wed Dec 22 07:46:53 2010 New Revision: 168164 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168164 Log: PR

[Bug rtl-optimization/45352] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7058

2010-12-21 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45352 --- Comment #23 from Andrey Belevantsev abel at gcc dot gnu.org 2010-12-22 07:46:57 UTC --- Author: abel Date: Wed Dec 22 07:46:53 2010 New Revision: 168164 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168164 Log: PR

[Bug rtl-optimization/46521] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7092 with -Os -fselective-scheduling2 -fsel-sched-pipelining -fprofile-generate -fno-early-inlining

2010-12-21 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46521 --- Comment #3 from Andrey Belevantsev abel at gcc dot gnu.org 2010-12-22 07:46:57 UTC --- Author: abel Date: Wed Dec 22 07:46:53 2010 New Revision: 168164 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168164 Log: PR