public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/26241]  New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi
@ 2006-02-12 19:35 pinskia at gcc dot gnu dot org
  2006-02-12 19:36 ` [Bug middle-end/26241] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-12 19:35 UTC (permalink / raw)
  To: gcc-bugs

NEXT_PASS (pass_ipa_cp);
  NEXT_PASS (pass_ipa_inline);
  NEXT_PASS (pass_ipa_reference);
  NEXT_PASS (pass_ipa_pure_const);
  NEXT_PASS (pass_ipa_type_escape);

I looked for everyone of these in passes.texi and could not find them.


-- 
           Summary: [4.1/4.2 Regression] None of the IPA passes are
                    documented in passes.texi
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
OtherBugsDependingO 951
             nThis:


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


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

* [Bug middle-end/26241] [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
@ 2006-02-12 19:36 ` pinskia at gcc dot gnu dot org
  2006-02-14  9:05 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-12 19:36 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
   Target Milestone|---                         |4.1.0


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


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

* [Bug middle-end/26241] [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
  2006-02-12 19:36 ` [Bug middle-end/26241] " pinskia at gcc dot gnu dot org
@ 2006-02-14  9:05 ` mmitchel at gcc dot gnu dot org
  2006-02-28 20:41 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-14  9:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mmitchel at gcc dot gnu dot org  2006-02-14 09:05 -------
This will never be release-critical.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug middle-end/26241] [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
  2006-02-12 19:36 ` [Bug middle-end/26241] " pinskia at gcc dot gnu dot org
  2006-02-14  9:05 ` mmitchel at gcc dot gnu dot org
@ 2006-02-28 20:41 ` mmitchel at gcc dot gnu dot org
  2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-28 20:41 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |4.1.1


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


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

* [Bug middle-end/26241] [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-02-28 20:41 ` mmitchel at gcc dot gnu dot org
@ 2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
  2007-02-14  9:40 ` [Bug middle-end/26241] [4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mmitchel at gcc dot gnu dot org  2006-05-25 02:36 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug middle-end/26241] [4.1/4.2/4.3 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
@ 2007-02-14  9:40 ` mmitchel at gcc dot gnu dot org
  2008-07-04 20:20 ` [Bug middle-end/26241] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug middle-end/26241] [4.2/4.3/4.4 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-02-14  9:40 ` [Bug middle-end/26241] [4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
@ 2008-07-04 20:20 ` jsm28 at gcc dot gnu dot org
  2009-03-31 19:30 ` [Bug middle-end/26241] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 20:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jsm28 at gcc dot gnu dot org  2008-07-04 20:19 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 Regression]|[4.2/4.3/4.4 Regression]
                   |None of the IPA passes are  |None of the IPA passes are
                   |documented in passes.texi   |documented in passes.texi
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug middle-end/26241] [4.3/4.4/4.5 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-07-04 20:20 ` [Bug middle-end/26241] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 19:30 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:43 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2009-03-31 19:29 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-31 19:29:56
               date|                            |
            Summary|[4.2/4.3/4.4/4.5 Regression]|[4.3/4.4/4.5 Regression]
                   |None of the IPA passes are  |None of the IPA passes are
                   |documented in passes.texi   |documented in passes.texi
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug middle-end/26241] [4.3/4.4/4.5 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-03-31 19:30 ` [Bug middle-end/26241] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:43 ` rguenth at gcc dot gnu dot org
  2010-03-21 12:09 ` steven at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug middle-end/26241] [4.3/4.4/4.5 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2009-08-04 12:43 ` rguenth at gcc dot gnu dot org
@ 2010-03-21 12:09 ` steven at gcc dot gnu dot org
  2010-03-22  9:59 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:17 ` [Bug middle-end/26241] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-03-21 12:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from steven at gcc dot gnu dot org  2010-03-21 12:09 -------
I believe this should be fixed for GCC 4.5. Setting to P3 to ask release
managers for their opinion.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
           Priority|P5                          |P3
   Last reconfirmed|2009-03-31 19:29:56         |2010-03-21 12:09:10
               date|                            |


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


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

* [Bug middle-end/26241] [4.3/4.4/4.5 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2010-03-21 12:09 ` steven at gcc dot gnu dot org
@ 2010-03-22  9:59 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:17 ` [Bug middle-end/26241] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-22  9:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2010-03-22 09:59 -------
As always, patches welcome.  Internal documentation is not release critical
(and we've historically been not very good in keeping it up-to-date).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug middle-end/26241] [4.3/4.4/4.5/4.6 Regression] None of the IPA passes are documented in passes.texi
  2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2010-03-22  9:59 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:17 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2010-05-22 18:10 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

end of thread, other threads:[~2010-05-22 18:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-12 19:35 [Bug middle-end/26241] New: [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi pinskia at gcc dot gnu dot org
2006-02-12 19:36 ` [Bug middle-end/26241] " pinskia at gcc dot gnu dot org
2006-02-14  9:05 ` mmitchel at gcc dot gnu dot org
2006-02-28 20:41 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:40 ` [Bug middle-end/26241] [4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
2008-07-04 20:20 ` [Bug middle-end/26241] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 19:30 ` [Bug middle-end/26241] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:43 ` rguenth at gcc dot gnu dot org
2010-03-21 12:09 ` steven at gcc dot gnu dot org
2010-03-22  9:59 ` rguenth at gcc dot gnu dot org
2010-05-22 18:17 ` [Bug middle-end/26241] [4.3/4.4/4.5/4.6 " rguenth 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).