[Bug target/21760] [4.1 Regression] Powerpc atomic builtins missing PPC405 errata

2005-05-27 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-05-28 05:10 --- I'll look at this, but the obvious solution is to not use the builtins on a 405. -- What|Removed |Added ---

[Bug target/21760] Powerpc atomic builtins missing PPC405 errata

2005-05-27 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-05-28 05:11 --- Not a regression, the builtins didn't exist in 4.0. -- What|Removed |Added Summary

[Bug c++/21340] [4.0/4.1 Regression] error in constructor lookup (can't find constructor with "const void**" argument)

2005-05-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/21614] [4.0/4.1 regression] wrong code when calling member function of undefined class

2005-05-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-05-28 02:30 --- *** Bug 21762 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21762] [4.0/4.1 Regression] void return with pointer to member function to undefined class

2005-05-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-05-28 02:30 --- *** This bug has been marked as a duplicate of 21614 *** -- What|Removed |Added

[Bug c++/21762] [4.0/4.1 Regression] void return with pointer to member function to undefined class

2005-05-27 Thread mmitchel at gcc dot gnu dot org
-- Bug 21762 depends on bug 21614, which changed state. Bug 21614 Summary: [4.0/4.1 regression] wrong code when calling member function of undefined class http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21614 What|Old Value |New Value -

[Bug c++/21614] [4.0/4.1 regression] wrong code when calling member function of undefined class

2005-05-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-05-28 02:26 --- Fixed in 4.0.1. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug c++/21614] [4.0/4.1 regression] wrong code when calling member function of undefined class

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-28 02:21 --- Subject: Bug 21614 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-28 02:21:30 Modified files: gcc/cp : ChangeLog typeck.c gcc/tests

[Bug c++/21614] [4.0/4.1 regression] wrong code when calling member function of undefined class

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-28 02:20 --- Subject: Bug 21614 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-28 02:20:13 Modified files: gcc/cp : Change

[Bug c/21794] GCC accepts invalid code

2005-05-27 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-05-28 02:08 --- Subject: Re: New: GCC accepts invalid code On Sat, 28 May 2005, neil at gcc dot gnu dot org wrote: > gcc -Wall -ansi -pedantic -fsyntax-only > > erroneously accepts the following: > > void bar(void); >

[Bug c/21794] New: GCC accepts invalid code

2005-05-27 Thread neil at gcc dot gnu dot org
gcc -Wall -ansi -pedantic -fsyntax-only erroneously accepts the following: void bar(void); void (*baz(void))(void) { return bar ? bar: (void *)(void *) 0; } -- Summary: GCC accepts invalid code Product: gcc Version: 4.1.0 Status: UNCONFIRMED

[Bug c++/21614] [4.0/4.1 regression] wrong code when calling member function of undefined class

2005-05-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug libgcj/13708] static java program crashes at startup, UTF-8 environment

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-28 00:30 --- *** Bug 21793 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug java/21793] java doesn't work with Cygwin

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-28 00:30 --- Static linking really is not support, see PR 13708. *** This bug has been marked as a duplicate of 13708 *** -- What|Removed |Added -

[Bug java/21793] java doesn't work with Cygwin

2005-05-27 Thread gerrit at gcc dot gnu dot org
--- Additional Comments From gerrit at gcc dot gnu dot org 2005-05-28 00:20 --- $ gdb hello_j.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it

[Bug java/21793] New: java doesn't work with Cygwin

2005-05-27 Thread gerrit at gcc dot gnu dot org
file hello_j.java: public class hello_j { public static void main(String[] args) { System.out.println("Just another Java hacker,"); } } /usr/bin/gcj --main=hello_j hello_j.java -o hello_j ./hello_j Signal 11 -- Summary: java doesn't work with Cygwin Product

[Bug libf2c/21792] New: --enable-version-specific-runtime-libs doesn't install version specific fortran & java libs

2005-05-27 Thread gerrit at gcc dot gnu dot org
The configure switch --enable-version-specific-runtime-libs is not honored by java at all, and g77 is not correct too. Where libgcc and other defaults are installed version specific anyway, with or without this switch: usr/lib/gcc/i686-pc-cygwin/3.4.2/libgcc.a usr/lib/gcc/i686-pc-cygwin/3.4.2/li

[Bug libfortran/21787] libfortran - better error message needed

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 22:08 --- (In reply to comment #1) > Unless you can show us your code, the're not much we can do. Especially since > there is no occurence of "Abort" (case respected) in the libgfortran code! Abort just comes from ca

[Bug libfortran/21787] libfortran - better error message needed

2005-05-27 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-27 22:05 --- Unless you can show us your code, the're not much we can do. Especially since there is no occurence of "Abort" (case respected) in the libgfortran code! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2

[Bug tree-optimization/21732] -ftree-dump-all-details hangs during *.c.t24.copyprop or *.c.t38.copyprop2

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 21:10 --- Mine, I figured out a way to fix this without any troubles: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02652.html -- What|Removed |Added ---

[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI

2005-05-27 Thread drow at gcc dot gnu dot org
--- Additional Comments From drow at gcc dot gnu dot org 2005-05-27 21:02 --- Subject: Re: [csl-arm-branch and HEAD] fails to bootstrap with EABI On Fri, May 27, 2005 at 08:57:59PM -, bero at arklinux dot org wrote: > Yes, configuration was > > ../confiugre --prefix=/usr --tar

[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI

2005-05-27 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-05-27 20:57 --- Yes, configuration was ../confiugre --prefix=/usr --target=armv5tel-ark-linux --with-abi=iwmmxt --with-arch=iwmmxt --with-cpu=iwmmxt Trying with -gnueabi now -- but shouldn't --with-abi=iwmmxt imply th

[Bug tree-optimization/21732] -ftree-dump-all-details hangs during *.c.t24.copyprop or *.c.t38.copyprop2

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 20:26 --- tree-ssa-operands.c have this problem: .. iter_6 -> iter_100 -> iter_6 -> iter_100 -> iter_6 -> iter_100 -> iter_6 -> iter_100 ... -- What|Removed |Added ---

[Bug tree-optimization/21791] New: ccp and copy-prop print out too much garbage with -fdump-tree-ccp/copy-details

2005-05-27 Thread kazu at cs dot umass dot edu
CCP and COPY-PROP print out garbage like Replaced x_6 = 1; with x_6 = 1; Replaced :; with :; The dump would look a lot nicer if they print out statements that have been changed. -- Summary: ccp and copy-prop print out too much garbage with - fdump-tree-ccp/copy

[Bug c/21790] New: gcc 4.1.0 20050522 segfaults (internal compiler error) on various GNU/Linux builds

2005-05-27 Thread mclinden at informed dot net
Using a host system of Linux 2.6.8.1, binutils version 2.16 and the aforementioned GCC, I have observed the following gcc segmentation faults: util-linux-2.12q: -pipe -O2 -mtune=i486 -fomit-frame-pointer (defaults) fdiskbsdlabel.c: In function 'bselect' (void): fdiskbsdlabel.c: 164: internal comp

[Bug tree-optimization/21732] -ftree-dump-all-details hangs during *.c.t24.copyprop or *.c.t38.copyprop2

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 20:07 --- Hmm, it might not be a hang but just outputting too much. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21732

[Bug tree-optimization/21789] [4.1 regression] ICE with -ftree-vectorize

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 19:35 --- Confirmed, this is most likely the same as PR 21653. -- What|Removed |Added BugsThisDepends

[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI

2005-05-27 Thread drow at gcc dot gnu dot org
--- Additional Comments From drow at gcc dot gnu dot org 2005-05-27 19:28 --- You haven't said how you configured GCC. I'm guessing you configured for arm-linux, but with an AAPCS-compatible ABI; you can't do that. The error isn't the greatest, but it's hard to guard against all possib

[Bug tree-optimization/21789] New: [4.1 regression] ICE with -ftree-vectorize

2005-05-27 Thread reichelt at gcc dot gnu dot org
The following testcase crashes mainline when compiled with g++ -O -ftree-vectorize: == struct C; struct A { void foo(const C&) { bar(); } void bar(); }; struct B { short int x[2]; B() { short int* p=x; for (int i=0;

[Bug libstdc++/21674] basic_string vs debug_mode

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 19:20 --- Subject: Bug 21674 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-27 19:19:47 Modified files: libstdc++-v3 : ChangeLog Log message: 2005

[Bug target/21788] [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-05-27 18:39 --- (In reply to comment #2) The wonders of -Wall... Yes, -fno-strict-aliasing does help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21788

[Bug target/21788] [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 18:34 --- You are violating C aliasing rules. -- What|Removed |Added Status|UNCONFIRMED

[Bug libgcj/21775] NPE in java::util::logging::Logger::getCallerStackFrame caused by incorrect hand-optimization

2005-05-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-27 18:33 --- I checked in the fix on the 4.0 branch. Thanks for the test case and patch -- best kind of bug report. -- What|Removed |Added

[Bug libgcj/21775] NPE in java::util::logging::Logger::getCallerStackFrame caused by incorrect hand-optimization

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 18:31 --- Subject: Bug 21775 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-27 18:31:46 Modified files: libjava: Change

[Bug target/21721] [4.0 regression] fails to assemble, Use of p0 is not valid in this context

2005-05-27 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-05-27 18:23 --- I am not sure the underlying problem is fixed. The assembly language error seems to come from the line: .pred.rel.mutex p0, p1 p0 is a fixed predicate register and should never show up here. p1 is not used in

[Bug target/21788] [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 18:23 --- You are violating C aliasing rules, does -fno-strict-aliasing help? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21788

[Bug target/21788] [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2005-05-27 18:21 --- Created an attachment (id=8982) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8982&action=view) Test-case. If compiled for x86_64 with -O2 or greater, results in bogus code. -- http://gcc.gnu.org/bugzil

[Bug target/21788] New: [x86_64] Wrong Code When Taking Address of Argument

2005-05-27 Thread evandro at yahoo dot com
Using -O2 or greater, when taking the address of an input argument results in the wrong code. For example: int foo (double d) { int *p = (int *) &d; return (*p); } With -O2 results in: foo: movq-8(%rsp), %eax ret With -O1 results in: foo: movsd %xmm0, -8(%rs

[Bug libgcj/21775] NPE in java::util::logging::Logger::getCallerStackFrame caused by incorrect hand-optimization

2005-05-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-27 18:17 --- FWIW the test case works fine on cvs trunk. It does fail for me with 4.0. -- What|Removed |Added -

[Bug libgcj/21775] NPE in java::util::logging::Logger::getCallerStackFrame caused by incorrect hand-optimization

2005-05-27 Thread greenrd at greenrd dot org
--- Additional Comments From greenrd at greenrd dot org 2005-05-27 18:12 --- Here is the patch, which I've tested with both my reduced and my real test cases: --- libjava/java/util/logging/natLogger.cc.orig 2005-05-27 19:09:32.0 +0100 +++ libjava/java/util/logging/natLogger.cc

[Bug middle-end/21595] [4.0 Regression] __builtin_constant_p(&"Hello"[0]) is true for C but not for C++

2005-05-27 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-05-27 18:08 --- Fixed for 4.0.1. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug c++/21619] [4.0/4.1 regression] __builtin_constant_p(&"Hello"[0])?1:-1 not compile-time constant

2005-05-27 Thread rguenth at gcc dot gnu dot org
-- Bug 21619 depends on bug 21595, which changed state. Bug 21595 Summary: [4.0 Regression] __builtin_constant_p(&"Hello"[0]) is true for C but not for C++ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21595 What|Old Value |New Value

[Bug tree-optimization/21636] Missed ccp optimization

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 17:24 --- If we get fold to do the work, I think ccp will do the rest for us. -- What|Removed |Added Ot

[Bug libgcj/21785] [4.1 regression] ClassNotFound during deserialization

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 17:14 --- Confirmed, last night with the comment in PR 20169. -- What|Removed |Added C

[Bug c/21536] [3.4/4.0/4.1 Regression] C99 array of variable length use causes segmentation fault

2005-05-27 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-05-27 17:14 --- I can't reproduce the segfault, but that's only because the problem manifests as use of uninitialized variable. /* PR c/21536 */ /* { dg-do compile } */ /* { dg-options "-O2 -Wuninitialized" } */ typedef __S

[Bug middle-end/21786] Segmentation fault under FreeBSD 5.3-RELEASE-p15

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 17:05 --- Could you attach the preprocessed source like it says to do on the web page? -- What|Removed |Added --

[Bug tree-optimization/21658] CCP does not propagate ADDR_EXPR far enough.

2005-05-27 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-05-27 16:33 --- Just checked in a patch. -- What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/21658] CCP does not propagate ADDR_EXPR far enough.

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 16:31 --- Subject: Bug 21658 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-27 16:31:29 Modified files: gcc: ChangeLog tree-ssa-ccp.c gcc

[Bug libfortran/21787] New: libfortran - better error message needed

2005-05-27 Thread dir at lanl dot gov
When I compile and try to run one of my programs with gfortran, all I get as output from libfortran is "Abort" - not very informative - row col x y xg yg zg 11 0. 0. 0. 0.

[Bug c/21786] Segmentation fault under FreeBSD 5.3-RELEASE-p15

2005-05-27 Thread postmaster at t-hosting dot hu
-- What|Removed |Added GCC host triplet||amd64 GCC target triplet||amd64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21786

[Bug fortran/21594] FAIL: gfortran.dg/eoshift.f90 -O0 execution test

2005-05-27 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2005-05-27 16:05 --- I'm seeing the failure on s390 as well. What appears to happen is that the main program calls the library routine static void eoshift0 (gfc_array_char * ret, const gfc_array_char * array, int sh

[Bug c/21786] New: Segmentation fault under FreeBSD 5.3-RELEASE-p15

2005-05-27 Thread postmaster at t-hosting dot hu
While doing a full recompile of the whole FreeBSD 5.3-RELEASE-p15 source tree the gcc 3.4.5 snapshot crashed with a segfault. The comamnd line that triggered the error: /usr/local/bin/gcc34 -s -Os -pipe -march=athlon64 -I. -I/usr/src/gnu/usr.bin/binutils/libbfd -I/usr/src/gnu/usr.bin/binutils/l

[Bug c++/21455] [4.0/4.1 Regression] type 'X' is not a base type for type 'X' in pointer to member conversion

2005-05-27 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-05-27 15:54 --- fixed mainline and 4.0 2005-05-27 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/21455 * typeck.c (get_delta_difference): Cope with incomplete but equal classes. Reorder if. --

[Bug c++/21455] [4.0/4.1 Regression] type 'X' is not a base type for type 'X' in pointer to member conversion

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 15:53 --- Subject: Bug 21455 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-27 15:53:10 Modified files: gcc/cp : Change

[Bug c++/21455] [4.0/4.1 Regression] type 'X' is not a base type for type 'X' in pointer to member conversion

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 15:50 --- Subject: Bug 21455 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-27 15:50:29 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug c++/21783] No typename required when type use in a function

2005-05-27 Thread florent dot gallet at orange dot fr
--- Additional Comments From florent dot gallet at orange dot fr 2005-05-27 15:25 --- (sorry, the line number are wrong, begin at 5) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21783

[Bug c++/21783] No typename required when type use in a function

2005-05-27 Thread florent dot gallet at orange dot fr
--- Additional Comments From florent dot gallet at orange dot fr 2005-05-27 15:23 --- Tested with VC++ 2003: SansNom1.cpp(7) : warning C4346: 'A::B' : dependent name is not a type prefix with 'typename' to indicate a type SansNom1.cpp(9) : see reference to class template

[Bug c++/21681] [4.0 Regression] ICE with nested types in template

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 15:17 --- Subject: Bug 21681 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-27 15:17:27 Modified files: gcc/cp : Change

[Bug c++/21681] [4.0 Regression] ICE with nested types in template

2005-05-27 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-05-27 15:15 --- fixed on 4.0 branch 2005-05-27 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/21681 * parser.c (cp_parser_late_parsing_for_member): Disable access checking for template functions. --

[Bug libgcj/21785] [regression] ClassNotFound during deserialization

2005-05-27 Thread bonniot at users dot sf dot net
-- What|Removed |Added OtherBugsDependingO||20169 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21785

[Bug libgcj/20169] Serialization: readResolve does not work

2005-05-27 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-05-27 15:05 --- The new behaviour is caused by PR21785, which currently masks this bug. -- What|Removed |Added --

[Bug libgcj/21785] New: [regression] ClassNotFound during deserialization

2005-05-27 Thread bonniot at users dot sf dot net
um.java:15) sauternes /tmp kaffe Enum [04:54 27/05/05] sauternes /tmp java Enum sauternes /tmp gij (GNU libgcj) version 4.1.0 20050527 (experimental) Note: this bug looks similar to a bug I reported against ja

[Bug libstdc++/20534] Erroneous #include of

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 15:02 --- Subject: Bug 20534 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-27 15:01:46 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/inclu

[Bug c++/21783] No typename required when type use in a function

2005-05-27 Thread florent dot gallet at orange dot fr
--- Additional Comments From florent dot gallet at orange dot fr 2005-05-27 15:01 --- I only have the DRAFT, so I don't know if it's really a bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21783

[Bug target/21351] internal compiler error with sse

2005-05-27 Thread js at jeannot dot org
--- Additional Comments From js at jeannot dot org 2005-05-27 14:58 --- Seems fixed as of 3.4.5 20050524. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/21784] [3.4/4.0/4.1 Regression] Using vs builtin names

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 14:50 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/21783] No typename required when type use in a function

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 14:48 --- This is weird because both ICC and Comeau accept this too (even in strict mode). -- What|Removed |Added -

[Bug c++/21784] New: Using vs builtin names

2005-05-27 Thread pcarlini at suse dot de
Consider this: namespace mine { int cpow; }; int cabs; // Ok using mine::cpow; // Not ok. You see: correctly, cabs, doesn't conflict with the builtin cabs (because we are using the form without __builtin_*). On the other hand, as soon as using is involved, things are not ok. This is

[Bug middle-end/21743] Enable __builtin_clog

2005-05-27 Thread pcarlini at suse dot de
-- What|Removed |Added BugsThisDependsOn||21784 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21743

[Bug c++/21455] [4.0/4.1 Regression] type 'X' is not a base type for type 'X' in pointer to member conversion

2005-05-27 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug c++/21783] No typename required when type use in a function

2005-05-27 Thread florent dot gallet at orange dot fr
--- Additional Comments From florent dot gallet at orange dot fr 2005-05-27 14:42 --- It's that, that shouldn't work : void f(A::B);// illformed: typename required before A::B -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21783

[Bug c++/21783] No typename required when type use in a function

2005-05-27 Thread florent dot gallet at orange dot fr
-- What|Removed |Added Summary|No typedef required when|No typename required when |type use in a function |type use in a function http://gcc.g

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-27 14:40 --- Look at config.log and try to compile the last configure test using the same command line: main () { /* Are we little or big endian? From Harbison&Steele. */ union { long l; char c[sizeof

[Bug c++/21783] New: No typedef required when type use in a function

2005-05-27 Thread florent dot gallet at orange dot fr
template struct A { typedef int B; void f(typename A::B);// illformed: typename required before A::B A::B b; // ok error detected }; It's in the DRAFT: 25 November 1997 14.6 Name resolution I don't know if that changed. If someone could confirm. -- Summary: No typ

[Bug c++/21681] [4.0/4.1 Regression] ICE with nested types in template

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 14:24 --- Subject: Bug 21681 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-27 14:23:52 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug bootstrap/21778] libstdc++ build failed on AIX 5.2

2005-05-27 Thread henri dot gomez at gmail dot com
--- Additional Comments From henri dot gomez at gmail dot com 2005-05-27 14:13 --- Subject: Re: libstdc++ build failed on AIX 5.2 27 May 2005 14:06:36 -, pinskia at gcc dot gnu dot org <[EMAIL PROTECTED]>: > > --- Additional Comments From pinskia at gcc dot gnu dot org 2005-0

[Bug c++/21681] [4.0/4.1 Regression] ICE with nested types in template

2005-05-27 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-05-27 14:08 --- Fixed on mainline 2005-05-27 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/21681 * parser.c (cp_parser_late_parsing_for_member): Disable access checking for template functions. -- h

[Bug bootstrap/21778] libstdc++ build failed on AIX 5.2

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 14:06 --- What as is this: "/QOpenSys/usr/bin/as"? Make sure that you have all the required patches. Still this cannot be a GCC bug, please double check all the required patches to as as documened on http://gcc.gnu

[Bug bootstrap/21778] libstdc++ build failed on AIX 5.2

2005-05-27 Thread henri dot gomez at gmail dot com
--- Additional Comments From henri dot gomez at gmail dot com 2005-05-27 13:58 --- Well now, using GNU AS (2.15) I've got : /QOpenSys/builds/gcc-3.4.4/objdir/gcc/xgcc -shared-libgcc -B/QOpenSys/builds/gcc-3.4.4/objdir/gcc/ -nostdinc++ -L/QOpenSys/builds/gcc-3.4.4/objdir/powerpc-ibm-aix5

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-27 13:52 --- The last version i had built in the gcc 3.3 series was 3.3.4. It had probably been bootstrapped with gcc 3.3.3 and I was using GNU binutils 2.15 at that time. Also maybe this is not related to changes in l

[Bug other/8530] passes.c: Close of _DFI lreg dump file guarded with different condition than open

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 13:50 --- Fixed in 4.0.0 by the removal of -fnew-ra. -- What|Removed |Added Status|NEW

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-27 13:43 --- Nothing has changed on my machine either except: * I've upgraded the Sun assembler because of this: http://gcc.gnu.org/ml/gcc/2005-05/msg00509.html I'm using GNU binutils for this build anyway, so it shoul

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 13:36 --- Nothing has changed to libffi since 3.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-27 13:35 --- 1) I'm not sure this is a duplicate. The workstation I'm using is fully 64-bit functional: $ isainfo -v 64-bit sparcv9 applications 32-bit sparc applications $ Both gcc-3.4.

gcc-bugs@gcc.gnu.org

2005-05-27 Thread giovannibajo at libero dot it
-- What|Removed |Added Summary|wrong code for ((unsigned |[3.4/4.0/4.1 Regression] |char)(unsigned long |wrong code for ((unsigned

[Bug middle-end/21781] real.c incorrectly values zero with a large exponent

2005-05-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |middle-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21781

[Bug target/6237] libffi/configure bootstrap failure on sparc-sun-solaris2.8

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 13:15 --- *** Bug 21782 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 13:15 --- You should use --disable-multilib as documented. *** This bug has been marked as a duplicate of 6237 *** -- What|Removed |Added -

[Bug middle-end/21779] unknown bug

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 13:09 --- Please report this to FreeBSD since you are using their GCC based compiler (they should have changed the bug reporting URL) and also since Sun's JDK source cannot be distributed here and you are using Fr

[Bug target/21042] Error when compiling jdk14

2005-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 13:10 --- *** Bug 21779 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/21779] unknown bug

2005-05-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|java|middle-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21779

[Bug c/21780] ICE builing newlib 1.12.0

2005-05-27 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-05-27 12:50 --- Already fixed -- What|Removed |Added Status|UNCONFIRMED |RESOLV

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-27 12:40 --- Created an attachment (id=8980) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8980&action=view) failing configure log: sparc-sun-solaris2.8/libffi/config.log -- http://gcc.gnu.org/bugzilla/show_b

[Bug libffi/21782] configure: error: unknown endianess

2005-05-27 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-27 12:38 --- Created an attachment (id=8979) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8979&action=view) complete build log, output of "gmake bootstrap" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2178

[Bug libffi/21782] New: configure: error: unknown endianess

2005-05-27 Thread papadopo at shfj dot cea dot fr
Hi, I'm attempting to build gcc 3.3.6 on Solaris 8. The build process fails, apparently while attempting to configure libffi: $ setenv CONFIG_SHELL /bin/ksh $ mkdir GCC-3.3.6 ; cd GCC-3.3.6 $ /tmp/gcc-3.3.6/configure --prefix=/usr/local/gcc-3.3.6 --with-as=/usr/local/binutils/bin/as --with-ld=/

[Bug c/21781] New: real.c incorrectly values zero with a large exponent

2005-05-27 Thread neil at gcc dot gnu dot org
The following snippet, if compiled with -Wall, complains about a missing return statement, indicating GCC is erroneously folding the comparison to false. int foo(void) { if (.0e2 == 0 ) return 1; } -- Summary: real.c incorrectly values zero with a large exponent Pro

[Bug c/21780] ICE builing newlib 1.12.0

2005-05-27 Thread mfletcher at serck-controls dot co dot uk
--- Additional Comments From mfletcher at serck-controls dot co dot uk 2005-05-27 11:25 --- Created an attachment (id=8978) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8978&action=view) preprocessed sources to trigger ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21780

[Bug c/21780] New: ICE builing newlib 1.12.0

2005-05-27 Thread mfletcher at serck-controls dot co dot uk
/home/mfletcher/nucleus-builder-410/newlib-1.12.0/newlib/libc/search/hash.c: In function 'flush_meta': /home/mfletcher/nucleus-builder-410/newlib-1.12.0/newlib/libc/search/hash.c:511: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed sou

[Bug libgcj/20169] Serialization: readResolve does not work

2005-05-27 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-05-27 09:47 --- FYI, my patch for solving this bug in classpath is https://savannah.gnu.org/patch/index.php?func=detailitem&item_id=3893 My copyright assignment is on its way... I cannot comment on the current behaviour o

[Bug fortran/20883] unassigned integer used as format

2005-05-27 Thread fengwang at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fengwang at gcc dot gnu dot |dot org |org Status|NEW

  1   2   >