[Bug fortran/83316] New: ICE: minval/maxval and characters

2017-12-07 Thread physiker at toast2 dot net
Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Compiling the source file a.f90 causes an internal compiler error. I believe the code is legal. program tminmaxval implicit none character(len=*), parameter :: b

[Bug fortran/83154] New: ICE: associate and coarrays

2017-11-25 Thread physiker at toast2 dot net
Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Compiling the program bug.f90 causes an internal compiler error. It seems the implementation of the associate facility for coarrays is not complete. Some features are implemented, though (see

[Bug bootstrap/83096] New: Bootstrap on darwin x86_64-apple-darwin15.6.0 (revision 254990) fails

2017-11-21 Thread physiker at toast2 dot net
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Bootstrapping gcc version 8 (revision 254990) on darwin does not work. The bootstrap bails out at stage 1 with: g++ -std

[Bug bootstrap/82300] Bootstrapping gcc-8 does not work on darwin

2017-09-24 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82300 --- Comment #4 from physiker at toast2 dot net --- I was able to bootstrap revision 253118 (see https://gcc.gnu.org/ml/gcc-testresults/2017-09/msg02107.html). Thank you very much for fixing this issue.

[Bug bootstrap/82300] New: Bootstrapping gcc-8 does not work on darwin

2017-09-22 Thread physiker at toast2 dot net
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Bootstrapping gcc-8 [trunk revision 252896] on x86_64-apple-darwin15.6.0 does not work. I utilize clang, the system compiler, for building stage 1. echo timestamp >

[Bug fortran/82205] New: parametrized derived types, problems with initialization

2017-09-13 Thread physiker at toast2 dot net
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- gfortran-8 rejects the code bug3.f90. I believe it is legal, though. ifort version 17 compiles the code without a warning. The executable

[Bug fortran/82168] Parameterized Derived Types, problems with default type parameters

2017-09-11 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82168 --- Comment #3 from physiker at toast2 dot net --- I appologize if this is a bogus bug report. ifort version 17 accepts the code, bug2.f90, though. $ ifort -v ifort version 17.0.0 $ ifort -o bug2 bug2.f90 -warn all bug2.f90(18): remark #7712

[Bug fortran/82168] New: Parameterized Derived Types, problems with default type parameters

2017-09-10 Thread physiker at toast2 dot net
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- The following code is rejected by gcc-8. According to page 258 of modern fortran explained default type parameters are allowed

[Bug sanitizer/79096] [7 Regression] address sanitizer and jni does not work

2017-02-03 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79096 --- Comment #4 from physiker at toast2 dot net --- > Could you please raise a bug in LLVM bug tracker (https://llvm.org/bugs/)? > All changes to sanitizer runtime library should go to LLVM and after they > fix this bug we can

[Bug sanitizer/79096] [7 Regression] address sanitizer and jni does not work

2017-01-17 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79096 --- Comment #2 from physiker at toast2 dot net --- > Am 16.01.2017 um 15:18 schrieb m.ostapenko at samsung dot com > <gcc-bugzi...@gcc.gnu.org>: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79096 > >

[Bug fortran/79097] New: coarray and pointer component

2017-01-15 Thread physiker at toast2 dot net
Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Created attachment 40522 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40522=edit source code When the code coptr.f90 is compiled by a current version of gfortran and a curr

[Bug sanitizer/79096] New: address sanitizer and jni does not work

2017-01-15 Thread physiker at toast2 dot net
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone: --- Created attachment 40521

[Bug fortran/56691] [OOP] Allocatable array: wrong offset when passing to CLASS dummy

2016-12-16 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56691 physiker at toast2 dot net changed: What|Removed |Added CC||physiker at toast2 dot net

[Bug fortran/78827] New: Compiling gfortran.dg/charlen_03.f90 and gfortran.dg/charlen_10.f90 cause internal compiler error (regression)

2016-12-15 Thread physiker at toast2 dot net
Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- There are to two regressions while running the gfortran.dg testsuite

[Bug fortran/78518] [6/7 Regression] Warning format regression

2016-11-25 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78518 --- Comment #2 from physiker at toast2 dot net --- > This is what I get with 5.4.1 20160929 (Ubuntu 5.4.1-2ubuntu2). Which > version of gfortran 6 are you using exactly? > I am using gcc 6.2.0 release, provided by fink. LANG=C gfortran

[Bug fortran/78518] New: Warning format regression

2016-11-24 Thread physiker at toast2 dot net
Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- When compiling the file t.f90 gfortran-7 prints the marker 1 under the second argument. When the file is compiled by gfortran version 6 or earlier, the marker is printed under the first argument

[Bug fortran/78122] [5/6/7 Regression] ICE in get, at cgraph.h:395

2016-11-03 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78122 --- Comment #3 from physiker at toast2 dot net --- (In reply to Martin Liška from comment #2) > Not being a fortran expert, however ifort rejects the source code: > > /tmp/pi.f90(5): error #6592: This symbol must be a defined

[Bug fortran/78152] [6/7 Regression] coarray and associate

2016-11-02 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78152 --- Comment #9 from physiker at toast2 dot net --- (In reply to vehre from comment #8) > Hi Steve, > > you asked what other compilers have to say to the code (the one in the > description). > > Ifort: > > > if

[Bug fortran/78152] New: coarray and associate

2016-10-28 Thread physiker at toast2 dot net
: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- The following source file, bug.f90, is rejected by gfortran version 7 and 6. Gfortran version 5.4 compiles the code. I believe this is a regression. cat bug.f90 program co_assoc implicit none

[Bug fortran/78122] New: internal compiler error: in get, at cgraph.h:395

2016-10-26 Thread physiker at toast2 dot net
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Compiling the file pi.f90 causes an internal compiler error in get, at cgraph.h:395. When the program-name pi (after the program statement) is replaced by p, the code

[Bug fortran/78033] New: Internal Compiler Error in enforce_single_undo_checkpoint

2016-10-18 Thread physiker at toast2 dot net
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Created attachment 39833 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39833=edit Source code Compiling the file bug.f90 cau

[Bug fortran/66328] Wrong initialization of derived-type DATA

2016-05-07 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66328 physiker at toast2 dot net changed: What|Removed |Added CC||physiker at toast2 dot net

[Bug fortran/70994] New: gfortran: -fcheck=all implied do loop confusing messages

2016-05-07 Thread physiker at toast2 dot net
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Compiling the file f.90 with the command line option -fcheck=all active, causes the "Warning: 'i' may be used uninitialized in this fun

[Bug fortran/70817] New: Internal compiler error coarrays -finit-real=snan

2016-04-26 Thread physiker at toast2 dot net
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Compiling the file t.f90 causes gfortran version 5.3 (OpenCoarrays-1.4.0) and gcc-6.0.1-RC-20160423 (OpenCoarrays current git version) to crash with an internal compiler

[Bug fortran/69931] New: fortran address sanitizer does not work with optimization

2016-02-23 Thread physiker at toast2 dot net
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- When the code bnd11.f90, included in polyhedrons linux fortran testsuite, is compiled without optimization the address sanitizer catches

[Bug fortran/69930] New: fortran address sanitizer does not work with optimization

2016-02-23 Thread physiker at toast2 dot net
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Created attachment 37776 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37776=edit Source code When the code bnd11.f90, inclu

[Bug fortran/69929] New: Internal compiler error GCC$ ATTRIBUTES STDCALL

2016-02-23 Thread physiker at toast2 dot net
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Created attachment 37775 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37775=edit Source code Compiling the file win_gnu_dynlib.f90 causes an internal compi

[Bug libstdc++/69762] New: Locales are not fully supported on x86_64-apple-darwin13.4.0

2016-02-10 Thread physiker at toast2 dot net
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Created attachment 37661 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37661=edit Preprocessed source file Locales are not fu

[Bug fortran/69370] New: Fortran spurious warning (regression)?

2016-01-19 Thread physiker at toast2 dot net
Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu Build: gcc version 6.0.0 20160114 Compiling t.f90 with option -Wconversion active

[Bug lto/69337] New: Internal compiler error fortran c lto

2016-01-17 Thread physiker at toast2 dot net
Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Host: x86_64-apple-darwin13.4.0 Target: x86_64-apple-darwin13.4.0 Build: gcc version 6.0.0 20160114 Compiling and linking the two files

[Bug fortran/69303] New: Fortran character common block equivalence lto

2016-01-15 Thread physiker at toast2 dot net
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Created attachment 37361 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37361=edit Tarfile von source files and include file Fortran character common bl

[Bug fortran/69304] New: Fortran logical common block equivalence lto

2016-01-15 Thread physiker at toast2 dot net
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Compiling m.f90 and f.f90 into a shared library with the -flto opion active causes a strange "warning: type of 'l' does not match original declaration". The

[Bug fortran/69063] New: Internal compiler error, -Wunused-parameter

2015-12-26 Thread physiker at toast2 dot net
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Host: x86_64-apple-darwin13.4.0 Target: x86_64-apple-darwin13.4.0 Build: gcc-5.3.0 Created

[Bug fortran/69055] New: Internal compiler error -fsanitize=float-cast-overflow

2015-12-25 Thread physiker at toast2 dot net
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: physiker at toast2 dot net Target Milestone: --- Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu Build: gcc-Version 6.0.0 20151223 Created attachment 37134 --> ht