[Bug middle-end/36099] [4.4 Regression] early loop unrolling pass prevents vectorization, SLP doesn't do its job

2008-05-03 Thread irar at il dot ibm dot com
--- Comment #4 from irar at il dot ibm dot com 2008-05-04 06:02 --- (In reply to comment #2) > The vectorizer doesn't know to vectorize __builtin_cexpi or > {REAL,IMAG}PART_EXPR > either. > > IMHO rather than somehow tweaking the early unroller the vectorizer should > know how to deal w

[Bug middle-end/36099] [4.4 Regression] early loop unrolling pass prevents vectorization, SLP doesn't do its job

2008-05-03 Thread irar at il dot ibm dot com
--- Comment #3 from irar at il dot ibm dot com 2008-05-04 05:54 --- (In reply to comment #1) > > SLP also doesn't handle vectorization of register operations but needs > memory source and destination operands(?). Right. > Likewise SLP shouldn't be > confused by unvectorizable data t

[Bug fortran/36114] [4.4 Regression] "f951: internal compiler error: Bus error" due to revision 134867

2008-05-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-05-04 00:29 --- Fixed by r 134918. Closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/35990] run-time abort for PACK of run-time zero sized array

2008-05-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2008-05-03 21:08 --- Created an attachment (id=15573) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15573&action=view) second patch This works for the test case and survives the intrinsic_pack test cases. -- tkoenig at gcc dot

[Bug fortran/36114] [4.4 Regression] "f951: internal compiler error: Bus error" due to revision 134867

2008-05-03 Thread jaydub66 at gmail dot com
--- Comment #2 from jaydub66 at gmail dot com 2008-05-03 20:44 --- Fixed with rev. 134918. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36114

[Bug fortran/35993] [4.3 regression] wrong answer for all array intrinsics with scalar mask

2008-05-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #15 from tkoenig at gcc dot gnu dot org 2008-05-03 20:41 --- Fixed on 4.3 as well (after regression-testing and checking on gcc-testresults that there were no regressions on trunk). Closing. -- tkoenig at gcc dot gnu dot org changed: What|Removed

[Bug fortran/35993] [4.3 regression] wrong answer for all array intrinsics with scalar mask

2008-05-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #14 from tkoenig at gcc dot gnu dot org 2008-05-03 20:40 --- Subject: Bug 35993 Author: tkoenig Date: Sat May 3 20:39:24 2008 New Revision: 134919 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134919 Log: 2008-05-03 Thomas Koenig <[EMAIL PROTECTED]> PR

[Bug fortran/36114] [4.4 Regression] "f951: internal compiler error: Bus error" due to revision 134867

2008-05-03 Thread jaydub66 at gmail dot com
--- Comment #1 from jaydub66 at gmail dot com 2008-05-03 20:11 --- Confirmed. The ICEs you get are really due to my rev. 134867, which actually also triggered some testsuite failures (use_only_1.f90 and g77/970915-0.f). I have no idea why I didn't notice it (sorry!). This can easily be

[Bug libfortran/36120] New: selected_char_kind_1.f90 undefined reference with -m32

2008-05-03 Thread jvdelisle at gcc dot gnu dot org
$ gfc -m32 selected_char_kind_1.f90 /tmp/ccUZ7wAS.o: In function `test_': selected_char_kind_1.f90:(.text+0x2d0): undefined reference to `_gfortran_selected_char_kind' /tmp/ccUZ7wAS.o: In function `test2_': selected_char_kind_1.f90:(.text+0x339): undefined reference to `_gfortran_selected_char_kin

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2008-05-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #153 from jvdelisle at gcc dot gnu dot org 2008-05-03 19:15 --- After some discussion on IRC the team recommends that we retire this PR. No need to track bugs in two places and these latter bugs are regressions. The latest not even related to gfortran. So in the future, p

[Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671

2008-05-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2008-05-03 Thread kargl at gcc dot gnu dot org
--- Comment #152 from kargl at gcc dot gnu dot org 2008-05-03 18:42 --- (In reply to comment #151) > New ICE PR36119, reopening. > Why do you re-open this bug report for an regression? A few years ago when cp2k revealed several bugs at one time, it made sense to have a meta-bug. But

[Bug fortran/36112] Bounds-checking on character length not working for array-constructors

2008-05-03 Thread d at domob dot eu
--- Comment #4 from d at domob dot eu 2008-05-03 18:26 --- Now I've been analysing a test looking like: test("abc", "foobar", "hello") contains subroutine test(r, s) character(len=*) :: r, s character(len=128) :: arr(2) arr = (/ r, s /) end subroutine test end Which d

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2008-05-03 Thread jv244 at cam dot ac dot uk
--- Comment #151 from jv244 at cam dot ac dot uk 2008-05-03 18:17 --- New ICE PR36119, reopening. -- jv244 at cam dot ac dot uk changed: What|Removed |Added S

[Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671

2008-05-03 Thread jv244 at cam dot ac dot uk
-modules-path /data03/vondele/gcc_trunk/build/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/finclude -o /tmp/ccwqJEaQ.s GNU Fortran (GCC) version 4.4.0 20080503 (experimental) [trunk revision 134897] (x86_64-unknown-linux-gnu) This blocks compilation of CVS CP2K. A reduced testcase is: SUBROUTINE

[Bug tree-optimization/36118] [4.4 Regressions] inline-related regressions

2008-05-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36118

[Bug tree-optimization/36118] New: [4.4 Regressions] inline-related regressions

2008-05-03 Thread hp at gcc dot gnu dot org
Revision 134851 built and tested without regressions. Revision 134885 up to at least 134889 has these regresssions, which all seem to be inline-related: g++.sum g++.dg/opt/pr30965.C gcc.sum gcc.c-torture/execute/va-arg-pack-1.c gcc.sum gcc.dg/attr-alwaysinline.c gcc.sum gcc.dg/torture/nested-fn-1.

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread burnus at gcc dot gnu dot org
--- Comment #23 from burnus at gcc dot gnu dot org 2008-05-03 16:06 --- (In reply to comment #21) > fix almost all the warning by check_po. > > I don't know the grammer of error_print, but I think the following two places > are valid. am I right? I think they are OK. check_po is reall

[Bug target/36090] [4.3/4.4 Regression] ppc64 cacoshl miscompilation

2008-05-03 Thread bonzini at gnu dot org
--- Comment #25 from bonzini at gnu dot org 2008-05-03 15:47 --- Subject: Re: [4.3/4.4 Regression] ppc64 cacoshl miscompilation dje at gcc dot gnu dot org wrote: > --- Comment #24 from dje at gcc dot gnu dot org 2008-05-03 14:20 --- > I am testing with the patch. I wanted to

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #20 from rguenth at gcc dot gnu dot org 2008-05-03 15:29 --- Subject: Bug 34973 Author: rguenth Date: Sat May 3 15:28:57 2008 New Revision: 134903 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134903 Log: 2008-05-03 Richard Guenther <[EMAIL PROTECTED]>

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2008-05-03 15:29 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2008-05-03 15:26 --- Subject: Bug 34973 Author: rguenth Date: Sat May 3 15:26:10 2008 New Revision: 134902 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134902 Log: 2008-05-03 Richard Guenther <[EMAIL PROTECTED]>

[Bug ada/35792] Illegal program not detected, RM 3.10.1(4/2)

2008-05-03 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2008-05-03 15:23 --- The testcase doesn't pass though: http://gcc.gnu.org/ml/gcc-testresults/2008-05/msg00180.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)

2008-05-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2008-05-03 15:16 --- Closing. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Status|A

[Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)

2008-05-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2008-05-03 15:15 --- Subject: Bug 33268 Author: jvdelisle Date: Sat May 3 15:14:55 2008 New Revision: 134901 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134901 Log: 2008-05-03 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)

2008-05-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2008-05-03 15:12 --- Subject: Bug 33268 Author: jvdelisle Date: Sat May 3 15:11:33 2008 New Revision: 134900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134900 Log: 2008-05-03 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread awalton at gnome dot org
--- Comment #17 from awalton at gnome dot org 2008-05-03 14:57 --- (In reply to comment #15) > Whoops. I can reproduce the > > fm-directory-view.c:8887: error: dereferencing type-punned pointer will break > strict-aliasing rules > > errors with -O2. > Yes, of course, that's what we

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread lidaobing at gmail dot com
--- Comment #22 from lidaobing at gmail dot com 2008-05-03 14:46 --- Created an attachment (id=15572) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15572&action=view) check_po log for all .mo files in debian gcc-4.3-locales package debian gcc-4.3-locales version is 4.3.0-3 and I

[Bug fortran/36112] Bounds-checking on character length not working for array-constructors

2008-05-03 Thread d at domob dot eu
--- Comment #3 from d at domob dot eu 2008-05-03 14:45 --- Created an attachment (id=15571) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15571&action=view) More tests and first code Four more test cases for different variations of character array constructors and a first draft im

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread lidaobing at gmail dot com
--- Comment #21 from lidaobing at gmail dot com 2008-05-03 14:36 --- Created an attachment (id=15570) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15570&action=view) 2nd zh_CN.po, compressed by bzip2 fix almost all the warning by check_po. I don't know the grammer of error_print

[Bug target/36090] [4.3/4.4 Regression] ppc64 cacoshl miscompilation

2008-05-03 Thread dje at gcc dot gnu dot org
--- Comment #24 from dje at gcc dot gnu dot org 2008-05-03 14:20 --- I am testing with the patch. I wanted to make sure that there was agreement on how to modify simplify_plus_minus before going too far. Also, I wanted to give you the opportunity to take the lead on your patch. I can

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2008-05-03 14:13 --- Err, simple. (-Wstrict-aliasing=0 works, but -Wno-strict-aliasing doesn't) Index: opts.c === --- opts.c (revision 134849) +++ opts.c (work

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread burnus at gcc dot gnu dot org
--- Comment #20 from burnus at gcc dot gnu dot org 2008-05-03 14:07 --- (In reply to comment #19) > I had none, but now I wrote a very basic one, which misses several checks and > gives false positives. I put the Perl script at > http://physik.fu-berlin.de/~tburnus/tmp/check_po FX, I th

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2008-05-03 14:06 --- Whoops. I can reproduce the fm-directory-view.c:8887: error: dereferencing type-punned pointer will break strict-aliasing rules errors with -O2. -- rguenth at gcc dot gnu dot org changed: What

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2008-05-03 14:05 --- This doesn't lookk like the strict-aliasing warning though, but gcc-4.3 -S t.i -o /dev/null -Wall -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Werror -Wno-pointer-sign

[Bug fortran/36117] Use MPFR for bessel function (optimization, rejects valid F2008)

2008-05-03 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-05-03 14:00 --- > The frontend should emit calls to the gcc bultin functions which are properly > constant-folded. I think this already happens. The problem is that the information is needed much, much earlier: In initialization exp

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread awalton at gnome dot org
--- Comment #13 from awalton at gnome dot org 2008-05-03 13:59 --- Created an attachment (id=15569) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15569&action=view) preprocessor output (gzipped) With "gcc (Ubuntu 4.3.0-3ubuntu4) 4.3.1 20080430 (prerelease)". This is what I got fro

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread burnus at gcc dot gnu dot org
--- Comment #19 from burnus at gcc dot gnu dot org 2008-05-03 13:55 --- > PS. in emacs's po-mode, po-validate does not warning in this case, any script > to check this po file? I had none, but now I wrote a very basic one, which misses several checks and gives false positives. I put the

[Bug fortran/36112] Bounds-checking on character length not working for array-constructors

2008-05-03 Thread d at domob dot eu
--- Comment #2 from d at domob dot eu 2008-05-03 13:35 --- Just one more thought, for array-constructors with all constant strings/components with length known at compile-time we should maybe give a compiler error instead of a runtime-error? Or only a warning and no runtime-checking? I

[Bug fortran/36112] Bounds-checking on character length not working for array-constructors

2008-05-03 Thread d at domob dot eu
--- Comment #1 from d at domob dot eu 2008-05-03 13:31 --- Created an attachment (id=15568) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15568&action=view) Four test cases for character-array constructors This "patch" includes four test-cases that should all triger a bounds-check

[Bug target/36090] [4.3/4.4 Regression] ppc64 cacoshl miscompilation

2008-05-03 Thread bonzini at gnu dot org
--- Comment #23 from bonzini at gnu dot org 2008-05-03 13:25 --- Subject: Re: [4.3/4.4 Regression] ppc64 cacoshl miscompilation dje at gcc dot gnu dot org wrote: > --- Comment #22 from dje at gcc dot gnu dot org 2008-05-03 13:21 --- > Your patch from comment #17 (with typos fi

[Bug target/36090] [4.3/4.4 Regression] ppc64 cacoshl miscompilation

2008-05-03 Thread dje at gcc dot gnu dot org
--- Comment #22 from dje at gcc dot gnu dot org 2008-05-03 13:21 --- Your patch from comment #17 (with typos fixed in comment #18). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36090

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread linuxl4 at sohu dot com
--- Comment #18 from linuxl4 at sohu dot com 2008-05-03 13:14 --- It works fine.thanks! msgfmt -o gcc.mo gcc-4.3.0.zh_CN.po mv gcc.mo /gcc-4.4/share/locale/zh_CN/LC_MESSAGES/ gfortran cputime.f90;./a.out the result: 0.55 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread lidaobing at gmail dot com
--- Comment #17 from lidaobing at gmail dot com 2008-05-03 12:47 --- an updated (again) zh_CN.po uploaded to TP[1], and also in attachment[2], it really protect my gfotran-4.3 from crash, I hope it can works for you. please help check whether it works for you? thanks. [1] http://trans

[Bug fortran/36117] Use MPFR for bessel function (optimization, rejects valid F2008)

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-03 12:46 --- The frontend should emit calls to the gcc bultin functions which are properly constant-folded. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread lidaobing at gmail dot com
--- Comment #16 from lidaobing at gmail dot com 2008-05-03 12:42 --- Created an attachment (id=15567) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15567&action=view) new zh_CN.po, compressed by bzip2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103

[Bug fortran/36117] New: Use MPFR for bessel function (optimization, rejects valid F2008)

2008-05-03 Thread burnus at gcc dot gnu dot org
Currently, the Bessel function are not simplified, even though MPFR supports this (since 2.3.0) via — Function: int mpfr_j0 (mpfr_t rop, mpfr_t op, mp_rnd_t rnd) — Function: int mpfr_j1 (mpfr_t rop, mpfr_t op, mp_rnd_t rnd) — Function: int mpfr_jn (mpfr_t rop, long n, mpfr_t op, mp_rnd_t rnd) — Fun

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-05-03 12:18 --- We are still waiting for a testcase, which would be the preprocessed source of the file triggering the warning. You'll get preprocessed source by appending '-save-temps' to the gcc commandline and the preprocessed

[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-05-03 Thread awalton at gnome dot org
--- Comment #11 from awalton at gnome dot org 2008-05-03 11:26 --- I believe we're running into this in Nautilus and GCC 4.3.x (confirmed on both Ubuntu Intrepid Ibex/8.10's 4.3 toolchain and Arch Linux's toolchain [unsure of the micro-version]). If anyone wants to walk me through the st

[Bug fortran/36103] gfortran crash with zh_CN locale - error_print error ?

2008-05-03 Thread linuxl4 at sohu dot com
--- Comment #15 from linuxl4 at sohu dot com 2008-05-03 11:05 --- also crashed. would MR lidaobing work at gcc's svn version ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103

[Bug driver/36081] gcc optimizations and threads (pthread)

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2008-05-03 11:03 --- No it must not. If your program is bogus then it is bogus. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug driver/36081] gcc optimizations and threads (pthread)

2008-05-03 Thread snes2002 at freenet dot de
--- Comment #10 from snes2002 at freenet dot de 2008-05-03 10:26 --- This is definitely a bug. The same source-code must do the same thing, no matter what optimize-options are enabled or disabled. -- snes2002 at freenet dot de changed: What|Removed

[Bug rtl-optimization/36111] [4.4 Regression] GCC 4.4.0-20080501 failed to compile openmpi's malloc.c file.

2008-05-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfi

[Bug rtl-optimization/36111] [4.4 Regression] GCC 4.4.0-20080501 failed to compile openmpi's malloc.c file.

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-03 09:50 --- Confirmed. Reduced testcase that fails with -O2 -fPIC: typedef struct { volatile unsigned int lock; int pad0_; } mutex_t; struct malloc_state { mutex_t mutex; }; static struct malloc_state main_arena; static

[Bug c/35587] -Warray-bounds does not work at all or does not find all trivial cases, and :works only with -O2 or -O3

2008-05-03 Thread nikos42 at gmail dot com
--- Comment #4 from nikos42 at gmail dot com 2008-05-03 09:43 --- Confirmed with gcc 4.3.1. Complete version info: Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure linux gnu Thread model: posix gcc version 4.3.1 20080401 (prerelease) (Debian 4.3.0-3) Rega

Re: New message

2008-05-03 Thread register
Ja és még annyi, hogy a weboldalon nem található semmiféle elérhetőség, ahol lehetne jelezni a problémát. Nagy Edina wrote: > > Szia > > Ez a weboldal egy 39.000 GB-os letöltheto adatbázissal rendelkezik! > Naponta 201 GB adatmennyiséget frissítünk minden kategóriában! > A szervert folyamat

Re: New message

2008-05-03 Thread register
Én is regisztráltam magam, csak az a baj hogy lehetettlen tölteni. Sajnos mindig azt írja ki hogy várakozás a szerverre. Így csak FELESLEGES PÉNZKIDOBÁS. ELÉGEDETTLEN VAGYOK. REMÉLEM MEGOLDJÁK EZT A PROBLÉMÁT, MERT EZ ÍGY EGYENLÓ A NULLÁVAL!!! Nagy Edina wrote: > > Szia >

[Bug tree-optimization/36115] [4.2 Regression] wrong code generated with optimization on x86-64

2008-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-03 09:32 --- Confirmed. On the tree level we get aliasing wrong again: : # VUSE ; D.30804_7 = n; # VUSE ; D.30805_8 = s_3->x; if (D.30804_7 < D.30805_8) goto ; else goto ; :; __b_9 = &s_3->x; # __b_2 = PHI <

[Bug fortran/36114] [4.4 Regression] "f951: internal compiler error: Bus error" due to revision 134867

2008-05-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||jaydub66 at gmail dot com Target Milestone|---

[Bug target/36090] [4.3/4.4 Regression] ppc64 cacoshl miscompilation

2008-05-03 Thread bonzini at gnu dot org
--- Comment #21 from bonzini at gnu dot org 2008-05-03 07:13 --- Subject: Re: [4.3/4.4 Regression] ppc64 cacoshl miscompilation > How do we proceed? Your initial patch is fine with me. Whose? I can foster-parent yours too, and bootstrap/regtest it on i686-pc-linux-gnu. Paolo --