Bug 1825516 Comment 14 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

[Here](https://gist.github.com/nmlapre/4f979a17f28fe97c04cfe1db05ce01b1) is a preprocessed version of `RemoteAccessibleBase.cpp` that will show the error alone when compiled with gcc like so:
```
g++ -c -fno-exceptions -Wno-invalid-offsetof -Wno-error=class-memaccess -Wno-deprecated-declarations -Wno-literal-suffix -Wno-narrowing RemoteAccessibleBase.i
```

I have yet to get the creduce tool to work, but this is a preprocessed file which appears similar to that which you submitted to gcc devs in the past.
[Here](https://gist.github.com/nmlapre/4f979a17f28fe97c04cfe1db05ce01b1) is a preprocessed version of `RemoteAccessibleBase.cpp` that will show the error alone when compiled with gcc (specifically, 12.2.1 20220819 (Red Hat 12.2.1-2)) like so:
```
g++ -c -fno-exceptions -Wno-invalid-offsetof -Wno-error=class-memaccess -Wno-deprecated-declarations -Wno-literal-suffix -Wno-narrowing RemoteAccessibleBase.i
```

I have yet to get the creduce tool to work, but this is a preprocessed file which appears similar to that which you submitted to gcc devs in the past.

Back to Bug 1825516 Comment 14