public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39247]  New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
@ 2009-02-19 16:51 danglin at gcc dot gnu dot org
  2009-02-19 21:11 ` [Bug target/39247] " joseph at codesourcery dot com
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-02-19 16:51 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdi
r/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/tree-prof/bb-reorg.c   -O2
-f
reorder-blocks-and-partition -fprofile-use -D_PROFILE_USE  -lm   -o
/home/dave/g
nu/gcc/objdir/gcc/testsuite/gcc/bb-reorg.x02    (timeout = 300)
/tmp/ccsSaXlI.s: Assembler messages:
/tmp/ccsSaXlI.s:73: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/tmp/ccsSaXlI.s:74: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/tmp/ccsSaXlI.s:75: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/tmp/ccsSaXlI.s:88: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/tmp/ccsSaXlI.s:110: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/tmp/ccsSaXlI.s:127: Error: internal_relocation (type: OFFSET_IMM) not fixed up
compiler exited with status 1

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
Target: arm-none-linux-gnueabi
Configured with: ../gcc/configure --host=arm-none-linux-gnueabi
--target=arm-non e-linux-gnueabi --build=arm-none-linux-gnueabi
--disable-stage1-checking --enabl e-languages=c,c++,fortran --enable-shared
--enable-threads --disable-multilib -- disable-libmudflap --disable-libssp
--enable-symvers=gnu --enable-__cxa_atexit - -disable-libstdcxx-pch
--disable-checking --prefix=/home/dave/opt/gnu/gcc/gcc-4. 4.0
--with-gmp=/home/dave/opt/gnu
Thread model: posix
gcc version 4.4.0 20090218 (experimental) [trunk revision 144268] (GCC)

-bash-3.2$ as --version
GNU assembler (GNU Binutils) 2.19.1
Copyright 2007 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of
`armv5tejl-unknown-linux-gnueabi'.

gcc.dg/tree-prof/pr34999.c fails same way.


-- 
           Summary: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -
                    fprofile-use -D_PROFILE_USE
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: arm-none-linux-gnueabi
  GCC host triplet: arm-none-linux-gnueabi
GCC target triplet: arm-none-linux-gnueabi


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
@ 2009-02-19 21:11 ` joseph at codesourcery dot com
  2009-04-19 21:33 ` ramana at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: joseph at codesourcery dot com @ 2009-02-19 21:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from joseph at codesourcery dot com  2009-02-19 21:11 -------
Subject: Re:   New: FAIL: gcc.dg/tree-prof/bb-reorg.c
 compilation,  -fprofile-use -D_PROFILE_USE

The ARM constant pool code needs to handle a 
NOTE_INSN_SWITCH_TEXT_SECTIONS note in some way as indicating insns on one 
side mustn't use constant pool entries on the other side.  One possible 
approach would be treating such a note as an insn of length 4100, but 
there might be a cleaner way.


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
  2009-02-19 21:11 ` [Bug target/39247] " joseph at codesourcery dot com
@ 2009-04-19 21:33 ` ramana at gcc dot gnu dot org
  2009-10-18 12:55 ` mikpe at it dot uu dot se
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-04-19 21:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ramana at gcc dot gnu dot org  2009-04-19 21:32 -------
Still occurs with trunk today.


-- 

ramana 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-04-19 21:32:40
               date|                            |


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
  2009-02-19 21:11 ` [Bug target/39247] " joseph at codesourcery dot com
  2009-04-19 21:33 ` ramana at gcc dot gnu dot org
@ 2009-10-18 12:55 ` mikpe at it dot uu dot se
  2009-10-19 15:18 ` rearnsha at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mikpe at it dot uu dot se @ 2009-10-18 12:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mikpe at it dot uu dot se  2009-10-18 12:55 -------
On ARM, gcc generates assembly code for the bb-reorg.c test case that gas fails
to assemble. The pr34999.c test case fails for the same reason. The following 
reduced assembly snippet illustrates it:

> cat bb-reorg.s
        .text
        .align  2
        .global main
main:
        ldr     r0, .L30
        mov     pc, lr
        .section        .text.unlikely
        .align  2
.L30:   .word   1819043176
> as bb-reorg.s
bb-reorg.s: Assembler messages:
bb-reorg.s:5: Error: internal_relocation (type: OFFSET_IMM) not fixed up

This still occurs with the recently released binutils-2.20.

Does gcc generate invalid assembly code, or is the assembly code valid and gas
is in error for failing to handle it?

Should the bb-reorg and pr34999 test cases be XFAILed on arm until this is
resolved?


-- 

mikpe at it dot uu dot se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu dot se


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-10-18 12:55 ` mikpe at it dot uu dot se
@ 2009-10-19 15:18 ` rearnsha at gcc dot gnu dot org
  2009-10-19 15:26 ` rearnsha at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-10-19 15:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rearnsha at gcc dot gnu dot org  2009-10-19 15:18 -------
(In reply to comment #3)
>         .text
>         ldr     r0, .L30
...
>         .section        .text.unlikely
> .L30:   .word   1819043176

This is broken.  We can't reference from .text to .text.unlikely since we can't
guarantee that the section will be within 4k of the location doing the load.


-- 

rearnsha at gcc dot gnu dot org changed:

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


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-10-19 15:18 ` rearnsha at gcc dot gnu dot org
@ 2009-10-19 15:26 ` rearnsha at gcc dot gnu dot org
  2009-10-19 15:43 ` steven at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-10-19 15:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rearnsha at gcc dot gnu dot org  2009-10-19 15:26 -------
(In reply to comment #1)
> Subject: Re:   New: FAIL: gcc.dg/tree-prof/bb-reorg.c
>  compilation,  -fprofile-use -D_PROFILE_USE
> 
> The ARM constant pool code needs to handle a 
> NOTE_INSN_SWITCH_TEXT_SECTIONS note in some way as indicating insns on one 
> side mustn't use constant pool entries on the other side.  One possible 
> approach would be treating such a note as an insn of length 4100, but 
> there might be a cleaner way.
> 

I don't think there should be such notes on ARM due to the branch-range
limitation.  We can't arbitrarily jump between sections in Thumb state, for
example


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-10-19 15:26 ` rearnsha at gcc dot gnu dot org
@ 2009-10-19 15:43 ` steven at gcc dot gnu dot org
  2009-10-19 15:51 ` rearnsha at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-10-19 15:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from steven at gcc dot gnu dot org  2009-10-19 15:42 -------
You should not depend on NOTE_INSN_SWITCH_TEXT_SECTIONS. There are other ways
to see if a jump goes from one section to another: edge->flags & EDGE_CROSSING
(preferred), and REG_CROSSING_JUMP notes (more reliable in post-pass_free_cfg
world).

There is no hook to disable the hot-cold partitioning pass right now. For thumb
mode, the ARM back end should just set flag_reorder_blocks_and_partition = 0,
like Xtensa and MIPS (for MIPS16 mode) already do, for similar reasons.


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2009-10-19 15:43 ` steven at gcc dot gnu dot org
@ 2009-10-19 15:51 ` rearnsha at gcc dot gnu dot org
  2009-10-19 16:20 ` rearnsha at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-10-19 15:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rearnsha at gcc dot gnu dot org  2009-10-19 15:50 -------
(In reply to comment #6)
> You should not depend on NOTE_INSN_SWITCH_TEXT_SECTIONS. There are other ways
> to see if a jump goes from one section to another: edge->flags & EDGE_CROSSING
> (preferred), and REG_CROSSING_JUMP notes (more reliable in post-pass_free_cfg
> world).
> 
> There is no hook to disable the hot-cold partitioning pass right now. For thumb
> mode, the ARM back end should just set flag_reorder_blocks_and_partition = 0,
> like Xtensa and MIPS (for MIPS16 mode) already do, for similar reasons.
> 
Indeed.  In fact even for ARM state, we can only support this option if both
the insn-address code correctly separates hot and cold addresses (and I suspect
it doesn't) and the literal-pool extraction code correctly extracts the above
information (which it certainly doesn't).

So at present we have no choice but to disable this optimization for all ARM
configurations.


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-10-19 15:51 ` rearnsha at gcc dot gnu dot org
@ 2009-10-19 16:20 ` rearnsha at gcc dot gnu dot org
  2009-10-19 16:44 ` joseph at codesourcery dot com
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-10-19 16:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rearnsha at gcc dot gnu dot org  2009-10-19 16:19 -------
Created an attachment (id=18826)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18826&action=view)
Proposed patch

Currently only very lightly tested, but this should solve the issue.


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2009-10-19 16:20 ` rearnsha at gcc dot gnu dot org
@ 2009-10-19 16:44 ` joseph at codesourcery dot com
  2009-10-19 16:46 ` joseph at codesourcery dot com
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: joseph at codesourcery dot com @ 2009-10-19 16:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from joseph at codesourcery dot com  2009-10-19 16:44 -------
Subject: Re:  FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,
  -fprofile-use -D_PROFILE_USE

On Mon, 19 Oct 2009, rearnsha at gcc dot gnu dot org wrote:

> I don't think there should be such notes on ARM due to the branch-range
> limitation.  We can't arbitrarily jump between sections in Thumb state, for
> example

Nowadays GNU ld supports generating long branch stubs on ARM.  It's 
intended for calls in large programs, but shouldn't it be possible to get 
the compiler to generate jumps between sections within a function that the 
linker can then make use the long branch stubs if necessary?  (Given a 
solution to the constant pools issue.)


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-10-19 16:44 ` joseph at codesourcery dot com
@ 2009-10-19 16:46 ` joseph at codesourcery dot com
  2009-10-19 17:52 ` rearnsha at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: joseph at codesourcery dot com @ 2009-10-19 16:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from joseph at codesourcery dot com  2009-10-19 16:46 -------
Subject: Re:  FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,
  -fprofile-use -D_PROFILE_USE

On Mon, 19 Oct 2009, rearnsha at gcc dot gnu dot org wrote:

> Created an attachment (id=18826)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18826&action=view)
>  --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18826&action=view)
> Proposed patch
> 
> Currently only very lightly tested, but this should solve the issue.

The diagnostic should not end with ".".


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2009-10-19 16:46 ` joseph at codesourcery dot com
@ 2009-10-19 17:52 ` rearnsha at gcc dot gnu dot org
  2009-10-20 15:18 ` rearnsha at gcc dot gnu dot org
  2009-10-20 15:26 ` rearnsha at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-10-19 17:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from rearnsha at gcc dot gnu dot org  2009-10-19 17:51 -------
(In reply to comment #9)
> Subject: Re:  FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,
>   -fprofile-use -D_PROFILE_USE
> 
> On Mon, 19 Oct 2009, rearnsha at gcc dot gnu dot org wrote:
> 
> > I don't think there should be such notes on ARM due to the branch-range
> > limitation.  We can't arbitrarily jump between sections in Thumb state, for
> > example
> 
> Nowadays GNU ld supports generating long branch stubs on ARM.  It's 
> intended for calls in large programs, but shouldn't it be possible to get 
> the compiler to generate jumps between sections within a function that the 
> linker can then make use the long branch stubs if necessary?  (Given a 
> solution to the constant pools issue.)
> 

The compiler generated stubs are permitted to clobber registers that would not
normally be affected (namely IP), so we'd need to build that knowledge into the
compiler.  Actually, the manual suggests the compiler can deal with this
without the need for using the range-limited branches since it will generate
indirect jumps.

The literal-pool problem still needs to be solved though and that's
non-trivial.


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2009-10-19 17:52 ` rearnsha at gcc dot gnu dot org
@ 2009-10-20 15:18 ` rearnsha at gcc dot gnu dot org
  2009-10-20 15:26 ` rearnsha at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-10-20 15:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rearnsha at gcc dot gnu dot org  2009-10-20 15:18 -------
Subject: Bug 39247

Author: rearnsha
Date: Tue Oct 20 15:17:30 2009
New Revision: 153018

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153018
Log:
        PR target/39247
        * arm.c (arm_override_options): Forcibly disable hot/cold block
        partitioning.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c


-- 


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


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

* [Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
  2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2009-10-20 15:18 ` rearnsha at gcc dot gnu dot org
@ 2009-10-20 15:26 ` rearnsha at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-10-20 15:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rearnsha at gcc dot gnu dot org  2009-10-20 15:25 -------
Fixed on trunk.  


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


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

end of thread, other threads:[~2009-10-20 15:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-19 16:51 [Bug target/39247] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE danglin at gcc dot gnu dot org
2009-02-19 21:11 ` [Bug target/39247] " joseph at codesourcery dot com
2009-04-19 21:33 ` ramana at gcc dot gnu dot org
2009-10-18 12:55 ` mikpe at it dot uu dot se
2009-10-19 15:18 ` rearnsha at gcc dot gnu dot org
2009-10-19 15:26 ` rearnsha at gcc dot gnu dot org
2009-10-19 15:43 ` steven at gcc dot gnu dot org
2009-10-19 15:51 ` rearnsha at gcc dot gnu dot org
2009-10-19 16:20 ` rearnsha at gcc dot gnu dot org
2009-10-19 16:44 ` joseph at codesourcery dot com
2009-10-19 16:46 ` joseph at codesourcery dot com
2009-10-19 17:52 ` rearnsha at gcc dot gnu dot org
2009-10-20 15:18 ` rearnsha at gcc dot gnu dot org
2009-10-20 15:26 ` rearnsha 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).