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

2011-01-01 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145 Joseph S. Myers changed: What|Removed |Added Target Milestone|--- |4.6.0 Summary|cross-compilat

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

2011-01-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47150 H.J. Lu changed: What|Removed |Added CC||jsm28 at gcc dot gnu.org --- Comment #3 from H.

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

2011-01-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47150 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW Target Milestone|---

[Bug c/47150] 4.5.1/4.5.2 ICE in gimplify_expr, at gimplify.c:7146/7153 on fairly simple complex expression

2011-01-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47150 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/46017] Reject ALLOCATE(a, a%b) as "a%b" depends on the allocation status of "a"

2011-01-01 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46017 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/47150] New: 4.5.1/4.5.2 ICE in gimplify_expr, at gimplify.c:7146/7153 on fairly simple complex expression

2011-01-01 Thread ewleaver at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47150 Summary: 4.5.1/4.5.2 ICE in gimplify_expr, at gimplify.c:7146/7153 on fairly simple complex expression Product: gcc Version: unknown Status: UNCONFIRMED

[Bug other/47149] New: failing build: execvp: /bin/sh: Argument list too long

2011-01-01 Thread o.kullmann at swansea dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47149 Summary: failing build: execvp: /bin/sh: Argument list too long Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assigne

[Bug c/47146] Floating point to integer conversions

2011-01-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47146 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/47148] [4.6 Regression] likely wrong code bug

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47148 --- Comment #5 from Jakub Jelinek 2011-01-01 21:08:40 UTC --- Maybe it is fnsplit fault, it might want to look at DECL_ARG_TYPE of the PARM_DECL in question (partial inlining means it always has a fndecl, so can look at its DECL_ARGUMENTS to find

[Bug target/47148] [4.6 Regression] likely wrong code bug

2011-01-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47148 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #4 from

[Bug target/47148] [4.6 Regression] likely wrong code bug

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47148 Jakub Jelinek changed: What|Removed |Added Component|tree-optimization |target --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/47148] [4.6 Regression] likely wrong code bug

2011-01-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47148 --- Comment #2 from H.J. Lu 2011-01-01 20:17:26 UTC --- It is caused by revision 161433: http://gcc.gnu.org/ml/gcc-cvs/2010-06/msg01351.html

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

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

[Bug tree-optimization/47148] [4.6 Regression] likely wrong code bug

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47148 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

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

2011-01-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144 Jonathan Wakely changed: What|Removed |Added Summary|[4.5 Regression] Doesn't|[4.5, 4.6 Regression]

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

2011-01-01 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144 --- Comment #4 from Johannes Schaub 2011-01-01 18:41:53 UTC --- (In reply to comment #3) > (In reply to comment #2) > > > what 4.6.0 version are you using? > > > > Hmm, "4.6.0 20101113 (experimental)". > > Ah, maybe that accepted it, but curren

[Bug c/47148] New: likely wrong code bug

2011-01-01 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47148 Summary: likely wrong code bug Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org R

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

2011-01-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144 --- Comment #3 from Jonathan Wakely 2011-01-01 18:24:42 UTC --- (In reply to comment #2) > > what 4.6.0 version are you using? > > Hmm, "4.6.0 20101113 (experimental)". Ah, maybe that accepted it, but current 4.6 rejects it. I assume it was cha

[Bug c/47146] Floating point to integer conversions

2011-01-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47146 --- Comment #1 from Jonathan Wakely 2011-01-01 18:21:01 UTC --- (In reply to comment #0) > Casting and rounding seems to be a problem. Please be more specific. Do you understand how floating point works? Do you know that "0.39 * 100" has type

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

2011-01-01 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144 --- Comment #2 from Johannes Schaub 2011-01-01 18:11:27 UTC --- (In reply to comment #1) > 4.4 rejects it: > > inv.cc:1: error: expected class-name before ‘int’ > inv.cc:1: error: expected ‘(’ before ‘int’ > > 4.5 accepts it without error > >

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

2011-01-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNCO

[Bug bootstrap/47147] New: gcc 4.6 fails to compile on NetBSD

2011-01-01 Thread js-gcc at webkeks dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47147 Summary: gcc 4.6 fails to compile on NetBSD Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassig..

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

2011-01-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47141 --- Comment #2 from H.J. Lu 2011-01-01 17:08:59 UTC --- It is caused by revision 161433: http://gcc.gnu.org/ml/gcc-cvs/2010-06/msg01351.html

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread rogi at linuxmail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Igor changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c/47146] New: Floating point to integer conversions

2011-01-01 Thread babelart at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47146 Summary: Floating point to integer conversions Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.g

[Bug tree-optimization/47140] [4.6 Regression] error: conversion of register to a different size

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47140 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

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

2011-01-01 Thread John.Tytgat at aaug dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145 Summary: cross-compilation fails with "cannot check for file existence when cross compiling" Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Prior

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/47140] [4.6 Regression] error: conversion of register to a different size

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47140 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

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

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47141 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

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

2011-01-01 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 --- Comment #4 from Jan Hubicka 2011-01-01 13:29:47 UTC --- I at least checked in the fix for uninitialized var. It would indeed be nice to know why the generated code is worse than before. Honza

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread rogi at linuxmail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 --- Comment #3 from Igor 2011-01-01 13:16:39 UTC --- (In reply to comment #1) > Not a bug. The function parameters are of type "pointer to array[4] of const > double" because const on an array type applies to the element type, > recursively, and

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread rogi at linuxmail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Igor changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

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

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47139 Jakub Jelinek changed: What|Removed |Added Known to work||4.5.2 Target Milestone|---

[Bug libobjc/47031] libobjc uses mutexes for properties

2011-01-01 Thread js-gcc at webkeks dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47031 --- Comment #3 from js-gcc at webkeks dot org 2011-01-01 12:06:56 UTC --- > The problem is that property accessors are basically general purpose routines that may be used in the most varied situations. It does not matter very much in which situa

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2011-01-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47139 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread rogi at linuxmail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Igor changed: What|Removed |Added Severity|minor |normal

[Bug target/38662] __fastcall confuses a function's throw() specification

2011-01-01 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38662 Kai Tietz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/38662] __fastcall confuses a function's throw() specification

2011-01-01 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38662 --- Comment #3 from Kai Tietz 2011-01-01 11:05:45 UTC --- Author: ktietz Date: Sat Jan 1 11:05:41 2011 New Revision: 168389 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168389 Log: ChangeLog gcc/ 2011-01-01 Kai Tietz PR target

[Bug fortran/47136] [OOP] possible name resolution problems between MODULE and INTERFACE?

2011-01-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47136 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid Statu

[Bug rtl-optimization/47138] backport r158175: replace dominated uses in loop-invariant

2011-01-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47138 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/47138] backport r158175: replace dominated uses in loop-invariant

2011-01-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47138 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |