[Bug target/63783] [4.9/5 Regression] [SH] Miscompilation of boolean negation on SH4 using -O2

2014-11-08 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63783 --- Comment #2 from Oleg Endo --- Thanks for tracing this down. Yes, it looks like a sh_treg_combine bug. I will have a look at it, but probably only in 2 weeks from now.

[Bug target/63773] [meta-bug] Restoring darwin bootstrap for gcc 5.0

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63773 --- Comment #10 from howarth at bromo dot med.uc.edu --- Regression testing on x86_64-apple-darwin14 at https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00806.html.

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 H.J. Lu changed: What|Removed |Added CC||markus at trippelsdorf dot net --- Comment #4

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #3 from H.J. Lu --- This part: @@ -4451,7 +4452,7 @@ _LT_EOF if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then -tmp_addflag= +tmp_addflag=' $pic_flag'

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #2 from H.J. Lu --- We have a few choices: 1. Build libcc1 with LTO when GCC is configured with "--with-build-config=bootstrap-lto". Or 2. Teach libtool to always add -fPIC when linking shared object to support static archive compil

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/63787] New: [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63787 Bug ID: 63787 Summary: [5 Regression] profiledbootstrap failure with bootstrap-lto Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/63786] New: crash on argument pack in switch case

2014-11-08 Thread rhainin1 at binghamton dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63786 Bug ID: 63786 Summary: crash on argument pack in switch case Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/63783] [4.9/5 Regression] [SH] Miscompilation of boolean negation on SH4 using -O2

2014-11-08 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63783 Kazumoto Kojima changed: What|Removed |Added Target||sh*-*-* Status|UNCONFIRMED

[Bug middle-end/62018] FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug tree-optimization/63785] New: [5.0 regression] FAIL: gfortran.dg/transfer_simplify_2.f90 -O0 (internal compiler error)

2014-11-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63785 Bug ID: 63785 Summary: [5.0 regression] FAIL: gfortran.dg/transfer_simplify_2.f90 -O0 (internal compiler error) Product: gcc Version: 5.0 Status: U

[Bug debug/43821] -feliminate-dwarf2-dups produces "no debug symbols in executable" warning from dsymutil

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43821 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2014-11-08 Thread andre at netzeband dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #10 from Andre Netzeband --- Once again the question: The original error report is around 1,5 years old. I can hardly believe that there has been absolutely no progress so far.

[Bug target/56542] complex number division underflow on darwin11 without -lm

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56542 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/63784] New: [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 Bug ID: 63784 Summary: [5 Regression] profiledbootstrap failure with bootstrap-lto Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Prio

[Bug libobjc/63765] [5.0 Regression] libobjc testsuite failures on AIX caused by setting _XOPEN_SOURCE

2014-11-08 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63765 --- Comment #5 from David Edelsohn --- If _XOPEN_SOURCE is removed from thr.c completely, the testsuite results revert to 1 failure.

[Bug target/45486] [4.8 only] throw not being caught

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45486 Francois-Xavier Coudert changed: What|Removed |Added Keywords||wrong-code Status|

[Bug target/30517] Inefficient address calculation on i386

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30517 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/31142] Build with "CC='gcc -pg'" fails

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31142 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/63783] New: gcc-4.9: Miscompilation of boolean negation on SH4 using -O2

2014-11-08 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63783 Bug ID: 63783 Summary: gcc-4.9: Miscompilation of boolean negation on SH4 using -O2 Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal P

[Bug target/42951] GCC pedwarns about use of static inline functions from system headers in extern inline functions

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42951 --- Comment #3 from Francois-Xavier Coudert --- *** Bug 47816 has been marked as a duplicate of this bug. ***

[Bug c/47816] GCC pedwarns about use of static inline functions from system headers in extern inline functions

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47816 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/63782] New: avoid implicit declaration warning for incompatible builtin implicit declaration

2014-11-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63782 Bug ID: 63782 Summary: avoid implicit declaration warning for incompatible builtin implicit declaration Product: gcc Version: unknown Status: UNCONFIRMED Severi

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #11 from Francois-Xavier Coudert --- (In reply to howarth from comment #10) > So the compiler will emit the ___cxa_tm_cleanup to resolve the undefined > symbol in libitm? No, that symbol is in libstdc++

[Bug c++/60886] poor parse error recovery for missing parenthesis in mem-initializer-list

2014-11-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60886 --- Comment #1 from Manuel López-Ibáñez --- It seems Clang fans peruse GCC's bugzilla to showcase Clang vs GCC in their talks. This exact example was used in a talk by Samsumg at LinuxCon Europe: http://events.linuxfoundation.org/sites/events/fi

[Bug target/26553] PIC stubs vs regparm

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26553 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #10 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #9) > (In reply to Francois-Xavier Coudert from comment #8) > > As far as I understand, libitm is supposed to be used with either C or C++. > > As such,

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #9 from Iain Sandoe --- (In reply to Francois-Xavier Coudert from comment #8) > As far as I understand, libitm is supposed to be used with either C or C++. > As such, it contains some C++ code which requires libstdc++, but doesn't > l

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org -

[Bug c++/63716] GCC Internal Error

2014-11-08 Thread cordlandwehr at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716 --- Comment #4 from cordlandwehr at kde dot org --- Thanks, I could workaround this problem by fiddling a little bit with includes.

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #7 from howarth at bromo dot med.uc.edu --- (In reply to howarth from comment #6) > Okay, I see the missing linkage on libstdc++ is intentional... > > # Force link with C, not C++. For now, while we're using C++ we don't > # want or

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #6 from howarth at bromo dot med.uc.edu --- Okay, I see the missing linkage on libstdc++ is intentional... # Force link with C, not C++. For now, while we're using C++ we don't # want or need libstdc++. libitm_la_DEPENDENCIES = $(lib

[Bug bootstrap/49275] --enable-build-with-cxx profiledbootstrap BOOT_CFLAGS="-g -O3" CFLAGS_FOR_TARGET="-g -O3" CXXFLAGS_FOR_TARGET="-g -O3" failure

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49275 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/52226] Trunk fails to bootstrap on Mac OS X with option "--enable-libstdcxx-debug".

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52226 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #5 from howarth at bromo dot med.uc.edu --- The problematic code in eh_cpp.cc appears to be... #if !defined (HAVE_ELF_STYLE_WEAKREF) void *__cxa_allocate_exception (size_t) { return NULL; } void __cxa_throw (void *, void *, void *) {

[Bug bootstrap/50229] [4.8/4.9/5 Regression] Can't cross compile for i686-apple-darwin10 from x86_64-redhat_linux

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229 --- Comment #22 from Francois-Xavier Coudert --- (In reply to Iain Sandoe from comment #21) > in short (2) is very definitely "works for me" For me too: I regularly build darwin-to-mingw-w64 cross compilers, with no problem at all. But there wer

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #4 from howarth at bromo dot med.uc.edu --- Attached bzip2 of eh_cpp.ii created using... # /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./gcc/xg++ -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./gcc/ -nostdinc++ -nostdinc++

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #3 from howarth at bromo dot med.uc.edu --- Created attachment 33923 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33923&action=edit bzip2 compressed eh_cpp.ii

[Bug bootstrap/50229] [4.8/4.9/5 Regression] Can't cross compile for i686-apple-darwin10 from x86_64-redhat_linux

2014-11-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229 --- Comment #21 from Iain Sandoe --- (In reply to Francois-Xavier Coudert from comment #20) > This PR appears to report two different issues: > 1. cross-compiler targeting Darwin cross-compilers targeting Darwin <= 9 are possible using odcctoo

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #2 from howarth at bromo dot med.uc.edu --- The missing linkage on libstdc++ would be solved by making sure that the /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./gcc/xg++ compiler is used to link libitm rather than the current /

[Bug other/28910] "Make install" leaves files owned by root in build directory

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28910 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug testsuite/28913] "make install" required before testing libgomp and gfortran

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28913 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/50229] [4.8/4.9/5 Regression] Can't cross compile for i686-apple-darwin10 from x86_64-redhat_linux

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/50229] [4.8/4.9/5 Regression] Can't cross compile for i686-apple-darwin10 from x86_64-redhat_linux

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org -

[Bug libitm/63781] potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 --- Comment #1 from howarth at bromo dot med.uc.edu --- Note that this is the only shared library in gcc trunk that produces undefined symbols on darwin when "-undefined dynamic_lookup" is removed to expose them.

[Bug libitm/63781] New: potential linkage issue with libitm.1.dylib

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63781 Bug ID: 63781 Summary: potential linkage issue with libitm.1.dylib Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libitm

[Bug target/43099] rethrowing leaks memory like a sieve

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43099 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug debug/35378] Bootstrap fails with BOOT_CFLAGS="-g -O0"

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35378 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/63761] [5 Regression] error: gimple_bb (stmt) is set to a wrong basic block

2014-11-08 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63761 --- Comment #3 from thopre01 at gcc dot gnu.org --- I got a local patch that makes this code compile without error and I can build gcc with this patch. I'm now going to run the testsuite, add some more comments and try to make a reduced testcase.

[Bug c/52952] Wformat location info is bad (wrong column number)

2014-11-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #36 from Manuel López-Ibáñez --- Latest patch: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00663.html Joseph pointed out that it does not handle escape sequences. The only solution I can think of is to open the file and re-parse th

[Bug c++/63736] gcc generated program with segfault on atomic exchange when the atomic variable is a member of a struct allocated with make_shared

2014-11-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63736 Jonathan Wakely changed: What|Removed |Added Known to work||4.9.2, 5.0 Known to fail|

[Bug libstdc++/63780] std::remquo returns wrong quotient

2014-11-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63780 --- Comment #2 from Jonathan Wakely --- This is nothing to do with libstdc++: int main() { int n; double x = 3419, m = 360; double y = __builtin_remainder(x, m); double z = __builtin_remquo(x, m, &n); __builtin_printf("result %.0f %.0f

[Bug target/57792] toplevel configure should enable "--with-sysroot="`xcrun --show-sdk-path`"" for darwin13 and later

2014-11-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57792 --- Comment #20 from Iain Sandoe --- Unofficially (but after chatting with a couple of folks who know): "It should be assumed that depending on /usr/{include,lib} is unreliable". "The RightWay(™) for the system is deemed to be finding a suitab

[Bug sanitizer/62132] [5 Regression] FAIL: c-c++-common/asan/misalign-[12].c after r213807 on x86_64-apple-darwin13 with -m32

2014-11-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62132 --- Comment #11 from Iain Sandoe --- (In reply to Yury Gribov from comment #10) > (In reply to Dominique d'Humieres from comment #9) > > Per comments 6 and 7 I have tried > > ... > > but it does not fix the failures. What am I misunderstanding? >

[Bug target/63651] Lot of failures in obj(c|-c++) with yosemite

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63651 --- Comment #7 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #5) > (In reply to Francois-Xavier Coudert from comment #4) > > (In reply to Dominique d'Humieres from comment #3) > > > Does it means that 'id' should b

[Bug target/63651] Lot of failures in obj(c|-c++) with yosemite

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63651 --- Comment #6 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #5) > (In reply to Francois-Xavier Coudert from comment #4) > > (In reply to Dominique d'Humieres from comment #3) > > > Does it means that 'id' should b

[Bug target/63651] Lot of failures in obj(c|-c++) with yosemite

2014-11-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63651 --- Comment #5 from Iain Sandoe --- (In reply to Francois-Xavier Coudert from comment #4) > (In reply to Dominique d'Humieres from comment #3) > > Does it means that 'id' should be replaced with 'instancetype' in failing > > tests? What about the

[Bug target/63651] Lot of failures in obj(c|-c++) with yosemite

2014-11-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63651 --- Comment #4 from Francois-Xavier Coudert --- (In reply to Dominique d'Humieres from comment #3) > Does it means that 'id' should be replaced with 'instancetype' in failing > tests? What about the gnu-runtime? No, we need to make the compiler

[Bug target/63651] Lot of failures in obj(c|-c++) with yosemite

2014-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63651 --- Comment #3 from Dominique d'Humieres --- (In reply to Francois-Xavier Coudert from comment #2) > > I suppose as a first approach, we could make it equivalent to id. > > Not really, apparently: the answer there gives a quite complete descripti

[Bug libstdc++/63780] std::remquo returns wrong quotient

2014-11-08 Thread charles at karney dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63780 --- Comment #1 from Charles Karney --- Created attachment 33922 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33922&action=edit Assembly file

[Bug libstdc++/63780] New: std::remquo returns wrong quotient

2014-11-08 Thread charles at karney dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63780 Bug ID: 63780 Summary: std::remquo returns wrong quotient Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug tree-optimization/63748] [4.9/5 Regression] wrong may be used uninitialized warning (abnormal edges)

2014-11-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63748 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org De

[Bug c++/54780] G++ does not find precompiled headers in some cases

2014-11-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug other/346] gcc install clobbers files that it shouldn't touch

2014-11-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=346 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/44685] internal compiler error: in final_scan_insn, at final.c:2650 while compiling program with complex types

2014-11-08 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44685 David Binderman changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2014-11-08 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #3 from Tom Straub --- Hi Tim, OOPS! The versions used were Boost REGEX 1.55.0 and ICU 52. Got the versions mixed up in my head. Tom

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2014-11-08 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #2 from Tom Straub --- Hi Tim, Okay, a program very similar to this using the Boost REGEX library and ICU 4.55 works just fine with this. According to my understanding, the "char" data type and "std::string" classes were specificall

[Bug target/54232] For x86 PIC code, ebx should be spillable

2014-11-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54232 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/63773] [meta-bug] Restoring darwin bootstrap for gcc 5.0

2014-11-08 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63773 --- Comment #9 from howarth at bromo dot med.uc.edu --- (In reply to howarth from comment #8) Successfully bootstrapped with same configure options at same revision on... x86_64-apple-darwin11 against Xcode 4.6

[Bug libstdc++/63775] [C++11] Regex range with leading dash (-) not working

2014-11-08 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63775 Tim Shen changed: What|Removed |Added CC||timshen at gcc dot gnu.org --- Comment #1 fro

[Bug c++/63779] New: g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS

2014-11-08 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779 Bug ID: 63779 Summary: g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS Product: gcc Versi

[Bug other/61391] [5 Regression] ICE in execute_one_pass at -O3 and above

2014-11-08 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61391 Arseny Solokha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2014-11-08 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 Tim Shen changed: What|Removed |Added CC||timshen at gcc dot gnu.org --- Comment #1 fro