[Bug libfortran/23760] New: gfortran incorrectly succeeds on record overflow

2005-09-06 Thread jvdelisle at verizon dot net
The following testcase from gfortran.dg/g77/1832.f runs successfully with gfortran. With g77 it goes into a spin cycle. This was discovered while testing new patches for array_io in 4.1 branch. With new patches, gfortran correctly gives am end-of-record error. Test case should be dropped or rev

[Bug tree-optimization/21636] Missed ccp optimization

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 04:46 --- Actually there needs some improvements to ccp_fold to do this fully. -- What|Removed |Added

[Bug tree-optimization/23588] CCP not fully propagating constants

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 04:19 --- (In reply to comment #3) > And then we hit an assert if we change evaluate_stmt to be always call > fold_ccp. > The assert is in set_lattice_value, when we are changing from VARRYING to > CONSTANT which sh

[Bug awt/21598] rendering problem with button text

2005-09-06 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-07 04:09 --- This is actually a GTK bug; a GtkButton doesn't center its child vertically when the child's size requisition exceeds its size allocation. I'm going to write a GTK test case and submit a bug report and patch.

[Bug tree-optimization/23588] CCP not fully propagating constants

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 03:51 --- (In reply to comment #2) > The first thing is that ccp_initialize sets DONT_SIMULATE_AGAIN on the > statement so don't simulate > that statement and then we don't call fold_ccp on them. And then we hit an

[Bug tree-optimization/23588] CCP not fully propagating constants

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 03:46 --- The first thing is that ccp_initialize sets DONT_SIMULATE_AGAIN on the statement so don't simulate that statement and then we don't call fold_ccp on them. -- What|Removed

[Bug target/23704] gcc.dg/rs6000-fpint.c fails

2005-09-06 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-07 01:55 --- You could also disable the test for lp64, if you felt that better. But then you should document that the various isa extension options are non-functional. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23704

[Bug rtl-optimization/23684] Combine stores for non strict alignment targets

2005-09-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-07 01:42 --- Also even when -mstrict-align if using typedef char align_char __attribute__ ((aligned (4))); void foo (align_char *input) ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23684

[Bug target/23704] gcc.dg/rs6000-fpint.c fails

2005-09-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-07 01:26 --- Indeed, that is what is happening. -m64 ought to normally imply -mpowerpc-gfxopt, because all powerpc64 capable chips also support the insns enabled by -mpowerpc-gfxopt as far as I know. However, I guess

[Bug libgcj/21741] Need configure option to set java.library.path

2005-09-06 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-07 01:07 --- It turns out that Sun handles this in a strange way. To ensure that libjawt.so is found automatically, Sun's java executable prepends $JAVA_HOME/jre/lib/i386 to LD_LIBRARY_PATH then re-exec's itself within the n

[Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

2005-09-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-09-07 01:01 --- Subject: Re: [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long > It looks like there are some patches to increase ARG_MAX on HP-UX 10.* OS > releases. They might provide a

[Bug libgcj/23758] java::lang::ConcreteProcess::nativeSpawn unsafe

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 00:49 --- Confirmed based on: http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html -- What|Removed |Added

[Bug target/23759] powerpc-unknown-eabialtivec-cpp runs out of memory

2005-09-06 Thread Daniel dot Davies at xerox dot com
--- Additional Comments From Daniel dot Davies at xerox dot com 2005-09-07 00:49 --- Any idea when 4.1.0 will be released? Comments on gcc.gnu.org from July says Stage 3 will complete on Thursday. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23759

[Bug libstdc++/23757] iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread x at xman dot org
--- Additional Comments From x at xman dot org 2005-09-07 00:47 --- Created an attachment (id=9676) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9676&action=view) Removed unneeded #include I realized the sample test.ii output was including the header even though it wasn't necess

[Bug c++/20812] contextual overload resolution failure for a member name found in two base classes

2005-09-06 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-09-07 00:38 --- gcc is correct. Ambiguation of base class members does not happen based on assigning to different types. W. -- What|Removed |Added --

[Bug target/19411] Simple program causes gcc to run out of memory

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 00:25 --- *** Bug 23759 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/23759] powerpc-unknown-eabialtivec-cpp runs out of memory

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 00:24 --- This is a dup of bug 19411. This is fixed in 4.1.0 by a re-implementation of altivec functions. *** This bug has been marked as a duplicate of 19411 *** -- What|Removed

[Bug preprocessor/23759] New: powerpc-unknown-eabialtivec-cpp runs out of memory

2005-09-06 Thread Daniel dot Davies at xerox dot com
I'm cross compiling for an embedded PowerPC/Altivec processor on an i386 solaris box. When cpp is invoked on the file attached to this report, the system thrashes the disk for few minutes, then runs out of memory. I tried increasing swap space, but the preprocessor really shouldn't need about

[Bug libgcj/23758] New: java::lang::ConcreteProcess::nativeSpawn unsafe

2005-09-06 Thread Hans dot Boehm at hp dot com
java::lang::ConcreteProcess::nativeSpawn appears to call several functions that are not async-signal-safe between the fork and exec in the child, including _Jv_Malloc. This is unsafe by Posix rules. I'm unsure whether it can deadlock on Linux. These actions should be performed before the fork

[Bug libstdc++/23757] iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||2.95 3.4.0 4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23757

[Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

2005-09-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-09-07 00:14 --- Subject: Re: [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long > It looks like there are some patches to increase ARG_MAX on HP-UX 10.* OS > releases. They might provide a

[Bug c++/22252] [4.0/4.1 Regression] pragma interface/implementation still break synthesized methods

2005-09-06 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 libstdc++/23757] iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 23:56 --- ICC also produces the same output. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23757

[Bug libgcj/22211] [4.0 only] Thread.interrupt sometimes causes abort if thread is already dead

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 23:55 --- Subject: Bug 22211 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 23:53:46 Modified files: libjava: Change

[Bug libgcj/22211] [4.0 only] Thread.interrupt sometimes causes abort if thread is already dead

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 23:55 --- Subject: Bug 22211 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 23:53:46 Modified files: libjava: Change

[Bug libstdc++/23757] iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread x at xman dot org
--- Additional Comments From x at xman dot org 2005-09-06 23:55 --- Realized this should be filed against libstdc++ -- What|Removed |Added Component|c++

[Bug c++/23757] iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread x at xman dot org
--- Additional Comments From x at xman dot org 2005-09-06 23:53 --- This bug seems to exist in the version of g++4 included with RHEL4. I haven't tested against the latest release, but I'm guessing it's still there. -- What|Removed |Added -

[Bug libstdc++/23757] iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |libstdc++ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23757

[Bug c++/23757] iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread x at xman dot org
--- Additional Comments From x at xman dot org 2005-09-06 23:51 --- Created an attachment (id=9674) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9674&action=view) Preprocessed file from g++ --save-temp This is what the sample program looks like after running it through the preproc

[Bug c++/23757] New: iostreams hex formatting for signed integers treats than as unsigned

2005-09-06 Thread x at xman dot org
I will attach the test.ii file later, but here's the sample source code: #include using namespace std; int main() { cout << dec << -1 << endl; cout << hex << -1 << endl; return 0; } The expected output is: -1 -1 The actual output is: -1 I found the problem in local_facet

[Bug fortran/21986] Bad .mod file, ICE upon USE

2005-09-06 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-06 23:09 --- (In reply to comment #0) This is incorrect code, which should generate an error, rather than an ICE. As ifort9.0 puts it: fortcom: Error: ../pr21986.f90, line 11: This procedure cannot be PUBLIC since it ha

[Bug libfortran/23419] unformatted complex I/O with kind=10

2005-09-06 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-09-06 22:53 --- It looks like this is the same kind of bug as PR 23556 but in a different place. I fixed convert_real in io/read.c to resolve PR 23556, this is extract_real in io/write.c. I will submit a patch in the next day o

[Bug middle-end/23756] Missed optimization for PIC code with internal visibility

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

[Bug java/23754] [3.4/4.0/4.1 Regression]: tree check error in check_inner_circular_reference

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 22:43 --- Confirmed. -- What|Removed |Added CC||pinskia at

[Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

2005-09-06 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-09-06 22:35 --- It looks like there are some patches to increase ARG_MAX on HP-UX 10.* OS releases. They might provide a workaround. >From HP Chart/bug report JAGaa11744: A patch has been provided which will allow the kernel

[Bug target/8973] [arc-7-elf] the interupt handler does not return properly, uses j.d insted of j.d.f

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 22:29 --- Subject: Bug 8973 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 22:29:46 Modified files: gcc: ChangeLog gcc/config/arc : ar

[Bug target/8973] [arc-7-elf] the interupt handler does not return properly, uses j.d insted of j.d.f

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 22:29 --- Fixed on the mainline for 4.1.0. -- What|Removed |Added Status|ASSIGNED

[Bug target/8972] [arc-7-elf] the c code ' x << i' causes infinite loop when i = 0

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 22:27 --- Subject: Bug 8972 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 22:26:59 Modified files: gcc: ChangeLog gcc/config/arc : ar

[Bug target/8972] [arc-7-elf] the c code ' x << i' causes infinite loop when i = 0

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 22:26 --- Fixed on the mainline. -- What|Removed |Added Status|ASSIGNED

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 22:03 --- The "floating constant exceeds range" message comes from interpret_float in c-lex.c, which does test just "pedantic", rather than CPP_PEDANTIC(pfile). So, while the preprocessor warning about use of a hexa

[Bug fortran/15809] ICE Using Pointer Functions

2005-09-06 Thread erik dot edelmann at iki dot fi
--- Additional Comments From erik dot edelmann at iki dot fi 2005-09-06 21:10 --- With my patch, the reduced testcase by Tobi compiles, but this slightly longer testcase doesn't: $ cat bug7.f90 SUBROUTINE A(p,LEN) CHARACTER(LEN=LEN), DIMENSION(:), POINTER :: p IF ( .NOT. ASSOCI

[Bug swing/16540] GlassPane intercepting of MouseEvents flaky.

2005-09-06 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-06 20:52 --- The proposed patch is incorrect, changes should instead be made in JComponent. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16540

[Bug c/23756] Missed optimization for PIC code with internal visibility

2005-09-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||missed-optimization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23756

[Bug c++/23755] template class inheritance

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 20:42 --- Read http://gcc.gnu.org/gcc-3.4/changes.html: In a template definition, unqualified names will no longer find members of a dependent base (as specified by [temp.dep]/3 in the C++ standard). For example,

[Bug c++/23755] template class inheritance

2005-09-06 Thread compi at freemail dot hu
-- What|Removed |Added CC||urz at beep dot hu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23755

[Bug c/23756] New: Missed optimization for PIC code with internal visibility

2005-09-06 Thread guillaume dot melquiond at ens-lyon dot fr
This bug-report is in fact a wishlist for an optimization described in GCC manual, yet not implemented unfortunately (at least not for x86). About the "internal" visibility of a symbol, the manual states: "By indicating that a symbol cannot be called from outside the module, GCC may for instance om

[Bug c++/23755] New: template class inheritance

2005-09-06 Thread compi at freemail dot hu
Inheritance in template classes seems to have a critical bug. The compliler fails to find both inherited functions and inherited member variables. The attached code is compiling fine in gcc-3.3 [g++-3.3 (GCC) 3.3.6 (Debian 1:3.3.6-9)]. g++-4.0 -o main main.cpp temp_child.h: In member function

[Bug middle-end/23741] Segfault 3.4.3->3.4.4/4.1.0-beta in insn_default_latency

2005-09-06 Thread spamfuckers at wp dot pl
--- Additional Comments From spamfuckers at wp dot pl 2005-09-06 20:26 --- ok, i've checked it on Slamd64 using GCC 3.4.4 to compile GCC 3.4.4 (without any extra patches) and it also SegFaults on insn_attrtab, so it doesn't look like gentoo fault. i can provide preprocessed sources fr

[Bug java/23754] New: 4.1 ICE: tree check error in check_inner_circular_reference

2005-09-06 Thread wmahan at gmail dot com
With certain invalid code, the 4.1 branch of gcj produces an ICE after giving the correct error message. For example: $ cat T5.java final class T6 { } class T5 extends T6 { } $ gcj -C T5.java T5.java:3: error: Can't subclass final classes: T6. class T5 extends T6 { ^ T5.java

[Bug c/23075] [4.0/4.1 Regression] Redundant / bogus warning

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 20:14 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/22362] [3.4 Regression] static function calls and global register variables

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 20:13 --- Still a latent bug/regression on the 3.4 branch. -- What|Removed |Added Known to fail|

[Bug c/23075] [4.0/4.1 Regression] Redundant / bogus warning

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 20:11 --- Subject: Bug 23075 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 20:11:09 Modified files: gcc: Change

[Bug c/23075] [4.0/4.1 Regression] Redundant / bogus warning

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 20:07 --- Subject: Bug 23075 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 20:07:13 Modified files: gcc: ChangeLog c-typeck.c tree-cfg.c

[Bug target/22362] [3.4/4.0/4.1 Regression] static function calls and global register variables

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 20:03 --- Subject: Bug 22362 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 20:03:28 Modified files: gcc: Change

[Bug target/22362] [3.4/4.0/4.1 Regression] static function calls and global register variables

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:58 --- Subject: Bug 22362 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 19:57:57 Modified files: gcc: ChangeLog gcc/config/i386: i

[Bug middle-end/14997] ncurses build fails with Ada

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 19:50 --- See http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00324.html -- What|Removed |Added

[Bug middle-end/14997] ncurses build fails with Ada

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:47 --- Subject: Bug 14997 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 19:47:09 Modified files: gcc: ChangeLog expr.c Log message:

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:46 --- Subject: Bug 23056 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 19:46:41 Modified files: gcc/cp : Change

[Bug rtl-optimization/23098] [4.1 Regression] store of 0.0 to float

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:45 --- Subject: Bug 23098 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 19:44:45 Modified files: gcc: Change

[Bug rtl-optimization/23098] [4.1 Regression] store of 0.0 to float

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 19:39 --- Subject: Bug 23098 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 19:38:59 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/gcc.

[Bug fortran/23677] -fno-automatic does not accept legal save statements

2005-09-06 Thread dir at lanl dot gov
-- What|Removed |Added CC||dir at lanl dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23677

[Bug fortran/23677] -fno-automatic does not accept legal save statements

2005-09-06 Thread dir at lanl dot gov
Using built-in specs. Target: powerpc-apple-darwin7.9.0 Configured with: ./configure --prefix=/Users/dir/gfortran --enable-languages=c,f95 Thread model: posix gcc version 4.1.0 20050906 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23677

[Bug middle-end/22207] Spurious 'might be used uninitialized' warnings in STL headers with -O2

2005-09-06 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-09-06 18:59 --- Confirmed that this happens with 3.4 for the i686-pc-cygwin target, though not for the i686-pc-linux-gnu target. It is fixed in current mainline for both targets. -- What|Removed |

[Bug swing/20015] JMenu stays open but should not

2005-09-06 Thread langel at redhat dot com
--- Additional Comments From langel at redhat dot com 2005-09-06 18:40 --- fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED Res

[Bug libfortran/23356] FLT_EVAL_METHOD not defined on openbsd3.4

2005-09-06 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-09-06 17:48 --- Andrew Pinski pointed out that the problem is due to the setting of USER_H in config/t-openbsd to an empty string. That is most likely incorrect. (The only other target which tries to set USER_H at all it i386-netware

[Bug libfortran/23380] [mingw32] cpu_time intrinsic malfunction

2005-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-06 17:21 --- Well, I don't know what went wrong here, but: it works for me, with the 2005-08-05 binaries (downloaded the installer, etc.) Moreover, as the source of the binaries, I checked my config.h file, and it is i

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-09-06 16:14 --- cpp is barely the right tool for processing something that cannot tolerate extra whitespace. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23751

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-09-06 16:12 --- Subject: Re: [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code "mmitchel at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | The problem behind both diagnostics fact that the C++ f

Re: [Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread Gabriel Dos Reis
"mmitchel at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | The problem behind both diagnostics fact that the C++ front-end pre-lexes the | entire source file. As a result, the lexing routines, which depends on the | setting of pedantic to determine whether or not to issue errors, are | calle

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-06 16:04 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 16:03 --- Subject: Bug 23739 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 16:03:12 Modified files: libjava: Change

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 16:01 --- Subject: Bug 23739 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 16:01:32 Modified files: libjava: ChangeLog jni.cc link.cc prims.cc

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread johann dot glaser at gmx dot at
--- Additional Comments From johann dot glaser at gmx dot at 2005-09-06 15:59 --- Sure, but without -P no additional newlines are printed, so these two are clearly "to much". Since cpp is often used for other things than C preprocessing, newlines are annoying or even kill tools relying

[Bug fortran/19269] transpose(reshape(...)) of character array segfaults.

2005-09-06 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-06 15:54 --- There seem to be two problems here. First, gfc_simplify_reshape doesn't set the result's typespec correctly (it doesn't include a character length). Second, we're passing character lengths to the transpos

[Bug middle-end/19183] [3.4 Regression] ICE with -fPIC

2005-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-06 15:53 --- > No kidding. I guess you can probably refrain from posting such a comment. I think it should be possible to work around the problem by using renaming constructs. -- http://gcc.gnu.org/bugzilla/show_

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 15:50 --- Why do you think this is a bug, really cpp can emit many different things with -P, -P just makes not emitting the line markers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23751

[Bug preprocessor/23751] New: cpp -P emits two newlines

2005-09-06 Thread johann dot glaser at gmx dot at
The proeprocessor now emits two senseless newlines when used with the '-P' option. Reproduce: $ cpp -P asdfasdf ^D asdfasdf $ Versions prior to 4.0.1 didn't emit these two newlines. Probably 4.0.0. also didn't, but I can't test that here. The following verisions don't have this bug: gcc-Ver

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-09-06 15:42 --- Subject: Re: [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code On Tue, 6 Sep 2005, mmitchel at gcc dot gnu dot org wrote: > The problem behind both diagnostics fact that the C++ front-en

[Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs

2005-09-06 Thread fxcoudert at gcc dot gnu dot org
-- Bug 23261 depends on bug 23265, which changed state. Bug 23265 Summary: [mingw32] Error in floating point output with BN edit descriptor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23265 What|Old Value |New Value

[Bug libfortran/23265] [mingw32] Error in floating point output with BN edit descriptor

2005-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-06 15:37 --- This bug is due to the sprintf-patch for mingw, not yet commited into mainline. Closing this, and I will submit a corrected patch. -- What|Removed |Added --

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:29 --- The problem behind both diagnostics fact that the C++ front-end pre-lexes the entire source file. As a result, the lexing routines, which depends on the setting of pedantic to determine whether or not to i

[Bug c++/19253] [3.4/4.0/4.1 regression] bad error message / ICE for invalid template parameter

2005-09-06 Thread reichelt at gcc dot gnu dot org
-- Bug 19253 depends on bug 18738, which changed state. Bug 18738 Summary: [3.4 Regression] typename not allowed with non-dependent qualified name http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18738 What|Old Value |New Value -

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name

2005-09-06 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-06 15:27 --- Fixed also on the 3.4 branch. -- What|Removed |Added Status|ASSIGNED

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 15:25 --- Subject: Bug 18738 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-06 15:25:13 Modified files: gcc/cp : Change

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

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:15 --- *** Bug 23636 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/23636] [4.0/4.1 Regression] crashes on ThreadWeaver compilation

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:15 --- *** This bug has been marked as a duplicate of 21440 *** -- What|Removed |Added

[Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types

2005-09-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06 15:04 --- Fixed in 4.0.2. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 15:01 --- Subject: Bug 9782 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 15:01:04 Modified files: gcc/testsuite : ChangeL

[Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 14:55 --- Subject: Bug 9782 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 14:55:06 Modified files: gcc/testsuite : ChangeLog gcc/cp : Ch

[Bug ada/23427] latent bug with array type size check

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:42 --- Patch looks good to me (and you should be able to test Ada now). The code is there on "unexpected" cases anyway, so it's not surprising that it is hard or even maybe impossible to trigger it. Arno --

[Bug ada/15604] Ambiguous aggregate -- Accepts invalid

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:34 --- Pathological case, so changing severity. -- What|Removed |Added Severity|normal

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-06 14:23 --- Fix checked in to 4.0 branch and trunk. -- What|Removed |Added Status|UNCONFIRME

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 14:22 --- Subject: Bug 23662 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 14:22:01 Modified files: boehm-gc : ChangeLog boehm-gc/include/p

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 14:21 --- Subject: Bug 23662 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 14:21:25 Modified files: boehm-gc : Change

[Bug ada/22387] GCC Ada compiler crash

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:08 --- I agree that this is not a regression. If you could put less generic summary line, that would be really helpful. Imagine that everyone getting a compiler crash used the same summary: things would get very c

[Bug middle-end/19183] [3.4 Regression] ICE with -fPIC

2005-09-06 Thread ddavenpo at ball dot com
--- Additional Comments From ddavenpo at ball dot com 2005-09-06 14:07 --- Subject: Re: [3.4 Regression] ICE with -fPIC No kidding. On Sep 6, 2005, at 2:24 AM, ebotcazou at gcc dot gnu dot org wrote: > > --- Additional Comments From ebotcazou at gcc dot gnu dot org > 2005-09-0

[Bug ada/22413] Cross build fails (multiple blank lines)

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:04 --- Probably a set up issue on your side. I would guess you are not using a consistent set of sources/native compiler. Arno -- What|Removed |Added --

[Bug ada/23319] crash with interface as generic formal parameter

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 14:02 --- Not a regression: 4.0 simply did not support/recognize interfaces, so what you are getting is really ana Ada 95 error message. Code looks valid Ada 2005 at first sight, so removing keyword. Arno --

[Bug ada/15798] Bug box in Gigi, code=201, on legal program with tasking

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 13:36 --- Program has no semantic meaning, so lowering severity. -- What|Removed |Added Seve

[Bug ada/20596] Bug Box, combination of Ada 2005, dotted notation, Hash_Maps, and Unbounded_String

2005-09-06 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-06 13:32 --- Now works fine on mainline. Arno -- What|Removed |Added Status|NEW

  1   2   >