[Bug c/20260] gcc-3.4.3 crashes with a segmentation fault when compiling gtk+-2.6.3 on Linux.

2005-02-28 Thread tomdkat at comcast dot net
--- Additional Comments From tomdkat at comcast dot net 2005-03-01 06:44 --- Created an attachment (id=8302) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8302&action=view) generated ".i" file, gzipped. This is the generated ".i" file, gzipped. Let me know if more information is

[Bug c/20260] New: gcc-3.4.3 crashes with a segmentation fault when compiling gtk+-2.6.3 on Linux.

2005-02-28 Thread tomdkat at comcast dot net
I just downloaded the GTK+ 2.6.3 source from the http://www.gtk.org/ website and it crashes shortly after the build starts with a segmentation fault. Here is the compile command (with -v and -save-temps options, per bug reporting guidelines): gcc -v -save-temps -DHAVE_CONFIG_H -I. -I. -I../.. -I

[Bug bootstrap/14316] collect2 doesnt build on windows hosts

2005-02-28 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-03-01 06:06 --- Nope. Ian Lance Taylor or DJ Delorie must approve the libiberty portions of this patch, or someone must suggest (and implement) an alternate implementation. I don't know why Ian Lance Taylor doesn't approv

[Bug c++/20207] null constructor not needed in multiple inheritance

2005-02-28 Thread sstrasser at systemhaus-gruppe dot de
--- Additional Comments From sstrasser at systemhaus-gruppe dot de 2005-03-01 05:38 --- it is invalid to use A0 in the base constructor list of D, because A0 is not a virtual base for D. .it doesn't matter that the inheritance A->A0 is declared virtual, 2 trees which both inherit A0 must

[Bug target/19819] ICE when compiling aegis 4.20

2005-02-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19819

[Bug target/19819] ICE when compiling aegis 4.20

2005-02-28 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-03-01 05:10 --- Fixed in CVS. -- What|Removed |Added Status|NEW |RESOLVE

[Bug target/19819] ICE when compiling aegis 4.20

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 05:00 --- Subject: Bug 19819 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-01 05:00:12 Modified files: gcc: Change

[Bug libstdc++/20259] iostream functions/methods declared

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 04:55 --- ipfx is non standard so closing as such. Also read the following thread: http://gcc.gnu.org/ml/libstdc++/2001-02/msg00329.html which explains why ipfx existed in libstdc++-v2 and not in libstdc++-v3. You m

[Bug ada/20226] [4.0/4.1 Regression] Error in __gnat_install_SEH_handler breaks bootstrap

2005-02-28 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-01 04:49 --- The problem appears to be that the file stage1/ada/b_gnatb.c built by the bootstrap gnatbind doesn't define the ponter to the exception registration structure (SEH). This : int SEH [2]; and

[Bug c++/20259] iostream functions/methods declared

2005-02-28 Thread ramya dot chandar at wipro dot com
--- Additional Comments From ramya dot chandar at wipro dot com 2005-03-01 04:49 --- Created an attachment (id=8301) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8301&action=view) This String.cc file is part of the GNU C++ library I am herewith attaching the String.cc file where

[Bug c++/20259] iostream functions/methods declared

2005-02-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Priority|P1 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20259

[Bug c++/20259] New: iostream functions/methods declared

2005-02-28 Thread ramya dot chandar at wipro dot com
Environment : i686-pc-linux-gnu Compiler Version: GCC 3.3.2 Kernel Version : 2.4.7-10 I am compiling a "String.cc" file. It is giving the below given error. But, I could see the ipfx function being defined in 'iostream.h" and the "iostream.h" is being included in the corresponding header fi

[Bug target/19819] ICE when compiling aegis 4.20

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 04:34 --- Subject: Bug 19819 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-01 04:34:01 Modified files: gcc: ChangeLog gcc/config/pa : p

[Bug c/20258] error generated for storage class specified for function parameter

2005-02-28 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-03-01 03:43 --- Subject: Re: error generated for storage class specified for function parameter > --- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 > No static is wrong here, period, what you need is an

[Bug tree-optimization/20256] Perfect nest transformation not conservative enough

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 03:43 --- Assigning to Daniel as he requestioned it :). -- What|Removed |Added AssignedTo|unas

[Bug target/19819] ICE when compiling aegis 4.20

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 03:24 --- Subject: Bug 19819 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-01 03:24:17 Modified files: gcc: Change

[Bug fortran/20257] Fortran runtime error: End of record occurs when writing large arrays

2005-02-28 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-03-01 03:14 --- I noticed on a the list mention that the error occurs only when the output is redirected. When I run ./a.out the error message is embedded in the middle of the output before the last numbers are printed. The

[Bug c/20258] error generated for storage class specified for function parameter

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 03:10 --- No static is wrong here, period, what you need is an attribute which tells the back-end that these are are pointers to ROM and such. -- What|Removed |Added

[Bug c/20258] New: error generated for storage class specified for function parameter

2005-02-28 Thread schlie at comcast dot net
Which may not be litterally a bug, but would like to restrict the functions parameter in this way. Is this possible? (as given the below code example, wan't to be able to identify data stored in program read-only program ROM as being "static const", which they are, and corespondingly identify p

[Bug tree-optimization/20256] Perfect nest transformation not conservative enough

2005-02-28 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-01 03:01 --- This is a problem in testing legality of the perfect nest transform. We think we can transform the loop into a perfect nest, but can't really (at least with the code we have now), and do it wrong. --

[Bug fortran/20257] New: Fortran runtime error: End of record occurs when writing large arrays

2005-02-28 Thread kamaraju at gmail dot com
Consider the following test program (fortran 90) program explore implicit none integer, parameter :: NX = 32, NR = 16, NPHI=2 real :: input(0:NX-1, 0:NR-1, 0:NPHI-1) write(*,*) size(input) call random_number(input) write(*,*) input end program explore This program compiles fine. It exe

[Bug tree-optimization/20216] [4.0/4.1 Regression] Simple loop runs out of stack at -O1

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 02:44 --- Subject: Bug 20216 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-01 02:43:50 Modified files: gcc: ChangeLog tree-chrec.c Log message:

[Bug ada/20255] GNAT Bug Box While Compiling florist-3.15p-src

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:55 --- Can you do what the ICE says to do and give the source code? -- What|Removed |Added

[Bug tree-optimization/20256] -ftree-loop-linear doesn't work right in small loop

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:54 --- Confirmed, here is the reduced self testing testcase: void abort (void); int mid_wts[2][2]={}; int in_pats[2]={}; int do_mid_forward() { int sum; int neurode, i; for (neurode=0;neurode<2; neurode++

[Bug tree-optimization/20256] -ftree-loop-linear doesn't work right in small loop

2005-02-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Keywords|

[Bug tree-optimization/20256] -ftree-loop-linear doesn't work right in small loop

2005-02-28 Thread fjahanian at apple dot com
-- What|Removed |Added CC||dberlin at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/20256] -ftree-loop-linear doesn't work right in small loop

2005-02-28 Thread fjahanian at apple dot com
-- What|Removed |Added CC||dalej at apple dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20256

[Bug tree-optimization/20256] New: -ftree-loop-linear doesn't work right in small loop

2005-02-28 Thread fjahanian at apple dot com
This is a small extract from a benchmark. It shows that -O1 -ftree-loop-linear generates a couple of empty loops, and incorrect behavior. /* main.c */ #include extern void init(); double mid_wts[8][35]; double in_pats[1][35]; double do_mid_forward(int patt) { double sum; int neurode,

[Bug c++/20208] [4.0/4.1 Regression] No array-to-pointer decay happens for template functions

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:24 --- : Search converges between 2004-06-08-trunk (#463) and 2004-06-10-trunk (#464). Well obviously the regression was caused by (but the underlaying bug is still there): 2004-06-09 Andrew Pinski <[EMAIL PROTE

[Bug middle-end/19985] executables created with -fprofile-arcs -ftest-coverage segfault in gcov_exit ()

2005-02-28 Thread lothar at xcerla dot com
--- Additional Comments From lothar at xcerla dot com 2005-03-01 01:23 --- A bug that creates wrong code is critical for me. As our application depends on dynamically loading libraries, there's simply NO workaround for this bug. We can NOT execute any executables built with

[Bug c++/20209] [3.3/3.4/4.0/4.1 Regression] Missing warnings for "aggregate has a partly bracketed initializer"

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:22 --- : Search converges between 2002-10-15-trunk (#105) and 2002-10-16-trunk (#106). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20209

[Bug c++/20212] [4.0/4.1 Regression] attribute unused vs. member function template

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:21 --- : Search converges between 2004-10-07-014001-trunk (#581) and 2004-10-07-161001-trunk (#582). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20212

[Bug target/20214] [3.3/3.4/4.0/4.1 Regression] ICE with register name which is not a register in x86

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:20 --- : Search converges between 2001-03-25-trunk (#12) and 2001-04-01-trunk (#13). Confirmed. -- What|Removed |Added -

[Bug c++/20240] [3.3/3.4/4.0/4.1 Regression] invalid using-redeclaration accepted

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:19 --- : Search converges between 2003-03-11-trunk (#204) and 2003-03-12-trunk (#205). : Search converges between 2003-03-10-3.3 (#48) and 2003-03-12-3.3 (#49). -- What|Removed

[Bug ada/20255] New: GNAT Bug Box While Compiling florist-3.15p-src

2005-02-28 Thread anh_vn_vo at yahoo dot com
GNAT Bug Box was generated while attempt to compile florist-3.15p-src. Specifically, it fails when compiling package posix-signals.adb. The capture message is attached below. ... cut off ... gcc -c -O2 -gnatp posix-shared_memory_objects.adb gcc -c -O2 -gnatp posix-signals.adb +==

[Bug middle-end/19985] executables created with -fprofile-arcs -ftest-coverage segfault in gcov_exit ()

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 01:15 --- (In reply to comment #3) > Changed severity to critical, as the compiler produces code that crashes when > > executing a coverage enabled executable. Well considering this is werid case of using arc pro

[Bug middle-end/19985] executables created with -fprofile-arcs -ftest-coverage segfault in gcov_exit ()

2005-02-28 Thread lothar at xcerla dot com
--- Additional Comments From lothar at xcerla dot com 2005-03-01 01:03 --- Changed severity to critical, as the compiler produces code that crashes when executing a coverage enabled executable. -- What|Removed |Added

[Bug target/20243] static initialization .data redundantly copied to ram prior to use.

2005-02-28 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-03-01 01:02 --- Subject: Re: static initialization .data redundantly copied to ram prior to use. > --- Additional Comments From bjoern dot m dot haase at web dot de > I think the key problem is, that C language permits yo

[Bug fortran/20248] gfortran: intrinsics and std=f95, inconsistency with other compilers

2005-02-28 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-03-01 01:02 --- Read the F2003 standard. 5.1.2.8INTRINSIC attribute The INTRINSIC attribute confirms that a name is the specific name (13.6) or generic name (13.5) of an intrinsic procedure. When you

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19479

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5 and 95

2005-02-28 Thread tobi at gcc dot gnu dot org
-- Bug 15502 depends on bug 19479, which changed state. Bug 19479 Summary: UBOUND causes ICE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19479 What|Old Value |New Value St

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-01 00:44 --- Fixed on mainline and branch. -- What|Removed |Added Status|NEW

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 00:43 --- Subject: Bug 19479 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-01 00:43:16 Modified files: gcc/fortran: Change

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 00:42 --- Subject: Bug 19479 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-01 00:42:11 Modified files: gcc/testsuite : Change

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 00:41 --- Subject: Bug 19479 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-01 00:41:42 Modified files: gcc/fortran: ChangeLog simplify.c gcc/tes

[Bug c++/19311] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 00:09 --- *** Bug 20254 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20254] [3.4 4.0 regression] ICE in resolve_overloaded_unification

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 00:09 --- *** This bug has been marked as a duplicate of 19311 *** -- What|Removed |Added

[Bug c++/20254] [3.4 4.0 regression] ICE in resolve_overloaded_unification

2005-02-28 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2005-03-01 00:08 --- Created an attachment (id=8300) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8300&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20254

[Bug c++/20254] New: [3.4 4.0 regression] ICE in resolve_overloaded_unification

2005-02-28 Thread doko at debian dot org
not seen in 3.3.5, file from openoffice.org 1.9.76 g++-3.4 -save-temps -fmessage-length=0 -c -I. -I. -I../inc -I../../inc -I../../unx/inc -I../../unxlngx4.pro/inc -I. -I/home/packages/ooo/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlngx4.pro/inc/stl -I/home/packages/ooo/openof

[Bug target/10768] ICEs on compilation of ada support library for avr

2005-02-28 Thread rolf dot ebert dot gcc at gmx dot de
--- Additional Comments From rolf dot ebert dot gcc at gmx dot de 2005-02-28 23:52 --- i-c.ad? use exceptions which are not supported on AVR anyhow. The compiler issues a corresponding error message with gcc-3.4.3, no ICE. s-maccod.ads compiles fine with gcc-3.4.3, no ICE. The proble

[Bug bootstrap/14316] collect2 doesnt build on windows hosts

2005-02-28 Thread ericw at evcohs dot com
--- Additional Comments From ericw at evcohs dot com 2005-02-28 23:42 --- What is the status of this bug wrt. to the 4.0 branch? Is it fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14316

[Bug libgcj/20251] [4.0 regression] libgcj configured with --enable-gtk-cairo fails on installation

2005-02-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|[4.0.0 regression] libgcj |[4.0 regression] libgcj |configured with --enable- |configured with --enable-

[Bug libgcj/20251] [4.0.0 regression] libgcj configured with --enable-gtk-cairo fails on installation

2005-02-28 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2005-02-28 23:18 --- looks like this is independent to the --enable-gtk-cairo flag, the last build which succeded with --enable-java-awt=gtk was 20050218. -- What|Removed |Added

[Bug middle-end/19874] [4.0 Regression] ICE in emit_move_insn with __attribute__((mode (QI))) enum

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 23:05 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 23:02 --- (In reply to comment #13) > (In reply to comment #11) I get the same as I got above with the following version on x86: GNU C version 4.0.0 20050225 (experimental) (i686-pc-linux-gnu) compiled by GNU

[Bug middle-end/18887] [4.0/4.1 Regression] libgcc2.h Improperly determines required built-in function size requirements.

2005-02-28 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-02-28 22:38 --- Subject: Re: [4.0/4.1 Regression] libgcc2.h Improperly determines required built-in function size requirements. > - Additional Comments From ericw at evcohs dot com 2005-02-28 22:10 > We've already gone over

[Bug middle-end/19874] [4.0 Regression] ICE in emit_move_insn with __attribute__((mode (QI))) enum

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-28 22:22 --- Subject: Bug 19874 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-02-28 22:22:19 Modified files: gcc: Change

[Bug fortran/20248] gfortran: intrinsics and std=f95, inconsistency with other compilers

2005-02-28 Thread anlauf at hep dot tu-darmstadt dot de
--- Additional Comments From anlauf at hep dot tu-darmstadt dot de 2005-02-28 22:11 --- But is it consistently handled as an intrinsic? Modify the program by adding the line intrinsic :: iargc and compile without -std=f95. Now the name gets mapped to _gfortran_iargc, which is reasonabl

[Bug middle-end/18887] [4.0/4.1 Regression] libgcc2.h Improperly determines required built-in function size requirements.

2005-02-28 Thread ericw at evcohs dot com
--- Additional Comments From ericw at evcohs dot com 2005-02-28 22:10 --- Subject: Re: [4.0/4.1 Regression] libgcc2.h Improperly determines required built-in function size requirements. schlie at comcast dot net wrote: >--- Additional Comments From schlie at comcast dot net 2005

[Bug ada/19959] [4.0/4.1 Regression] Can't compile gnattools for the cross targets

2005-02-28 Thread ericw at evcohs dot com
--- Additional Comments From ericw at evcohs dot com 2005-02-28 22:03 --- Subject: Re: [4.0/4.1 Regression] Can't compile gnattools for the cross targets laurent at guerby dot net wrote: >--- Additional Comments From laurent at guerby dot net 2005-02-28 21:54 >--- >Please s

[Bug middle-end/18887] [4.0/4.1 Regression] libgcc2.h Improperly determines required built-in function size requirements.

2005-02-28 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-02-28 22:02 --- (In reply to comment #21) > Hi, > > since this bug has been fixed by a patch of Roger Sayles a couple of weeks > ago, I suggest to mark it as "fixed". It's true that the original failure mode, which nesses

[Bug target/20243] static initialization .data redundantly copied to ram prior to use.

2005-02-28 Thread ericw at evcohs dot com
--- Additional Comments From ericw at evcohs dot com 2005-02-28 22:01 --- Subject: Re: static initialization .data redundantly copied to ram prior to use. bjoern dot m dot haase at web dot de wrote: >--- Additional Comments From bjoern dot m dot haase at web dot de >2005-02-28

[Bug target/20243] static initialization .data redundantly copied to ram prior to use.

2005-02-28 Thread bjoern dot m dot haase at web dot de
--- Additional Comments From bjoern dot m dot haase at web dot de 2005-02-28 21:58 --- I think the key problem is, that C language permits you to pass pointers to your static const data structures to other functions. Possibly functions that are not located within the same source file.

[Bug middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)

2005-02-28 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-28 21:58 --- (In reply to comment #11) > For me I get: > D.1542 = COMPLEX_EXPR / SR.4, IMAGPART_EXPR / SR.4>; > D.1541 = D.1542; > D.1500 = D.1541; > return (double) REALPART_EXPR + (double) IMAGPART_EXPR

[Bug ada/19959] [4.0/4.1 Regression] Can't compile gnattools for the cross targets

2005-02-28 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-02-28 21:54 --- Please see http://www.rtems.com/phpwiki/index.php/RTEMSAda for instructions on how to build a cross with Ada enabled (this is for RTEMS but should be reusable). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug middle-end/18887] [4.0/4.1 Regression] libgcc2.h Improperly determines required built-in function size requirements.

2005-02-28 Thread bjoern dot m dot haase at web dot de
--- Additional Comments From bjoern dot m dot haase at web dot de 2005-02-28 21:49 --- Hi, since this bug has been fixed by a patch of Roger Sayles a couple of weeks ago, I suggest to mark it as "fixed". Yours, Björn -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18887

[Bug ada/19959] [4.0/4.1 Regression] Can't compile gnattools for the cross targets

2005-02-28 Thread rolf dot ebert dot gcc at gmx dot de
-- What|Removed |Added CC||rolf dot ebert dot gcc at ||gmx dot de http://gcc.gnu.org/bugzi

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 21:41 --- (In reply to comment #5) > Subject: Re: [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer > change > > Andrew, would it be possible for you to try this? I don't really have time to do this a

[Bug middle-end/18902] Naive (default) complex division algorithm

2005-02-28 Thread pinskia at gcc dot gnu dot org
-- Bug 18902 depends on bug 19953, which changed state. Bug 19953 Summary: Special-case real + complex arithmetic operation (-ffast-math) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19953 What|Old Value |New Value --

[Bug middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 21:38 --- So after my investigation says this is fixed so closing as such. -- What|Removed |Added

[Bug regression/20139] [4.0/4.1 regression] cris-elf testsuite: gcc.c-torture/execute/20020720-1.c

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 21:37 --- I should note that this shows up with the following code: #include #include int main() { float a; complex float b,c; foo(&a,&b); c = b/a; return creal(c) + cimag(c) < 0; } if (ABS_

[Bug middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 21:36 --- For me I get: D.1542 = COMPLEX_EXPR / SR.4, IMAGPART_EXPR / SR.4>; D.1541 = D.1542; D.1500 = D.1541; return (double) REALPART_EXPR + (double) IMAGPART_EXPR < 0.0; The only problem with this is

[Bug ada/20075] Bug in GNAT.Expect.Non_Blocking_Spawn

2005-02-28 Thread laurent at guerby dot net
-- What|Removed |Added Keywords||patch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20075

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-02-28 21:00 --- Subject: Re: [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change On Mon, 2005-02-28 at 20:48 +, dpatel at apple dot com wrote: > I extensively tested my patch using GDB tests

[Bug middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)

2005-02-28 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-28 20:55 --- What I meant was comment#8 *sigh* -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19953

[Bug middle-end/18902] Naive (default) complex division algorithm

2005-02-28 Thread Thomas dot Koenig at online dot de
-- Bug 18902 depends on bug 19953, which changed state. Bug 19953 Summary: Special-case real + complex arithmetic operation (-ffast-math) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19953 What|Old Value |New Value --

[Bug middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)

2005-02-28 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-28 20:55 --- Comment #7 shows that there is still something to be done for (br+I*bi)/a (with real br, bi, a). This could be simplified to br/a + I*bi/a, which isn't happening. Thomas -- What|Remove

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-02-28 20:48 --- Subject: Re: [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change I extensively tested my patch using GDB tests suites on two target with STABS as well as DWARF. But if, we need to have a start

[Bug target/20166] Bootstrap failure due to lack of fixinclude of pthread problem

2005-02-28 Thread themis_hv at yahoo dot co dot uk
--- Additional Comments From themis_hv at yahoo dot co dot uk 2005-02-28 20:47 --- For NPTL addon for glibc, it's been their since 12 April 2003, see http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/pthread/pthread.h?cvsroot=glibc -- http://gcc.gnu.org/bugzilla/show_bug

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-02-28 20:39 --- Devang, we *need* to have a start_source_file for the main source file. It is required by the standard that we ouptut a begin/end pair for the main source file, and the start_source_file call is where this s

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 20:30 --- Broke by: http://gcc.gnu.org/ml/gcc-patches/2003-07/msg00364.html I found this by searching for start_source_file and 2003 and then I just say this and reverted it and it was fixed once I reverted it. --

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 20:18 --- Note this does not work with the C++ front-end either. -- What|Removed |Added Known to

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 20:12 --- Just a note this has been broken since "3.4 20031218", the day before the changing the version of 3.4.0 to 3.4.0. -- What|Removed |Added ---

[Bug middle-end/18628] [4.0/4.1 regression] miscompilation of switch statement in loop

2005-02-28 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-02-28 20:09 --- CC'ed. ps). qt-3.3.4 built by gcc4-20050226 is also broken. my testcase (jabber client - psi) is unusable. -- What|Removed |Added

[Bug libobjc/20252] [4.1 regression] Libobjc build broken

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-28 20:05 --- Subject: Bug 20252 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-28 20:04:42 Modified files: libobjc: ChangeLog Makefile.in config.h.in con

[Bug libobjc/20252] [4.1 regression] Libobjc build broken

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 20:05 --- Fixed, thanks for the report in both bug reports and IRC. -- What|Removed |Added

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||wrong-debug Summary|[3.4/4.0 regression]: Macro |[3.4/4.0/4.1 regression]: |debug

[Bug debug/20253] New: [3.4/4.0 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread dberlin at gcc dot gnu dot org
the lexer is no longer calling debug_hooks.start_source_file/end_source_file for the "base compilation file" (IE the one passed on the command line or giving us something about stdin, if that is the case). This breaks macro debug info in dwarf2 because the standard specifies we must have a start/en

[Bug c/20245] [4.1 regression] ICE on invalid function declaration

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 19:26 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libobjc/20252] [4.1 regression] Libobjc build broken

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 19:25 --- Confirmed, testing a patch as I type this. -- What|Removed |Added AssignedTo|unassig

[Bug libobjc/20252] New: [4.1 regression] Libobjc build broken

2005-02-28 Thread hp at gcc dot gnu dot org
Build worked with LAST_UPDATED: "Mon Feb 28 03:50:27 UTC 2005". Build fails with LAST_UPDATED: "Mon Feb 28 18:49:50 UTC 2005". Last few lines of log: checking how to run the C preprocessor... /home/hp/cvs_areas/combined/cris-regobj/./gcc/xgcc -B/hom\ e/hp/cvs_areas/combined/cris-regobj/./gcc/ -nos

[Bug c/20245] [4.1 regression] ICE on invalid function declaration

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-28 19:23 --- Subject: Bug 20245 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-28 19:22:42 Modified files: gcc: ChangeLog c-parser.c gcc/tes

[Bug libgcj/20251] libgcj configured with --enable-gtk-cairo fails on installation

2005-02-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20251

[Bug libgcj/20251] New: libgcj configured with --enable-gtk-cairo fails on installation

2005-02-28 Thread doko at debian dot org
4.0.0 CVS 20050227 fails, when installing into a temporary destination: /bin/sh ./libtool --mode=install /usr/bin/install -c 'libjawt.la' '/build/buildd/gcc-snapshot-20050227/debian/tmp/usr/lib/gcc-snapshot/lib/libjawt.la' libtool: install: warning: relinking `libjawt.la' (cd /build/buildd/gcc-s

[Bug target/20166] Bootstrap failure due to lack of fixinclude of pthread problem

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 18:28 --- (In reply to comment #4) > (In reply to comment #1) > > It is not just debian but anyone who used a bad glibc in the first place. I > have no idea when this was > > introduced at all. > It was introduced b

[Bug middle-end/19874] [4.0 Regression] ICE in emit_move_insn with __attribute__((mode (QI))) enum

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 18:17 --- Fixed on the mainline waiting for the commit for the 4.0 branch. -- What|Removed |Added

[Bug middle-end/19874] [4.0/4.1 Regression] ICE in emit_move_insn with __attribute__((mode (QI))) enum

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-28 17:22 --- Subject: Bug 19874 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-28 17:21:24 Modified files: gcc: ChangeLog tree-ssa.c gcc/tes

[Bug c++/17519] [3.4/4.0/4.1 Regression] Warning for array of packed non-POD in packed struct

2005-02-28 Thread timb at bluearc dot com
--- Additional Comments From timb at bluearc dot com 2005-02-28 17:04 --- That's orthogonal though - and presumably it only applies to a packed object or member *whose type is not packed by definition*, because you can so easily end up passing a pointer or reference to something that doe

[Bug ada/15977] Ada contributors should be documented

2005-02-28 Thread bosch at gcc dot gnu dot org
--- Additional Comments From bosch at gcc dot gnu dot org 2005-02-28 16:36 --- Documented contributors. -- What|Removed |Added Status|ASSIGNED

[Bug ada/15977] Ada contributors should be documented

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-28 16:30 --- Subject: Bug 15977 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-28 16:30:17 Modified files: gcc: ChangeLog gcc/doc: c

  1   2   >