[Bug libfortran/104939] Reading a file with / in leads to corrupt data

2022-03-15 Thread robert.j.farmer37 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104939 Rob Farmer changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug libfortran/104939] New: Reading a file with / in leads to corrupt data

2022-03-15 Thread robert.j.farmer37 at gmail dot com via Gcc-bugs
: libfortran Assignee: unassigned at gcc dot gnu.org Reporter: robert.j.farmer37 at gmail dot com Target Milestone: --- program test character(len=256) :: tmp,tmp2 integer :: iounit open(newunit=iounit,file='./test.txt') read(iounit,*) tmp,tmp2

[Bug debug/86463] Slow compile with -ggdb and optimizations

2018-07-11 Thread robert.j.farmer37 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86463 --- Comment #4 from Rob Farmer --- gfortran -ggdb -O1 -fno-var-tracking -c largeFile.f90 0m2.628s gfortran -ggdb -O2 -fno-var-tracking -c largeFile.f90 0m4.262s gfortran -ggdb -O3 -fno-var-tracking -c largeFile.f90 0m21.706s

[Bug debug/86463] Slow compile with -ggdb and optimizations

2018-07-11 Thread robert.j.farmer37 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86463 --- Comment #2 from Rob Farmer --- gfortran -ggdb -fno-var-tracking -c largeFile.f90 0m0.358s

[Bug fortran/86463] New: Slow compile with -ggdb and optimizations

2018-07-10 Thread robert.j.farmer37 at gmail dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: robert.j.farmer37 at gmail dot com Target Milestone: --- Created attachment 44377 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44377&action=edit Gzipped test case So the problem i have is that i have a lar