[Bug SWING/21880] javax.swing.text.JTextComponent has no read() method

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|libgcj |SWING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21880

[Bug c++/21876] STL iterator invocation fails for template args

2005-06-02 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-02 14:37 --- just invalid! -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/21876] STL iterator invocation fails for template args

2005-06-02 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-02 14:37 --- Not fixed -- What|Removed |Added Status|RESOLVED|UNCONFIR

[Bug libgcj/21880] New: javax.swing.text.JTextComponent has no read() method

2005-06-02 Thread gbenson at redhat dot com
javax.swing.text.JTextComponent should have the following method: void read(Reader in, Object desc) but it doesn't. This causes JREFactory to fail. -- Summary: javax.swing.text.JTextComponent has no read() method Product: gcc Version: 4.0.0 Status

[Bug tree-optimization/21171] [4.0/4.1 Regression] IV OPTS removes does not create a new VOPs for constant values

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 14:35 --- The patch did not fix the orginal testcase because the problem is with constant values. -- What|Removed |Added --

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 14:30 --- *** Bug 21878 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/21878] Mingw32 target doesn't compile because of an internal compiler error

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 14:30 --- *** This bug has been marked as a duplicate of 21766 *** -- What|Removed |Added

[Bug c++/21874] this pointer somehow gets NULLed between member function calls

2005-06-02 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-02 14:20 --- There's no way we can tell you what's wrong if you don't show us the complete code, preferrably cut down to a manageable size. It may be a compiler bug, or it may be that you are accidentally overwriting some

[Bug c/21879] Memory management problem in new C parser

2005-06-02 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-02 14:17 --- Subject: Re: New: Memory management problem in new C parser On Thu, 2 Jun 2005, ebotcazou at gcc dot gnu dot org wrote: > Parser obstack memory is wrongly freed in c_parser_translation_unit, but I > don'

[Bug tree-optimization/21582] (optimisation) VRP pass could/should use non-null function attribute

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

[Bug c/21879] New: Memory management problem in new C parser

2005-06-02 Thread ebotcazou at gcc dot gnu dot org
Symptoms are: FAIL: gcc.dg/cpp/direct2.c (test for excess errors) FAIL: gcc.dg/cpp/direct2s.c (test for excess errors) on sparc64-solaris2.* (not visible on sparc-solaris2.* with -m64). Parser obstack memory is wrongly reused, leading to memory corruption. Reproducible on x86_64-suse-linux: c

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

2005-06-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-02 13:40 --- Confirm (on i386-linux) at least that part of the bug: we don't flush I/O buffers before sending SIGABRT, but we should. As for the other part of the bug, you still have options 2 and 3. -- W

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

2005-06-02 Thread dir at lanl dot gov
--- Additional Comments From dir at lanl dot gov 2005-06-02 13:31 --- As gdb mostly does not work on the Macintosh (as I reported - Bug 20112) - I did not think to try it. In this case it showed that abort does not dump the file io buffers on the Macintosh - that is why there was no clue

[Bug fortran/21877] internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:165

2005-06-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-02 13:21 --- I think you are seeing two different errors: one with your full code, and one with your reduced testcase. Perhaps the best thing would be for you to send me (via private mail) your code so that I can reduc

[Bug bootstrap/21878] Mingw32 target doesn't compile because of an internal compiler error

2005-06-02 Thread sherpya at netfarm dot it
--- Additional Comments From sherpya at netfarm dot it 2005-06-02 13:17 --- Linux cross: Linux 2.6.x i686 GNU/Linux Debian/Sid System wide binutils 2.15 mingw32-binutils version 2.16 ../gcc/configure -v \ --prefix=/usr \ --ta

[Bug bootstrap/21878] Mingw32 target doesn't compile because of an internal compiler error

2005-06-02 Thread sherpya at netfarm dot it
--- Additional Comments From sherpya at netfarm dot it 2005-06-02 13:17 --- Created an attachment (id=9013) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9013&action=view) Debug output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21878

[Bug bootstrap/21878] New: Mingw32 target doesn't compile because of an internal compiler error

2005-06-02 Thread sherpya at netfarm dot it
Different errors when cross compiling from linux, more detailed info follow -- Summary: Mingw32 target doesn't compile because of an internal compiler error Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: critica

[Bug tree-optimization/21582] (optimisation) VRP pass could/should use non-null function attribute

2005-06-02 Thread arjanv at redhat dot com
--- Additional Comments From arjanv at redhat dot com 2005-06-02 12:59 --- simple test case: #include static inline void do_thing(char *s) { if (s) printf("do_thing: %s \n", s); } void __attribute__((nonnull)) do_other_thing(char *s) { do_thing(s); }

[Bug testsuite/21866] profiledbootstrap on gcc4 - release fails

2005-06-02 Thread tobias at yoper dot com
--- Additional Comments From tobias at yoper dot com 2005-06-02 12:53 --- I also had to avoid the CXXFLAG: -fvisibility-inlines-hidden or the crash returned -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21866

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-06-02 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 fortran/21877] internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:165

2005-06-02 Thread P dot Schaffnit at access dot rwth-aachen dot de
nu dot org 2005-06-02 > 11:41 --- > Thanks for reporting! Here is a reduction of your bug (gfortran-20050602 on > i386-linux): > > $ cat a-stripped.f90 > module foo > character(len=l) :: s > contains > end module foo > $ gfortran a

[Bug fortran/21877] internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:165

2005-06-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-02 11:41 --- Thanks for reporting! Here is a reduction of your bug (gfortran-20050602 on i386-linux): $ cat a-stripped.f90 module foo character(len=l) :: s contains end module foo $ gfortran

[Bug c++/21440] [4.0/4.1 Regression] ICE with statement-as-expression

2005-06-02 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02 11:41 --- ug, this is horrible. we're incorrectly smashing up the inside of a STMT_EXPR to pull out a TARGET_EXPR we know is there. Unfortunately that moves a decl outside of its cleanup. We really should be going t

[Bug c++/21876] STL iterator invocation fails for template args

2005-06-02 Thread knoerig at nue dot tu-berlin dot de
--- Additional Comments From knoerig at nue dot tu-berlin dot de 2005-06-02 11:13 --- Subject: Re: STL iterator invocation fails for template args Am Donnerstag, 2. Juni 2005 12:12 schrieb pcarlini at suse dot de: > --- Additional Comments From pcarlini at suse dot de 2005-06-02 1

[Bug c++/21876] STL iterator invocation fails for template args

2005-06-02 Thread ruediger at knoerig dot de
--- Additional Comments From ruediger at knoerig dot de 2005-06-02 11:12 --- Missing "typename" sorry -- What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/21777] [4.1 Regression] internal compiler error: in set_value_range, at tree-vrp.c:124

2005-06-02 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2005-06-02 10:50 --- I forgot to say, that my compiler is the actual snapshot (20050528). Michael Cieslinski gcc41l -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.1-20050528/configure --prefix=/usr/loc

[Bug fortran/21877] New: internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:165

2005-06-02 Thread P dot Schaffnit at access dot rwth-aachen dot de
Hi! Well... I've spoted a problem for a couple of weeks now, but I don't seem to be able to make a "nice" case from it... I'm sorry I do not know anything about compiler developpement, and I try to keep a safe distance from C... So, here are the original sources (minus a lot of thinks which we

[Bug c++/21876] STL iterator invocation fails for template args

2005-06-02 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-06-02 10:12 --- A 'typename' missing? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21876

[Bug c++/21876] New: STL iterator invocation fails for template args

2005-06-02 Thread ruediger at knoerig dot de
I have a template class named mltreenode. I created a STL vector of pointers to this class without any problems: vector *> leafnodelist; Calling methods of the object doesn't cause any problems: leafnodelist.push_back(rootnode); But if I try to create an iterator object vector< mltreeno

[Bug c++/21440] [4.0/4.1 Regression] ICE with statement-as-expression

2005-06-02 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++/15011] partial ordering failure?

2005-06-02 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02 09:41 --- I am disinclined to back port the fixes to 3.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15011

[Bug c++/15011] partial ordering failure?

2005-06-02 Thread nathan at gcc dot gnu dot org
-- Bug 15011 depends on bug 4672, which changed state. Bug 4672 Summary: [4.0 only] [DR 214] Template parameter deduction fails for overloaded template functions. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4672 What|Old Value |New Value --

[Bug c++/4672] [4.0 only] [DR 214] Template parameter deduction fails for overloaded template functions.

2005-06-02 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02 09:39 --- The test cases compile without error on 4_0 branch -- What|Removed |Added Status|

[Bug c++/20350] [4.0/4.1 Regression] extern template and struct initializer and specification for a static variable

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 09:10 --- Subject: Bug 20350 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 09:09:48 Modified files: gcc/cp : ChangeLog decl.c gcc/testsui

[Bug c++/20350] [4.0/4.1 Regression] extern template and struct initializer and specification for a static variable

2005-06-02 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02 09:08 --- 2005-06-02 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/20350 * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE. -- What|Removed |Added ---

[Bug c++/21151] [4.0/4.1 Regression] ICE when compiling c++ PCH of class definition within template function.

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 08:59 --- Subject: Bug 21151 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-02 08:59:25 Modified files: gcc/cp : Change

[Bug c++/21151] [4.0/4.1 Regression] ICE when compiling c++ PCH of class definition within template function.

2005-06-02 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02 08:58 --- 2005-06-02 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/21151 * name-lookup.c (pushtag): Push local class even in a template. -- What|Removed |Added -

[Bug c++/21151] [4.0/4.1 Regression] ICE when compiling c++ PCH of class definition within template function.

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 08:54 --- Subject: Bug 21151 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 08:53:48 Modified files: gcc/cp : ChangeLog name-lookup.c gcc/

[Bug tree-optimization/21029] [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances

2005-06-02 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-06-02 08:51 --- Not. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00128.html -- What|Removed |Added Stat

[Bug tree-optimization/21861] [meta-bug] scalar evolution type conversion

2005-06-02 Thread schwab at suse dot de
-- Bug 21861 depends on bug 21029, which changed state. Bug 21029 Summary: [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21029 What|Old Value |New Valu

[Bug fortran/21797] complex(4) sqrt failures on alpha-linux

2005-06-02 Thread tkoenig at gcc dot gnu dot org
-- What|Removed |Added CC||tkoenig at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh

[Bug target/19923] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-02 Thread rakdver at atrey dot karlin dot mff dot cuni dot cz
--- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz 2005-06-02 08:01 --- Subject: Re: openssl is slower when compiled with gcc 4.0 than 3.3 The assembler attributed to 4.0 was produced by mainline (or some patched version of 4.0), wasn't it? Otherwise I can

[Bug fortran/21797] complex(4) sqrt failures on alpha-linux

2005-06-02 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-02 07:56 --- Created an attachment (id=9011) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9011&action=view) Proposed patch This patch fixes the problems noted by Steve Kargl (wrong types for floating point functi

<    1   2