Author Topic: bug in patched gcc with lto  (Read 3236 times)

Offline reckless

  • Regular
  • ***
  • Posts: 338
bug in patched gcc with lto
« on: June 16, 2010, 03:05:06 pm »
something rather disturbing i discovered.

the patched gcc with lto does not work correctly on win7 64. it does create executables theres no warnings but the created executables cannot run getting error the selected executable is not a valid win32 executable.

the executables run on win9x though  :shock: back to the drawing board i guess ?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: bug in patched gcc with lto
« Reply #1 on: June 17, 2010, 01:25:18 pm »
something rather disturbing i discovered.

the patched gcc with lto does not work correctly on win7 64. it does create executables theres no warnings but the created executables cannot run getting error the selected executable is not a valid win32 executable.

the executables run on win9x though  :shock: back to the drawing board i guess ?
Unrelated to Code::Blocks -> topic locked.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ