This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC errors
On Saturday 02 April 2005 20:22, Rajkishore Barik wrote:
> Hi,
> I am trying to compile MEDIABENCH (@UCLA) using the latest GCC CVS
> checkout. I get
> the following errors when I compile with "-O3 -fprofile-generate". I just
> want to make sure
> that this is not a silly mistake before I file a bug report. Can someone
> help?
If you see an internal compiler error (ICE), you found a bug in GCC.
No matter how many silly mistakes you make, GCC should never "ICE".
> Almost 9 out of 11
Almost 9 out of 11? Is that 8.9 out of 11, or 9.1 out of 11? :-P
> gcc -static -fprofile-generate -O3 -c build_pyr.c
> build_pyr.c: In function âbuild_levelâ:
> build_pyr.c:94: error: Abnormal edges for no purpose in bb 162
> build_pyr.c:94: internal compiler error: verify_flow_info failed
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> make: *** [build_pyr.o] Error 1
So, See http://gcc.gnu.org/bugs.html for instructions about how to
report this bug.
Gr.
Steven