https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61759

--- Comment #19 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Sergey Fedorov from comment #18)
> This is the same bug?
> 
> ```
> during GIMPLE pass: eh
> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_aqua_barrier/barrier/
> work/barrier-2.4.0/src/lib/platform/OSXClipboard.cpp: In member function
> 'virtual std::string OSXClipboard::get(IClipboard::EFormat) const':
> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_aqua_barrier/barrier/
> work/barrier-2.4.0/src/lib/platform/OSXClipboard.cpp:187:13: internal
> compiler error: in objc_eh_runtime_type, at
> objc/objc-next-runtime-abi-01.cc:2798
>   187 | std::string OSXClipboard::get(EFormat format) const
>       |             ^~~~~~~~~~~~
> Please submit a full bug report, with preprocessed source (by using
> -freport-bug).
> See <https://trac.macports.org/newticket> for instructions.
> make[2]: *** [src/lib/platform/CMakeFiles/platform.dir/OSXClipboard.cpp.o]
> Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory
> `/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_aqua_barrier/barrier/
> work/build'
> make[1]: *** [src/lib/platform/CMakeFiles/platform.dir/all] Error 2
> make[1]: Leaving directory
> `/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_aqua_barrier/barrier/
> work/build'
> make: *** [all] Error 2
> ```

I'd try attaching a debugger to see if the backtrace looks like the one I
posted previously, just to confirm: https://gcc.gnu.org/wiki/DebuggingGCC
(but yeah, it's probably the same bug)

Reply via email to