[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-13 Thread hubicka at gcc dot gnu dot org
--- 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) --- ;;

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-05 Thread burnus at gcc dot gnu dot org
--- 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

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|[Regression 4.3] ICE with - |[4.3 Regression] ICE with - |fprofile-use

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread stefaan dot deroeck at gmail dot com
--- 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

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread hubicka at gcc dot gnu dot org
--- 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

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread hubicka at gcc dot gnu dot org
--- 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=13002action=view) Fix -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30650

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread rguenth at gcc dot gnu dot org
--- 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

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread hubicka at gcc dot gnu dot org
--- 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=gccview=revrev=121554 Log: PR gcov-profile/30650 * value-prof.c