[Bug tree-optimization/47139] [4.6 Regression] ice in process_use, at tree-vect-stmts.c:290

2011-01-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47139 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/47141] [4.6 Regression] segfault

2011-01-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47141 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug c++/47144] [4.5/4.6 Regression] Doesn't reject attempt to define type in template argument; results in weird parse

2011-01-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

[Bug libstdc++/47145] [4.6 Regression] cross-compilation fails with "cannot check for file existence when cross compiling"

2011-01-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/47150] [4.5/4.6 Regression] ICE in gimplify_expr at gimplify.c

2011-01-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47150 Richard Guenther changed: What|Removed |Added Priority|P3 |P2 Component|c

[Bug c/47150] [4.5/4.6 Regression] ICE in gimplify_expr at gimplify.c

2011-01-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47150 Jakub Jelinek changed: What|Removed |Added Component|middle-end |c --- Comment #6 from Jakub Jelinek 2011

[Bug testsuite/46912] [4.6 Regression] Test failures for g++.dg/plugin/*plugin*.C on powerpc-apple-darwin9

2011-01-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46912 --- Comment #8 from Iain Sandoe 2011-01-03 21:54:37 UTC --- (In reply to comment #7) > (In reply to comment #5) > > On Dec 16, 2010, at 2:06 PM, iains at gcc dot gnu.org wrote: > > > gcc/system.h : > > > > > # define bool unsigned char > > > >

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2011-01-03 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #6 from Changpeng Fang 2011-01-03 21:59:44 UTC --- (In reply to comment #5) > Does your glibc have CPU specific optimizations? I don't think so. The OS is SLES 11, SP1. The machine (bobcat) indeed does not support some instructions

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2011-01-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #7 from H.J. Lu 2011-01-03 22:04:06 UTC --- (In reply to comment #6) > The OS is SLES 11, SP1. The machine (bobcat) indeed does not > support some instructions that K8 supports. > Which instructions are missing in Bobcat?

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2011-01-03 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #8 from Changpeng Fang 2011-01-03 22:30:22 UTC --- > > Which instructions are missing in Bobcat? At least 3DNow instructions.

[Bug tree-optimization/47053] [4.5/4.6 Regression] ICE: verify_flow_info failed: BB 2 can not throw but has an EH edge with -O -fnon-call-exceptions

2011-01-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47053 --- Comment #2 from H.J. Lu 2011-01-03 22:37:36 UTC --- It is caused by revision 151559: http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00305.html

[Bug fortran/47054] Compilation error when cray pointers are declared in both host and internal subroutines

2011-01-03 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47054 --- Comment #4 from kargl at gcc dot gnu.org 2011-01-03 22:39:37 UTC --- Reduced testcase. subroutine host_sub implicit none real xg pointer (paxg, xg) call internal_sub contains subroutine internal_sub implicit none

[Bug fortran/47054] Compilation error when cray pointers are declared in both host and internal subroutines

2011-01-03 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47054 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Known to fail|

[Bug driver/47137] [4.6 Regression] gcc incorrectly combines assembly inputs

2011-01-03 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47137 --- Comment #12 from Ian Lance Taylor 2011-01-03 23:31:29 UTC --- Sorry, it was Joseph, not Jakub, who mentioned the patch.

[Bug driver/47137] [4.6 Regression] gcc incorrectly combines assembly inputs

2011-01-03 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47137 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment #11 fr

[Bug fortran/45777] Alias analysis broken for arrays where LHS or RHS is a component ref

2011-01-03 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45777 --- Comment #11 from Thomas Koenig 2011-01-03 23:43:29 UTC --- Created attachment 22887 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22887 Tentative patch This could to the trick.

[Bug fortran/47054] Compilation error when cray pointers are declared in both host and internal subroutines

2011-01-03 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47054 --- Comment #5 from kargl at gcc dot gnu.org 2011-01-03 23:58:41 UTC --- The problem appears to be in decl.c(variable_decl) /* If this symbol has already shown up in a Cray Pointer declaration, then we want to set the type & bail out. */

[Bug middle-end/47017] [4.6 Regression] gnatlib ICE on sparc64-linux

2011-01-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47017 --- Comment #4 from Eric Botcazou 2011-01-03 23:59:58 UTC --- Author: ebotcazou Date: Mon Jan 3 23:59:55 2011 New Revision: 168447 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168447 Log: PR middle-end/47017 * expr.c (expand_ex

[Bug middle-end/47017] [4.6 Regression] gnatlib ICE on sparc64-linux

2011-01-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47017 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug go/47158] New: [cppcheck][PATCH] found a memory leaks in gcc/gcc/go/gofrontend/gogo-tree.cc

2011-01-03 Thread ettl.martin at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47158 Summary: [cppcheck][PATCH] found a memory leaks in gcc/gcc/go/gofrontend/gogo-tree.cc Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority:

[Bug go/47159] New: [cppcheck][PATCH] found missmatch in allocation and deallocation of memory in gcc/gcc/go/gofrontend/import-archive.cc

2011-01-03 Thread ettl.martin at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47159 Summary: [cppcheck][PATCH] found missmatch in allocation and deallocation of memory in gcc/gcc/go/gofrontend/import-archive.cc Product: gcc Version: unknown Status

[Bug go/47160] New: [cppcheck][PATCH] found a memory leak in gcc/gcc/go/gofrontend/import.cc

2011-01-03 Thread ettl.martin at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47160 Summary: [cppcheck][PATCH] found a memory leak in gcc/gcc/go/gofrontend/import.cc Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug go/47161] New: [cppcheck][PATCH] found a memory leak in gcc/gcc/go/gofrontend/expressions.cc

2011-01-03 Thread ettl.martin at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47161 Summary: [cppcheck][PATCH] found a memory leak in gcc/gcc/go/gofrontend/expressions.cc Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority:

[Bug go/47158] [cppcheck][PATCH] found a memory leaks in gcc/gcc/go/gofrontend/gogo-tree.cc

2011-01-03 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47158 --- Comment #1 from Ian Lance Taylor 2011-01-04 01:48:23 UTC --- Thanks for the patches. Are you OK with signing the copyright license agreement described at the end of http://golang.org/doc/contribute.html ?

[Bug lto/47162] New: [4.6 Regression] LTO is broken

2011-01-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47162 Summary: [4.6 Regression] LTO is broken Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassig...@gcc.gnu.or

[Bug ada/47163] New: Failure building target-libada for MingW64

2011-01-03 Thread vityan at vityan dot sytes.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163 Summary: Failure building target-libada for MingW64 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassig..

[Bug ada/47163] Failure building target-libada for MingW64

2011-01-03 Thread vityan at vityan dot sytes.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163 --- Comment #1 from Victor K. 2011-01-04 05:17:03 UTC --- Forgot to mention about 5-th issue: Failure to copy adainclude/adalib libraries in MSYS. Caused by LN_S set to cp -p for MSYS and this command is not suitable to copy folder to folder(only

[Bug libfortran/47154] [4.6 Regression] END= does not work in namelist read

2011-01-03 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47154 --- Comment #3 from Jerry DeLisle 2011-01-04 05:17:18 UTC --- Created attachment 22893 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22893 A proposed patch The regression was caused by: http://gcc.gnu.org/viewcvs?view=revision&revision=16

[Bug libffi/47164] New: libffi fails to build for alternate target in multilib configuration

2011-01-03 Thread vityan at vityan dot sytes.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47164 Summary: libffi fails to build for alternate target in multilib configuration Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/23621] gcj-dbtool aborts on m68k-linux

2011-01-03 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23621 Thorsten Glaser changed: What|Removed |Added CC||tg at mirbsd dot org --- Comment #1 fro

[Bug lto/47162] [4.6 Regression] LTO is broken

2011-01-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47162 H.J. Lu changed: What|Removed |Added CC||mjambor at suse dot cz Target Milestone|---

[Bug ada/47163] Failure building target-libada for MingW64

2011-01-03 Thread laurent at guerby dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163 Laurent GUERBY changed: What|Removed |Added CC||charlet at gcc dot gnu.org,

<    1   2