[Bug fortran/82372] Rejects valid parenthesis

2017-09-29 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82372 --- Comment #1 from Jerry DeLisle --- Another, reduced: program vincenty implicit none integer, parameter :: wp = selected_real_kind (18) ! Working Precision real(wp), parameter :: f = 1.0_wp/298.257223563_wp real(wp) :: tmp tmp = 1.0 − f

[Bug fortran/82372] New: Rejects valid parenthesis

2017-09-29 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82372 Bug ID: 82372 Summary: Rejects valid parenthesis Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug plugins/82371] [5/6/7/8 Regression] Cross-compiling GCC fails when build platform has fread_unlocked but host platform doesn't

2017-09-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82371 Andrew Pinski changed: What|Removed |Added Keywords||build Status|UNCONFIRMED

[Bug c/82371] New: Cross-compiling GCC fails when build platform has fread_unlocked but host platform doesn't

2017-09-29 Thread bugs at rkjnsn dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82371 Bug ID: 82371 Summary: Cross-compiling GCC fails when build platform has fread_unlocked but host platform doesn't Product: gcc Version: 5.4.0 Status: UNCONFIRMED

[Bug target/82370] New: AVX512 can use a memory operand for immediate-count vpsrlw, but gcc doesn't.

2017-09-29 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82370 Bug ID: 82370 Summary: AVX512 can use a memory operand for immediate-count vpsrlw, but gcc doesn't. Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords:

[Bug target/82369] "optimizes" indexed addressing back into two pointer increments

2017-09-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82369 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Andrew

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-09-29 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment #1

[Bug target/82369] New: "optimizes" indexed addressing back into two pointer increments

2017-09-29 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82369 Bug ID: 82369 Summary: "optimizes" indexed addressing back into two pointer increments Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords:

[Bug fortran/82367] ICE with deferred length string allocate on non-deferred length argument

2017-09-29 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82367 --- Comment #3 from kargl at gcc dot gnu.org --- % svn diff resolve.c Index: resolve.c === --- resolve.c (revision 253236) +++ resolve.c (working copy) @@ -7387,8 +7387,14 @@

[Bug target/77480] netbsd specfile will not link against libc when building -shared (+patch)

2017-09-29 Thread kristerw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77480 Krister Walfridsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/82367] ICE with deferred length string allocate on non-deferred length argument

2017-09-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82367 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug target/77480] netbsd specfile will not link against libc when building -shared (+patch)

2017-09-29 Thread kristerw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77480 --- Comment #3 from Krister Walfridsson --- Author: kristerw Date: Fri Sep 29 21:34:00 2017 New Revision: 253309 URL: https://gcc.gnu.org/viewcvs?rev=253309=gcc=rev Log: 2017-09-29 Krister Walfridsson

[Bug target/79709] Subobtimal code with -mavx and explicit vector

2017-09-29 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79709 --- Comment #8 from Marc Glisse --- Thomas, the code generated by gcc has changed (after some patches by Jakub IIRC). Do you consider the issue fixed or is the generated asm still problematic? .L13: vpextrq $1, %xmm2, %rax testq

[Bug other/82368] New: [8 regression] with r253275 several new test cases in libbacktrace fail

2017-09-29 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 Bug ID: 82368 Summary: [8 regression] with r253275 several new test cases in libbacktrace fail Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/82367] ICE with deferred length string allocate on non-deferred length argument

2017-09-29 Thread w6ws at earthlink dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82367 --- Comment #1 from Walter Spector --- PGI and NAG both catch this error. I can try Intel if needed.

[Bug fortran/82367] New: ICE with deferred length string allocate on non-deferred length argument

2017-09-29 Thread w6ws at earthlink dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82367 Bug ID: 82367 Summary: ICE with deferred length string allocate on non-deferred length argument Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity:

[Bug libstdc++/82366] std::regex constructor called from shared library throws std::bad_cast

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82366 --- Comment #2 from Jonathan Wakely --- Actually the gdb output does show the right libstdc++ is being used: Reading symbols from /dvl/oms6/gcc-7.1.0/lib64/libstdc++.so.6...done. Loaded symbols for /dvl/oms6/gcc-7.1.0/lib64/libstdc++.so.6 Try

[Bug libstdc++/82366] std::regex constructor called from shared library throws std::bad_cast

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82366 --- Comment #1 from Jonathan Wakely --- It looks like the libstdc++.so.6 that the application links to is older than the version you compiled against, and doesn't have support for the new std::string type used in your callback. It might work to

[Bug c++/82299] -Wuseless-cast errors on typed enums used in member data initializers in c++1z

2017-09-29 Thread matt at godbolt dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82299 --- Comment #7 from Matt Godbolt --- Perfect! Thanks for clarifying, sorry for the confusion :)

[Bug c++/82299] -Wuseless-cast errors on typed enums used in member data initializers in c++1z

2017-09-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82299 --- Comment #6 from Jakub Jelinek --- { target c++11 } means the test is run for -std=c++{11,14,17,2a,17 -fconcepts}. And the test wants to make sure that the warning isn't emitted in any of those modes.

[Bug sanitizer/82353] [8 Regression] runtime ubsan crash

2017-09-29 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82353 --- Comment #5 from Vladimir Makarov --- (In reply to Jakub Jelinek from comment #3) > Vlad, can you please have a look? I'll still try to see if we can have a > single file testcase here. Yes, it seems as LRA rematerialization bug. I'll

[Bug middle-end/82319] [8 Regression] ICE in generic_simplify_148, at generic-match.c:6436

2017-09-29 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82319 --- Comment #8 from Yury Gribov --- Author: ygribov Date: Fri Sep 29 19:40:16 2017 New Revision: 253307 URL: https://gcc.gnu.org/viewcvs?rev=253307=gcc=rev Log: 2017-09-29 Yury Gribov PR middle-end/82319 gcc/

[Bug c++/82299] -Wuseless-cast errors on typed enums used in member data initializers in c++1z

2017-09-29 Thread matt at godbolt dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82299 --- Comment #5 from Matt Godbolt --- NB the proposed patch above has a test that compiles with -std=c++11 -- this bug only occurs with std=c++1z, not 11. The fix may be right, but I wonder if the test needs to be changed? Unless I've misread

[Bug libstdc++/82366] New: std::regex constructor called from shared library throws std::bad_cast

2017-09-29 Thread spamdrop at fodvo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82366 Bug ID: 82366 Summary: std::regex constructor called from shared library throws std::bad_cast Product: gcc Version: 7.1.0 Status: UNCONFIRMED Severity: normal

[Bug other/82365] New: excessive stack usage with norreturn attribute

2017-09-29 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82365 Bug ID: 82365 Summary: excessive stack usage with norreturn attribute Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug go/82131] FAIL: TestCgoCallbackGC in gotools testsuite; segfaults in morestack.S:529

2017-09-29 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82131 --- Comment #2 from Ian Lance Taylor --- I have not been able to create this. Are you using GNU ld or the gold linker? I've tried both and for me it works either way, but it might help to know. Can you find out why it is getting a

[Bug c/82364] New: [7 Regression] Enormous memory usage when building on 32bit i386 with >= -O1

2017-09-29 Thread bunk at stusta dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82364 Bug ID: 82364 Summary: [7 Regression] Enormous memory usage when building on 32bit i386 with >= -O1 Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity:

[Bug go/82348] make[4]: Circular runtime.lo <- bytes.gox dependency dropped.

2017-09-29 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82348 --- Comment #4 from Ian Lance Taylor --- My apologies for jumping to conclusions. If you are building from trunk there should not be any references to internal/cpu.gox. What does your TARGET/libgo/math.lo.dep file look like?

[Bug go/82348] make[4]: Circular runtime.lo <- bytes.gox dependency dropped.

2017-09-29 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82348 --- Comment #3 from martin --- As suggested (in another bugreport) I built gcc from the gcc-trunk source without any local modification. I compiled gcc from the following revision: >gcc-trunk# svn info >Path: . >URL:

[Bug tree-optimization/82363] New: wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu

2017-09-29 Thread su at cs dot ucdavis.edu
/gcc/x86_64-pc-linux-gnu/8.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/home/su/software/tmp/gcc/gcc-trunk --disable-bootstrap Thread model: posix gcc version 8.0.0 20170929 (experimental) [trunk revision 253283] (GCC

[Bug target/81481] [7/8 Regression] Spills %xmm to stack in glibc strspn SSE 4.2 variant

2017-09-29 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81481 --- Comment #5 from Vladimir Makarov --- Author: vmakarov Date: Fri Sep 29 17:39:58 2017 New Revision: 253300 URL: https://gcc.gnu.org/viewcvs?rev=253300=gcc=rev Log: 2017-09-29 Vladimir Makarov PR target/81481

[Bug rtl-optimization/82338] valgrind error in inherit_in_ebb

2017-09-29 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82338 --- Comment #3 from Vladimir Makarov --- Author: vmakarov Date: Fri Sep 29 17:15:24 2017 New Revision: 253299 URL: https://gcc.gnu.org/viewcvs?rev=253299=gcc=rev Log: 2017-09-29 Vladimir Makarov PR

[Bug fortran/82362] [8 Regression] SPEC CPU2006 436.cactusADM ~7% performance deviation with trunk@251713

2017-09-29 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82362 Thomas Koenig changed: What|Removed |Added Target Milestone|--- |8.0

[Bug tree-optimization/82337] [5/6/7/8 Regression] ICE: SSA corruption at tree-ssa-coalesce.c:1010

2017-09-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82337 --- Comment #12 from Bill Schmidt --- Fixed in trunk so far. Backports to follow after a few days of burn-in.

[Bug tree-optimization/82337] [5/6/7/8 Regression] ICE: SSA corruption at tree-ssa-coalesce.c:1010

2017-09-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82337 --- Comment #11 from Bill Schmidt --- Author: wschmidt Date: Fri Sep 29 14:55:14 2017 New Revision: 253293 URL: https://gcc.gnu.org/viewcvs?rev=253293=gcc=rev Log: [gcc] 2017-09-29 Bill Schmidt PR

[Bug c++/82361] Useless "mov eax, eax" in generated code

2017-09-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82361 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug target/80210] ICE in in extract_insn, at recog.c:2311 on ppc64 for with __builtin_pow

2017-09-29 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80210 --- Comment #17 from Peter Bergner --- (In reply to Peter Bergner from comment #16) > I have a patch that I am testing that fixes both new problems. Patch for these two problems submitted here:

[Bug go/82208] exec_linux.go:197:27: error: reference to undefined name 'SYS_UNSHARE'

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

[Bug go/82348] make[4]: Circular runtime.lo <- bytes.gox dependency dropped.

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

[Bug c++/82360] tree check fail in get_inner_reference, at expr.c:6996

2017-09-29 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82360 --- Comment #2 from David Binderman --- Here is a possibly better example, that is legal C++ code: class a {}; template class b { b(b &) : d(static_cast(c.d)) {} a d; };

[Bug fortran/82362] New: [8 Regression] SPEC CPU2006 436.cactusADM ~7% performance deviation with trunk@251713

2017-09-29 Thread alexander.nesterovskiy at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82362 Bug ID: 82362 Summary: [8 Regression] SPEC CPU2006 436.cactusADM ~7% performance deviation with trunk@251713 Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug go/82348] make[4]: Circular runtime.lo <- bytes.gox dependency dropped.

2017-09-29 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82348 --- Comment #1 from Ian Lance Taylor --- There is no internal/cpu.gox file in GCC 7, so something strange is going on. On current mainline internal/cpu exists, but the Makefile does not build it. You must have modified the libgo sources in

[Bug c++/82299] -Wuseless-cast errors on typed enums used in member data initializers in c++1z

2017-09-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82299 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-29 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #27 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Fri Sep 29 13:19:21 2017 New Revision: 253287 URL: https://gcc.gnu.org/viewcvs?rev=253287=gcc=rev Log: 2017-09-29 Dominique d'Humieres PR

[Bug c++/82299] -Wuseless-cast errors on typed enums used in member data initializers in c++1z

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82299 Jonathan Wakely changed: What|Removed |Added CC|mpolacek at gcc dot gnu.org|jakub at gcc dot gnu.org ---

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-29 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #26 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Fri Sep 29 13:15:26 2017 New Revision: 253286 URL: https://gcc.gnu.org/viewcvs?rev=253286=gcc=rev Log: 2017-09-29 Dominique d'Humieres PR

[Bug c++/82361] Useless "mov eax, eax" in generated code

2017-09-29 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82361 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1

[Bug other/82327] [7 Regression] ICE in equal_mem_array_ref_p, at tree-ssa-scopedtables.c:429 (i686-linux-gnu)

2017-09-29 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82327 --- Comment #5 from Matthias Klose --- still searching ... /usr/lib/gcc/i686-linux-gnu/7/include/stddef.h:20440:11: internal compiler error: in equal_mem_array_ref_p, at tree-ssa-scopedtables.c:429 0x8858876 equal_mem_array_ref_p

[Bug c++/82360] tree check fail in get_inner_reference, at expr.c:6996

2017-09-29 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82360 --- Comment #1 from David Binderman --- I don't think this is still C++ code, but it does seem to provoke the error: class a { } template class c { c(c &) : (static_cast a && e.d; a d

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-09-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/82361] New: Useless "mov eax, eax" in generated code

2017-09-29 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82361 Bug ID: 82361 Summary: Useless "mov eax, eax" in generated code Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug preprocessor/82359] #line does not allow C++14 quotes in number

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82359 --- Comment #2 from Jonathan Wakely --- Oops, that wasn't very clear. Digit-separators are not a defect (although that depends who you ask). But the fact that the #line directive allows them is a defect.

[Bug preprocessor/82359] #line does not allow C++14 quotes in number

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82359 --- Comment #1 from Jonathan Wakely --- (In reply to Andrew Schepler from comment #0) > In C++14 and later, any integer literal may contain single quote characters > (aka apostrophe, ASCII 0x27). That's a standard defect (and has already been

[Bug sanitizer/82353] [8 Regression] runtime ubsan crash

2017-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82353 --- Comment #4 from Martin Liška --- > at expansion time (the reason for that is that sanopt pass doesn't perform > the optimization of redundant pointer overflow checks yet (Martin, do you > have it still on your todo list or shall I have a

[Bug c++/82360] New: tree check fail in get_inner_reference, at expr.c:6996

2017-09-29 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82360 Bug ID: 82360 Summary: tree check fail in get_inner_reference, at expr.c:6996 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug sanitizer/82353] [8 Regression] runtime ubsan crash

2017-09-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82353 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug preprocessor/64965] __FILE__ doesn't work if the filename contains newline

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64965 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/64965] __FILE__ doesn't work if the filename contains newline

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64965 --- Comment #6 from Jonathan Wakely --- Andrew, if you write PR 66317 or Bug 66317 (or variations like Bug preprocessor/66317) then Bugzilla automatically makes it a hyperlink :-) Reproducer from that bug: Test case (a 2 line source file named

[Bug preprocessor/66317] Preprocessor chokes on __FILE__ containing a newline

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66317 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug preprocessor/64965] __FILE__ doesn't work if the filename contains newline

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64965 Jonathan Wakely changed: What|Removed |Added CC||Keith.S.Thompson at gmail dot com

[Bug preprocessor/82359] New: #line does not allow C++14 quotes in number

2017-09-29 Thread aschepler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82359 Bug ID: 82359 Summary: #line does not allow C++14 quotes in number Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug lto/82172] Destruction of basic_string in basic_stringbuf::overflow with _GLIBCXX_USE_CXX11_ABI=0, -flto, and C++17 mode results in invalid delete

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82172 Jonathan Wakely changed: What|Removed |Added Resolution|INVALID |MOVED --- Comment #23 from Jonathan

[Bug preprocessor/64965] __FILE__ doesn't work if the filename contains newline

2017-09-29 Thread aschepler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64965 Andrew Schepler changed: What|Removed |Added CC||aschepler at gmail dot com ---

[Bug tree-optimization/82355] [8 Regression] ICE in outermost_loop_in_sese, at sese.c:301

2017-09-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82355 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/82358] New: [8 regression] i386/stack-check-11.c fail

2017-09-29 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82358 Bug ID: 82358 Summary: [8 regression] i386/stack-check-11.c fail Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/39570] cabs and cabsf are named differently on NetBSD 5

2017-09-29 Thread kristerw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39570 --- Comment #14 from Krister Walfridsson --- Author: kristerw Date: Fri Sep 29 09:38:08 2017 New Revision: 253283 URL: https://gcc.gnu.org/viewcvs?rev=253283=gcc=rev Log: 2017-09-29 Krister Walfridsson

[Bug rtl-optimization/82356] auto-vectorizing pack of 16->8 has a redundant AND after a shift

2017-09-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82356 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/82344] [8 Regression] SPEC CPU2006 435.gromacs ~10% performance regression with trunk@250855

2017-09-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82344 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/82357] [8 Regression] bogus error: cannot bind bitfield

2017-09-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82357 Markus Trippelsdorf changed: What|Removed |Added Keywords||rejects-valid Target

[Bug tree-optimization/82355] [8 Regression] ICE in outermost_loop_in_sese, at sese.c:301

2017-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82355 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/82338] valgrind error in inherit_in_ebb

2017-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82338 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/82352] [7/8 Regression] comdat-local function called by void h::i() outside its comdat

2017-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82352 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug other/82352] link error 'defined in discarded section'

2017-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82352 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #1

[Bug sanitizer/82353] [8 Regression] runtime ubsan crash

2017-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82353 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/80271] Support environment variable CLICOLOR_FORCE to enable -fdiagnostics-color

2017-09-29 Thread jhasse at bixense dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80271 --- Comment #2 from Jan Niklas Hasse --- I guess that's because one doesn't want the build output to depend on an environment variable (most build systems won't rebuild on env variable changes)? -fdiagnostics-color doesn't affect the build

[Bug lto/82172] Destruction of basic_string in basic_stringbuf::overflow with _GLIBCXX_USE_CXX11_ABI=0, -flto, and C++17 mode results in invalid delete

2017-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82172 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/82340] volatile ignored in compound literal

2017-09-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Sep 29 07:35:37 2017 New Revision: 253280 URL: https://gcc.gnu.org/viewcvs?rev=253280=gcc=rev Log: PR c/82340 * c-decl.c (build_compound_literal): Use

[Bug target/82339] Inefficient movabs instruction

2017-09-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82339 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Sep 29 07:20:09 2017 New Revision: 253279 URL: https://gcc.gnu.org/viewcvs?rev=253279=gcc=rev Log: PR target/82339 * config/i386/i386.md (*movdi_internal peephole2):

[Bug target/82092] gcc fails to link genmodes on darwin (cfiStartsArray[i] != cfiStartsArray[i-1])

2017-09-29 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092 --- Comment #5 from Jürgen Reuter --- Interestingly, I get the problem only with Xcode 9.0 and MAC OS X Sierra Darwin 16.6, but not with Xcode 9.0 and Mac OS X High Sierra Darwin 16.7.

[Bug c++/82299] -Wuseless-cast errors on typed enums used in member data initializers in c++1z

2017-09-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82299 Jonathan Wakely changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug c++/82357] [8 Regression] bogus error: cannot bind bitfield

2017-09-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82357 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/82357] New: [8 Regression] bogus error: cannot bind bitfield

2017-09-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82357 Bug ID: 82357 Summary: [8 Regression] bogus error: cannot bind bitfield Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: