public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19543] formated output for logical(8) variables fails
       [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
@ 2006-02-04  5:55 ` jvdelisle at gcc dot gnu dot org
  2006-02-04 19:28 ` [Bug middle-end/19543] fortran LOGICAL*8 not consistently distinguished from 32 bit integers tobi at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-02-04  5:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jvdelisle at gcc dot gnu dot org  2006-02-04 05:55 -------
Propose patch submitted to list for review.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/19543] fortran LOGICAL*8 not consistently distinguished from 32 bit integers
       [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
  2006-02-04  5:55 ` [Bug fortran/19543] formated output for logical(8) variables fails jvdelisle at gcc dot gnu dot org
@ 2006-02-04 19:28 ` tobi at gcc dot gnu dot org
  2006-02-20  0:34 ` sayle at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2006-02-04 19:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from tobi at gcc dot gnu dot org  2006-02-04 19:27 -------
I'm changing the summary, and pushing this to component middle-end.  See
comments #3 and #5 for an analysis of what's going wrong.


-- 

tobi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |middle-end
            Summary|formated output for         |fortran LOGICAL*8 not
                   |logical(8) variables fails  |consistently distinguished
                   |                            |from 32 bit integers


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/19543] fortran LOGICAL*8 not consistently distinguished from 32 bit integers
       [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
  2006-02-04  5:55 ` [Bug fortran/19543] formated output for logical(8) variables fails jvdelisle at gcc dot gnu dot org
  2006-02-04 19:28 ` [Bug middle-end/19543] fortran LOGICAL*8 not consistently distinguished from 32 bit integers tobi at gcc dot gnu dot org
@ 2006-02-20  0:34 ` sayle at gcc dot gnu dot org
  2006-02-20  7:31 ` [Bug middle-end/19543] [4.1 only] " fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-02-20  0:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from sayle at gcc dot gnu dot org  2006-02-20 00:34 -------
Subject: Bug 19543

Author: sayle
Date: Mon Feb 20 00:34:12 2006
New Revision: 111294

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111294
Log:

        PR middle-end/19543
        * varasm.c (compare_constant) <INTEGER_CST>: Integer constants are
        only equivalent if the have both the same mode and precision.

        * gfortran.dg/logical_1.f90: New test case.


Added:
    trunk/gcc/testsuite/gfortran.dg/logical_1.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/varasm.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/19543] [4.1 only] fortran LOGICAL*8 not consistently distinguished from 32 bit integers
       [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-02-20  0:34 ` sayle at gcc dot gnu dot org
@ 2006-02-20  7:31 ` fxcoudert at gcc dot gnu dot org
  2006-02-20 16:13 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-02-20  7:31 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
      Known to fail|                            |4.1.0 4.2.0
      Known to work|                            |4.2.0
            Summary|fortran LOGICAL*8 not       |[4.1 only] fortran LOGICAL*8
                   |consistently distinguished  |not consistently
                   |from 32 bit integers        |distinguished from 32 bit
                   |                            |integers
   Target Milestone|---                         |4.1.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/19543] [4.1 only] fortran LOGICAL*8 not consistently distinguished from 32 bit integers
       [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-02-20  7:31 ` [Bug middle-end/19543] [4.1 only] " fxcoudert at gcc dot gnu dot org
@ 2006-02-20 16:13 ` fxcoudert at gcc dot gnu dot org
  2006-03-14 19:25 ` sayle at gcc dot gnu dot org
  2006-03-14 23:08 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-02-20 16:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from fxcoudert at gcc dot gnu dot org  2006-02-20 16:13 -------
*** Bug 20066 has been marked as a duplicate of this bug. ***


-- 
Bug 19543 depends on bug 20066, which changed state.

Bug 20066 Summary: Ordering of logical constants determines if they're correctly emitted
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20066

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/19543] [4.1 only] fortran LOGICAL*8 not consistently distinguished from 32 bit integers
       [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-02-20 16:13 ` fxcoudert at gcc dot gnu dot org
@ 2006-03-14 19:25 ` sayle at gcc dot gnu dot org
  2006-03-14 23:08 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-03-14 19:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from sayle at gcc dot gnu dot org  2006-03-14 19:25 -------
Subject: Bug 19543

Author: sayle
Date: Tue Mar 14 19:25:25 2006
New Revision: 112065

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112065
Log:

        PR middle-end/19543
        Backport from mainline.
        * varasm.c (compare_constant) <INTEGER_CST>: Integer constants are
        only equivalent if the have both the same mode and precision.

        * gfortran.dg/logical_1.f90: New test case.


Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/logical_1.f90
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/varasm.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/19543] [4.1 only] fortran LOGICAL*8 not consistently distinguished from 32 bit integers
       [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-03-14 19:25 ` sayle at gcc dot gnu dot org
@ 2006-03-14 23:08 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-14 23:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from pinskia at gcc dot gnu dot org  2006-03-14 23:08 -------
Fixed, thanks Roger for fixing this.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-03-14 23:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-19543-10259@http.gcc.gnu.org/bugzilla/>
2006-02-04  5:55 ` [Bug fortran/19543] formated output for logical(8) variables fails jvdelisle at gcc dot gnu dot org
2006-02-04 19:28 ` [Bug middle-end/19543] fortran LOGICAL*8 not consistently distinguished from 32 bit integers tobi at gcc dot gnu dot org
2006-02-20  0:34 ` sayle at gcc dot gnu dot org
2006-02-20  7:31 ` [Bug middle-end/19543] [4.1 only] " fxcoudert at gcc dot gnu dot org
2006-02-20 16:13 ` fxcoudert at gcc dot gnu dot org
2006-03-14 19:25 ` sayle at gcc dot gnu dot org
2006-03-14 23:08 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).