http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51569
Bug #: 51569
Summary: documentation on sign intrinsic
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51569
--- Comment #1 from Pascal 2011-12-15 16:28:11
UTC ---
(In reply to comment #0)
>
> According to the standard -0.0 is greater than zero.
Sorry, I am also confusing things by saying this.
please read instead "-0.0>=0.0 return True"
Assignee: unassigned at gcc dot gnu.org
Reporter: pascal22p at parois dot net
Target Milestone: ---
Hi,
The following code result in a crash of the compiler. The code is
non-conforming.
module xlexical_mod
contains
subroutine lexical_preprocessing(image_text)
implicit none
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: pascal22p at parois dot net
Target Milestone: ---
The program below gives an internal compiler error:
program compilererror
implicit none
character(len=3), dimension(1), parameter :: CFN=(/'(a)'/)
write(*,
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: pascal22p at parois dot net
Target Milestone: ---
Created attachment 36004
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36004&action=edit
test case
Hi,
This bug report is following up with a discus
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: pascal22p at parois dot net
Target Milestone: ---
Created attachment 36005
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36005&action=edit
test case
Hi,
gcc 5.1.0 g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66911
--- Comment #6 from Pascal ---
Hi,
Yes, sorry. I did not state the expected output which is:
s:"tt" derived:"tt"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49523
Summary: uninitialized warning present when compiled with O1
but not with O0
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3