[Bug target/38554] ICE when compiling pamfunc.c in netpbm with -O1 enabled

2009-01-13 Thread nemet at gcc dot gnu dot org
--- Comment #2 from nemet at gcc dot gnu dot org 2009-01-13 21:08 --- Here is the testcase simplified with delta. It's reproducible even with a mipsisa64r2-elfobai compiler with -O1. I don't think the bug is MIPS-specific. Inside expand_shift, amount which is: (int) VIEW_CONVERT_EXPR

[Bug other/38805] sed Unterminated `s' command

2009-01-13 Thread thomas dot jourdan at gmail dot com
--- Comment #6 from thomas dot jourdan at gmail dot com 2009-01-13 21:11 --- Hi all, First of all, thanks for answering so quickly. I am using crosstool-ng (http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool) scripts to build my cross tool chain. It works greats (with the same gc

[Bug fortran/38823] Diagnose and treat (-2.0)**2.0 properly

2009-01-13 Thread dominiq at lps dot ens dot fr
--- Comment #10 from dominiq at lps dot ens dot fr 2009-01-13 21:13 --- > I intend to change this, conditional on perhaps -ffast-math and/or -pedantic, I don't understand the "and/or": -ffast-math and -pedantic at the same time does not make any sense for me, -ffast-math allows some slo

[Bug fortran/38823] Diagnose and treat (-2.0)**2.0 properly

2009-01-13 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #11 from sgk at troutmask dot apl dot washington dot edu 2009-01-13 21:30 --- Subject: Re: Diagnose and treat (-2.0)**2.0 properly On Tue, Jan 13, 2009 at 09:13:57PM -, dominiq at lps dot ens dot fr wrote: > > > --- Comment #10 from dominiq at lps dot ens dot fr

[Bug testsuite/38833] New: RFE - Need Makefile to test coverage of Testsuite

2009-01-13 Thread rob1weld at aol dot com
Request For Enhancement The page: http://gcc.gnu.org/install/build.html does provide a few tips about making a profiled bootstrap but I've found little info for coverage testing. One would think that you could enable it in the ./configure script and type make (Shhh: Andrew lets out that it won'

[Bug fortran/38823] Diagnose and treat (-2.0)**2.0 properly

2009-01-13 Thread burnus at gcc dot gnu dot org
--- Comment #12 from burnus at gcc dot gnu dot org 2009-01-13 21:41 --- > Add a runtime check that x in x**y is not < 0 I'm actually against a run time check which is based on -std=, -pedantic, -W* or similar compile time diagnostic flags. I regard such trickery behind the scenes as ev

Re: [Bug middle-end/38431] [graphite] several ICEs with CP2K (summary)

2009-01-13 Thread Sebastian Pop
Thanks for the clarification, I managed to reproduce the fail. The problem comes from the fact that we do not generate code for a scalar reduction that is not detected as a scalar reduction with the variable connection$dim$1$lbound. In the attached output from debug_loops (3) I selected the regio

[Bug middle-end/38431] [graphite] several ICEs with CP2K (summary)

2009-01-13 Thread sebpop at gmail dot com
--- Comment #30 from sebpop at gmail dot com 2009-01-13 21:57 --- Subject: Re: [graphite] several ICEs with CP2K (summary) Thanks for the clarification, I managed to reproduce the fail. The problem comes from the fact that we do not generate code for a scalar reduction that is not det

[Bug c/31886] (different from bug report c/31077 and 29241) C handling of always_inline attribute error and a solution

2009-01-13 Thread rob1weld at aol dot com
--- Comment #11 from rob1weld at aol dot com 2009-01-13 22:10 --- ping -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31886

[Bug rtl-optimization/38774] [4.4 Regression] ice in df_refs_verify, at df-scan.c:4307

2009-01-13 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2009-01-13 22:36 --- Subject: Bug 38774 Author: jakub Date: Tue Jan 13 22:36:06 2009 New Revision: 143355 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143355 Log: PR rtl-optimization/38774 * combine.c (simplify_s

[Bug rtl-optimization/38774] [4.4 Regression] ice in df_refs_verify, at df-scan.c:4307

2009-01-13 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2009-01-13 22:38 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/31886] (different from bug report c/31077 and 29241) C handling of always_inline attribute error and a solution

2009-01-13 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-01-13 22:41 --- Fixed for GCC 4.4 (with unit-at-a-time being always on). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/38554] [4.4 Regression] ICE when compiling pamfunc.c in netpbm with -O1 enabled

2009-01-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-01-13 22:49 --- i?86 expands it to (insn 39 38 40 t.i:39 (set (reg:SI 85) (subreg:SI (reg:SF 65 [ D.1268 ]) 0)) -1 (nil)) (insn 40 39 41 t.i:39 (set (reg:QI 84) (subreg:QI (reg:SI 85) 0)) -1 (nil)) (insn 41 40 42

[Bug target/4605] [alpha-osf]mips-tfile & spaced directory names

2009-01-13 Thread gnu at the-meissners dot org
--- Comment #15 from gnu at the-meissners dot org 2009-01-13 23:13 --- I suspect this needs to be solved in gcc.c with the specs handling, and you probably need something to quote the white space in filename, so that it doesn't break the file into separate arguments. Only some alpha and

[Bug fortran/38830] Add "Variable Format Expression" I/O Capability

2009-01-13 Thread tom dot browder at gmail dot com
--- Comment #3 from tom dot browder at gmail dot com 2009-01-14 00:10 --- I'm sorry I didn't catch the original "bug". I did search but missed the obvious reference. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38830

[Bug testsuite/38809] gcc.dg/pr38616.c doesn't work on Linux/ia64

2009-01-13 Thread hjl at gcc dot gnu dot org
--- Comment #3 from hjl at gcc dot gnu dot org 2009-01-14 00:35 --- Subject: Bug 38809 Author: hjl Date: Wed Jan 14 00:35:32 2009 New Revision: 143360 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143360 Log: 2009-01-13 H.J. Lu Backport from mainline: 2009-0

[Bug libfortran/38772] r143102 reveals missed error checking on floating point reads

2009-01-13 Thread howarth at nitro dot med dot uc dot edu
--- Comment #22 from howarth at nitro dot med dot uc dot edu 2009-01-14 01:23 --- Jerry, The patch you committed solves the problems exposed with the xtarget.inp xplor testcase. There are a large number of other failures with and without this patch that are unrelated. I will try to

[Bug target/38736] [4.4 Regression] -mavx can change the ABI via BIGGEST_ALIGNMENT

2009-01-13 Thread hjl dot tools at gmail dot com
--- Comment #12 from hjl dot tools at gmail dot com 2009-01-14 01:52 --- The current patch is at http://gcc.gnu.org/ml/gcc-patches/2009-01/msg00675.html -- hjl dot tools at gmail dot com changed: What|Removed |Added --

[Bug fortran/38831] ICE in bitmap_first_set_bit for procptr and C binding

2009-01-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-01-14 03:02 --- #4 0x00b7dd92 in walk_dominator_tree (walk_data=0xb73c, bb=0x43e05d00) at /Users/apinski/src/local/gcc/gcc/domwalk.c:208 #5 0x005c536e in mark_def_site_blocks (interesting_blocks=0x4390df40) at /Users/apinski/s

[Bug fortran/38831] ICE in bitmap_first_set_bit for procptr and C binding

2009-01-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-14 03:04 --- error_handlerD.1503_1 = error_stopD.1495; Totally wrong, error_handler is a global data from what I can tell. So this is still a front-end issue and not a middle-end issue. Confirmed. -- pinskia at gcc dot

[Bug libfortran/38772] r143102 reveals missed error checking on floating point reads

2009-01-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #23 from jvdelisle at gcc dot gnu dot org 2009-01-14 03:05 --- Closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Status|AS

[Bug fortran/38830] Add "Variable Format Expression" I/O Capability

2009-01-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2009-01-14 03:30 --- I propose that we close this as WONT FIX as well, for three reasons: 1) There are other ways to do these things and it is not necessary to use internal I/O to do it. Character strings can be used for format str

[Bug target/38811] [4.4 Regression] internal compiler error: in compensate_edge, at reg-stack.c:2754

2009-01-13 Thread vmakarov at gcc dot gnu dot org
--- Comment #7 from vmakarov at gcc dot gnu dot org 2009-01-14 03:35 --- Subject: Bug 38811 Author: vmakarov Date: Wed Jan 14 03:35:35 2009 New Revision: 143362 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143362 Log: 2009-01-13 Vladimir Makarov PR target/38811

[Bug middle-end/38431] [graphite] several ICEs with CP2K (summary)

2009-01-13 Thread jv244 at cam dot ac dot uk
--- Comment #32 from jv244 at cam dot ac dot uk 2009-01-14 06:49 --- (In reply to comment #30) > Subject: Re: [graphite] several ICEs with CP2K (summary) > > Thanks for the clarification, I managed to reproduce the fail. The > problem comes from the fact that we do not generate code f

<    1   2