public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered.
@ 2013-04-26 20:47 madars+gccbug at gmail dot com
  2013-04-26 21:20 ` [Bug c++/57086] " madars+gccbug at gmail dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: madars+gccbug at gmail dot com @ 2013-04-26 20:47 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 57086
           Summary: Internal compiler error: Error reporting routines
                    re-entered.
    Classification: Unclassified
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: madars+gccbug@gmail.com


The code is obviously wrong, but it shouldn't give ICE.

$ g++ --version | head -1
g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3

$ g++ -std=c++11 crash.cpp 
crash.cpp:15:35: error: ‘undef_class’ was not declared in this scope
crash.cpp:15:46: error: template argument 1 is invalid
crash.cpp: In member function ‘void p::f2(int)’:
crash.cpp:17:23: error: no matching function for call to ‘begin(int&)’
crash.cpp:17:23: note: candidates are:
In file included from /usr/include/c++/4.7/vector:67:0,
                 from crash.cpp:1:
/usr/include/c++/4.7/bits/range_access.h:87:5: note: template<class _Tp, long
unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
/usr/include/c++/4.7/bits/range_access.h:87:5: note:   template argument
deduction/substitution failed:
crash.cpp:17:23: note:   mismatched types ‘_Tp [_Nm]’ and ‘int’
In file included from /usr/include/c++/4.7/vector:67:0,
                 from crash.cpp:1:
/usr/include/c++/4.7/bits/range_access.h:58:5: note: template<class _Container>
decltype (__cont.begin()) std::begin(const _Container&)
/usr/include/c++/4.7/bits/range_access.h:58:5: note:   template argument
deduction/substitution failed:
/usr/include/c++/4.7/bits/range_access.h: In substitution of ‘template<class
_Container> decltype (__cont.begin()) std::begin(const _Container&) [with
_Container = int]’:
crash.cpp:17:23:   required from here
/usr/include/c++/4.7/bits/range_access.h:58:5: error: request for member
‘begin’ in ‘__cont’, which is of non-class type ‘const int’
/usr/include/c++/4.7/bits/range_access.h:48:5: note: template<class _Container>
decltype (__cont.begin()) std::begin(_Container&)
/usr/include/c++/4.7/bits/range_access.h:48:5: note:   template argument
deduction/substitution failed:
/usr/include/c++/4.7/bits/range_access.h: In substitution of ‘template<class
_Container> decltype (__cont.begin()) std::begin(_Container&) [with _Container
= int]’:
crash.cpp:17:23:   required from here
/usr/include/c++/4.7/bits/range_access.h:48:5: error: request for member
‘begin’ in ‘__cont’, which is of non-class type ‘int’
In file included from /usr/include/c++/4.7/bits/stl_vector.h:64:0,
                 from /usr/include/c++/4.7/vector:65,
                 from crash.cpp:1:
/usr/include/c++/4.7/initializer_list:89:5: note: template<class _Tp> constexpr
const _Tp* std::begin(std::initializer_list<_Tp>)
/usr/include/c++/4.7/initializer_list:89:5: note:   template argument
deduction/substitution failed:
crash.cpp:17:23: note:   mismatched types ‘std::initializer_list<_Tp>’ and
‘int’
crash.cpp:17:23: error: no matching function for call to ‘end(int&)’
crash.cpp:17:23: note: candidates are:
In file included from /usr/include/c++/4.7/vector:67:0,
                 from crash.cpp:1:
/usr/include/c++/4.7/bits/range_access.h:97:5: note: template<class _Tp, long
unsigned int _Nm> _Tp* std::end(_Tp (&)[_Nm])
/usr/include/c++/4.7/bits/range_access.h:97:5: note:   template argument
deduction/substitution failed:
crash.cpp:17:23: note:   mismatched types ‘_Tp [_Nm]’ and ‘int’
In file included from /usr/include/c++/4.7/vector:67:0,
                 from crash.cpp:1:
/usr/include/c++/4.7/bits/range_access.h:78:5: note: template<class _Container>
decltype (__cont.end()) std::end(const _Container&)
/usr/include/c++/4.7/bits/range_access.h:78:5: note:   template argument
deduction/substitution failed:
/usr/include/c++/4.7/bits/range_access.h: In substitution of ‘template<class
_Container> decltype (__cont.end()) std::end(const _Container&) [with
_Container = int]’:
crash.cpp:17:23:   required from here
/usr/include/c++/4.7/bits/range_access.h:78:5: error: request for member ‘end’
in ‘__cont’, which is of non-class type ‘const int’
/usr/include/c++/4.7/bits/range_access.h:68:5: note: template<class _Container>
decltype (__cont.end()) std::end(_Container&)
/usr/include/c++/4.7/bits/range_access.h:68:5: note:   template argument
deduction/substitution failed:
/usr/include/c++/4.7/bits/range_access.h: In substitution of ‘template<class
_Container> decltype (__cont.end()) std::end(_Container&) [with _Container =
int]’:
crash.cpp:17:23:   required from here
/usr/include/c++/4.7/bits/range_access.h:68:5: error: request for member ‘end’
in ‘__cont’, which is of non-class type ‘int’
In file included from /usr/include/c++/4.7/bits/stl_vector.h:64:0,
                 from /usr/include/c++/4.7/vector:65,
                 from crash.cpp:1:
/usr/include/c++/4.7/initializer_list:99:5: note: template<class _Tp> constexpr
const _Tp* std::end(std::initializer_list<_Tp>)
/usr/include/c++/4.7/initializer_list:99:5: note:   template argument
deduction/substitution failed:
crash.cpp:17:23: note:   mismatched types ‘std::initializer_list<_Tp>’ and
‘int’
crash.cpp:17:23: error: unable to deduce ‘auto’ from ‘<expression error>’
In file included from /usr/include/c++/4.7/vector:65:0,
                 from crash.cpp:1:
/usr/include/c++/4.7/bits/stl_vector.h: In instantiation of ‘std::vector<_Tp,
_Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp,
_Alloc>::size_type) [with _Tp = v; _Alloc = std::allocator<v>; std::vector<_Tp,
_Alloc>::reference = v&; std::vector<_Tp, _Alloc>::size_type = long unsigned
int]’:
crash.cpp:11:37:   required from here
/usr/include/c++/4.7/bits/stl_vector.h:751:46: error: invalid use of incomplete
type ‘class v’
crash.cpp:2:7: error: forward declaration of ‘class v’
‘
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccUpst6x.out file, please attach this to
your bugreport.
>From gcc-bugs-return-421062-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Apr 26 20:48:27 2013
Return-Path: <gcc-bugs-return-421062-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 4620 invoked by alias); 26 Apr 2013 20:48:27 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 4596 invoked by uid 48); 26 Apr 2013 20:48:24 -0000
From: "madars+gccbug at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
Date: Fri, 26 Apr 2013 20:48:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Keywords:
X-Bugzilla-Severity: minor
X-Bugzilla-Who: madars+gccbug at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
Message-ID: <bug-57086-4-KnBKuR8JbV@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57086-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57086-4@http.gcc.gnu.org/bugzilla/>
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
X-SW-Source: 2013-04/txt/msg02207.txt.bz2
Content-length: 237


http://gcc.gnu.org/bugzilla/show_bug.cgi?idW086

--- Comment #1 from madars+gccbug at gmail dot com 2013-04-26 20:48:24 UTC ---
Created attachment 29949
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id)949
triggering code


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
@ 2013-04-26 21:20 ` madars+gccbug at gmail dot com
  2013-04-26 22:43 ` paolo.carlini at oracle dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: madars+gccbug at gmail dot com @ 2013-04-26 21:20 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from madars+gccbug at gmail dot com 2013-04-26 21:20:45 UTC ---
Created attachment 29951
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29951
pre-processed source file


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
  2013-04-26 21:20 ` [Bug c++/57086] " madars+gccbug at gmail dot com
@ 2013-04-26 22:43 ` paolo.carlini at oracle dot com
  2013-05-05 23:23 ` paolo.carlini at oracle dot com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-04-26 22:43 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|                            |4.8.0, 4.9.0
         Resolution|                            |WORKSFORME

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-26 22:42:56 UTC ---
I can't reproduce the issue with 4.8.0, current 4_8-branch and mainline.


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
  2013-04-26 21:20 ` [Bug c++/57086] " madars+gccbug at gmail dot com
  2013-04-26 22:43 ` paolo.carlini at oracle dot com
@ 2013-05-05 23:23 ` paolo.carlini at oracle dot com
  2013-06-07  8:41 ` paolo.carlini at oracle dot com
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-05-05 23:23 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cartonmartin+gcc_bugzilla
                   |                            |at gmail dot com

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-05-05 23:23:31 UTC ---
*** Bug 57179 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (2 preceding siblings ...)
  2013-05-05 23:23 ` paolo.carlini at oracle dot com
@ 2013-06-07  8:41 ` paolo.carlini at oracle dot com
  2013-06-07 20:46 ` paolo.carlini at oracle dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-06-07  8:41 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jussi.judin at ericsson dot com

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 57552 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (3 preceding siblings ...)
  2013-06-07  8:41 ` paolo.carlini at oracle dot com
@ 2013-06-07 20:46 ` paolo.carlini at oracle dot com
  2013-07-09 10:54 ` paolo.carlini at oracle dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-06-07 20:46 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avraammauridis at gmail dot com

--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 57387 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (4 preceding siblings ...)
  2013-06-07 20:46 ` paolo.carlini at oracle dot com
@ 2013-07-09 10:54 ` paolo.carlini at oracle dot com
  2013-07-09 20:22 ` paolo.carlini at oracle dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-09 10:54 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxim.yegorushkin at gmail dot com

--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 57863 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (5 preceding siblings ...)
  2013-07-09 10:54 ` paolo.carlini at oracle dot com
@ 2013-07-09 20:22 ` paolo.carlini at oracle dot com
  2013-07-11 13:48 ` paolo.carlini at oracle dot com
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-09 20:22 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eyakubovich at gmail dot com

--- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 57870 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (6 preceding siblings ...)
  2013-07-09 20:22 ` paolo.carlini at oracle dot com
@ 2013-07-11 13:48 ` paolo.carlini at oracle dot com
  2013-08-27  8:50 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-11 13:48 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ejkruus at gmail dot com

--- Comment #9 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 57882 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (7 preceding siblings ...)
  2013-07-11 13:48 ` paolo.carlini at oracle dot com
@ 2013-08-27  8:50 ` paolo.carlini at oracle dot com
  2013-11-03 12:20 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-08-27  8:50 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janvidar at extatic dot org

--- Comment #10 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 58249 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (8 preceding siblings ...)
  2013-08-27  8:50 ` paolo.carlini at oracle dot com
@ 2013-11-03 12:20 ` paolo.carlini at oracle dot com
  2014-05-13 13:09 ` paolo.carlini at oracle dot com
  2014-05-13 14:03 ` paolo.carlini at oracle dot com
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-03 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dilyan.palauzov at aegee dot org

--- Comment #12 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 58976 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (9 preceding siblings ...)
  2013-11-03 12:20 ` paolo.carlini at oracle dot com
@ 2014-05-13 13:09 ` paolo.carlini at oracle dot com
  2014-05-13 14:03 ` paolo.carlini at oracle dot com
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-05-13 13:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57086

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #13 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 61172 has been marked as a duplicate of this bug. ***


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

* [Bug c++/57086] Internal compiler error: Error reporting routines re-entered.
  2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
                   ` (10 preceding siblings ...)
  2014-05-13 13:09 ` paolo.carlini at oracle dot com
@ 2014-05-13 14:03 ` paolo.carlini at oracle dot com
  11 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-05-13 14:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57086

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stanislav.manilov at gmail dot com

--- Comment #14 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 60081 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2014-05-13 14:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-26 20:47 [Bug c++/57086] New: Internal compiler error: Error reporting routines re-entered madars+gccbug at gmail dot com
2013-04-26 21:20 ` [Bug c++/57086] " madars+gccbug at gmail dot com
2013-04-26 22:43 ` paolo.carlini at oracle dot com
2013-05-05 23:23 ` paolo.carlini at oracle dot com
2013-06-07  8:41 ` paolo.carlini at oracle dot com
2013-06-07 20:46 ` paolo.carlini at oracle dot com
2013-07-09 10:54 ` paolo.carlini at oracle dot com
2013-07-09 20:22 ` paolo.carlini at oracle dot com
2013-07-11 13:48 ` paolo.carlini at oracle dot com
2013-08-27  8:50 ` paolo.carlini at oracle dot com
2013-11-03 12:20 ` paolo.carlini at oracle dot com
2014-05-13 13:09 ` paolo.carlini at oracle dot com
2014-05-13 14:03 ` paolo.carlini at oracle 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).