[Bug tree-optimization/22336] [4.1 Regression] ICE Segfault in record_block_change at function.c:5498

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 07:14 --- Subject: Bug 22336 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 07:13:45 Modified files: gcc: ChangeLog function.c Log message:

[Bug c++/22604] [4.0/4.1 Regression] "internal compiler error" after invalid covariant return

2005-07-22 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-07-22 08:08 --- Introduced between "2005-02-14 00:20 UTC" and "2005-02-15 00:20 UTC" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22604

[Bug c++/22591] std::swap() followed by list::erase() produces incorrect list::begin()

2005-07-22 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-07-22 08:23 --- _List_node_base::swap is part of list.cc, in the built .so/.a library: If I change the build, lowering the optimization level (tried CXXFLAGS="-O0 -g") the problem disappear (on x86-linux). Wrong-code. --

[Bug objc/22606] New: Exceptions cannot be thrown from -forward::

2005-07-22 Thread creep at desk dot pl
When @throw'ing form -forward:: method, the unwinding will stop at -forward method with code == _URC_END_OF_STACK in gcc/unwind.inc:_Unwind_RaiseException This code aborts while throwing. (compiled with -fobjc-exceptions of course) --- #impor

[Bug ada/22601] GNAT Command lists many commands as available that are not

2005-07-22 Thread ludovic dot brenta at insalien dot org
--- Additional Comments From ludovic dot brenta at insalien dot org 2005-07-22 08:28 --- The missing commands require ASIS, which is unfortunately not available yet for versions of GNAT other than 3.15p (based on gcc 2.8.1). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22601

[Bug fortran/22518] ICE in gfc_conv_function_call for character function with LEN=length(arg)

2005-07-22 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-22 08:34 --- Updated summary to reflect the bug more accurately. -- What|Removed |Added Summar

[Bug fortran/22607] New: Elemental character functions don't work

2005-07-22 Thread tkoenig at gcc dot gnu dot org
$ cat clen.f90 program main implicit none character(len=2) :: a(2),b(2) a = 'xy' b = fun(a) print '(2(A2,1X))',b print '(2(A2,1X))',fun(a) contains elemental function fun(arg) character(len=*), intent(in) :: arg character(len=2) :: fun fun = arg(2:2) // arg(1:1) end func

[Bug ada/22601] GNAT Command lists many commands as available that are not

2005-07-22 Thread ludovic dot brenta at insalien dot org
-- What|Removed |Added CC||ludovic dot brenta at ||insalien dot org http://gcc.gnu.org/bug

[Bug target/19161] No emms or femms emitted between MMX and FP instructions

2005-07-22 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-07-22 09:33 --- Whee, it looks that x86_64 breakage has gone. I have succesfully compiled unwind-dw2.c with patched x86_64 crosscompiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19161

[Bug target/22497] A register is wasted in simple vectorised loops

2005-07-22 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-07-22 09:41 --- (In reply to comment #3) > Oh, I have a local patch which will cause this, woops: > + if (parts.scale != 1) > +cost--; > + >if (parts.seg != SEG_DEFAULT) > cost--; Do you plan to submit this patch

[Bug target/22585] [4.0/4.1 regression] ICE with long doubles in expand_simple_unop

2005-07-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-22 09:41 --- Uros' patch for PR22576 indeed fixes the ICEs in redirect_branch and extract_insn on the 4.0 branch and mainline. But I can now confirm the bug in expand_simple_unop, I just had to add -march=i486 to the c

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 10:31 --- [ i686 ] I've checked bootstrap without gcc-keep-volatile-sematics.patch and gcc-pr20297.patch but it still ices. i'm testing bootstrap w/o gcc-pr22484.patch now... w/o gcc-pr22493.patch, gcc-pr22037.patch not test

[Bug c++/22591] [4.0 Regression] std::swap() followed by list::erase() produces incorrect list::begin()

2005-07-22 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-07-22 10:46 --- By the way, I confirm that cannot reproduce with current mainline, neither on x86-linux nor x86_64-linux (default build options). I'm unsure whether we should mark it as 'target' and 4.1 Regression too... --

[Bug tree-optimization/22504] [4.1 Regression] benchmark - galgel fails at runtime with miscompare output

2005-07-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-22 11:19 --- Richard, are you going to add a testcase for this? Can somebody confirm that the benchmark testcase is fixed, too? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22504

[Bug c/22608] New: LAPACK - BLAS test errors.

2005-07-22 Thread 27roses at daum dot net
I meet some 'Errors' When I compiled 'BLAS' in 'CLAPACK' or 'LAPACK' with gcc- 4.0.1. I think it is problem of accuracy of floating point calculation. With or without gfortran I can find errors in BLAS test routine resulte.(.sum) I use alton meachine with Redhat 9.0 Linux. gcc-2.95.3 gcc-2.9

[Bug c/22608] LAPACK - BLAS test errors.

2005-07-22 Thread 27roses at daum dot net
-- What|Removed |Added Severity|normal |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22608

[Bug fortran/22571] Reject derived types for dummy arguments declared in the subroutine unless they are SEQUENCE

2005-07-22 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-22 11:30 --- Confirmed. We need to reject dummy arguments if - they are of a derived type - the derived type is declared in that subroutine - they aren't sequence types. -- What|Removed

[Bug rtl-optimization/22258] [4.1 Regression] combine causes spill failure on return value register

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 11:56 --- Subject: Bug 22258 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 11:55:43 Modified files: gcc: ChangeLog combine.c Log message:

[Bug rtl-optimization/22445] Optimizations done by cselib depend on pointer values

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 12:06 --- Subject: Bug 22445 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 12:06:22 Modified files: gcc: ChangeLog cselib.c Log message:

[Bug rtl-optimization/21848] load_mems / replace_loop_mems bug causes miscompilation of jcf-io.c / SEGV while processing java/lang/AbstractMethodError

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 12:15 --- Subject: Bug 21848 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 12:15:40 Modified files: gcc: ChangeLog calls.c Log message:

[Bug rtl-optimization/20370] dead_or_predictable doesn't resize reg_n_info

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 12:25 --- Subject: Bug 20370 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 12:25:22 Modified files: gcc: ChangeLog ifcvt.c Log message:

[Bug target/22585] [4.0/4.1 regression] ICE with long doubles in expand_simple_unop

2005-07-22 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-07-22 12:34 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01490.html Patch fixes compilation of testcase from comment #3 and compilation of fractal.c. -- What|Removed |Added --

[Bug fortran/18833] ICE 'missing spec' on integer/char equivalence

2005-07-22 Thread jakub at redhat dot com
--- Additional Comments From jakub at redhat dot com 2005-07-22 12:37 --- I have partly written patch, but would like to understand whether ordering matters or not. Is the following all valid f77/f90/f95? subroutine foo character*8 c character*1 d, f dimension d(2

[Bug c++/22591] [4.0 Regression] std::swap() followed by list::erase() produces incorrect list::begin()

2005-07-22 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-07-22 12:44 --- Mainline is fine on ia64-linux too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22591

[Bug c++/22592] -fvisibility-inlines-hidden broken differently

2005-07-22 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-07-22 12:46 --- I don't understand. The code itself is perfectly valid C++, I don't think you mean that it's invalid, right? Yes, operator== is also hidden, but there is no definition for it in this unit, hence GCC generates the c

[Bug c++/22590] parser does not recover well after error

2005-07-22 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-07-22 12:53 --- I think I now get why I had less problems: this is already fixed in 4.0: g/x> /home/bangerth/bin/gcc-3.4*-pre/bin/c++ -c x.ii In file included from /mnt/export/local/bin/../lib/gcc/i686-pc-linux-gnu/3.4.0/

[Bug c++/22609] New: delete [] called on base virtual destructor class [Segmentation failed]

2005-07-22 Thread sylwekbala at poczta dot onet dot pl
version of GCC: 4.0.0 system type: RedHat 8.0 options given when GCC was configured/built: Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/data/gcc/gcc-4.0.0 --exec- prefix=/data/gcc/gcc-4.0.0 Thread model: posix gcc version 4.0.0 complete command lin

[Bug c++/22609] delete [] called on base virtual destructor class [Segmentation failed]

2005-07-22 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-07-22 13:24 --- You can't do this: BaseVector* v = new Vector[10]; delete [] v; // <- Here it is crashed The type of the data allocated is Vector*, which is what you have to use when you deallocate it. However,

[Bug fortran/20178] COMPLEX function returns incompatible with g77

2005-07-22 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-07-22 13:37 --- Yes. Thanks for reminding me. -- What|Removed |Added Status|ASSIGNED

[Bug fortran/18833] ICE 'missing spec' on integer/char equivalence

2005-07-22 Thread federico dot carminati at cern dot ch
--- Additional Comments From federico dot carminati at cern dot ch 2005-07-22 13:42 --- Subject: Re: ICE 'missing spec' on integer/char equivalence Hello, this is valid f90/95 code. Equivalence cannot contain sym%val as far as I understand, but they can cointain derived types as

[Bug fortran/18833] ICE 'missing spec' on integer/char equivalence

2005-07-22 Thread Tobias dot Schlueter at physik dot uni-muenchen dot de
--- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de 2005-07-22 14:01 --- Subject: Re: ICE 'missing spec' on integer/char equivalence federico dot carminati at cern dot ch wrote: >this is valid f90/95 code. Equivalence cannot contain sym%val as > f

[Bug libfortran/22570] Null Characters instead of blanks in text output.

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 14:07 --- Subject: Bug 22570 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 14:07:20 Modified files: libgfortran/io : read.c transfer.c libgfortra

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 14:07 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 14:07:20 Modified files: libgfortran/io : read.c transfer.c libgfortra

[Bug driver/22600] Exit code should be different from 1 for internal compiler error

2005-07-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-22 14:36 --- We really do want this. See the thread in http://gcc.gnu.org/ml/gcc/2005-02/msg00953.html -- What|Removed |Added ---

[Bug fortran/18833] ICE 'missing spec' on integer/char equivalence

2005-07-22 Thread Tobias dot Schlueter at physik dot uni-muenchen dot de
--- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de 2005-07-22 14:49 --- Subject: Re: ICE 'missing spec' on integer/char equivalence federico dot carminati at cern dot ch wrote: > --- Additional Comments From federico dot carminati at cern dot ch >

[Bug SWING/22610] New: swing: JScrollPane is not repainted correctly after window resize (more info)

2005-07-22 Thread timo dot lindfors at iki dot fi
Here's alternative testcase for classpath bug #13814. Should print "true/true" but prints "true/false". Testcase: import javax.swing.*; import java.awt.*; public class testcase extends JFrame { public static void main(String[] args) { new testcase(); } publi

[Bug SWING/22610] swing: JScrollPane is not repainted correctly after window resize (more info)

2005-07-22 Thread roman at kennke dot org
--- Additional Comments From roman at kennke dot org 2005-07-22 15:35 --- Thank you, I'll look at this ASAP. -- What|Removed |Added AssignedTo|graydon at redhat dot

[Bug c++/22591] [4.0 Regression] std::swap() followed by list::erase() produces incorrect list::begin()

2005-07-22 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-07-22 15:57 --- I'm doing a regression hunt, but keep making stupid mistakes in the setup so it's taking much longer than it should. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22591

[Bug driver/22600] Exit code should be different from 1 for internal compiler error

2005-07-22 Thread flash at pobox dot com
--- Additional Comments From flash at pobox dot com 2005-07-22 16:04 --- Looking for a string pattern in the output leaves you vulnerable to correctly-rejected files which happen to generate that pattern in an error message. That's probably less of an issue with GCC's hand- craft

[Bug target/22577] [4.1 Regression] PA bootstrap fails

2005-07-22 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-07-22 16:18 --- I successfully bootstrapped hppa1.1-hp-hpux11.00 and hppa64-hp-hpux11.00 with this patch. I think it should be checked in. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22577

[Bug c++/22611] New: internal compiler error: in resolve_overloaded_unification

2005-07-22 Thread krzysan at skrzynka dot pl
$ g++ -v Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr -- exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --man dir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada

[Bug middle-end/22608] LAPACK - BLAS test errors.

2005-07-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Component|c |middle-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c++/22591] [4.0 Regression] std::swap() followed by list::erase() produces incorrect list::begin()

2005-07-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-22 16:40 --- Just another data point: I just compiled the testcase (without including iostream) with -O3 -c using 4.0 branch. If I link this with libstdc++ from the 4.0 the assertion is triggered. If I link this with l

[Bug libstdc++/22612] New: linking error while compiling ddd with g++ 3.4.0 on solaris 9,

2005-07-22 Thread a_manish at yahoo dot com
HI, While installing ddd on the solris 9 machine, i am getting follwing linking error while compiling ddd with g++ 3.4.0, on the sol 9 machine. Could you please advice here.. i do not get any error when i compile ddd on other machine which has g++ 3.3.2. Thanks in advance !!! Manish

[Bug driver/22600] Exit code should be different from 1 for internal compiler error

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 16:48 --- (In reply to comment #5) I should mention that we do print out the line/file which an assert fails inside gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22600

[Bug libobjc/22606] Exceptions cannot be thrown from -forward::

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 16:51 --- Confirmed, I think the problem is that libobjc is not compiled with -fexceptions to get the unwinding info, I will fix that. -- What|Removed |Added

[Bug rtl-optimization/20370] dead_or_predictable doesn't resize reg_n_info

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 17:21 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/21848] load_mems / replace_loop_mems bug causes miscompilation of jcf-io.c / SEGV while processing java/lang/AbstractMethodError

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 17:22 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/22366] [meta-bug] issues holding up the removal of loop.c

2005-07-22 Thread pinskia at gcc dot gnu dot org
-- Bug 22366 depends on bug 21848, which changed state. Bug 21848 Summary: load_mems / replace_loop_mems bug causes miscompilation of jcf-io.c / SEGV while processing java/lang/AbstractMethodError http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21848 What|Old Value

[Bug rtl-optimization/22445] Optimizations done by cselib depend on pointer values

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 17:22 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/22258] [4.1 Regression] combine causes spill failure on return value register

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 17:22 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/22284] [4.1 Regression] ia64 exception handling broken

2005-07-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-07-22 17:24 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01510.html -- What|Removed |Added

[Bug libfortran/22613] New: Spaces missing at end of line

2005-07-22 Thread dir at lanl dot gov
I found that my output files were missing spaces here and there. Here is a simple test program that shows the problem. Note that the blank line between the lines "eq.3, central difference method" and "end" is missing the 5 spaces. [dranta:~/tests/gfortran-D] dir% gfortran -o write02 write02.f [dr

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for uninitialized variables

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 17:40 --- Subject: Bug 21828 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 17:40:37 Modified files: gcc: ChangeLog toplev.c varasm.c

[Bug libfortran/22570] Null Characters instead of blanks in text output.

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 17:43 --- Subject: Bug 22570 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 17:43:31 Modified files: libgfortran/io : unit.c libgfortran: Chan

[Bug debug/21828] [4.0 Regression] debug info omitted for uninitialized variables

2005-07-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 libfortran/22613] Spaces missing at end of line

2005-07-22 Thread dir at lanl dot gov
--- Additional Comments From dir at lanl dot gov 2005-07-22 17:46 --- Opps - only some of the other compilers put the spaces in - not sure which is correct. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22613

[Bug target/22614] New: C++ EH broken on IA64, many tests in g++.dg/eh failing.

2005-07-22 Thread sje at cup dot hp dot com
C++ EH on IA64 (both HP-UX and Linux) appears to be broken. Here is a minimal test case, on Linux I get a Memory Fault when running the program: int main(int argc, char *argv[]) { try { throw 0; } catch (int) { }; } -- Summary: C++ EH broken on IA64, many tests in g++.dg/eh faili

[Bug target/22614] C++ EH broken on IA64, many tests in g++.dg/eh failing.

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

[Bug libstdc++/22284] [4.1 Regression] ia64 exception handling broken

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

[Bug c++/22611] internal compiler error: in resolve_overloaded_unification

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 17:59 --- Reduces down to: template void f(_CharT2); class ostringstream { void str(void); }; template void foo() { ostringstream oss; f(oss.str); } But this is a dup of bug 21592. *** This bug has been marked

[Bug c++/21592] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification/arg_assoc

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

[Bug middle-end/22605] Alignment of struct on stack is no longer the maxium alignment

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:05 --- Huh? I don't understand what do you mean by stack slots because there is no such thing in GCC. Do you mean you want disk_stat aligned to 16 byte? Note the alignment of disk_stat is 4byte so GCC should not

[Bug rtl-optimization/22472] [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|hppa-unknown-linux-gnu | GCC host triplet|hppa-unknown-linux-gnu | GCC target triplet|hppa-unknown-linux-gnu |hppa-*-linux

[Bug tree-optimization/22555] array in struct disables salias subvars for other fields

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:15 --- Confirmed, a slightly smaller testcase: struct a { int i; int j; int x[2]; } a; int foo(void) { a.i = 1; a.j = 0; return a.i + a.j; } -- What|Removed |Added -

[Bug testsuite/21910] Files from previous runs can make some testcases fail

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:22 --- No this is how it is supposed to happen. -- What|Removed |Added Status|UNCONFIRM

[Bug rtl-optimization/22208] [4.0/4.1 Regression] flag_rename_registers is not enabled at -O3 or above

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:23 --- This has been fixed for -funroll-loops so closing as fixed as it is fixed as much as I filed it for. -- What|Removed |Added -

[Bug c/12245] [3.4/4.0/4.1 regression] Uses lots of memory when compiling large initialized arrays

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:36 --- Does anyone have the current numbers for this bug? I know for C, the memory usage has gone down but I don't know by how much. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

[Bug middle-end/22608] LAPACK - BLAS test errors.

2005-07-22 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-07-22 18:45 --- There is an amazing amount of detail missing from this PR. Unless Weon Kim supplies the actual errors encountered, the compiler flags, and some details of the build procedure followed, this PR can be closed.

[Bug libstdc++/22612] linking error while compiling ddd with g++ 3.4.0 on solaris 9,

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:46 --- Can you try a newer version of GCC like 3.4.4? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22612

[Bug middle-end/22608] LAPACK - BLAS test errors.

2005-07-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Status|UNCONFIRMED

[Bug tree-optimization/22615] New: [4.1 Regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2858

2005-07-22 Thread pinskia at gcc dot gnu dot org
Take the following C++ code, with -O1 we ICE right now (This is forwarded from PR 22277 because the orginal bug there was fixed): struct A { char c; int i; }; A a; struct B { char c, d; }; union C { A *p; B *q; C() : p(&a) {} char& foo() { return q->d; } }; void bar() { C().fo

[Bug tree-optimization/22277] [4.1 Regression] ACATS ICE cc40001 in first_vi_for_offset, at tree-ssa-structalias.c:2566

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:53 --- Fixed, I filed the new bug (which should have been filed seperately) as PR 22615. -- What|Removed |Added

[Bug tree-optimization/22615] [4.1 Regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2858

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:53 --- Confirmed, because this is forwarding from one bug to another. -- What|Removed |Added

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:59 --- Nope the types are correct. The bug is in the middle-end when expanding VECTOR << VECTOR. -- What|Removed |Added ---

[Bug tree-optimization/22598] [4.1 Regression] 23_containers/set/explicit_instantiation/3.cc fails

2005-07-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh

[Bug fortran/16940] Failure to perform host association correctly

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 19:03 --- Subject: Bug 16940 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-22 19:03:39 Modified files: gcc/fortran: resolv

[Bug SWING/22616] New: new ImageIcon().getIconHeight() throws NPE

2005-07-22 Thread timo dot lindfors at iki dot fi
Steps to reproduce: 1. Compile and run the attached testcase. Expected results: 1. Program prints out "-1". Actual results: 1. Program throws the following exception: java.lang.NullPointerException at javax.swing.ImageIcon.getIconHeight (ImageIcon.java:300) at testcase. (testcase.java:9)

[Bug libfortran/22570] Null Characters instead of blanks in text output.

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 19:11 --- Subject: Bug 22570 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-22 19:11:29 Modified files: libgfortran/io : read.c

[Bug SWING/22616] new ImageIcon().getIconHeight() throws NPE

2005-07-22 Thread timo dot lindfors at iki dot fi
--- Additional Comments From timo dot lindfors at iki dot fi 2005-07-22 19:12 --- Created an attachment (id=9331) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9331&action=view) Return -1 in getIconHeight() and getIconWidth() if no icon is loaded. -- http://gcc.gnu.org/bugzill

[Bug SWING/22616] new ImageIcon().getIconHeight() throws NPE

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

[Bug fortran/16940] Failure to perform host association correctly

2005-07-22 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-07-22 19:13 --- Fixed on mainline and 4.02 -- What|Removed |Added Status|NEW

[Bug fortran/17379] Generic functions not resolved

2005-07-22 Thread paulthomas2 at wanadoo dot fr
-- Bug 17379 depends on bug 16940, which changed state. Bug 16940 Summary: Failure to perform host association correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16940 What|Old Value |New Value

[Bug fortran/22607] Elemental character functions don't work

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

[Bug ada/22601] GNAT Command lists many commands as available that are not

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

[Bug libfortran/22570] Null Characters instead of blanks in text output.

2005-07-22 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-07-22 19:19 --- fixed on mainline and 4.02 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22570

[Bug libfortran/22570] Null Characters instead of blanks in text output.

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 19:20 --- Fixed so closing. -- What|Removed |Added Status|NEW |RES

[Bug tree-optimization/22336] [4.1 Regression] ICE Segfault in record_block_change at function.c:5498

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 19:26 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug debug/21828] [4.0 Regression] debug info omitted for uninitialized variables

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 19:33 --- Subject: Bug 21828 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-22 19:33:16 Modified files: gcc: Change

[Bug debug/21828] [4.0 Regression] debug info omitted for uninitialized variables

2005-07-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-22 19:34 --- Fixed in 4.0.2. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 19:48 --- ufff, i've found the point. with e.g. -march=athlon latest cvs snapshot builds. with -march=i686 -mtune=pentium4 boostrap ices. patchset is fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22584

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 19:49 --- Which stage is this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22584

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 19:51 --- (In reply to comment #6) > Which stage is this? ./xgcc -B./ -B/usr/athlon-pld-linux/bin/ -isystem /usr/athlon-pld-linux/include -isystem /usr/athlon-pld-linux/sys-include -L/home/users/builder2/rpm/BUILD/gcc-4.

[Bug target/22584] [4.1 Regression] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|WAITING |NEW Component|other |target Keywords||wro

[Bug fortran/20855] ICE: Bad expr type

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 19:55 --- gfortran t.f90 In file t.f90:1 0 CONTINUE 1 Warning: Ignoring statement label of zero at (1) t.f90:1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source i

[Bug fortran/20864] different types not diagnosed correctly

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

[Bug SWING/22617] New: reopen 13414: ImageIcon("") throws IllegalArgumentException

2005-07-22 Thread timo dot lindfors at iki dot fi
When classpath bugs have been moved to gcc bugzilla this bug can be marked as duplicate of the old classpath bug 13414. The actual issue is that classpath bug 13414 should be reopened as the bug happens with current classpath cvs head. Only way to see the old bug report at the moment seems to be

[Bug fortran/20873] entry with alternate return in function

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 20:00 --- Fixed in 4.0.2 and above: In file t.f90:2 ENTRY M(I,*) 1 Error: Alternate return specifier in function 'm' at (1) is not allowed -- What|Removed |Added

[Bug middle-end/22605] Alignment of struct on stack is no longer the maxium alignment

2005-07-22 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-07-22 20:10 --- I think the 16-byte over-alignment in gcc-3.x is a mis-feature. Anything over 8-byte alignment here is useless. However, I also think the 4-byte alignment in gcc-4.0 is a mis-feature. It just looks wierd t

[Bug c++/22618] New: Template non-type arguments break class access protection

2005-07-22 Thread squell at alumina dot nl
In the below code fragment, the lines marked "OK ??" should be errors because the outside world does not have access, but g++ 3.4 and g++ 4.0 (tested on two platforms) allow this. Especially note the apparent interaction between function overloading and access protection in this case. class foo {

  1   2   3   >