[Bug middle-end/61677] False positive with -Wmaybe-uninitialized (test case included)

2014-07-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61677 --- Comment #1 from Andreas Schwab --- That's why it's called -W*maybe*-uninitialized, false positives are expected.

[Bug tree-optimization/61681] [4.9/4.10 Regression] wrong code at -Os and above on x86_64-linux-gnu

2014-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61681 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/61682] [4.10 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61682 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-07-02 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #17 from Arjen Markus --- Hi Jerry, thank you very much for looking into this problem. I stopped reducing the test case because I thought it had to do with pack creating a temporary array, but obviously the problem has nothing to do

[Bug c++/61382] parameter pack expansion unexpected order

2014-07-02 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61382 --- Comment #11 from Brooks Moses --- (In reply to Jason Merrill from comment #10) > Thanks. Does removing "PUSH_ARGS_REVERSED &&" from the cp_gimplify_expr > change fix it? Nope -- I just gave it a try, and it doesn't seem to change things. S

[Bug c++/61382] parameter pack expansion unexpected order

2014-07-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61382 --- Comment #10 from Jason Merrill --- (In reply to Brooks Moses from comment #9) > FWIW, the new initlist86.C test that this adds is failing on the > google/gcc-4_9 branch on powerpc64le and aarch64, though it passes on > x86_64. I haven't yet

[Bug c++/61683] New: decltype-specifier not accepted as mem-initializer-id

2014-07-02 Thread bbi5291 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61683 Bug ID: 61683 Summary: decltype-specifier not accepted as mem-initializer-id Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/51253] [C++11][DR 1030] Evaluation order (sequenced-before relation) among initializer-clauses in braced-init-list

2014-07-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51253 --- Comment #19 from Jason Merrill --- That's odd. Can you investigate further?

[Bug c++/61382] parameter pack expansion unexpected order

2014-07-02 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61382 Brooks Moses changed: What|Removed |Added CC||brooks at gcc dot gnu.org --- Comment #9

[Bug libstdc++/58393] Please relax feature check for std::to_string and std::sto* for uClibc

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/61682] New: wrong code at -O3 on x86_64-linux-gnu

2014-07-02 Thread su at cs dot ucdavis.edu
version 4.10.0 20140702 (experimental) [trunk revision 212218] (GCC) $ $ gcc-trunk -O2 small.c; a.out $ gcc-4.9 -O3 small.c; a.out $ $ gcc-trunk -O3 small.c $ a.out Aborted (core dumped) $ -- int a, b; static int *c = &b; int main () { int *d = &a; for (

[Bug tree-optimization/61681] New: wrong code at -Os and above on x86_64-linux-gnu

2014-07-02 Thread su at cs dot ucdavis.edu
Thread model: posix gcc version 4.10.0 20140702 (experimental) [trunk revision 212218] (GCC) $ $ gcc-trunk -O1 small.c; a.out 0 $ gcc-4.8 -Os small.c; a.out 0 $ $ gcc-trunk -Os small.c; a.out 1 $ gcc-4.9 -Os small.c; a.out 1 $ --- int printf (const char

[Bug fortran/61680] New: vectorization gives wrong answer for sandybridge target

2014-07-02 Thread longb at cray dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61680 Bug ID: 61680 Summary: vectorization gives wrong answer for sandybridge target Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priori

[Bug bootstrap/61679] New: build fails with G++ 4.5.1 - prototype for hash_table does not match any in class

2014-07-02 Thread gary at intrepid dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61679 Bug ID: 61679 Summary: build fails with G++ 4.5.1 - prototype for hash_table does not match any in class Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severi

[Bug c++/61678] New: internal compiler error: in expand_expr_real_1, at expr.c:9467

2014-07-02 Thread larsbj at gullik dot net
/cfgexpand.c:3354 0x6c656a expand_gimple_basic_block ../../gcc/gcc/cfgexpand.c:5192 0x6c8166 execute ../../gcc/gcc/cfgexpand.c:5799 This is with $ /opt/gcc/gcc-trunk/bin/g++ --version g++ (GCC) 4.10.0 20140702 (experimental)

[Bug c/61677] New: False positive with -Wmaybe-uninitialized (test case included)

2014-07-02 Thread josh at joshtriplett dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61677 Bug ID: 61677 Summary: False positive with -Wmaybe-uninitialized (test case included) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/58393] Please relax feature check for std::to_string and std::sto* for uClibc

2014-07-02 Thread thomas.petazz...@free-electrons.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393 Thomas Petazzoni changed: What|Removed |Added CC||thomas.petazzoni@free-elect

[Bug target/58693] GCC aarch64 arm_neon.h inconsistent with Apple clang arm64 arm_neon.h

2014-07-02 Thread lennox at cs dot columbia.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58693 --- Comment #3 from Jonathan Lennox --- As the original poster, I agree -- GCC Aarch64 should implement the intrinsics in ACLE 2.0 (Neon and otherwise), and so should Clang. At the time I filed the bug ACLE 2.0 hadn't been made public yet. Mark

[Bug target/58693] GCC aarch64 arm_neon.h inconsistent with Apple clang arm64 arm_neon.h

2014-07-02 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58693 jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added CC||jgreenhalgh at gcc dot gn

[Bug fortran/61676] New: Allocatable string as type component causes compile time segmentation fault

2014-07-02 Thread i.thompson at lboro dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61676 Bug ID: 61676 Summary: Allocatable string as type component causes compile time segmentation fault Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: nor

[Bug target/61622] internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1508

2014-07-02 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61622 --- Comment #6 from Mikael Pettersson --- This _is_ a dup of PR57431 -- unfortunately PR57431 didn't fill out the "known to work" or "known to fail" fields, so you might think it only applied to trunk-to-be-4.9.0, but in fact its test case also I

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

2014-07-02 Thread 3dw4rd at verizon dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58155 --- Comment #1 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- Created attachment 33053 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33053&action=edit Patch to not warn if skipping. I still need a testcase or two. 2014-07-02 Edwar

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-07-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 --- Comment #22 from David Edelsohn --- It is specific functionality that has not yet been implemented for 64 bit AIX. It works for 32 bit AIX.

[Bug c++/61674] The destructor of a simple class is removed by optimization

2014-07-02 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61674 baoshan changed: What|Removed |Added CC||pangbw at gmail dot com --- Comment #5 from ba

[Bug c/61675] Wrong code generation for 32-bit x86 with i686-w64-mingw32

2014-07-02 Thread oliverst at online dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61675 --- Comment #1 from Oliver Stoeneberg --- Sorry, I forgot the data for the ubuntu 14.04 MinGW compiler: Using built-in specs. COLLECT_GCC=i686-w64-mingw32-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-w64-mingw32/4.8/lto-wrapper Target: i686-w64-min

[Bug c/61675] Wrong code generation for 32-bit x86 with i686-w64-mingw32

2014-07-02 Thread oliverst at online dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61675 --- Comment #2 from Oliver Stoeneberg --- Created attachment 33052 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33052&action=edit The preprocessed file using GCC 4.8.2

[Bug c/61675] New: Wrong code generation for 32-bit x86 with i686-w64-mingw32

2014-07-02 Thread oliverst at online dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61675 Bug ID: 61675 Summary: Wrong code generation for 32-bit x86 with i686-w64-mingw32 Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Pri

[Bug rtl-optimization/61673] [4.9/4.10 Regression] Miscompilation of _gnutls_hostname_compare on s390

2014-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61673 --- Comment #1 from Jakub Jelinek --- Created attachment 33050 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33050&action=edit gcc49-pr61673.patch Untested fix.

[Bug pch/60010] AArch64: sigsegv in cc1plus using pch without defining TRY_EMPTY_VM_SPACE

2014-07-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60010 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61674] The destructor of a simple class is removed by optimization

2014-07-02 Thread A.Finch at lancaster dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61674 --- Comment #4 from Alex Finch --- I should add that this problem was not observed in gcc 4.4.7 and earlier.

[Bug c++/61674] The destructor of a simple class is removed by optimization

2014-07-02 Thread A.Finch at lancaster dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61674 --- Comment #2 from Alex Finch --- Created attachment 33048 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33048&action=edit source file source file attached

[Bug c++/61674] The destructor of a simple class is removed by optimization

2014-07-02 Thread A.Finch at lancaster dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61674 --- Comment #3 from Alex Finch --- Created attachment 33049 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33049&action=edit header file header file attached

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-07-02 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #16 from Jerry DeLisle --- There is nothing special about the 5227, more to do with array size. I did go to the official mingw site and used thier "get" utility and installled the latest of everything and get the exact same result wi

[Bug c++/61674] The destructor of a simple class is removed by optimization

2014-07-02 Thread A.Finch at lancaster dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61674 --- Comment #1 from Alex Finch --- Created attachment 33047 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33047&action=edit .ii file zipped to get under 1000 byte limit added .ii file

[Bug c++/61674] New: The destructor of a simple class is removed by optimization

2014-07-02 Thread A.Finch at lancaster dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61674 Bug ID: 61674 Summary: The destructor of a simple class is removed by optimization Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Pr

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-07-02 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 --- Comment #4 from Tejas Belagod --- (In reply to ktkachov from comment #3) > I can't reproduce this with current trunk either. > Tejas, do you think this can be closed? I remember the ICE was quite sensitive to any small change to the test cas

[Bug rtl-optimization/61673] New: [4.9/4.10 Regression] Miscompilation of _gnutls_hostname_compare on s390

2014-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61673 Bug ID: 61673 Summary: [4.9/4.10 Regression] Miscompilation of _gnutls_hostname_compare on s390 Product: gcc Version: 4.9.1 Status: UNCONFIRMED Keywords: wrong-

[Bug ipa/61144] [4.9/4.10 Regression] Invalid optimizations for extern vars with local weak definitions

2014-07-02 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 --- Comment #24 from Rich Felker --- On Wed, Jul 02, 2014 at 12:22:40PM +, patrick at parcs dot ath.cx wrote: > It looks like this bug has been recently fixed in the trunk (no testsuite > addition however). I'm not sure what its status is on

[Bug go/61620] FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g

2014-07-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61620 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/61620] FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g

2014-07-02 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61620 --- Comment #1 from ian at gcc dot gnu.org --- Author: ian Date: Wed Jul 2 14:23:45 2014 New Revision: 212233 URL: https://gcc.gnu.org/viewcvs?rev=212233&root=gcc&view=rev Log: PR go/61620 runtime: Don't free tiny blocks in map deletion.

[Bug target/61062] vzip and vuzp execution tests fail on armeb

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61062 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||armeb* Status|N

[Bug rtl-optimization/61672] New: Less redundant instructions deleted by pre_delete after r208113.

2014-07-02 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61672 Bug ID: 61672 Summary: Less redundant instructions deleted by pre_delete after r208113. Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug pch/60010] AArch64: sigsegv in cc1plus using pch without defining TRY_EMPTY_VM_SPACE

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60010 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug target/61345] [4.10 Regression] ICE (segfault) in combine while compiling the linux kernel

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61345 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC

[Bug target/60580] aarch64 generates wrong code for __attribute__ ((optimize("no-omit-frame-pointer")))

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60580 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug preprocessor/60723] Line directives with incorrect system header flag

2014-07-02 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 --- Comment #18 from Dodji Seketeli --- Thanks Christophe, The attached patch above should hopefully fix the issue it was causing. Is there a chance that you test that it doesn't break your arm build before I try to commit it again? Thanks in

[Bug preprocessor/60723] Line directives with incorrect system header flag

2014-07-02 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 Dodji Seketeli changed: What|Removed |Added Attachment #33010|0 |1 is obsolete|

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC

[Bug target/59843] ICE with return of generic vector on aarch64

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59843 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED CC

[Bug driver/61651] Cross compiler will use host as eroneously

2014-07-02 Thread martin at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61651 --- Comment #1 from Martin Husemann --- Passing AS_FOR_TARGET (and friends) in the configure environment does not help, but explicitly adding --with-as=.. does fix the issue. So this looks like a pure configure bug.

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/29349] mode switching is inefficient both at compile time and at run time

2014-07-02 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29349 chrbr at gcc dot gnu.org changed: What|Removed |Added CC||chrbr at gcc dot gnu.org --- C

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-07-02 Thread chandrakm at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 --- Comment #21 from Krishnamoorthy C --- (In reply to David Edelsohn from comment #20) > This probably is related to PR 28586. The detail that the failure occurs > when exceptions are thrown within constructors was important. > > MD_FALLBACK_FR

[Bug ipa/61671] [4.10 regression] lto1: ICE in types_same_for_odr, at ipa-devirt.c:365

2014-07-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61671 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug ipa/61671] [4.10 regression] lto1: ICE in types_same_for_odr, at ipa-devirt.c:365

2014-07-02 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61671 --- Comment #2 from Dmitry G. Dyachenko --- class A { public: virtual int GetNilString(); }; class B { public: B(A *p1) { p1->GetNilString(); } }; template class F : B { public: F(int) : B(StringTraits::GetDefaultManager()) {} }; class CD

[Bug target/61637] C++ program does not catch exceptions on AIX 7.1

2014-07-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637 David Edelsohn changed: What|Removed |Added Keywords||EH Target|

[Bug ipa/61671] [4.10 regression] lto1: ICE in types_same_for_odr, at ipa-devirt.c:365

2014-07-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61671 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ipa/61144] [4.9/4.10 Regression] Invalid optimizations for extern vars with local weak definitions

2014-07-02 Thread patrick at parcs dot ath.cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 patrick at parcs dot ath.cx changed: What|Removed |Added CC||patrick at parcs dot ath.cx

[Bug ipa/61671] New: [4.10 regression] lto1: ICE in types_same_for_odr, at ipa-devirt.c:365

2014-07-02 Thread dimhen at gmail dot com
--enable-version-specific-runtime-libs --enable-static Thread model: posix gcc version 4.10.0 20140702 (experimental) [trunk revision 212219] (GCC) $ /usr/local/gcc_current/bin/g++ -O -flto -c au.ii -o au.o $ /usr/local/gcc_current/bin/g++ -shared au.o -flto -o au.so In function 'fn1': lto1

[Bug c++/61670] New: ICE on invalid in tree_nop_conversion

2014-07-02 Thread dimhen at gmail dot com
--enable-static Thread model: posix gcc version 4.10.0 20140702 (experimental) [trunk revision 212219] (GCC) [dimhen@dim x]$ /usr/local/gcc_current/bin/g++ -c au.ii -o au.o au.ii:3:3: error: expected ';' at end of member declaration 0 ^ au.ii: In instantiation of 'class A': a

[Bug fortran/61669] New: Error recovery ICE

2014-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61669 Bug ID: 61669 Summary: Error recovery ICE Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: un

[Bug c++/61668] Division returns an error in some cases

2014-07-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 --- Comment #7 from Andreas Schwab --- Don't try to emulate decimal arithmetics with binary arithmetics.

[Bug c++/61668] Division returns an error in some cases

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 --- Comment #6 from Jonathan Wakely --- See also https://gcc.gnu.org/bugs/#nonbugs

[Bug c++/61668] Division returns an error in some cases

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 Jonathan Wakely changed: What|Removed |Added Severity|critical|normal --- Comment #5 from Jonathan Wa

[Bug c++/61668] Division returns an error in some cases

2014-07-02 Thread ketelbinkje at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 Peter Ketel changed: What|Removed |Added Severity|normal |critical --- Comment #4 from Peter Ketel

[Bug c++/61668] Division returns an error in some cases

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 Jonathan Wakely changed: What|Removed |Added Severity|critical|normal --- Comment #3 from Jonathan Wa

[Bug c++/61668] Division returns an error in some cases

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/61667] setting max_load_factor of unordered_map cause buckets shrink

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61667 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61668] Division returns an error in some cases

2014-07-02 Thread ketelbinkje at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 --- Comment #1 from Peter Ketel --- Created attachment 33044 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33044&action=edit The next division returns the correct result

[Bug c++/61668] New: Division returns an error in some cases

2014-07-02 Thread ketelbinkje at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668 Bug ID: 61668 Summary: Division returns an error in some cases Product: gcc Version: unknown Status: UNCONFIRMED Severity: critical Priority: P3 Component: c++

[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59937 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug libstdc++/61667] New: setting max_load_factor of unordered_map cause buckets shrink

2014-07-02 Thread tinrow at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61667 Bug ID: 61667 Summary: setting max_load_factor of unordered_map cause buckets shrink Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/58753] Brace-initializing a vector with a direct-initialization NSDMI doesn't work in a template

2014-07-02 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58753 --- Comment #18 from christophe.lyon at st dot com --- Actually fixed by followup commit 212208. Sorry for the noise.

[Bug c++/58753] Brace-initializing a vector with a direct-initialization NSDMI doesn't work in a template

2014-07-02 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58753 christophe.lyon at st dot com changed: What|Removed |Added CC||christophe.lyon at st dot