[Bug lto/82302] LTO producing bad code

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 25 07:59:00 GMT 2017


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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Looks I've got some issue with sharer:

./minecraft 
Warning: The created OpenGL context does not fully meet the settings that were
requested
Requested: version = 3.3 ; depth bits = 24 ; stencil bits = 8 ; AA level = 0 ;
core = false ; debug = false ; sRGB = false
Created: version = 3.3 ; depth bits = 24 ; stencil bits = 8 ; AA level = 0 ;
core = true ; debug = false ; sRGB = false
terminate called after throwing an instance of 'std::runtime_error'
  what():  Unable to load a shader: 0:22(48): error: syntax error, unexpected
NEW_IDENTIFIER, expecting ')' or ','

Aborted (core dumped)


More information about the Gcc-bugs mailing list