[Bug fortran/12682] New: f95 does not support profilebootstrap
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 20 04:31:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12682
Summary: f95 does not support profilebootstrap
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
f95 does not support profilebootstrap, it needs a f95.stageprofile rule in gcc/fortran/Make-
lang.in.
It iwll look something like this (modified from java/Makefile.in):
f95.stageprofile: stageprofile-start
-mv fortran/*$(objext) stageprofile/fortran
f95.stagefeedback: stageprofile-start
-mv fortran/*$(objext) stagefeedback/fortran
More information about the Gcc-bugs
mailing list