A NOTE has been added to this issue. 
====================================================================== 
http://austingroupbugs.net/view.php?id=1128 
====================================================================== 
Reported By:                kre
Assigned To:                
====================================================================== 
Project:                    1003.1(2013)/Issue7+TC1
Issue ID:                   1128
Category:                   Shell and Utilities
Type:                       Omission
Severity:                   Objection
Priority:                   normal
Status:                     New
Name:                       Robert Elz 
Organization:                
User Reference:              
Section:                    1.1.2.1, 2.6.4 
Page Number:                2331-3, 2358-9 
Line Number:                74118-74162, 75225-75250 
Interp Status:              --- 
Final Accepted Text:         
====================================================================== 
Date Submitted:             2017-03-17 01:08 UTC
Last Modified:              2017-03-17 12:53 UTC
====================================================================== 
Summary:                    Where is the ',' (comma) operator ?
====================================================================== 

---------------------------------------------------------------------- 
 (0003635) shware_systems (reporter) - 2017-03-17 12:53
 http://austingroupbugs.net/view.php?id=1128#c3635 
---------------------------------------------------------------------- 
The way to emulate comma is by a sequence similar to:
left-hand-side;
goto auto-comma-label;
auto-comma-label: 
result = right-hand-side;

>From c99 6.5.17:
Then the right operand is evaluated; the result has its
type and value.

This is why I don't see the ',' as having a result. It is a syntactic macro
that generates hidden labels more than actual operator. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2017-03-17 01:08 kre            New Issue                                    
2017-03-17 01:08 kre            Name                      => Robert Elz      
2017-03-17 01:08 kre            Section                   => 1.1.2.1, 2.6.4  
2017-03-17 01:08 kre            Page Number               => 2331-3, 2358-9  
2017-03-17 01:08 kre            Line Number               => 74118-74162,
75225-75250
2017-03-17 10:32 stephane       Note Added: 0003623                          
2017-03-17 10:32 stephane       Note Edited: 0003623                         
2017-03-17 10:59 joerg          Note Added: 0003626                          
2017-03-17 11:30 stephane       Note Added: 0003627                          
2017-03-17 11:31 kre            Note Added: 0003628                          
2017-03-17 11:40 stephane       Note Edited: 0003627                         
2017-03-17 12:13 stephane       Note Added: 0003631                          
2017-03-17 12:21 shware_systems Note Added: 0003632                          
2017-03-17 12:36 shware_systems Note Edited: 0003632                         
2017-03-17 12:39 kre            Note Added: 0003633                          
2017-03-17 12:41 kre            Note Edited: 0003633                         
2017-03-17 12:42 shware_systems Note Edited: 0003632                         
2017-03-17 12:49 kre            Note Edited: 0003633                         
2017-03-17 12:50 kre            Note Edited: 0003633                         
2017-03-17 12:51 kre            Note Edited: 0003633                         
2017-03-17 12:53 shware_systems Note Added: 0003635                          
======================================================================


Reply via email to