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&action=edit
Preprocessed source file
Locales
: 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&action=edit
Source code
Compiling the file win_gnu_dynlib.f90 causes an i
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&action=edit
Source code
When the code bnd11.f90, i
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 the
: 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
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 i
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
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
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
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
: 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 >
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.
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
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
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
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
: 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
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&action=edit
source code
When the code coptr.f90 is compiled by a current version of gfortra
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
> :
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79096
>
> Maxim Ostapenko changed:
>
>
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
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
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
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 = &q
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&action=edit
Source code
Compiling the file bug.f90
: 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
: 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
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
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 para
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
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
: 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&action=edit
Tarfile von source files and include file
Fortran character commo
: 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"
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 into a
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
34 matches
Mail list logo