--- 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...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-17
08:37 ---
Is this a regression?
--
What|Removed |Added
CC|
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 ‘foo’:
bugreport.f90:2: i
--- 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 |ebo
--- 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
--- 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
--- Additional Comments From schwab at suse dot de 2005-01-17 10:18 ---
The same on ia64.
--
What|Removed |Added
CC||dave dot ang
$ 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 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
--- 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
Th
--- 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
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 bugrepor
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
Fo
--- 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
Statu
--- 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
--- 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
--- 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
--- 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
--- 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 u
--- 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.
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 `/home/couder
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( (/ (' ',J=1
--- 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 b
--- 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
--- 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++ -shared-libgc
--- 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
libstdc++-v3/inclu
--
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18580
--- 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:2
--
What|Removed |Added
OtherBugsDependingO||15502
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19482
--- Additional Comments From pcarlini at suse dot de 2005-01-17 14:19
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
Res
--
What|Removed |Added
Target Milestone|3.4.2 |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16304
--- 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 a
--- 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
---
--- 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 covered
--- 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
it
--- 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
--- 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 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
---
--- 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 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
--- 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 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 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
--- 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
--- 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
--- 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 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
-
--- 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 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 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
--
--- 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
--- 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 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
--
--- 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 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
--- 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
--- 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 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
---
--- 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 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 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
--- 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 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
-
--- 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
--- 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
--- 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 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
---
--- 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 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 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
-
--- 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 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
--
--- 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
--- 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 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
--- 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 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 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
---
--- 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
--- 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 info
--- 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 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
--
--- 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 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 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
---
--- 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
./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 -Wold-style-definition
--- 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
-
--- 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
--- 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
--- 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
--
What|Removed |Added
OtherBugsDependingO||16991
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19481
--- 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 (specif
--- 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
--- 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 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
--- 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 MATERIAL
--- 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 ob
--- 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
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 inf
1 - 100 of 193 matches
Mail list logo