Closed
Bug 1386077
Opened 8 years ago
Closed 8 years ago
Compile freebl using -std=gnu99 for all C compilers on Linux
Categories
(NSS :: Libraries, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
3.33
People
(Reporter: benjamin.beurdouche, Assigned: benjamin.beurdouche)
References
Details
Needed by HaCl*
https://bugzilla.mozilla.org/show_bug.cgi?id=1376975 (for example)
The verified C code is using C99 syntax for loops.
It has the following syntax which is not supported by GCC 4.8 on Linux:
for(int i = 0; i < n; i++){...}
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bbeurdouche
| Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.33
You need to log in
before you can comment on or make changes to this bug.
Description
•