public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/10143] -Wsequence-point missing warnings
       [not found] <20030319010600.10143.macdonn@nortelnetworks.com>
@ 2003-07-07  3:38 ` pinskia at physics dot uc dot edu
  2003-07-07  3:38 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-07  3:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-07 03:38 -------
Confirmed still present on the mainline (20030705).


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

* [Bug c/10143] -Wsequence-point missing warnings
       [not found] <20030319010600.10143.macdonn@nortelnetworks.com>
  2003-07-07  3:38 ` [Bug c/10143] -Wsequence-point missing warnings pinskia at physics dot uc dot edu
@ 2003-07-07  3:38 ` pinskia at physics dot uc dot edu
  2003-07-07  4:25 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-07  3:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW


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

* [Bug c/10143] -Wsequence-point missing warnings
       [not found] <20030319010600.10143.macdonn@nortelnetworks.com>
  2003-07-07  3:38 ` [Bug c/10143] -Wsequence-point missing warnings pinskia at physics dot uc dot edu
  2003-07-07  3:38 ` pinskia at physics dot uc dot edu
@ 2003-07-07  4:25 ` pinskia at physics dot uc dot edu
  2004-04-26 13:37 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-07  4:25 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-07 04:25 -------
The problem is verify_sequence_points is never called because c_expand_expr_stmt is 
not called either.


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

* [Bug c/10143] -Wsequence-point missing warnings
       [not found] <20030319010600.10143.macdonn@nortelnetworks.com>
                   ` (2 preceding siblings ...)
  2003-07-07  4:25 ` pinskia at physics dot uc dot edu
@ 2004-04-26 13:37 ` pinskia at gcc dot gnu dot org
  2004-06-28  0:24 ` pinskia at gcc dot gnu dot org
  2004-07-20 14:59 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-26 13:37 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15146


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


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

* [Bug c/10143] -Wsequence-point missing warnings
       [not found] <20030319010600.10143.macdonn@nortelnetworks.com>
                   ` (3 preceding siblings ...)
  2004-04-26 13:37 ` pinskia at gcc dot gnu dot org
@ 2004-06-28  0:24 ` pinskia at gcc dot gnu dot org
  2004-07-20 14:59 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-28  0:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 10143 depends on bug 15146, which changed state.

Bug 15146 Summary: [tree-ssa] sequnce point warnings should be done c gimplifier
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15146

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

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


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

* [Bug c/10143] -Wsequence-point missing warnings
       [not found] <20030319010600.10143.macdonn@nortelnetworks.com>
                   ` (4 preceding siblings ...)
  2004-06-28  0:24 ` pinskia at gcc dot gnu dot org
@ 2004-07-20 14:59 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 14:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 14:59 -------
My analysis no longer applies to the mainline.

-- 


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


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

* [Bug c/10143] -Wsequence-point missing warnings
       [not found] <bug-10143-4@http.gcc.gnu.org/bugzilla/>
@ 2011-09-21 15:02 ` manu at gcc dot gnu.org
  0 siblings, 0 replies; 7+ messages in thread
From: manu at gcc dot gnu.org @ 2011-09-21 15:02 UTC (permalink / raw)
  To: gcc-bugs

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |manu at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #14 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2011-09-21 14:55:16 UTC ---
I implemented a lot of new Wsequence-point warnings in GCC 4.4, so this is
likely fixed now. If you find an instance where it isn't, please open a new PR.


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

end of thread, other threads:[~2011-09-21 14:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030319010600.10143.macdonn@nortelnetworks.com>
2003-07-07  3:38 ` [Bug c/10143] -Wsequence-point missing warnings pinskia at physics dot uc dot edu
2003-07-07  3:38 ` pinskia at physics dot uc dot edu
2003-07-07  4:25 ` pinskia at physics dot uc dot edu
2004-04-26 13:37 ` pinskia at gcc dot gnu dot org
2004-06-28  0:24 ` pinskia at gcc dot gnu dot org
2004-07-20 14:59 ` pinskia at gcc dot gnu dot org
     [not found] <bug-10143-4@http.gcc.gnu.org/bugzilla/>
2011-09-21 15:02 ` manu at gcc dot gnu.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).