[Bug java/34313] New: SSLEngine for NIO - socket connection not working

2007-12-01 Thread syedahmed1 at sbcglobal dot net
Getting the following exception with the gcj4.3.0 The code is not using any nio - but Jessie is and due to which I am getting this exception. The same code does work with openjdk. error pre-initialising SSL for JNDI connection: javax.naming.NamingException: error pre-initialising SSL for JNDI con

[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread jvdelisle at verizon dot net
--- Comment #24 from jvdelisle at verizon dot net 2007-12-02 02:05 --- Subject: Re: access="stream",form="unformatted" doesn't buffer > m = where + s->active; > > if (s->physical_offset != m && lseek (s->fd, m, SEEK_SET) < 0) > return NULL; > > I don't think this is correct.

Re: [Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread Jerry DeLisle
m = where + s->active; if (s->physical_offset != m && lseek (s->fd, m, SEEK_SET) < 0) return NULL; I don't think this is correct. You are dead on, I have fixed this and have a patch regression testing now. The above did not break backspace_6.f90, but it broke some other things. Stay

[Bug target/34312] spill failure with -O2 -fPIC -march=pentium-m on i386

2007-12-01 Thread christophe at saout dot de
--- Comment #1 from christophe at saout dot de 2007-12-01 23:19 --- Created an attachment (id=14679) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14679&action=view) preprocessed source file gunzip breaks.i.gz; g++ -o breaks.o -c breaks.i -O2 -march=pentium-m -fPIC -- http://

[Bug target/34312] New: spill failure with -O2 -fPIC -march=pentium-m on i386

2007-12-01 Thread christophe at saout dot de
I get this with the gcc 4.3 snapshot from 20071130 when compiling thunderbird: leto:/home/chtephan > LANG=C g++ -o breaks.o -c breaks.i -O2 -march=pentium-m -fPIC nsUnicodeToJamoTTF.cpp: In function ‘const JamoNormMap* JamoClusterSearch(JamoNormMap, const JamoNormMap*, PRInt16)’: nsUnicodeToJamoTT

[Bug middle-end/34226] [4.3 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612

2007-12-01 Thread rask at gcc dot gnu dot org
--- Comment #6 from rask at gcc dot gnu dot org 2007-12-01 22:39 --- Created an attachment (id=14678) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14678&action=view) patch v2 The first patch caused build failure on sh and arm, this one fixes that. -- rask at gcc dot gnu dot o

[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread tkoenig at gcc dot gnu dot org
--- Comment #23 from tkoenig at gcc dot gnu dot org 2007-12-01 22:19 --- I'm studying why we get a regression in backspace_6.f, and I'm confused by fd_alloc_r_at: gfc_offset m; if (where == -1) where = s->logical_offset; ... What happens if where != -1 (if we use salloc_r_a

[Bug libffi/34311] New: libffi.call/nested_struct5.c execution tests fail under darwin9 on powerpc

2007-12-01 Thread howarth at nitro dot med dot uc dot edu
The following libffi tests are regressed under powerpc-apple-darwin9... AIL: libffi.call/nested_struct5.c -O0 -W -Wall execution test FAIL: libffi.call/nested_struct5.c -O2 execution test FAIL: libffi.call/nested_struct5.c -O3 execution test FAIL: libffi.call/nested_struct5.c -Os execution test T

[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread kargl at gcc dot gnu dot org
--- Comment #22 from kargl at gcc dot gnu dot org 2007-12-01 22:08 --- (In reply to comment #19) > I don't see the "Are we lucky and avoid syscall?" hack in the fd_seek > routine from unix.c of the gcc 4.0 branch. So one could argue that it was a > performance regression introduced

[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #21 from jvdelisle at gcc dot gnu dot org 2007-12-01 22:07 --- Reply to comment #18, Thomas, A particular reason I do not recall. Have you tested without it? It seems from the description of the alloc scheme in the comments we should only have to free the stream (sfree).

[Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include

2007-12-01 Thread haubi at gentoo dot org
--- Comment #4 from haubi at gentoo dot org 2007-12-01 22:04 --- Same here with gcc-4.2.2 and powerpc-ibm-aix5.3.0.0. Some diagnostics what happens when _LARGE_FILES (and _LARGE_FILE_API) is defined: /* would both be 'long' without _LARGE_FILES: */ typedef long long fpos_t; typedef l

[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread tkoenig at gcc dot gnu dot org
--- Comment #20 from tkoenig at gcc dot gnu dot org 2007-12-01 21:53 --- (In reply to comment #19) > I don't see the "Are we lucky and avoid syscall?" hack in the fd_seek > routine from unix.c of the gcc 4.0 branch. So one could argue that it was a > performance regression introdu

[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread howarth at nitro dot med dot uc dot edu
--- Comment #19 from howarth at nitro dot med dot uc dot edu 2007-12-01 21:50 --- I don't see the "Are we lucky and avoid syscall?" hack in the fd_seek routine from unix.c of the gcc 4.0 branch. So one could argue that it was a performance regression introduced in gcc 4.1. --

[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer

2007-12-01 Thread tkoenig at gcc dot gnu dot org
--- Comment #18 from tkoenig at gcc dot gnu dot org 2007-12-01 21:30 --- (In reply to comment #13) > Created an attachment (id=14676) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14676&action=view) [edit] HI Jerry, what is the reason why you still flush for formatted stream i/o

[Bug fortran/34306] misprinting of derived types

2007-12-01 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2007-12-01 21:21 --- Subject: Re: misprinting of derived types > I get the same results with Sun F95 and Ifort So do g95 and Portland Group Fortran. And I think I understand now that it is not a bug. What is printed is pts(1)%x, pts(1)

[Bug libffi/31937] libffi doesn't support ppc without FPU

2007-12-01 Thread andreast at gcc dot gnu dot org
--- Comment #8 from andreast at gcc dot gnu dot org 2007-12-01 21:02 --- Implemented. Hopefully it will be of some use to others :) -- andreast at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libffi/31937] libffi doesn't support ppc without FPU

2007-12-01 Thread andreast at gcc dot gnu dot org
--- Comment #7 from andreast at gcc dot gnu dot org 2007-12-01 21:00 --- Subject: Bug 31937 Author: andreast Date: Sat Dec 1 21:00:04 2007 New Revision: 130559 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130559 Log: 2007-12-01 Andreas Tobler <[EMAIL PROTECTED]> P

[Bug fortran/34306] misprinting of derived types

2007-12-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-12-01 20:43 --- I get the same results with Sun F95 and Ifort -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34306

[Bug objc/34310] New: new objc testsuite failures from "expected ';' before '__attribute__'" under darwin9

2007-12-01 Thread howarth at nitro dot med dot uc dot edu
When built under Darwin9, the objc testsuite exhibits a number of regressions compared to Darwin8 due to compilation errors of "expected ';' before '__attribute__'". These new failures include... objc/execute/bycopy-1.m compilation objc/execute/bycopy-2.m compilation objc/execute/bycopy-3.m compil

[Bug regression/33928] [4.3 Regression] 22% performance slowdown from 4.2.2 to 4.3.0 in floating-point code

2007-12-01 Thread lucier at math dot purdue dot edu
--- Comment #19 from lucier at math dot purdue dot edu 2007-12-01 18:59 --- Subject: Re: [4.3 Regression] 22% performance slowdown from 4.2.2 to 4.3.0 in floating-point code On Nov 30, 2007, at 9:58 AM, bonzini at gnu dot org wrote: > -fno-forward-propagate I don't know how to debu

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-01 Thread schwab at suse dot de
--- Comment #6 from schwab at suse dot de 2007-12-01 17:21 --- Looks good. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34302

[Bug c++/34309] template variable not getting marked as weak when defined in pch

2007-12-01 Thread rbuergel at web dot de
--- Comment #1 from rbuergel at web dot de 2007-12-01 16:15 --- I forgot to mention, that gcc works correctly, if the header is not precompiled. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34309

[Bug c++/34309] New: template variable not getting marked as weak when defined in pch

2007-12-01 Thread rbuergel at web dot de
this is an "enhanced" version of bug 24389. The bug is still present, if the template variable is defined in a precompiled header. Testcase: == header.h == #include == 1.cpp == #include "header.h" == 2.cpp == #include "header.h" int main(){} compiling them: g++ -c header.h g++ 1.cpp 2

[Bug libstdc++/5291] Bad reference to build directory in libstdc++.la

2007-12-01 Thread pcarlini at suse dot de
--- Comment #26 from pcarlini at suse dot de 2007-12-01 15:00 --- Hi Paolo, any chance you can comment on this PR / review the patches in Comments 20 - 23 ? Thanks in advance. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure

2007-12-01 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2007-12-01 14:52 --- After almost a year, feedback is definitely not forthcoming... -- pcarlini at suse dot de changed: What|Removed |Added

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-01 Thread zadeck at naturalbridge dot com
--- Comment #5 from zadeck at naturalbridge dot com 2007-12-01 13:55 --- Created an attachment (id=14677) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14677&action=view) possible patch to fix this andreas, would you try this patch? I will try to make a small test case if this

[Bug c++/31260] [4.1/4.2/4.3 Regression] ICE: segmentation fault with template code

2007-12-01 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2007-12-01 13:54 --- Unassigning, likely other can fix it much easily than me -- pcarlini at suse dot de changed: What|Removed |Added --

[Bug ada/21489] Wrong code generated for legal program, RM 6.4.1(13), 9.5.1(3), 9.5.3(8)

2007-12-01 Thread sam at gcc dot gnu dot org
-- sam at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |sam at gcc dot gnu dot org |dot org

[Bug c++/34298] [3.4] ICE on templated class with statically sized array computed from static const member

2007-12-01 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2007-12-01 12:12 --- Yes, and active branches are all fine. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug ada/33722] putenv() is made posix-conformant on FreeBSD 7.x

2007-12-01 Thread sam at gcc dot gnu dot org
--- Comment #5 from sam at gcc dot gnu dot org 2007-12-01 12:04 --- The patch has been committed in SVN trunk and in the 4.2 branch. -- sam at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/33722] putenv() is made posix-conformant on FreeBSD 7.x

2007-12-01 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2007-12-01 12:03 --- Subject: Bug 33722 Author: sam Date: Sat Dec 1 12:03:42 2007 New Revision: 130556 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130556 Log: 2007-12-01 Kostik Belousov <[EMAIL PROTECTED]> gcc/ada/

[Bug ada/33722] putenv() is made posix-conformant on FreeBSD 7.x

2007-12-01 Thread sam at gcc dot gnu dot org
--- Comment #3 from sam at gcc dot gnu dot org 2007-12-01 11:52 --- Subject: Bug 33722 Author: sam Date: Sat Dec 1 11:52:42 2007 New Revision: 130555 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130555 Log: 2007-12-01 Kostik Belousov <[EMAIL PROTECTED]> gcc/ada/

[Bug c/34308] gcc internal error (seg fault) (program cc1) with ill formed foo.c

2007-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-01 11:38 --- This is just the standard recursive decendent parser issue. if you have a lot of levels, it will crash at some point. I don't think this bug can be fixed. Try increasing the stack size and you will see it no longe

[Bug c++/34307] when data member name is same as parameter name, possible to omit parameter name in constructor without warning

2007-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-01 11:33 --- Hop::Hop(string):msg(msg) {} Does not reference msg the argument here since there is no such thing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34307

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2007-12-01 Thread aaw at gcc dot gnu dot org
--- Comment #9 from aaw at gcc dot gnu dot org 2007-12-01 09:08 --- Fixed by revision 130554. -- aaw at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2007-12-01 Thread aaw at gcc dot gnu dot org
--- Comment #8 from aaw at gcc dot gnu dot org 2007-12-01 08:57 --- Subject: Bug 8171 Author: aaw Date: Sat Dec 1 08:56:55 2007 New Revision: 130554 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130554 Log: PR c++/8171 gcc/cp/ * typeck.c (build_binary_

[Bug c/34308] New: gcc internal error (seg fault) (program cc1) with ill formed foo.c

2007-12-01 Thread dominique dot pelle at free dot fr
gcc gives an internal error when compiling a source file which contains _lots_ of stars '*' (pointer of pointer of pointer etc.) The source file looks admitedly silly but it should not cause gcc to segfault. This bug was filed in Ubuntu bug database: https://bugs.launchpad.net/ubuntu/+source/g