public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35535]  New: stl_vector.h Compilation error
@ 2008-03-11  5:19 dileeshjostin at rediffmail dot com
  2008-03-11 11:43 ` [Bug c++/35535] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: dileeshjostin at rediffmail dot com @ 2008-03-11  5:19 UTC (permalink / raw)
  To: gcc-bugs

Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
--disable-libmudflap --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Debian 4.2.3-2)

Command which triggers bug:

./configure  CXXFLAGS=-I/opt/intel/mkl/9.0/include/ 
make 


Complier Output:
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"MH-Tools\"
-DPACKAGE_TARNAME=\"mh-tools\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"MH-Tools\ 1.0\" -DPACKAGE_BUGREPORT=\"halbruegge@gmail.com\"
-DPACKAGE=\"mh-tools\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1
-DHAVE_STRDUP=1 -DHAVE_STRNDUP=1 -I.     -I/opt/intel/mkl/9.0/include/ -MT
ThreadPool.lo -MD -MP -MF .deps/ThreadPool.Tpo -c -o ThreadPool.lo `test -f
'./Threads/ThreadPool.cpp' || echo './'`./Threads/ThreadPool.cpp
 g++ -DPACKAGE_NAME=\"MH-Tools\" -DPACKAGE_TARNAME=\"mh-tools\"
-DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"MH-Tools 1.0\""
-DPACKAGE_BUGREPORT=\"halbruegge@gmail.com\" -DPACKAGE=\"mh-tools\"
-DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1
-DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STRDUP=1
-DHAVE_STRNDUP=1 -I. -I/opt/intel/mkl/9.0/include/ -MT ThreadPool.lo -MD -MP
-MF .deps/ThreadPool.Tpo -c ./Threads/ThreadPool.cpp  -fPIC -DPIC -o
.libs/ThreadPool.o
In file included from /usr/include/c++/4.2/vector:70,
                 from ./Threads/ThreadPool.h:37,
                 from ./Threads/ThreadPool.cpp:6:
/usr/include/c++/4.2/bits/stl_vector.h:158: error: expected type-specifier
/usr/include/c++/4.2/bits/stl_vector.h:158: error: expected '>'
/usr/include/c++/4.2/bits/stl_vector.h:179: error: typedef name may not be a
nested-name-specifier
/usr/include/c++/4.2/bits/stl_vector.h:179: error: expected ';' before '<'
token
/usr/include/c++/4.2/bits/stl_vector.h:180: error: typedef name may not be a
nested-name-specifier
/usr/include/c++/4.2/bits/stl_vector.h:180: error: expected ';' before '<'
token
/usr/include/c++/4.2/bits/stl_vector.h:362: error: 'reverse_iterator' does not
name a type
/usr/include/c++/4.2/bits/stl_vector.h:371: error: 'const_reverse_iterator'
does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:380: error: 'reverse_iterator' does not
name a type
/usr/include/c++/4.2/bits/stl_vector.h:389: error: 'const_reverse_iterator'
does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:783: error: '__true_type' has not been
declared
/usr/include/c++/4.2/bits/stl_vector.h:796: error: '__false_type' has not been
declared
/usr/include/c++/4.2/bits/stl_vector.h:807: error:
'mhthreads::std::input_iterator_tag' has not been declared
/usr/include/c++/4.2/bits/stl_vector.h:817: error:
'mhthreads::std::forward_iterator_tag' has not been declared
/usr/include/c++/4.2/bits/stl_vector.h:835: error: '__true_type' has not been
declared
/usr/include/c++/4.2/bits/stl_vector.h:845: error: '__false_type' has not been
declared
/usr/include/c++/4.2/bits/stl_vector.h:856: error:
'mhthreads::std::input_iterator_tag' has not been declared
/usr/include/c++/4.2/bits/stl_vector.h:862: error:
'mhthreads::std::forward_iterator_tag' has not been declared
/usr/include/c++/4.2/bits/stl_vector.h:876: error: '__true_type' has not been
declared
/usr/include/c++/4.2/bits/stl_vector.h:886: error: '__false_type' has not been
declared
/usr/include/c++/4.2/bits/stl_vector.h:897: error:
'mhthreads::std::input_iterator_tag' has not been declared
/usr/include/c++/4.2/bits/stl_vector.h:903: error:
'mhthreads::std::forward_iterator_tag' has not been declared
/usr/include/c++/4.2/bits/stl_vector.h: In constructor
'mhthreads::std::vector<_Tp, _Alloc>::vector(size_t, const _Tp&, const
_Alloc&)':
/usr/include/c++/4.2/bits/stl_vector.h:214: error: '__uninitialized_fill_n_a'
is not a member of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In copy constructor
'mhthreads::std::vector<_Tp, _Alloc>::vector(const mhthreads::std::vector<_Tp,
_Alloc>&)':
/usr/include/c++/4.2/bits/stl_vector.h:231: error: '__uninitialized_copy_a' is
not a member of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In constructor
'mhthreads::std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator,
const _Alloc&)':
/usr/include/c++/4.2/bits/stl_vector.h:257: error: '__is_integer' in namespace
'mhthreads::std' does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:257: error: expected unqualified-id
before '<' token
/usr/include/c++/4.2/bits/stl_vector.h:258: error: there are no arguments to
'_Integral' that depend on a template parameter, so a declaration of
'_Integral' must be available
/usr/include/c++/4.2/bits/stl_vector.h:258: error: (if you use '-fpermissive',
G++ will accept your code, but allowing the use of an undeclared name is
deprecated)
/usr/include/c++/4.2/bits/stl_vector.h: In destructor
'mhthreads::std::vector<_Tp, _Alloc>::~vector()':
/usr/include/c++/4.2/bits/stl_vector.h:268: error: '_Destroy' is not a member
of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::assign(_InputIterator, _InputIterator)':
/usr/include/c++/4.2/bits/stl_vector.h:313: error: '__is_integer' in namespace
'mhthreads::std' does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:313: error: expected unqualified-id
before '<' token
/usr/include/c++/4.2/bits/stl_vector.h:314: error: there are no arguments to
'_Integral' that depend on a template parameter, so a declaration of
'_Integral' must be available
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::_M_range_check(size_t) const':
/usr/include/c++/4.2/bits/stl_vector.h:498: error: there are no arguments to
'__throw_out_of_range' that depend on a template parameter, so a declaration of
'__throw_out_of_range' must be available
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp,
_Alloc>::insert(__gnu_cxx::__normal_iterator<typename
mhthreads::std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer,
mhthreads::std::vector<_Tp, _Alloc> >, _InputIterator, _InputIterator)':
/usr/include/c++/4.2/bits/stl_vector.h:675: error: '__is_integer' in namespace
'mhthreads::std' does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:675: error: expected unqualified-id
before '<' token
/usr/include/c++/4.2/bits/stl_vector.h:676: error: there are no arguments to
'_Integral' that depend on a template parameter, so a declaration of
'_Integral' must be available
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::swap(mhthreads::std::vector<_Tp,
_Alloc>&)':
/usr/include/c++/4.2/bits/stl_vector.h:730: error: 'swap' is not a member of
'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h:731: error: 'swap' is not a member of
'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h:732: error: 'swap' is not a member of
'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h:737: error: '__alloc_swap' is not a
member of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h:737: error: expected primary-expression
before '>' token
/usr/include/c++/4.2/bits/stl_vector.h:737: error: '::_S_do_it' has not been
declared
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'typename
mhthreads::std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer
mhthreads::std::vector<_Tp, _Alloc>::_M_allocate_and_copy(size_t,
_ForwardIterator, _ForwardIterator)':
/usr/include/c++/4.2/bits/stl_vector.h:766: error: '__uninitialized_copy_a' is
not a member of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::_M_initialize_dispatch(_Integer, _Integer,
int)':
/usr/include/c++/4.2/bits/stl_vector.h:787: error: '__uninitialized_fill_n_a'
is not a member of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::_M_initialize_dispatch(_InputIterator,
_InputIterator, int)':
/usr/include/c++/4.2/bits/stl_vector.h:798: error: 'iterator_traits' in
namespace 'mhthreads::std' does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:798: error: expected unqualified-id
before '<' token
/usr/include/c++/4.2/bits/stl_vector.h:800: error: there are no arguments to
'_IterCategory' that depend on a template parameter, so a declaration of
'_IterCategory' must be available
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator,
_ForwardIterator, int)':
/usr/include/c++/4.2/bits/stl_vector.h:819: error: 'distance' is not a member
of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h:823: error: '__uninitialized_copy_a' is
not a member of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::_M_assign_dispatch(_InputIterator,
_InputIterator, int)':
/usr/include/c++/4.2/bits/stl_vector.h:847: error: 'iterator_traits' in
namespace 'mhthreads::std' does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:847: error: expected unqualified-id
before '<' token
/usr/include/c++/4.2/bits/stl_vector.h:849: error: there are no arguments to
'_IterCategory' that depend on a template parameter, so a declaration of
'_IterCategory' must be available
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp,
_Alloc>::_M_insert_dispatch(__gnu_cxx::__normal_iterator<typename
mhthreads::std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer,
mhthreads::std::vector<_Tp, _Alloc> >, _InputIterator, _InputIterator, int)':
/usr/include/c++/4.2/bits/stl_vector.h:888: error: 'iterator_traits' in
namespace 'mhthreads::std' does not name a type
/usr/include/c++/4.2/bits/stl_vector.h:888: error: expected unqualified-id
before '<' token
/usr/include/c++/4.2/bits/stl_vector.h:890: error: there are no arguments to
'_IterCategory' that depend on a template parameter, so a declaration of
'_IterCategory' must be available
/usr/include/c++/4.2/bits/stl_vector.h: In member function 'void
mhthreads::std::vector<_Tp, _Alloc>::_M_erase_at_end(typename
mhthreads::std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer)':
/usr/include/c++/4.2/bits/stl_vector.h:921: error: '_Destroy' is not a member
of 'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In function 'bool
mhthreads::std::operator==(const mhthreads::std::vector<_Tp, _Alloc>&, const
mhthreads::std::vector<_Tp, _Alloc>&)':
/usr/include/c++/4.2/bits/stl_vector.h:941: error: 'equal' is not a member of
'mhthreads::std'
/usr/include/c++/4.2/bits/stl_vector.h: In function 'bool
mhthreads::std::operator<(const mhthreads::std::vector<_Tp, _Alloc>&, const
mhthreads::std::vector<_Tp, _Alloc>&)':
/usr/include/c++/4.2/bits/stl_vector.h:957: error: 'lexicographical_compare' is
not a member of 'mhthreads::std'
In file included from /usr/include/c++/4.2/vector:71,
                 from ./Threads/ThreadPool.h:37,
                 from ./Threads/ThreadPool.cpp:6:
/usr/include/c++/4.2/bits/stl_bvector.h: At global scope:
/usr/include/c++/4.2/bits/stl_bvector.h:111: error: expected template-name
before '<' token
/usr/include/c++/4.2/bits/stl_bvector.h:111: error: expected `{' before '<'
token
/usr/include/c++/4.2/bits/stl_bvector.h:111: error: expected unqualified-id
before '<' token
In file included from ./Threads/ThreadPool.cpp:6:
./Threads/ThreadPool.h:77: error: expected `}' at end of input
./Threads/ThreadPool.h:77: error: expected `}' at end of input
make: *** [ThreadPool.lo] Error 1


-- 
           Summary: stl_vector.h Compilation error
           Product: gcc
           Version: 4.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dileeshjostin at rediffmail dot com


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


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

* [Bug c++/35535] stl_vector.h Compilation error
  2008-03-11  5:19 [Bug c++/35535] New: stl_vector.h Compilation error dileeshjostin at rediffmail dot com
@ 2008-03-11 11:43 ` pinskia at gcc dot gnu dot org
  2008-03-12  9:14 ` dileeshjostin at rediffmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-11 11:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-03-11 11:43 -------
Can you provide the preprocessed source?


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/35535] stl_vector.h Compilation error
  2008-03-11  5:19 [Bug c++/35535] New: stl_vector.h Compilation error dileeshjostin at rediffmail dot com
  2008-03-11 11:43 ` [Bug c++/35535] " pinskia at gcc dot gnu dot org
@ 2008-03-12  9:14 ` dileeshjostin at rediffmail dot com
  2008-03-22 23:32 ` fang at csl dot cornell dot edu
  2009-07-27 18:30 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 8+ messages in thread
From: dileeshjostin at rediffmail dot com @ 2008-03-12  9:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dileeshjostin at rediffmail dot com  2008-03-12 09:13 -------
(In reply to comment #1)
> Can you provide the preprocessed source?
> 

i am a newbie in this field ..Could you please tell me how to preprocess a
source ? I have to give some additonal optionw with make?



-- 


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


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

* [Bug c++/35535] stl_vector.h Compilation error
  2008-03-11  5:19 [Bug c++/35535] New: stl_vector.h Compilation error dileeshjostin at rediffmail dot com
  2008-03-11 11:43 ` [Bug c++/35535] " pinskia at gcc dot gnu dot org
  2008-03-12  9:14 ` dileeshjostin at rediffmail dot com
@ 2008-03-22 23:32 ` fang at csl dot cornell dot edu
  2009-07-27 18:30 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 8+ messages in thread
From: fang at csl dot cornell dot edu @ 2008-03-22 23:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fang at csl dot cornell dot edu  2008-03-22 23:32 -------
Take the command that make issues to compile that file (g++ ...), and add a -E
option, remove -o <objfile>, and (optionally) redirect the output to a file,
like foo.ii.


-- 

fang at csl dot cornell dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fang at csl dot cornell dot
                   |                            |edu


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


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

* [Bug c++/35535] stl_vector.h Compilation error
  2008-03-11  5:19 [Bug c++/35535] New: stl_vector.h Compilation error dileeshjostin at rediffmail dot com
                   ` (2 preceding siblings ...)
  2008-03-22 23:32 ` fang at csl dot cornell dot edu
@ 2009-07-27 18:30 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 8+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-07-27 18:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2009-07-27 18:30 -------
preprocessed source not forthcoming


-- 

paolo dot carlini at oracle dot com changed:

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


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


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

* [Bug c++/35535] stl_vector.h Compilation error
       [not found] <bug-35535-4@http.gcc.gnu.org/bugzilla/>
  2013-12-17 23:41 ` hubicka at gcc dot gnu.org
  2013-12-17 23:43 ` hubicka at gcc dot gnu.org
@ 2013-12-18 10:29 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-12-18 10:29 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Jan Hubicka from comment #5)
> 	PR middle-end/35535

For completeness: Those commits are for PR 35545
>From gcc-bugs-return-437974-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Dec 18 10:31:42 2013
Return-Path: <gcc-bugs-return-437974-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 1220 invoked by alias); 18 Dec 2013 10:31:41 -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 1176 invoked by uid 48); 18 Dec 2013 10:31:38 -0000
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/35545] virtual call specialization not happening with FDO
Date: Wed, 18 Dec 2013 10:31:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 4.4.0
X-Bugzilla-Keywords: missed-optimization
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: burnus at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-35545-4-eFVEDtrGlQ@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-35545-4@http.gcc.gnu.org/bugzilla/>
References: <bug-35545-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-12/txt/msg01629.txt.bz2
Content-length: 1048

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #11 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Author: hubicka
Date: Tue Dec 17 23:41:41 2013
New Revision: 206073

URL: http://gcc.gnu.org/viewcvs?rev 6073&root=gcc&view=rev
Log:
    PR middle-end/35545
    * tree-vrp.c (extract_range_from_unary_expr_1): Handle OBJ_TYPE_REF.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vrp.c



Author: hubicka
Date: Tue Dec 17 23:43:22 2013
New Revision: 206074

URL: http://gcc.gnu.org/viewcvs?rev 6074&root=gcc&view=rev
Log:
    PR middle-end/35545
    * gimple-fold.c (fold_gimple_assign): Attempt to devirtualize
    OBJ_TYPE_REF.
    (gimple_fold_stmt_to_constant_1): Bypass OBJ_TYPE_REF wrappers.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-fold.c


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

* [Bug c++/35535] stl_vector.h Compilation error
       [not found] <bug-35535-4@http.gcc.gnu.org/bugzilla/>
  2013-12-17 23:41 ` hubicka at gcc dot gnu.org
@ 2013-12-17 23:43 ` hubicka at gcc dot gnu.org
  2013-12-18 10:29 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 8+ messages in thread
From: hubicka at gcc dot gnu.org @ 2013-12-17 23:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Tue Dec 17 23:43:22 2013
New Revision: 206074

URL: http://gcc.gnu.org/viewcvs?rev=206074&root=gcc&view=rev
Log:
    PR middle-end/35535
    * gimple-fold.c (fold_gimple_assign): Attempt to devirtualize
    OBJ_TYPE_REF.
    (gimple_fold_stmt_to_constant_1): Bypass OBJ_TYPE_REF wrappers.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-fold.c


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

* [Bug c++/35535] stl_vector.h Compilation error
       [not found] <bug-35535-4@http.gcc.gnu.org/bugzilla/>
@ 2013-12-17 23:41 ` hubicka at gcc dot gnu.org
  2013-12-17 23:43 ` hubicka at gcc dot gnu.org
  2013-12-18 10:29 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 8+ messages in thread
From: hubicka at gcc dot gnu.org @ 2013-12-17 23:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Tue Dec 17 23:41:41 2013
New Revision: 206073

URL: http://gcc.gnu.org/viewcvs?rev=206073&root=gcc&view=rev
Log:
    PR middle-end/35535
    * tree-vrp.c (extract_range_from_unary_expr_1): Handle OBJ_TYPE_REF.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vrp.c


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

end of thread, other threads:[~2013-12-18 10:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-11  5:19 [Bug c++/35535] New: stl_vector.h Compilation error dileeshjostin at rediffmail dot com
2008-03-11 11:43 ` [Bug c++/35535] " pinskia at gcc dot gnu dot org
2008-03-12  9:14 ` dileeshjostin at rediffmail dot com
2008-03-22 23:32 ` fang at csl dot cornell dot edu
2009-07-27 18:30 ` paolo dot carlini at oracle dot com
     [not found] <bug-35535-4@http.gcc.gnu.org/bugzilla/>
2013-12-17 23:41 ` hubicka at gcc dot gnu.org
2013-12-17 23:43 ` hubicka at gcc dot gnu.org
2013-12-18 10:29 ` burnus at gcc dot gnu.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).