[Bug target/29449] OBJECT_FORMAT_ELF not defined for the AVR target

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-16 06:47 --- PR 18553. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added BugsThisDependsOn|

[Bug target/25519] [4.0/4.1/4.2 Regression] Intel (SSE/MMX) intrinsics should only be mentioned instead of the builtins

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-10-16 08:36 --- Subject: Bug 25519 Author: rguenth Date: Mon Oct 16 08:36:03 2006 New Revision: 117774 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117774 Log: 2006-10-16 Richard Guenther [EMAIL PROTECTED] PR

[Bug target/25519] [4.0/4.1/4.2 Regression] Intel (SSE/MMX) intrinsics should only be mentioned instead of the builtins

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-10-16 08:39 --- Subject: Bug 25519 Author: rguenth Date: Mon Oct 16 08:38:52 2006 New Revision: 117775 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117775 Log: 2006-10-16 Richard Guenther [EMAIL PROTECTED] PR

[Bug target/25519] [4.0/4.1/4.2 Regression] Intel (SSE/MMX) intrinsics should only be mentioned instead of the builtins

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-10-16 08:40 --- Subject: Bug 25519 Author: rguenth Date: Mon Oct 16 08:40:32 2006 New Revision: 117776 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117776 Log: 2006-10-16 Richard Guenther [EMAIL PROTECTED] PR

[Bug target/25519] Intel (SSE/MMX) intrinsics should only be mentioned instead of the builtins

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2006-10-16 08:41 --- SSE2 builtins are now documented, so not a regression anymore. Still a paragraph mentioning the intrinsics could improve the situation. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug c/27184] [4.0/4.1 Regression] Wrong code with pointers to arrays and types and strict aliasing

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2006-10-16 09:36 --- I'll take care of this. (Bootstrap running) -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/29091] [4.0/4.1 Regression] vector constant not fully outputed

2006-10-16 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2006-10-16 09:58 --- Subject: Bug 29091 Author: jakub Date: Mon Oct 16 09:58:48 2006 New Revision: 117779 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117779 Log: PR c/29091 * varasm.c (output_constant): If

[Bug target/28960] [4.0/4.1 Regression] optimized bug with ia32 sse

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-10-16 10:16 --- Differences mainline vs. 4.1.x are @@ -8,14 +8,19 @@ test: pushl %ebp movl%esp, %ebp - subl$40, %esp - movss 12(%ebp), %xmm1 - movaps %xmm1, %xmm2 - unpcklps

[Bug fortran/29267] ICE in operand_subword_force, at emit-rtl.c:1353

2006-10-16 Thread Tobias dot Schlueter at physik dot uni-muenchen dot de
--- Comment #11 from Tobias dot Schlueter at physik dot uni-muenchen dot de 2006-10-16 10:52 --- Subject: Re: ICE in operand_subword_force, at emit-rtl.c:1353 franke dot daniel at gmail dot com [EMAIL PROTECTED] wrote on Sat, 14 Oct 2006: Don't know whether it makes any

[Bug c/27184] [4.0/4.1 Regression] Wrong code with pointers to arrays and types and strict aliasing

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2006-10-16 11:18 --- Subject: Bug 27184 Author: rguenth Date: Mon Oct 16 11:18:28 2006 New Revision: 117782 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117782 Log: 2006-10-16 Richard Guenther [EMAIL PROTECTED]

[Bug c/27184] [4.0 Regression] Wrong code with pointers to arrays and types and strict aliasing

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2006-10-16 11:19 --- Fixed on the 4.1 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/29119] [4.0/4.1 Regression] Internal compiler error while adding __asm__ statement

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2006-10-16 11:25 --- Subject: Bug 29119 Author: rguenth Date: Mon Oct 16 11:25:18 2006 New Revision: 117783 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117783 Log: 2006-10-16 Richard Guenther [EMAIL PROTECTED]

[Bug inline-asm/29119] [4.0 Regression] Internal compiler error while adding __asm__ statement

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2006-10-16 11:25 --- Fixed on the 4.1 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28960] [4.0/4.1 Regression] optimized bug with ia32 sse

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-10-16 11:35 --- Subject: Bug 28960 Author: rguenth Date: Mon Oct 16 11:34:44 2006 New Revision: 117784 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117784 Log: 2006-10-16 Richard Guenther [EMAIL PROTECTED] PR

[Bug target/28825] return (vector float) { a, a, b, b } generates unwanted MMX insns

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-10-16 11:35 --- Subject: Bug 28825 Author: rguenth Date: Mon Oct 16 11:34:44 2006 New Revision: 117784 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117784 Log: 2006-10-16 Richard Guenther [EMAIL PROTECTED] PR

[Bug target/28960] [4.0 Regression] optimized bug with ia32 sse

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-10-16 11:35 --- Fixed on the 4.1 branch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28970] [4.1 Regression] Wrong code for simple loop test case

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-10-16 12:07 --- This is a bug in loop.c bb 0: pretmp.61 = q - 1; outgo = 0; L0:; outgo.62 = outgo + 1; outgo = MIN_EXPR pretmp.61, outgo.62; j = tar (outgo * bcount); if (j != -1) goto L0; else goto L4; L4:;

[Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot

2006-10-16 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2006-10-16 12:39 --- Created an attachment (id=12442) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12442action=view) config.log file from gfortran/ibin/powerpc-apple-darwin8.7.0/libjava --

[Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot

2006-10-16 Thread dir at lanl dot gov
--- Comment #4 from dir at lanl dot gov 2006-10-16 12:42 --- Created an attachment (id=12443) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12443action=view) config.log file from /Users/dir/gfortran/ibin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29460

[Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot

2006-10-16 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2006-10-16 12:47 --- this is a dup of PR25026. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29460

[Bug fortran/29451] Fortran runtime error: Attempt to allocate a negative amount of memory...

2006-10-16 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-10-16 13:07 --- Created an attachment (id=12444) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12444action=view) Full patch and testcase for this PR The pigeon seems to have got lost on the way to submit this patch to GNU

[Bug fortran/29471] Warn with -std=f95/f2003 when BOZ is used at invalid places

2006-10-16 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-16 13:34 --- Note that there is a change in meaning: BOZ-everywhere extension: a = real(z'F') is the same as real(int(z'F')) = 15.0 (This is what gfortran does and Intel does by default) Fortran 2003:

[Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-10-16 13:37 --- Happens during inlining, so I guess one of the strip-useless-type-conversion patches caused this. But initialize_inlined_parameters shouldn't call into the frontend again here: /* Find the initializer. */

[Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-10-16 13:46 --- I'm testing complete removal of the langhook. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29478

[Bug fortran/29392] Segfault on data character initialization

2006-10-16 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2006-10-16 14:05 --- Created an attachment (id=12445) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12445action=view) Simple fix, testcase and ChangeLog entries. I'll submit this tonight. Paul -- pault at gcc dot gnu dot org

[Bug libstdc++/29095] [4.0/4.1/4.2 Regression] cxxabi.h __cxa_cdtor_type not declared when included from C

2006-10-16 Thread bkoz at gcc dot gnu dot org
--- Comment #12 from bkoz at gcc dot gnu dot org 2006-10-16 14:06 --- Paolo you are correct, non-build testing is at issue. I'm trying to fix... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29095

[Bug tree-optimization/28545] [4.1 Regression] Wrong code for hoisted multiplication

2006-10-16 Thread amacleod at redhat dot com
--- Comment #15 from amacleod at redhat dot com 2006-10-16 14:36 --- Or we can just backport the fix from mainline to 4.1 which changes the immediate use iterators and eliminates this kind of problem. Bug 26854 and a couple of small follow up patches on 4/28 and 5/2. They've been in

[Bug bootstrap/29457] make error when building on OpenUnix 8.5

2006-10-16 Thread mircea_lutic at yahoo dot com
--- Comment #2 from mircea_lutic at yahoo dot com 2006-10-16 14:47 --- it was indeed due to using to sco make. Sorry for rushing. Thank you, Mircea. -- mircea_lutic at yahoo dot com changed: What|Removed |Added

[Bug bootstrap/29482] New: libcpp/configure - no usable dependency style found

2006-10-16 Thread mircea_lutic at yahoo dot com
Dependency creation fails for libcpp on OpenUnix 8.5. Surprisingly enough the previous phases of the gcc bootstrap work well enough and also seemed to do some dependency work. The cc on Caldera OpenUnix 8.5 can generate dependencies but it's not used for this purpose. Here is the man : -H

[Bug c++/26785] extra qualification error gives line number of end of declaration

2006-10-16 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-16 15:22 --- ehm, this is the same with any warning/error message? why would this case be special? -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29392] Segfault on data character initialization

2006-10-16 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-10-16 15:25 --- Subject: Bug number PR29392 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/msg00804.html --

[Bug c++/7302] -Wnon-virtual-dtor should't complain of protected dtor

2006-10-16 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mueller at gcc dot gnu dot |dot org

[Bug fortran/29451] Fortran runtime error: Attempt to allocate a negative amount of memory...

2006-10-16 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-10-16 15:30 --- Subject: Bug number PR29451 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/msg00805.html --

[Bug c++/18410] GCC does not warn about hidden methods

2006-10-16 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-10-16 15:34 --- use -Woverloaded-virtual -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24525] g++ fails to warn when converting UDT through double to int

2006-10-16 Thread mueller at gcc dot gnu dot org
-- mueller at gcc dot gnu dot org changed: What|Removed |Added Severity|trivial |minor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24525

[Bug c++/26167] -Wconversion fails to detect signedness conversion from int to unsigned int in fuction call

2006-10-16 Thread mueller at gcc dot gnu dot org
--- Comment #14 from mueller at gcc dot gnu dot org 2006-10-16 15:37 --- *** Bug 26298 has been marked as a duplicate of this bug. *** -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26298] -Wconversion fails to detect signedness change during widening conversion

2006-10-16 Thread mueller at gcc dot gnu dot org
--- Comment #6 from mueller at gcc dot gnu dot org 2006-10-16 15:37 --- *** This bug has been marked as a duplicate of 26167 *** -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26785] extra qualification error gives line number of end of declaration

2006-10-16 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2006-10-16 15:38 --- (In reply to comment #2) ehm, this is the same with any warning/error message? why would this case be special? I never noticed before, but it would still be nice to get this changed. --

[Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-10-16 15:40 --- *** This bug has been marked as a duplicate of 25026 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-16 15:40 --- *** Bug 29460 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/29482] libcpp/configure - no usable dependency style found

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-16 15:46 --- The configure check in libcpp is based on automake's code. Do you know if they support SCO's cc dependencies yet? Note you should also read README.SCO. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29482

[Bug target/28825] return (vector float) { a, a, b, b } generates unwanted MMX insns

2006-10-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.0 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28825

[Bug c++/29483] New: Undefined reference when using negated static const double

2006-10-16 Thread sander at mi dot fu-berlin dot de
The following little testcase class Foo { public: void bar() const; static const double TOL = 1e-14; }; void Foo::bar() const { double tol = -TOL; } int main(){} produces the error message [EMAIL PROTECTED]:~/dune_projects/uggridtest$ g++ test.cc /tmp/cco39MFe.o: In function

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2006-10-16 15:53 --- powerpc-apple-darwin8.7.0 does not come with 64 bit libraries for x-windows - is there some way to turn of the 64 bit branch of the build ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug c++/29483] Undefined reference when using negated static const double

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-16 15:54 --- This is not a bug, you still need to have a memory location for Foo::TOL for this to be valid code. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29484] New: tree-inline.c bug with local static vars

2006-10-16 Thread jakub at gcc dot gnu dot org
static inline __attribute__((always_inline)) void bar (void) { addr:; static const unsigned long b __attribute__((__used__)) __attribute__((section(btable))) = (unsigned long) addr; asm ( : : m (b)); } void foo (void) { bar (); } generates at -O and higher a reference to undefined

[Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts

2006-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-10-16 16:06 --- Doesn't work out. It looks like we depend on its side-effects in some testcases: FAIL: gcc.dg/assign-warn-3.c (test for warnings, line 9) FAIL: gcc.dg/assign-warn-3.c (test for warnings, line 13) FAIL:

[Bug tree-optimization/29484] [4.0/4.1/4.2 Regression] tree-inline.c bug with local static vars

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-16 16:06 --- Confirmed. generates at -O and higher a reference to undefined local label No it generates an undefined local label at all levels of optimization in 4.0.x and above (there was a bug about not supporting used on

[Bug c++/29485] New: missing diagnostic when declared inline in class declaration

2006-10-16 Thread mueller at gcc dot gnu dot org
Hi, this testcase fails to produce a return value missing diagnostic: === Cut === class test { bool fii(test* other) { if (!other) return false; } }; === Cut === Interestingly, it works when declared outside the class itself, which makes me suspect that this is caused

[Bug fortran/29216] Derived type components of function results are not initialised

2006-10-16 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-10-16 16:51 --- Created an attachment (id=12446) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12446action=view) Fix for this and PR29394 As well as fixing these PRs, this patch provides an option -finitialize-null, which does

[Bug fortran/29471] Warn with -std=f95/f2003 when BOZ is used at invalid places

2006-10-16 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2006-10-16 16:51 --- This is going to be difficult to fix. In fact, it will require a complete rewrite on how BOZ are handled. Fortran 2003: a = real(z'F') = 2.1019477E-44 Are you sure this is the only correct value? The

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread smithj at rpath dot com
--- Comment #6 from smithj at rpath dot com 2006-10-16 16:53 --- if are are using 4.2: http://people.rpath.com/~smithj/gcc-java-nomulti.patch if 4.1.1: http://tinyurl.com/y37csd -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug fortran/29403] [4.1 only] print ('(a)') not working, print '(a) works

2006-10-16 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2006-10-16 16:58 --- Fixed on trunk. Testing for 4.1. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29485] missing diagnostic when declared inline

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-16 17:01 --- Actually all inlined functions for C++ are missing the diagnostic: inline int fii(int *other) { if(!other)return 0; } -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/28211] [4.0/4.1/4.2 Regression] wrong linkage of template argument, diagnostic could be improved

2006-10-16 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-10-16 17:02 --- Subject: Bug 28211 Author: mmitchel Date: Mon Oct 16 17:02:07 2006 New Revision: 117787 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117787 Log: PR c++/28211 * parser.c

[Bug c++/29485] missing diagnostic when declared inline

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-16 17:02 --- (In reply to comment #0) Interestingly, it works when declared outside the class itself, which makes me suspect that this is caused by some C++ parser oddity. Are you sure because I could reproduce the missing

[Bug c++/21678] Using inline disables warnings about missing return statements

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-16 17:04 --- Actually for C++, any inline disables the warning: inline int fii(int *other) { if(!other)return 0; } -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29485] missing diagnostic when declared inline

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-16 17:04 --- *** This bug has been marked as a duplicate of 21678 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/21678] Using inline disables warnings about missing return statements

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-16 17:04 --- *** Bug 29485 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29471] Warn with -std=f95/f2003 when BOZ is used at invalid places

2006-10-16 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-16 17:12 --- (In reply to comment #2) Fortran 2003: a = real(z'F') = 2.1019477E-44 Are you sure this is the only correct value? The F2003 says nothing about the other 28 bits. It also says

[Bug c++/28211] [4.0/4.1/4.2 Regression] wrong linkage of template argument, diagnostic could be improved

2006-10-16 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-10-16 17:17 --- Fixed in 4.2.0. Will not be fixed in previous releases. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/29095] [4.0/4.1/4.2 Regression] cxxabi.h __cxa_cdtor_type not declared when included from C

2006-10-16 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2006-10-16 17:22 --- Subject: Bug 29095 Author: bkoz Date: Mon Oct 16 17:22:38 2006 New Revision: 117788 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117788 Log: 2006-10-16 Benjamin Kosnik [EMAIL PROTECTED] PR

[Bug fortran/29471] Warn with -std=f95/f2003 when BOZ is used at invalid places

2006-10-16 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2006-10-16 17:23 --- Forgot to add myself to cc listing. Tobias, the only place the handling on a BOZ (other the data-stmt handling) is discussed in the description REAL() intrinsic procedure. It contains the dreaded processor-dependent

[Bug c++/29486] New: call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
While moving the definition of a friend template out of the class definition I found this error. Please compile the attached file and have a look at the ReleaseAll function. The file is part of Loki. -- Summary: call of friend template is ambiguous Product: gcc

[Bug c++/29408] [4.1/4.2 regression] parse error for valid code

2006-10-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/29435] [4.1/4.2 Regression] seg fault with sizeof and templates

2006-10-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #1 from syntheticpp at gmx dot net 2006-10-16 17:40 --- Created an attachment (id=12447) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12447action=view) demo: g++ bug.cpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29486

[Bug c++/29236] [4.0/4.1/4.2 Regression] Bogus ambiguity with templates + friend

2006-10-16 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-10-16 18:36 --- The problem here is that tsubst, for a TEMPLATE_TEMPLATE_PARM, reduces the parameter level for the new TEMPLATE_TEMPLATE_PARM (via a call to reduce_template_parm_level), but does not reset

[Bug fortran/29403] [4.1 only] print ('(a)') not working, print '(a) works

2006-10-16 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2006-10-16 18:37 --- Subject: Bug 29403 Author: kargl Date: Mon Oct 16 18:37:39 2006 New Revision: 117789 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117789 Log: 2006-10-15 Steven G. Kargl [EMAIL PROTECTED] PR

[Bug tree-optimization/29484] [4.0/4.1/4.2 Regression] tree-inline.c bug with local static vars

2006-10-16 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-10-16 18:42 --- Actually, even C generates one static var for all the inlined functions (in C within one object), so I'd say we just should mark functions containing local static variables with label in their initializers as

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #7 from dir at lanl dot gov 2006-10-16 18:53 --- I tried installing the patch (the two patch files in comment #6 were identical) into 4.2 , but it failed - [dranta:~/gfortran/gcc/libjava] dir% patch -p2 gcc-java-nomulti.patch patching file configure Hunk #1 succeeded at

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread smithj at rpath dot com
--- Comment #8 from smithj at rpath dot com 2006-10-16 18:55 --- sorry about that. http://people.rpath.com/~smithj/gcc42-java-nomulti.patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2006-10-16 19:00 --- You may want to try --disable-multilib. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug fortran/29403] [4.1 only] print ('(a)') not working, print '(a) works

2006-10-16 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2006-10-16 19:18 --- Fixed on 4.1, now. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts

2006-10-16 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-10-16 19:21 --- A regression hunt identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=116424 r116424 | amylaar | 2006-08-25 18:51:57 + (Fri, 25 Aug 2006) -- janis at gcc dot gnu dot org changed:

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #10 from dir at lanl dot gov 2006-10-16 19:57 --- What does --disable-multilib do ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-10-16 20:00 --- (In reply to comment #10) What does --disable-multilib do ? It disables all the creation of the multi arch libraries so only the default archeture is created for the libraries. --

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread smithj at rpath dot com
--- Comment #12 from smithj at rpath dot com 2006-10-16 20:03 --- Be that as it may, there are plenty of cases where multilib is desired, just not for java. That should be an option. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-16 20:07 --- Quickly looking at the source, I think this is the same as PR 29438 and PR 29236. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-10-16 20:10 --- (In reply to comment #12) Be that as it may, there are plenty of cases where multilib is desired, just not for java. That should be an option. Not really, if you don't have the libraries, you should not be

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread smithj at rpath dot com
--- Comment #14 from smithj at rpath dot com 2006-10-16 20:13 --- Java multilib is very difficult to bootstrap. For distros which require a clean bootstrap, yet want multilib support, having it without java is an acceptable compromise. --

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-10-16 20:14 --- (In reply to comment #14) Java multilib is very difficult to bootstrap. For distros which require a clean bootstrap, yet want multilib support, having it without java is an acceptable compromise. Is it? You

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #16 from dir at lanl dot gov 2006-10-16 20:18 --- The patch from comment #8 partly fails on a 4.2 tree created this afternoon - [dranta:~/gfortran/gcc/libjava] dir% patch -p2 gcc42-java-nomulti.patch patching file Makefile.in Hunk #1 FAILED at 9006. 1 out of 1 hunk FAILED

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #3 from syntheticpp at gmx dot net 2006-10-16 20:53 --- Comeau compiles it, but vc8 also fails. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29486

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #4 from syntheticpp at gmx dot net 2006-10-16 20:59 --- Created an attachment (id=12448) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12448action=view) mingw-gcc crash Here another file which does not compile. On Windows gcc even crashs: bug2.cpp: In function `void

[Bug fortran/29451] Fortran runtime error: Attempt to allocate a negative amount of memory...

2006-10-16 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-10-16 21:00 --- Subject: Bug number PR29451 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/msg00822.html --

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #5 from syntheticpp at gmx dot net 2006-10-16 21:09 --- bug2.cpp: 4.0.1 and 20061010 doesn't crash. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29486

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #6 from syntheticpp at gmx dot net 2006-10-16 21:18 --- (In reply to comment #2) Quickly looking at the source, I think this is the same as PR 29438 and PR 29236. Yes, this is possible, allways template templates are used as template parameter. --

[Bug fortran/29067] Internal Error: gfc_resolve_expr(): Bad expression type

2006-10-16 Thread mathieu dot courtois at free dot fr
--- Comment #14 from mathieu dot courtois at free dot fr 2006-10-16 21:28 --- Sorry for my silence... I have the same error with source code of comment #12 always with : gcc version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13) I'm downloading svn snapshot... --

[Bug target/25630] darwin-ppc, wrong alignment of nested structs

2006-10-16 Thread geoffk at gcc dot gnu dot org
--- Comment #2 from geoffk at gcc dot gnu dot org 2006-10-16 21:46 --- I think this is a dup of bug 23067; they have the same underlying problem, which is that FSF GCC doesn't emulate the Apple GCC algorithm for structure layout exactly. *** This bug has been marked as a duplicate of

[Bug target/23067] Incorrect struct layout on darwin

2006-10-16 Thread geoffk at gcc dot gnu dot org
--- Comment #25 from geoffk at gcc dot gnu dot org 2006-10-16 21:46 --- *** Bug 25630 has been marked as a duplicate of this bug. *** -- geoffk at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/23067] Incorrect struct layout on darwin

2006-10-16 Thread geoffk at gcc dot gnu dot org
-- geoffk at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |geoffk at gcc dot gnu dot |dot org

[Bug c/11377] fault or warn modifiable static in extern inline definition

2006-10-16 Thread geoffk at gcc dot gnu dot org
-- geoffk at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11377

[Bug target/15834] NO_IMPLICIT_EXTERN_C should be gotten rid of

2006-10-16 Thread geoffk at gcc dot gnu dot org
-- geoffk at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15834

[Bug c/16622] [C99] extern inline is handled wrong in C99 mode

2006-10-16 Thread geoffk at gcc dot gnu dot org
-- geoffk at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16622

[Bug target/23067] Incorrect struct layout on darwin

2006-10-16 Thread geoffk at gcc dot gnu dot org
-- geoffk at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23067

[Bug target/3920] [PPC] wrong register number for CTR in stabs

2006-10-16 Thread geoffk at gcc dot gnu dot org
--- Comment #7 from geoffk at gcc dot gnu dot org 2006-10-16 21:58 --- This should work now for DWARF, so only stabs uses strange numbering. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3920

[Bug bootstrap/6650] Install the compiler driver under links such as gcc-3.0.1

2006-10-16 Thread eldenc at tucsonembedded dot com
--- Comment #3 from eldenc at tucsonembedded dot com 2006-10-16 22:18 --- Compiling/Installation 4.1.1 is really easy, but answering the question 'Does it compile my stuff?' prior to really installing for everybody is a little difficult... It would be nice if (when lean isn't set)

[Bug testsuite/23610] obj-c++.dg/bitfield-[14].mm, obj-c++.dg/layout-1.mm fails with the GNU runtime

2006-10-16 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2006-10-16 22:28 --- Also fails on hppa2.0w-hp-hpux11.11 (32-bit). -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/23610] obj-c++.dg/bitfield-[14].mm, obj-c++.dg/layout-1.mm fails with the GNU runtime

2006-10-16 Thread danglin at gcc dot gnu dot org
--- Comment #6 from danglin at gcc dot gnu dot org 2006-10-16 22:29 --- Sorry, only obj-c++.dg/bitfield-1.mm fails on hppa2.0w-hp-hpux11.11. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23610

  1   2   >