Skip to content

Commit 6e4e23c

Browse files
authored
Merge pull request #697 from jnfoster/final-release-candidate
P4_16 v1.1.0 and P4_14 v1.0.5 release
2 parents 93026dc + 4a32458 commit 6e4e23c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

p4-14/v1.0.5/tex/p4.pt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
\vspace{3mm}
4141
\centerline{\sffamily\Large Version 1.0.5}
4242
\vspace{3mm}
43-
\centerline{\sffamily\large May 31, 2018}
43+
\centerline{\sffamily\large November 26, 2018}
4444
\vspace{8mm}
4545
\centerline{\sffamily\large The P4 Language Consortium}
4646

p4-16/spec/P4-16-spec.mdk

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Title : P4~16~ Language Specification
2-
Title Note: version 1.1.0-rc
2+
Title Note: version 1.1.0
33
Title Footer: &date;
44
Author: The P4 Language Consortium
55
Heading depth: 5
@@ -6973,8 +6973,8 @@ The P4 compiler should provide:
69736973
|-----|-----|-----|
69746974
| 1.0.0 | May 17, 2017 | Initial version. |
69756975
|-----|-----|-----|
6976-
| 1.1.0 | June 5, 2018 | Added top-level functions, optional and named parameters, `enum` |
6977-
| | | representations, parser value sets, type definitions, saturating |
6976+
| 1.1.0 | November 26, 2018 | Added top-level functions, optional and named parameters, `enum` |
6977+
| | | representations, parser value sets, type definitions, |
69786978
| | | saturating arithmetic, and structured annotations. |
69796979
| | | Removed `globalname` annotation and added a table `size` property. |
69806980
| | | Clarified semantics of operations on invalid headers, added restrictions |
@@ -7007,6 +7007,8 @@ The P4 compiler should provide:
70077007
- Added restrictions on kinds of values that may be passed as arguments to calls.
70087008
* Bitwise operator precedence (Section [#sec-grammar])
70097009
- Modified precedence conventions so that bitwise operators `&` `|` and `^` have higher precedence than relation operators `<` `>` `<=` `>=`.
7010+
* Computed bitwidths (Section [#sec-base-types])
7011+
- Added support for specifying widths using expressions in `bit` and `varbit` types.
70107012

70117013
# Appendix: P4 reserved keywords { #sec-p4-keywords }
70127014

0 commit comments

Comments
 (0)