This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/26514] Wrong assembler code with -fprofile-generate
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2006 17:37:26 -0000
- Subject: [Bug middle-end/26514] Wrong assembler code with -fprofile-generate
- References: <bug-26514-3173@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pinskia at gcc dot gnu dot org 2006-03-01 17:37 -------
I tried my best to reproduce this, using --param ggc-min-expand=0 --param
ggc-min-heapsize=0 as I thought it was a GC issue as that is usually what is
causes the difference between with and without -save-temps. I tried all the
tricks I know and still cannot reproduce this.
I mean try compiling with the .cc again, do you see the failure?
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26514