[Bug c++/29573] [4.0/4.1/4.2/4.3 regression] ICE after parse error in template argument

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-11-06 06:41 --- Subject: Bug number PR c++/29573 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/2006-10/msg01746.html -- http://gcc.gnu.org/bugzil

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-11-05 Thread bdavis at gcc dot gnu dot org
--- Comment #5 from bdavis at gcc dot gnu dot org 2006-11-06 04:10 --- patch here: http://gcc.gnu.org/ml/fortran/2006-11/msg00148.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974

[Bug target/29721] Wrong code when compiling libjava/verify.cc at -O2

2006-11-05 Thread daney at gcc dot gnu dot org
--- Comment #3 from daney at gcc dot gnu dot org 2006-11-06 01:17 --- Manually moving the lw $4,%got($L2406)($28) to be just before the addiu $4,$4,%lo($L2406) and reassembling fixes the problem. So I think that my analysis about the problem being splitting them up with

[Bug testsuite/29737] New: make check fixinclude test FAILURES

2006-11-05 Thread mckelvey at maskull dot com
Latest CVS, builds fine. Attempt to "make check" yields: gmake[1]: Entering directory `/usr/home/mckelvey/software/gcc-obj' gmake[2]: Entering directory `/usr/home/mckelvey/software/gcc-obj/fixincludes' autogen -T ../../gcc/fixincludes/check.tpl ../../gcc/fixincludes/inclhack.def /bin/sh ./check.s

[Bug java/29587] jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes

2006-11-05 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca 2006-11-06 00:43 --- Subject: Re: jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes > So this ends up being what i thought. The variables aren't being > collapsed, but i can't figure out why (IE it can

[Bug target/29720] Latest CVS: undefined reference to __tls_get_addr

2006-11-05 Thread mckelvey at maskull dot com
--- Comment #2 from mckelvey at maskull dot com 2006-11-06 00:35 --- OK, that fixed the problem. But shouldn't configuration have caught it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29720

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread chuck at vertica dot com
--- Comment #49 from chuck at vertica dot com 2006-11-05 23:39 --- Sorry. But maybe it is a FAQ because even with "-Wall" or "-Wstrict-aliasing=2" g++ 4.0.2 generates invalid code for this without so much as a peep. I here 4.1 is better about giving a warning. I guess it was too much

[Bug c/29736] [4.0/4.1/4.2/4.3 regression] ICE on duplicate vector attribute

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29736

[Bug c/29736] New: [4.0/4.1/4.2/4.3 regression] ICE on duplicate vector attribute

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.0.2: = int __attribute__((vector_size(8),vector_size(8))) v; void foo() { v = v + v; } = bug.c: In function 'foo': bug.c:5: internal

[Bug c++/29735] [4.0/4.1/4.2/4.3 regression] ICE on "main" returning vector

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29735

[Bug middle-end/29335] transcendental functions with constant arguments should be resolved at compile-time

2006-11-05 Thread vincent at vinc17 dot org
--- Comment #33 from vincent at vinc17 dot org 2006-11-05 23:27 --- (In reply to comment #32) > (In reply to comment #31) > > (In reply to comment #30) > > So, I don't think a mpfr_signgam alone would really be useful. So, I think > > that > > choice 2 would be better. > > Okay, sounds

[Bug c++/29735] New: [4.0/4.1/4.2/4.3 regression] ICE on "main" returning vector

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.0.0: = int __attribute__((vector_size(8))) main() { return 0; } = bug.cc:1: internal compiler error: in start_function, at cp/decl.c:107

[Bug c++/29734] [4.0/4.1/4.2/4.3 regression] ICE with vector in switch condition

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29734

[Bug c++/29734] New: [4.0/4.1/4.2/4.3 regression] ICE with vector in switch condition

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 3.4.5 / 4.0.2: = void foo(int __attribute__((vector_size(8))) i) { switch (i) {} } = bug.cc: In function 'void foo(int __vector__)': bug.c

[Bug c++/29733] [4.1/4.2/4.3 regression] ICE on initialization of function type

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29733

[Bug c++/29732] [4.0/4.1/4.2/4.3 regression] ICE on invalid friend declaration

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29732

[Bug c++/29731] [4.0/4.1/4.2/4.3 regression] ICE with statement expression as template parameter

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29731

[Bug c++/29730] [4.0/4.1/4.2/4.3 regression] ICE on invalid declaration of template member

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29730

[Bug c++/29729] [4.0/4.1/4.2/4.3 regression] ICE with template class in template function

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29729

[Bug c++/29728] [4.0/4.1/4.2/4.3 regression] ICE on invalid initializer in template function

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29728

[Bug c++/29727] [4.0/4.1/4.2/4.3 regression] ICE on invalid initializer for template member

2006-11-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29727

[Bug c++/29733] New: [4.1/4.2/4.3 regression] ICE on initialization of function type

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.1.0: = template void foo() { T t = 0; } void bar() { foo(); } = bug.cc: In function 'void foo() [with T = int ()()]': bug.cc:8: ins

[Bug c++/29732] New: [4.0/4.1/4.2/4.3 regression] ICE on invalid friend declaration

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.0.0: = struct A { template template friend void foo(T) {} void bar() { foo(0); } }; = bug.cc: In member function 'void A::bar()': bug.

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread pinskia at gcc dot gnu dot org
--- Comment #48 from pinskia at gcc dot gnu dot org 2006-11-05 22:26 --- (In reply to comment #46) > Folks, can anyone please tell me if this is the same problem as I am seeing > here using gcc 4.0.2 for x86_64: > inline long long Vgetbytes(double f) { >return *reinterpret_cast(&f);

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread drow at gcc dot gnu dot org
--- Comment #47 from drow at gcc dot gnu dot org 2006-11-05 22:25 --- Subject: Re: [4.0/4.1 Regression] alias bug with cast and call clobbered On Sun, Nov 05, 2006 at 10:17:16PM -, chuck at vertica dot com wrote: > Folks, can anyone please tell me if this is the same problem as I a

[Bug fortran/24518] Intrinsic MOD incorrect for large arg1/arg2 and slow.

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #21 from pault at gcc dot gnu dot org 2006-11-05 22:18 --- Fixed on trunk and 4.2 - will soon be fixed on 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread chuck at vertica dot com
--- Comment #46 from chuck at vertica dot com 2006-11-05 22:17 --- Folks, can anyone please tell me if this is the same problem as I am seeing here using gcc 4.0.2 for x86_64: #include inline long long Vgetbytes(double f) { return *reinterpret_cast(&f); } int main (int argc, char

[Bug fortran/29634] ICE in variable_decl, for function returning a derived type

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-11-05 22:16 --- I'd better take it, since I submitted a patch for it! Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/29641] [4.1/4.2/4.3 regression] ICE in gfc_get_derived_type

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-11-05 22:15 --- Fixed on trunk and 4.2 - soon to be fixed on 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/29565] [4.1/4.2/4.3 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-11-05 22:14 --- Fixed on trunk and 4.2 - soo to be fixed on 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/29490] internal compiler error: in fold_binary, at fold-const.c:8239

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-11-05 22:11 --- Fixed on trunk and 4.2 - soon to be fixed on 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/29387] ICE on character array function of variable length

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-11-05 22:07 --- Fixed on trunk and 4.2 - will do 4.1 in the next 48hours. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/29699] ICE in trans-decl.c

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-11-05 22:03 --- We can move into different territory by referring to vocab_swap: PROGRAM vocabulary_word_count IMPLICIT NONE TYPE VARYING_STRING CHARACTER,DIMENSION(:),ALLOCATABLE :: chars ENDTYPE VARYING_STRING INTEGER

[Bug c++/189] [DR176] parse error in qualified member name lookup

2006-11-05 Thread jens dot maurer at gmx dot net
--- Comment #10 from jens dot maurer at gmx dot net 2006-11-05 21:54 --- Here is a shorter test case. namespace N { template struct B { int m; }; struct C : B { }; } void g() { N::C().B::m; } -- jens dot maurer at gmx dot net changed: What|Removed

[Bug libfortran/29568] implement unformatted files with subrecords (Intel style)

2006-11-05 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-11-05 21:48 --- Created an attachment (id=12550) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12550&action=view) Patch for reading only This is a partial patch, for reading only. I have taken the approach that we should all

[Bug java/29587] jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes

2006-11-05 Thread dberlin at dberlin dot org
--- Comment #8 from dberlin at gcc dot gnu dot org 2006-11-05 21:48 --- Subject: Re: jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes On 5 Nov 2006 21:22:24 -, dave at hiauly1 dot hia dot nrc dot ca <[EMAIL PROTECTED]> wrote: > > > --- Comment #7 from d

Re: [Bug java/29587] jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes

2006-11-05 Thread Daniel Berlin
On 5 Nov 2006 21:22:24 -, dave at hiauly1 dot hia dot nrc dot ca <[EMAIL PROTECTED]> wrote: --- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-11-05 21:22 --- Subject: Re: jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes > Can you bzip2 comp

[Bug target/29721] Wrong code when compiling libjava/verify.cc at -O2

2006-11-05 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2006-11-05 21:44 --- It looks like the problem here is that a %lo relocation is getting seperated from its corresponding %got. Here is a little of the assembly, note how there is an intervening %got/%lo between the %got($L2406) and the %l

[Bug fortran/29539] ICE in variable_decl

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-11-05 21:40 --- Subject: Bug number PR29539 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/2006-11/msg00271.html -- http://gcc.gnu.org/bugzilla/sh

[Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-11-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #27 from ebotcazou at gcc dot gnu dot org 2006-11-05 21:32 --- > [EMAIL PROTECTED]:~/gnu/gcc-4.3/objdir/gcc/testsuite/g++$ ld --version > GNU ld version 2.17.50 20061031 OK, thanks. I'll try harder to reproduce on x86/Linux. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug fortran/29689] gfortran should use g77-compatible format for error message

2006-11-05 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-11-05 21:31 --- I don't know why I assigned this to myself. Brooks has already fixed this. Unassigning myself. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-11-05 21:27 --- Fixed on 4.2 and 4.3 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/29587] jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes

2006-11-05 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-11-05 21:22 --- Subject: Re: jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes > Can you bzip2 compress -fdump-tree-alias-vops-details-blocks-stats (it's going > to be very large) and put it somewh

[Bug middle-end/29719] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-11-05 20:55 --- Subject: Bug number PR29719 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/2006-11/msg00269.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/29475] [4.0/4.1/4.2/4.3 Regression] incomplete template diagnostics.

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-11-05 20:40 --- Subject: Bug number PR c++/29475 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/2006-11/msg00266.html -- http://gcc.gnu.org/bugzil

[Bug middle-end/26306] [4.0/4.1/4.2/4.3 regression] ICE on volatile array with non-constant bounds

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2006-11-05 20:40 --- Subject: Bug number PR middle-end/26306 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/2006-11/msg00251.html -- http://gcc.gnu.org

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-11-05 20:39 --- Subject: Bug number PR25545 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/2006-11/msg00236.html --- Comment #7 from patchapp at

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-11-05 20:39 --- Subject: Bug number PR25545 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/2006-11/msg00236.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/29731] New: [4.0/4.1/4.2/4.3 regression] ICE with statement expression as template parameter

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.0.0: = template struct A {}; A<({})> a; = bug.cc:3: error: statement-expressions are allowed only inside functions bug.cc:3: internal com

[Bug middle-end/25620] Missed optimization with power

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #12 from patchapp at dberlin dot org 2006-11-05 20:39 --- Subject: Bug number PR25620 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/2006-11/msg00216.html -- http://gcc.gnu.org/bugzilla/s

[Bug target/27405] [4.2/4.3 Regression] gcc.c-torture/execute/960209-1.c ICEs on sh64-* with -O3

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-11-05 20:36 --- Subject: Bug number PR target/27405 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/2006-11/msg00053.html -- http://gcc.gnu.org/bug

[Bug fortran/29565] [4.1/4.2/4.3 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2006-11-05 20:36 --- Subject: Bug number PR29565 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/2006-11/msg00038.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/29730] New: [4.0/4.1/4.2/4.3 regression] ICE on invalid declaration of template member

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.0.0: = struct A { template void foo()(0); }; = bug.cc:3: internal compiler error: in grokfield, at cp/decl2.c:846 Please submit a full b

[Bug middle-end/29610] [4.1 Regression] ICE when compiling c++ code with -O2 -funswitch-loops

2006-11-05 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-11-05 20:35 --- Subject: Bug number PR29610 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/2006-11/msg00015.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/29729] New: [4.0/4.1/4.2/4.3 regression] ICE with template class in template function

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 3.0: = template void foo(T) { struct A { template struct B { typedef B<0> C; }; }; } = bug.cc: In function 'void foo

[Bug c++/29728] New: [4.0/4.1/4.2/4.3 regression] ICE on invalid initializer in template function

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 3.4.0: = template void foo() { int a[] = { X: 0 }; } = bug.cc: In function 'void foo()': bug.cc:3: internal compiler error: Segmentation f

[Bug c++/29727] New: [4.0/4.1/4.2/4.3 regression] ICE on invalid initializer for template member

2006-11-05 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 3.3: = template struct A { static int a[1]; }; template int A::a[1] = { X: 0 }; void foo() { A<0>::a; } = bug.cc: In instantiation of

[Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-11-05 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #26 from dave at hiauly1 dot hia dot nrc dot ca 2006-11-05 20:15 --- Subject: Re: [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test > With some exotic version of binutils too? :-) When I first hit the problem, I was using a build from last Ju

[Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-11-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #25 from ebotcazou at gcc dot gnu dot org 2006-11-05 20:03 --- > I'm seeing similar problems on hppa-linux. See PR 29661 for mor details. > There are some others as well that are probably dups. With some exotic version of binutils too? :-) -- http://gcc.gnu.org/bugzil

[Bug target/29687] internal compiler error in push_reload, at reload.c:1315 building liboil-0.3.9

2006-11-05 Thread sick_soul at yahoo dot it
--- Comment #3 from sick_soul at yahoo dot it 2006-11-05 19:40 --- I was not sure whether to report this or not, but looking at the bug report form I found the 3.3.x series there, so I went ahead. Both gcc-4.1.1 and gcc-3.4.6 do not show this bug. I will close this, sorry for wasting y

[Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-11-05 Thread danglin at gcc dot gnu dot org
--- Comment #24 from danglin at gcc dot gnu dot org 2006-11-05 19:34 --- I'm seeing similar problems on hppa-linux. See PR 29661 for mor details. There are some others as well that are probably dups. -- danglin at gcc dot gnu dot org changed: What|Removed

[Bug java/29587] jc1: out of memory allocating 4072 bytes after a total of 708630224 bytes

2006-11-05 Thread dberlin at gcc dot gnu dot org
--- Comment #6 from dberlin at gcc dot gnu dot org 2006-11-05 19:16 --- (In reply to comment #5) > Subject: Re: jc1: out of memory allocating 4072 bytes after a total of > 708630224 bytes > > > Except that all of these were fixed in the followup patch and a later > > typo fix, *includi

[Bug c++/29661] FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute

2006-11-05 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2006-11-05 18:49 --- Subject: Re: FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute > I think these all are caused by bugs in binutils after the following patch: > http://gcc.gnu.org/ml/gcc-cvs/200

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-11-05 18:47 --- Subject: Bug 25545 Author: jvdelisle Date: Sun Nov 5 18:46:59 2006 New Revision: 118510 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118510 Log: 2006-11-05 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-11-05 18:44 --- Subject: Bug 25545 Author: jvdelisle Date: Sun Nov 5 18:43:51 2006 New Revision: 118509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118509 Log: 2006-11-05 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug middle-end/29726] [4.2/4.3 regression] invalid folding of ((X >> C1) & C2) != 0 or "M-x is undefined" in emacs

2006-11-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/29726] New: [4.2/4.3 regression] invalid folding of ((X >> C1) & C2) != 0 or "M-x is undefined" in emacs

2006-11-05 Thread belyshev at depni dot sinp dot msu dot ru
fix for bug 21137 causes a regression: /* { dg-do run } */ void abort (void); int main (void) { int k = -1; if (((unsigned int) k >> 3) & 134217728) return 0; abort (); } This bug is also known as miscompilation of emacs' keymap.c at -O0: http://lists.gnu.org/archive/html/emacs-devel/2

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-11-05 17:40 --- Subject: Bug 25545 Author: jvdelisle Date: Sun Nov 5 17:40:42 2006 New Revision: 118507 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118507 Log: 2006-11-05 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-11-05 17:35 --- Subject: Bug 25545 Author: jvdelisle Date: Sun Nov 5 17:35:30 2006 New Revision: 118506 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118506 Log: 2006-11-04 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/27698] subroutine _foo draws "unclassifiable statement" instead of a useful error.

2006-11-05 Thread aldot at gcc dot gnu dot org
--- Comment #10 from aldot at gcc dot gnu dot org 2006-11-05 17:16 --- > IIRC, the use of $ is a Digital extension on VMS. It's > been more than 15 years since I used VMS, but I vaguely > remmeber seeing Fortran with the $ only in the 2nd position. > > But, if Intel (a Digital descente

[Bug fortran/27698] subroutine _foo draws "unclassifiable statement" instead of a useful error.

2006-11-05 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #9 from sgk at troutmask dot apl dot washington dot edu 2006-11-05 17:00 --- Subject: Re: subroutine _foo draws "unclassifiable statement" instead of a useful error. On Sun, Nov 05, 2006 at 04:37:42PM -, aldot at gcc dot gnu dot org wrote: > > > How does Intel's iand

[Bug c/29725] (signed char) to (signed int) typecast missbehaves

2006-11-05 Thread stian at nixia dot no
--- Comment #2 from stian at nixia dot no 2006-11-05 16:51 --- But no releases that fixes this issue has been released in the 4.1.x serie as far as I can see atleast. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29725

[Bug tree-optimization/29145] unsafe use of restrict qualifier

2006-11-05 Thread djg at cray dot com
--- Comment #7 from djg at cray dot com 2006-11-05 16:50 --- (In reply to comment #5) "based on" basically means copied from, and possibly incremented or decremented, though not necessarily in obvious ways. Your example is legal; q is based on p. BTW, I made a mistake in my earlier sug

[Bug fortran/27698] subroutine _foo draws "unclassifiable statement" instead of a useful error.

2006-11-05 Thread aldot at gcc dot gnu dot org
--- Comment #8 from aldot at gcc dot gnu dot org 2006-11-05 16:37 --- > How does Intel's iand other commercial compilers handle > a leading dollar? The standard is quite clear that the > first character in a name is an alphabetic character. > ifort-9.1.xx accept it without any notice.

[Bug fortran/27698] subroutine _foo draws "unclassifiable statement" instead of a useful error.

2006-11-05 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #7 from sgk at troutmask dot apl dot washington dot edu 2006-11-05 16:27 --- Subject: Re: subroutine _foo draws "unclassifiable statement" instead of a useful error. On Sun, Nov 05, 2006 at 04:19:08PM -, aldot at gcc dot gnu dot org wrote: > > --- Comment #6 from

[Bug tree-optimization/29718] [4.2/4.3 Regression] ice in add_virtual_operand with some C++ code

2006-11-05 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |

[Bug fortran/27698] subroutine _foo draws "unclassifiable statement" instead of a useful error.

2006-11-05 Thread aldot at gcc dot gnu dot org
--- Comment #6 from aldot at gcc dot gnu dot org 2006-11-05 16:19 --- Updating the testsuite to account for the new error message now. Note that i think that we should take -fdollar-ok into account, i.e.: if (!ISALPHA (c) && !(gfc_option.flag_dollar_ok && c == '$')) { bail; }

[Bug middle-end/29719] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-11-05 16:16 --- The testcase explicitly calls __builtin_lceil which we then cannot expand at all. We can open-code lceil like I did for SSE expansion using xi = (long)op1; xi -= (double)xi > op1 ? 1 : 0; which shou

[Bug c/29725] (signed char) to (signed int) typecast missbehaves

2006-11-05 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-11-05 16:11 --- This is fixed already. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29725

[Bug tree-optimization/29145] unsafe use of restrict qualifier

2006-11-05 Thread dorit at il dot ibm dot com
--- Comment #6 from dorit at il dot ibm dot com 2006-11-05 15:48 --- (In reply to comment #5) > This was something that slipped in, IIRC. I was of Ian's viewpoint, that > may_alias_p should handle it, and it shouldn't be special to data-references. yes, it was originally added as a temp

[Bug fortran/21061] gfortran ignores -Werror

2006-11-05 Thread aldot at gcc dot gnu dot org
--- Comment #5 from aldot at gcc dot gnu dot org 2006-11-05 14:57 --- Subject: Bug 21061 Author: aldot Date: Sun Nov 5 14:57:24 2006 New Revision: 118501 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118501 Log: 2006-11-05 Bernhard Fischer <[EMAIL PROTECTED]> PR for

[Bug c/29725] New: (signed char) to (signed int) typecast missbehaves

2006-11-05 Thread stian at nixia dot no
The following code-snippest generate wrong numbers with gcc 4.1.1 using -O, -O1 and -O2. #include int main(int arg, char *argv[]) { int j; for (j=0; j<256; j++) { signed char j2=(signed char)j; printf("%d\n", (signed int)j2); }

[Bug middle-end/29719] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2006-11-05 14:52 --- (In reply to comment #3) > I had a slightly deeper look. The ceilf builtin is defined only > for C99 targets in builtins.def: > > DEF_C99_C90RES_BUILTIN (BUILT_IN_CEILF, "ceilf", BT_FN_FLOAT_FLOAT, > ATTR_CONST_NOTHROW_

[Bug ada/26306] [4.0/4.1/4.2/4.3 regression] ICE volatile array with non-constant bounds

2006-11-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-11-05 13:03 --- Testing fix. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added C

[Bug ada/26306] [4.0/4.1/4.2/4.3 regression] ICE volatile array with non-constant bounds

2006-11-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-11-05 13:02 --- "included in the description" is not a target. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/29695] [4.1/4.2/4.3 Regression] Folding breaks (a & 0x80) ? 0x80 : 0 for unsigned char or unsigned short a

2006-11-05 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-11-05 12:18 --- Subject: Bug 29695 Author: jakub Date: Sun Nov 5 12:18:09 2006 New Revision: 118499 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118499 Log: PR middle-end/29695 * fold-const.c (fold_ternary)

[Bug middle-end/29695] [4.1/4.2/4.3 Regression] Folding breaks (a & 0x80) ? 0x80 : 0 for unsigned char or unsigned short a

2006-11-05 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-11-05 12:18 --- Subject: Bug 29695 Author: jakub Date: Sun Nov 5 12:18:03 2006 New Revision: 118498 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118498 Log: PR middle-end/29695 * fold-const.c (fold_ternary)

[Bug middle-end/29695] [4.1/4.2/4.3 Regression] Folding breaks (a & 0x80) ? 0x80 : 0 for unsigned char or unsigned short a

2006-11-05 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-11-05 12:13 --- Subject: Bug 29695 Author: jakub Date: Sun Nov 5 12:13:46 2006 New Revision: 118497 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118497 Log: PR middle-end/29695 * fold-const.c (fold_ternary)

[Bug middle-end/29719] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread kkojima at gcc dot gnu dot org
--- Comment #3 from kkojima at gcc dot gnu dot org 2006-11-05 12:12 --- Sorry for adding duplicate PRs. I had a slightly deeper look. The ceilf builtin is defined only for C99 targets in builtins.def: DEF_C99_C90RES_BUILTIN (BUILT_IN_CEILF, "ceilf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHR

[Bug ada/29707] s-osinte.adb:86:13: warning: function "To_Target_Priority" is not referenced

2006-11-05 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2006-11-05 11:01 --- Fixed. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug ada/29707] s-osinte.adb:86:13: warning: function "To_Target_Priority" is not referenced

2006-11-05 Thread charlet at gcc dot gnu dot org
--- Comment #4 from charlet at gcc dot gnu dot org 2006-11-05 10:58 --- Subject: Bug 29707 Author: charlet Date: Sun Nov 5 10:58:41 2006 New Revision: 118496 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118496 Log: * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads

[Bug ada/29707] s-osinte.adb:86:13: warning: function "To_Target_Priority" is not referenced

2006-11-05 Thread charlet at adacore dot com
--- Comment #3 from charlet at adacore dot com 2006-11-05 10:48 --- Subject: Re: New: s-osinte.adb:86:13: warning: function "To_Target_Priority" is not referenced You need to add a spec for To_Target_Priority in s-osinte-linux-hppa.ads Better in the medium term would be to merge s-os

[Bug libstdc++/29722] Linking with libsupc++.a creates link time undefined references

2006-11-05 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2006-11-05 10:17 --- Benjamin, can you have a look? I can reproduce, the issue seems confirmed. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/29696] std::string::reverse_iterator doesn't work at all on Tru64 UNIX

2006-11-05 Thread lebedev at zhtw dot org dot ru
--- Comment #12 from lebedev at zhtw dot org dot ru 2006-11-05 09:56 --- (In reply to comment #11) > Forgot: you may also consider reporting the bug to netbsd, or your favorite > provider of packages, maybe that would help that community. From our point of > view, there isn't much more

[Bug middle-end/29719] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-05 09:39 --- *** Bug 29723 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29719

[Bug target/29723] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-05 09:39 --- *** This bug has been marked as a duplicate of 29719 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/29724] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-05 09:39 --- *** This bug has been marked as a duplicate of 29719 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/29719] newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-05 09:39 --- *** Bug 29724 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29719

[Bug target/29724] New: newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread kkojima at gcc dot gnu dot org
On newlib targets, the compiler fails to compile long testlf (float x) { return __builtin_lceilf (x); } with the error internal compiler error: in expand_builtin_int_roundingfn, at builtins.c:2298 -- Summary: newlib targets ICEs in expand_builtin_int_roundingfn Product

[Bug target/29723] New: newlib targets ICEs in expand_builtin_int_roundingfn

2006-11-05 Thread kkojima at gcc dot gnu dot org
On newlib targets, the compiler fails to compile long testlf (float x) { return __builtin_lceilf (x); } with the error internal compiler error: in expand_builtin_int_roundingfn, at builtins.c:2298 -- Summary: newlib targets ICEs in expand_builtin_int_roundingfn Product

  1   2   >