[Bug target/19357] ICE when long double argument arrives in general register

2005-01-17 Thread jbeulich at novell dot com
--- Additional Comments From jbeulich at novell dot com 2005-01-17 08:06 --- No, it was with my attempt to fix this. As I further thought about it, maybe the whole difference was that I didn't do the TImode conversion prior to the spill... --

[Bug c++/19476] Missed null checking elimination with new

2005-01-17 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-17 08:37 --- Is this a regression? -- What|Removed |Added CC|

[Bug fortran/19477] New: Array with lower bound cause ICE

2005-01-17 Thread lei at il dot ibm dot com
This is simplified snippet from spec2004 benchmark 432.wrf ~/gcc/bin/gfortran --version GNU Fortran 95 (GCC 4.0.0 20050114 (experimental)) cd /home/lei/SPEC2004/benchspec/CPU2004/432.wrf/run/0001/ ~/gcc/bin/gfortran -O0 -c bugreport.f90 bugreport.f90: In function â#128;#152;fooâ#128;#153;:

[Bug middle-end/19327] [4.0 Regression] FAIL: gcc.c-torture/execute/921215-1.c compilation, -O3 -g

2005-01-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-17 09:37 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug fortran/19358] [gfortran] Segfault with missing upper bound

2005-01-17 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-17 10:13 --- *** Bug 19477 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/19477] Array with lower bound cause ICE

2005-01-17 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-17 10:12 --- *** This bug has been marked as a duplicate of 19358 *** -- What|Removed |Added

[Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++

2005-01-17 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-01-17 10:18 --- The same on ia64. -- What|Removed |Added CC||dave dot

[Bug libfortran/19478] New: reading back from /dev/null

2005-01-17 Thread Thomas dot Koenig at online dot de
$ cat devnull-readback.f character*20 foo open(10,file=/dev/null) write(10,'(A)') Hello rewind(10) read(10,'(A)',end=100) foo print *,foo call abort 100 continue end $ gfortran devnull-readback.f $ ./a.out Hello Aborted $ gfortran -v ; gfortran

[Bug fortran/19292] [metabug] g77 features lacking in gfortran

2005-01-17 Thread Thomas dot Koenig at online dot de
-- Bug 19292 depends on bug 18794, which changed state. Bug 18794 Summary: warn about common variable alignment problems http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18794 What|Old Value |New Value

[Bug fortran/18794] warn about common variable alignment problems

2005-01-17 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-17 11:05 --- This is fixed with the 20050116 snapshot: $ gfortran common.f In file common.f:3 common /foo/ c,r 1 Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start

[Bug tree-optimization/19445] 50 fold compile time increase between gcc-3,4 and gcc-4,0 on included code

2005-01-17 Thread phil at fsel dot com
--- Additional Comments From phil at fsel dot com 2005-01-17 11:06 --- Subject: Re: 50 fold compile time increase between gcc-3,4 and gcc-4,0 on included code On Fri, Jan 14, 2005 at 09:20:43PM -, pinskia at gcc dot gnu dot org wrote: If in the source I mark unhook as it does not

[Bug fortran/19479] New: UBOUND causes ICE

2005-01-17 Thread lei at il dot ibm dot com
subroutine fft(tab) type fft_tab_type complex, dimension(:), pointer :: omega end type fft_tab_type type(fft_tab_type), intent(in) :: tab i = ubound(tab%omega,1) end subroutine fft cd /home/lei/SPEC2004/benchspec/CPU2004/459.GemsFDTD/run/0001/ ~/gcc/bin/gfortran -O0 -c

[Bug libstdc++/19480] New: set::iterator is const

2005-01-17 Thread malessa at de dot ibm dot com
The following piece of code gives me this compiler error: itertest.C: In function `int main(int, char**)': itertest.C:35: passing `const Foo' as `this' argument of `void Foo::setValue(unsigned int)' discards qualifiers itertest.C:36: passing `const Foo' as `this' argument of `unsigned int

[Bug libstdc++/19480] set::iterator is const

2005-01-17 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-17 12:07 --- *** This bug has been marked as a duplicate of 14410 *** -- What|Removed |Added

[Bug libstdc++/14410] Bug with implementation of set for const iterators in g++ ...

2005-01-17 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-17 12:07 --- *** Bug 19480 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)

2005-01-17 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-01-17 12:18 --- how's it going? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615

[Bug fortran/19479] UBOUND causes ICE

2005-01-17 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-01-17 12:23 --- I see that one to (on i686-linux and sparc-solaris). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19479

[Bug regression/19174] wrong code regression or library problem in gcc-4.0-20041226

2005-01-17 Thread andre dot maute at gmx dot de
--- Additional Comments From andre dot maute at gmx dot de 2005-01-17 12:28 --- gcc-4.0-20050116 compiled with gcc-3.3.5 this time with the configure parameter: --with-arch=pentium3 fails withOUT the configure parameter: --with-arch=pentium3 everything is o.k. with respect to

[Bug ada/13470] 64bits Ada bootstrap failure:xnmake etc. crash generating nmake.adb etc.

2005-01-17 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-01-17 12:48 --- Seems if I recompile a-stunau.o with -O0 -fPIC as opposed to -O2 -fPIC and relink/reinstall libgnat-3.4.so.1, xnmake works, at least on my x86-64. When it is compiled with -O2 -fPIC, xnmake dies much earlier

[Bug debug/19327] [4.0 Regression] FAIL: gcc.c-torture/execute/921215-1.c compilation, -O3 -g

2005-01-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-17 12:54 --- It's 2005-01-03 Daniel Berlin [EMAIL PROTECTED] Fix PR debug/17924 Fix PR debug/19191 * dwarf2out.c (block_ultimate_origin): Follow decl origin if origin is a decl.

[Bug bootstrap/19481] New: libgfortran doesn't build -- configure doesn't handle cabs() well

2005-01-17 Thread coudert at clipper dot ens dot fr
This one is strange. On i686-mingw, compiling gfortran fails with: ../../../gcc/libgfortran/generated/exp_c8.c:38: error: conflicting types for 'cabs' /mingw/include/math.h:223: error: previous declaration of 'cabs' was here make[2]: *** [exp_c8.lo] Error 1 make[2]: Leaving directory

[Bug fortran/19482] New: ICE in gfc_trans_scalar_assign

2005-01-17 Thread lei at il dot ibm dot com
Blocks compilation of spec2004 407.fma3d benchmark: SUBROUTINE ALLOCATE_STORAGE IMPLICIT REAL (A-H,O-Z) INTEGER, PARAMETER :: NPNMP = 22 TYPE :: MATERIAL_TYPE CHARACTER(12) PRNAME(NPNMP) END TYPE MATERIAL_TYPE TYPE (MATERIAL_TYPE) :: MATERIAL MATERIAL = MATERIAL_TYPE( (/ ('

[Bug target/19116] -funsafe-math-optimizations make nan compares equal to one another (-finite-math-only should be doing that)

2005-01-17 Thread hunor at cs dot bme dot hu
--- Additional Comments From hunor at cs dot bme dot hu 2005-01-17 13:42 --- Are you sure this is wrong? It seems to me that the RS6000 port has just been changed to behave liked this two days ago. If you still think this is a bug, though... This is caused by -mno-ieee-fp being implied

[Bug ada/17307] Bug box in Gigi, code=116, 'Unrestricted_Access of a protected subprogram

2005-01-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-01-17 13:54 --- Bug box fixed on mainline, so closing. Arno -- What|Removed |Added Status|NEW

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-17 Thread l_heldt at poczta dot onet dot pl
--- Additional Comments From l_heldt at poczta dot onet dot pl 2005-01-17 14:12 --- I cannot check proposed changes because of compilation problems. I have changed makefiles in libstdc++/src directory but I am getting errors while linking: /remote/beta4/lukasz/gcc2/gcc/g++

[Bug libstdc++/19433] set, multiset, map, multimap misuse hint on insert

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

[Bug target/18580] Vectorizer failures (max, unaligned)

2005-01-17 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18580

[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2005-01-17 Thread joern dot rennecke at st dot com
--- Additional Comments From joern dot rennecke at st dot com 2005-01-17 14:18 --- Subject: Re: delete_trivially_dead_insns fails to update the liveness information steven at gcc dot gnu dot org wrote: --- Additional Comments From steven at gcc dot gnu dot org 2005-01-15 12:29

[Bug fortran/19482] ICE in gfc_trans_scalar_assign

2005-01-17 Thread giovannibajo at libero dot it
-- What|Removed |Added OtherBugsDependingO||15502 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19482

[Bug libstdc++/19433] set, multiset, map, multimap misuse hint on insert

2005-01-17 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-17 14:19 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++

2005-01-17 Thread reichelt at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.2 |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16304

[Bug target/19469] wrong code on i486 compiling with f77 -fno-automatic -O1

2005-01-17 Thread kmccarty at princeton dot edu
--- Additional Comments From kmccarty at princeton dot edu 2005-01-17 14:33 --- Hi, I'm the original submitter of the bug to Debian's BTS. On my system, as you predicted, adding -ffloat-store to the options used in compiling radmul.f to object code solves all the problems with g77 3.3

[Bug c++/19375] [3.4/4.0 Regression] Access violation diagnostic given twice

2005-01-17 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-01-17 14:35 --- Patch submitted: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01006.html -- What|Removed |Added

[Bug c++/19311] [3.4/4.0 Regression] ICE in resolve_overloaded_unification

2005-01-17 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-01-17 14:37 --- Patch submitted that fixes the ICE: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01007.html Queuing access checking until instantiation time will be addressed in 4.1. That issue has already been

[Bug ada/13470] 64bits Ada bootstrap failure:xnmake etc. crash generating nmake.adb etc.

2005-01-17 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-01-17 14:48 --- This seems to be related to RTX_UNCHANGING_P, but I'm not sure it is actually a bug in the compiler itself, or in the library code. I don't know Ada at all, but e.g. from the comment about it it sounds like

[Bug libfortran/19481] libgfortran doesn't build -- configure doesn't handle cabs() well

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:15 --- I will note this definitation of cbas is not compatible with C99. -- What|Removed |Added

[Bug rtl-optimization/13501] [new-ra] -fnew-ra incorrectly assigns variable to register

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:16 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 13501, which changed state. Bug 13501 Summary: [new-ra] -fnew-ra incorrectly assigns variable to register http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13501 What|Old Value |New Value

[Bug rtl-optimization/13555] [new-ra] ICE in verify_flow_info with the new register allocator (x86/Linux)

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:16 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 13555, which changed state. Bug 13555 Summary: [new-ra] ICE in verify_flow_info with the new register allocator (x86/Linux) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13555 What|Old Value |New Value

[Bug rtl-optimization/13753] [new-ra] miscompilation with -fnew-ra on xCHM

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:17 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 13753, which changed state. Bug 13753 Summary: [new-ra] miscompilation with -fnew-ra on xCHM http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13753 What|Old Value |New Value

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 14099, which changed state. Bug 14099 Summary: [new-ra] ICE in check_colors http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14099 What|Old Value |New Value

[Bug rtl-optimization/14099] [new-ra] ICE in check_colors

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:17 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/14214] [new-ra] build issues

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:17 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/12143] [new-ra] Internal error with -fnew-ra -O

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:18 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 12143, which changed state. Bug 12143 Summary: [new-ra] Internal error with -fnew-ra -O http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12143 What|Old Value |New Value

[Bug rtl-optimization/12177] [new-ra] -new-ra with -ftracer, -fomit-frame-pointer, and -O2 ICE

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:18 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 12177, which changed state. Bug 12177 Summary: [new-ra] -new-ra with -ftracer, -fomit-frame-pointer, and -O2 ICE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12177 What|Old Value |New Value

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 12619, which changed state. Bug 12619 Summary: [new-ra] ICE with -fnew-ra on Pentium 4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12619 What|Old Value |New Value

[Bug rtl-optimization/12619] [new-ra] ICE with -fnew-ra on Pentium 4

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:19 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/11379] [new-ra] ICE with optimization and -fnew-ra

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:19 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 11379, which changed state. Bug 11379 Summary: [new-ra] ICE with optimization and -fnew-ra http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11379 What|Old Value |New Value

[Bug rtl-optimization/14578] [new-ra] segmentation fault with -fnew-ra

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:20 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 14578, which changed state. Bug 14578 Summary: [new-ra] segmentation fault with -fnew-ra http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14578 What|Old Value |New Value

[Bug c++/19448] Different value representation for bitfield width exceeding its type size.

2005-01-17 Thread yanliu at ca dot ibm dot com
--- Additional Comments From yanliu at ca dot ibm dot com 2005-01-17 15:20 --- Did you change the bitfield width to 17 in the testcase? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448

[Bug rtl-optimization/16863] [new-ra] ICE: Didn't find a coloring in genmodes.c with -fnew-ra and optimization

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:20 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 16863, which changed state. Bug 16863 Summary: [new-ra] ICE: Didn't find a coloring in genmodes.c with -fnew-ra and optimization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16863 What|Old Value |New Value

[Bug rtl-optimization/16123] [new-ra] THUMB -O1 -fnew-ra: struct copy causes ice

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:21 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 16123, which changed state. Bug 16123 Summary: [new-ra] THUMB -O1 -fnew-ra: struct copy causes ice http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16123 What|Old Value |New Value

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 16545, which changed state. Bug 16545 Summary: [new-ra] internal compiler error: in check_colors, at ra-colorize.c:2006 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16545 What|Old Value |New Value

[Bug rtl-optimization/16545] [new-ra] internal compiler error: in check_colors, at ra-colorize.c:2006

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:21 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 16544, which changed state. Bug 16544 Summary: [new-ra] internal compiler error: in select_spill, at ra-colorize.c:972 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16544 What|Old Value |New Value

[Bug rtl-optimization/16544] [new-ra] internal compiler error: in select_spill, at ra-colorize.c:972

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:21 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/16543] [new-ra] internal compiler error: in remember_web_was_spilled, at ra-build.c:2314

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:22 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13395] [new-ra] ICE during bootstrap with BOOT_CFLAGS=-O2 -g -fnew-ra -ftracer

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:22 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 13395, which changed state. Bug 13395 Summary: [new-ra] ICE during bootstrap with BOOT_CFLAGS=-O2 -g -fnew-ra -ftracer http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13395 What|Old Value |New Value

[Bug rtl-optimization/14151] [new-ra] new-ra get frame size incorrect

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:22 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 14151, which changed state. Bug 14151 Summary: [new-ra] new-ra get frame size incorrect http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14151 What|Old Value |New Value

[Bug other/16996] [meta-bug] code size improvements

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 16996 depends on bug 14151, which changed state. Bug 14151 Summary: [new-ra] new-ra get frame size incorrect http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14151 What|Old Value |New Value

[Bug rtl-optimization/15455] [new-ra] GCC build fails for sh-unknown-elf

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:23 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 15455, which changed state. Bug 15455 Summary: [new-ra] GCC build fails for sh-unknown-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15455 What|Old Value |New Value

[Bug rtl-optimization/17199] [new-ra] GCC aborts at ra-build:1767 during compilation

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:23 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/18629] [new-ra] ICE with -fnew-ra

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:24 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 11082, which changed state. Bug 11082 Summary: [new-ra] A case where -fnew-ra seriously degrades performance http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11082 What|Old Value |New Value

[Bug rtl-optimization/11162] [new-ra] ICE compiling channel.i on sh

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:24 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 11162, which changed state. Bug 11162 Summary: [new-ra] ICE compiling channel.i on sh http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11162 What|Old Value |New Value

[Bug target/11292] [new-ra] causes sibcalling to go wrong.

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 11292 depends on bug 11162, which changed state. Bug 11162 Summary: [new-ra] ICE compiling channel.i on sh http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11162 What|Old Value |New Value

[Bug rtl-optimization/17837] [new-ra] -fnew-ra ICE

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:25 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug c++/19311] [3.4/4.0 Regression] ICE in resolve_overloaded_unification

2005-01-17 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-01-17 15:25 --- (In reply to comment #7) Fixing it by queuing access checking until instantiation time turns out to be nasty: - Need to invent new tree node, the current TREE_LIST cannot store the line number

[Bug rtl-optimization/11718] [new-ra] ICE on valid code with SSE

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:25 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 13246 depends on bug 11718, which changed state. Bug 11718 Summary: [new-ra] ICE on valid code with SSE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11718 What|Old Value |New Value

[Bug rtl-optimization/13246] [new-ra][meta-bug] new-ra related problems

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:26 --- Closing as wiill not fix as new-ra was removed from the mainline. -- What|Removed |Added

[Bug rtl-optimization/17088] poor fortran optimisation at -O2/3

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 17088 depends on bug 13246, which changed state. Bug 13246 Summary: [new-ra][meta-bug] new-ra related problems http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13246 What|Old Value |New Value

[Bug rtl-optimization/17837] [new-ra] -fnew-ra ICE

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 17837 depends on bug 13246, which changed state. Bug 13246 Summary: [new-ra][meta-bug] new-ra related problems http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13246 What|Old Value |New Value

[Bug c++/19476] Missed null checking elimination with new

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:30 --- (In reply to comment #1) Is this a regression? Not that I know of. -- What|Removed |Added

[Bug c/19483] New: internal compiler error from make bootstrap

2005-01-17 Thread john dot hodgkinson at boldonjames dot com
./xgcc -B./ -B/usr/local/powerpc-ibm-aix5.2.0.0/bin/ -isystem /usr/local/powerpc-ibm-aix5.2.0.0/include -isystem /usr/local/powerpc-ibm-aix5.2.0.0/sys-include -L/usr/src/gcc-3.4.3/obj/gcc/../ld -O2 -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes

[Bug target/19469] wrong code on i486 compiling with f77 -fno-automatic -O1

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:39 --- Since -ffloat-store makes it work, then this is a dup of bug 323. *** This bug has been marked as a duplicate of 323 *** -- What|Removed |Added

[Bug rtl-optimization/323] optimized code gives strange floating point results

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:40 --- *** Bug 19469 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c/19483] internal compiler error from make bootstrap

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:43 --- *** This bug has been marked as a duplicate of 9382 *** -- What|Removed |Added

[Bug bootstrap/9382] AIX 5.2 ../../gcc-20030120/gcc/libgcc2.c:1161: internal compiler error: in extract_insn, at recog.c:2175

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:43 --- *** Bug 19483 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libfortran/19481] libgfortran doesn't build -- configure doesn't handle cabs() well

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||16991 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19481

[Bug fortran/19479] UBOUND causes ICE

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 15:59 --- Confirmed, here is the backtrace: #0 0x00042320 in gfc_simplify_bound (array=0x1, dim=0x42304530, upper=1) at /Users/pinskia/ src/local/gcc/gcc/fortran/simplify.c:1799 #1 0x00020300 in do_simplify

[Bug fortran/19482] ICE in gfc_trans_scalar_assign

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

[Bug fortran/19017] ICE in gfc_trans_scalar_assign

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

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5 and 95

2005-01-17 Thread pinskia at gcc dot gnu dot org
-- Bug 15502 depends on bug 19482, which changed state. Bug 19482 Summary: ICE in gfc_trans_scalar_assign http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19482 What|Old Value |New Value

[Bug fortran/19017] ICE in gfc_trans_scalar_assign

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 16:04 --- Shorter reduced testcase (from PR 19482): SUBROUTINE ALLOCATE_STORAGE IMPLICIT REAL (A-H,O-Z) INTEGER, PARAMETER :: NPNMP = 22 TYPE :: MATERIAL_TYPE CHARACTER(12) PRNAME(NPNMP) END TYPE

[Bug target/19379] [4.0 Regression] ICE during build of newlib's e_atan2.c when soft-float

2005-01-17 Thread corsepiu at gcc dot gnu dot org
--- Additional Comments From corsepiu at gcc dot gnu dot org 2005-01-17 16:09 --- (In reply to comment #13) As for (4), what do you think the problem *is* anyway? To me the problem is: i386-rtems-gcc-4.0 ices when building the '-msoft-float -mtune=i386' multilib variant. Now the

[Bug rtl-optimization/11379] [new-ra] ICE with optimization and -fnew-ra

2005-01-17 Thread spigel at olvs dot miee dot ru
--- Additional Comments From spigel at olvs dot miee dot ru 2005-01-17 16:12 --- Subject: Re: [new-ra] ICE with optimization and -fnew-ra OK, may be remove -fnew-ra option from compiler options list? pinskia at gcc dot gnu dot org wrote: --- Additional Comments From pinskia at

[Bug tree-optimization/19484] New: [4.0 Regression] function pointer propagation fails for noreturn functions

2005-01-17 Thread rsandifo at gcc dot gnu dot org
gcc 4.0 ICEs after replacing a call via a function pointer with a call to a noreturn function (unless that call falls through to the exit block). The expected fake edge to the exit block is not added after modifying the CALL_EXPR. I'm not up to speed on gimple yet, so I'm just filing this for

  1   2   >