[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64

2006-12-09 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-12-09 08:21 --- In case someone is still doubtful. :-) -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30129] New: ICE (segfault) in C++ code

2006-12-09 Thread doko at ubuntu dot com
[forwarded from http://launchpad.net/bugs/74248] ICE building kdelibs4 on amd64; i386 works ok. seen with 4.1.2 20061208. $ g++-4.1 -c -o test.o bug.ii /home/simon/src/kde/kdelibs/phonon/objectdescription.cpp: In member function ‘Phonon::ObjectDescriptionT

[Bug fortran/30096] Interface bug: gfortran falsely detect ambigious interface, scoping problem?

2006-12-09 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-12-09 10:01 --- Subject: Bug number PR30096 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-12/msg00605.html --

[Bug ada/30130] New: Cannot bootstrap 4.1.2 ada with mainline

2006-12-09 Thread rguenth at gcc dot gnu dot org
because gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -gnatpg -gnata -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/erroutc.adb -o ada/erroutc.o erroutc.adb:42:06: warning: redundant with clause in body make[2]: *** [ada/erroutc.o] Error 1 -- Summary: Cannot bootstrap 4.1.2

[Bug c++/30129] [4.1 regression] ICE (segfault) in C++ code

2006-12-09 Thread doko at ubuntu dot com
--- Comment #1 from doko at ubuntu dot com 2006-12-09 10:20 --- works with 4.0.3 -- doko at ubuntu dot com changed: What|Removed |Added Known to work|

[Bug fortran/30115] allocate() interface pessimizes aliasing

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-12-09 10:23 --- I guess it may work to only change void allocate (void **, size_t, int *) to void *allocate (void *, size_t, int *) and use it like descriptor.data = allocate (descriptor.data, size, pstat) the point is

[Bug c++/30129] [4.1 regression] ICE (segfault) in C++ code

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-12-09 11:11 --- works with 4.1.2 r119687. Works with g++ (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux). g++-4.1 -v? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30129

[Bug target/30131] New: ICE in propagate_one_insn, at flow.c:1583

2006-12-09 Thread debian-gcc at lists dot debian dot org
[forwarded from http://bugs.debian.org/397341] seen with 3.4, 4.1, 4.3 SVN 20061022 on hppa-linux-gnu with -O1, -O2, works with -O0. $ gcc -c -g -O2 pdvitomp.i pdvitomp.c: In function `parsearguments': pdvitomp.c:174: error: Attempt to delete prologue/epilogue insn: (insn/f 1017 1016 1018 0

[Bug target/30131] ICE in propagate_one_insn, at flow.c:1583

2006-12-09 Thread debian-gcc at lists dot debian dot org
--- Comment #1 from debian-gcc at lists dot debian dot org 2006-12-09 11:12 --- Created an attachment (id=12773) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12773action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30131

[Bug ada/30130] Cannot bootstrap 4.1.2 ada with mainline

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-12-09 11:12 --- Continues with gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -gnatpg -gnata -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/s-wchcon.ads -o ada/s-wchcon.o s-wchcon.ads:41:15: package System.Wch_Con does not

[Bug ada/30130] Cannot bootstrap 4.1.2 ada with mainline

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-12-09 11:18 --- (no idea how to fix the issue in comment #2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30130

[Bug target/30128] Strange code generated

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-12-09 11:02 --- This is because for the first line (*((char *)(p) + 0) = (char) ((dat))0xff) we do the len + 1 in unsigned char type (we recognize x 0xff as a cast to unsigned char). So we have two additions and cannot

[Bug tree-optimization/30132] New: ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread debian-gcc at lists dot debian dot org
[forwarded from http://bugs.debian.org/400484] seen on i486-linux-gnu with 3.4, 4.1.2, 4.3 20061022, works with -O0 $ gcc -c -O1 complex.c complex.c: In function 'testit': complex.c:4: internal compiler error: in find_lattice_value, at tree-complex.c:133 Please submit a full bug report, with

[Bug tree-optimization/30132] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread debian-gcc at lists dot debian dot org
--- Comment #1 from debian-gcc at lists dot debian dot org 2006-12-09 11:33 --- Created an attachment (id=12774) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12774action=view) preprocessed source #include complex.h void testit(double complex* t, double* b) { b[0] =

[Bug c++/30129] [4.1 regression] ICE (segfault) in C++ code

2006-12-09 Thread doko at ubuntu dot com
--- Comment #3 from doko at ubuntu dot com 2006-12-09 11:39 --- works in Debian unstable as well; Ubuntu specific. -- doko at ubuntu dot com changed: What|Removed |Added

[Bug ada/30130] Cannot bootstrap 4.1.2 ada with mainline

2006-12-09 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2006-12-09 12:03 --- This is not something which is supported nor guaranteed to work. You would need to do all kinds of changes in the 4.1 branch to get this work, and continue patching as the trunk compiler evolves. That being said,

[Bug ada/30130] Cannot bootstrap 4.1.2 ada with 4.2.0 ada

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-12-09 12:11 --- Err, with 4.2.0 ada actually. I wonder if we can make the stage1 ada flags more permissive somehow? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/30130] Cannot bootstrap 4.1.2 ada with 4.2.0 ada

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-12-09 12:13 --- I see it's not supported, but as Ada needs Ada to be bootstrapped how do you expect maintainance work to work for active release branches? Given PR29127 and PR864 it's not easily possible to switch to an alternate

[Bug fortran/29941] gfortran reports error with len of assumed size character array

2006-12-09 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-12-09 12:15 --- Subject: Bug number PR29941 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-12/msg00609.html --

[Bug ada/30130] Cannot bootstrap 4.1.2 ada with 4.2.0 ada

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-12-09 12:15 --- So, I'll just not include Ada in the enabled languages for bootstrapping and regtesting patches for the 4.1 branch. (As a natural consequence...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30130

[Bug c/30133] New: getc in printf (similar nonbug increment/decrement)

2006-12-09 Thread dosout1 at fel dot cvut dot cz
$gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs Configured with: /builds1/sfwnv-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77 --enable-shared

[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64

2006-12-09 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-12-09 12:57 --- Rainer, I'm interested in helping to port boehm-gc/libgcj to AMD64/Solaris 10, including investigating the switch to POSIX threads on all architectures. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21942

[Bug c/30133] getc in printf (similar nonbug increment/decrement)

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-09 13:13 --- Order of evaulation inside function agruments is not specified by the C standard as the comma inside the function arguments is not a sequence point. So the order of the calls to getc could be any order. --

[Bug tree-optimization/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Known to fail|

[Bug tree-optimization/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-09 13:20 --- The gimplifier is messing up ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30132

[Bug ada/30130] Cannot bootstrap 4.1.2 ada with 4.2.0 ada

2006-12-09 Thread charlet at adacore dot com
--- Comment #7 from charlet at adacore dot com 2006-12-09 13:55 --- Subject: Re: Cannot bootstrap 4.1.2 ada with 4.2.0 ada I see it's not supported, but as Ada needs Ada to be bootstrapped how do you expect maintainance work to work for active release branches? By simply using an

[Bug tree-optimization/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-12-09 14:20 --- Note, what we have is invalid gimple which we don't catch until tree-complex.c which is wrong, I have a patch to catch it earlier. Confirmed. -- pinskia at gcc dot gnu dot org changed: What

[Bug middle-end/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-12-09 14:22 --- Also note moving catching it earlier makes this a middle-end (gimplifier) issue rather than an optimization issue. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-12-09 14:24 --- After gimplification: D.1853 = *t; if (D.1853 == __complex__ (0.0, 0.0)) { D.1854 = __complex__ (0.0, 0.0); iftmp.0 = D.1854; } else { D.1855 = *t; D.1856 = -D.1855;

[Bug tree-optimization/30103] missed strength reduction optimization (test replacement)

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-09 14:26 --- Actually we do the strength reduction for t but don't fix it up so we multiply stop by 21 but instead we add a multiply for the IV to convert back to the normal t. I wonder if this is because of overflow reasons

[Bug c/19977] overflow in non-static initializer should not be pedwarn

2006-12-09 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2006-12-09 14:28 --- I believe that the culprit is a call to constant_expression_warning at c-typeck.c (store_init_value). The comment just above this call says ANSI wants warnings about out-of-range constant initializers. However, if the

[Bug tree-optimization/30103] missed strength reduction optimization (test replacement)

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-12-09 14:34 --- Uh, indeed the testcase is invalid. Using unsigned int or -fwrapv instead makes it valid. But we still have strength_test10 (data) { unsigned int ivtmp.31; int * pretmp.23; int stop; bb 2: stop = *(data

[Bug tree-optimization/30105] reassoc can sometimes get in the way of PRE

2006-12-09 Thread dberlin at gcc dot gnu dot org
--- Comment #4 from dberlin at gcc dot gnu dot org 2006-12-09 14:40 --- Uh, before declaring it a reassociation issue, why don't you try turning off reassoc and see if it actually fixes the problem. As long as reassoc rewrites it the same everywhere, it would still be PRE'd. --

[Bug tree-optimization/30105] reassoc can sometimes get in the way of PRE

2006-12-09 Thread dberlin at gcc dot gnu dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2006-12-09 15:06 --- (In reply to comment #1) Confirmed (but it's not PRE). This actually is a case of PRE, because data[0] + data[3] is partially redundant. But according to the results, we *did* do the load PRE here. In fact,

[Bug target/30131] ICE in propagate_one_insn, at flow.c:1583

2006-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-12-09 15:11 --- Related to PR28282 and PR12535. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29916] [4.1 and 4.2 only] Dimension of a function result as host association does not work

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-12-09 15:17 --- Subject: Bug 29916 Author: pault Date: Sat Dec 9 15:17:16 2006 New Revision: 119690 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119690 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports from

[Bug fortran/30003] [4.2 and 4.1 only] Expressions with side effects in array references

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-12-09 15:17 --- Subject: Bug 30003 Author: pault Date: Sat Dec 9 15:17:16 2006 New Revision: 119690 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119690 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports

[Bug fortran/29821] [4.2 and 4.1] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:666ans-types.c:666

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-12-09 15:17 --- Subject: Bug 29821 Author: pault Date: Sat Dec 9 15:17:16 2006 New Revision: 119690 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119690 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports from

[Bug fortran/29912] [4.2 and 4.1 only] Gfortran: string array functions behaving incorrectly...

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-12-09 15:17 --- Subject: Bug 29912 Author: pault Date: Sat Dec 9 15:17:16 2006 New Revision: 119690 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119690 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports

[Bug fortran/29821] [4.1 only] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:666ans-types.c:666

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-12-09 15:20 --- Fixed in trunk and 4.2. If I have time, I will patch 4.1 someday. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29912] [4.1 only] Gfortran: string array functions behaving incorrectly...

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-12-09 15:21 --- Fixed in trunk and 4.2. If I have time, I will patch 4.1 someday. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29916] [4.1 only] Dimension of a function result as host association does not work

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-12-09 15:21 --- Fixed in trunk and 4.2. If I have time, I will patch 4.1 someday. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30003] [4.1 only] Expressions with side effects in array references

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-12-09 15:22 --- Fixed in trunk and 4.2. If I have time, I will patch 4.1 someday. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30003] [4.1 only] Expressions with side effects in array references

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-12-09 17:48 --- Subject: Bug 30003 Author: pault Date: Sat Dec 9 17:47:45 2006 New Revision: 119694 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119694 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports

[Bug fortran/29916] [4.1 only] Dimension of a function result as host association does not work

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-12-09 17:48 --- Subject: Bug 29916 Author: pault Date: Sat Dec 9 17:47:45 2006 New Revision: 119694 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119694 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports

[Bug fortran/29820] ICE in fold_convert, at fold-const.c:2146

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-12-09 17:48 --- Subject: Bug 29820 Author: pault Date: Sat Dec 9 17:47:45 2006 New Revision: 119694 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119694 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports

[Bug fortran/29821] [4.1 only] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:666ans-types.c:666

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-12-09 17:48 --- Subject: Bug 29821 Author: pault Date: Sat Dec 9 17:47:45 2006 New Revision: 119694 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119694 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports

[Bug fortran/29912] [4.1 only] Gfortran: string array functions behaving incorrectly...

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-12-09 17:48 --- Subject: Bug 29912 Author: pault Date: Sat Dec 9 17:47:45 2006 New Revision: 119694 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119694 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] Backports

[Bug libfortran/26893] kinds.h not generated, causing failure

2006-12-09 Thread jbuck at gcc dot gnu dot org
--- Comment #23 from jbuck at gcc dot gnu dot org 2006-12-09 18:14 --- I went and rebuilt everything, ran into the problem again, and determined that it was because, although there was a correct --with-gmp, gfortran was failing because gmp wasn't on LD_LIBRARY_PATH. But gmp is now in

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

2006-12-09 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-12-09 18:35 --- Subject: Bug number PR c++/29731 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-12/msg00628.html --

[Bug libfortran/26893] kinds.h not generated, causing failure

2006-12-09 Thread jvdelisle at verizon dot net
--- Comment #24 from jvdelisle at verizon dot net 2006-12-09 18:45 --- Subject: Re: kinds.h not generated, causing failure jbuck at gcc dot gnu dot org wrote: --- Comment #23 from jbuck at gcc dot gnu dot org 2006-12-09 18:14 --- Anyway, the Fortran library built and

[Bug fortran/30115] allocate() interface pessimizes aliasing

2006-12-09 Thread tkoenig at gcc dot gnu dot org
--- Comment #8 from tkoenig at gcc dot gnu dot org 2006-12-09 19:03 --- (In reply to comment #7) I guess it may work to only change void allocate (void **, size_t, int *) to void *allocate (void *, size_t, int *) and use it like descriptor.data = allocate

[Bug bootstrap/30134] New: Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread lucier at math dot purdue dot edu
With this configure and build: [descartes:gcc/mainline/objdir] gcc-test% cat ../build-and-check-gcc #!/bin/tcsh /bin/rm -rf *; env CC=/pkgs/gcc-4.2.0-64/bin/gcc ../configure --build=powerpc64-apple-darwin8.8.0 --host=powerpc64-apple-darwin8.8.0 --target=powerpc64-apple-darwin8.8.0

[Bug middle-end/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-12-09 19:11 --- We have: if ((fallback fb_lvalue) == 0) { result = tmp2 = tmp = create_tmp_var (TREE_TYPE (expr), iftmp); ret = GS_ALL_DONE; } But fallback is fallback=fb_either so the

[Bug middle-end/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-12-09 19:24 --- The second issue (the invalid gimple), comes from marking a variable as ADDRESSABLE late after the orginal gimplification to that variable had happened: /* Mark the RHS addressable. */

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

2006-12-09 Thread danglin at gcc dot gnu dot org
--- Comment #51 from danglin at gcc dot gnu dot org 2006-12-09 19:34 --- Created an attachment (id=12775) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12775action=view) File. The errors go away if I disable HAVE_LD_EH_GC_SECTIONS. I think this feature exposes a binutils in

[Bug middle-end/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-12-09 19:36 --- I now have a fix for both issues (fixing the first problem of ineffient gimplification is enough to fix this bug but might not be enough to fix others). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30132

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

2006-12-09 Thread ebotcazou at gcc dot gnu dot org
--- Comment #52 from ebotcazou at gcc dot gnu dot org 2006-12-09 19:48 --- The errors go away if I disable HAVE_LD_EH_GC_SECTIONS. Sure, see comment #3. I think this feature exposes a binutils in handling pc-relative relocations when this feature is enabled. In particulary, it

[Bug libfortran/26893] kinds.h not generated, causing failure

2006-12-09 Thread jbuck at gcc dot gnu dot org
--- Comment #25 from jbuck at gcc dot gnu dot org 2006-12-09 20:11 --- Jerry: no, gmp isn't in the default path, which is why gcc was configured with --with-gmp and --with-mpfr flags. On this particular machine I do not have root, and since it's used to build apps for legacy systems it

[Bug libffi/29152] 64-bit darwin ppc port needed for libffi

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2006-12-09 20:23 --- *** Bug 30134 has been marked as a duplicate of this bug. *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2006-12-09 20:23 --- *** This bug has been marked as a duplicate of 29152 *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread lucier at math dot purdue dot edu
--- Comment #2 from lucier at math dot purdue dot edu 2006-12-09 20:27 --- This is not the same bug as 21952. Before, bootstrap would succeed and there would be a lot of test errors. Now, as of the past few days, bootstrap fails. This is a configure bug. -- lucier at math dot

[Bug fortran/29941] gfortran reports error with len of assumed size character array

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-12-09 20:42 --- Subject: Bug 29941 Author: pault Date: Sat Dec 9 20:41:51 2006 New Revision: 119695 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119695 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/29464] problem with duplicate USE, ONLY of procedure in INTERFACE

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-12-09 20:52 --- Subject: Bug 29464 Author: pault Date: Sat Dec 9 20:52:27 2006 New Revision: 119696 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119696 Log: 2006-11-25 Paul Thomas [EMAIL PROTECTED] PR

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2006-12-09 21:03 --- Ok, in terms of configuration you are correct, this is a new bug. And the patch which introduced this is here: http://gcc.gnu.org/ml/gcc-cvs/2006-12/msg00297.html -- andreast at gcc dot gnu dot org changed:

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #28 from pault at gcc dot gnu dot org 2006-12-09 21:13 --- Subject: Bug 29975 Author: pault Date: Sat Dec 9 21:13:29 2006 New Revision: 119697 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119697 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/30068] Ambigous interfaces not detected

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2006-12-09 21:13 --- Subject: Bug 30068 Author: pault Date: Sat Dec 9 21:13:29 2006 New Revision: 119697 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119697 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/30096] Interface bug: gfortran falsely detect ambigious interface, scoping problem?

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-12-09 21:13 --- Subject: Bug 30096 Author: pault Date: Sat Dec 9 21:13:29 2006 New Revision: 119697 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119697 Log: 2006-12-09 Paul Thomas [EMAIL PROTECTED] PR

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2006-12-09 21:20 --- For the time being, this one, on the previous revision would have been the better approach. NOTE, it's untested! [wolfram:gcc/head/gcc] andreast% svn diff configure.in Index: configure.in

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2006-12-09 21:41 --- Created an attachment (id=12776) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12776action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30134

[Bug fortran/25818] Problem with handling optional and entry master arguments

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #19 from pault at gcc dot gnu dot org 2006-12-09 21:42 --- Promises, promises... It is regtesting as I write; if all is well, I will submit tonight with a testcase based on pr30025. I'll come to this just as soon as the interface stuff is a bit more sorted. - like next

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2006-12-09 21:43 --- Bah, the attached patch is now under test, i?86-*darwin*, it refuses to configure for x86_64-*darwin*. So I guess it will not configure libffi under powerpc64-*darwin* either. -- andreast at gcc dot gnu dot

[Bug c++/28986] Failure to diagnose overflow in constant expression

2006-12-09 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2006-12-09 21:51 --- Why is this accepts-invalid? Shouldn't it be diagnostic instead? I am trying to understand what is the expected output here: a warning or a pedantic error? -- manu at gcc dot gnu dot org changed: What

[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-12-09 22:39 --- This works for me and many others, I wonder if your machine messed up the tar ball and not untar all the sources. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug target/26968] [4.1 Regression] HDF5 1.7.52 test segfaults with 4.1.0, fine with 4.0.2 (regression)

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-12-09 22:40 --- No testcase in over 3 months so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/30063] It would be useful for __attribute__((deprecated)) to take an optional parameter

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-09 22:43 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/30065] Could use indexed addressing to reduce const costs

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-09 22:44 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30067] use of thread local storage causes code generator to fail

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-09 22:48 --- Fixed for 4.0.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30082] Expansion of ceil and floor could use if-conversion

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-09 22:52 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30080] incorrect code generation, possibly related to casting/aliasing

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-12-09 22:55 --- (In reply to comment #4) The default version of gcc 4.1.1 from fedora works. The version that breaks is a separate build of the compiler with different configuration options. g++ -v from the fedora version

[Bug middle-end/30095] ICE in lhd_set_decl_assembler_name, at langhooks.c:165 with -O0

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-12-09 22:59 --- We have a CONST_DECL. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30126] [4.3 Regression] ICE genautomata.c:6060

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-12-09 23:47 --- The only patch in that revision frame that could have cause this (as the others are all target specific patches): +2006-12-08 Andrew MacLeod [EMAIL PROTECTED] + + * Makefile.in: Add new file tree-ssa-ter.c.

[Bug tree-optimization/30126] [4.3 Regression] ICE genautomata.c:6060

2006-12-09 Thread amacleod at redhat dot com
--- Comment #6 from amacleod at redhat dot com 2006-12-10 01:19 --- Fail in make bootstrap on FC6. Starting on r119634 through at least r119668. The TER patch pinskia mentions didn't go in until revision 119657 If my notes are correct (they could be wrong)... so that couldn't cause a

[Bug tree-optimization/30126] [4.3 Regression] ICE genautomata.c:6060

2006-12-09 Thread pinskia at gmail dot com
--- Comment #7 from pinskia at gmail dot com 2006-12-10 01:25 --- Subject: Re: [4.3 Regression] ICE genautomata.c:6060 On Sun, 2006-12-10 at 01:19 +, amacleod at redhat dot com wrote: --- Comment #6 from amacleod at redhat dot com 2006-12-10 01:19 --- Fail in

[Bug c++/30080] incorrect code generation, possibly related to casting/aliasing

2006-12-09 Thread irving at cs dot stanford dot edu
--- Comment #6 from irving at cs dot stanford dot edu 2006-12-10 02:41 --- (In reply to comment #5) FC's 4.1.1 is really 4.1.2+plus some 4.2 patches. Yep. I verified again that the bug does occur on x86_x6 with a freshly downloaded version of 4.1.1. It does not occur on i686 with