[Bug target/21761] [4.1 Regression] mainline gcc causing internal compiler error.

2005-05-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-30 06:10 --- Subject: Bug 21761 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-30 06:10:06 Modified files: gcc: ChangeLog

[Bug target/21761] [4.1 Regression] mainline gcc causing internal compiler error.

2005-05-30 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-05-30 06:13 --- Should work now, but please verify. -- What|Removed |Added Status|ASSIGNED

[Bug libfortran/20179] cannot mix C and Fortran I/O

2005-05-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-30 07:38 --- Subject: Bug 20179 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-30 07:38:36 Modified files: libgfortran: ChangeLog libgfortran/io :

[Bug libfortran/20179] cannot mix C and Fortran I/O

2005-05-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-30 07:42 --- Subject: Bug 20179 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-30 07:42:38 Modified files: libgfortran:

[Bug libfortran/20179] cannot mix C and Fortran I/O

2005-05-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-30 07:45 --- Patch for first part of the problem applied. Keeping open according to comments #8 to #11. -- What|Removed |Added

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-30 07:50 --- This program builds just fine: $ cat conftest.c main () { /* Are we little or big endian? From HarbisonSteele. */ union { long l; char c[sizeof (long)]; } u; u.l = 1; exit

[Bug c/21813] New: dead lock for ftime and strftime in multhithread C program

2005-05-30 Thread sitthisc at gmail dot com
When I use a ftime function in a multhithread program, sometime it will stop and all thread that use this function will wait for a mutex lock. The information from GDB are following:- Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/64/libnsl.so.1...done.

[Bug gcov/profile/21810] -pg causes libexpat code to crash

2005-05-30 Thread oliverst at online dot de
--- Additional Comments From oliverst at online dot de 2005-05-30 07:56 --- Filed a bug report on the MinGW project page: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21810 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21810

[Bug driver/21814] New: Kernel commpiling segmentation fault

2005-05-30 Thread edvinas at edvinas dot org
gcc -D__KERNEL__ -I/usr/src/linux-2.4.30/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon-nostdinc -iwithprefix include -DKBUILD_BASENAME=floppy -c -o floppy.o floppy.c gcc: Internal

[Bug c/21815] New: -E output depends on -g

2005-05-30 Thread joerg dot richter at pdv-fs dot de
$ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.0.0/configure --prefix=/tools/pkg/gcc/4.0.0 --enable- languages=c,c++ --disable-threads Thread model: single gcc version 4.0.0 $ touch a.c $ gcc -E a.c # 1 a.c # 1 built-in # 1 command line # 1 a.c $ gcc -E -g

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 09:00 --- $ /export/Plocal/GCC-3.3.6/gcc/xgcc -B/export/Plocal/GCC-3.3.6/gcc/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/bin/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/lib/ -isystem

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-30 09:35 --- In the 64-bit case, again none of BYTE_ORDER, BIG_ENDIAN or LITTLE_ENDIAN are defined. As far as I can understand, the configure script stops there and doesn't run additional tests as in the 32-bit case.

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 09:38 --- checking whether byte ordering is bigendian... cross-compiling... unknown checking to probe for byte ordering... guessing bigendian ... unknown configure: error: unknown endianess - sorry gmake[1]: ***

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 09:40 --- I think you should give it another try. rm -r sparc-sun-solaris2.8/libffi rm -r sparc-sun-solaris2.8/sparcv9/libffi gmake all-target-libffi -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782

[Bug driver/21814] Kernel commpiling segmentation fault

2005-05-30 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-05-30 10:34 --- As explained in the URL printed by GCC, we need the preprocessed source. Also notice that 3.3.6 is out and the 3.3 branch is now unsupported. You may want to switch to a newer GCC. -- What

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 10:38 --- $ /export/Plocal/GCC-3.3.6/gcc/xgcc -B/export/Plocal/GCC-3.3.6/gcc/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/bin/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/lib/ -isystem

[Bug libfortran/16436] gfortran TL edit descriptor failure - test f77-edit-t-in.f

2005-05-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-30 10:51 --- I'm beginning to see what happens here. It's arising from many small errors in the library code (bad handling of bytes_left and active fields). I will probably come up with a nice patch in the next few

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-30 11:13 --- This has to be the command line. All I did was copying/pasting from the config.log file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782

[Bug target/21812] libgcc could use some target specific optimizations

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21812

[Bug c/21813] dead lock for ftime and strftime in multhithread C program

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 11:25 --- Not a GCC bug, please report this to your libc provider (most likely glibc). -- What|Removed |Added

[Bug middle-end/21814] Kernel commpiling segmentation fault

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Severity|critical

[Bug preprocessor/21815] -E output depends on -g

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 11:34 --- This is expected behaviour as you need the current directory for debugging. -- What|Removed |Added

[Bug gcov/profile/21810] -pg causes libexpat code to crash

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 11:36 --- The correct URL for the bug at mingw is: https://sourceforge.net/tracker/index.php? func=detailaid=1211187group_id=2435atid=102435 -- What|Removed |Added

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-30 11:39 --- I tried anyway: $ /export/Plocal/GCC-3.3.6/gcc/xgcc -B/export/Plocal/GCC-3.3.6/gcc/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/bin/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/lib/ -isystem

[Bug preprocessor/21815] -E output depends on -g

2005-05-30 Thread joerg dot richter at pdv-fs dot de
--- Additional Comments From joerg dot richter at pdv-fs dot de 2005-05-30 11:41 --- Well, but I want all generated objects to be the same between our developers. This makes an extremly good cache hit rate with ccache. We arranged with it that we don't have the current/source

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 12:22 --- $ /export/Plocal/GCC-3.3.6/gcc/xgcc -B/export/Plocal/GCC-3.3.6/gcc/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/bin/ -B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/lib/ -isystem

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-30 12:43 --- We're heading in the wrong direction. I don't see how '-v' can help. The problem is just that LD_LIBRARY_PATH contains /usr/local/lib which contains a link to the 32-bit libgcc_s.so.1 library of gcc 4.

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-30 12:44 --- (In reply to comment #20) $ env ldd conftest Instead it should read: env LD_LIBRARY_PATH=/export/Plocal/GCC-3.3.6/gcc/sparcv9 ldd conftest I don't know what went wrong while copying/pasting. --

[Bug fortran/21816] New: gfortran rejects simple, valid code

2005-05-30 Thread enok at lysator dot liu dot se
gfortran4 -c /home/oskeno/src/edge/solver/basic/tst.f90 In file /home/oskeno/src/edge/solver/basic/tst.f90:2 TYPE TTYPE 1 Error: Pointer assignment target is neither TARGET nor POINTER at (1) -- Summary: gfortran rejects simple, valid code Product: gcc

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-30 12:59 --- See: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/Makefile.am#rev1.40 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/Makefile.in#rev1.51 These changes must somehow be related to my problems with gcc

[Bug fortran/21816] gfortran rejects simple, valid code

2005-05-30 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-05-30 13:00 --- Created an attachment (id=8991) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8991action=view) Testcase with valid code that fails to compile -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21816

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 13:01 --- We're heading in the wrong direction. I don't see how '-v' can help. The problem is just that LD_LIBRARY_PATH contains /usr/local/lib which contains a link to the 32-bit libgcc_s.so.1 library of

[Bug fortran/21816] gfortran rejects simple, valid code

2005-05-30 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-05-30 13:02 --- (From update of attachment 8991) MODULE TSTMOD TYPE TTYPE INTEGER, POINTER :: P =NULL() END TYPE TTYPE TYPE(TTYPE), POINTER :: TP END MODULE TSTMOD --

[Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures

2005-05-30 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-05-30 13:04 --- These failures should have been fixed after this: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02756.html With the fix above I no longer see these testcase failures on powerpc-apple- darwin, but the ICEs

[Bug fortran/21816] gfortran rejects simple, valid code

2005-05-30 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-05-30 13:05 --- Created an attachment (id=8992) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8992action=view) Corrected testcase Please forget the previous attachment (feel free to remove it if possible) ... _This_

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

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

[Bug fortran/21816] gfortran rejects simple, valid code

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

[Bug tree-optimization/21789] [4.1 regression] ICE with -ftree-vectorize

2005-05-30 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-05-30 13:10 --- Confirmed, this is most likely the same as PR 21653. Indeed looks related, but a patch that fixed PR21653 did not fix this PR. I also checked if the follow-on fix - http://gcc.gnu.org/ml/gcc-patches/2005-

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

2005-05-30 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-05-30 13:27 --- If CHARACTER is replaced by INTEGER the result is the same. Thus, it is not CHARACTER type pointers that causes the problem. (In reply to comment #6) *** Bug 21816 has been marked as a duplicate of this

[Bug tree-optimization/21817] New: [4.0 Regression] ICE in for_each_index, at tree-ssa-loop-im.c:200

2005-05-30 Thread betasoft at acc dot umu dot se
giraff:~/edu/exjobb/src/mkexpl /scratch/dva00mkn/gcc-4.0/bin/gcc bug.c -O -c bug.c: In function 'foo': bug.c:4: internal compiler error: in for_each_index, at tree-ssa-loop-im.c:200 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for

[Bug tree-optimization/21817] [4.0 Regression] ICE in for_each_index, at tree-ssa-loop-im.c:200

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 14:09 --- Confirmed, also happens on i686-pc-linux-gnu. Also this looks like a latent bug on the mainline. -- What|Removed |Added

[Bug java/21818] New: Methods can't be overridden to be more private.

2005-05-30 Thread timo dot lindfors at iki dot fi
Steps to reproduce: 1. Compile they attached testcase with gcj -C DoubleClickJList.java Expected results: 1. DoubleClickJList.class is created and no errors are shown. Actual results: $ /home/lindi/installdir-2005-05-22/gcc/bin/gcj -C DoubleClickJList.java DoubleClickJList.java:3: error: Methods

[Bug SWING/21818] Methods can't be overridden to be more private.

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 14:20 --- Confirmed, this is just namespace spilling in the library. -- What|Removed |Added

[Bug libffi/21819] New: i*86-*-gnu* not enabled in configure.ac

2005-05-30 Thread ams at gnu dot org
i*86-*-gnu* not enabled in configure.ac, which makes configure fail if you try to compile libffii on GNU. -- Summary: i*86-*-gnu* not enabled in configure.ac Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal

[Bug libfortran/21820] New: Really, really, horrible IO performance

2005-05-30 Thread kargl at gcc dot gnu dot org
Consider the following program: program kl integer i,j,k integer, parameter :: m = 1000, n = 387 real x(m,n) x = 1.e0 inquire(iolength=k) (x(i,1), i=1, m) open(unit=1, file='foo.dat', access='direct', recl=k) do j = 1, n write(1,rec=j) (x(i,j), i=1, n) end do

[Bug java/21818] Methods can't be overridden to be more private.

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 14:33 --- Nope, I am wrong, this is a front-end bug: copper:~cat t/JList.java package t; public class JList { void init(){} } copper:~cat DoubleClickJList.java import t.JList; public class DoubleClickJList extends

[Bug other/16406] [3.4 Regression] USE_LD_AS_NEEDED undocumented

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 14:33 --- Alan, am I mistaken or did you document on the 3.4 branch something that is only in 4.x? AFAICS PR bootstrap/14992 has been solved differently on that branch: PR bootstrap/14992 *

[Bug libfortran/21820] Really, really, horrible IO performance

2005-05-30 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-05-30 14:33 --- Created an attachment (id=8994) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8994action=view) patch to fix problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21820

[Bug tree-optimization/21734] [4.1 regression] ICE: -ftree-vectorize, segfault

2005-05-30 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-05-30 14:35 --- I can't reproduce this ICE with mainline snapshot from today. (I was able to reproduce it a few days ago, but not anymore). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21734

[Bug libffi/21819] i*86-*-gnu* not enabled in configure.ac

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21819

[Bug libffi/21782] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 14:40 --- Aaah... You mean adding '-v' to 'xgcc', not to 'conftest' itself. My wrong. Yup, sorry for being too vague. Please find the output of the following command attached. The problem stems from -lgcc

[Bug java/21821] New: MAXPATHLEN usage in [gcc]/libjava/gnu/java/nio/channels/natFileChannelImpl.cc

2005-05-30 Thread ams at gnu dot org
Please do not use MAXPATHLEN, it is a arbitrary limit, and is not defined on GNU. Currently this makes libjava (gcc 4.0.0) unbuildable on GNU since [gcc]/libjava/gnu/java/nio/channels/natFileChannelImpl.cc assumes that MAXPATHLEN is defined. Please do not use these kind of limits in GNU

[Bug bootstrap/14992] --as-needed patch makes -shared-libgcc the default on some systems

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 14:40 --- Someone forgot that the HAVE_LD_AS_NEEDED patch had also been put on the 3.3 branch, so the silent switch from -static-libgcc to -shared-libgcc is present on that branch too. See PR bootstrap/21782. --

[Bug libgcj/21821] MAXPATHLEN usage in natFileChannelImpl.cc

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|java|libgcj Keywords||build Summary|MAXPATHLEN usage in

[Bug libgcj/21821] MAXPATHLEN usage in natFileChannelPosix.cc

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|MAXPATHLEN usage in |MAXPATHLEN usage in |natFileChannelImpl.cc |natFileChannelPosix.cc

[Bug libffi/21819] i*86-*-gnu* not enabled in configure.ac

2005-05-30 Thread ams at gnu dot org
--- Additional Comments From ams at gnu dot org 2005-05-30 14:42 --- Created an attachment (id=8995) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8995action=view) Add i*86-*-gnu* to configure.ac Add GNU to the list of detected systems. 2005-05-30 Alfred M. Szmidt [EMAIL

[Bug libffi/21782] [3.3 Regression] configure: error: unknown endianess

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 14:44 --- Since 3.3.6 is the last release of 3.3.x, closing as will not fix. -- What|Removed |Added

[Bug libffi/21782] [3.3 Regression] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||14992 Target Milestone|3.4.6 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782

[Bug tree-optimization/21155] [4.1 Regression] ICE in ssa tree check compiling crafty with -ftree-vectorize -maltivec

2005-05-30 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-05-30 14:47 --- crafty_bug.c:31: internal compiler error: tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:467 SPEC CPU2000 tests gcc, crafty, and mesa all get this ICE. I've seen this

[Bug libfortran/21820] Really, really, horrible IO performance

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 14:49 --- I cannot reproduce this on either powerpc-darwin or i686-pc-linux-gnu, what target are you using? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21820

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-05-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 14:49 --- The bottom line of all this mess is that you shouldn't use Binutils 2.15 or above with GCC 3.3.4, 3.3.5 or 3.3.6. -- What|Removed |Added

[Bug libffi/21819] i*86-*-gnu* not enabled in configure.ac

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 14:51 --- When the mail lists are back up and working, could you send your patch to gcc-patches@ and java- [EMAIL PROTECTED] Also I think the check for -gnu* should go after the linux as linux-gnu will match too.

[Bug libgcj/21821] MAXPATHLEN usage in libjava

2005-05-30 Thread ams at gnu dot org
--- Additional Comments From ams at gnu dot org 2005-05-30 14:53 --- [gcc]/libjava/java/io/natFilePosix.cc is also broken due to the usage of MAXPATHLEN. -- What|Removed |Added

[Bug libffi/21819] i*86-*-gnu* not enabled in configure.ac

2005-05-30 Thread ams at gnu dot org
--- Additional Comments From ams at gnu dot org 2005-05-30 14:55 --- Will do. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21819

[Bug libfortran/21820] Really, really, horrible IO performance

2005-05-30 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-05-30 14:58 --- Subject: Re: Really, really, horrible IO performance On Mon, May 30, 2005 at 02:49:04PM -, pinskia at gcc dot gnu dot org wrote: I cannot reproduce this on either powerpc-darwin or

[Bug libfortran/21820] Really, really, horrible IO performance

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 15:00 --- (In reply to comment #3) Note, the use of O_TRUNC on replacing a file should not hurt performance on other OS's. On powerpc-darwin I am using HFS+. Hmm, I think I should drag my firewire drive out and

[Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2005-05-30 Thread schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
-- What|Removed |Added CC||schwinge-bugzilla-gcc dot ||gnu dot org at nic-nac-

[Bug libgcj/21821] MAXPATHLEN usage in libjava

2005-05-30 Thread schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
-- What|Removed |Added CC||schwinge-bugzilla-gcc dot ||gnu dot org at nic-nac-

[Bug java/21822] New: fastjar/jartool.c's usage of MAXPATHLEN

2005-05-30 Thread ams at gnu dot org
The way MAXPATHLEN is used in jartool.c is wrong, instead of defining a bogus value on platforms that do not have MAXPATHLEN defined (i.e. GNU) one should try and use getcwd as follows: char *dir = getcwd (NULL, 0); instead of passing a buffer and a size. This will only work on systems that

[Bug libgcj/21822] fastjar/jartool.c's usage of MAXPATHLEN

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|java|libgcj http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21822

[Bug tree-optimization/21789] [4.1 regression] ICE with -ftree-vectorize

2005-05-30 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-05-30 15:08 --- I also checked if the follow-on fix - http://gcc.gnu.org/ml/gcc-patches/2005- 05/msg02478.html resolves this problem, but it doesn't. Actually, I think the patch above

[Bug c/21823] New: MAXPATHLEN usage in [gcc]/fixincludes

2005-05-30 Thread ams at gnu dot org
The way MAXPATHLEN is used in fixincludes (server.c and fixincl.c) is wrong, instead of defining a bogus value on platforms that do not have MAXPATHLEN defined (i.e. GNU) one should try and use getcwd as follows: char *dir = getcwd (NULL, 0); instead of passing a buffer and a size. This will

[Bug other/21823] MAXPATHLEN usage in [gcc]/fixincludes

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |other http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21823

[Bug fastjar/21822] fastjar/jartool.c's usage of MAXPATHLEN

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 15:10 --- You should report this to the up stream as GCC just merges with fastjar see the README in fastjar directory. -- What|Removed |Added

[Bug target/21824] New: [meta-bug] bootstrap bugs for *-gnu*

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- Summary: [meta-bug] bootstrap bugs for *-gnu* Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: build Severity: minor Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot

[Bug target/21824] [meta-bug] bootstrap bugs for *-gnu*

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||meta-bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21824

[Bug fastjar/21822] fastjar/jartool.c's usage of MAXPATHLEN

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21824 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21822

[Bug target/21824] [meta-bug] bootstrap bugs for *-gnu*

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||21706, 21821, 21822, 21823 Status|UNCONFIRMED |NEW Ever Confirmed|

[Bug libgcj/21821] MAXPATHLEN usage in libjava

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21824 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21821

[Bug other/21823] MAXPATHLEN usage in [gcc]/fixincludes

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21824 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21823

[Bug middle-end/21706] MAXPATHLEN usage in [gcc]/gcc/tlink.c

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21824 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21706

[Bug libfortran/21820] Really, really, horrible IO performance

2005-05-30 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-05-30 15:15 --- Subject: Re: Really, really, horrible IO performance On Mon, May 30, 2005 at 03:00:41PM -, pinskia at gcc dot gnu dot org wrote: Note, the use of O_TRUNC on replacing a file

[Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

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

[Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21824 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21724

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

2005-05-30 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-05-30 15:17 --- FX, Can you commit the testcase and close this PR? steve -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216

[Bug libfortran/21820] Really, really, horrible IO performance

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 15:20 --- I see the same thing on powerpc-darwin but it seems like on freebsd, it is actually paging in the memory which seems wrong, I almost want to say you should report it to freebsd as their performance bug

[Bug fastjar/13020] zip-style comments

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|libgcj |fastjar http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13020

[Bug fortran/21825] New: Segmentation fault on 2D array initialization with reshape

2005-05-30 Thread enok at lysator dot liu dot se
The following code causes segmentation fault with gfortran PROGRAM TST CHARACTER(2), PARAMETER :: ETYPE(2,2) = RESHAPE((/ 'a1','b1','a2','b2' /),(/2,2/)) END PROGRAM TST gfortran4 -c tst.f90 tst.f90:0: internal compiler error: Segmentation fault Please submit a full bug report, with

[Bug fastjar/20941] Incorrect case for META-INF with fastjar

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|libgcj |fastjar http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20941

[Bug fastjar/21826] New: fastjar does not look to see if mkdir takes one or two arguments

2005-05-30 Thread pinskia at gcc dot gnu dot org
On i386-mingw32, there is another one of those: ../../gcc/fastjar/jartool.c: In function 'extract_jar': ../../gcc/fastjar/jartool.c:1770: error: too many arguments to function 'mkdir' Looks like MKDIR_TAKES_ONE_ARG is not defined as it should be. -- Summary: fastjar does not look to

[Bug middle-end/21597] [4.1 Regression] libgcc broken on targets with MKDIR_TAKES_ONE_ARG

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 15:29 --- (In reply to comment #2) Looks like MKDIR_TAKES_ONE_ARG is not defined as it should be. Which I filed as PR 21826. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21597

[Bug AWT/17254] [java-gui-branch] Hang when resizing AWT window on Alpha

2005-05-30 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-05-30 15:32 --- There were some changes in how AWT threading works (as well as many other changes) recently. Can you retry your test and post the results here? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17254

[Bug libgcj/21821] MAXPATHLEN usage in libjava

2005-05-30 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-05-30 15:35 --- Its easy to fix this for natFileChannelImpl.cc. For natFilePosix.cc it is not so simple - is there a portable alternative to realpath() that does not require the use of MAXPATHLEN / PATH_MAX ? --

[Bug target/21760] [4.1 Regression] Powerpc atomic builtins missing PPC405 errata

2005-05-30 Thread geoffk at geoffk dot org
--- Additional Comments From geoffk at geoffk dot org 2005-05-30 15:37 --- Subject: Re: [4.1 Regression] Powerpc atomic builtins missing PPC405 errata On 29/05/2005, at 6:40 PM, dje at gcc dot gnu dot org wrote: This is a regression because libstdc++ previously worked correctly

[Bug libgcj/21821] MAXPATHLEN usage in libjava

2005-05-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-30 16:14 --- Subject: Bug 21821 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-30 16:02:40 Modified files: libjava: ChangeLog

[Bug libfortran/21820] Really, really, horrible IO performance

2005-05-30 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-05-30 16:20 --- Subject: Re: Really, really, horrible IO performance On Mon, May 30, 2005 at 03:20:18PM -, pinskia at gcc dot gnu dot org wrote: I see the same thing on powerpc-darwin but it seems

[Bug c++/21784] [3.4/4.0/4.1 Regression] Using vs builtin names

2005-05-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-30 16:21 --- Subject: Bug 21784 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-30 16:20:29 Modified files: gcc/cp : ChangeLog name-lookup.c

[Bug libgcj/21821] MAXPATHLEN usage in libjava

2005-05-30 Thread ams at gnu dot org
--- Additional Comments From ams at gnu dot org 2005-05-30 16:23 --- (In reply to comment #2) Its easy to fix this for natFileChannelImpl.cc. Thank you for fixing it! For natFilePosix.cc it is not so simple - is there a portable alternative to realpath() that does not require the

[Bug c++/21784] [3.4/4.0/4.1 Regression] Using vs builtin names

2005-05-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-30 16:29 --- Subject: Bug 21784 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-30 16:29:05 Modified files: gcc/cp :

[Bug c++/21784] [3.4/4.0/4.1 Regression] Using vs builtin names

2005-05-30 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-05-30 16:31 --- Fixed in 4.0.1. -- What|Removed |Added Status|ASSIGNED

  1   2   >