[Bug fortran/27449] transfer intrinsic does not work on strict aligned systems

2006-05-20 Thread hjl at lucon dot org
--- Comment #4 from hjl at lucon dot org 2006-05-21 06:59 --- It also happens on Linux/ia64. -- hjl at lucon dot org changed: What|Removed |Added GCC host triplet|hppa6

[Bug fortran/27449] transfer intrinsic does not work on strict aligned systems

2006-05-20 Thread hjl at lucon dot org
--- Comment #3 from hjl at lucon dot org 2006-05-21 06:58 --- *** Bug 27633 has been marked as a duplicate of this bug. *** -- hjl at lucon dot org changed: What|Removed |Added ---

[Bug fortran/27633] Fortran accesses char array as integer with transfer

2006-05-20 Thread hjl at lucon dot org
--- Comment #4 from hjl at lucon dot org 2006-05-21 06:58 --- It is the same as PR 27449. *** This bug has been marked as a duplicate of 27449 *** -- hjl at lucon dot org changed: What|Removed |Added ---

[Bug fortran/27633] Fortran accesses char array as integer with transfer

2006-05-20 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-05-21 05:47 --- I believe this to be the same as PR27449. I have a fix in mind that I will try over the next few days (see PR27449) Paul -- pault at gcc dot gnu dot org changed: What|Removed |

[Bug c++/27692] FAIL: g++.old-deja/g++.other/init5.C execution test

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-21 05:34 --- Confirmed, this testcase should be xfailed for targets that don't have cxa_atexit. http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00748.html is the patch which will xfail it. -- pinskia at gcc dot gnu dot org chang

[Bug libfortran/24459] [4.1 Only] gfortran namelist problem

2006-05-20 Thread jvdelisle at gcc dot gnu dot org
--- Comment #18 from jvdelisle at gcc dot gnu dot org 2006-05-21 01:56 --- Subject: Bug 24459 Author: jvdelisle Date: Sun May 21 01:56:04 2006 New Revision: 113948 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113948 Log: 2006-05-20 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug target/26622] [4.0/4.1/4.2 Regression] ICE in extract_insn, at recog.c:2084

2006-05-20 Thread kazu at gcc dot gnu dot org
-- kazu at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at gcc dot gnu dot org |dot org

[Bug rtl-optimization/27535] ICE with -O3 -fsee

2006-05-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfi

[Bug rtl-optimization/27535] ICE with -O2 -fsee

2006-05-20 Thread kazu at gcc dot gnu dot org
--- Comment #3 from kazu at gcc dot gnu dot org 2006-05-21 01:28 --- Confirmed with -O3 -fsee. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Last reconfir

[Bug rtl-optimization/27535] ICE with -O2 -fsee

2006-05-20 Thread kazu at gcc dot gnu dot org
--- Comment #2 from kazu at gcc dot gnu dot org 2006-05-21 01:24 --- Can you still reproduce this bug with the most recent mainline? I am having trouble reproducing this bug. -- kazu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27592] [4.2 Regression] dynamic cast failure

2006-05-20 Thread hjl at lucon dot org
--- Comment #8 from hjl at lucon dot org 2006-05-21 00:48 --- This patch does pass my initial test. I will rebuild the whole benckmark to double check it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27592

[Bug c++/27592] [4.2 Regression] dynamic cast failure

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-05-21 00:30 --- And here is the patch which fixes this (it was very simple to figure out what was going wrong): I don't have time to regression test it. [kudzu:trunk/gcc/cp] pinskia% svn diff rtti.c Index: rtti.c =

[Bug c++/27592] [4.2 Regression] dynamic cast failure

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-05-21 00:19 --- This is a front-end issue: if (SAVE_EXPR <__dynamic_cast ((struct AD.1975 *) SAVE_EXPR <(struct AD.1975 &) NON_LVALUE_EXPR >, &_ZTI1AD.1992, &_ZTI1BD.2033, 0)>) So what does the middle-end expect when it casts

[Bug c++/27592] [4.2 Regression] dynamic cast failure

2006-05-20 Thread hjl at lucon dot org
--- Comment #5 from hjl at lucon dot org 2006-05-21 00:16 --- This bug only shows up after this patch http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00057.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27592

[Bug c++/27592] [4.2 Regression] dynamic cast failure

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-21 00:14 --- *** Bug 27694 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/27694] C++ dynamic cast is incorrect

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-21 00:14 --- And this is PR 27592. I don't understand why the cast is showing up. But what this says is the front-end is messed up to begin with. *** This bug has been marked as a duplicate of 27592 *** -- pinskia at gcc dot

[Bug middle-end/27694] New: C++ dynamic cast is incorrect

2006-05-20 Thread hjl at lucon dot org
After this patch: http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00057.html C++ dynamic cast code on x86-64 changes to call__dynamic_cast testb %al, %al and stops working for some cases. The previous working version on x86-64 is call__dynamic_cast testq

[Bug c++/26740] [4.2 regression] ICE taking the address of a bound member function

2006-05-20 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-05-20 23:14 --- Subject: Bug number PR C++/26740 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01042.html -- http://gcc.gnu.org/bugzil

[Bug c++/27693] [4.0/4.1/4.2 Regression] strange interaction with const and sizeof and variable declarations in g++-4.0

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-20 22:56 --- Confirmed, sometime between 4.0.3 20051105 and the release of 4.0.3 the regression was introduced. And sometime between 4.1.0 20060208 and the release of 4.1.0, it started to be rejected. Janis, could you do a regre

[Bug c++/27693] New: strange interaction with const and sizeof and variable declarations in g++-4.0

2006-05-20 Thread markghayden at yahoo dot com
I don't know how to describe this. The compiler generates a warning in a very specific case. See the very simple and small program below and the different cases where the type error occurs and doesn't occur. I'm not a C++ expert but this seems whacky. Note that this does not occur with gcc on a

[Bug middle-end/25776] [4.2 Regression] ICE in cgraph after error at -O1 and above

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-05-20 22:35 --- Subject: Bug 25776 Author: pinskia Date: Sat May 20 22:35:02 2006 New Revision: 113941 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113941 Log: 2006-05-20 Andrew Pinski <[EMAIL PROTECTED]> PR

[Bug middle-end/25776] [4.2 Regression] ICE in cgraph after error at -O1 and above

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-05-20 22:35 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug fortran/27662] [gcc 4.1]: Transpose doesn't work on function return

2006-05-20 Thread hjl at lucon dot org
--- Comment #10 from hjl at lucon dot org 2006-05-20 22:21 --- I applied the same patch to gcc 4.1 redhat. Now I can build and run SPEC CPU 2006 successfully with gcc for the first time. The only issue is I have to apply 2 patches to tonto in SPEC CPU 2006. I am not 100% sure that if ton

[Bug libgcj/27330] natSystemProperties.cc:213: error: 'getpwuid_r' was not declared in this scope

2006-05-20 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2006-05-20 21:37 --- Fixed. http://gcc.gnu.org/ml/gcc-cvs/2006-05/msg00541.html -- andreast at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/27689] [4.1/4.2 regression] function template incorrectly selected as candidate

2006-05-20 Thread gcc-bugzilla at contacts dot eelis dot net
--- Comment #2 from gcc-bugzilla at contacts dot eelis dot net 2006-05-20 21:32 --- But for what F and T would F match foo::bar ? In looking for workarounds I found that the same problem occurs when using partial specialization: template struct S {}; template class T> struct S >

[Bug c++/27692] New: FAIL: g++.old-deja/g++.other/init5.C execution test

2006-05-20 Thread danglin at gcc dot gnu dot org
Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/g++/../../g++ -B/mnt/g nu/gcc-3.3/objdir/gcc/testsuite/g++/../../ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g ++.old-deja/g++.other/init5.C -nostdinc++ -I/mnt/gnu/gcc-3.3/objdir/hppa2.0w-h p-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11 -I/m

[Bug middle-end/27609] [4.2 Regression] FAIL: gcc.dg/torture/nested-fn-1.c -O0 scan-assembler-not should_not_appear

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-20 20:22 --- *** Bug 27691 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27609

[Bug c++/27691] FAIL: g++.old-deja/g++.other/static14.C

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-20 20:22 --- This is the same issue as PR 27690 and PR 27609 so closing as a dup of bug 27609. *** This bug has been marked as a duplicate of 27609 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/27691] New: FAIL: g++.old-deja/g++.other/static14.C

2006-05-20 Thread danglin at gcc dot gnu dot org
Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/g++/../../g++ -B/mnt/g nu/gcc-3.3/objdir/gcc/testsuite/g++/../../ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g ++.old-deja/g++.other/static14.C -nostdinc++ -I/mnt/gnu/gcc-3.3/objdir/hppa2.0 w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11 -

[Bug middle-end/25776] [4.2 Regression] ICE in cgraph after error at -O1 and above

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-05-20 20:20 --- (In reply to comment #11) > Did you resolve your copyright problems? No but this patch is small enough not to need a copyright assignment so I am going to commit it now. -- http://gcc.gnu.org/bugzilla/show_bu

[Bug middle-end/27609] [4.2 Regression] FAIL: gcc.dg/torture/nested-fn-1.c -O0 scan-assembler-not should_not_appear

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-20 20:19 --- *** Bug 27690 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27609

[Bug c++/27690] FAIL: g++.old-deja/g++.other/static20.C

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-20 20:19 --- This is the same problem as PR 27609, the patch linked there should also fix this one so closing as a dup. *** This bug has been marked as a duplicate of 27609 *** -- pinskia at gcc dot gnu dot org changed:

[Bug c++/27690] New: FAIL: g++.old-deja/g++.other/static20.C

2006-05-20 Thread danglin at gcc dot gnu dot org
Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/g++/../../g++ -B/mnt/g nu/gcc-3.3/objdir/gcc/testsuite/g++/../../ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g ++.old-deja/g++.other/static20.C -nostdinc++ -I/mnt/gnu/gcc-3.3/objdir/hppa2.0 w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11 -

[Bug middle-end/21898] Segmentation fault on testsuite case gcc.dg/20020425-1.c

2006-05-20 Thread kazu at gcc dot gnu dot org
--- Comment #8 from kazu at gcc dot gnu dot org 2006-05-20 20:10 --- *** This bug has been marked as a duplicate of 12454 *** -- kazu at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/12454] large number of if ();else if cause

2006-05-20 Thread kazu at gcc dot gnu dot org
--- Comment #10 from kazu at gcc dot gnu dot org 2006-05-20 20:10 --- *** Bug 21898 has been marked as a duplicate of this bug. *** -- kazu at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/27662] Transpose doesn't work on function return

2006-05-20 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-05-20 20:10 --- I have been writing to Dylan and Daniel, cc'd to you but your copies bounce. The upshot of the exchange is that on an Athlon1700, the spec2006 testcase runs on tonto-1.0 in 1hour 5minutes with gfortran -O3 -ffast-math

[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type

2006-05-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #20 from fxcoudert at gcc dot gnu dot org 2006-05-20 20:07 --- (In reply to comment #18) > The error > /usr/src/local/gcc/libgfortran/mk-kinds-h.sh: Unknown type > happens because gfortran was compiled without -Wl,-R/usr/local/lib, so it > cannot find libmpr. > > The top

[Bug bootstrap/18058] [4.2 Regression] Bootstrap fails with BOOTCFLAGS="-O0"

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #30 from pinskia at gcc dot gnu dot org 2006-05-20 19:54 --- *** Bug 27251 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/27251] [4.2 Regression] undefined reference to `vec_assert_fail' with --disable-checking

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-05-20 19:54 --- Yes this is a dup of bug 18058, then. *** This bug has been marked as a duplicate of 18058 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/27251] [4.2 Regression] undefined reference to `vec_assert_fail' with --disable-checking

2006-05-20 Thread r_ovidius at eml dot cc
--- Comment #4 from r_ovidius at eml dot cc 2006-05-20 19:53 --- The build was a crossed-native. A cross compiler (linux->mingw) was building a mingw native compiler. build=i686-pc-linux-gnu host=i686-pc-mingw32 target=i686-pc-mingw32 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug rtl-optimization/27671] [4.2 Regression] optimization error on pentium4-Linux with %, regression from gcc-4.1.0

2006-05-20 Thread kazu at gcc dot gnu dot org
--- Comment #3 from kazu at gcc dot gnu dot org 2006-05-20 19:52 --- Posted a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added URL|

[Bug target/27266] [4.2 Regression] syncronization primitives cause ICE with -march=pentium or better

2006-05-20 Thread kazu at gcc dot gnu dot org
--- Comment #7 from kazu at gcc dot gnu dot org 2006-05-20 19:40 --- Posted a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added URL|

[Bug bootstrap/27251] [4.2 Regression] undefined reference to `vec_assert_fail' with --disable-checking

2006-05-20 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2006-05-20 19:38 --- (In reply to comment #2) > Same error happens when building a native compiler with i686-pc-cygwin > without --disable-checking, on an Athlon XP 2600, with a trunk as of > a few minutes ago. ... and on i686-pc-linux-

[Bug tree-optimization/27639] [4.1/4.2 regression] VRP miscompilation of simple loop

2006-05-20 Thread rakdver at gcc dot gnu dot org
--- Comment #24 from rakdver at gcc dot gnu dot org 2006-05-20 19:27 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01032.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26719] [4.1/4.2 Regression] Computed (integer) table changes with -O

2006-05-20 Thread rakdver at gcc dot gnu dot org
--- Comment #8 from rakdver at gcc dot gnu dot org 2006-05-20 19:27 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01032.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/27251] [4.2 Regression] undefined reference to `vec_assert_fail' with --disable-checking

2006-05-20 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-05-20 19:26 --- Same error happens when building a native compiler with i686-pc-cygwin without --disable-checking, on an Athlon XP 2600, with a trunk as of a few minutes ago. Commands were: ../../gcc/trunk/configure --enable-langu

[Bug rtl-optimization/26855] [4.2 Regression] ICE in add_deps_for_def with -fmodulo-sched -maltivec

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-05-20 18:54 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug c++/27689] [4.1/4.2 regression] function template incorrectly selected as candidate

2006-05-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to work||4.0.2 Summary|[4.0/4.2 regression]|[4.1/4.2 regres

[Bug c++/27689] [4.0/4.2 regression] function template incorrectly selected as candidate

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-20 18:50 --- I think GCC 4.2.0 is correct in saying the function call is ambiguous, bar is still a template class. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27689

[Bug bootstrap/27251] [4.2 Regression] undefined reference to `vec_assert_fail' with --disable-checking

2006-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-20 18:45 --- Just to confirm, you are building a cross compiler with GCC 4.2.0? If so this is a dup of bug 18058. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27251

[Bug c++/27689] New: [4.0/4.2 regression] function template incorrectly selected as candidate

2006-05-20 Thread gcc-bugzilla at contacts dot eelis dot net
The following code compiles with gcc version 4.0.2 20050901 (prerelease) but does not compile with gcc version 4.2.0 20060513 (experimental) void f (...); template class F, typename T> void f (F); template struct foo { struct bar {}; }; void g (foo::bar x) { f(x); } // error: call to f i

[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type

2006-05-20 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #19 from sgk at troutmask dot apl dot washington dot edu 2006-05-20 16:54 --- Subject: Re: ../.././libgfortran/mk-kinds-h.sh: Unknown type On Sat, May 20, 2006 at 04:24:25PM -, prlw1 at cam dot ac dot uk wrote: > > > --- Comment #18 from prlw1 at cam dot ac dot u

[Bug target/27681] [4.1 regression] Missing DImode float conversion functions with -msoft-float

2006-05-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27681

[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type

2006-05-20 Thread prlw1 at cam dot ac dot uk
--- Comment #18 from prlw1 at cam dot ac dot uk 2006-05-20 16:24 --- I have just experienced exactly the same error on a NetBSD-current/i386 system. There the problem is not gmp et al.'s fault, and I can't see quite enough detail in the problem on alpha below to see that it isn't the sam

[Bug middle-end/21067] Excessive optimization of floating point expression

2006-05-20 Thread roger at eyesopen dot com
--- Comment #4 from roger at eyesopen dot com 2006-05-20 15:14 --- This problem is fixed by specifying the -frounding-math command line option, which informs the compiler that non-default rounding modes may be used. With gcc-3.4, specifying this command line option disables this potentia

[Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all

2006-05-20 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2006-05-20 14:19 --- Fixed by: http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01023.html -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all

2006-05-20 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-05-20 14:16 --- Subject: Bug 25891 Author: rsandifo Date: Sat May 20 14:15:51 2006 New Revision: 113929 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113929 Log: gcc/testsuite PR testsuite/25891 * g++.dg/

[Bug bootstrap/27516] install failure due to unconditional invocation of makeinfo for treelang.texi

2006-05-20 Thread aldot at gcc dot gnu dot org
-- aldot at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Component|treelang|bootstrap Ever

[Bug target/27266] [4.2 Regression] syncronization primitives cause ICE with -march=pentium or better

2006-05-20 Thread kazu at gcc dot gnu dot org
-- kazu at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at gcc dot gnu dot org |dot org

[Bug target/27266] [4.2 Regression] syncronization primitives cause ICE with -march=pentium or better

2006-05-20 Thread kazu at gcc dot gnu dot org
--- Comment #6 from kazu at gcc dot gnu dot org 2006-05-20 08:00 --- Reduced down to: signed long long sll; void foo (void) { __sync_fetch_and_add (&sll, 1); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27266

[Bug libfortran/24459] [4.1 Only] gfortran namelist problem

2006-05-20 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2006-05-20 07:20 --- Fixed on 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Summa

[Bug libfortran/24459] gfortran namelist problem

2006-05-20 Thread jvdelisle at gcc dot gnu dot org
--- Comment #16 from jvdelisle at gcc dot gnu dot org 2006-05-20 07:15 --- Subject: Bug 24459 Author: jvdelisle Date: Sat May 20 07:14:50 2006 New Revision: 113924 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113924 Log: 2006-05-20 Jerry DeLisle <[EMAIL PROTECTED]>