This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/49642] constant part of a macro not optimized away as expected due to splitter


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49642

--- Comment #1 from marcus at jet dot franken.de 2011-07-05 12:41:05 UTC ---
Created attachment 24690
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24690
ehca_mrmw.i

gcc -m64 -O2 -fno-inline-functions-called-once -c ehca_mrmw.i ; objdump -dr
ehca_mrmw.o |grep NaN

should not report:
                        1a8: R_PPC64_REL24      ____ilog2_NaN


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]