[Bug c++/22034] [4.1 Regression], ICE on valid, dwarf2

2005-08-06 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-07 06:23 --- Still there in gcc-4.1-20050806. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22034

[Bug c++/23045] ICE in force_decl_die, at dwarf2out.c:12621

2005-08-06 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-07 06:19 --- And sure enough, gcc-4.1-20050806 fixes it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23045

[Bug fortran/23270] Undefined reference to module blank common variable

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 06:00 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug fortran/23270] New: Undefined reference to module blank common variable

2005-08-06 Thread pault at gcc dot gnu dot org
! ld error - undefined reference to `__test_equiv_a' ! OK with ifc ! module test_equiv common a reala end module test_equiv program module_equiv use test_equiv a = 999.0_4 end program module_equiv [EMAIL PROTECTED] mytests]# /gcc-4.1/bin/gfortran -std=f95 module_equivalence_pr.f90 /t

[Bug treelang/23061] treelang testsuite fails with -m64

2005-08-06 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-08-07 05:51 --- I here murderball is a real sport up there with Aussie rules football. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23061

[Bug treelang/23072] multiple runs of treelang testsuite does not work...

2005-08-06 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-08-07 05:50 --- This should be easy to backport into the 4.0 branch. I have no clue about the 3.4 branch though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23072

[Bug treelang/23072] multiple runs of treelang testsuite does not work...

2005-08-06 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-08-07 05:19 --- oh... and the 3.4 branch too? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23072

[Bug driver/11810] gcc -pipe -ox.o -c x.c writes erroneous x.o on compile error

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 05:15 --- Patch was reviewed here: . -- What|Removed |Added --

[Bug treelang/23072] multiple runs of treelang testsuite does not work...

2005-08-06 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-08-07 05:14 --- I haven't tried this yet... but, could you port back to 4.0 also? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23072

[Bug driver/11810] gcc -pipe -ox.o -c x.c writes erroneous x.o on compile error

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 05:13 --- *** Bug 23269 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c/23269] gcc doesn't remove half-written object file when compiling fails

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 05:13 --- The problem is "-ot.o", if you add a space between "-o" and "t.o", it works correctly. This is a dup of bug 11810. *** This bug has been marked as a duplicate of 11810 *** -- What|Removed

[Bug c/23269] New: gcc doesn't remove half-written object file when compiling fails

2005-08-06 Thread hg211 at ural2 dot hszk dot bme dot hu
try to compile any erroneous C file (let's call it t.c) with gcc -pipe -c -ot.o t.c and gcc doesn't remove the half-generated t.o file. Note that there's no space between -o and the output filename (and the -pipe is necessary). (the manual says that there should be a space between -o and the outp

[Bug target/23268] [4.1 Regression] ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 04:36 --- Here is the backtrace: #0 0x084d47e6 in find_oldest_value_reg (cl=GENERAL_REGS, reg=0xb7d01050, vd=0xa483b08) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/regrename.c:1357 #1 0x084d48f0 in replace_ol

[Bug treelang/23061] treelang testsuite fails with -m64

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 04:35 --- (In reply to comment #7) > yay, football (or, if you like, soccer) with my sons It is football, Americans don't know what they are missing. -- What|Removed |Added ---

[Bug target/23268] [4.1 Regression] ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 04:34 --- Confirmed. This is either a target bug or a middle-end bug. CCing the person who added the builtins. Reduced testcase: int f (float x) { int a, b; a = __builtin_log(2.f); b = __builtin_rint(x); re

[Bug treelang/23061] treelang testsuite fails with -m64

2005-08-06 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-08-07 04:34 --- well, applied it to mainline, no problema caused... however, the bug was reported for the 4.0 branch... applying there "Hunk #1 succeeded at 114 with fuzz 1." will test later today, resources bound

[Bug target/23268] [4.1 Regression] ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)

2005-08-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||uros at gcc dot gnu dot org Component|c |target Keywords|

[Bug c/23268] ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)

2005-08-06 Thread plgs at ozemail dot com dot au
--- Additional Comments From plgs at ozemail dot com dot au 2005-08-07 04:27 --- Created an attachment (id=9442) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9442&action=view) Preprocessed source testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23268

[Bug c/23268] New: ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)

2005-08-06 Thread plgs at ozemail dot com dot au
ICE (segmentation fault) compiling a function containing two math functions (log and rint), using -ffast-math and -O1 (or 2, 3 or s). Error does not occur when -ffast-math not used. Error does not occur when optimisation flag not used (or if -O0 used). To reproduce, compile the following: #incl

[Bug pch/14940] PCH largefile test fails on various platforms

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-07 02:48 --- Subject: Bug 14940 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-08-07 02:48:04 Modified files: gcc: Change

[Bug driver/21366] The -bundle linking option does not get processed right on darwin

2005-08-06 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-08-07 02:41 --- Fixed on mainline. -- What|Removed |Added Status|NEW |RES

[Bug driver/21366] The -bundle linking option does not get processed right on darwin

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-07 02:39 --- Subject: Bug 21366 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-07 02:39:16 Modified files: gcc: ChangeLog gcc.c gcc/doc

[Bug c/23267] strftime options generate spurious warnings

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 00:16 --- No, this is a Y2K issue rather than anything else. Anyways this was fixed in 3.4.0 by not having -Wformat-y2k enabled with -Wall. *** This bug has been marked as a duplicate of 3190 *** -- Wha

[Bug c/3190] -Wformat-y2k doesn't belong to -Wall - it's hard to avoid

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 00:16 --- *** Bug 23267 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libfortran/23265] Error in floating point output with BN edit descriptor

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 00:12 --- Hmm, this works for me on last night's build on i686-pc-linux-gnu: 70.07 .888E+01 70.07 .888E+01 -- http://gcc.gnu.org/bugzilla/show_bug

[Bug c/23267] New: strftime options generate spurious warnings

2005-08-06 Thread cmattair at pdq dot net
When I specify -Wall, certain strftime options generate spurious warning messages. Specifically, %D and %y generate the following warnings: warning: `%y' yields only last 2 digits of year warning: `%D' yields only last 2 digits of year This is the documented behaviour of these options so th

[Bug target/19770] gcc.c-torture/compile/20050113-1.c: ICE: in extract_insn, at recog.c:2083

2005-08-06 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-08-07 01:46 --- The problem is that emit_move_insn_1 is generating a move instruction with a CONST_INT source that's invalid (i.e., LEGITIMATE_CONST_P is false). This occurs here: /* Try using a move pattern for the corr

[Bug c++/23266] New: [4.0/4.1 regression] ICE on pure specifier for static method

2005-08-06 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE since gcc 4.0.0: === struct A { static void foo() = 0; }; === The error message is: bug.cc:3: internal compiler error: in grokfield, at cp/decl2.c:899 Please submit a full bug report, [

[Bug target/23231] cross compiling fails for mips-sgi-irix6.5

2005-08-06 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-08-06 23:57 --- You need to add a --with-gnu-ld configure option. GNU ld and Irix ld have incompatible options, and the toolchain naturally defaults to assuming irix ld options, so you must specify GNU ld at configure time

[Bug c++/23266] [4.0/4.1 regression] ICE on pure specifier for static method

2005-08-06 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-06 23:57 --- Testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |re

[Bug c++/23263] Incomprehensible message for invalid attempt to partially specialize a member

2005-08-06 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-08-06 22:56 --- If you know what's going on, the error message is actually clear: foo.cc:7: error: invalid use of undefined type `struct bar' This just means that the partially specialized class bar has not yet been dec

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-06 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-06 22:48 --- Fixed on mainline and the 4.0 branch. -- What|Removed |Added Status|ASSIGNED

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 22:48 --- Subject: Bug 23191 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-06 22:48:08 Modified files: gcc/cp : Change

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 22:38 --- Subject: Bug 23191 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 22:38:44 Modified files: gcc/cp : ChangeLog pt.c gcc/testsuite

[Bug c++/23263] Fails to identify member definition

2005-08-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement Keywords||diagnostic http://gcc.gnu.org/bugzilla/show_bug.c

[Bug c++/19498] ICE on invalid reference in template parameter

2005-08-06 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-06 22:24 --- Fixed on mainline. -- What|Removed |Added Status|ASSIGNED|

[Bug c++/19498] ICE on invalid reference in template parameter

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 22:22 --- Subject: Bug 19498 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 22:22:47 Modified files: gcc/cp : ChangeLog pt.c gcc/testsuite

[Bug libfortran/23265] New: Error in floating point output with BN edit descriptor

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
$ cat fmt_read_bz_bn.f90 character*80 :: correct=" 70.07 .888E+01" write(*, 20) 70.07, 8.88 20 format (F6.2, BN, 1X, E8.3) write (*,'(A)') correct end $ gfc fmt_read_bz_bn.f90 && ./a.exe 70.07 70.07 .888E+01 -- Summary: Error in floating point output with BN edit descripto

[Bug c++/23263] Fails to identify member definition

2005-08-06 Thread igodard at pacbell dot net
--- Additional Comments From igodard at pacbell dot net 2005-08-06 20:40 --- Reopened as a complaint about the diagnostic. The naive (or even reasonably sophisticated) user cannot figure out "illegal partial specialization" from that message. Comeau gives: "ComeauTest.c", line 7: error

[Bug libfortran/23264] New: direct access failure

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
$ cat direct_io_2.f90 OPEN (7, ACCESS = 'DIRECT', RECL = 50) IRECN = 0 IREC = 216 DO I=1,100 IREC = IREC - 2 IRECN = IRECN + 1 WRITE(7, REC = IREC) IRECN END DO IRECCK = 0 IREC = 216 DO I = 1,100 IREC = IREC - 2

[Bug c++/23263] Fails to identify member definition

2005-08-06 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-08-06 20:29 --- No, you try to partially specialize a member. That isn't allowed. You either have to completely specialize all template parameters, or none. Long standing annoyance in C++... W. -- What

[Bug c++/23263] New: Fails to identify member definition

2005-08-06 Thread igodard at pacbell dot net
template struct foo{ static T* p; }; template T* foo::p = 0; template struct A {}; template class C> struct bar{ static C* p; }; template A* bar::p = 0; int main() { foo f; bar b; return 0; } gets you: ~/ootbc/members/src$ g++ foo.cc foo.cc:7: error: invalid use of undefined

[Bug tree-optimization/17064] -falias-noargument-global doesn't eliminate dead stores/loads

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 19:51 --- Diego, sorry to steal this from you but I got a fix for this issue though there are still some issues with address considered call clobered which cannot be true. -- What|Removed

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 19:47 --- I have a fix which I need to bootstrap/test. -- What|Removed |Added AssignedTo|unass

[Bug libfortran/23262] New: rewind truncates file

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
$ cat endfile.f90 integer i open(unit=10,file='test.dat') do i=1,5 write (10,'(I4)') i end do rewind(10) close(10) end $ gfc endfile.f90 && a && cat test.dat 1 2 3 4 $ xxd test.dat 000: 2020 2031 0d0a 2020 2032 0d0a 2020 2033 1.

[Bug treelang/23072] multiple runs of treelang testsuite does not work...

2005-08-06 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-08-06 18:56 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/23261] [meta-bug] gfortran testsuite bugs on mingw32

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-06 18:51 --- Created an attachment (id=9441) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9441&action=view) Script that runs dejagnu_mimic for each interesting file in the testsuite. -- http://gcc.gnu.org/b

[Bug fortran/23261] [meta-bug] gfortran testsuite bugs on mingw32

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-06 18:51 --- Created an attachment (id=9440) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9440&action=view) Script file that tries to emulate the dejagnu test framework -- http://gcc.gnu.org/bugzilla/show_b

[Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
I open this bug to keep track of the testcases failing on mingw32. With gfortran-20050806, the list is: FAIL: gfortran.dg/dev_null.f90 (mingw doesn't have /dev/null) FAIL: gfortran.dg/direct_io_2.f90 FAIL: gfortran.dg/endfile.f90 FAIL: gfortran.dg/f2c_4.f90 FAIL: gfortran.dg/f2c_5.f90

[Bug treelang/23072] multiple runs of treelang testsuite does not work...

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 18:25 --- Subject: Bug 23072 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 18:25:31 Modified files: gcc/testsuite/treelang: ChangeLog gcc/treelan

[Bug libstdc++/18889] Unable to build libstdc++-v3

2005-08-06 Thread mike at tedder dot com
--- Additional Comments From mike at tedder dot com 2005-08-06 18:16 --- I wouldn't have opened this bug if the standard configure && make bootstrap && make install had worked in the first place. It might have helped more if you had asked me more questions about my system and/or confi

[Bug libstdc++/15910] can't compile self defined void distance(std::vector, std::vector)

2005-08-06 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-08-06 17:18 --- I agree with Gaby: the standard pretty unambiguously lists the signature of std::distance, and the name lookup rules say that it needs to be found. What leeway do we have in rejecting it anyway and picking any

[Bug target/23239] gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by constant b..=997 transformation on insn fails

2005-08-06 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-08-06 16:24 --- I see the following in val-prof-5.c.t09.tree_profile: Trying transformations on insn D.1243 = D.1241 / b___1; Div/mod by constant b___1=997 transformation on insn D.1243 = D.1241 / b___1; Isn't this a

[Bug fortran/23254] gfortran .f90 complex parameter initialization syntax bug

2005-08-06 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-08-06 16:03 --- Subject: Re: gfortran .f90 complex parameter initialization syntax bug On Sat, Aug 06, 2005 at 03:02:37PM -, christopherbuell at mindspring dot com wrote: > > (In reply to comment #3

[Bug target/23239] gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by constant b..=997 transformation on insn fails

2005-08-06 Thread danglin at gcc dot gnu dot org
-- What|Removed |Added CC||danglin at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh

[Bug libstdc++/18889] Unable to build libstdc++-v3

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 15:19 --- This works for everyone else, I have no idea what your problem is here. Maybe you are over writting the libtool in GCC which is just wrong, you should be able to just mkdir objdir;cd objdir;$(srcdir)/conf

[Bug fortran/22527] fortran produces mismatch types in comparision with integer to logic assignment

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

[Bug middle-end/22524] fold (or the front-ends) produces UNARY (BIT_NOT_EXPR) tree with mismatch types

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 15:07 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/21374] ICE in declare_return_variable, at tree-inline.c:906

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 15:05 --- A slight change to the source makes this ICE on the mainline: int main (int argc, char **argv) { int size = 10; int i; typedef struct { char val[size]; } block; block b; block retframe_bl

[Bug fortran/23254] gfortran .f90 complex parameter initialization syntax bug

2005-08-06 Thread christopherbuell at mindspring dot com
--- Additional Comments From christopherbuell at mindspring dot com 2005-08-06 15:02 --- (In reply to comment #3) Got it. I don't know the F90 or F95 standard very well. I do know F77. The code I was porting did compile on the MS-DEC FORTRAN 95 compiler. (whoever owns that compiler anyw

[Bug tree-optimization/23234] [4.1 Regression] ICE in verify_flow_info()

2005-08-06 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=23234

[Bug fortran/20850] ICE with invalid character equivalence

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 13:35 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2005-08-06 Thread pinskia at gcc dot gnu dot org
-- Bug 19292 depends on bug 18833, which changed state. Bug 18833 Summary: ICE 'missing spec' on integer/char equivalence http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18833 What|Old Value |New Value ---

[Bug fortran/20405] [meta-bug] equivalenced variable problems

2005-08-06 Thread pinskia at gcc dot gnu dot org
-- Bug 20405 depends on bug 18833, which changed state. Bug 18833 Summary: ICE 'missing spec' on integer/char equivalence http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18833 What|Old Value |New Value ---

[Bug fortran/20850] ICE with invalid character equivalence

2005-08-06 Thread pinskia at gcc dot gnu dot org
-- Bug 20850 depends on bug 18833, which changed state. Bug 18833 Summary: ICE 'missing spec' on integer/char equivalence http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18833 What|Old Value |New Value ---

[Bug fortran/18833] ICE 'missing spec' on integer/char equivalence

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 13:35 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/23113] [3.4/4.0/4.1 regression] The -Wunused (value computed is not used) option missed an important case

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 13:35 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/21135] [4.0/4.1 Regression] &a[-2] ICE at the top level

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 13:32 --- *** Bug 23260 has been marked as a duplicate of this bug. *** -- What|Removed |Added

gcc-bugs@gcc.gnu.org

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 13:32 --- *** This bug has been marked as a duplicate of 21135 *** -- What|Removed |Added

[Bug target/20673] C PCH testsuite assembly comparison failure

2005-08-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-08-06 13:23 --- > should we change the target milestone to 3.4.5 for this? Ah, sure. -- What|Removed |Added --

[Bug target/20673] C PCH testsuite assembly comparison failure

2005-08-06 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-08-06 13:19 --- (In reply to comment #9) > Subject: Bug 20673 should we change the target milestone to 3.4.5 for this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20673

[Bug target/20673] C PCH testsuite assembly comparison failure

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 12:57 --- Subject: Bug 20673 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-08-06 12:57:30 Modified files: gcc: Change

[Bug libstdc++/15910] can't compile self defined void distance(std::vector, std::vector)

2005-08-06 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-08-06 11:57 --- Subject: Re: can't compile self defined void distance(std::vector, std::vector) "adah at netstd dot com" <[EMAIL PROTECTED]> writes: | (In reply to comment #44) | > | However, I still believe it is

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-06 11:39 --- Patch pinged (for the second time). ChangeLog entry provided. -- What|Removed |Added

[Bug c/23113] [3.4/4.0/4.1 regression] The -Wunused (value computed is not used) option missed an important case

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 11:32 --- Subject: Bug 23113 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 11:31:49 Modified files: gcc: ChangeLog c-typeck.c stmt.c

[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-06 11:19 --- Well, apparently the patch was right after all. Fixed by http://gcc.gnu.org/ml/gcc-cvs/2005-08/msg00057.html -- What|Removed |Added

[Bug rtl-optimization/23233] Loop optimisation ICE for subreg addresses

2005-08-06 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-08-06 11:08 --- Patch applied to mainline. -- What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/23233] Loop optimisation ICE for subreg addresses

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 11:06 --- Subject: Bug 23233 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 11:05:49 Modified files: gcc: ChangeLog loop.c gcc/testsui

[Bug fortran/18833] ICE 'missing spec' on integer/char equivalence

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 10:12 --- Subject: Bug 18833 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-06 10:12:42 Modified files: gcc/fortran: Change

[Bug fortran/20850] ICE with invalid character equivalence

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 10:12 --- Subject: Bug 20850 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-06 10:12:42 Modified files: gcc/fortran: Change

[Bug fortran/20850] ICE with invalid character equivalence

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 10:01 --- Subject: Bug 20850 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 10:00:54 Modified files: gcc/fortran: ChangeLog primary.c resolve.c

[Bug fortran/18833] ICE 'missing spec' on integer/char equivalence

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 10:01 --- Subject: Bug 18833 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 10:00:54 Modified files: gcc/fortran: ChangeLog primary.c resolve.c

gcc-bugs@gcc.gnu.org

2005-08-06 Thread jakub at redhat dot com
g++ crashes on invalid: int foo[16]; int *bar = &foo[-1]; trying to emit instructions outside of function context. -- Summary: ICE on &foo[-1] Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P2 Co

[Bug fortran/23259] gfortran.dg/large_integer_kind_1.f90 FAIL with Error: Kind -1 not supported for type INTEGER at (1)

2005-08-06 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-08-06 07:38 --- or maybe even a bug with my glibc sorry for the noise... Current directory is /usr/local/src/trunk/objdir/gcc/ GNU gdb Red Hat Linux (6.3.0.0-0.29rh) Copyright 2004 Free Software Foundation, In

[Bug tree-optimization/23247] [4.1 Regression] ICE on valid code when compiled with -O3 and -ftree-vectorize

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 07:02 --- This is a dup of bug 23082. *** This bug has been marked as a duplicate of 23082 *** -- What|Removed |Added -

[Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 07:02 --- *** Bug 23247 has been marked as a duplicate of this bug. *** -- What|Removed |Added