public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/12682] New: f95 does not support profilebootstrap
@ 2003-10-20  4:31 pinskia at gcc dot gnu dot org
  2003-10-20  5:39 ` [Bug fortran/12682] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-20  4:31 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/12682] f95 does not support profilebootstrap
  2003-10-20  4:31 [Bug fortran/12682] New: f95 does not support profilebootstrap pinskia at gcc dot gnu dot org
@ 2003-10-20  5:39 ` pinskia at gcc dot gnu dot org
  2003-10-27 20:09 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-20  5:39 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |tree-ssa


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/12682] f95 does not support profilebootstrap
  2003-10-20  4:31 [Bug fortran/12682] New: f95 does not support profilebootstrap pinskia at gcc dot gnu dot org
  2003-10-20  5:39 ` [Bug fortran/12682] " pinskia at gcc dot gnu dot org
@ 2003-10-27 20:09 ` pinskia at gcc dot gnu dot org
  2003-10-27 21:47 ` cvs-commit at gcc dot gnu dot org
  2003-10-27 21:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-27 20:09 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-27 20:09:17
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-27 20:09 -------
Patch submitted: <http://gcc.gnu.org/ml/gcc-patches/2003-10/msg02415.html>.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/12682] f95 does not support profilebootstrap
  2003-10-20  4:31 [Bug fortran/12682] New: f95 does not support profilebootstrap pinskia at gcc dot gnu dot org
  2003-10-20  5:39 ` [Bug fortran/12682] " pinskia at gcc dot gnu dot org
  2003-10-27 20:09 ` pinskia at gcc dot gnu dot org
@ 2003-10-27 21:47 ` cvs-commit at gcc dot gnu dot org
  2003-10-27 21:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-10-27 21:47 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-10-27 21:46 -------
Subject: Bug 12682

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	pinskia@gcc.gnu.org	2003-10-27 21:46:03

Modified files:
	gcc/fortran    : ChangeLog Make-lang.in 

Log message:
	2003-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR fortran/12682
	* Make-lang.in (f95.stageprofile): Add.
	(f95.stagefeedback): Add.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.66&r2=1.1.2.67
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/Make-lang.in.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.7&r2=1.1.2.8


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/12682] f95 does not support profilebootstrap
  2003-10-20  4:31 [Bug fortran/12682] New: f95 does not support profilebootstrap pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-10-27 21:47 ` cvs-commit at gcc dot gnu dot org
@ 2003-10-27 21:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-27 21:56 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-27 21:47 -------
Fixed.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-27 21:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-20  4:31 [Bug fortran/12682] New: f95 does not support profilebootstrap pinskia at gcc dot gnu dot org
2003-10-20  5:39 ` [Bug fortran/12682] " pinskia at gcc dot gnu dot org
2003-10-27 20:09 ` pinskia at gcc dot gnu dot org
2003-10-27 21:47 ` cvs-commit at gcc dot gnu dot org
2003-10-27 21:56 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).