[Bug c/58564] possible wrong code bug at -O0

2013-09-28 Thread regehr at cs dot utah.edu
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

[Bug libstdc++/58562] std::sort fails with -D_GLIBCXX_DEBUG enabled, whose bug?

2013-09-28 Thread jpritikin at pobox dot com
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

[Bug libstdc++/58562] std::sort fails with -D_GLIBCXX_DEBUG enabled, whose bug?

2013-09-28 Thread jpritikin at pobox dot com
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

[Bug libstdc++/58562] std::sort fails with -D_GLIBCXX_DEBUG enabled, whose bug?

2013-09-28 Thread redi at gcc dot gnu.org
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

[Bug c++/58569] Compilation error when a class contains multiple std::function

2013-09-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58569 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/58564] possible wrong code bug at -O0

2013-09-28 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58564 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/58564] possible wrong code bug at -O0

2013-09-28 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58564 Mikael Pettersson changed: What|Removed |Added CC||ktietz at gcc dot gnu.org,

[Bug tree-optimization/58570] New: wrong code at -Os and above on x86_64-linux-gnu (both 32-bit and 64-bit modes)

2013-09-28 Thread su at cs dot ucdavis.edu
--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

[Bug c++/58568] [4.8/4.9 Regression] [c++11] ICE with lambda in invalid template variable definition

2013-09-28 Thread paolo.carlini at oracle dot com
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] |[

[Bug c++/58500] [C++1y] Crash with auto in function parameter

2013-09-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58500 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/58569] New: Compilation error when copying class which contains multiple std::function

2013-09-28 Thread pierre.krieger1708 at gmail dot com
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

[Bug c++/58568] New: [4.8/4.9 Regression] ICE with lambda in invalid template variable definition

2013-09-28 Thread reichelt at gcc dot gnu.org
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

[Bug c++/58567] New: [4.8/4.9 Regression] ICE with invalid loop variable in template using openmp

2013-09-28 Thread reichelt at gcc dot gnu.org
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

[Bug c++/58565] [c++11] ICE with label in statement expression

2013-09-28 Thread paolo.carlini at oracle dot com
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

[Bug c++/58566] [c++11] ICE with invalid expression in lambda body

2013-09-28 Thread paolo.carlini at oracle dot com
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

[Bug c++/58566] New: [c++0x] ICE with invalid expression in lambda body

2013-09-28 Thread reichelt at gcc dot gnu.org
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:

[Bug c++/58565] New: [c++0x] ICE with label in statement expression

2013-09-28 Thread reichelt at gcc dot gnu.org
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++

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-09-28 Thread dl.soluz at gmx dot net
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

[Bug libstdc++/58562] std::sort fails with -D_GLIBCXX_DEBUG enabled, whose bug?

2013-09-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58562 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/58563] [c++11] ICE calling invalid destructor

2013-09-28 Thread paolo.carlini at oracle dot com
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

[Bug c/58564] New: possible wrong code bug at -O0

2013-09-28 Thread regehr at cs dot utah.edu
piler-install/gcc-r203005-install --enable-languages=c,c++ --disable-multilib Thread model: posix gcc version 4.9.0 20130928 (experimental) (GCC)

[Bug c++/58563] New: [c++0x] ICE calling invalid destructor

2013-09-28 Thread reichelt at gcc dot gnu.org
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++

[Bug libstdc++/58562] New: std::sort fails with -D_GLIBCXX_DEBUG enabled, whose bug?

2013-09-28 Thread jpritikin at pobox dot com
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

[Bug middle-end/58547] [4.9 Regression] rtlanal.c:5482:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

2013-09-28 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58547 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/58561] New: [c++0x] ICE using declaration of function with auto in return type

2013-09-28 Thread reichelt at gcc dot gnu.org
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

[Bug c++/58560] New: [4.7/4.8/4.9 Regression] ICE with auto in typedef

2013-09-28 Thread reichelt at gcc dot gnu.org
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:

[Bug c++/58559] New: Underlying type of enum is hybrid of int and unsigned

2013-09-28 Thread cyp561 at gmail dot com
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

[Bug c++/58558] [Regression] ICE when building mednafen with -O2 on mips and mipsel on gcc 4.8.1 and 4.9.0

2013-09-28 Thread steve at sk2 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58558 Stephen Kitt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/58079] internal compiler error: in do_SUBST, at combine.c:711

2013-09-28 Thread steve at sk2 dot org
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

[Bug c++/51048] Class template inheritance doesn't work well with function-local types

2013-09-28 Thread cameron314 at gmail dot com
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

[Bug c++/51048] Class template inheritance doesn't work well with function-local types

2013-09-28 Thread cameron314 at gmail dot com
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

[Bug c++/58558] [Regression] ICE when building mednafen with -O2 on mips and mipsel on gcc 4.8.1 and 4.9.0

2013-09-28 Thread mikpelinux at gmail dot com
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.

[Bug c++/58555] Floating point exception in want_inline_self_recursive_call_p

2013-09-28 Thread markus at trippelsdorf dot de
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 .

[Bug c++/58558] New: [Regression] ICE when building mednafen with -O2 on mips and mipsel on gcc 4.8.1 and 4.9.0

2013-09-28 Thread steve at sk2 dot org
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

[Bug c++/58555] Floating point exception in want_inline_self_recursive_call_p

2013-09-28 Thread paolo.carlini at oracle dot com
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

[Bug target/10901] non-local goto's don't work on darwin

2013-09-28 Thread iains at gcc dot gnu.org
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

Location of Sheridan within the U.

2013-09-28 Thread MomcinturfjyfDeujbbi
A deleted scene on the DVD eventually solved this mystery. June 19, 2008 after a delay of 4 days.

For Service in the Former Yugoslavia.

2013-09-28 Thread AleenPliaavnneygll
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.

[Bug fortran/58557] [OOP] Issues with CLASS/TYPE functions in array constructors: reject valid, memory leaks, invalid free

2013-09-28 Thread burnus at gcc dot gnu.org
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())

[Bug fortran/58557] New: [OOP] Issues with CLASS/TYPE functions in array constructors: reject valid, memory leaks, invalid free

2013-09-28 Thread burnus at gcc dot gnu.org
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