[Bug fortran/32704] New: -static-libgfortran is undocumented

2007-07-09 Thread tobias dot burnus at physik dot fu-berlin dot de
Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32704

[Bug fortran/32682] [4.3 Regression] ICE in gfc_trans_array_constructor, at fortran/trans-array.c:1664

2007-07-09 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2007-07-09 08:15 --- Note: The program fails with "call sub(c+f())" where c is a parameter and dimensions of c and f are (2,2). If one has dimension(2) it works. Working with 2007-05-08-r124539, failing

[Bug fortran/32646] INQUIRE (by UNIT) for (un)formatted always returns YES...

2007-07-06 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2007-07-06 13:50 --- I think this is invalid. The normative words are, from 9.6.1.11 "The scalar-default-char-variable in the FORMATTED= specifier is assigned the value YES if FORMATTED is included in the s

[Bug middle-end/31935] [Regression 4.3] ICE with -O3 -ftree-loop-linear -ftree-vectorize

2007-05-20 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2007-05-20 10:03 --- The problem disappeared meanwhile: 4.3.0 20070519 is no longer crashing :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31935

[Bug middle-end/32006] New: [Regression 4.3] ICE (segv) with

2007-05-20 Thread tobias dot burnus at physik dot fu-berlin dot de
: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32006

[Bug other/29717] New: Make pdf fails, make info/html works; invoke.texi:1079: @include @value{srcdir}

2006-11-04 Thread tobias dot burnus at physik dot fu-berlin dot de
dBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29717

[Bug fortran/29713] ICE [regression, trunk, 4.2]: in gfc_set_constant_character_len decl.c:762

2006-11-04 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-11-04 17:24 --- Fix: Reverting the change in gcc/fortran/expr.c of the following patch (which I don't understand): r118338 | fxcoudert | 2006-10-31 21:15:22 +0100 (Tue, 31 Oct 2006) | 12 lines

[Bug fortran/29713] New: ICE [regression, trunk, 4.2]: in gfc_set_constant_character_len decl.c:762

2006-11-04 Thread tobias dot burnus at physik dot fu-berlin dot de
tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29713

[Bug fortran/29677] minimally informative gfortran -fbounds-check

2006-11-01 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #4 from tobias dot burnus at physik dot fu-berlin dot de 2006-11-01 14:01 --- This has been fixed in the meanwhile. (Don't forget, gfortran is not that old.) Possibilities: - Use a GCC 4.1 branch build (newer than 4.1.1) - Use a GCC 4.2 branch build - Use a GCC 4.3

[Bug libfortran/29568] implement unformatted files with subrecords (Intel style)

2006-10-31 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-31 21:37 --- Steve Lionel from Intel wrote http://groups.google.com/group/comp.lang.fortran/tree/browse_frm/thread/062ce3447e5ef570/7e2c6b5723c3b228#doc_a7f0b804f755e27b "For a record length greater

[Bug fortran/29625] Octal edit descriptors allow real variables, even with -std=f95

2006-10-28 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-28 13:34 --- Probably the same for binary and hexadecimal? io/transfer.c(formatted_transfer_scalar): "case FMT_O:" seems to be a good place for adding notify_std (&dtp->common, GFC_STD_GNU,

[Bug fortran/29267] different length non-constant strings in array constructors ICE

2006-10-28 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #14 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-28 13:09 --- > Do g95 and ifort also compile the original testcase and do The Right Thing? No. g95 has a run-time error, ifort garbage at the beginning (but no crash); f95 and sunf95 don't compile.

[Bug fortran/29616] New: Run-time check using nullified pointers

2006-10-27 Thread tobias dot burnus at physik dot fu-berlin dot de
Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29616

[Bug fortran/29578] inquire(...) returns formatted=="YES" for unreadable and unformatted files

2006-10-27 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #4 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-27 08:06 --- Close as invalid then. -- tobias dot burnus at physik dot fu-berlin dot de changed: What|Removed |Added

[Bug fortran/29267] different length non-constant strings in array constructors ICE

2006-10-26 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #12 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-26 20:29 --- > > why is there no problem with this code? > > > > PROGRAM test_constructor > > CHARACTER(len=32), DIMENSION(1,2) :: a > > a = reshape((/ "one arg"

[Bug fortran/29578] inquire(...) returns formatted=="YES" for unreadable and unformatted files

2006-10-24 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-24 13:31 --- I'm actually not any more sure what is meant by "formatted" in inquire(). The Fortran 2003 standard says: "The scalar-default-char-variable in the FORMATTED= specifier is as

[Bug fortran/29578] inquire(...) returns formatted=="YES" for unreadable and unformatted files

2006-10-24 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-24 12:27 --- Created an attachment (id=12482) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12482&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29578

[Bug fortran/29578] New: inquire(...) returns formatted=="YES" for unreadable and unformatted files

2006-10-24 Thread tobias dot burnus at physik dot fu-berlin dot de
portedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29578

[Bug fortran/29572] New: Bounds check should check size of array: d(1:1,1:1) = a(1:4,1:4)

2006-10-23 Thread tobias dot burnus at physik dot fu-berlin dot de
: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29572

[Bug fortran/18026] boz initialization of REALs fails

2006-10-23 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #12 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-23 18:52 --- Cf. also bug 29471. In the Intel Fortran Compiler real :: r data r/some BOZ/ gives the same result as using the Fortran 2003 statement in ifort: real :: r r = real(some boz) (At least with

[Bug fortran/29550] New: Optimize -fexternal-blas calls for transpose()/conj()

2006-10-22 Thread tobias dot burnus at physik dot fu-berlin dot de
Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550

[Bug fortran/29549] New: matmul slow for complex matrices

2006-10-22 Thread tobias dot burnus at physik dot fu-berlin dot de
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org

[Bug fortran/29505] Should give an error when using: real :: r; r(j) = ...

2006-10-18 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-18 21:11 --- Yes, you are right. I somehow missed those. "12.5.4 Statement function A statement function is a function defined by a single statement. R1238 stmt-function-stmt is function-name ( [ dumm

[Bug fortran/29505] New: Should give an error when using: real :: r; r(j) = ...

2006-10-18 Thread tobias dot burnus at physik dot fu-berlin dot de
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29505

[Bug fortran/29452] Keyword check for specifiers in WRITE, READ and OPEN/CLOSE

2006-10-17 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-17 15:31 --- The library problems are due to an error in the string comparison; one only compares the first (fortran string length) characters, but never checks whether the strings are of identical length

[Bug fortran/29471] Warn with -std=f95/f2003 when BOZ is used at invalid places

2006-10-16 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-16 17:12 --- (In reply to comment #2) > > Fortran 2003: > > a = real(z'F') > > = 2.1019477E-44 > > Are you sure this is the only correct value? The F2003 says noth

[Bug fortran/29471] Warn with -std=f95/f2003 when BOZ is used at invalid places

2006-10-16 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-16 13:34 --- Note that there is a change in meaning: BOZ-everywhere extension: a = real(z'F') is the same as real(int(z'F')) = 15.0 (This is what gfortran does and Intel does by de

[Bug fortran/29471] New: Warn with -std=f95/f2003 when BOZ is used at invalid places

2006-10-14 Thread tobias dot burnus at physik dot fu-berlin dot de
gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29471

[Bug fortran/29452] Keyword check for specifiers in WRITE, READ and OPEN/CLOSE

2006-10-13 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-13 10:13 --- Some tests show: open(13,file='foo',form='format') close(13,status='del') compiles and runs in gfortran. Expected: - A run-time error is shown. - A compile

[Bug fortran/29453] New: [g77 support] chmod intrinsic function not implemented in gfortran

2006-10-13 Thread tobias dot burnus at physik dot fu-berlin dot de
in gfortran Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29453

[Bug fortran/29452] New: Do compile-time specifier checks for WRITE and READ

2006-10-13 Thread tobias dot burnus at physik dot fu-berlin dot de
N', 'ZERO', 'NEAREST', 'COMPATIBLE'. 'PROCESSOR_DEFINED' - SIGN: PLUS, SUPPRESS, PROCESSOR_DEFINED -- Summary: Do compile-time specifier checks for WRITE and READ Product: gcc Version: unknown Status: UNCONFIRMED

[Bug fortran/29407] New: namelist: overriding the host association does not work (rejects valid code)

2006-10-09 Thread tobias dot burnus at physik dot fu-berlin dot de
Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29407

[Bug fortran/29403] New: print ('(a)') not working, print '(a) works

2006-10-09 Thread tobias dot burnus at physik dot fu-berlin dot de
eses around. -- Summary: print ('(a)') not working, print '(a) works Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc

[Bug fortran/29383] New: Fortran 2003/F95[TR15580:1999]: Floating point exception (IEEE) support

2006-10-08 Thread tobias dot burnus at physik dot fu-berlin dot de
ception (IEEE) support Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot b

[Bug fortran/29371] New: Coredump when using -fbounds-check with pointer & nullify

2006-10-06 Thread tobias dot burnus at physik dot fu-berlin dot de
unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29371

[Bug fortran/29364] New: No error given if using a non-defined type in a type definition

2006-10-05 Thread tobias dot burnus at physik dot fu-berlin dot de
Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29364

[Bug fortran/27588] -fbounds-check should catch substring out of range accesses

2006-10-02 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-10-02 15:15 --- > From Francois-Xavier Coudert 2006-06-08 I'm writing a patch to add substring bounds checking. I hope to post it in the next few days. What is the status? If you have something, I'd

[Bug fortran/29277] New: Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms

2006-09-28 Thread tobias dot burnus at physik dot fu-berlin dot de
Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29277

[Bug fortran/29232] New: No warning/error for duplicate construct name

2006-09-25 Thread tobias dot burnus at physik dot fu-berlin dot de
e construct name Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin d

[Bug fortran/23375] show location for runtime errors

2006-09-20 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #9 from tobias dot burnus at physik dot fu-berlin dot de 2006-09-20 11:57 --- I think this is fixed. If there are other errors, not covered, one could still reopen this bug or create a new one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23375

[Bug fortran/28494] Unclear run time error message

2006-09-20 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-09-20 08:27 --- I looked what other are writing: gfortran: Fortran runtime error: Array reference out of bounds for array 'r', upper bound of dimension 1 exceeded (in file 'array2.

[Bug fortran/28276] EXPONENT() broken for real constants

2006-09-10 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #5 from tobias dot burnus at physik dot fu-berlin dot de 2006-09-10 22:43 --- > Can you try this patch? It required MPFR 2.2.0. Tested on openSUSE/AMD64 with current gfortran trunk + patch and mpfr-2.2.0-9. It works ok with kind = 4 and kind = 8. However, with kind = 1

[Bug fortran/27989] -fbounds-check should check for too small arrays on subroutine calls

2006-09-10 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-09-10 19:23 --- Maybe this should not be done with -fbounds-check, but put into a different option. (NAG uses not -C=array but -C=call for this.) The reason is that some programs (e.g. Exciting.sf.net) passes an

[Bug fortran/28005] [4.1 only] gfortran: matmul produces wrong result

2006-08-24 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #8 from tobias dot burnus at physik dot fu-berlin dot de 2006-08-24 19:43 --- *ping* -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28005

[Bug fortran/28809] [gfortran] internal compiler error: in gfc_conv_ss_descriptor, at fortran/trans-array.c:1265

2006-08-22 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-08-22 21:08 --- Using gfortran 4.1.2 20060705 (prerelease) (SUSE Linux) and GNU Fortran 95 (GCC) 4.2.0 20060822 (experimental) it compiles and gives the output (from the program): det for matrices bigger than

[Bug fortran/20441] -finit-local-zero is missing from gfortran

2006-08-20 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-08-20 20:51 --- Besides zero initialization (of Real, complex, integer, (what about logical?)), a initialization to a (signaling) NaN (for complex, real) would be also nice to find uninitialized variables

[Bug libfortran/27740] libgfortran should use versioned symbols

2006-08-16 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-08-16 17:44 --- Isn't this fixed as Steve bumped 4.2/TRUNK to libgfortran.so.2 ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27740

[Bug fortran/28662] fpp call of gfortran: -traditional-cpp versus newer macros like #x

2006-08-09 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-08-09 18:10 --- > One problem without using -tranditional-cpp is that some tokens in C are not > tokens in Fortran so you could get the wrong result. This is why > -tranditional-cpp is used. I though

[Bug fortran/28662] New: fpp call of gfortran: -traditional-cpp versus newer macros like #x

2006-08-09 Thread tobias dot burnus at physik dot fu-berlin dot de
rtran: -traditional-cpp versus newer macros like #x Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedB

[Bug fortran/28655] New: [F2003] In/output: DECIMAL=/dp/dc; SIGN=/S/SP/SS BLANK=/PAD=; DELIM=; ENCODING=

2006-08-08 Thread tobias dot burnus at physik dot fu-berlin dot de
ing: Positive width required in format string at (1) -- and -- Fortran runtime error: Nonnegative width required in format (f10.3,dc,f10.3,f10.3) ^ -- Summary: [F2003] In/output: DECIMAL=/dp/dc; SIGN=/S/SP/SS BLANK=/PAD=; DELIM=; ENCODING= Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28655

[Bug fortran/28585] New: Fortran 2003: Support NEW_LINE intrinsic

2006-08-03 Thread tobias dot burnus at physik dot fu-berlin dot de
pport NEW_LINE intrinsic Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-

[Bug fortran/28339] gfortran misses a record from a format statement

2006-07-28 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #8 from tobias dot burnus at physik dot fu-berlin dot de 2006-07-28 10:16 --- > Resolution: FIXED > Fixed on 4.2 What about 4.1.x? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28339

[Bug fortran/28484] New: system_clock with real-type count_rate does not compile

2006-07-25 Thread tobias dot burnus at physik dot fu-berlin dot de
0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28484

[Bug fortran/28276] EXPONENT() broken for real constants

2006-07-17 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-07-17 17:54 --- (CC myself) I see the same problem for real(8) and for real(10) as for real = real(4), except for print *, scale (fraction (a), exponent (a)) / a where I get "NaN" with real(10)

[Bug fortran/28353] ICE: Segmentation fault

2006-07-11 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-07-12 06:30 --- Created an attachment (id=11863) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11863&action=view) mpif.h (from MPICH) > This file alone is not going to be able to reproduce this

[Bug fortran/28353] ICE: Segmentation fault

2006-07-11 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-07-11 23:01 --- Created an attachment (id=11862) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11862&action=view) Test file: mpi_bc_all.f -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28353

[Bug fortran/28353] New: ICE: Segmentation fault

2006-07-11 Thread tobias dot burnus at physik dot fu-berlin dot de
tedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28353

[Bug fortran/28335] New: flush() / write() statement on closed units - error?

2006-07-11 Thread tobias dot burnus at physik dot fu-berlin dot de
of flush.f90 -- Summary: flush() / write() statement on closed units - error? Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot or

[Bug fortran/28309] New: -std=f2003 and call flush()

2006-07-07 Thread tobias dot burnus at physik dot fu-berlin dot de
nassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28309

[Bug fortran/28005] [4.1 only] gfortran: matmul produces wrong result

2006-07-05 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #7 from tobias dot burnus at physik dot fu-berlin dot de 2006-07-05 09:23 --- > The patch did not apply to 4.1, so I will have to submit a back port. Thanks, Paul. I think this is the most serious bug in gfortran 4.1.x as it silently produces wrong results. -- tob

[Bug fortran/28245] Warn when having superflous comma after read() or write()

2006-07-04 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-07-04 12:03 --- I reall should create a gfortran script which inclueds -std=f95 by default :-( LANG=C gfortran -std=f95 test.f90 In file test.f90:3 write(*,*), 'Hello' 1 Error: Extens

[Bug fortran/28245] New: Warn when having superflous comma after read() or write()

2006-07-04 Thread tobias dot burnus at physik dot fu-berlin dot de
after read() or write() Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus

[Bug fortran/28224] New: gfortran should support namelist (nml) for internal file units

2006-07-02 Thread tobias dot burnus at physik dot fu-berlin dot de
t org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28224

[Bug fortran/27996] Compile time warn for: character(2) :: str = 'ABC' (expression truncated)

2006-06-23 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-06-23 13:01 --- Additional remarks (which I forget to make): Both cases are valid Fortran as: (1) If the length of 'variable' is less than that of 'expr', the value of 'expr' is

[Bug fortran/28129] New: gfortran -fbounds-check: Shows invalid array out of bounds error

2006-06-21 Thread tobias dot burnus at physik dot fu-berlin dot de
NCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28129

[Bug fortran/28105] New: Check for memory allocations bigger than size_t

2006-06-20 Thread tobias dot burnus at physik dot fu-berlin dot de
verity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28105

[Bug fortran/26801] -fbounds-check generates segfault

2006-06-17 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #7 from tobias dot burnus at physik dot fu-berlin dot de 2006-06-17 10:57 --- The test case of comment #4 is invalid as the Fortran standard says that a pointer is undefined unless it is associated (allocated, assigned) or deassociated (nullifyed). In this case it is

[Bug fortran/27998] character arrays: warn if erray constructor values have different lengths

2006-06-15 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-06-15 12:26 --- > .so, an error is definitely in order. Maybe one could spit out a default warning and only with -std=f90 an error as this is might be a commonly used Fortran extension. Or one simply alw

[Bug fortran/28039] New: Warn when ignoring extra characters in the format specification

2006-06-15 Thread tobias dot burnus at physik dot fu-berlin dot de
FIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28039

[Bug fortran/28004] Warn if intent(out) dummy variable is not set

2006-06-14 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-06-14 09:17 --- Paul, > I presented a patch for this problem and for detected unassigned r-values that > was rejected. I don't know what to say; I think that it's a bug, in > principle, >

[Bug fortran/28006] New: Negative-sized array should be empty array, not try to allocate negative memory

2006-06-12 Thread tobias dot burnus at physik dot fu-berlin dot de
allocate negative memory Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot

[Bug fortran/28005] New: gfortran: mathmul produces wrong result

2006-06-12 Thread tobias dot burnus at physik dot fu-berlin dot de
Status: UNCONFIRMED Severity: major Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28005

[Bug fortran/28004] New: Warn if intent(out) dummy variable is not set

2006-06-12 Thread tobias dot burnus at physik dot fu-berlin dot de
ummy variable is not set Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-

[Bug fortran/27998] New: character arrays: warn if erray constructor values have different lengths

2006-06-12 Thread tobias dot burnus at physik dot fu-berlin dot de
m test -- Summary: character arrays: warn if erray constructor values have different lengths Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran

[Bug fortran/27997] New: Fortran 2003: Support type-spec for array constructor, i.e. (/ real :: 1., 2., 3. /)

2006-06-12 Thread tobias dot burnus at physik dot fu-berlin dot de
: Support type-spec for array constructor, i.e. (/ real :: 1., 2., 3. /) Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot

[Bug fortran/27996] New: Compile time warn for: character(2) :: str = 'ABC' (expression truncated)

2006-06-12 Thread tobias dot burnus at physik dot fu-berlin dot de
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27996

[Bug fortran/27989] -fbounds-check should check for too small arrays on subroutine calls

2006-06-11 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-06-11 20:05 --- This should probably marked as blocking -fbounds-check meta bug 27786. -- tobias dot burnus at physik dot fu-berlin dot de changed: What|Removed |Added

[Bug fortran/27989] New: -fbounds-check should check for too small arrays on subroutine calls

2006-06-11 Thread tobias dot burnus at physik dot fu-berlin dot de
Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27989

[Bug fortran/27965] gfortran gives "Array bound mismatch" for valid program

2006-06-08 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-06-08 19:53 --- This could be the same as gfortran.fortran-torture/execute/assumed_size.f90, I'm not completely sure, though. -- tobias dot burnus at physik dot fu-berlin dot de changed:

[Bug fortran/27965] New: gfortran gives "Array bound mismatch" for valid program

2006-06-08 Thread tobias dot burnus at physik dot fu-berlin dot de
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27965

[Bug fortran/27868] Array reference out of bounds check should state file/line number or should at least crash

2006-06-01 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-06-01 21:41 --- > Why not use gdb? I don't see how gdb helps pinpointing the array-out-of-bound problem. As said: the program ends with Fortran runtime error: Array reference out of bounds Program exi

[Bug fortran/27868] New: Array reference out of bounds check should state file/line number or should at least crash

2006-06-01 Thread tobias dot burnus at physik dot fu-berlin dot de
or should at least crash Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin

[Bug fortran/27866] New: Warn when casting, e.g. assigning a double precision to a real

2006-06-01 Thread tobias dot burnus at physik dot fu-berlin dot de
a real Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.or

[Bug fortran/22629] Would like to access "long double" equivalent type as real*16

2006-05-24 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #6 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-24 22:11 --- > Gfortran will never support a real*16 data type on IA32 hardware. > This would require software emulation of all of basic floating-point > arthimetic This is what Intel's Fortran

[Bug fortran/27586] Compile-time warn if arguments don't match in terms of precision

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-13 23:01 --- The following is also not caught: - subroutine foo(y) character(len=20) :: y y = 'hello world' end pr

[Bug fortran/27594] New: Warn/Error when number of arguments of a function does not match

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27594

[Bug fortran/27589] Add compiler flag to check for uninitalized values at runtime

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-13 14:17 --- Post scriptum: In this case, using -Wuninitialized -O the compiler detects that the variable is uninitialized; however, for the other UIN*.FOR examples at polyhdron.com they are not detected at

[Bug fortran/27589] New: Add compiler flag to check for uninitalized values at runtime

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
oduct: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_

[Bug fortran/27588] -fbounds-check should catch substring out of range accesses

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
-- tobias dot burnus at physik dot fu-berlin dot de changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla

[Bug fortran/27588] New: -fbounds-check should catch substring out of range accesses

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27588

[Bug fortran/27587] New: Warn when Scalar constant passed to array dummy argument

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
igned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27587

[Bug fortran/27586] New: Compile-time warn if arguments don't match in terms of precision

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.

[Bug fortran/27584] New: ICE on invalid "associate(x,(y))"

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
E on invalid "associate(x,(y))" Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus

[Bug fortran/27583] New: ICE for (invalid) save on automatic object

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27583

[Bug other/27541] Support Cluster OpenMP (distributed-memory OpenMP)

2006-05-10 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-10 22:46 --- > Is there really a standard for this or just an extension of OpenMP? I'm not sure whether I understand the question. Directive wise it is OpenMP augmented by a single directive: "sha

[Bug other/27541] New: Support Cluster OpenMP (distributed-memory OpenMP)

2006-05-10 Thread tobias dot burnus at physik dot fu-berlin dot de
ReportedBy: tobias dot burnus at physik dot fu-berlin dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27541

[Bug fortran/27304] gfortran: Warn/abort when format in write does not fit passed arguments

2006-05-09 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #18 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-09 20:15 --- Subject: Re: gfortran: Warn/abort when format in write does not fit passed arguments @resolution : FIXED > This looks like you have an old version of the library around, and that it'

[Bug fortran/27304] gfortran: Warn/abort when format in write does not fit passed arguments

2006-05-04 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #15 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-04 19:09 --- I probably do something wrong, but with GNU Fortran 95 (GCC) 4.2.0 20060504 (experimental) from http://quatramaran.ens.fr/~coudert/gfortran/gfortran-x86_64-linux.tar.gz I still don't get

[Bug fortran/27436] New: gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2006-05-04 Thread tobias dot burnus at physik dot fu-berlin dot de
descriptors in format after reversion Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tobias dot burnus at physik dot

[Bug fortran/27304] gfortran: Warn/abort when format in write does not fit passed arguments

2006-05-02 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #14 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-02 08:37 --- > Fixed on 4.1 and 4.2 Thanks for fixing :-) Still it would be nice if it would be detected during compile time. In my case it was burried in an if(something that rarely happens) wr

  1   2   >