--- Comment #9 from hubicka at gcc dot gnu dot org 2007-02-14 01:24 ---
Hi,
the reason is -msse3 that is supposed to be at both invocations. -msse3
enables the SSE builtins that do change declarations UIDs that in turn changes
function names:
< ;; Function ddx (ddx.1401)
---
> ;; Functi
--- Comment #8 from burnus at gcc dot gnu dot org 2007-02-05 14:45 ---
Thanks, aermod now works. :-)
channel, gas_dyn, induct, nf, protein, rnflow still fail respectively fail now.
$ gfortran -fprofile-generate -march=opteron -ffast-math -funroll-loops
-ftree-vectorize -O3 -o channel
--- Comment #7 from hubicka at gcc dot gnu dot org 2007-02-03 23:35 ---
Subject: Bug 30650
Author: hubicka
Date: Sat Feb 3 23:35:42 2007
New Revision: 121554
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121554
Log:
PR gcov-profile/30650
* value-prof.c (string
--- Comment #6 from hubicka at ucw dot cz 2007-02-03 21:55 ---
Subject: Re: [4.3 Regression] ICE with -fprofile-use
> size = ((histogram->hvalue.counters[0]
> + histogram->hvalue.counters[0] / 2)
> - / histogram->hvalue.counters[0]);
> + /
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-02-03 21:51 ---
size = ((histogram->hvalue.counters[0]
+ histogram->hvalue.counters[0] / 2)
- / histogram->hvalue.counters[0]);
+ / histogram->hvalue.counters[1]);
micha suggested you m
--- Comment #4 from hubicka at gcc dot gnu dot org 2007-02-03 21:49 ---
Created an attachment (id=13002)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13002&action=view)
Fix
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30650
--- Comment #3 from hubicka at gcc dot gnu dot org 2007-02-03 21:48 ---
Testing fix.
--
hubicka at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|una
--- Comment #2 from stefaan dot deroeck at gmail dot com 2007-02-03 21:45
---
I'm guessing "make profiledbootstrap" fails on my machine for the same reason.
(I get the same ICE). Last tested with snapshot gcc-4.3.0_alpha20070202. My
platform is i386 though, not x86_64, using CFLAGS "
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary|[Regression 4.3] ICE with - |[4.3 Regression] ICE with -
|fprofile-use