[Bug c++/20098] [4.0 Regression] Missed optimization with static const and templates

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-23 07:01 --- This has been fixed -- probably by the patch for either 19883 or 19991. -- What|Removed |Added --

[Bug c++/20073] [4.0 regression] ICE initializing const array

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-23 06:58 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug c++/20073] [4.0 regression] ICE initializing const array

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 06:55 --- Subject: Bug 20073 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 06:55:11 Modified files: gcc/cp : ChangeLog Log message: PR c

[Bug c++/20073] [4.0 regression] ICE initializing const array

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 06:52 --- Subject: Bug 20073 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 06:52:09 Modified files: gcc/cp : decl.c typeck.c gcc/testsuit

[Bug c++/20157] New: Internal compiler error on invalid code

2005-02-22 Thread sstrasser at systemhaus-gruppe dot de
4.0.0 outputs internal compiler error on the following invalid code. 3.3/3.4 silently ignores it. if the invalid template function specialization is a definition 3.3/3.4 correctly reports it, 4.0.0 still outputs an internal compiler error. template struct A{ template void function(T); }; tem

[Bug c++/20073] [4.0 regression] ICE initializing const array

2005-02-22 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++/20148] [4.0 regression] Hosed error message with statement expression

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-23 05:37 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug c++/19991] [3.4 regression] Enum not accepted in array-size

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-23 05:36 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 regression] Enum |[3.4 r

[Bug c++/20153] [3.4 Regression] ICE when C++ template function contains anonymous union

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-23 05:36 --- Fixed in 4.0. -- What|Removed |Added Known to fail|3.4.0 4.0.0 |3.4.0

[Bug c++/20152] [3.4 Regression] ICE compiling krusader-1.5.1 with latest CVS gcc

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-23 05:35 --- Fixed in 4.0. -- What|Removed |Added Known to fail|3.4.0 4.0.0 |3.4.0

[Bug c++/20148] [4.0 regression] Hosed error message with statement expression

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 05:31 --- Subject: Bug 20148 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 05:30:51 Modified files: gcc/testsuite/g++.dg/template: qualttp15.C gc

[Bug c++/19991] [3.4/4.0 regression] Enum not accepted in array-size

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 05:31 --- Subject: Bug 19991 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 05:30:51 Modified files: gcc/testsuite/g++.dg/template: qualttp15.C gc

[Bug c++/20152] [3.4/4.0 Regression] ICE compiling krusader-1.5.1 with latest CVS gcc

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 05:31 --- Subject: Bug 20152 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 05:30:51 Modified files: gcc/testsuite/g++.dg/template: qualttp15.C gc

[Bug c++/20153] [3.4/4.0 Regression] ICE when C++ template function contains anonymous union

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 05:31 --- Subject: Bug 20153 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 05:30:51 Modified files: gcc/testsuite/g++.dg/template: qualttp15.C gc

[Bug tree-optimization/20100] [4.0 Regression] LIM is pulling out a pure function even though there is something which can modify global memory

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 05:08 --- Subject: Bug 20100 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 05:08:33 Modified files: gcc: ChangeLog tree-optimize.c tree-pass.h

[Bug tree-optimization/20115] [4.0 Regression] Pure functions are mishandled

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 05:08 --- Subject: Bug 20115 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 05:08:33 Modified files: gcc: ChangeLog tree-optimize.c tree-pass.h

[Bug c++/20099] -pthreads should imply -fno-threadsafe-statics

2005-02-22 Thread davids at webmaster dot com
--- Additional Comments From davids at webmaster dot com 2005-02-23 02:19 --- > It's not the question of optimization but correctness. Exactly, and not locking objects that may be modified from another thread is not correct. Only the programmer knows whether an object may be modified

[Bug c++/20099] -pthreads should imply -fno-threadsafe-statics

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-23 02:00 --- I think this is a waste really for this bug to be open as non of the GCC people commented on it and when the orginal bug was filed, there was a huge opportunity to talk over this and nothing was done. So

[Bug regression/20139] [4.0 regression] cris-elf testsuite: gcc.c-torture/execute/20020720-1.c

2005-02-22 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-02-23 01:54 --- A patch at: http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01381.html -- What|Removed |Added

[Bug c++/20099] -pthreads should imply -fno-threadsafe-statics

2005-02-22 Thread qrczak at knm dot org dot pl
--- Additional Comments From qrczak at knm dot org dot pl 2005-02-23 01:53 --- > The '-pthreads' flag should imply '-fno-threadsafe-statics'. For every other > similar flag I can find, the default is to permit the compiler to make the > optimizations that standard allows and specific fla

[Bug c++/20099] -pthreads should imply -fno-threadsafe-statics

2005-02-22 Thread davids at webmaster dot com
--- Additional Comments From davids at webmaster dot com 2005-02-23 01:30 --- The '-pthreads' flag should imply '-fno-threadsafe-statics'. For every other similar flag I can find, the default is to permit the compiler to make the optimizations that standard allows and specific flags are

[Bug rtl-optimization/20017] [4.0 Regression] internal compiler error: in rtl_verify_flow_info, at cfgrtl.c:2212

2005-02-22 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-02-23 01:29 --- Just checked in a patch. -- What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/20017] [4.0 Regression] internal compiler error: in rtl_verify_flow_info, at cfgrtl.c:2212

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 01:29 --- Subject: Bug 20017 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 01:28:59 Modified files: gcc: ChangeLog passes.c gcc/tests

[Bug AWT/20029] Robot needs XTest

2005-02-22 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-02-23 01:11 --- Fixed on mainline. -- What|Removed |Added Status|NEW |RESOLV

[Bug tree-optimization/19952] ICE: tree check: expected class 'declaration', have 'statement' (label_expr) in tree_verify_flow_info, at tree-cfg.c:3709

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 01:11 --- Subject: Bug 19952 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 01:10:40 Modified files: gcc: ChangeLog tree-if-conv.c gcc

[Bug AWT/20029] Robot needs XTest

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-23 01:06 --- Subject: Bug 20029 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-23 01:05:58 Modified files: libjava: ChangeLog configure configure.ac Make

[Bug fortran/20156] New: gfortran - bus error on backspace

2005-02-22 Thread dir at lanl dot gov
Here is a program that tests the some of the basic file operations that my real programs do. Absoft 9.0 has no problem. gfortran gets a bus error. [dir:~/tests/gfortran] dir% f90 -o backspace2 backspace2.f [dir:~/tests/gfortran] dir% backspace2 nr = 5 x(1)= 1.0 x(1)= 2.0 x(1)=

[Bug c++/20103] [4.0 regression] ICE in create_tmp_var with C99 style struct initializer

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-23 00:01 --- : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455). This has been failing on the tree-ssa branch since at least 2003-05-30. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=201

[Bug c++/20153] [3.4/4.0 Regression] ICE when C++ template function contains anonymous union

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-23 00:00 --- : Search converges between 2003-01-15-trunk (#165) and 2003-01-17-trunk (#166). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20153

[Bug c++/20152] [3.4/4.0 Regression] ICE compiling krusader-1.5.1 with latest CVS gcc

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 23:59 --- : Search converges between 2003-04-22-trunk (#236) and 2003-05-04-trunk (#237). This was hard to find as only 3.3 did not ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20152

[Bug c++/20147] [3.4/4.0 regression] ICE on undefined variable in statement expression

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 23:55 --- : Search converges between 2003-07-31-trunk (#310) and 2003-08-01-trunk (#311). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20147

[Bug c++/20133] [4.0 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 23:55 --- : Search converges between 2004-07-29-trunk (#498) and 2004-07-30-trunk (#499). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20133

[Bug libstdc++/10606] uncaught_exception() returns false too early

2005-02-22 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-22 23:19 --- Fixed. -- What|Removed |Added Status|REOPENED|RESOLVED

[Bug libstdc++/20091] [4.0 Regression] 18_support/14026.cc execution test fails

2005-02-22 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-22 23:18 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/20091] [4.0 Regression] 18_support/14026.cc execution test fails

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-22 23:17 --- Subject: Bug 20091 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-22 23:17:14 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/libsu

[Bug target/19019] GCC ldouble format incompatibility with XLC long double

2005-02-22 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-02-22 22:52 --- We could skip the versioned old symbols completely, although providing those symbols probably is more important in GCC 3.4 than in GCC 4.0. Should we place the directives in a separate file only included in the

[Bug target/19683] MIPS wrong-code for 64-bit multiply.

2005-02-22 Thread rsandifo at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rsandifo at gcc dot gnu dot |dot org |org Status|UNCONFIRMED

[Bug target/19019] GCC ldouble format incompatibility with XLC long double

2005-02-22 Thread jakub at gcc dot gnu dot org
./nm ] ; then echo ./nm ; elif [ -f /usr/src/build/524491-ppc64/BUILD/gcc-3.4.3-20050222/obj-ppc64-redhat-linux/gcc/../binutils/nm-new ] ; then echo /usr/src/build/524491-ppc64/BUILD/gcc-3.4.3-20050222/obj-ppc64-redhat-linux/gcc/../binutils/nm-new ; else if [ "powerpc64-redhat-linux-gnu&quo

[Bug c++/20153] [3.4/4.0 Regression] ICE when C++ template function contains anonymous union

2005-02-22 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++/20152] [3.4/4.0 Regression] ICE compiling krusader-1.5.1 with latest CVS gcc

2005-02-22 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/20155] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-02-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20155

[Bug target/19683] MIPS wrong-code for 64-bit multiply.

2005-02-22 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-02-22 22:06 --- I should comment that yes I have tried to simplify tm.c. This is the best I could do. It seems that register pressure is important to force the compiler into the failure mode, as in simpler cases the madd fo

[Bug libgcj/20155] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 22:06 --- I think this was caused by: 2005-02-15 Richard Henderson <[EMAIL PROTECTED]> * Makefile.am (libgcj_la_SOURCES): Move all sources ... (libgcj0_convenience_la_SOURCES): ... here. (li

[Bug libgcj/20155] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 22:04 --- Hmm, I would read: http://gcc.gnu.org/ml/gcc/2004-09/msg01520.html and make sure that this is still there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20155

[Bug c++/20148] [4.0 regression] Hosed error message with statement expression

2005-02-22 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 target/19683] MIPS wrong-code for 64-bit multiply.

2005-02-22 Thread daney at gcc dot gnu dot org
/usr/local/mipsel-linux-test --with-arch=mips32 --with-float=soft --prefix=/usr/local/mipsel-linux-test --with-system-zlib --enable-languages=c,c++,java Thread model: posix gcc version 4.0.0 20050222 (experimental) I have not been able to generate a 'C' test case that fails on 3.4.x. A s

[Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-02-22 Thread gerald at pfeifer dot com
A full bootstrap including the java frontend (which implies libgcj) fails with the following error message. This is a regression from 3.4.x and relatively recent mainline. ...gnu/xml/transform/StreamSerializer.lo gnu/xml/transform/XSLURIResolver.lo gnu/xml/transform/AttributeNode.lo gnu/xml/trans

[Bug c++/19991] [3.4/4.0 regression] Enum not accepted in array-size

2005-02-22 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++/19883] [4.0 regression] Even more array bounds rejected as non-constant in template...

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-22 21:47 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug target/19683] MIPS wrong-code for 64-bit multiply from java program.

2005-02-22 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-02-22 21:41 --- Created an attachment (id=8258) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8258&action=view) C testcase driver. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19683

[Bug target/19683] MIPS wrong-code for 64-bit multiply from java program.

2005-02-22 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-02-22 21:40 --- Created an attachment (id=8257) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8257&action=view) C testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19683

[Bug fortran/20154] New: fortran: scoping of implicit none & interfaces

2005-02-22 Thread anlauf at hep dot tu-darmstadt dot de
Hi, there is a problem with the scope of (at least) "implicit none" in gfortran. It falsely extends into interface definitions. The following is a minimal legal example related to a discussion I started on comp.lang.fortran today: program gfcbug25 implicit none interface subroutine foo

[Bug c++/19883] [4.0 regression] Even more array bounds rejected as non-constant in template...

2005-02-22 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++/20153] [3.4/4.0 Regression] ICE when C++ template function contains anonymous union

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 20:22 --- Reduced to: template void foo() { union { struct { }; }; } This is invalid code, if we do without template function we get an error: t.cc: In function ‘void foo()’: t.cc:8: error: anonymous struct n

[Bug c++/20153] New: ICE when C++ template function contains anonymous union

2005-02-22 Thread us15 at os dot inf dot tu-dresden dot de
The following program causes an internal compiler error when compiled with gcc-3.4.3 or gcc-4.0 (CVS): template class C { public: void foo(); }; template void C::foo() { union { struct { }; }; }; int main() { return 0; } -- Summary: ICE when

[Bug c++/20152] [3.4/4.0 Regression] ICE compiling krusader-1.5.1 with latest CVS gcc

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 20:14 --- Confirmed, reduced to: struct KrSelectionMode { virtual void init() = 0; }; struct KrKDESelectionMode : public KrSelectionMode { void init() { } }; struct KrSelectionMode { virtual void init() = 0; }; stru

[Bug java/20104] gij fails on ppc and not on x86

2005-02-22 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-02-22 20:07 --- I'll add a tc in libffi soon. It is ready here but I have a bunch of other tests I'll submit when I finished my other libffi stuff. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20104

[Bug libstdc++/20091] [4.0 Regression] 18_support/14026.cc execution test fails

2005-02-22 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-22 20:01 --- No, the link error is unrelated. And I strongly suspect that you simply didn't install the snapshot correctly, since the symbol does in fact exist and is exported. -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug libstdc++/20091] [4.0 Regression] 18_support/14026.cc execution test fails

2005-02-22 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW

[Bug c++/20152] ICE compiling krusader-1.5.1 with latest CVS gcc

2005-02-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20152

[Bug c++/20152] New: ICE compiling krusader-1.5.1 with latest CVS gcc

2005-02-22 Thread jan dot dvorak at kraxnet dot cz
Got ICE compiling krusader-1.51 (i suppose on illegal code) with 4.0.0 20050218 : Preprocessed file: http://napalm.sf.cz/libPanel_a.all_cpp.ii.gz #gcc -v ./libPanel_a.all_cpp.ii Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc/configure --enable-languages=c,c++ --enable-

[Bug libgcj/19823] java fails with non-executable memory

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 19:02 --- Fixed in 3.4.4. -- What|Removed |Added Status|NEW |RESOL

[Bug libgcj/19823] java fails with non-executable memory

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-22 19:01 --- Subject: Bug 19823 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-02-22 19:00:40 Modified files: boehm-gc : Change

[Bug fortran/20151] internal compiler error: Bus error

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 18:41 --- Confirmed, thanks for the reduced testcase (and all the other testcases too). Here is the backtrace: #0 translate_common (common=0x42305ab0, var_list=0x42305b10) at /Users/pinskia/src/local3/ gcc/gcc/fortr

[Bug fortran/20151] New: internal compiler error: Bus error

2005-02-22 Thread dir at lanl dot gov
I have no clue as to what the problem is here, but if I change almost anything it goes away. [dranta:~/tests/gfortran] dir% gfortran -c module_plot_hdf.f90 module_plot_hdf.f90: In function 'hdfsds_r8': module_plot_hdf.f90:15: internal compiler error: Bus error Please submit a full bug report, with

[Bug tree-optimization/20084] missed optimization with conditional and loads and cross jumping

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

[Bug tree-optimization/20083] Missed optimization with conditional and basically ||

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

[Bug tree-optimization/20115] [4.0 Regression] Pure functions are mishandled

2005-02-22 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-02-22 18:26 --- Testing patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20115

[Bug rtl-optimization/20134] [4.0 Regression] combine messes up subreg/zero_extend/compare/lshift

2005-02-22 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-22 18:14 --- The testcase is indeed invalid. K&R definition can't serve as a prototype and whether a 32-bit argument is on PPC64 sign or zero extended to 64-bit depends on whether the argument is signed or unsigned. So, e

[Bug java/20056] [4.0 regression] 'verification failed: incompatible type on stack' with --indirect-dispatch

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-22 18:14 --- Subject: Bug 20056 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-22 18:14:37 Modified files: gcc/java : ChangeLog verify-impl.c Log message

[Bug java/20056] [4.0 regression] 'verification failed: incompatible type on stack' with --indirect-dispatch

2005-02-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-22 18:14 --- Subject: Bug 20056 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-22 18:14:04 Modified files: libjava: ChangeLog verify.cc Log message:

[Bug libstdc++/20150] New: allocate(0) consistency checks

2005-02-22 Thread bkoz at gcc dot gnu dot org
Regression from 3.2/3.3, calling allocate with n==0 leads to a call of new. Fixup all ext allocators, port to 3.4 -- Summary: allocate(0) consistency checks Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/20142] implicity assignment with multi-dimensionnal array members

2005-02-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-02-22 17:56 --- Here's a slightly reduced testcase. === #include struct A { A() : i() {} A (const A&); ~A() { printf ("Destructor: i = %d\n", i);

[Bug c++/19989] Inconsistency with zero-sized arrays

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:53 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug target/20025] Internal error while compiling

2005-02-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20025

[Bug c++/20145] gcc 4.0 new warning: class has virtual functions but non-virtual destructor is not suppressed with -isystem

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:26 --- Can you include the preprocessed source (the preprocessed source will have the thing if a header is a system header or not)? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20145

[Bug c++/20145] gcc 4.0 new warning: class has virtual functions but non-virtual destructor is not suppressed with -isystem

2005-02-22 Thread pinskia at gcc dot gnu dot org
ost=i686-pc-linux-gnu --enable-__cxa_atexit --enable-languages=c++,objc,java,f95 --prefix=/ home/gates/pinskia/linux --enable-threads=posix --enable-shared Thread model: posix gcc version 4.0.0 20050222 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20145

[Bug c++/20145] gcc 4.0 new warning: class has virtual functions but non-virtual destructor is not suppressed with -isystem

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:24 --- I cannot reproduce this with 4.0 (20050222). tin:~/src/gnu/gcctest/pr20145>cat include/t.h class t { virtual void f(); }; tin:~/src/gnu/gcctest/pr20145>cat t.cc #include class t1 { virtual

[Bug c++/20148] [4.0 regression] Hosed error message with statement expression

2005-02-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-02-22 17:16 --- The following code snippet shows a similar problem: void foo() { if (({})) ; } bug.cc: In function 'void foo()': bug.cc:3: error: could not convert '#'stateme

[Bug fortran/20146] internal compiler error on equivalence

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:15 --- Confirmed, related to PR 17917. -- What|Removed |Added BugsThisDependsOn|

[Bug fortran/20149] fatal error: gfc_todo: Not Implemented

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:13 --- *** This bug has been marked as a duplicate of 17298 *** -- What|Removed |Added

[Bug fortran/17298] gfortran ICE: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:13 --- *** Bug 20149 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20148] [4.0 regression] Hosed error message with statement expression

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:06 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug fortran/20149] New: fatal error: gfc_todo: Not Implemented

2005-02-22 Thread dir at lanl dot gov
I don't know if you want reports when these are hit or not - [dranta:~/tests/gfortran] dir% gfortran -o transfer transfer.f90 transfer.f90: In function 'MAIN__': transfer.f90:5: fatal error: gfc_todo: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1 compilation terminated. [d

[Bug c++/20148] New: [4.0 regression] Hosed error message with statement expression

2005-02-22 Thread reichelt at gcc dot gnu dot org
The diagnostic for the following invalid code snippet is hosed on mainline (this only affects the C++ frontend): == void foo() { if (({int c[2];})) ; } == bug.cc: In function 'void foo()': bug.cc:3: error: could not convert '{#'decl_expr' not su

[Bug rtl-optimization/20134] [4.0 Regression] combine messes up subreg/zero_extend/compare/lshift

2005-02-22 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-22 17:03 --- That's not a problem. The SUBREG is SUBREG_PROMOTED_VAR_P and SUBREG_PROMOTED_UNSIGNED_P, which is a promise that the upper 32 bits are all 0. The problem is that when using the K&R style function definition

[Bug c++/20147] [3.4/4.0 regression] ICE on undefined variable in statement expression

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 17:02 --- Confirmed, only happens when checking is turned on. -- What|Removed |Added Severit

[Bug regression/20139] [4.0 regression] cris-elf testsuite: gcc.c-torture/execute/20020720-1.c

2005-02-22 Thread kazu at cs dot umass dot edu
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at cs dot umass dot edu |dot org | Status|NEW

[Bug middle-end/5169] paradoxical subreg problem

2005-02-22 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-02-22 16:58 --- Subject: Re: paradoxical subreg problem On Mon, 2005-02-21 at 17:34 +, joseph at codesourcery dot com wrote: > --- Additional Comments From joseph at codesourcery dot com 2005-02-21 > 17:34 --- > Subje

[Bug c++/20147] New: [3.4/4.0 regression] ICE on undefined variable in statement expression

2005-02-22 Thread reichelt at gcc dot gnu dot org
The C++ frontend issues an ICE when compiling the following invalid code snippet: void foo() { ({x;}); } bug.cc: In function 'void foo()': bug.cc:3: error: 'x' was not declared in this scope bug.cc:3: internal compiler error: tree check: expected class 'type'

[Bug fortran/20146] New: internal compiler error on equivalence

2005-02-22 Thread dir at lanl dot gov
It does not like this construction - [dranta:~/tests/gfortran] dir% gfortran -o common common.f90 common.f90:0: internal compiler error: backend decl for module variable pc already exists Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> fo

[Bug java/20104] gij fails on ppc and not on x86

2005-02-22 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-02-22 16:04 --- Forget that, second arg is a long. My mistake. The compiled code is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20104

[Bug c++/20145] New: gcc 4.0 new warning: class has virtual functions but non-virtual destructor is not suppressed with -isystem

2005-02-22 Thread micis at gmx dot de
When an include dir is given to gcc with the -isystem option the warning: 'class CppUnit::ConcretTestFixtureFactory' has virtual functions but non-virtual destructor is not suppressed as other warnings are. This warning is new, with gcc34 or snapshot 20050116 this warning does not show up. Mic

[Bug driver/13464] -i8 and -r8 not passed correctly to compiler proper. and -d8 does not work

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 15:55 --- *** Bug 20144 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13464

[Bug fortran/20144] gfortran: unrecognized option '-r8'

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 15:55 --- *** This bug has been marked as a duplicate of 13464 *** -- What|Removed |Added

[Bug fortran/20144] New: gfortran: unrecognized option '-r8'

2005-02-22 Thread dir at lanl dot gov
I think that -r8 is supposed work, but with gfortran 02-20 on the macintosh - [dranta:~/tests/gfortran] dir% gfortran -i8 -r8 -o test test.f gfortran: unrecognized option '-r8' [dranta:~/tests/gfortran] dir% cat test.f program main stop end -- Summary: gfortran: unre

[Bug java/20104] gij fails on ppc and not on x86

2005-02-22 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-02-22 15:25 --- (In reply to comment #5) > Ok, so the file was generated by ecj, but was ecj precompiled or interpreted? > ecj was running interpreted at the time > What VM was ecj running on? gij > Does ecj generate th

[Bug java/20104] gij fails on ppc and not on x86

2005-02-22 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-02-22 15:23 --- Ok, so the file was generated by ecj, but was ecj precompiled or interpreted? What VM was ecj running on? Does ecj generate this same bogus file for org.eclipse.jdt.internal.compiler.impl.CompilerOptions whe

[Bug bootstrap/20143] 4.0 bootstrap unreasonably requires 64-bit target type mode support.

2005-02-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 15:19 --- Dwarf2 unwinding requires long long. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20143

[Bug bootstrap/20143] New: 4.0 bootstrap unreasonably requires 64-bit target type mode support.

2005-02-22 Thread schlie at comcast dot net
Although I don't believe this is a regression, I do believe it's a bug which should ideally be remedied as soon as reasonably possible; as it seems unreasonable to require any target to support data types more than twice as large as it's pointer type, or required by the language standards; so fee

  1   2   >