public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
@ 2012-05-11 11:21 hjl.tools at gmail dot com
  2012-05-11 12:03 ` [Bug bootstrap/53321] " hjl.tools at gmail dot com
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-11 11:21 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53321
           Summary: [4.8 Regression] LTO bootstrap failed with
                    bootstrap-profiled
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, revision 187375 failed to profiledbootstrap:

../../src-trunk/gcc/gcov.c:2348:1: internal compiler error: vector
VEC(inline_edge_summary_t,base) index domain error, in inline_edge_summary at
ipa-inline.h:200
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [gcov.o] Error 1

when configured with

--prefix=/usr/local --enable-clocale=gnu --with-system-zlib --enable-sh
ared --with-demangler-in-ld --with-build-config=bootstrap-lto --with-fpmath=sse 
--enable-languages=c,c++,fortran,java,lto,objc

Revision 187371 is OK.


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
@ 2012-05-11 12:03 ` hjl.tools at gmail dot com
  2012-05-11 15:49 ` hubicka at gcc dot gnu.org
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-11 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org
   Target Milestone|---                         |4.8.0

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-05-11 11:20:37 UTC ---
It may be caused by revision 187375:

http://gcc.gnu.org/ml/gcc-cvs/2012-05/msg00371.html


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
  2012-05-11 12:03 ` [Bug bootstrap/53321] " hjl.tools at gmail dot com
@ 2012-05-11 15:49 ` hubicka at gcc dot gnu.org
  2012-05-11 17:06 ` hjl.tools at gmail dot com
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-05-11 15:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-11 15:48:32 UTC ---
I fixed identically looking ICE seen on Mozilla build yesterday. Hopefully the
boostrap is fixed now, too.

Honza


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
  2012-05-11 12:03 ` [Bug bootstrap/53321] " hjl.tools at gmail dot com
  2012-05-11 15:49 ` hubicka at gcc dot gnu.org
@ 2012-05-11 17:06 ` hjl.tools at gmail dot com
  2012-05-11 18:29 ` hubicka at gcc dot gnu.org
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-11 17:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2012-05-11 15:52:38 UTC ---
(In reply to comment #2)
> I fixed identically looking ICE seen on Mozilla build yesterday. Hopefully the
> boostrap is fixed now, too.
> 

It still fails with the same error as of revision 187408.
Does revision 187408 have your fix for Mozilla?


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-05-11 17:06 ` hjl.tools at gmail dot com
@ 2012-05-11 18:29 ` hubicka at gcc dot gnu.org
  2012-05-12 11:16 ` hubicka at gcc dot gnu.org
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-05-11 18:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-11 18:25:06 UTC ---
was comitted as revision 187382.  I am trying profiledbootstrap now.

Honza


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2012-05-11 18:29 ` hubicka at gcc dot gnu.org
@ 2012-05-12 11:16 ` hubicka at gcc dot gnu.org
  2012-05-19 19:40 ` hjl.tools at gmail dot com
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-05-12 11:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-12 11:03:01 UTC ---
I need to add disable-werror otherwise we fail on extra warnings, but with that
my bootstrap works. Is it still failing for you?  The unreferenced nodes
removal is very basic thing so when it breaks it should show up quite
consistently.

Honza


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2012-05-12 11:16 ` hubicka at gcc dot gnu.org
@ 2012-05-19 19:40 ` hjl.tools at gmail dot com
  2012-05-25 20:06 ` ubizjak at gmail dot com
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-19 19:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2012-05-19 18:14:17 UTC ---
(In reply to comment #5)
> I need to add disable-werror otherwise we fail on extra warnings, but with that
> my bootstrap works. Is it still failing for you?  The unreferenced nodes
> removal is very basic thing so when it breaks it should show up quite
> consistently.

It still fails for me.  Did you configure GCC with
--with-build-config=bootstrap-lto?


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2012-05-19 19:40 ` hjl.tools at gmail dot com
@ 2012-05-25 20:06 ` ubizjak at gmail dot com
  2012-05-25 20:09 ` ubizjak at gmail dot com
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-05-25 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-25 20:03:51 UTC ---
Created attachment 27500
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27500
Preprocessed source

This preprocessed source from the bootstrap fails with -g -O2
-fprofile-generate:

~/gcc-build/gcc/cc1plus -O2 -fprofile-generate -quiet gcov.ii 
../../gcc-svn/trunk/gcc/gcov.c:2348:1: internal compiler error: vector
VEC(inline_edge_summary_t,base) index domain error, in inline_edge_summary at
ipa-inline.h:200
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (6 preceding siblings ...)
  2012-05-25 20:06 ` ubizjak at gmail dot com
@ 2012-05-25 20:09 ` ubizjak at gmail dot com
  2012-05-25 20:26 ` ubizjak at gmail dot com
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-05-25 20:09 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-05-25
     Ever Confirmed|0                           |1

--- Comment #8 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-25 20:05:57 UTC ---
Confirmed on x86_64-pc-linux-gnu with:

Target: x86_64-unknown-linux-gnu
gcc version 4.8.0 20120525 (experimental) [trunk revision 187887] (GCC)


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (7 preceding siblings ...)
  2012-05-25 20:09 ` ubizjak at gmail dot com
@ 2012-05-25 20:26 ` ubizjak at gmail dot com
  2012-05-26 11:00 ` ubizjak at gmail dot com
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-05-25 20:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-25 20:10:54 UTC ---
(gdb) bt
#0  internal_error (gmsgid=0x1214dd8 "vector %s %s domain error, in %s at
%s:%u") at ../../gcc-svn/trunk/gcc/diagnostic.c:951
#1  0x0000000000ef31a9 in vec_assert_fail (op=0x11d3093 "index",
struct_name=0xfa61d0 "VEC(inline_edge_summary_t,base)", file=<optimized out>,
line=200, 
    function=0xfa6fd0 "inline_edge_summary") at
../../gcc-svn/trunk/gcc/vec.c:528
#2  0x000000000079114e in VEC_inline_edge_summary_t_base_index (ix_=<optimized
out>, vec_=<optimized out>, file_=<optimized out>, line_=<optimized out>,
function_=<optimized out>)
    at ../../gcc-svn/trunk/gcc/ipa-inline.h:145
#3  inline_edge_summary (edge=<optimized out>) at
../../gcc-svn/trunk/gcc/ipa-inline.h:199
#4  cgraph_propagate_frequency_1 (node=0x7ffff109b138, data=0x7fffffffdb20) at
../../gcc-svn/trunk/gcc/cgraph.c:1805
#5  0x0000000000794810 in cgraph_for_node_and_aliases (node=0x7ffff109b138,
callback=0x790f10 <cgraph_propagate_frequency_1(cgraph_node*, void*)>,
data=0x7fffffffdb20, 
    include_overwritable=true) at ../../gcc-svn/trunk/gcc/cgraph.c:1633
#6  0x0000000000794a92 in cgraph_propagate_frequency (node=0x7ffff109b138) at
../../gcc-svn/trunk/gcc/cgraph.c:1839
#7  0x0000000000930487 in symtab_remove_unreachable_nodes
(before_inlining_p=<optimized out>, file=0x0) at
../../gcc-svn/trunk/gcc/ipa.c:455
#8  0x000000000079b6a0 in ipa_passes () at
../../gcc-svn/trunk/gcc/cgraphunit.c:1853


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (8 preceding siblings ...)
  2012-05-25 20:26 ` ubizjak at gmail dot com
@ 2012-05-26 11:00 ` ubizjak at gmail dot com
  2012-05-26 19:42 ` steven at gcc dot gnu.org
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-05-26 11:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-26 10:09:35 UTC ---
Reduced testcase:

--cut here--
typedef long unsigned int size_t;

extern "C"
{
  extern void *memcpy (void *__dest, __const void *__src, size_t __n);
}

extern char *src, *sources;
extern int n_sources;

static void
find_source (const char *file_name)
{
  memcpy (src, sources, n_sources * sizeof (*sources));
}

extern const char *gcov_read_string (void);

static void read_graph_file (void)
{
  find_source (gcov_read_string ());
}

static void process_file (void)
{
  read_graph_file ();
}

int main ()
{
  process_file ();
}
--cut here--

~/gcc-build/gcc/cc1plus -O2 -fprofile-generate -quiet t.C
t.C:32:1: internal compiler error: vector VEC(inline_edge_summary_t,base) index
domain error, in inline_edge_summary at ipa-inline.h:200
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (9 preceding siblings ...)
  2012-05-26 11:00 ` ubizjak at gmail dot com
@ 2012-05-26 19:42 ` steven at gcc dot gnu.org
  2012-05-26 20:23 ` steven at gcc dot gnu.org
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: steven at gcc dot gnu.org @ 2012-05-26 19:42 UTC (permalink / raw)
  To: gcc-bugs

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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu.org

--- Comment #11 from Steven Bosscher <steven at gcc dot gnu.org> 2012-05-26 19:39:28 UTC ---
At the point of the ICE:
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /home/stevenb/devel/build-test2/gcc/cc1plus -quiet -O2
-fprofile-generate t.cc

Breakpoint 2, internal_error (gmsgid=0x18d10b8 "vector %s %s domain error, in
%s at %s:%u") at ../../trunk/gcc/diagnostic.c:955
955       va_start (ap, gmsgid);
(gdb) up 4
#4  0x00000000009bc54c in cgraph_propagate_frequency_1 (node=0x7ffff70d5888,
data=0x7fffffffde40) at ../../trunk/gcc/cgraph.c:1805
1805              if (inline_edge_summary (edge)->loop_depth)
(gdb) p debug_cgraph()
callgraph:

__gcov_indirect_call_profiler/25 (<built-in>) @0x7ffff72603a8
  Type: function
  Visibility: external public artificial
  References:
  Referring:
  Availability: not_available
  Function flags:
  Called by: main/3 (1.00 per call)
  Calls:
__gcov_ior_profiler/24 (<built-in>) @0x7ffff7260138
  Type: function
  Visibility: external public artificial
  References:
  Referring:
  Availability: not_available
  Function flags:
  Called by: _ZL11find_sourcePKc.isra.0/9 (1.00 per call)
  Calls:
__gcov_average_profiler/23 (<built-in>) @0x7ffff7260000
  Type: function
  Visibility: external public artificial
  References:
  Referring:
  Availability: not_available
  Function flags:
  Called by: _ZL11find_sourcePKc.isra.0/9 (1.00 per call)
  Calls:
__gcov_one_value_profiler/22 (<built-in>) @0x7ffff70d59c0
  Type: function
  Visibility: external public artificial
  References:
  Referring:
  Availability: not_available
  Function flags:
  Called by: _ZL11find_sourcePKc.isra.0/9 (1.00 per call)
  Calls:
_ZL11find_sourcePKc.isra.0/9 (void _ZL11find_sourcePKc.isra.0())
@0x7ffff70d5ea0
  Type: function
  Visibility: artificial
  References: long int __gcov0._ZL11find_sourcePKc.isra.0 [1]/12 (read)long int
__gcov0._ZL11find_sourcePKc.isra.0 [1]/12 (write)int n_sources/5 (read)char*
sources/6 (read)char* src/7 (read)long int __gcov3._ZL11find_sourcePKc.isra.0
[3]/13 (addr)long int __gcov6._ZL11find_sourcePKc.isra.0 [2]/14 (addr)long int
__gcov7._ZL11find_sourcePKc.isra.0 [1]/15 (addr)
  Referring:
  Availability: local
  Function flags: analyzed body local finalized
  Called by: _ZL15read_graph_filev/1 (1.00 per call)
  Calls: void* memcpy(void*, const void*, size_t)/8 (1.00 per call)
__gcov_ior_profiler/24 (1.00 per call) __gcov_average_profiler/23 (1.00 per
call) __gcov_one_value_profiler/22 (1.00 per call)
void* memcpy(void*, const void*, size_t)/8 (void* memcpy(void*, const void*,
size_t)) @0x7ffff70d5d68
  Type: function
  Visibility: external public visibility_specified
  References:
  Referring:
  Availability: not_available
  Function flags:
  Called by: _ZL11find_sourcePKc.isra.0/9 (1.00 per call)
  Calls:
const char* gcov_read_string()/4 (const char* gcov_read_string())
@0x7ffff70d5c30
  Type: function
  Visibility: external public
  References:
  Referring:
  Availability: not_available
  Function flags:
  Called by: _ZL15read_graph_filev/1 (1.00 per call) (can throw external)
  Calls:
main/3 (int main()) @0x7ffff70d5af8
  Type: function
  Visibility: public
  Address is taken.
  References: long int* __gcov_indirect_call_counters/11 (read)void*
__gcov_indirect_call_callee/10 (read)main/3 (addr)void*
__gcov_indirect_call_callee/10 (write)long int __gcov0.main [2]/16 (read)long
int __gcov0.main [2]/16 (write)long int __gcov0.main [2]/16 (read)long int
__gcov0.main [2]/16 (write)
  Referring: main/3 (addr)
  Availability: available
  Function flags: analyzed body finalized only_called_at_startup
  Called by:
  Calls: _ZL15read_graph_filev/1 (1.00 per call) (can throw external)
__gcov_indirect_call_profiler/25 (1.00 per call)
_ZL15read_graph_filev/1 (void read_graph_file()) @0x7ffff70d5888
  Type: function
  Visibility: prevailing_def_ironly
  References: long int __gcov0._ZL15read_graph_filev [3]/17 (read)long int
__gcov0._ZL15read_graph_filev [3]/17 (write)long int
__gcov0._ZL15read_graph_filev [3]/17 (read)long int
__gcov0._ZL15read_graph_filev [3]/17 (write)long int
__gcov0._ZL15read_graph_filev [3]/17 (read)long int
__gcov0._ZL15read_graph_filev [3]/17 (write)
  Referring:
  Availability: local
  Function flags: analyzed body local finalized
  Called by: main/3 (1.00 per call) (can throw external)
  Calls: _ZL11find_sourcePKc.isra.0/9 (1.00 per call) const char*
gcov_read_string()/4 (1.00 per call) (can throw external)
$41 = void

Note the isra function. The ICE goes away with -fno-ipa-sra, and can be
triggered with "-O1 -fipa-sra -fprofile-generate".


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (10 preceding siblings ...)
  2012-05-26 19:42 ` steven at gcc dot gnu.org
@ 2012-05-26 20:23 ` steven at gcc dot gnu.org
  2012-05-28  8:48 ` hubicka at gcc dot gnu.org
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: steven at gcc dot gnu.org @ 2012-05-26 20:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Steven Bosscher <steven at gcc dot gnu.org> 2012-05-26 19:42:26 UTC ---
Note, btw, that verify_cgraph() doesn't catch this. Honza, you loved checkers
so much a few years ago -- maybe this checker (also yours??) should be enhanced
:-)


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (11 preceding siblings ...)
  2012-05-26 20:23 ` steven at gcc dot gnu.org
@ 2012-05-28  8:48 ` hubicka at gcc dot gnu.org
  2012-06-23 14:51 ` hjl.tools at gmail dot com
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-05-28  8:48 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |hubicka at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #13 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-28 08:26:48 UTC ---
Hehe, i still love them ;)
But inline summaries are separate of cgraph, so it is not cgraph checker's work
to verify it ;))

I think the problem is in new profile updating logic in unreachable node
removal. I will look into it.


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (12 preceding siblings ...)
  2012-05-28  8:48 ` hubicka at gcc dot gnu.org
@ 2012-06-23 14:51 ` hjl.tools at gmail dot com
  2012-07-02  9:49 ` ubizjak at gmail dot com
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-06-23 14:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> 2012-06-23 14:51:07 UTC ---
(In reply to comment #13)
> Hehe, i still love them ;)
> But inline summaries are separate of cgraph, so it is not cgraph checker's work
> to verify it ;))
> 
> I think the problem is in new profile updating logic in unreachable node
> removal. I will look into it.

Any updates?


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (13 preceding siblings ...)
  2012-06-23 14:51 ` hjl.tools at gmail dot com
@ 2012-07-02  9:49 ` ubizjak at gmail dot com
  2012-07-03 15:58 ` ubizjak at gmail dot com
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-07-02  9:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from Uros Bizjak <ubizjak at gmail dot com> 2012-07-02 09:48:57 UTC ---
Jan, can you please fix this bug, profiledbootstrap LTO autotesters are broken
for more than a month due to this problem. The reduced testcase is in Comment
#10.


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (14 preceding siblings ...)
  2012-07-02  9:49 ` ubizjak at gmail dot com
@ 2012-07-03 15:58 ` ubizjak at gmail dot com
  2012-07-03 18:17 ` ubizjak at gmail dot com
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-07-03 15:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #16 from Uros Bizjak <ubizjak at gmail dot com> 2012-07-03 15:57:34 UTC ---
Following patch fixes testcase failure for me, and also enables lto-bootstrap:

--cut here--
Index: ipa.c
===================================================================
--- ipa.c       (revision 189217)
+++ ipa.c       (working copy)
@@ -449,11 +449,6 @@ symtab_remove_unreachable_nodes (bool before_inlin
   verify_symtab ();
 #endif

-  /* If we removed something, perhaps profile could be improved.  */
-  if (changed && optimize && inline_edge_summary_vec)
-    FOR_EACH_DEFINED_FUNCTION (node)
-      cgraph_propagate_frequency (node);
-
   return changed;
 }

--cut here--


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (15 preceding siblings ...)
  2012-07-03 15:58 ` ubizjak at gmail dot com
@ 2012-07-03 18:17 ` ubizjak at gmail dot com
  2012-07-04 13:50 ` uros at gcc dot gnu.org
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-07-03 18:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from Uros Bizjak <ubizjak at gmail dot com> 2012-07-03 18:17:09 UTC ---
Created attachment 27736
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27736
Patch that cures various "may be used uninitialized" errors during LTO
bootstrap

This patch is needed to cure various "may be used uninitialized" errors during
LTO bootstrap. This patch brings the bootstrap up to PR 53433.

Adding the patch from PR 53433 successfully finish LTO profiledbootstrap.


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

* [Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (16 preceding siblings ...)
  2012-07-03 18:17 ` ubizjak at gmail dot com
@ 2012-07-04 13:50 ` uros at gcc dot gnu.org
  2012-07-04 13:56 ` [Bug middle-end/53321] " ubizjak at gmail dot com
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: uros at gcc dot gnu.org @ 2012-07-04 13:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from uros at gcc dot gnu.org 2012-07-04 13:49:24 UTC ---
Author: uros
Date: Wed Jul  4 13:49:19 2012
New Revision: 189261

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189261
Log:
    PR middle-end/53321
    * ipa.c (symtab_remove_unreachable_nodes): Partially revert r187375
    to not call cgraph_propagate_frequency if something was changed.

testsuite/ChangLog:

    PR middle-end/53321
    * g++.dg/torture/pr53321.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/torture/pr53321.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (17 preceding siblings ...)
  2012-07-04 13:50 ` uros at gcc dot gnu.org
@ 2012-07-04 13:56 ` ubizjak at gmail dot com
  2012-07-04 13:58 ` ubizjak at gmail dot com
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-07-04 13:56 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2012-07/msg00146.htm
                   |                            |l
          Component|bootstrap                   |middle-end
         AssignedTo|hubicka at gcc dot gnu.org  |ubizjak at gmail dot com

--- Comment #19 from Uros Bizjak <ubizjak at gmail dot com> 2012-07-04 13:56:15 UTC ---
Fixed.


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (18 preceding siblings ...)
  2012-07-04 13:56 ` [Bug middle-end/53321] " ubizjak at gmail dot com
@ 2012-07-04 13:58 ` ubizjak at gmail dot com
  2012-07-06 18:30 ` hjl.tools at gmail dot com
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ubizjak at gmail dot com @ 2012-07-04 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

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

--- Comment #20 from Uros Bizjak <ubizjak at gmail dot com> 2012-07-04 13:57:53 UTC ---
.


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (19 preceding siblings ...)
  2012-07-04 13:58 ` ubizjak at gmail dot com
@ 2012-07-06 18:30 ` hjl.tools at gmail dot com
  2012-07-06 18:46 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-06 18:30 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #20 from Uros Bizjak <ubizjak at gmail dot com> 2012-07-04 13:57:53 UTC ---
.

--- Comment #21 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-06 18:29:50 UTC ---
The fix caused PR 53865.  The even smaller testcase:

[hjl@gnu-mic-2 pr53321]$ cat x.i
extern char *src;
extern const char *sources;
extern unsigned int n_sources;

static void
find_source (const char *file_name)
{
 __builtin_memcpy (src, sources, n_sources);
}

int main ()
{
  find_source (sources);
}
[hjl@gnu-mic-2 pr53321]$ /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/ -O2 -fprofile-generate -S x.i
x.i:14:1: internal compiler error: vector VEC(inline_edge_summary_t,base) index
domain error, in inline_edge_summary at ipa-inline.h:200
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-mic-2 pr53321]$


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (20 preceding siblings ...)
  2012-07-06 18:30 ` hjl.tools at gmail dot com
@ 2012-07-06 18:46 ` hjl.tools at gmail dot com
  2012-07-06 20:23 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-06 18:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #22 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-06 18:46:09 UTC ---
After inlining, IPA calls tree_profiling which rebuilds edges:

#2  0x0000000000683ccd in rebuild_cgraph_edges ()
    at /export/gnu/import/git/gcc/gcc/cgraphbuild.c:433
#3  0x0000000000c02de6 in tree_profiling ()
    at /export/gnu/import/git/gcc/gcc/tree-profile.c:564
#4  0x0000000000a1be4f in execute_one_pass (pass=0x1908520)
    at /export/gnu/import/git/gcc/gcc/passes.c:2165
#5  0x0000000000a1cb0c in execute_ipa_pass_list (pass=0x1908520)
    at /export/gnu/import/git/gcc/gcc/passes.c:2532
#6  0x000000000068b874 in ipa_passes ()
    at /export/gnu/import/git/gcc/gcc/cgraphunit.c:1844

  basic_block bb; 
  struct cgraph_node *node = cgraph_get_node (current_function_decl);
  gimple_stmt_iterator gsi;

  cgraph_node_remove_callees (node);
  ipa_remove_all_references (&node->symbol.ref_list);

  node->count = ENTRY_BLOCK_PTR->count;

and creates new edges.  After that, all things went downhill

#0  internal_error (
    gmsgid=0x158c110 "vector %s %s domain error, in %s at %s:%u")
    at /export/gnu/import/git/gcc/gcc/diagnostic.c:955
#1  0x000000000124f707 in vec_assert_fail (op=0x12fc800 "index", 
    struct_name=0x12fc7e0 "VEC(inline_edge_summary_t,base)", 
    file=0x12fc808 "/export/gnu/import/git/gcc/gcc/ipa-inline.h", line=200, 
    function=0x12fd380 "inline_edge_summary")
    at /export/gnu/import/git/gcc/gcc/vec.c:527
#2  0x000000000067c685 in VEC_inline_edge_summary_t_base_index (
    vec_=0x1aea360, ix_=6, 
    file_=0x12fc808 "/export/gnu/import/git/gcc/gcc/ipa-inline.h", line_=200, 
    function_=0x12fd380 "inline_edge_summary")
    at /export/gnu/import/git/gcc/gcc/ipa-inline.h:145
#3  0x000000000067c6cd in inline_edge_summary (edge=0x7ffff1ab67b8)
    at /export/gnu/import/git/gcc/gcc/ipa-inline.h:199

since inline_edge_summary_vec was never updated.


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (21 preceding siblings ...)
  2012-07-06 18:46 ` hjl.tools at gmail dot com
@ 2012-07-06 20:23 ` hjl.tools at gmail dot com
  2012-07-06 23:17 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-06 20:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #23 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-06 20:22:55 UTC ---
Created attachment 27753
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27753
A different patch

This patch calls inline_free_summary to clear
stale inline summary.  It fixed PR 53865.  I am
testing LTO profile bootstrap now.


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (22 preceding siblings ...)
  2012-07-06 20:23 ` hjl.tools at gmail dot com
@ 2012-07-06 23:17 ` hjl.tools at gmail dot com
  2012-08-02 16:59 ` hjl at gcc dot gnu.org
  2012-08-02 18:06 ` hjl.tools at gmail dot com
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-06 23:17 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27753|0                           |1
        is obsolete|                            |

--- Comment #24 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-06 23:17:18 UTC ---
Created attachment 27755
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27755
The updated patch


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (23 preceding siblings ...)
  2012-07-06 23:17 ` hjl.tools at gmail dot com
@ 2012-08-02 16:59 ` hjl at gcc dot gnu.org
  2012-08-02 18:06 ` hjl.tools at gmail dot com
  25 siblings, 0 replies; 27+ messages in thread
From: hjl at gcc dot gnu.org @ 2012-08-02 16:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #25 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-08-02 16:58:41 UTC ---
Author: hjl
Date: Thu Aug  2 16:58:33 2012
New Revision: 190090

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190090
Log:
Add free inline summary pass after pass_early_local_passes 

    PR middle-end/53321
    PR middle-end/53865
    * ipa-inline-analysis.c (inline_free_summary): Return if
    inline_edge_summary_vec is NULL.

    * ipa-split.c (execute_split_functions): Check if a function
    is inlinable only if inline_edge_summary_vec != NULL.

    * ipa.c (symtab_remove_unreachable_nodes): Restore
    cgraph_propagate_frequency call when something was changed.
    (free_inline_summary): New function.
    (pass_ipa_free_inline_summary): New pass.

    * passes.c (init_optimization_passes): Add
    pass_ipa_free_inline_summary before pass_ipa_tree_profile.

    * timevar.def (TV_IPA_FREE_INLINE_SUMMARY): New.

    * tree-pass.h (pass_ipa_free_inline_summary): New.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-analysis.c
    trunk/gcc/ipa-split.c
    trunk/gcc/ipa.c
    trunk/gcc/passes.c
    trunk/gcc/timevar.def
    trunk/gcc/tree-pass.h


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

* [Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled
  2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (24 preceding siblings ...)
  2012-08-02 16:59 ` hjl at gcc dot gnu.org
@ 2012-08-02 18:06 ` hjl.tools at gmail dot com
  25 siblings, 0 replies; 27+ messages in thread
From: hjl.tools at gmail dot com @ 2012-08-02 18:06 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #26 from H.J. Lu <hjl.tools at gmail dot com> 2012-08-02 18:06:00 UTC ---
Fixed.


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

end of thread, other threads:[~2012-08-02 18:06 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-11 11:21 [Bug bootstrap/53321] New: [4.8 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
2012-05-11 12:03 ` [Bug bootstrap/53321] " hjl.tools at gmail dot com
2012-05-11 15:49 ` hubicka at gcc dot gnu.org
2012-05-11 17:06 ` hjl.tools at gmail dot com
2012-05-11 18:29 ` hubicka at gcc dot gnu.org
2012-05-12 11:16 ` hubicka at gcc dot gnu.org
2012-05-19 19:40 ` hjl.tools at gmail dot com
2012-05-25 20:06 ` ubizjak at gmail dot com
2012-05-25 20:09 ` ubizjak at gmail dot com
2012-05-25 20:26 ` ubizjak at gmail dot com
2012-05-26 11:00 ` ubizjak at gmail dot com
2012-05-26 19:42 ` steven at gcc dot gnu.org
2012-05-26 20:23 ` steven at gcc dot gnu.org
2012-05-28  8:48 ` hubicka at gcc dot gnu.org
2012-06-23 14:51 ` hjl.tools at gmail dot com
2012-07-02  9:49 ` ubizjak at gmail dot com
2012-07-03 15:58 ` ubizjak at gmail dot com
2012-07-03 18:17 ` ubizjak at gmail dot com
2012-07-04 13:50 ` uros at gcc dot gnu.org
2012-07-04 13:56 ` [Bug middle-end/53321] " ubizjak at gmail dot com
2012-07-04 13:58 ` ubizjak at gmail dot com
2012-07-06 18:30 ` hjl.tools at gmail dot com
2012-07-06 18:46 ` hjl.tools at gmail dot com
2012-07-06 20:23 ` hjl.tools at gmail dot com
2012-07-06 23:17 ` hjl.tools at gmail dot com
2012-08-02 16:59 ` hjl at gcc dot gnu.org
2012-08-02 18:06 ` hjl.tools at gmail 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).