Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
P99 - macros and functions for C99
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Gustedt
P99 - macros and functions for C99
Commits
e1090021
Commit
e1090021
authored
10 years ago
by
Jens Gustedt
Browse files
Options
Downloads
Patches
Plain Diff
some minor corrections for the publication as n1930
parent
ab67404c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gforge-p99/defects-and-improvements/n1930.html
+5
-3
5 additions, 3 deletions
gforge-p99/defects-and-improvements/n1930.html
with
5 additions
and
3 deletions
gforge-p99/defects-and-improvements/n1930.html
+
5
−
3
View file @
e1090021
...
...
@@ -22,9 +22,11 @@ code { background-color : #EEE; text-style : sans-serif }
<title>
Controlling expression of _Generic primary expression
</title>
</head>
<body>
<h1>
Controlling expression of _Generic primary expression
</h1
>
<b>
Document:
</b>
N1930
<br
>
<b>
Author:
</b>
Jens Gustedt, INRIA
<br>
<b>
Date:
</b>
2015-04-24
<br>
<b>
Subject:
</b>
Controlling expression of _Generic primary expression
<br>
<h1>
Controlling expression of _Generic primary expression
</h1>
<h2>
Summary
</h2>
...
...
@@ -141,8 +143,8 @@ char const* f = _Generic(+(int const){ 0 }, int const: "blu"); // both error
<p>
<em>
Any lvalue conversion of a
<code>
register
</code>
variable leads to
undefined behavior.
Any lvalue conversion of a
n uninitialized
<code>
register
</code>
variable leads to
undefined behavior.
</em>
</p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment