Closed Bug 1768572 Opened 2 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)

defect

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.)

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)
Severity: -- → S2
Flags: needinfo?(choller)
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE

bug 1784495 made this return.

Assignee: nobody → mh+mozilla
Blocks: clang-15
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b5987ece3ebe
Fix AFL build failures with clang 15. r=truber
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: