[Bug libfortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 08:44 --- The problem is in the different behavior of ftruncate on /dev/null: $ cat a.c #include #include #include #include int main (void) { int fd = open ("/dev/null", O_RDWR); ftruncate (fd, 0); prin

[Bug tree-optimization/22103] [4.1 Regression] Statement makes a memory store .., complex

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-18 08:51 --- Subject: Bug 22103 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 08:51:44 Modified files: gcc: ChangeLog tree-sra.c Added files:

[Bug tree-optimization/22103] [4.1 Regression] Statement makes a memory store .., complex

2005-06-18 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-18 08:58 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/16606] gfortran error with a valid derived type definition

2005-06-18 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-06-18 09:08 --- The problem seems to appear with pointer declaration to a derived type with any kind of member initialization. The following code fails too: SUBROUTINE N TYPE T INTEGER :: I = 0 END TYPE T TYPE(T)

[Bug libstdc++/22111] New: [4.0 Regression] libstdc+++ ABI

2005-06-18 Thread themis_hv at yahoo dot co dot uk
When running the testsuite for GCC 4.0.1 RC 2 (http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg01068.html) I get the following error: FAIL: abi_check The above testsuite failure does not occur with GCC 4.0-20050616 snapshot (http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg01025.html) --

[Bug libstdc++/22111] [4.0 Regression] libstdc++ ABI

2005-06-18 Thread themis_hv at yahoo dot co dot uk
-- What|Removed |Added Summary|[4.0 Regression] libstdc+++ |[4.0 Regression] libstdc++ |ABI |ABI http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/22100] [4.1 regression] internal compiler error: in tree_verify_flow_info

2005-06-18 Thread steven at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-06-

[Bug tree-optimization/22100] [4.1 regression] internal compiler error: in tree_verify_flow_info

2005-06-18 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-18 10:42 --- Investigating... -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |stev

[Bug tree-optimization/22100] [4.1 regression] internal compiler error: in tree_verify_flow_info

2005-06-18 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-18 10:43 --- Confirmed. Not fixed by RTH's recent patch to fix vectorizer failures, but still most likely related to Honza's patch to kill RBI. -- What|Removed |Added

[Bug c/22112] New: Another fallout from alias warning patch

2005-06-18 Thread giovannibajo at libero dot it
Stevenb noticed another fallout from Nathan's alias warning patch: ../../mainline/gcc/config/i386/linux-unwind.h: In function 'x86_64_fallback_frame_state': ../../mainline/gcc/config/i386/linux-unwind.h:55: warning: dereferencing type- punned pointer will break strict-aliasing rules This can be

[Bug tree-optimization/22100] [4.1 regression] internal compiler error: in tree_verify_flow_info

2005-06-18 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-18 11:34 --- Honza messed up. -- What|Removed |Added AssignedTo|steven at gcc dot gnu dot |hubi

[Bug tree-optimization/22035] [4.1 Regression] complex float comparison broken

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-18 11:52 --- Subject: Bug 22035 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 11:51:48 Modified files: gcc/testsuite : ChangeLog Added files: gcc/t

[Bug java/22113] New: Buffer overflow in the lexical analyser while reading FP literals

2005-06-18 Thread rmathew at gcc dot gnu dot org
There is a buffer overflow error in GCJ while reading in large FP literals, as shown by Jacks testcase 3.10.2-round-6 (and others). On my machine, this manifests itself only when "parse.y" or "lex.c" is recompiled at -O0 after a full bootstrap, like so: cd $GCC_SRC_DIR/gcc/java touch parse.y

[Bug java/22113] Buffer overflow in the lexical analyser while reading FP literals

2005-06-18 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-18 12:11 --- Created an attachment (id=9107) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9107&action=view) Jacks testcase 3.10.2-round-6 that demonstrates this problem. -- http://gcc.gnu.org/bugzilla/show_bu

[Bug target/22112] Another fallout from alias warning patch

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target GCC target triplet||x86_64-linux-gnu Version|unknown

[Bug AWT/21978] GCC 4.0 Awt and Swing problem

2005-06-18 Thread abilalh at yahoo dot com
--- Additional Comments From abilalh at yahoo dot com 2005-06-18 12:57 --- (In reply to comment #5) > (In reply to comment #4) > Yes you have to recompile GCC/GCJ. i recomplie gcc4.0 with --enable-java-awt=gtk configure option but it gave error on make bootstrap command that gtk version

[Bug target/22112] Another fallout from alias warning patch

2005-06-18 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-18 13:04 --- can someone send me the .i file and/or sys/ucontext.h, I don't have an x86-64 system available. -- What|Removed |Added

[Bug target/22083] [3.4/4.0/4.1 Regression] TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-18 13:26 --- Subject: Bug 22083 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 13:26:20 Modified files: gcc: ChangeLog gcc/config/rs6000:

[Bug libstdc++/22111] [4.0/4.1 Regression] libstdc++ ABI

2005-06-18 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-18 13:48 --- I see this also on 4.1.0 20050617. -- What|Removed |Added CC|

[Bug libstdc++/22111] [4.0/4.1 Regression] libstdc++ ABI

2005-06-18 Thread giovannibajo at libero dot it
-- What|Removed |Added Severity|normal |critical Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22

[Bug ada/22055] ACATS ICE cxg1004 cxg1005 cxg2007 cxg2018 cxg2021 expected ssa_name, have var_decl in verify_ssa tree-ssa.c:750

2005-06-18 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-18 13:51 --- Now 5 tests with this ICE. +===GNAT BUG DETECTED==+ | 4.1.0 20050618 (experimental) (x86_64-unknown-linux-gnu) GCC error: | | tree check: expected

[Bug c++/22114] New: Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread cpp at tempest-sw dot com
The code in the attached file is correct (Comeau 4.3.0.1 agrees with me), but g++ reports an error: doxybug.cpp:13: error: too few template-parameter-lists -- Summary: Incorrect diagnostic for specialization of a nested class template Product: gcc

[Bug c++/22114] Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread cpp at tempest-sw dot com
--- Additional Comments From cpp at tempest-sw dot com 2005-06-18 14:13 --- Created an attachment (id=9108) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9108&action=view) sample code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22114

Re: [Bug target/22112] Another fallout from alias warning patch

2005-06-18 Thread Graham Stott
nathan at gcc dot gnu dot org wrote: --- Additional Comments From nathan at gcc dot gnu dot org 2005-06-18 13:04 --- can someone send me the .i file and/or sys/ucontext.h, I don't have an x86-64 system available. It also happens on i686-pc-linux-gnu

[Bug target/22112] Another fallout from alias warning patch

2005-06-18 Thread graham dot stott at btinternet dot com
--- Additional Comments From graham dot stott at btinternet dot com 2005-06-18 14:21 --- Subject: Re: Another fallout from alias warning patch nathan at gcc dot gnu dot org wrote: > --- Additional Comments From nathan at gcc dot gnu dot org 2005-06-18 > 13:04 --- > can someon

[Bug c++/22114] Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread giovannibajo at libero dot it
-- What|Removed |Added Attachment #9108|text/x-cpp |text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22114

[Bug c++/22114] Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||2.95.3 3.0.4 3.3.3 3.4.0 ||4.0.0 4.1.0 http://gcc.gnu.org/bugzi

[Bug testsuite/21967] [4.1 Regression] gcc.dg/tree-ssa/loop-2.c and gcc.dg/tree-ssa/loop-4.c fail

2005-06-18 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-06-18 15:35 --- Also observed for mmix-knuth-mmixware, cris-axis-elf and cris-axis-linux-gnu appearing in the time-frame LAST_UPDATED "Tue Jun 7 09:57:32 UTC 2005" to "Wed Jun 8 03:30:13 UTC 2005" and has failed ever since the

[Bug libfortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-06-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-06-18 15:48 --- Subject: Re: FAIL: gfortran.dg/dev_null.f90 > On linux, this code outputs 22 (EINVAL), while on freebsd it outputs 0. I > suppose the reason of the failure is similar for other platforms. It outpu

[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-06-18 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-06-18 16:10 --- Also observed on cris-elf and cris-axis-linux-gnu, same timeframe and ever since. -- What|Removed |Added -

[Bug libfortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-06-18 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-06-18 16:19 --- Subject: Re: FAIL: gfortran.dg/dev_null.f90 > int main (void) > { > int fd = open ("/dev/null", O_RDWR); > ftruncate (fd, 0); > printf ("%d\n", errno); > close (fd); > return 0;

[Bug libfortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-06-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-06-18 16:52 --- Subject: Re: FAIL: gfortran.dg/dev_null.f90 > The redhat system that I checked, identifies /dev/null as "a > special file" in null(4). The ftruncate man page specifically > states the behavior fo

[Bug middle-end/21985] [4.0/4.1 Regression] miscompiled or wrong code snippet?

2005-06-18 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-06-18 17:09 --- Regarding comment #10, I can confirm that the test fails on mmix-knuth-mmixware too (a 64-bit target), ever since it was committed; but not on cris-elf, cris-axis-linux-gnu (32-bit targets). -- http://gcc.gnu

[Bug target/21742] [4.1 Regression] unrecognized insn for struct-layout-1 tests with complex members

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code Summary|unrecognized insn for |[4.1 Regression] |struct-l

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-18 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 17:46 --- The above tests did not use -mcpu on gcc-2.95.3, so they were comparing apples to oranges, kind of. I reran them on a PIII with gcc-2.95.3 -mcpu=$tune -O3 and gcc-[34] -mtune=$tune -O3. The problem persists even wh

[Bug ada/22026] [4.1 Regression] ACATS FAIL C45331A fixed point wrong code

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 17:57 --- VRP is causing it: min.14_397 = min.14_393; max.6_398 = max.6_377; D.554_399 = min.14_397 + max.6_398; - if (D.554_399 != 0) goto ; else goto ; - -:; D.555 = C.17; -- http://gcc.gnu.org/bu

[Bug tree-optimization/22026] [4.1 Regression] ACATS FAIL C45331A fixed point wrong code

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 18:02 --- Confirmed, C testcase: int f(int x, int y) { if (x != 0) if (y != 0) { int t = x + y; if (t != 0) return 1; } return 0; } void abort (); int main (void) { int

[Bug tree-optimization/22055] [4.1 Regression] ACATS ICE cxg1004 cxg1005 cxg2007 cxg2018 cxg2021 expected ssa_name, have var_decl in verify_ssa tree-ssa.c:750

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|ada |tree-optimization Summary|ACATS ICE cxg1004 cxg1005 |[4.1 Regression] ACATS ICE

[Bug ada/18659] [4.1 Regression] 6 ACATS ICEs in tree-sra.c:1507

2005-06-18 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-18 18:16 --- Still present on x86-linux as of LAST_UPDATED: Sat Jun 18 09:02:59 UTC 2005 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18659

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-18 18:16 --- Subject: Bug 19926 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 18:16:22 Modified files: gcc/fortran: ChangeLog primary.c Log message:

[Bug fortran/19926] [4.0 only] Incorrect rank with PARAMETER and array element.

2005-06-18 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-06-18 18:20 --- Fixed in 4.1. I close this when I commit to 4.0.2. -- What|Removed |Added Keywords|

[Bug fortran/19926] [4.0 only] Incorrect rank with PARAMETER and array element.

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-18 18:27 --- Subject: Bug 19926 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 18:27:06 Modified files: gcc/testsuite : ChangeLog Added files: gcc/t

[Bug fortran/22101] use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:31 --- Reduction of this one: type solid integer :: i = 0 end type solid type(solid), pointer :: a end so, this is indeed PR 16606. Thanks for reporting! *** This bug has been marked as a duplicate

[Bug fortran/16606] gfortran error with a valid derived type definition

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:31 --- *** Bug 22101 has been marked as a duplicate of this bug. *** -- What|Removed |Added

g++: change in templates in gcc-4

2005-06-18 Thread Davy Durham
Hey, question.. Just wondering if gcc is supposed to behave this way now. For example, I have a template: template class foo { ... void method1(T a1) {...} T method2() {...} ... }; Notice, method1 accepts a parameter of type T and method2 returns a value of type T. Well, if foo i

[Bug fortran/21961] PURE function in INTERFACE block not resolved as being a function

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:42 --- Confirmed, we should not issue such warning. Here is a (slightly) reduced testcase: MODULE procedures PUBLIC :: test PRIVATE :: test2 INTERFACE test MODULE PROCEDURE test2 END INTERFACE

Re: change in templates in gcc-4

2005-06-18 Thread Giovanni Bajo
Davy Durham <[EMAIL PROTECTED]> wrote: > Hey, question.. Just wondering if gcc is supposed to behave this way now. > For example, I have a template: [...] > > In gcc-3, there was no error until you tried to call f.method2(), but in > gcc-4 it gives the error when foo is instantiated whether the

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:48 --- Well, it says: "Reported against: 3.4.2" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

[Bug target/22110] Wrong ld search paths passed to libtool for 64-bit compiles

2005-06-18 Thread lucier at math dot purdue dot edu
--- Additional Comments From lucier at math dot purdue dot edu 2005-06-18 19:37 --- This is fixed in today's cvs sources, perhaps because of http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00681.html -- What|Removed |Added -

[Bug fortran/21902] ICE in build_array_type, at tree.c:4581

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:17 --- Yes it is (same backtrace and all). Well, PR15966 was GCC's most reported bug, but this was an ex aequo. Now, it's be a not-for-share gold medal. *** This bug has been marked as a duplicate of 15966 ***

[Bug fortran/15966] ICE and segmentation fault on internal write

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:17 --- *** Bug 21902 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966

[Bug c++/22115] New: [4.1 regression] testsuite failure: g++.dg/conversion/simd2.C

2005-06-18 Thread hp at gcc dot gnu dot org
With LAST_UPDATED: "Sat Jun 18 12:53:47 UTC 2005" I get: Running /home/hp/combined/combined/gcc/testsuite/g++.dg/dg.exp ... ... FAIL: g++.dg/conversion/simd2.C (test for errors, line 15) FAIL: g++.dg/conversion/simd2.C (test for excess errors) With the message in the .log being: x/combined/gcc/te

[Bug fortran/15966] ICE and segmentation fault on internal write

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:40 --- Well, this one should be so difficult. I think the tweak should be in io.c: /* Resolve everything in a gfc_dt structure. */ try gfc_resolve_dt (gfc_dt * dt) There is some code called "Sanity checks on d

[Bug tree-optimization/22116] New: [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread pinskia at gcc dot gnu dot org
The following C testcase ICEs at -O2: void g(_Complex float); _Complex float f(int data, _Complex float x, _Complex float y) { _Complex float i; _Complex float t, u, v; if (data) { i = x + __imag__ y; g(i); } else {

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 20:53 --- This is at least ACATS test cxg1005 which fails because of this. -- What|Removed |Added

[Bug tree-optimization/22055] [4.1 Regression] ACATS ICE cxg1004 cxg1005 cxg2007 cxg2018 cxg2021 expected ssa_name, have var_decl in verify_ssa tree-ssa.c:750

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||22116 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22055

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 20:56 --- Here is something which is slightly reduced: void g(_Complex float); _Complex float f(int data, _Complex float x, _Complex float y) { _Complex float i, t; if (data) { i = x + __imag__ y; g(i)

[Bug fortran/20843] ICE on unformatted I/O to internal file

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:58 --- How come I didn't see this one? It's a duplicate of weel-known PR 15966. *** This bug has been marked as a duplicate of 15966 *** -- What|Removed |Added --

[Bug fortran/15966] ICE and segmentation fault on internal write

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:58 --- *** Bug 20843 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug tree-optimization/22055] [4.1 Regression] ACATS ICE cxg1004 cxg1005 cxg2007 cxg2018 cxg2021 expected ssa_name, have var_decl in verify_ssa tree-ssa.c:750

2005-06-18 Thread pinskia at gcc dot gnu dot org
different ICE with -fdump-tree-all (or even just -fdump-tree-pre) The ICE for those two testcases with -fdump-tree-all is: +===GNAT BUG DETECTED==+ | 4.1.0 20050618 (experimental) (powerpc-apple-darwin7.8.0) GCC error: | | in get_loop_body, at

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 21:10 --- Adding RTH to the CC since it was his change which caused this. -- What|Removed |Added

[Bug fortran/20777] [4.0 only] Arithmetic IF not flagged obsolete

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-18 21:22 --- Subject: Bug 20777 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-18 21:22:09 Modified files: gcc/fortran: Change

[Bug fortran/20777] [4.0 only] Arithmetic IF not flagged obsolete

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 21:23 --- Finally commited patch to 4.0. Fixed -- What|Removed |Added Status|NEW

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-18 21:29 --- confirmed on x86_64-linux gcc version 4.1.0 20050618 (experimental) [EMAIL PROTECTED]:~/tmp$ gcc -c -O2 t.c t.c: In function 'f': t.c:3: internal compiler error: tree check: expected ssa_name, have v

[Bug fortran/16404] should reject invalid code with -pedantic -std=f95 ? (x8)

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 21:52 --- Since number 2 is already reported, we only have 3 and 6 left: ! test 3 REAL :: A REAL, TARGET :: B EQUIVALENCE(A,B) END ! test 6 ! If component of public derived type 'all_type' of type is declare

[Bug libstdc++/21796] (v7-branch) std::search not using std::find

2005-06-18 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2005-06-18 22:18 --- Actually, *slaps forehead*, the problem of empty structs can just be avoided using EBO :) I'll knock up a patch doing just that :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21796

[Bug libstdc++/21796] (v7-branch) std::search not using std::find

2005-06-18 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-06-18 22:21 --- Ah! And in that case the solution promises to be also very clean! Remember to post first a simple example, as usual. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21796

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-18 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 22:45 --- I asked the fellow who posted the original problem report to give me the results of 'cat /proc/cpuinfo' on the affected machine. Here it is: vendor_id : GenuineIntel cpu family : 6 model : 8 mode

[Bug target/22110] Wrong ld search paths passed to libtool for 64-bit compiles

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22110

[Bug libfortran/19216] list directed read with leading slash (NIST FM923)

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216

[Bug libfortran/21950] All gfortran execution tests fail on Tru64 UNIX V4.0F: scalbn unresolved

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21950

[Bug tree-optimization/19633] local address incorrectly thought to escape

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19633

[Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21949

[Bug target/21351] internal compiler error with sse

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21351

[Bug rtl-optimization/15584] Ada build with stage1 bootstrap compiler fails.

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15584

[Bug target/22077] [4.0/4.1 Regression] vec_all_eq does not produce good result

2005-06-18 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2005-06-18 23:26 --- My apologies for not knowing this had a PR. Here's the proposed solution that I sent to Fariborz and Dale for testing. Index: combine.c === RCS fi

[Bug c/1623] GCC allows void function to return value

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:29 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug c/1623] GCC allows void function to return value

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:29 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug c++/1791] wtf is synopsis?

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:36 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug c++/1791] wtf is synopsis?

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:36 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug rtl-optimization/2590] [3.0 Regression] bad code generated with optimization and PIC (regression from 2.95)

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|bad code generated with |[3.0 Regression] bad code |optimization and PIC|generated with optimization

[Bug bootstrap/2639] [3.1 Regression] genattrtab segv

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|genattrtab segv |[3.1 Regression] genattrtab ||segv Target Milestone|---

[Bug other/5022] gcc -lgcc only for gpl-compatible programs, others are suddenly illegal.

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:49 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug other/5022] gcc -lgcc only for gpl-compatible programs, others are suddenly illegal.

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:49 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug other/5027] Problem on install gcc 2.95.2 on AIX4.3.3 system

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:50 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REO

[Bug other/5027] Problem on install gcc 2.95.2 on AIX4.3.3 system

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:50 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug c++/5094] partial specialisation cannot be friend??

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5094

[Bug c/5141] GCC 3.0.3 / 3.1 20011215 ICE (regression to gcc-2.95.3)

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.1.x/3.2.x http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5141

[Bug ada/18692] Ada should have a dg testsuite

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:58 --- I think in the next couple of weeks I am going to work on this. -- What|Removed |Added

[Bug AWT/21978] GCC 4.0 Awt and Swing problem

2005-06-18 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-19 01:07 --- I think you're trying to configure and compile GCC in the source folder. Unfortunately, this is not yet supported. Try creating a new folder totally outside of the GCC source tree and then run configure an

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-19 01:16 --- Danny, would you look at this? I have no idea why PRE is claiming to insert an expression, Created phi prephitmp.27_34 = PHI ; in block 2 but then not actually doing it. -- http://gcc.gnu.org/bugzilla/sho

[Bug middle-end/21916] [4.1 Regression] ICE: segmentation fault in stage3

2005-06-18 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-19 01:34 --- Fixed 20050618 at least as regards hppa2.0w-hpux. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21916

[Bug middle-end/21885] [4.1 Regression] compat testsuite failures

2005-06-18 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-19 01:35 --- Fixed some time between 20050615 and 20050618 (each date at 07:00 UTC). -- What|Removed |Added

[Bug middle-end/21953] [4.1 Regression] Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2005-06-18 Thread jsm28 at gcc dot gnu dot org
-- Bug 21953 depends on bug 21885, which changed state. Bug 21885 Summary: [4.1 Regression] compat testsuite failures http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21885 What|Old Value |New Value ---

[Bug c++/22115] [4.1 regression] testsuite failure: g++.dg/conversion/simd2.C

2005-06-18 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-19 01:39 --- Also on hppa2.0w-hp-hpux11.11, hppa2.0w-hp-hpux11.23, hppa64-hp-hpux11.11, hppa64-hp-hpux11.23, i686-pc-linux-gnu, ia64-hp-hpux11.23. -- What|Removed |Added --

[Bug middle-end/21916] [4.1 Regression] ICE: segmentation fault in stage3

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 01:39 --- Fixed, both targets. -- What|Removed |Added Status|UNCONFIRMED |

[Bug testsuite/19802] scan-not-hidden breaks with unknown object format

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 01:41 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/22115] [4.1 regression] testsuite failure: g++.dg/conversion/simd2.C

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC host triplet|i686-pc-linux-gnu | GCC target triplet|mmix-knuth-mmixware cris- | |axis-elf cris-axis-linux-gnu| Target M

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-06-19 01:43 --- Subject: Re: [4.1 Regression] PRE of COMPLEX_EXPR causes ICE On Sun, 2005-06-19 at 01:16 +, rth at gcc dot gnu dot org wrote: > --- Additional Comments From rth at gcc dot gnu dot org 2005

[Bug middle-end/7776] const char* p = "foo"; if (p == "foo") ... is compiled without warning!

2005-06-18 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2005-06-19 01:49 --- A revised patch, allowing equality and inequality comparisons against NULL, yet retaining warnings for things like 'if ("foo" > 0)' and 'if ("foo" == "bar")' was posted here: http://gcc.gnu.org/ml/gcc-patches/20

  1   2   >