From 91b63f94d31103ce19237bfdc9ee1c3f86efd2b4 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Fri, 17 Jun 2022 18:45:59 -0500 Subject: [PATCH] Note an error in the manual. --- cc.notes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cc.notes b/cc.notes index 19c0498..920cc41 100644 --- a/cc.notes +++ b/cc.notes @@ -234,6 +234,10 @@ p. 277 The type "long double" now specifies a number in the SANE extended format. +p. 282 + +Declarations like "int * float fp;" are not actually legal, and are not supported by ORCA/C. + p. 286 Unions may now contain bit fields.