This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11708] [sh4-elf-gcc] Non-Optimal jump code generation.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2004 19:46:00 -0000
- Subject: [Bug optimization/11708] [sh4-elf-gcc] Non-Optimal jump code generation.
- References: <20030729134233.11708.naveens@noida.hcltech.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-03 19:45 -------
no -O2 enables -funit-at-a-time which removes static functions, remove the static from the
file and it should produce code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11708