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/52444] gcc.dg/tree-prof/pr44777.c execution, -fprofile-generate -D_PROFILE_GENERATE fails at -m32


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

--- Comment #3 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-12-15 14:17:18 UTC ---
One interesting thing is that slightly different assembly is generated each
time you recompile this test case...

# diff -u pr44777.s pr44777.s.PROFILE_GENERATE
--- pr44777.s    2012-12-15 09:10:30.000000000 -0500
+++ pr44777.s.PROFILE_GENERATE    2012-12-15 09:08:44.000000000 -0500
@@ -262,7 +262,7 @@
 LPBX0:
     .long    875575397
     .long    0
-    .long    -1629035081
+    .long    -1629140997
     .long    LC0
     .long    ___gcov_merge_add
     .long    0

--- pr44777.s    2012-12-15 09:11:23.000000000 -0500+++
pr44777.s.PROFILE_GENERATE    2012-12-15 09:08:44.000000000 -0500
@@ -262,7 +262,7 @@
 LPBX0:
     .long    875575397
     .long    0
-    .long    -1628981943
+    .long    -1629140997
     .long    LC0
     .long    ___gcov_merge_add
     .long    0


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