Bug 23903 - Duplicate dump file numbers
Summary: Duplicate dump file numbers
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.1.0
: P3 minor
Target Milestone: ---
Assignee: Paolo Bonzini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 21:40 UTC by Diego Novillo
Modified: 2005-09-16 15:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-09-15 21:43:40


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Novillo 2005-09-15 21:40:52 UTC
We are now emitting duplicate dump file numbers:

file.c.t10.cleanup_cfg
file.c.t10.lower

This started happening after Paolo's pass reorg.  He agreed to look at this.
Comment 1 GCC Commits 2005-09-16 15:11:35 UTC
Subject: Bug 23903

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bonzini@gcc.gnu.org	2005-09-16 15:11:22

Modified files:
	gcc            : ChangeLog passes.c 

Log message:
	2005-09-16  Paolo Bonzini  <bonzini@gnu.org>
	
	PR 23903
	
	* passes.c (init_optimization_passes): Register dump files for
	IPA passes first.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9965&r2=2.9966
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/passes.c.diff?cvsroot=gcc&r1=2.111&r2=2.112

Comment 2 Paolo Bonzini 2005-09-16 15:18:10 UTC
fixed