|
Bugzilla – Full Text Bug Listing |
| Summary: | GCC 11: ovmf build fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | Basesystem | Assignee: | Gary Ching-Pang Lin <glin> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1181859 | ||
|
Description
Martin Liška
2021-03-18 14:00:57 UTC
May I please ping this as GCC 11 release is approaching? Sorry for the delay. So gcc11 now requires "uint8_t* encoded_buffer" declared as "uint8_t encoded_buffer[encoded_size]"? (In reply to Gary Ching-Pang Lin from comment #2) > Sorry for the delay. > > So gcc11 now requires "uint8_t* encoded_buffer" declared as "uint8_t > encoded_buffer[encoded_size]"? Yes please. (In reply to Martin Liška from comment #3) > (In reply to Gary Ching-Pang Lin from comment #2) > > Sorry for the delay. > > > > So gcc11 now requires "uint8_t* encoded_buffer" declared as "uint8_t > > encoded_buffer[encoded_size]"? > > Yes please. Ok. Fix submitted: sr#881515 Thanks, fixed in devel project now. |