Closed
Bug 1768572
Opened 3 years ago
Closed 2 years ago
[clang trunk] error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
Categories
(Core :: Fuzzing, defect)
Core
Fuzzing
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
AFL++ instrumentation toolchain build fails with clang trunk with:
[*] Checking for the ability to compile x86 code...
<stdin>:1:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
main() { __asm__("xorb %al, %al"); }
^
int
1 error generated.
Oops, looks like your compiler can't generate x86 code.
Don't panic! You can use the LLVM or QEMU mode, but see docs/INSTALL first.
(To ignore this error, set AFL_NO_X86=1 and try again.)
Assignee | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:decoder, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(choller)
Updated•3 years ago
|
Severity: -- → S2
Flags: needinfo?(choller)
Assignee | ||
Comment 3•3 years ago
|
||
This should be fixed by https://phabricator.services.mozilla.com/D146910.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•2 years ago
|
||
bug 1784495 made this return.
Assignee | ||
Comment 5•2 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b5987ece3ebe
Fix AFL build failures with clang 15. r=truber
Comment 7•2 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 3 years ago → 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•