[Bug fortran/32760] Error defining subroutine named PRINT

2007-07-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #18 from jvdelisle at gcc dot gnu dot org 2007-07-27 16:53 --- Fixed on 4.3 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/32841] [4.3 regression] HUGE(1.0d0) output as +Infinity on ppc-darwin8

2007-07-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #20 from jvdelisle at gcc dot gnu dot org 2007-07-27 20:40 --- Dominique, I have the same problem as FX. I do not have access to this platform. If I could secure shell (ssh) into one of these, I would work on this. Your idea on the order of #defines is probably on the

[Bug fortran/31609] module that calls a contained function with an ENTRY point

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-07-28 15:29 --- Created an attachment (id=13994) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13994&action=view) Example of bad translation This attached example of tree-dump-original shows that we are ge

[Bug fortran/32926] Internal compiler error in the middle of a sizeable package build

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-07-28 15:37 --- I will mention that pr31213 has multiple problems. We have a partial fix that appears to take care of one of these. So if you get a reduced case here, we can try it. -- http://gcc.gnu.org/bugzilla

[Bug fortran/32924] "Conditional jump depends on uninitialised value": gfortran.dg/large_unit_1.f90

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-07-28 15:56 --- I will take care of this one -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32925] "Syscall param write(buf) points to uninitialised value": unf_io_convert_3.f90

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-07-28 15:57 --- This is most likely mine. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32924] "Conditional jump depends on uninitialised value": gfortran.dg/large_unit_1.f90

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-07-28 16:13 --- I believe that valgrind is showing this because the st_parameter_common structure "cmp" is set at compile time. The options.locus parameter is initialized to zero in environ.c -- jvdelisle at gcc d

[Bug fortran/31609] module that calls a contained function with an ENTRY point

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-07-28 21:17 --- Subject: Bug 31609 Author: jvdelisle Date: Sat Jul 28 21:17:20 2007 New Revision: 127026 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127026 Log: 2007-07-28 Jerry DeLisle <[EMAI

[Bug fortran/31609] module that calls a contained function with an ENTRY point

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-07-28 22:02 --- Subject: Bug 31609 Author: jvdelisle Date: Sat Jul 28 22:02:42 2007 New Revision: 127028 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127028 Log: 2007-07-29 Jerry DeLisle <[EMAI

[Bug fortran/32925] "Syscall param write(buf) points to uninitialised value": unf_io_convert_3.f90

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-07-28 22:33 --- I think this is ignorable. We allocate a buffer of 8192 bytes. We only use a portion of it, so the pointer to that block is being flagged as pointing to uninitialized memory. We don't want to tak

[Bug fortran/31609] module that calls a contained function with an ENTRY point

2007-07-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2007-07-29 23:23 --- The patch applied in Comment #11 fixes the original test case. The modified test case in Comment #8 is still broken. pr31609-2.f90: In function ‘master.0.j’: pr31609-2.f90:10: internal compiler error: in

[Bug fortran/31609] module that calls a contained function with an ENTRY point

2007-07-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-07-31 01:39 --- Regression tests fine on X86-64-Gnu/Linux -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31609

[Bug libfortran/33019] New: FORTRAN NAMELIST Run Time Problem

2007-08-07 Thread jvdelisle at gcc dot gnu dot org
Priority: P3 Component: libfortran AssignedTo: jvdelisle at gcc dot gnu dot org ReportedBy: jvdelisle at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33019

[Bug libfortran/33019] FORTRAN NAMELIST Run Time Problem

2007-08-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-08 02:18 --- Created an attachment (id=14040) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14040&action=view) Namelist input file Test case using attached input: PROGRAM namelist CHARACTER*

[Bug libfortran/33019] FORTRAN NAMELIST Run Time Problem

2007-08-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-08 02:19 --- Created an attachment (id=14041) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14041&action=view) Namelist input file Correct input file. -- jvdelisle at gcc dot gnu dot org changed:

[Bug fortran/33039] Read NAMELIST: reads wrong namelist name

2007-08-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-09 23:27 --- Regarding the test case: &codechar='Improper lower case name',X=-3.0/ Fortran 95 Standard 10.9.1 states: "If a processor is capable of representing letters in both upper and lower ca

[Bug fortran/33039] Read NAMELIST: reads wrong namelist name

2007-08-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-09 23:37 --- *** Bug 33019 has been marked as a duplicate of this bug. *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33019] FORTRAN NAMELIST Run Time Problem

2007-08-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-09 23:37 --- *** This bug has been marked as a duplicate of 33039 *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33039] Read NAMELIST: reads wrong namelist name

2007-08-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-08-09 23:38 --- This report is better than my own. :) -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/26252] FAIL: gfortran.fortran-torture/execute/nan_inf_fmt.f90 execution

2007-08-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-08-10 03:00 --- write_float uses isfinite (n) and isnan (n) to determine if "Infinite" or "NaN" is emitted and in that case exits before calling output_float. So if execution is reaching output_float

[Bug fortran/33039] Read NAMELIST: reads wrong namelist name

2007-08-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-08-10 12:43 --- Fixed on 4.3 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33039] Read NAMELIST: reads wrong namelist name

2007-08-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-08-10 12:36 --- Subject: Bug 33039 Author: jvdelisle Date: Fri Aug 10 12:36:01 2007 New Revision: 127332 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127332 Log: 2007-08-10 Jerry DeLisle <[EMAI

[Bug fortran/33039] Read NAMELIST: reads wrong namelist name

2007-08-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-08-10 12:40 --- Subject: Bug 33039 Author: jvdelisle Date: Fri Aug 10 12:39:46 2007 New Revision: 127333 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127333 Log: 2007-08-10 Jerry DeLisle <[EMAI

[Bug libfortran/26252] FAIL: gfortran.fortran-torture/execute/nan_inf_fmt.f90 execution

2007-08-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-08-11 15:04 --- Regarding comment #7, The finite and nan have no meaning in the context of binary, octal, or hex output. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26252

[Bug libfortran/32784] [win32] Using 'con' as assigned file generates Fortran runtime error: File 'con' does not exist

2007-08-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #21 from jvdelisle at gcc dot gnu dot org 2007-08-11 15:38 --- Changing to enhancement. STANDARD I/O works fine. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/32784] [win32] Using 'con' as assigned file generates Fortran runtime error: File 'con' does not exist

2007-08-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #24 from jvdelisle at gcc dot gnu dot org 2007-08-11 17:49 --- Sorry for the spin up here. I have a patch ready, still trying to test. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32784

[Bug libfortran/33055] ignoring iostat= with -fdefault-integer-8

2007-08-12 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-12 19:47 --- I will give this a shot. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33055] ignoring iostat= with -fdefault-integer-8

2007-08-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-14 05:25 --- This makes some sense: The following reduced case works fine with -fdefault-integer-8 with iostat given and gives an error without it. I could argue that this is OK. I have not dug into the standard on this

[Bug fortran/33108] unformatted string write errors with End of record.

2007-08-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-18 17:42 --- When using list directed formatting, the default for a string appends a " " (space) in front of the output. If you replace * with '(a)' you will see that it is fine. Why the others accept it

[Bug libfortran/30162] I/O with named pipes does not work

2007-08-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #20 from jvdelisle at gcc dot gnu dot org 2007-08-18 19:39 --- I will try to have a look in the next few days. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162

[Bug libfortran/30162] I/O with named pipes does not work

2007-08-19 Thread jvdelisle at gcc dot gnu dot org
--- Comment #21 from jvdelisle at gcc dot gnu dot org 2007-08-19 19:45 --- This works on 4.2 and 4.3. Not planning to backport to 4.1. See if you can get a later version of gfortran. If you have problems doing so, check the gfortran wiki binaries. If that fails, let me know

[Bug bootstrap/33130] New: Configuration error prevents build

2007-08-20 Thread jvdelisle at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jvdelisle at gcc dot gnu dot org GCC host triplet: ppc64 Power5 http://gcc.gnu.org

[Bug bootstrap/33130] Configuration error prevents build

2007-08-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-23 05:49 --- I was able to successfully build gcc 3.4.6 and attempted to use that to build gcc 4.3.0. I get the same failure in stage 2. I have also updated the binutils to no avail. -- http://gcc.gnu.org/bugzilla

[Bug fortran/33177] New: Wrong result from nint() on Cygwin

2007-08-24 Thread jvdelisle at gcc dot gnu dot org
3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jvdelisle at gcc dot gnu dot org GCC host triplet: i686-pc-Cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33177

[Bug fortran/32925] "Syscall param write(buf) points to uninitialised value": unf_io_convert_3.f90

2007-08-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-25 02:12 --- This only occurs with kind=10. Unformatted io writes sets only 12 of the 16 bytes that are wriiten for a KIND=10 value. Closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed

[Bug fortran/33189] read(blah, fmt=*) is accepted, but read(blah, '*') not.

2007-08-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-25 14:02 --- I will have a look -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33189] read(blah, fmt=*) is accepted, but read(blah, '*') not.

2007-08-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-25 16:20 --- >From 9.4.1 R913format is default-char-expr or label or ∗ >From 10.1.2 A character expression used as a format specifier in a formatted input/output statement shall evalu

[Bug fortran/33189] read(blah, fmt=*) is accepted, but read(blah, '*') not.

2007-08-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-25 16:26 --- All that garbage string ∗ is an * (asterisk) Character encoding got cobbled up there. I want to add that the key to this question is that '*' is a character expression form of the format specifier

[Bug fortran/33189] read(blah, fmt=*) is accepted, but read(blah, '*') not.

2007-08-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-08-25 18:03 --- The * is not an "edit-descriptor" see 10.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33189

[Bug target/33177] Wrong result from nint() on Cygwin

2007-08-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-25 18:23 --- I see the fix upstream. FX, do you have an idea of the time it will take for this to make it into Cygwin update? I don't want to post a new Cygwin gfortran binary until this is fixed. -- http://gcc.gn

[Bug fortran/32928] DATA statement with array element as initializer is rejected

2007-08-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-26 01:55 --- I am going to try this one. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8

2007-08-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-08-26 22:05 --- Subject: Bug 33055 Author: jvdelisle Date: Sun Aug 26 22:04:48 2007 New Revision: 127817 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127817 Log: 2007-08-26 Jerry DeLisle <[EMAI

[Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8

2007-08-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-08-26 22:19 --- Subject: Bug 33055 Author: jvdelisle Date: Sun Aug 26 22:19:18 2007 New Revision: 127819 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127819 Log: 2007-08-26 Jerry DeLisle <[EMAI

[Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8

2007-08-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-08-26 22:24 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33217] [4.3 regression] ICE on INQUIRE in a module

2007-08-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-29 01:27 --- I think the problem has to do with not having a backend_decl associated with the dummy variable expression created. I will not be able to get to this quickly, so I will revert the patch until I get this fixed

[Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8

2007-08-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-08-29 02:26 --- Subject: Bug 33055 Author: jvdelisle Date: Wed Aug 29 02:26:01 2007 New Revision: 127877 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127877 Log: 2007-08-28 Jerry DeLisle <[EMAI

[Bug libfortran/33223] libfortran / floating point output broken?

2007-08-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-30 00:52 --- The patch has not been reversed yet. This is a duplicate of PR33225. Since there is more information in the other PR, I will close this one and track on the other. I can reproduce the bug using -m32 on my

[Bug libfortran/33223] libfortran / floating point output broken?

2007-08-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-30 00:53 --- *** This bug has been marked as a duplicate of 33225 *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33225] [4.3 regression] Missing last digit is some formatted output

2007-08-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-08-30 00:53 --- *** Bug 33223 has been marked as a duplicate of this bug. *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33225] [4.3 regression] Missing last digit is some formatted output

2007-08-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-08-30 00:55 --- Test case from PR33223. program t print*,huge(1.0d0),tiny(1.0d0) end program t gives the output 1.797693134862316E+30^@ 2.225073858507201E-30^@ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33225

[Bug fortran/33217] [4.3 regression] ICE on INQUIRE in a module

2007-08-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-30 04:59 --- Reverted patch from PR33055 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8

2007-08-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-08-30 05:01 --- The following ICEs the the above patches which I reverted until I sort this out. MODULE print_it CONTAINS SUBROUTINE i() LOGICAL :: qexist INQUIRE (UNIT=1, EXIST=qexist) END SUBROUTINE i END MODULE

[Bug libfortran/33225] [4.3 regression] Missing last digit is some formatted output (on 32bit targets)

2007-08-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-08-31 01:43 --- Patch causing regression reverted. Closing this PR. Thanks for reporting. The next round on the per kind write float patch will have these test cases addressed. -- jvdelisle at gcc dot gnu dot org

[Bug fortran/33189] read(blah, fmt=*) is accepted, but read(blah, '*') not.

2007-08-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-08-31 01:44 --- '*' is not valid so closing. -- jvdelisle at gcc dot gnu dot org changed: What|Removed

[Bug libfortran/33225] [4.3 regression] Missing last digit is some formatted output (on 32bit targets)

2007-08-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-08-31 01:37 --- Subject: Bug 33225 Author: jvdelisle Date: Fri Aug 31 01:37:31 2007 New Revision: 127950 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127950 Log: 2007-08-30 Jerry DeLisle <[EMAI

[Bug fortran/33252] GCC-4.3.0 Bootstrap testsuite error increase

2007-08-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-08-31 02:39 --- As Andrew stated, most of these testsuite failures were due to a regression caused by one of my patches. I do monitor bugzilla submissions during the day. However, I do this work in the evenings as a volunteer

[Bug fortran/33269] Diagnose missing "(" in "PRINT ('a'),"

2007-08-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-08-31 19:47 --- gfortran does catch these at run time. Also, the last case, read ('f3.3'), a, does give a legitimate error: read ('f3.3'), a 1 Error: UNIT specification at (1) must be an INTEGER expre

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-08-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-31 20:17 --- I want to study this a bit. I think it is a bug. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)

2007-08-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-31 20:05 --- The print case is rejected at run time. See PR28397. IMHO print('a'), 'Hello' ! Invalid, caught at run time, no leading paren ! in char expr. write(*,('(a)&

[Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)

2007-08-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-31 20:48 --- Point well taken. Tobias, I will work this one unless you wish to do so. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33268

[Bug fortran/32382] missed optimization in internal read

2007-09-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-09-02 16:08 --- Well, it has not been on my top burner. Looking at -fdump-tree-original the problem can be seen easily. Fixing is not so straight forward. This will probably not happen until 4.4. -- http://gcc.gnu.org

[Bug fortran/33285] integer too big compile error in gfortran

2007-09-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-09-02 20:57 --- This is assuming that an asymmetric range is permitted in Fortran which I think it is not. You can use -fno-range-check to disable this check. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33285

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-09-03 19:27 --- Subject: Bug 33253 Author: jvdelisle Date: Mon Sep 3 19:27:48 2007 New Revision: 128056 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128056 Log: 2007-09-03 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-09-03 19:29 --- Subject: Bug 33253 Author: jvdelisle Date: Mon Sep 3 19:29:17 2007 New Revision: 128057 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128057 Log: 2007-09-03 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-09-03 19:32 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33225] [4.3 regression] Missing last digit is some formatted output (on 32bit targets)

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-09-04 04:47 --- Found the problem. I will submit the update patch against this PR -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2007-09-04 04:49 --- Changed title to reflect what this is, not really a regression at this point. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-09-04 05:39 --- Yes, I also checked the huge testcase and its all clean now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33225

[Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2007-09-04 05:44 --- Dominique: The problem in comment 14 is not fixed and I do not think its related. I will check further though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33225

[Bug fortran/33307] I/O read/positioning problem

2007-09-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-09-05 00:11 --- I have been waiting for this to emerge. We knew there was a problem somewhere. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float

2007-09-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #20 from jvdelisle at gcc dot gnu dot org 2007-09-05 00:51 --- Subject: Bug 33225 Author: jvdelisle Date: Wed Sep 5 00:51:18 2007 New Revision: 128114 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128114 Log: 2007-03-04 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-09-06 01:20 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Sep 6 01:20:02 2007 New Revision: 128170 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128170 Log: 2007-09-05 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-09-06 01:24 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Sep 6 01:24:17 2007 New Revision: 128171 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128171 Log: 2007-09-06 Jerry DeLisle <[EMAI

[Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float

2007-09-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #22 from jvdelisle at gcc dot gnu dot org 2007-09-06 01:32 --- Subject: Bug 33225 Author: jvdelisle Date: Thu Sep 6 01:32:11 2007 New Revision: 128173 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128173 Log: 2007-09-06 Jerry DeLisle <[EMAI

[Bug fortran/33307] I/O read/positioning problem

2007-09-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-09-07 17:54 --- Harold, As a work around, try putting a LF at the end of the last line of the input file. I am honing on on this, but don't have it yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33307

[Bug fortran/33307] I/O read/positioning problem

2007-09-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-09-07 20:16 --- Subject: Bug 33307 Author: jvdelisle Date: Fri Sep 7 20:16:05 2007 New Revision: 128253 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128253 Log: 2007-09-07 Jerry DeLisle <[EMAI

[Bug fortran/33307] I/O read/positioning problem

2007-09-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-09-07 20:23 --- Subject: Bug 33307 Author: jvdelisle Date: Fri Sep 7 20:23:40 2007 New Revision: 128254 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128254 Log: 2007-09-07 Jerry DeLisle <[EMAI

[Bug fortran/33307] I/O read/positioning problem

2007-09-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-09-07 20:27 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33307] I/O read/positioning problem

2007-09-07 Thread jvdelisle at gcc dot gnu dot org
-- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33307

[Bug fortran/33338] ERROR MSG FOR "READ (11,FMT='(Q,A)'..." POINTS AT END-OF-LINE RATHER THAN AT Q.

2007-09-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-09-08 20:16 --- This one is already reported. *** This bug has been marked as a duplicate of 29835 *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29835] Error message of unknown edit descriptor needs improvement

2007-09-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-09-08 20:16 --- *** Bug 8 has been marked as a duplicate of this bug. *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31213] ICE on valid code with gfortran

2007-09-19 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-09-20 03:25 --- Un-assigning myself. No time at the moment -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33421] [4.3 Regression] Weird quotation of namelist output of character arrays

2007-09-19 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-09-20 03:33 --- I am investigating. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33400] Formatted read fails if line ends without line break

2007-09-19 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-09-20 03:36 --- I will have a look. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33421] [4.3 Regression] Weird quotation of namelist output of character arrays

2007-09-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-09-28 03:10 --- I have reverted the offending patch and will reopen pr33253, the least of the two evils. This is one of those bugs where the fix for one breaks the other. I am still trying to puzzle it out. -- jvdelisle at

[Bug libfortran/33421] [4.3 Regression] Weird quotation of namelist output of character arrays

2007-09-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-09-28 02:57 --- Subject: Bug 33421 Author: jvdelisle Date: Fri Sep 28 02:57:41 2007 New Revision: 128857 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128857 Log: 2007-09-27 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-09-28 03:16 --- Reverted the patch to close pr33421. Reopening this to find the right solution. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33400] Formatted read fails if line ends without line break

2007-09-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-09-28 16:56 --- Fixed on trunk -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33400] Formatted read fails if line ends without line break

2007-09-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-09-28 16:55 --- Subject: Bug 33400 Author: jvdelisle Date: Fri Sep 28 16:55:07 2007 New Revision: 128868 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128868 Log: 2007-09-28 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-09-30 01:58 --- It turns out that the original patch for this bug is probably what we want. Unfortunately it uncovers a nasty latent bug where an extraneous namelist read is attempted. It only seems to occur with multiple

[Bug fortran/33400] Formatted read fails if line ends without line break

2007-09-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-09-30 14:37 --- Subject: Bug 33400 Author: jvdelisle Date: Sun Sep 30 14:36:40 2007 New Revision: 128892 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128892 Log: 2007-09-30 Jerry DeLisle <[EMAI

[Bug fortran/33609] ICE on arithmetic overflow

2007-10-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-10-01 14:44 --- What does it do with -fno-range-check? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33609

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-10-03 00:33 --- Subject: Bug 33253 Author: jvdelisle Date: Wed Oct 3 00:33:09 2007 New Revision: 128973 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128973 Log: 2007-10-02 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2007-10-03 00:40 --- Subject: Bug 33253 Author: jvdelisle Date: Wed Oct 3 00:39:58 2007 New Revision: 128975 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128975 Log: 2007-10-03 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #14 from jvdelisle at gcc dot gnu dot org 2007-10-03 00:41 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32928] DATA statement with array element as initializer is rejected

2007-10-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-10-03 04:51 --- I think the problem here is that in match_data_constant we never even attempt to match the array specification. Using gfc_match_array_spec or gfc_match_array_ref I can successfully match and get the information

[Bug fortran/33643] "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns

2007-10-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-10-04 03:06 --- This is not a bug. See the manual: -ffree-line-length-n Set column after which characters are ignored in typical free-form lines in the source file. The default value is 132. n may be `none', meaning

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-10-04 15:57 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Oct 4 15:57:28 2007 New Revision: 129016 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129016 Log: 2007-10-04 Jerry DeLisle <[EMAI

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #16 from jvdelisle at gcc dot gnu dot org 2007-10-04 16:02 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Oct 4 16:02:42 2007 New Revision: 129018 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129018 Log: 2007-10-04 Jerry DeLisle <[EMAI

[Bug fortran/32928] DATA statement with array element as initializer is rejected

2007-10-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-10-04 23:27 --- Created an attachment (id=14298) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14298&action=view) Rough draft patch Here is a first cut at a patch. It does not successfully get the assignment

<    5   6   7   8   9   10   11   12   13   14   >