[Bug c++/18733] [4.0 Regression] friend rejected

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||giovannibajo at gcc dot gnu ||dot org, pinskia at gcc dot

[Bug rtl-optimization/9771] [3.3 Regression] [x86] wrong ebp optimisation

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 04:42 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 04:47 --- Patch here: . -- What|Removed |Added

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org |dot au Status|NEW

[Bug c++/18733] [4.0 Regression] friend rejected

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 04:51 --- Comeau C/C++'s online tester accepts this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18733

[Bug target/18118] bad code gen for -mcpu=G5 and unsigned long long to double

2004-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-30 05:21 --- No, sorry if I gave the impression my patch would fix the darwin problem. It was aimed at fixing the powerpc-linux compiler ICE, whereas I presume the darwin problem is a runtime one. On powerpc-linux, w

[Bug middle-end/192] String literals don't obey -fdata-sections

2004-11-29 Thread amodra at bigpond dot net dot au
.long 1374389535 .section".text" .align 2 .p2align 4,,15 .globl f .type f, @function f: lis 9,[EMAIL PROTECTED] lfd 1,[EMAIL PROTECTED](9) blr .size f,.-f .ident "GCC: (GNU) 4.0.0 200411

[Bug target/9571] [PPC] problems with 'const', -msdata=eabi and sections.

2004-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-30 06:44 --- My patch didn't completely fix this problem, only the wrong .sdata2 attributes. Incidentally, the followup patch to fix the libgfortran breakage is: CVSROOT:/cvs/gcc Module name:gcc Changes by

[Bug c/14411] Request for setjmp/longjmp attributes

2004-11-29 Thread zack at gcc dot gnu dot org
--- Additional Comments From zack at gcc dot gnu dot org 2004-11-30 07:47 --- +kw, milestone; assigning to myself for commitment once 4.1 opens. -- What|Removed |Added

[Bug fortran/18734] New: gfortran ICE -ftree-vector

2004-11-29 Thread htanabe at edu dot gunma-u dot ac dot jp
gfortran -O2 -ftree-vectorize -maltivec fails with ICE, on compiling following code. INTEGER I DIMENSION A(100), B(100), C(100) READ*, X, Y DO I=1,1000 A = LOG(X) B = LOG(Y) C = A + B END DO PRINT*, C(50) END exam

<    1   2   3