http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58564
--- Comment #3 from John Regehr ---
Kai, this is a real bug, please reopen it.
Here is what I get out of -fdump-tree-original:
b = (int) (d == &c && a != 1);
This is wrong.
One way to illustrate the problem is to remove the useless comma ope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58562
--- Comment #4 from Joshua N Pritikin ---
(In reply to Jonathan Wakely from comment #2)
> That usually means "your code is buggy"
>
> That's the point of debug mode, it will abort instead of silently ignoring
> your buggy code.
Rockstar programm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58562
--- Comment #3 from Joshua N Pritikin ---
Created attachment 30925
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30925&action=edit
C++ source code to reproduce problem
With -D_GLIBCXX_DEBUG, fails with:
/usr/include/c++/4.7/bits/stl_heap.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58562
--- Comment #2 from Jonathan Wakely ---
> If I turn off -D_GLIBCXX_DEBUG then the code works fine.
That usually means "your code is buggy"
That's the point of debug mode, it will abort instead of silently ignoring your
buggy code.
Please provid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58569
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58564
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58564
Mikael Pettersson changed:
What|Removed |Added
CC||ktietz at gcc dot gnu.org,
--disable-werror
--enable-checking=release --with-gmp=/usr/local/gcc-trunk
--with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk
--with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk
Thread model: posix
gcc version 4.9.0 20130928 (experimental) [trunk revision 203003] (GCC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568
Paolo Carlini changed:
What|Removed |Added
Summary|[4.8/4.9 Regression]|[4.8/4.9 Regression]
|[
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58500
Volker Reichelt changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58569
Bug ID: 58569
Summary: Compilation error when copying class which contains
multiple std::function
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: norma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568
Bug ID: 58568
Summary: [4.8/4.9 Regression] ICE with lambda in invalid
template variable definition
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: nor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58567
Bug ID: 58567
Summary: [4.8/4.9 Regression] ICE with invalid loop variable in
template using openmp
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: nor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58565
Paolo Carlini changed:
What|Removed |Added
Summary|[c++0x] ICE with label in |[c++11] ICE with label in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58566
Paolo Carlini changed:
What|Removed |Added
Summary|[c++0x] ICE with invalid|[c++11] ICE with invalid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58566
Bug ID: 58566
Summary: [c++0x] ICE with invalid expression in lambda body
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58565
Bug ID: 58565
Summary: [c++0x] ICE with label in statement expression
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483
--- Comment #4 from dennis luehring ---
rechecked with latest clang 3.3(3.4) on http://gcc.godbolt.org/
reduces both cases std::array and std::vector down to
return 160
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58562
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58563
Paolo Carlini changed:
What|Removed |Added
Summary|[c++0x] ICE calling invalid |[c++11] ICE calling invalid
piler-install/gcc-r203005-install
--enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc version 4.9.0 20130928 (experimental) (GCC)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58563
Bug ID: 58563
Summary: [c++0x] ICE calling invalid destructor
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58562
Bug ID: 58562
Summary: std::sort fails with -D_GLIBCXX_DEBUG enabled, whose
bug?
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: normal
Prior
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58547
John David Anglin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58561
Bug ID: 58561
Summary: [c++0x] ICE using declaration of function with auto in
return type
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58560
Bug ID: 58560
Summary: [4.7/4.8/4.9 Regression] ICE with auto in typedef
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58559
Bug ID: 58559
Summary: Underlying type of enum is hybrid of int and unsigned
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58558
Stephen Kitt changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58079
Stephen Kitt changed:
What|Removed |Added
CC||steve at sk2 dot org
--- Comment #8 from S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51048
--- Comment #4 from Cameron ---
Comment on attachment 30923
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30923
Self contained test case to reproduce bug 51048
Tested with g++ 4.8.1. g++ -v yields:
Using built-in specs.
COLLECT_GCC=g++
COLL
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51048
--- Comment #3 from Cameron ---
Created attachment 30923
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30923&action=edit
Self contained test case to reproduce bug 51048
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58558
--- Comment #1 from Mikael Pettersson ---
I can reproduce the ICE with gcc-4.8-20130926 configured as a cross to
mips64-linux. Backporting the PR58079 fix in r201609 fixes the ICE.
Thus, please close this one as a duplicate of PR58079.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58555
--- Comment #3 from Markus Trippelsdorf ---
(In reply to Paolo Carlini from comment #2)
> I think this is for Honza
Yes. Started with r202185 .
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58558
Bug ID: 58558
Summary: [Regression] ICE when building mednafen with -O2 on
mips and mipsel on gcc 4.8.1 and 4.9.0
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58555
Paolo Carlini changed:
What|Removed |Added
CC||hubicka at ucw dot cz
--- Comment #2 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
--- Comment #27 from Iain Sandoe ---
patch posted.
http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02066.html
A deleted scene on the DVD eventually solved this mystery. June 19, 2008 after
a delay of 4 days.
Tim Jones ran unopposed again in November, 2010 to win his third term in the
Missouri House. EMT Madrid bus service use CNG motors in 351 regular buses.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58557
--- Comment #1 from Tobias Burnus ---
Also the following fails:
call sub_class2(f_type_array())
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58557
Bug ID: 58557
Summary: [OOP] Issues with CLASS/TYPE functions in array
constructors: reject valid, memory leaks, invalid free
Product: gcc
Version: 4.9.0
Status: UNCONFIRM
40 matches
Mail list logo