[Bug rtl-optimization/57662] [4.9 Regression] ICE: SIGSEGV in code_motion_process_successors with -fschedule-insns2 -fselective-scheduling2

2013-08-14 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57662 --- Comment #4 from Andrey Belevantsev abel at gcc dot gnu.org --- Created attachment 30650 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30650action=edit proposed patch When moving up an instruction, we can make empty basic blocks or create

[Bug ada/58151] New: conflict of writable function parameter in construct with arbitrary order of evaluation is often a spurious error

2013-08-14 Thread prosfilaes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58151 Bug ID: 58151 Summary: conflict of writable function parameter in construct with arbitrary order of evaluation is often a spurious error Product: gcc Version:

[Bug c++/55540] The C++ literal -9223372036854775808 is misinterpreted

2013-08-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55540 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/56260] [C++11] GCC hangs/crashes on potentially invalid source

2013-08-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56260 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Keywords|

[Bug target/58152] New: ARM: unnecessary push before call to noreturn function

2013-08-14 Thread jay.foad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58152 Bug ID: 58152 Summary: ARM: unnecessary push before call to noreturn function Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug middle-end/58145] [Regression]: volatileness of write is discarded, perhaps in lim1 related to loop optimizations

2013-08-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Attachment #30648|0 |1 is

[Bug libstdc++/58153] New: unordered_multimap::erase(iterator) is not constant-time when many entries have the same key

2013-08-14 Thread temporal at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58153 Bug ID: 58153 Summary: unordered_multimap::erase(iterator) is not constant-time when many entries have the same key Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug libstdc++/58153] unordered_multimap::erase(iterator) is not constant-time when many entries have the same key

2013-08-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58153 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- (In reply to Kenton Varda from comment #0) I do not know exactly what the standard requires here, but all of the references I can find claim that erase(iter) should be average-time

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #9 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Wed Aug 14 09:09:58 2013 New Revision: 201720 URL: http://gcc.gnu.org/viewcvs?rev=201720root=gccview=rev Log: PR target/58067 * config/i386/i386.c

[Bug libstdc++/58153] unordered_multimap::erase(iterator) is not constant-time when many entries have the same key

2013-08-14 Thread temporal at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58153 --- Comment #2 from Kenton Varda temporal at gmail dot com --- The standard says average case O(1), worst case O(a.size()), so if every element in the container has the same key then it's O(n). I'm not sure that follows. Yes, the standard says

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2013-08-14 Thread jnahughes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 JamesH jnahughes at googlemail dot com changed: What|Removed |Added CC||jnahughes at

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-14 Thread ExtraLeveLInSoftware at ntlworld dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 --- Comment #1 from Ellis N. Thomas ExtraLeveLInSoftware at ntlworld dot com --- Created attachment 30654 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30654action=edit Source code showing problem handling the exception (TryStdIP3) Further

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-14 Thread ExtraLeveLInSoftware at ntlworld dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 --- Comment #2 from Ellis N. Thomas ExtraLeveLInSoftware at ntlworld dot com --- Further Information about the Exception Added extra others handler for Unexpected exceptions to TryStdIP3. Compiled: bash gnatmake TryStdIP3.ada gcc -c -x

[Bug middle-end/58106] ICE: in ipa_edge_duplication_hook, at ipa-prop.c:2839

2013-08-14 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58106 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c/58154] New: if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread alexander.huemer at xx dot vu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 Bug ID: 58154 Summary: if declaration and definition of a function differ in scope, emit a warning Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread alexander.huemer at xx dot vu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 Alexander Huemer alexander.huemer at xx dot vu changed: What|Removed |Added Resolution|INVALID |FIXED

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Resolution|FIXED |INVALID ---

[Bug c++/58155] New: -Wliteral-suffix warns about tokens which are skipped by preprocessor

2013-08-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58155 Bug ID: 58155 Summary: -Wliteral-suffix warns about tokens which are skipped by preprocessor Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords:

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread alexander.huemer at xx dot vu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 --- Comment #4 from Alexander Huemer alexander.huemer at xx dot vu --- Maybe I really do not correctly understand the difference between storage class and linkage. To me it seems like in one case the linkage of a function is inherited from the

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 --- Comment #5 from Andreas Schwab sch...@linux-m68k.org --- All references are from N1570.

[Bug rtl-optimization/57459] [4.8 Regression] LRA inheritance bug

2013-08-14 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57459 --- Comment #9 from Vladimir Makarov vmakarov at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #8) Created attachment 30643 [details] rh995446.i We've got this reported in https://bugzilla.redhat.com/show_bug.cgi?id=995446 too.

[Bug rtl-optimization/57459] [4.8 Regression] LRA inheritance bug

2013-08-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57459 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/58152] ARM: unnecessary push before call to noreturn function

2013-08-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58152 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- This is expected behavior as noreturn functions are not sibcalled optimized. The main reason is that even without debugging information, you want to find out where the noreturn

[Bug target/58105] wrong code generation for multiversioned functions

2013-08-14 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58105 --- Comment #4 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Sorry to bother you... With Richard's E-mail today he approved this patch. Could you as i386-port maintainer please do the check-in for me? Thanks.

[Bug c++/58156] New: c++11 bogus ambigous overload with variadic template

2013-08-14 Thread ppluzhnikov at google dot com
(a); } /// --- cut --- The test compiles with Clang, errors with current trunk GCC: g++ (GCC) 4.9.0 20130814 (experimental) g++ -c t.cc -std=c++11 t.cc: In function ‘void Bar()’: t.cc:9:14: error: call of overloaded ‘Foo(const int)’ is ambiguous Fooint(a); ^ t.cc:9:14: note: candidates

[Bug middle-end/58145] [Regression]: volatileness of write is discarded, perhaps in lim1 related to loop optimizations

2013-08-14 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145 --- Comment #3 from Hans-Peter Nilsson hp at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #2) Created attachment 30653 [details] gcc49-pr58145.patch Updated patch. Thank you very much, Jakub! The missing opportunity to learn

[Bug fortran/58157] New: ICE on character function with len given by a PURE function

2013-08-14 Thread dcesari69 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58157 Bug ID: 58157 Summary: ICE on character function with len given by a PURE function Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/52641] Test cases fail for 16-bit int targets

2013-08-14 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52641 Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug target/58152] ARM: unnecessary push before call to noreturn function

2013-08-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58152 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/10837] noreturn attribute causes no sibling calling optimization

2013-08-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10837 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||jay.foad at

[Bug target/57907] warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch [enabled by default]

2013-08-14 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/58157] ICE on character function with len given by a PURE function

2013-08-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58157 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 --- Comment #6 from Mikael Morin mikael at gcc dot gnu.org --- further reduced test below. Fails with trunk-20130619 and 4.7.3 here. And works with 4.8-20130416. module matrix type :: sparse_matrix integer :: max_degree end type end

[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 --- Comment #7 from Mikael Morin mikael at gcc dot gnu.org --- (In reply to Mikael Morin from comment #5) I suppose the following is happening (based on Janus' test): [...] This may well be wrong as the typebound procedure in the

[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 --- Comment #8 from Mikael Morin mikael at gcc dot gnu.org --- Created attachment 30656 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30656action=edit tentative hack For some reason this patch fixes the internal error on comment #6, but not

[Bug target/58158] New: internal compiler error: in extract_insn, at recog.c:2150 while compiling ImageMagick on mipsel

2013-08-14 Thread aaro.koskinen at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158 Bug ID: 58158 Summary: internal compiler error: in extract_insn, at recog.c:2150 while compiling ImageMagick on mipsel Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug fortran/58146] Array slice bounds checking

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc dot

[Bug fortran/58157] ICE on character function with len given by a PURE function

2013-08-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58157 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/58146] Array slice bounds checking

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #5 from Mikael Morin mikael at gcc dot gnu.org --- (In reply to Mikael Morin from comment #4) (In reply to Thomas Koenig from comment #0) neither does it do so with -fcheck=all at runtime: There is no out of bound at run time

[Bug target/58139] PowerPC volatile VSX register live across call

2013-08-14 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139 Peter Bergner bergner at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug libstdc++/58159] New: unique_ptr::reset should have debug assertion for self-reset

2013-08-14 Thread gromer at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58159 Bug ID: 58159 Summary: unique_ptr::reset should have debug assertion for self-reset Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug libstdc++/58159] unique_ptr::reset should have debug assertion for self-reset

2013-08-14 Thread gromer at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58159 Geoff Romer gromer at google dot com changed: What|Removed |Added CC||gromer at google

[Bug libstdc++/58159] unique_ptr::reset should have debug assertion for self-reset

2013-08-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58159 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- What if the deleter doesn't actually destroy the object, and doing self-reset is used as a crazy way to trigger the deleter to do something with the pointer, but not to alter the

[Bug libstdc++/58159] unique_ptr::reset should have debug assertion for self-reset

2013-08-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58159 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- I'm also a little concerned that doing a self-reset followed by release() is indeed valid ... but probably rare enough that we can still assert anyway at the time of the self-reset.

[Bug c++/51912] [C++11] G++ accepts floating point case labels

2013-08-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51912 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/58159] unique_ptr::reset should have debug assertion for self-reset

2013-08-14 Thread gromer at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58159 --- Comment #3 from Geoff Romer gromer at google dot com --- What's the standard of review here? If we can only assert on undefined behavior, even in debug mode, then this just can't be done (although maybe we should make this undefined in the

[Bug libstdc++/58159] unique_ptr::reset should have debug assertion for self-reset

2013-08-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58159 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org --- I think all existing Debug Mode checks only trigger for genuine undefined behaviour

[Bug target/58160] New: Power8 fusion support has a bug that shows up in running spec 2006

2013-08-14 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58160 Bug ID: 58160 Summary: Power8 fusion support has a bug that shows up in running spec 2006 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/58145] [Regression]: volatileness of write is discarded, perhaps in lim1 related to loop optimizations

2013-08-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/57949] [powerpc64] Structure parameter alignment issue with vector extensions

2013-08-14 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57949 Bill Schmidt wschmidt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/58159] unique_ptr::reset should have debug assertion for self-reset

2013-08-14 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58159 Paul Pluzhnikov ppluzhnikov at google dot com changed: What|Removed |Added CC|

[Bug target/58160] Power8 fusion support has a bug that shows up in running spec 2006

2013-08-14 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58160 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/58161] New: internal compiler error while compiling SemaDeclCXX.cpp

2013-08-14 Thread SebastiansPublicAddress at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58161 Bug ID: 58161 Summary: internal compiler error while compiling SemaDeclCXX.cpp Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: blocker

[Bug c++/58161] internal compiler error while compiling SemaDeclCXX.cpp

2013-08-14 Thread SebastiansPublicAddress at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58161 --- Comment #1 from SebastiansPublicAddress at googlemail dot com --- Created attachment 30658 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30658action=edit preprocessed file compressed because of file size limit

[Bug c++/58161] internal compiler error while compiling SemaDeclCXX.cpp

2013-08-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58161 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Severity|blocker |normal ---

[Bug middle-end/58143] wrong code at -O3 on x86_64-linux-gnu

2013-08-14 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58143 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||hubicka at gcc

[Bug fortran/58146] Array slice bounds checking

2013-08-14 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #6 from Thomas Koenig tkoenig at gcc dot gnu.org --- (In reply to Mikael Morin from comment #5) Technically a(n+1:n+4) is within the bounds, the out of bounds comes from the loop with a 5-sized array. The array expressions are not

[Bug c++/58161] internal compiler error while compiling SemaDeclCXX.cpp

2013-08-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58161 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/51912] [C++11] G++ accepts floating point case labels

2013-08-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51912 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/58162] New: [C++11] bogus error: use of deleted function 'constexpr A::A(const A)'

2013-08-14 Thread ppluzhnikov at google dot com
20130814 (experimental) g++ -c -std=c++11 t.cc t.cc: In constructor ‘constexpr B::B()’: t.cc:6:8: error: use of deleted function ‘constexpr A::A(const A)’ struct B { ^ t.cc:1:8: note: ‘constexpr A::A(const A)’ is implicitly declared as deleted because ‘A’ declares a move constructor

[Bug libstdc++/58163] New: [C++11] Pedantic assert on str[str.size()] is wrong in C++11

2013-08-14 Thread ppluzhnikov at google dot com
; if (s[0] != '\0') return 2; return 0; } /// --- cut --- Using trunk gcc g++ (GCC) 4.9.0 20130814 (experimental) g++ -g t.cc -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG -std=c++11 ./a.out /gcc-svn-install/include/c++/4.9.0/bits/basic_string.h:848: std::basic_string_CharT, _Traits, _Alloc::reference

[Bug libstdc++/58163] [C++11] Pedantic assert on str[str.size()] is wrong in C++11

2013-08-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58163 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug target/58160] Power8 fusion support has a bug that shows up in running spec 2006

2013-08-14 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58160 --- Comment #2 from Michael Meissner meissner at gcc dot gnu.org --- Created attachment 30659 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30659action=edit Proposed patch to fix problem

[Bug target/58160] Power8 fusion support has a bug that shows up in running spec 2006

2013-08-14 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58160 --- Comment #3 from Michael Meissner meissner at gcc dot gnu.org --- I forgot to mention, with this patch, I have built and successfully run 403.gcc and 435.gromacs using the -O2 -m32 -mcpu=power7 -mtune=power8 options that broke 403.gcc, and also

[Bug libstdc++/58163] [C++11] Pedantic assert on str[str.size()] is wrong in C++11

2013-08-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58163 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/58163] [C++11] Pedantic assert on str[str.size()] is wrong in C++11

2013-08-14 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58163 --- Comment #3 from Paul Pluzhnikov ppluzhnikov at google dot com --- The fix: http://gcc.gnu.org/git/?p=gcc.git;a=commit;h=7e66313066525b0ce38e140e6d9c815e19d119bf I don't believe the test is quite correct: +// { dg-options -std=gnu++11

[Bug c/58164] New: internal compiler error: in make_decl_rtl, at varasm.c:1147

2013-08-14 Thread dirtyepic at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58164 Bug ID: 58164 Summary: internal compiler error: in make_decl_rtl, at varasm.c:1147 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/58164] internal compiler error: in make_decl_rtl, at varasm.c:1147

2013-08-14 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58164 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug objc/57428] Objective C exceptions completely broken in gcc 4.7

2013-08-14 Thread alp at rsu dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57428 Alexander Pyhalov alp at rsu dot ru changed: What|Removed |Added CC||alp at rsu dot ru

[Bug tree-optimization/58164] internal compiler error: in make_decl_rtl, at varasm.c:1147

2013-08-14 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58164 --- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org --- Similar invalid testcase. void foo (void) { int y; goto *y; }