This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49642] constant part of a macro not optimized away as expected due to splitter
- From: "marcus at jet dot franken.de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 5 Jul 2011 12:43:35 +0000
- Subject: [Bug c/49642] constant part of a macro not optimized away as expected due to splitter
- Auto-submitted: auto-generated
- References: <bug-49642-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49642
--- Comment #2 from marcus at jet dot franken.de 2011-07-05 12:42:28 UTC ---
looking at the assembly, both x() and y() call the assembler functions,
just the static function is still emitted with
0000000000000000 <.ehca_get_max_hwpage_size.part.0>:
name. This instance could probably be safely deleted.