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/15418] New: gcc gives Internal Compilation Error for -fprofile-arcs switch


Try the code below with h8  toolchain 
----------------bug118.c --------------------- 

	int main()
	{
	}

 ----------------bug118.c --------------------- 
Compile with h8300-elf-gcc -fprofile-arcs -c  bug118.c
It generates following error: 
bug118.c: In function `main':
bug118.c:5: internal compiler error: in make_edges, at cfgbuild.c:402
Please submit a full bug report.

-- 
           Summary: gcc gives  Internal Compilation Error for  -fprofile-
                    arcs  switch
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: manishas at kpitcummins dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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