public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/34685]  New: [patch] Honour parentheses in expressions
@ 2008-01-06 10:50 burnus at gcc dot gnu dot org
  2008-01-06 12:24 ` [Bug fortran/34685] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-01-06 10:50 UTC (permalink / raw)
  To: gcc-bugs

This is just a reminder to ensure that Richard's patch does not get forgotten:
  http://gcc.gnu.org/ml/fortran/2008-01/msg00019.html
(especially since the patch tracker is currently down.)

> > This adds a middle-end PAREN_EXPR tree code that acts as re-association
> > barrier for floating point expressions.  This allows to model the Fortran
> > semantics that allow re-association for expressions that are not
> > explicitly wrapped inside parentheses.


-- 
           Summary: [patch] Honour parentheses in expressions
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

* [Bug fortran/34685] [patch] Honour parentheses in expressions
  2008-01-06 10:50 [Bug fortran/34685] New: [patch] Honour parentheses in expressions burnus at gcc dot gnu dot org
@ 2008-01-06 12:24 ` rguenth at gcc dot gnu dot org
  2008-01-06 12:24 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-06 12:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-01-06 12:02 -------
Mine.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-01-06 12:01:49         |2008-01-06 12:02:10
               date|                            |


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


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

* [Bug fortran/34685] [patch] Honour parentheses in expressions
  2008-01-06 10:50 [Bug fortran/34685] New: [patch] Honour parentheses in expressions burnus at gcc dot gnu dot org
  2008-01-06 12:24 ` [Bug fortran/34685] " rguenth at gcc dot gnu dot org
@ 2008-01-06 12:24 ` rguenth at gcc dot gnu dot org
  2008-01-06 15:29 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-06 12:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-01-06 12:01 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-06 12:01:49
               date|                            |


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


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

* [Bug fortran/34685] [patch] Honour parentheses in expressions
  2008-01-06 10:50 [Bug fortran/34685] New: [patch] Honour parentheses in expressions burnus at gcc dot gnu dot org
  2008-01-06 12:24 ` [Bug fortran/34685] " rguenth at gcc dot gnu dot org
  2008-01-06 12:24 ` rguenth at gcc dot gnu dot org
@ 2008-01-06 15:29 ` pinskia at gcc dot gnu dot org
  2008-02-20 15:01 ` rguenth at gcc dot gnu dot org
  2008-02-21  9:54 ` [Bug fortran/34685] " rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-01-06 15:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-01-06 12:52 -------
I bet this also fixes PR 14741.


-- 


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


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

* [Bug fortran/34685] [patch] Honour parentheses in expressions
  2008-01-06 10:50 [Bug fortran/34685] New: [patch] Honour parentheses in expressions burnus at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-01-06 15:29 ` pinskia at gcc dot gnu dot org
@ 2008-02-20 15:01 ` rguenth at gcc dot gnu dot org
  2008-02-21  9:54 ` [Bug fortran/34685] " rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-20 15:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-02-20 15:00 -------
How so?


-- 


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


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

* [Bug fortran/34685] Honour parentheses in expressions
  2008-01-06 10:50 [Bug fortran/34685] New: [patch] Honour parentheses in expressions burnus at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-02-20 15:01 ` rguenth at gcc dot gnu dot org
@ 2008-02-21  9:54 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-21  9:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-02-21 09:53 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Keywords|                            |patch, wrong-code
         Resolution|                            |FIXED
            Summary|[patch] Honour parentheses  |Honour parentheses in
                   |in expressions              |expressions
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2008-02-21  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-06 10:50 [Bug fortran/34685] New: [patch] Honour parentheses in expressions burnus at gcc dot gnu dot org
2008-01-06 12:24 ` [Bug fortran/34685] " rguenth at gcc dot gnu dot org
2008-01-06 12:24 ` rguenth at gcc dot gnu dot org
2008-01-06 15:29 ` pinskia at gcc dot gnu dot org
2008-02-20 15:01 ` rguenth at gcc dot gnu dot org
2008-02-21  9:54 ` [Bug fortran/34685] " rguenth 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).