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)

Unspecified
All
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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: nobody → bbeurdouche
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.33
Depends on: 1436932
You need to log in before you can comment on or make changes to this bug.