[Bug translation/33126] gimplification failed during stdc++ translation

2007-08-20 Thread torsten at debian dot org
--- Comment #1 from torsten at debian dot org 2007-08-20 19:10 --- Created an attachment (id=14084) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14084&action=view) Preprocessed source causing the failure -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33126

[Bug fortran/32985] COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCATABLE

2007-08-20 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2007-08-20 19:10 --- Subject: Bug number PR32985 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-08/msg01299.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/33124] C++ frontend should not warn about new a[0] in template context

2007-08-20 Thread mec at google dot com
--- Comment #2 from mec at google dot com 2007-08-20 19:31 --- "new T[0]" looks like defined behavior to me. [expr.new] 5.3.4 -7- When the value of the expression in a direct-new-declarator is zero, the allocation function is called to allocate an array with no elements. The pointer re

[Bug c++/33127] New: private isn't private

2007-08-20 Thread wbrana at gmail dot com
Compilation of following code fails with error: a.cpp: In constructor `c::c()': a.cpp:14: error: reference to `i' is ambiguous a.cpp:8: error: candidates are: int b::i a.cpp:3: error: int a::i a.cpp:14: error: `i' was not declared in this scope class a{ private: int i;

[Bug c++/33127] private isn't private

2007-08-20 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2007-08-20 20:25 --- Member lookup does not take accessibility into account. An inaccessible but otherwise visible member is still considered a candidate. -- schwab at suse dot de changed: What|Removed |Ad

[Bug c/33123] internal compiler error: in decode_addr_const ( arm-linux-gcc 3.4.6)

2007-08-20 Thread hemant dot jaiswal at gmail dot com
--- Comment #1 from hemant dot jaiswal at gmail dot com 2007-08-20 20:30 --- arm-linux-gcc is Configured with: ../gcc-3.4.6/configure --prefix=/usr/local/swdevel/tools/arm -- target=arm-linux-gnu --with-local-prefix=/usr/local/swdevel/tools/arm/arm-linux- gnu/usr --with-gxx-include-dir=

[Bug middle-end/10138] warn for uninitialized arrays passed as const* arguments

2007-08-20 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #22 from h dot b dot furuseth at usit dot uio dot no 2007-08-20 22:45 --- Subject: Re: warn for uninitialized arrays passed as const* arguments manu at gcc dot gnu dot org writes: > But it seems that the current policy of GCC is to not assume that such > functions actually

[Bug libstdc++/33128] New: std::tr1::uniform_int returns value out of range

2007-08-20 Thread mj1 at cog dot brown dot edu
The uniform_int distribution in the following program (copied from start of the Boost random documentation) returns a value (-1) that is outside of its range. Thanks, Mark Johnson #include #include int main() { std::tr1::mt19937 rng; std::tr1::uniform_int<> six(1,6); std::tr1::variate

[Bug c++/33124] C++ frontend should not warn about new a[0] in template context

2007-08-20 Thread gdr at cs dot tamu dot edu
--- Comment #3 from gdr at cs dot tamu dot edu 2007-08-20 23:23 --- Subject: Re: C++ frontend should not warn about new a[0] in template context "mec at google dot com" <[EMAIL PROTECTED]> writes: | "new T[0]" looks like defined behavior to me. | | [expr.new] 5.3.4 -7- | When the val

[Bug libstdc++/33128] std::tr1::uniform_int returns value out of range

2007-08-20 Thread mj1 at cog dot brown dot edu
--- Comment #1 from mj1 at cog dot brown dot edu 2007-08-20 23:24 --- Created an attachment (id=14085) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14085&action=view) Sample program showing that uniform_int() returns value out of range returns -1 when run on [EMAIL PROTECTED] tm

[Bug c++/33124] C++ frontend should not warn about new a[0] in template context

2007-08-20 Thread ian at airs dot com
--- Comment #4 from ian at airs dot com 2007-08-20 23:30 --- The problem I see is that this unconditional warning warns about code which is completely safe and correct. That break -Werror builds. There is no natural way to avoid the warning in a template. Given that, if we want to hav

[Bug c++/33129] New: C++ frontend finds static function in argument dependent lookup based on template parameter

2007-08-20 Thread ian at airs dot com
In the C++ standard section 14.6.4.2 [temp.dep.candidate] says this: " For a function call that depends on a template parameter, if the function name is an unqualified-id but not a template-id, the candidate functions are found using the usual lookup rules (3.4.1, 3.4.2) except that: -- For the p

[Bug c++/33124] C++ frontend should not warn about new a[0] in template context

2007-08-20 Thread gdr at cs dot tamu dot edu
--- Comment #5 from gdr at cs dot tamu dot edu 2007-08-21 00:19 --- Subject: Re: C++ frontend should not warn about new a[0] in template context "ian at airs dot com" <[EMAIL PROTECTED]> writes: | The problem I see is that this unconditional warning warns about code which is | complet

[Bug c++/33129] C++ frontend finds static function in argument dependent lookup based on template parameter

2007-08-20 Thread gdr at cs dot tamu dot edu
--- Comment #1 from gdr at cs dot tamu dot edu 2007-08-21 00:23 --- Subject: Re: New: C++ frontend finds static function in argument dependent lookup based on template parameter "ian at airs dot com" <[EMAIL PROTECTED]> writes: | In the C++ standard section 14.6.4.2 [temp.dep.candida

[Bug bootstrap/33130] New: Configuration error prevents build

2007-08-20 Thread jvdelisle at gcc dot gnu dot org
I can not get past this error and build gcc/gfortran with or without bootstrap enabled. Latest trunk. In file included from /home/jerryd/gcc/obj43/./prev-gcc/include-fixed/bits/string2.h:1308, from /usr/include/string.h:417, from ../../gcc43/libiberty/regex.c:14

[Bug c/33125] ICE during boot

2007-08-20 Thread michelin60 at gmail dot com
--- Comment #2 from michelin60 at gmail dot com 2007-08-21 00:48 --- This failure to boot perdures since since about 11.00 am. The extensive changes submitted by Chao-ying Fu did not change anything. Per telephone inquiry the same ICE occurs on a pentium3 but does not occur on a pentium

[Bug c/33125] ICE during boot

2007-08-20 Thread michelin60 at gmail dot com
--- Comment #3 from michelin60 at gmail dot com 2007-08-21 01:01 --- Pr 33126 by torsten.debian.org seems to confirm this, even as that build was for a cross-boot. -- michelin60 at gmail dot com changed: What|Removed |Added

[Bug libgomp/33131] New: [4.2 regression] libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp'

2007-08-20 Thread skunk at iskunk dot org
Build was successful after stripping out all the -Werror flags from the makefiles. /tmp/gcc--4.2.1.build/./gcc/xgcc -B/tmp/gcc--4.2.1.build/./gcc/ -B/opt/tg/powerpc-ibm-aix4.3.3.0/bin/ -B/opt/tg/powerpc-ibm-aix4.3.3.0/lib/ -isystem /opt/tg/powerpc-ibm-aix4.3.3.0/include -isystem /opt/tg/powerpc-ib

[Bug c/33125] ICE during boot

2007-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-08-21 03:36 --- *** This bug has been marked as a duplicate of 33126 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/33126] gimplification failed during stdc++ translation

2007-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-08-21 03:36 --- *** Bug 33125 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33126

[Bug c++/33126] gimplification failed during stdc++ translation

2007-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-21 03:37 --- http://gcc.gnu.org/ml/gcc-patches/2007-08/msg01288.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

<    1   2