[Bug c++/67405] New: ICE on invalid use of struct on x86_64-linux-gnu

2015-08-30 Thread su at cs dot ucdavis.edu
=/usr/local/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/6.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-trunk/configure --prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20150830 (experimental) [trunk

[Bug fortran/47605] Document that C_Bool might be the wrong constant for C Booleans

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47605 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/67404] gcc.dg/builtins-11.c FAILS for the pattern sqrt(x) * sqrt(x)

2015-08-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67404 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/67381] genmatch does not honor the order of patterns

2015-08-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67381 Andrew Pinski changed: What|Removed |Added CC||hs.naveen2u at gmail dot com --- Comment

[Bug tree-optimization/67404] New: gcc.dg/builtins-11.c FAILS for the pattern sqrt(x) * sqrt(x)

2015-08-30 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67404 Bug ID: 67404 Summary: gcc.dg/builtins-11.c FAILS for the pattern sqrt(x) * sqrt(x) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/37355] Request runtime preconnected buffer option for gfortran

2015-08-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37355 Jerry DeLisle changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/67367] Program crashes on READ(IOSTAT=IOS, ...) on directory OPEN()ed without error

2015-08-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67367 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #9 from David Edelsohn --- > [Book15] f90/bug% gcc ya_sincos.c -fdump-fortran-original > cc1: error: unrecognized command line option '-fdump-fortran-original' This is a valid Fortran option producing an error from cc1 when passed to

[Bug libstdc++/67403] std::regex is not matching

2015-08-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67403 --- Comment #1 from Andrew Pinski --- Iirc regex was not implemented in 4.8.x. Try 4.9 and above.

[Bug libstdc++/67403] New: std::regex is not matching

2015-08-30 Thread kirbyfan64sos at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67403 Bug ID: 67403 Summary: std::regex is not matching Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ As

[Bug libgomp/66950] FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execution test

2015-08-30 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66950 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/37355] Request runtime preconnected buffer option for gfortran

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37355 Dominique d'Humieres changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org ---

[Bug fortran/24546] [meta-bug] gfortran debugging problems

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24546 Bug 24546 depends on bug 41143, which changed state. Bug 41143 Summary: Support DW_TAG_common_inclusion https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41143 What|Removed |Added

[Bug fortran/41143] Support DW_TAG_common_inclusion

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41143 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #8 from Dominique d'Humieres --- > Any of the Fortran FE options appearing in a link command likely cause an > error. Apparently it more complicated than that: [Book15] f90/bug% gcc ya_sincos.c -fdump-fortran-original cc1: error: u

[Bug c++/67402] New: outside definition of member class of an explicitly specialized member class

2015-08-30 Thread a20150531abc at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67402 Bug ID: 67402 Summary: outside definition of member class of an explicitly specialized member class Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: norm

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #7 from David Edelsohn --- AIX often exposes symptoms of bugs in common parts of the compiler. That does not make the problem an AIX or target bug. If the Fortran FE generates incorrect IR that causes an ICE in the middle end of the

[Bug fortran/67219] [6 Regression] Incorrect conversion warning

2015-08-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219 --- Comment #5 from Thomas Koenig --- So, the problem is that if we have matched ( integer_const but no comma after that. When integer_const is converted, a warning is issued, but the result is later discarded. We probably need something like

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-08-30 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 --- Comment #16 from Eric Gallager --- Created attachment 36272 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36272&action=edit assembly that darwin 9 assembler rejects Here's a snippet from the attached file for some of the lines around

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-08-30 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 --- Comment #15 from Eric Gallager --- (In reply to ctice from comment #14) > Author: ctice > Date: Wed Aug 12 15:40:11 2015 > New Revision: 226820 > > URL: https://gcc.gnu.org/viewcvs?rev=226820&root=gcc&view=rev > Log: > Fix warnings when boot

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #6 from Dominique d'Humieres --- BTW what happens on AIX with the other gfortran options such as '-frealloc-lhs' ... ?

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #5 from Dominique d'Humieres --- > This is not a target-specific bug. AFAICT the problem occurs only on AIX. > The gfortran front-end should not insert FE-specific options into > the environment utilized by other GCC tools. If I co

[Bug target/67396] [4.9/5.0 regression] Performance regression compiling variadic function with many arguments

2015-08-30 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67396 --- Comment #5 from Paul Pluzhnikov --- > please do before you report compile time regressions. Ok. Here are the new numbers from current trunk built with --enable-checking=release (nothing's changed that I can see; still very slow): for j in 5

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #4 from David Edelsohn --- This is not a target-specific bug. This has nothing to do with the target. This is a bug where the gfortran front-end and collect2-ld do not work together correctly. I don't know how collect2-ld can be ex

[Bug target/67396] [4.9/5.0 regression] Performance regression compiling variadic function with many arguments

2015-08-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67396 --- Comment #4 from Andrew Pinski --- So it looks like you did not configure with --enable-checking=release please do before you report compile time regressions. Configure with --enable-checking=release to disable checks.

[Bug target/67396] [4.9/5.0 regression] Performance regression compiling variadic function with many arguments

2015-08-30 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67396 --- Comment #3 from Paul Pluzhnikov --- (In reply to Andrew Pinski from comment #2) > Can you provide -ftime-report ? Sure: perl gen_bz18872.pl 2000 > t.c && gcc-svn-r227321/bin/gcc -c -O2 t.c -ftime-report Execution times (seconds) phase se

[Bug target/67396] [4.9/5.0 regression] Performance regression compiling variadic function with many arguments

2015-08-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67396 Andrew Pinski changed: What|Removed |Added Keywords||compile-time-hog Component|c

[Bug c/67386] missing diagnostic on a use of an undeclared function

2015-08-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67386 --- Comment #3 from Martin Sebor --- >From Doug Gwyn's response on the WG14 list about the C90 wording with respect to the placement of the implicit declaration (quoted below) it seems that even though diagnosing line 11 in f2() in comment #2 goe

[Bug c/67396] [4.9/5.0 regression] Performance regression compiling variadic function with many arguments

2015-08-30 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67396 Paul Pluzhnikov changed: What|Removed |Added CC||jh at suse dot cz --- Comment #1 from

[Bug fortran/42478] [meta-bug] gfortran OpenMP bugs

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42478 Bug 42478 depends on bug 35423, which changed state. Bug 35423 Summary: Implement OpenMP workshare https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35423 What|Removed |Added -

[Bug fortran/35423] Implement OpenMP workshare

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35423 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/56203] gfortran.dg/minlocval_3.f90 times out on Solaris/SPARC

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56203 --- Comment #7 from Dominique d'Humieres --- Rainer, Unless you provide a splitting that works on your slow machines, I don't see the point to keep this PR open.

[Bug fortran/59398] Wrong bounds for allocatable result and for

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59398 Dominique d'Humieres changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comm

[Bug fortran/61960] internal compiler error: in gfc_conv_component_ref

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61960 --- Comment #4 from Dominique d'Humieres --- > Is not this PR fixed by revision r220899? PING! Without answer I'll close this PR as FIXED.

[Bug fortran/60751] Extra comma in WRITE statement not diagnosed

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60751 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW --- Comment #15 from Dominiqu

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 --- Comment #3 from Dominique d'Humieres --- > This has nothing to do with dejagnu. On AIX, collect2 re-invokes the compiler > and collect2 uses the compiler command-line arguments. With or without > dejagnu, > the command is invoking a fortra

[Bug middle-end/67401] New: Incorrect expand of __atomic_compare_exchange_8 using __sync_val_compare_and_swap_8

2015-08-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67401 Bug ID: 67401 Summary: Incorrect expand of __atomic_compare_exchange_8 using __sync_val_compare_and_swap_8 Product: gcc Version: 6.0 Status: UNCONFIRMED Severit

[Bug target/67400] New: -fno-plt doesn't work with function pointers

2015-08-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67400 Bug ID: 67400 Summary: -fno-plt doesn't work with function pointers Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug fortran/64613] allocatable array after 4.7

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64613 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 David Edelsohn changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from David Edelsohn

[Bug fortran/60751] Extra comma in WRITE statement not diagnosed

2015-08-30 Thread w6ws at earthlink dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60751 --- Comment #14 from Walter Spector --- Hi Dominique, I am sorry I didn't see or respond to your comment from last year. Thank you for the ping. Yes, it would be fine with me to recategorize the error as GFC_STD_LEGACY. Walter

[Bug fortran/63413] cpp trying to expand "vector" word in commented line in fortran file on power8

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63413 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/28662] fpp call of gfortran: -traditional-cpp versus newer macros like #x

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28662 Dominique d'Humieres changed: What|Removed |Added CC||valeryweber at hotmail dot com --

[Bug fortran/65438] Unnecessary ptr check

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65438 --- Comment #2 from Dominique d'Humieres --- Ping! Without answer, I'll close this PR as WONTFIX.

[Bug c++/67398] Segfault when template static references another template

2015-08-30 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398 --- Comment #6 from Mikhail Maltsev --- $ cat test4_min.cc struct B { void *extradata; }; template class C { static const B b; virtual void m_fn1() { (void)b; } }; template struct strdata_t { int data[]; }; template const B C::b{

[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/66182] Unneeded temporary for elemental functions of function results

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66182 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/66576] Use -fopt-info for front-end passes

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66576 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/66907] Correct code produces "Segmentation fault - invalid memory reference"

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66907 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/66969] Internal compiler error, segmentation fault

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66969 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code S

[Bug fortran/67174] [6 regression] gfortran.dg/do_iterator.f90 FAILs

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67174 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/67398] Segfault when template static references another template

2015-08-30 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398 --- Comment #5 from Mikhail Maltsev --- $ cat test3.cc template struct B { static const int staticMetaObject; }; template struct D { int stringdata0 = T::className; } staticStringData{}; template const int B::staticMetaObject{static

[Bug c++/67398] Segfault when template static references another template

2015-08-30 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398 Mikhail Maltsev changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/67399] New: no match for istream::operator==

2015-08-30 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67399 Bug ID: 67399 Summary: no match for istream::operator== Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug fortran/66534] Compilation error of gfortran building on YDL6.2

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66534 --- Comment #3 from Dominique d'Humieres --- > Created attachment 35780 [details] > The file > `/home/zgzg/gcc-5.1.0/powerpc-unknown-linux-gnu/libgfortran/config.log' Are you sure you have posted the right log file? I don't see the error ../.

[Bug fortran/67039] Documentation of pseudorandom number intrinsics is incorrect

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67039 --- Comment #4 from Dominique d'Humieres --- > > Resolved as WONTFIX? > > Probably not. See the last 2 paragraphs in comment #1. Sorry, but my question was motivated by the reading of these two paragraphs!-( Thus two more explicit questions: (

[Bug fortran/64555] Fail to compile array pointer to derived-type components

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64555 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/40737] Pointer references sometimes fail to define "span" symbols

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40737 Dominique d'Humieres changed: What|Removed |Added CC||thfanning at gmail dot com --- Co

[Bug fortran/60751] Extra comma in WRITE statement not diagnosed

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60751 --- Comment #13 from Dominique d'Humieres --- > Is there an agreement to downgrade the error from GFC_STD_GNU in > > gcc/fortran/io.c: && !gfc_notify_std (GFC_STD_GNU, "Comma before i/o > item list at %L", > > to GFC_STD_LEGACY? If yes, I'l

[Bug fortran/65073] dynamic character assignment gives wrong result

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65073 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/51266] [F08] Pointer initialization in PARAMETER

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51266 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/51076] [F2008][tracking] Pointer initialization in init expression

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51076 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/51266] [F08] Pointer initialization in PARAMETER

2015-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51266 --- Comment #4 from Dominique d'Humieres --- *** Bug 51076 has been marked as a duplicate of this bug. ***

[Bug fortran/67219] [6 Regression] Incorrect conversion warning

2015-08-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219 --- Comment #4 from Thomas Koenig --- The backtrace shows where this comes from: #0 gfc_warning_now (opt=201, gmsgid=0x1437d10 "Change of value in conversion from %qs to %qs at %L") at ../../trunk/gcc/fortran/error.c:1187 #1 0x0061a05d

[Bug c++/67398] Segfault when template static references another template

2015-08-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398 Markus Trippelsdorf changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug libstdc++/50160] vector comparison very slow (no overload)

2015-08-30 Thread 100adult at armyspy dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50160 --- Comment #43 from steve <100adult at armyspy dot com> --- http://www.10ults.com/escorts-in-usa.html thanks for

[Bug libstdc++/50160] vector comparison very slow (no overload)

2015-08-30 Thread 100adult at armyspy dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50160 steve <100adult at armyspy dot com> changed: What|Removed |Added CC||100adult at armyspy

[Bug bootstrap/67363] [6 Regression] r227188 breaks build for mingw-w64

2015-08-30 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67363 --- Comment #3 from Eric Gallager --- Or actually, an even simpler solution to the strndup part of the bug would be to just use xstrndup instead of strndup; then there's no worrying about which header to add a declaration to, or anything related

[Bug c++/67398] Segfault when template static references another template

2015-08-30 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398 --- Comment #2 from Jean-Michaël Celerier --- I now get this error : /home/jcelerier/i-score/base/plugins/iscore-plugin-scenario/source/Process/ScenarioModel.cpp:63: internal compiler error: in make_decl_rtl, at varasm.c:1313 constexpr const QMe

[Bug bootstrap/67363] [6 Regression] r227188 breaks build for mingw-w64

2015-08-30 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67363 --- Comment #2 from Eric Gallager --- Actually on further investigation, libiberty should already provide a strndup implementation, the issue is just that it's not getting picked up here... I'm not sure whether it would be better to put a declara

[Bug c++/67398] Segfault when template static references another template

2015-08-30 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398 --- Comment #1 from Jean-Michaël Celerier --- I couldn't upload the attachment here (>1mb) so here is the preprocessed source : https://gist.githubusercontent.com/jcelerier/6e67a053e08188cac07f/raw/b74ad5be0dcc12ff230cc7212fe5fa94b6413686/gccsegf

[Bug c++/67398] New: Segfault when template static references another template

2015-08-30 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398 Bug ID: 67398 Summary: Segfault when template static references another template Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal Prio