public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/40599]  New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
@ 2009-06-30 10:29 oliver dot kellogg at eads dot com
  2009-06-30 10:34 ` [Bug ada/40599] " oliver dot kellogg at eads dot com
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-06-30 10:29 UTC (permalink / raw)
  To: gcc-bugs

$ gcc -c -g -O -v pkg0017.adb
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.5-20090625/configure --prefix=/opt/gnat/fsf
--enable-languages=c,c++,ada --enable-debug
Thread model: posix
gcc version 4.5.0 20090625 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-c' '-g' '-O' '-v' '-mtune=generic'
 /opt/gnat/fsf/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/gnat1 -quiet
-dumpbase pkg0017.adb -auxbase pkg0017 -O -g -mtune=generic pkg0017.adb -o
/tmp/cc8cd7gb.s
+===========================GNAT BUG DETECTED==============================+
| 4.5.0 20090625 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| in pre_and_rev_post_order_compute, at cfganal.c:1045                     |
| Error detected around pkg0017.adb:554:7                                  |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

pkg0017.adb
pkg0017.ads
pkg001b.ads
pkg0003.ads
pkg001c.ads
pkg000t.ads
pkg000w.ads
pkg000z.ads
pkg000y.ads
pkg001a.ads
pkg001g.ads
pkg0000.ads
pkg0015.ads
pkg001j.ads
pkg0001.ads
pkg0007.ads
pkg001d.ads
pkg0019.ads
pkg0006.ads
pkg000h.ads
pkg000g.ads
pkg000d.ads
pkg000f.ads
pkg000a.ads
pkg000e.ads
pkg0008.ads
pkg000c.ads
pkg000p.ads
pkg0004.ads
pkg000k.ads
pkg001q.ads
pkg000q.ads
pkg000j.ads
pkg001x.ads
pkg001y.ads
pkg000l.ads
pkg000n.ads
pkg000o.ads
pkg001k.ads
pkg001l.ads
pkg000m.ads
pkg001h.ads
pkg0014.ads
pkg0011.ads
pkg001e.ads
pkg0016.ads
pkg001p.ads
pkg0018.ads
pkg001f.ads
pkg0005.ads
pkg001i.ads
pkg0013.ads
pkg000x.ads
pkg0012.ads
pkg000v.ads
pkg0002.ads
pkg000u.ads
pkg0002.adb


raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:415


-- 
           Summary: GCC error in pre_and_rev_post_order_compute, at
                    cfganal.c:1045
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: oliver dot kellogg at eads dot com
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug ada/40599] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
@ 2009-06-30 10:34 ` oliver dot kellogg at eads dot com
  2009-06-30 10:49 ` oliver dot kellogg at eads dot com
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-06-30 10:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from oliver dot kellogg at eads dot com  2009-06-30 10:34 -------
Created an attachment (id=18099)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18099&action=view)
source files for reproducing the bug

Tried this with i686-linux-gnu and x86_64-linux-gnu and with various
4.5.0 svn trunk versions of June up to 20090628.
Only happens when both -g and -O are switched on.


-- 


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


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

* [Bug ada/40599] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
  2009-06-30 10:34 ` [Bug ada/40599] " oliver dot kellogg at eads dot com
@ 2009-06-30 10:49 ` oliver dot kellogg at eads dot com
  2009-06-30 10:57 ` rguenth at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-06-30 10:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from oliver dot kellogg at eads dot com  2009-06-30 10:49 -------
Does not happen with 4.5.0 trunk 20090406 and earlier versions.


-- 


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


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

* [Bug ada/40599] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
  2009-06-30 10:34 ` [Bug ada/40599] " oliver dot kellogg at eads dot com
  2009-06-30 10:49 ` oliver dot kellogg at eads dot com
@ 2009-06-30 10:57 ` rguenth at gcc dot gnu dot org
  2009-06-30 11:07 ` oliver dot kellogg at eads dot com
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-06-30 10:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-06-30 10:57 -------
My bet would be var-tracking.  Can you try if -fno-var-tracking fixes this?


-- 


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


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

* [Bug ada/40599] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (2 preceding siblings ...)
  2009-06-30 10:57 ` rguenth at gcc dot gnu dot org
@ 2009-06-30 11:07 ` oliver dot kellogg at eads dot com
  2009-06-30 14:56 ` [Bug debug/40599] [4.5 regression] " pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-06-30 11:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from oliver dot kellogg at eads dot com  2009-06-30 11:06 -------
> My bet would be var-tracking.  Can you try if -fno-var-tracking fixes this?

On the mark. Doesn't happen with -fno-var-tracking


-- 


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (3 preceding siblings ...)
  2009-06-30 11:07 ` oliver dot kellogg at eads dot com
@ 2009-06-30 14:56 ` pinskia at gcc dot gnu dot org
  2009-07-02 11:37 ` rguenth at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-06-30 14:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |debug
           Keywords|                            |ice-on-valid-code
            Summary|GCC error in                |[4.5 regression] GCC error
                   |pre_and_rev_post_order_compu|in
                   |te, at cfganal.c:1045       |pre_and_rev_post_order_compu
                   |                            |te, at cfganal.c:1045
   Target Milestone|---                         |4.5.0


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (4 preceding siblings ...)
  2009-06-30 14:56 ` [Bug debug/40599] [4.5 regression] " pinskia at gcc dot gnu dot org
@ 2009-07-02 11:37 ` rguenth at gcc dot gnu dot org
  2009-07-09 15:47 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 11:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-07-02 11:37 -------
Jakub should maybe know more ;)


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (5 preceding siblings ...)
  2009-07-02 11:37 ` rguenth at gcc dot gnu dot org
@ 2009-07-09 15:47 ` rguenth at gcc dot gnu dot org
  2009-07-10  9:45 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-09 15:47 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (6 preceding siblings ...)
  2009-07-09 15:47 ` rguenth at gcc dot gnu dot org
@ 2009-07-10  9:45 ` jakub at gcc dot gnu dot org
  2009-07-12  4:41 ` oliver dot kellogg at eads dot com
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-10  9:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2009-07-10 09:44 -------
While this triggers only with -fvar-tracking, it is var-tracking related only
in that vt_find_locations calls pre_and_rev_post_order_compute.  The real
problem is that there are 2 basic blocks (in my case 220 and 222) that have no
predecessors, so aren't reachable from the entry block and therefore
gcc_assert (pre_order_num == n_basic_blocks - NUM_FIXED_BLOCKS);
assertion fails (pre_order_num is n_basic_blocks - NUM_FIXED_BLOCKS - 2).

In *.split3 we have:

(insn 4396 853 4397 204 pkg0017.adb:483 (set (mem/c:SF (plus:DI (reg/f:DI 6 bp)
                (const_int -1668 [0xfffffffffffff97c])) [0 S4 A32])
        (reg:SF 21 xmm0 [orig:143 D.79246 ] [143])) 98 {*movsf_1}
(expr_list:REG_DEAD (reg:SF 21 xmm0 [orig:143 D.79246 ] [143])
        (nil)))
(insn 4397 4396 854 204 pkg0017.adb:483 (set (reg:SF 8 st)
        (mem/c:SF (plus:DI (reg/f:DI 6 bp)
                (const_int -1668 [0xfffffffffffff97c])) [0 S4 A32])) 98
{*movsf_1} (nil))
(insn 854 4397 862 204 pkg0017.adb:483 (set (reg:XF 9 st(1) [orig:147 D.79250 ]
[147])
        (float_extend:XF (reg:SF 8 st))) 137 {*extendsfxf2_i387}
(expr_list:REG_DEAD (reg:SF 8 st)
        (expr_list:REG_EH_REGION (const_int 387 [0x183])
            (nil))))
;; End of basic block 204 -> ( 205 220)

...
;; Start of basic block ( 204) -> 220
;; bb 220 artificial_defs: { d-1(0){ }d-1(1){ }}
;; bb 220 artificial_uses: { u-1(6){ }u-1(7){ }u-1(16){ }u-1(20){ }}
;; lr  in        6 [bp] 7 [sp] 16 [argp] 20 [frame]
;; lr  use       6 [bp] 7 [sp] 16 [argp] 20 [frame]
;; lr  def       0 [ax] 1 [dx] 42 [r13]

;; Pred edge  204 (ab,eh)
(code_label 3492 4766 3497 220 941 "" [0 uses])

but in *.stack:

(insn 4396 853 4397 204 pkg0017.adb:483 (set (mem/c:SF (plus:DI (reg/f:DI 6 bp)
                (const_int -1668 [0xfffffffffffff97c])) [0 S4 A32])
        (reg:SF 21 xmm0 [orig:143 D.79246 ] [143])) 98 {*movsf_1}
(expr_list:REG_DEAD (reg:SF 21 xmm0 [orig:143 D.79246 ] [143])
        (nil)))
(insn 4397 4396 862 204 pkg0017.adb:483 (set (reg:SF 8 st)
        (mem/c:SF (plus:DI (reg/f:DI 6 bp)
                (const_int -1668 [0xfffffffffffff97c])) [0 S4 A32])) 98
{*movsf_1} (nil))
;; End of basic block 204 -> ( 205)

...
;; Start of basic block () -> 220
;; bb 220 artificial_defs: { d-1(0){ }d-1(1){ }}
;; bb 220 artificial_uses: { u-1(6){ }u-1(7){ }u-1(16){ }u-1(20){ }}
;; lr  in        6 [bp] 7 [sp] 16 [argp] 20 [frame]
;; lr  use       6 [bp] 7 [sp] 16 [argp] 20 [frame]
;; lr  def       0 [ax] 1 [dx] 42 [r13]

(code_label 3492 4766 3497 220 941 "" [0 uses])

So, either the float_extend is considered throwing when it shouldn't (when
would float_extend throw?  Only for signalling NaN?), or reg-stack.c is
forgetting to cleanup the CFG when it removed insns with REG_EH_REGION.  In any
case it definitely doesn't look like var-tracking.c's fault.


-- 


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (7 preceding siblings ...)
  2009-07-10  9:45 ` jakub at gcc dot gnu dot org
@ 2009-07-12  4:41 ` oliver dot kellogg at eads dot com
  2009-07-12  5:29 ` oliver dot kellogg at eads dot com
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-07-12  4:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from oliver dot kellogg at eads dot com  2009-07-12 04:41 -------
> ------- Comment #2 From Oliver Kellogg  2009-06-30 10:49  [reply] -------
> 
> Does not happen with 4.5.0 trunk 20090406 and earlier versions.

Pardon, the version used was 20090314.
Does happen with 20090506 (r147182).
Building 20090406 r145578 now.


-- 


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (8 preceding siblings ...)
  2009-07-12  4:41 ` oliver dot kellogg at eads dot com
@ 2009-07-12  5:29 ` oliver dot kellogg at eads dot com
  2009-07-17 17:49 ` oliver dot kellogg at eads dot com
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-07-12  5:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from oliver dot kellogg at eads dot com  2009-07-12 05:28 -------
> Building 20090406 r145578 now.

Does not happen there - problem must be between 20090406 and 20090506.
Does further narrowing down make sense?


-- 


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (9 preceding siblings ...)
  2009-07-12  5:29 ` oliver dot kellogg at eads dot com
@ 2009-07-17 17:49 ` oliver dot kellogg at eads dot com
  2009-07-17 18:11 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-07-17 17:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from oliver dot kellogg at eads dot com  2009-07-17 17:49 -------
Triggered by
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146776


-- 


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (10 preceding siblings ...)
  2009-07-17 17:49 ` oliver dot kellogg at eads dot com
@ 2009-07-17 18:11 ` rguenth at gcc dot gnu dot org
  2009-11-09 13:49 ` rguenth at gcc dot gnu dot org
  2009-11-10  5:39 ` oliver dot kellogg at eads dot com
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-17 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rguenth at gcc dot gnu dot org  2009-07-17 18:11 -------
Honza, this is yours.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (11 preceding siblings ...)
  2009-07-17 18:11 ` rguenth at gcc dot gnu dot org
@ 2009-11-09 13:49 ` rguenth at gcc dot gnu dot org
  2009-11-10  5:39 ` oliver dot kellogg at eads dot com
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-09 13:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from rguenth at gcc dot gnu dot org  2009-11-09 13:49 -------
Does this still happen with current trunk, esp. after the EH rewrite?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug debug/40599] [4.5 regression] GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045
  2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
                   ` (12 preceding siblings ...)
  2009-11-09 13:49 ` rguenth at gcc dot gnu dot org
@ 2009-11-10  5:39 ` oliver dot kellogg at eads dot com
  13 siblings, 0 replies; 15+ messages in thread
From: oliver dot kellogg at eads dot com @ 2009-11-10  5:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from oliver dot kellogg at eads dot com  2009-11-10 05:38 -------
> Does this still happen with current trunk, esp. after the EH rewrite?

Does not happen with trunk r154034.
Thanks.


-- 

oliver dot kellogg at eads dot com changed:

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


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


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

end of thread, other threads:[~2009-11-10  5:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-30 10:29 [Bug ada/40599] New: GCC error in pre_and_rev_post_order_compute, at cfganal.c:1045 oliver dot kellogg at eads dot com
2009-06-30 10:34 ` [Bug ada/40599] " oliver dot kellogg at eads dot com
2009-06-30 10:49 ` oliver dot kellogg at eads dot com
2009-06-30 10:57 ` rguenth at gcc dot gnu dot org
2009-06-30 11:07 ` oliver dot kellogg at eads dot com
2009-06-30 14:56 ` [Bug debug/40599] [4.5 regression] " pinskia at gcc dot gnu dot org
2009-07-02 11:37 ` rguenth at gcc dot gnu dot org
2009-07-09 15:47 ` rguenth at gcc dot gnu dot org
2009-07-10  9:45 ` jakub at gcc dot gnu dot org
2009-07-12  4:41 ` oliver dot kellogg at eads dot com
2009-07-12  5:29 ` oliver dot kellogg at eads dot com
2009-07-17 17:49 ` oliver dot kellogg at eads dot com
2009-07-17 18:11 ` rguenth at gcc dot gnu dot org
2009-11-09 13:49 ` rguenth at gcc dot gnu dot org
2009-11-10  5:39 ` oliver dot kellogg at eads dot com

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).