[Bug fortran/41712] New: ETIME not useable with -fdefault-real-8

2009-10-15 Thread anlauf at gmx dot de
Hi, all gfortran versions from 4.1.x thru 4.5 refuse to compile the following program with -fdefault-real-8: program gfcbug90 real :: t(2) print *, etime (t) end program gfcbug90 % gfc4x gfcbug90.f90 -fdefault-real-8 gfcbug90.f90:3.18: print *, etime (t) 1 Error: 'x' arg

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-15 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug target/41705] missed if conversion optimization

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-10-15 07:57 --- (In reply to comment #0) > Compile the attached source code with options -Os -march=armv5te -mthumb, gcc > generates: > > push{lr} > ldr r3, [r0] > cmp r3, #0 // B >

[Bug fortran/41712] ETIME not useable with -fdefault-real-8

2009-10-15 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-10-15 07:59 --- The manual reads: VALUES The type shall be REAL, DIMENSION(2). where I understand REAL as REAL(4). Hence if you want to use -fdefault-real-8, you have to avoid the "promotion" of the ETIME argument by using rea

[Bug target/41653] not optimal result for multiplication with constant when -Os is specified

2009-10-15 Thread carrot at google dot com
--- Comment #2 from carrot at google dot com 2009-10-15 08:18 --- arm_size_rtx_costs calls thumb1_rtx_costs for TARGET_THUMB1. thumb1_rtx_costs is also called by several other functions. Looked at its implementation briefly, it is actually tuned for speed only. Following are some obviou

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #6 from ramana at gcc dot gnu dot org 2009-10-15 08:19 --- (In reply to comment #5) > Committed since approved in > http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00906.html This needs to be backported to 4.4 branch after the 4.4.2 release because the original bug report came

[Bug target/41705] missed if conversion optimization

2009-10-15 Thread carrot at google dot com
--- Comment #3 from carrot at google dot com 2009-10-15 08:25 --- > > > > > Target ARM has conditional execution capability, but thumb actually can't do > > conditional execution. Do we have any method to let the compiler know this? > > Note that this is relevant only for Thumb1 and n

[Bug middle-end/41713] New: -O -flto -g: ICE in lto_output_tree_ref, at lto-streamer-out.c:732

2009-10-15 Thread burnus at gcc dot gnu dot org
$ gfortran -O -flto -g -c test.f test.f: In function 'makenumberstring_': test.f:8:0: internal compiler error: in lto_output_tree_ref, at lto-streamer-out.c:732 That's with Rev. 152840 (and thus later then Rev. 152767 which fixed PR 41521). Reduced testcase: FUNCTION makenumberstring(x)

[Bug target/37763] bad interaction of -O3 -pg and -mcu=arm920t ??

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #3 from ramana at gcc dot gnu dot org 2009-10-15 08:30 --- No response in more than 6 months. This is now marked as INVALID because we don't have enough information to go by. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37763] bad interaction of -O3 -pg and -mcu=arm920t ??

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #4 from ramana at gcc dot gnu dot org 2009-10-15 08:30 --- Invalid -- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRME

[Bug target/25190] Error: bad immediate value for offset (4100)

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #4 from ramana at gcc dot gnu dot org 2009-10-15 08:32 --- No feedback in about 6 months. I'm closing this out as this can't be reproduced with trunk as of today. -- ramana at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/41555] [4.5 regression] possible miscompilation in whole-program mode

2009-10-15 Thread rguenther at suse dot de
--- Comment #7 from rguenther at suse dot de 2009-10-15 08:41 --- Subject: Re: [4.5 regression] possible miscompilation in whole-program mode On Tue, 13 Oct 2009, sje at cup dot hp dot com wrote: > --- Comment #6 from sje at cup dot hp dot com 2009-10-13 16:05 --- > The new

[Bug fortran/41712] ETIME not useable with -fdefault-real-8

2009-10-15 Thread anlauf at gmx dot de
--- Comment #2 from anlauf at gmx dot de 2009-10-15 08:47 --- (In reply to comment #1) > The manual reads: > > VALUES The type shall be REAL, DIMENSION(2). > > where I understand REAL as REAL(4). Hence if you want to use -fdefault-real-8, > you have to avoid the "promotion" of the ET

[Bug libfortran/41711] Z format does not support writing KIND=10 reals

2009-10-15 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2009-10-15 08:48 --- > The patch is fine for 64-bit architectures. I agree and it should be applied - incl. testcase. > On 32-bit architectures > such as i686-*-freebsd the patch fails because there is a REAL(10) > but no INTEGER(16). H

[Bug libfortran/41711] Z format does not support writing KIND=10 reals

2009-10-15 Thread dominiq at lps dot ens dot fr
--- Comment #6 from dominiq at lps dot ens dot fr 2009-10-15 09:25 --- Note that the same problem occurs for REAL(16) on powerpc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41711

[Bug target/41653] not optimal result for multiplication with constant when -Os is specified

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #3 from ramana at gcc dot gnu dot org 2009-10-15 10:19 --- Confirmed. -- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONF

[Bug target/41705] missed if conversion optimization

2009-10-15 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug c++/37798] unaligned memory access with multiple inheritance

2009-10-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-10-15 10:20 --- The problem comes from cp/layout_class_type: it creates the version of the class to be used for virtual bases before laying out the virtual base classes of the class itself, in particular its alignment is set to t

[Bug rtl-optimization/41574] Distribute floating point expressions causes bad code [4.4 only]

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #9 from ramana at gcc dot gnu dot org 2009-10-15 10:44 --- (In reply to comment #8) > This is fixed in trunk but at least gcc-4.4.0, where this bug was found, is > still broken. > I have no approval rights but can you test & ask to backport this to 4.4 branch after the free

[Bug target/41482] ICE in libgfortran arm thumb multilib compile

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-10-15 10:48 --- I don't see this with an arm-none-eabi or indeed an arm-linux-gnueabi target. Is there any reason why you are still using the arm-elf target rather than moving to the eabi configurations ? cheers Ramana -- raman

[Bug rtl-optimization/36712] Inefficient loop unrolling

2009-10-15 Thread drow at gcc dot gnu dot org
--- Comment #7 from drow at gcc dot gnu dot org 2009-10-15 12:12 --- I really would like to see this submitted - at least as a starting point for discussion. You don't need to do anything different than for a small patch; if you've missed any steps, a reviewer will tell you. Another pr

[Bug fortran/41714] New: [OOP] ALLOCATE SOURCE= does not properly copy the value from SOURCE

2009-10-15 Thread burnus at gcc dot gnu dot org
The following program should print "1", "2". It does so with ifort but with gfortran it prints "1", "0". type t integer :: i end type t type, extends(t) :: t2 integer :: j end type t2 class(t), allocatable :: a allocate(a, source=t2(1,2)) print *,a%i if(a%i /= 1) call abort() select type (a)

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-15 Thread dgutson at codesourcery dot com
--- Comment #7 from dgutson at codesourcery dot com 2009-10-15 12:33 --- Subject: Re: The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only] ramana at gcc dot gnu dot org wrote: > --- Comment #6 from ramana at gcc dot gnu dot org 2009-10-15

[Bug lto/41715] New: VIEW_CONVERT_EXPR use for mismatched prevailing decl replacement doesn't work

2009-10-15 Thread rguenth at gcc dot gnu dot org
Because we end up with VIEW_CONVERT_EXPRs in places where we do not want them. lto1: internal compiler error: in remap_decls, at tree-inline.c:576 internal compiler error: tree check: expected tree that contains 'decl common' structure, have 'view_convert_expr' in remap_decls, at tree-inline.c:5

[Bug lto/41715] VIEW_CONVERT_EXPR use for mismatched prevailing decl replacement doesn't work

2009-10-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-15 12:41 --- Mine. It's not exactly clear how to avoid this the easies - probably keeping some state what we are walking in lto_fixup_*. In theory we'd only need to fixup the decl pointers in the reader cache so reading of the

[Bug debug/37022] internal compiler error: in compute_barrier_args_size

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37022

[Bug middle-end/40106] [4.4/4.5 Regression] Time increase for the Polyhedron test air.f90 due to bad optimization

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40106

[Bug middle-end/36143] [4.4 Regression]: FAIL: g++.dg/tree-ssa/pr19637.C

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36143

[Bug middle-end/36201] [4.4 Regression] NVR in the front-end causes missed optimization later on ( thought to alias arguments)

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36201

[Bug rtl-optimization/37272] [4.4/4.5 Regression] IRA has caused ppc64-double-1.c to fail

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37272

[Bug rtl-optimization/37490] [4.4/4.5 Regression] IRA causes FP code to have more spills

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37490

[Bug rtl-optimization/37273] [4.4/4.5 Regression] IRA does not re-materializes addresses (loads from the TOC)

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273

[Bug rtl-optimization/37534] [4.4/4.5 Regression] IRA causes 17% degradation in 187.facerec benchmark

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37534

[Bug tree-optimization/38747] [4.4 Regression] Wrong code due to VIEW_CONVERT_EXPR

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38747

[Bug middle-end/38671] [4.4/4.5 Regression] extra code for setting up loops (IV-opts and 32bits vs 64bits)

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38671

[Bug target/38306] [4.4/4.5 Regression] 15% slowdown w.r.t. 4.3 of computational kernel on some architectures

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38306

[Bug target/38134] [4.4/4.5 Regression] speed regression with many loop invariants

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134

[Bug middle-end/38878] [4.4/4.5 Regression] gcc.dg/tree-ssa/foldaddr-1.c XFAILed

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38878

[Bug target/39254] [4.4 Regression] gcc.c-torture/execute/va-arg-trap-1.c ICEs on powerpc-apple-darwin9

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39254

[Bug tree-optimization/39390] [4.4 Regression] Bogus aliasing warning with std::set

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39390

[Bug tree-optimization/39355] [4.4/4.5 Regression] Revision 144529: ICE due to missing or incorrectly relocated DECL_VALUE_EXPR in PCH header for PARM_DECL

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39355

[Bug middle-end/39514] [4.4/4.5 Regression] unreported change to packed bitfields

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39514

[Bug debug/39412] [4.2/4.3 Regression] ICE in gen_tagged_type_instantiation_die

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39412

[Bug c++/40808] [4.4/4.5 regression] member template specialization causes ICE

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40808

[Bug tree-optimization/39612] [4.3/4.4/4.5 Regression] LIM inserts loads from uninitialized local memory

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39612

[Bug libgcj/39747] [4.4/4.5 Regression] Installation documentation should suggest building libgmp as PIC for building with libjava

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39747

[Bug middle-end/41043] [4.4/4.5 Regression] virtual memory exhausted: Cannot allocate memory

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41043

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4926

[Bug c++/33979] support for char16_t, char32_t

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug target/38384] shared link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38384

[Bug fortran/34199] segfault for TRANSFER integer to TYPE(C_PTR)

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34199

[Bug c++/38522] -Wconversion does not handle complex bitwise expressions

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38522

[Bug libstdc++/38678] [DR XXX] istream::read() calls streambuf::sgetn()

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38678

[Bug c++/39219] attribute doesn't work with enums properly

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39219

[Bug libstdc++/40497] [C++0x] troubles with std::next / std::prev declarations

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40497

[Bug debug/39372] [4.3 Regression] Missing DW_AT_location for constructor static variable

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39372

[Bug target/41156] [4.4/4.5 Regression] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41156

[Bug ada/41321] Ada runtime not initializing fpu (finit)

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41321

[Bug tree-optimization/41454] [4.4 Regression] DOM miscompiles gcc.c-torture/execute/990513-1.c at -O2 -fno-tree-vrp

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41454

[Bug target/41176] [4.4/4.5 Regression] ICE in reload_cse_simplify_operands at postreload.c:396

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41176

[Bug c++/33492] [4.2/4.3 regression] Broken diagnostic: 'must_not_throw_expr' not supported by dump_expr

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33492

[Bug tree-optimization/35629] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35629

[Bug bootstrap/37304] [4.4/4.5 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304

[Bug target/37633] [4.4/4.5 Regression] wrong register use on sh64

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37633

[Bug testsuite/38036] [4.4/4.5 Regression][AVR] FAIL: gcc.c-torture/execute/pr37573.c execution

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38036

[Bug testsuite/38946] [4.4/4.5 Regression] gcc trunk 143562 - Testsuite - gfortran failing tests that worked previously

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38946

[Bug libgcj/38251] [4.4/4.5 Regression] tools.zip doesn't build on systems with short command lines

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251

[Bug rtl-optimization/38603] [4.4/4.5 Regression] IRA does not accommodate LOAD_EXTEND_OP transformations done by combine

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38603

[Bug preprocessor/39533] [4.4/4.5 Regression] -MM may list a header file twice

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533

[Bug middle-end/40154] [4.4/4.5 Regression] internal compiler error: in do_SUBST, at combine.c:681

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40154

[Bug libgcj/40181] [4.4 Regression] regressions in libjava testsuite on s390-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40181

[Bug libgcj/40180] [4.4/4.5 regression] regressions in libjava testsuite on ia64-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40180

[Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454

[Bug libgcj/40182] [4.4/4.5 regression] regressions in libjava testsuite on sparc-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40182

[Bug libgcj/40859] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40859

[Bug libgcj/40860] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40860

[Bug bootstrap/40894] [4.4/4.5 Regression] bootstrap4-lean failed crtfastmath.o comparision

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40894

[Bug c++/22488] [4.2/4.3/4.4/4.5 Regression] push_fields_onto_fieldstack calculates offset incorrectly

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22488

[Bug target/37367] [4.4/4.5 Regression] gcc-4.4/4.5 speed regression

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37367

[Bug rtl-optimization/40775] [4.4/4.5 Regression] ICE in find_valid_class, at reload.c:701

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40775

[Bug target/36851] [4.4/4.5 regression] cc1plus SEGV compiling strstream.cc on Tru64 UNIX

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36851

[Bug middle-end/37165] [4.4/4.5 Regression] FAIL: gcc.dg/matrix/matrix-1.c scan-ipa-dump-times matrix-reorg "Flattened 3 dimensions" 1

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37165

[Bug middle-end/38059] [4.4/4.5 Regression] Compile time regression for gcc.dg/20020425-1.c

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059

[Bug ada/37440] [4.4/4.5 Regression] GNAT Bug Box a-ngcefu.adb:397

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37440

[Bug regression/41204] [4.4/4.5 regression] worse code generated compared to GCC 4.3.2

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41204

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-15 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41196

[Bug ada/37430] [4.4/4.5 Regression] C974013 gives exception

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37430

[Bug target/37942] [4.4/4.5 Regression] FAIL: gcc.c-torture/compile/930618-1.c

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37942

[Bug fortran/41714] [OOP] ALLOCATE SOURCE= does not properly copy the value from SOURCE

2009-10-15 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2009-10-15 13:14 --- Certainly mine. I should have thought of this case when fixing PR41581. The cure is for sure: Index: gcc/fortran/trans-stmt.c === --- gcc/fortran/trans-s

[Bug target/41665] Typo in addsi_1_zext?

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #7 from hjl at gcc dot gnu dot org 2009-10-15 14:01 --- Subject: Bug 41665 Author: hjl Date: Thu Oct 15 14:00:57 2009 New Revision: 152845 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152845 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-1

[Bug target/41665] Typo in addsi_1_zext?

2009-10-15 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-10-15 14:05 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|NEW

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-15 Thread mikpe at it dot uu dot se
--- Comment #7 from mikpe at it dot uu dot se 2009-10-15 14:12 --- (In reply to comment #6) > A bisection has identified revision 139725 as the origin of this regression. That revision added support for -fsection-anchors on arm and enabled it by default at -O1 and above. Compiling with

[Bug fortran/41712] ETIME not useable with -fdefault-real-8

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-10-15 14:13 --- (In reply to comment #2) > (In reply to comment #1) > > The manual reads: > > > > VALUES The type shall be REAL, DIMENSION(2). > > > > where I understand REAL as REAL(4). Hence if you want to use > > -fdefault-rea

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-15 Thread mikpe at it dot uu dot se
--- Comment #8 from mikpe at it dot uu dot se 2009-10-15 14:14 --- Created an attachment (id=18799) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18799&action=view) kludge to disable section anchors on arm for gcc-4.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41684

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-10-15 Thread mahatma at eu dot by
--- Comment #57 from mahatma at eu dot by 2009-10-15 14:29 --- (In reply to comment #53) > Created an attachment (id=18656) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18656&action=view) [edit] > An updated patch for gcc 4.4 > > Oops. Wrong patch. Trry this one. > Looks good

[Bug c++/38522] -Wconversion does not handle complex bitwise expressions

2009-10-15 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2009-10-15 15:02 --- This is not a regression, so it does not have a target milestone. If ever fixed, it will only be fixed in trunk. -- manu at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #9 from ramana at gcc dot gnu dot org 2009-10-15 15:17 --- (In reply to comment #7) > (In reply to comment #6) > > A bisection has identified revision 139725 as the origin of this regression. > > That revision added support for -fsection-anchors on arm and enabled it by > de

[Bug c/20385] Lame parse error message for undefined type

2009-10-15 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2009-10-15 15:21 --- BTW, Clang claims to get this right. Quoting from: http://clang.llvm.org/diagnostics.html $ gcc-4.2 t.c t.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token $ clang t.c t.c:3:1: error

[Bug libstdc++/38875] parallel fill and copy in the parallel version of libstdc++

2009-10-15 Thread wuerzner at gmail dot com
--- Comment #4 from wuerzner at gmail dot com 2009-10-15 15:46 --- Hi, has there been any change on the std::fill policy, yet? If yes, in which version did you integrate the parallel fill? Many thanks, Kay -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38875

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-15 Thread rguenth at gcc dot gnu dot org
to/41669 * gimple.c (gimple_get_alias_set): Avoid recursing on invalid type topology. * gcc.dg/lto/20091015-1_0.c: New testcase. * gcc.dg/lto/20091015-1_1.c: Likewise. * gcc.dg/lto/20091015-1_2.c: Likewise. * gcc.dg/lto/20091015-1_a.h: Likewise. * gc

  1   2   >