[Bug fortran/27121] New: Undefined symbols: ___dso_handle

2006-04-11 Thread dir at lanl dot gov
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.5.0 http

[Bug fortran/27183] New: gfortran - testsuite unexpected failure - assembler error message

2006-04-17 Thread dir at lanl dot gov
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: i386-apple-darwin8.6.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27183

[Bug fortran/27561] New: i386-pc-mingw32 version incorrect error

2006-05-11 Thread dir at lanl dot gov
ReportedBy: dir at lanl dot gov GCC host triplet: i386-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27561

[Bug libfortran/27575] New: gfortran - does not generate error when trying to read too much data

2006-05-12 Thread dir at lanl dot gov
Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC target triplet: powerpc-apple-darwin8.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27575

[Bug fortran/27642] New: gfortran - fails to build MacOSX - 10.4.6

2006-05-17 Thread dir at lanl dot gov
: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.6.0 http

[Bug target/27642] [4.2 regression] gfortran - fails to build MacOSX - 10.4.6

2006-05-17 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2006-05-17 17:04 --- no problem with 4.1.1 - [dranta:~] dir% gfortran --v Using built-in specs. Target: powerpc-apple-darwin8.6.0 Configured with: ../gcc/configure --prefix=/Users/dir/gfortran4.1 --enable-languages=c,f95 Thread model: posix gcc

[Bug fortran/27683] New: Many new GFORTRAN testsuite failures

2006-05-19 Thread dir at lanl dot gov
rtran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27683

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-22 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2006-05-22 14:41 --- Hi Paul, I down loaded a completely new tree this morning and did a new build with about the same results - Test Run By dir on Mon May 22 07:08:14 2006 Native configuration is powerpc-apple-darwin8.6.0

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-22 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2006-05-22 14:58 --- I grabbed one of the tests that failed and tried it with today's 4.2.0 version and version 4.1.1 and it failed with the new and passed with the old - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_lo

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-22 Thread dir at lanl dot gov
--- Comment #4 from dir at lanl dot gov 2006-05-22 20:51 --- There is no problem on LINUX or the Intel Macintosh version - only having trouble with the powerPC version. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27683

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-23 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2006-05-23 19:16 --- Has anybody else with a powerPC Macintosh tried the testsuite recently ? I down loaded and rebuild 4.1.1 and 4.2.0 today. 4.1.1 is Ok. 4.2.0 has the same errors. The test problem in comment #3 works with -g, but when

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-24 Thread dir at lanl dot gov
--- Comment #8 from dir at lanl dot gov 2006-05-24 18:27 --- Hi Jerry, I tried rev 113947 and rev 113923 that I think are just before your patches and gfortran still failed. I did a "svn update -r 113923 gcc" to create the old version. I hope that is the correct wa

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #10 from dir at lanl dot gov 2006-05-25 13:36 --- I restored and rebuilt the 20060508 version that I had archived and I still get the error - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical At

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #12 from dir at lanl dot gov 2006-05-25 14:35 --- I rebuild version 20060508 from the full source tree that I had saved and I find the problem - I am beginning to wonder if the update to CCTOOLS or the system is causing the problem - except for the fact that I can build the

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #14 from dir at lanl dot gov 2006-05-25 14:47 --- The version from the wiki also fails - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical At line 9 of file write_logical.f90 Fortran runtime error

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #15 from dir at lanl dot gov 2006-05-25 14:54 --- At last one that works (I knew that I did the testsuite on this one) - version 20060405 - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #16 from dir at lanl dot gov 2006-05-25 16:33 --- Works at rev 112998 just before the updates for bug 27138 on April 17 - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -o write_logical write_logical.f90 [dranta:~/tests/gfortran-D] dir% write_logical [dranta:~/tests/gfortran

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-25 Thread dir at lanl dot gov
--- Comment #17 from dir at lanl dot gov 2006-05-25 20:53 --- It runs after (bug fix 20257) rev 113373 and fails after (bug fix 27360) rev 113396. I think that narrows it down to one of two updates - if the problem was caused by changes to gfortran. -- http://gcc.gnu.org/bugzilla

[Bug fortran/27683] Many new GFORTRAN testsuite failures

2006-05-26 Thread dir at lanl dot gov
--- Comment #21 from dir at lanl dot gov 2006-05-26 17:45 --- It is rev 113395 that is causing the problem. I backed out that change and built today's version of gfortran - it now correctly runs one of the tests that has been failing - [dranta:~/tests/gfortran-D] dir% gfortran -

[Bug target/27683] [4.2 Regression] Many new GFORTRAN testsuite failures

2006-05-26 Thread dir at lanl dot gov
--- Comment #23 from dir at lanl dot gov 2006-05-26 19:36 --- Here is the good and the bad - [dranta:~/tests/gfortran-D] dir% gfortran -O1 -save-temps -o write_logical2 write_logical2.f90 [dranta:~/tests/gfortran-D] dir% write_logical2 At line 9 of file write_logical2.f90 Fortran

[Bug fortran/27561] [mingw32] floating-point extreme values are wrong

2006-05-30 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2006-05-30 16:34 --- It is strange - gfortran under cygwin does not seem to have the problem. I wonder why GMP/MPFR is different under MSYS ? I also tried your test under MSYS on my system and got the same answer (+one digit) that you got under

[Bug fortran/27561] [mingw32] floating-point extreme values are wrong

2006-05-30 Thread dir at lanl dot gov
--- Comment #6 from dir at lanl dot gov 2006-05-30 17:01 --- I also forced it to use the gcc that came with gfortran getting the same result. I built with mpfr-2.1.2 and gmp-4.1.4 a while ago when I unsucessfully tried to build gfortran on my PC. I noticed your MSYS version is printing

[Bug fortran/28411] New: gfortran: Internal error: Illegal instruction

2006-07-17 Thread dir at lanl dot gov
ary: gfortran: Internal error: Illegal instruction Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot

[Bug fortran/24710] New: gfortran - fails to build on Mac OSX -10.4.3

2005-11-07 Thread dir at lanl dot gov
Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24710

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-07 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2005-11-07 16:11 --- It failed under 10.4.2 from a completely new down load - then I upgraded to 10.4.3 to see if that would help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24710

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-07 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2005-11-07 16:47 --- Here is another try from another complete download under 10.4.3 - # When builting multilibbed target libraries, all the required # When builting multilibbed target libraries, all the required # libraries are expected to

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-07 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2005-11-07 19:17 --- I do the get with - [dranta:~/utlib] dir% cat gfortranGet cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/gcc co gcc I do the configure with - [dranta:~/utlib] dir% cat gfortranConfig configure --prefix=/Users/dir/gfortran --enable

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-07 Thread dir at lanl dot gov
--- Comment #6 from dir at lanl dot gov 2005-11-07 19:19 --- I have a dual 2.5 GHZ PowerPC G5 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24710

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-07 Thread dir at lanl dot gov
--- Comment #8 from dir at lanl dot gov 2005-11-07 21:14 --- If - cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/gcc co gcc is now wrong, what is the correct CVS command to use ? Changing the directory make no difference, I have done exactly the same thing for the last year or so and I had

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-08 Thread dir at lanl dot gov
--- Comment #10 from dir at lanl dot gov 2005-11-08 14:18 --- The make bootstrap ends with - make bootstrap ... ... checking for .preinit_array/.init_array/.fini_array support... no checking if mkdir takes one argument... no Using `../.././gcc/config/rs6000/rs6000.c' for ma

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-08 Thread dir at lanl dot gov
--- Comment #11 from dir at lanl dot gov 2005-11-08 15:15 --- Down loading gfortran using svn took 40 percent longer and gave the same results on the build - By the way the GNU Fortran Page - http://gcc.gnu.org/fortran/ still says to use anonymous CVS MLIBS=`/Users/dir/gfortran

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-08 Thread dir at lanl dot gov
--- Comment #13 from dir at lanl dot gov 2005-11-08 18:14 --- Here is what I do - 12 9:21mkdir gfortran 13 9:21cd gfortran 14 9:25svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc 15 9:56cd gcc 16 9:56configure --prefix=/Users/dir/bin

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-08 Thread dir at lanl dot gov
--- Comment #15 from dir at lanl dot gov 2005-11-08 21:46 --- The problem is still there - 34 13:14 svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc 35 13:29 cd gcc 36 13:30 mkdir objdir 37 13:30 cd objdir 38 13:30 ../configure --prefix=/Users

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-09 Thread dir at lanl dot gov
--- Comment #18 from dir at lanl dot gov 2005-11-09 15:13 --- That was it - my system had two versions of strip. Thanks, Dale The final library build has some warning messages, but they do not seem to hurt anything - ranlib -c .libs/libgfortranbegin.a creating libgfortranbegin.la

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-09 Thread dir at lanl dot gov
--- Comment #20 from dir at lanl dot gov 2005-11-09 15:29 --- It was in /usr/local/bin along with a 100 or so other programs - I suppose that one of them installed it . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24710

[Bug fortran/24988] New: gfortran build fails with - Undefined symbols

2005-11-22 Thread dir at lanl dot gov
Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24988

[Bug libfortran/24991] New: gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-22 Thread dir at lanl dot gov
default.h: No such file or directory Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2005-11-23 14:09 --- I applied the patch to what I had yesterday and did a make and install. I build a program with it but the program would not run. I got - [dranta:~/sage/ibar/ibarOne] dir% rage2005GF.x ibarOne.input dyld: lazy symbol

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2005-11-23 17:47 --- Nothing called gthrw_pthread_mutex_lock (Darwin only has pthread_mutex_lock)is in any of the libraries as a terminator. If I run gcc directly, I do not know how to get all the flags set correctly to get a meaningful

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #7 from dir at lanl dot gov 2005-11-23 19:45 --- I did a complete rebuild with the same results - mkdir gfortran cd gfortran svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc cd gcc patch -p0 < /Users/dir/Desktop/gcc41-pr24991.patch configure --prefix=/Users/dir/gfort

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #9 from dir at lanl dot gov 2005-11-23 21:18 --- Created an attachment (id=10329) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10329&action=view) The preprocessed output for environ.c The preprocessed output for environ.c -- http://gcc.gnu.org/b

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #11 from dir at lanl dot gov 2005-11-23 22:09 --- Created an attachment (id=10330) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10330&action=view) nm of the gfortran libraries References to the "gthrw" routines seem to be everywhere. (I am out

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-28 Thread dir at lanl dot gov
--- Comment #36 from dir at lanl dot gov 2005-11-28 15:53 --- With patches "gcc41-pr24991.patch" (I also need this to build on LINUX) and "gcc-weakref-darwin.patch" (the patch gcc/ChangeLog failed, but that did not matter) installed and a fresh down load of gfort

[Bug libfortran/25139] New: Fortran runtime error: Invalid argument

2005-11-28 Thread dir at lanl dot gov
stop end -- Summary: Fortran runtime error: Invalid argument Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot g

[Bug libfortran/25271] New: gfortran fails to pad lines in format statements to 72 characters.

2005-12-05 Thread dir at lanl dot gov
Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25271

[Bug libfortran/25271] gfortran fails to pad lines in format statements to 72 characters.

2005-12-05 Thread dir at lanl dot gov
--- Comment #1 from dir at lanl dot gov 2005-12-05 21:16 --- Created an attachment (id=10411) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10411&action=view) problem file This is the original problem file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25271

[Bug libfortran/25271] gfortran fails to pad lines in format statements to 72 characters.

2005-12-06 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2005-12-06 13:47 --- If you look at the output from format 2030, you will see that that comma at the end of the "44h e n d..." statement is printed, but the comma is the 45th character after the 44h . Like wise the '/' af

[Bug libfortran/25271] gfortran fails to pad lines in format statements to 72 characters.

2005-12-08 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2005-12-08 14:16 --- Your are likely correct - it probability is not in the standard, but for the first 15 years of FORTRAN, keypunches and card readers were the only way to create and submit a program and they always pad to 80 characters - by

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-12 Thread dir at lanl dot gov
--- Comment #7 from dir at lanl dot gov 2005-12-12 16:37 --- This patch works for the reduced test case, but the original test case still fails for me - [dranta:~/tests/gfortran-D] dir% gfortran -o write08 write08.f [dranta:~/tests/gfortran-D] dir% write08 [dranta:~/tests/gfortran-D

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-12 Thread dir at lanl dot gov
--- Comment #8 from dir at lanl dot gov 2005-12-12 16:50 --- Looking into unformatted_backspace, there does not seem to be anything there to prevent "u->last_record" from going negative - may be that is problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25139

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-13 Thread dir at lanl dot gov
--- Comment #9 from dir at lanl dot gov 2005-12-13 14:39 --- I generated random I/O sequences doing 100,000 tests at each I/O operation count staring at five here is the shortest one to fail (somewhere in the eights) - [dranta:~/tests/gfortran-D] dir% gfortran -o write10 write10.f

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-13 Thread dir at lanl dot gov
--- Comment #10 from dir at lanl dot gov 2005-12-13 15:21 --- Removing the constraint of no read after write gives a slightly shorter one - [dranta:~/tests/gfortran-D] dir% gfortran -o write11 write11.f [dranta:~/tests/gfortran-D] dir% write11 At line 14 of file write11.f Fortran

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-16 Thread dir at lanl dot gov
--- Comment #11 from dir at lanl dot gov 2005-12-16 20:35 --- When the array of size 2045 or larger the error goes away - [dranta:~/tests/gfortran-D] dir% gfortran -o write11 write11.f [dranta:~/tests/gfortran-D] dir% write11 At line 14 of file write11.f Fortran runtime error: Invalid

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-21 Thread dir at lanl dot gov
--- Comment #14 from dir at lanl dot gov 2005-12-21 19:36 --- After tracing the errors for a while, it became clean that "active" pointer into the read/write buffer was not being correctly updated. Adding one line ( s->active=0; ) to the bottom of routine "fd_truncat

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-21 Thread dir at lanl dot gov
--- Comment #16 from dir at lanl dot gov 2005-12-21 21:43 --- I down loaded gfortran and built it on the Macintosh with - svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc cd gcc configure --prefix=/Users/dir/gfortran --enable-languages=c,f95 make -j 4 make install When, I try the

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-22 Thread dir at lanl dot gov
--- Comment #20 from dir at lanl dot gov 2005-12-22 14:00 --- Thanks FX - You gave me the first good explaination of how it should be done. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25139

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-22 Thread dir at lanl dot gov
--- Comment #21 from dir at lanl dot gov 2005-12-22 14:18 --- The second example in comment 3 should fail as it does - since it does try read beyond the end of file. As far as I can tell, the FX patch does not fix any of the test cases on the Macintosh and I think that it actually is

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-22 Thread dir at lanl dot gov
--- Comment #23 from dir at lanl dot gov 2005-12-22 16:01 --- What is happening here is actually quite simple. The program reads the green word for the previous record from the file from location "file_position (u->s) - length)", that word gives the length of the previ

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-22 Thread dir at lanl dot gov
--- Comment #24 from dir at lanl dot gov 2005-12-22 16:32 --- Also, I just noticed that, if length != sizeof (gfc_offset) then 'm' has not been correctly read - so the routine should quit. Using a bad number to calculate 'new' will not likely useful. -- http://

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-22 Thread dir at lanl dot gov
--- Comment #26 from dir at lanl dot gov 2005-12-22 19:23 --- I ran the "check-gfortran" tests before and after putting in the two changes that I suggested on the Macintosh and the results were identical and my real programs now run Ok with the changes, but someone is currec

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-22 Thread dir at lanl dot gov
--- Comment #27 from dir at lanl dot gov 2005-12-22 21:14 --- In the second example in comment #3, the first read reads the end of file and the end=1008 works correctly. On the second read, the end of file has been passed so that the end=1011 does not and should not catch it - it is an

[Bug fortran/25538] New: internal compiler error: in build_function_decl, at fortran/trans-decl.c:1130

2005-12-22 Thread dir at lanl dot gov
at fortran/trans-decl.c:1130 Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC h

[Bug fortran/25539] New: internal compiler error: in build_function_decl, at fortran/trans-decl.c:1130

2005-12-22 Thread dir at lanl dot gov
at fortran/trans-decl.c:1130 Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC h

[Bug fortran/25539] internal compiler error: in build_function_decl, at fortran/trans-decl.c:1130

2005-12-22 Thread dir at lanl dot gov
--- Comment #1 from dir at lanl dot gov 2005-12-22 21:59 --- I don't know why this showed up twice -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25539

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-23 Thread dir at lanl dot gov
--- Comment #31 from dir at lanl dot gov 2005-12-23 15:14 --- Hi Jerry, Would you go ahead and commit this ? A test case something like that in Comment #9 shows the problem before and the fix after or may be you have a better one from NIST. The change suggest in comment #14 fixes

[Bug libfortran/25550] New: file data corrupted after reading end of file

2005-12-23 Thread dir at lanl dot gov
ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25550

[Bug libfortran/25577] New: gfortran routine mvbits returns wrong answer.

2005-12-27 Thread dir at lanl dot gov
gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25577

[Bug fortran/25578] New: gfortran version 4.2.0 20051227 - 144 new testsuite failures since 2005121

2005-12-27 Thread dir at lanl dot gov
Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25578

[Bug rtl-optimization/25578] [4.2 Regression] gfortran version 4.2.0 20051227 - 144 new testsuite failures since 2005121

2005-12-27 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2005-12-27 21:46 --- This was after a complete new download and rebuild. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25578

[Bug libfortran/25577] gfortran routine mvbits returns wrong answer.

2005-12-29 Thread dir at lanl dot gov
--- Comment #1 from dir at lanl dot gov 2005-12-29 15:34 --- Here is another test example that more clearly shows the problem (The f90 output is correct) - [dranta:~/tests/gfortran-D] dir% f90 -o sage03 sage03.f90 [dranta:~/tests/gfortran-D] dir% sage03 1

[Bug libfortran/25598] New: gfortran - Fortran runtime error: Invalid argument

2005-12-29 Thread dir at lanl dot gov
0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25598

[Bug libfortran/25577] gfortran routine mvbits returns wrong answer.

2006-01-04 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2006-01-04 19:51 --- It also fails on 4.1- [dranta:~/tests/gfortran-D] dir% gfortran -o sage03 sage03.f90 [dranta:~/tests/gfortran-D] dir% sage03 1 2FFFDFFFD 3

[Bug libfortran/25697] New: libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-06 Thread dir at lanl dot gov
on unformatted read Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov htt

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-06 Thread dir at lanl dot gov
--- Comment #1 from dir at lanl dot gov 2006-01-06 20:11 --- Here is a shorter one that also crashes on the Macintosh - [dranta:~/tests/gfortran-D] dir% gfortran -o write20 write20.f [dranta:~/tests/gfortran-D] dir% write20 Segmentation fault [dranta:~/tests/gfortran-D] dir% cat

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-08 Thread dir at lanl dot gov
--- Comment #4 from dir at lanl dot gov 2006-01-09 01:52 --- Having a read immediately follow a write - seems to cause the errors. I have run several million I/O tests where the only legal thing not permitted is a read immediately after a write - without getting a single error

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-09 Thread dir at lanl dot gov
--- Comment #6 from dir at lanl dot gov 2006-01-09 18:18 --- Hurray - Let there be an end to I/O problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25697

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-11 Thread dir at lanl dot gov
--- Comment #8 from dir at lanl dot gov 2006-01-11 15:34 --- That fixed all the posted examples and it passed the 1048576 tests of all combinations of read,write,backspace, and rewind taken 10 at a time writing a single word, but when I increased the write size to 500 words it failed

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-11 Thread dir at lanl dot gov
--- Comment #9 from dir at lanl dot gov 2006-01-11 16:02 --- With a larger amount of data it only takes one write - [dranta:~/tests/gfortran-D] dir% gfortran -o write22 write22.f [dranta:~/tests/gfortran-D] dir% write22 Bus error [dranta:~/tests/gfortran-D] dir% cat write22.f

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-11 Thread dir at lanl dot gov
--- Comment #10 from dir at lanl dot gov 2006-01-11 16:50 --- My thought on a possible fix is that the I/O buffers should be dumped before the read whenever a read immediately follows a write, but I have no idea how you would detect the situation. -- http://gcc.gnu.org/bugzilla

[Bug fortran/25753] New: gfortran - fails to build on Mac OSX -10.4.3

2006-01-11 Thread dir at lanl dot gov
ion: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25753

[Bug fortran/25785] New: gfortran - incorrectly issues an error on tests for optional arguments

2006-01-13 Thread dir at lanl dot gov
Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25785

[Bug fortran/25785] gfortran - incorrectly issues an error on tests for optional arguments with assumed length

2006-01-13 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2006-01-13 18:06 --- It also fails with a "double precision" argument - [dranta:~/tests/gfortran-D] dir% gfortran -c present02.f90 In file present02.f90:3 if (present(data_c1)) then 1 Error: The upper bo

[Bug libfortran/25577] gfortran routine mvbits returns wrong answer.

2006-01-17 Thread dir at lanl dot gov
--- Comment #4 from dir at lanl dot gov 2006-01-17 15:30 --- Opps, I think that the change suggested in Comment #1 actually does fix the problem on the LINUX version. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25577

[Bug fortran/25785] gfortran - incorrectly issues an error on tests for optional arguments with assumed length

2006-01-17 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2006-01-17 20:07 --- This bug has now migrated into the 4.1 tree. Sometime after the 20060104 version Would it not be easier to elminate the offending updates rather than debug them ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25785

[Bug fortran/25785] [4.1/4.2 Regression] gfortran - incorrectly issues an error on tests for optional arguments with assumed length

2006-01-18 Thread dir at lanl dot gov
--- Comment #9 from dir at lanl dot gov 2006-01-18 14:20 --- Paul, I am sorry that I upset you. It was completely unintentional. Dale. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25785

[Bug fortran/25850] New: gfortran - 8 testsuite failures on darwin

2006-01-18 Thread dir at lanl dot gov
Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25850

[Bug fortran/29142] New: gfortran - incorrectly flags error on allocatable variable in TYPE declaration

2006-09-19 Thread dir at lanl dot gov
Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: Darwin 8.7.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29142

[Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot

2006-10-13 Thread dir at lanl dot gov
rsion: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.7.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29460

[Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot

2006-10-16 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2006-10-16 12:39 --- Created an attachment (id=12442) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12442&action=view) config.log file from gfortran/ibin/powerpc-apple-darwin8.7.0/libjava -- http://gcc.gnu.org/bugzilla/show_bug

[Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot

2006-10-16 Thread dir at lanl dot gov
--- Comment #4 from dir at lanl dot gov 2006-10-16 12:42 --- Created an attachment (id=12443) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12443&action=view) config.log file from /Users/dir/gfortran/ibin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29460

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2006-10-16 15:53 --- powerpc-apple-darwin8.7.0 does not come with 64 bit libraries for x-windows - is there some way to turn of the 64 bit branch of the build ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #7 from dir at lanl dot gov 2006-10-16 18:53 --- I tried installing the patch (the two patch files in comment #6 were identical) into 4.2 , but it failed - [dranta:~/gfortran/gcc/libjava] dir% patch -p2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #10 from dir at lanl dot gov 2006-10-16 19:57 --- What does --disable-multilib do ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug libgcj/25026] -libXtst not detected [--enable-java-awt=gtk]

2006-10-16 Thread dir at lanl dot gov
--- Comment #16 from dir at lanl dot gov 2006-10-16 20:18 --- The patch from comment #8 partly fails on a 4.2 tree created this afternoon - [dranta:~/gfortran/gcc/libjava] dir% patch -p2 < gcc42-java-nomulti.patch patching file Makefile.in Hunk #1 FAILED at 9006. 1 out of 1 hunk FAI

[Bug libgcj/29491] New: java.lang.InternalError: Pango: pango_color_parse: assertion `spec != NULL' failed

2006-10-17 Thread dir at lanl dot gov
failed Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29491

[Bug libgcj/29492] New: java.lang.InternalError: Pango: pango_color_parse: assertion `spec != NULL' failed

2006-10-17 Thread dir at lanl dot gov
failed Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: powerpc-apple-darwin8.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29492

[Bug libgcj/29491] java.lang.InternalError: Pango: pango_color_parse: assertion `spec != NULL' failed

2006-10-18 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2006-10-18 14:37 --- This turned out to be a gtk bug - a rebuild of glib-2.12.4 followed by a rebuild of gtk+-2.10.6 fixed the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29491

[Bug libfortran/30617] recursive I/O hangs under OSX 10.3

2007-01-29 Thread dir at lanl dot gov
--- Comment #8 from dir at lanl dot gov 2007-01-29 13:45 --- It hangs on a Intel iMac - [pactech01:~/tests] dir% gfortran -o recursiveio recursiveio.f90 [pactech01:~/tests] dir% recursiveio test 1.00 ^C [pactech01:~/tests] dir% cat recursiveio.f90 external fun

[Bug fortran/31563] New: An Error is incorrectly generated for hex and octal data

2007-04-13 Thread dir at lanl dot gov
ED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov GCC host triplet: Darwin 8.9.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31563

[Bug fortran/31563] Arithmetic overflow and BOZ

2007-04-13 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2007-04-13 15:28 --- I do not see why you say the numbers over flow - g95 gives exactly the correct answer when I print them out [dranta:~/junk] dir% g95 -o mask mask.f90 [dranta:~/junk] dir% mask 8000 FF00 [dranta:~/junk] dir% cat

  1   2   3   >