[Bug d/90893] ODR violation

2019-08-09 Thread ibuclaw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90893 --- Comment #3 from ibuclaw at gcc dot gnu.org --- Author: ibuclaw Date: Sat Aug 10 05:25:44 2019 New Revision: 274249 URL: https://gcc.gnu.org/viewcvs?rev=274249=gcc=rev Log: Fix ODR violation in d/runtime.cc gcc/d/ChangeLog: PR

[Bug d/90893] ODR violation

2019-08-09 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90893 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/91377] [8/9/10 Regression] ICE with non-static block scope constexpr, captured in lambda, used as template parameter

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91377 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug target/91408] New: [10 Regression] ICE in extract_insn, at recog.c:2310 since r273981

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91408 Bug ID: 91408 Summary: [10 Regression] ICE in extract_insn, at recog.c:2310 since r273981 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords:

[Bug c/91398] Possible missed optimization: Can a pointer be passed as hidden pointer in x86-64 System V ABI

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91398 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug target/91408] [10 Regression] ICE in extract_insn, at recog.c:2310 since r273981

2019-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91408 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug driver/91406] gcc -Q -v lies about what flags are enabled

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91406 --- Comment #1 from Richard Biener --- -Q -v is only a wild guess given whether options are enabled or disabled may depend on the function context. There's really no way to implement it accurately (this -1 trick for "auto-detection" could

[Bug target/91408] [10 Regression] ICE in extract_insn, at recog.c:2310 since r273981

2019-08-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91408 --- Comment #1 from Uroš Bizjak --- Just change vector_operand predicates in usadv8qi to register_operand.

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 --- Comment #7 from David Binderman --- Created attachment 46697 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46697=edit preprocessed C source code Preprocessed source code for open.c (aka /tmp/q.i in previous comment)

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0 Summary|lto1: internal

[Bug target/91408] [10 Regression] ICE in extract_insn, at recog.c:2310 since r273981

2019-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91408 --- Comment #2 from Jakub Jelinek --- Yeah, that is what I'm testing. Both instructions use register_mmxmem_operand which is for mmx with sse actually a register_operand.

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 --- Comment #2 from David Binderman --- Created attachment 46694 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46694=edit xz compressed tar file cat bug1.txz | xz -d | tar xvf - should do it.

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 Martin Liška changed: What|Removed |Added Status|WAITING |ASSIGNED --- Comment #4 from Martin

[Bug lto/91376] g++.dg/lto/pr90990 FAILs with gld 2.32.51

2019-08-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91376 --- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #9 from Martin Liška --- > (In reply to r...@cebitec.uni-bielefeld.de from comment #8) [...] >> I don't see how nm would come into play here. > > I thought you see the

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 --- Comment #6 from David Binderman --- Command line seems to be /home/dcb/gcc/results.274150/bin/gcc -O3 -flto -g -pipe -Wall -Werror=format-se curity -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchr

[Bug plugins/90924] lto-plugin/lto-plugin.c heap memory corruption due to insufficient sanitization.

2019-08-09 Thread tanaya_patil at persistent dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90924 Tanaya Patil changed: What|Removed |Added CC||tanaya_patil at persistent dot com ---

[Bug c/91401] schedule + dist_schedule clauses rejected on distribute parallel for

2019-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91401 --- Comment #1 from Jakub Jelinek --- Author: jakub Date: Fri Aug 9 07:23:03 2019 New Revision: 274226 URL: https://gcc.gnu.org/viewcvs?rev=274226=gcc=rev Log: PR c/91401 c/ * c-parser.c (c_parser_omp_clause_dist_schedule): Fix

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 Richard Biener changed: What|Removed |Added Component|driver |other --- Comment #3 from Richard

[Bug lto/91376] g++.dg/lto/pr90990 FAILs with gld 2.32.51

2019-08-09 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91376 --- Comment #10 from Rainer Orth --- Created attachment 46696 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46696=edit i386-pc-solaris2.11 input objects

[Bug lto/91376] g++.dg/lto/pr90990 FAILs with gld 2.32.51

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91376 --- Comment #12 from Martin Liška --- (In reply to r...@cebitec.uni-bielefeld.de from comment #11) > > --- Comment #9 from Martin Liška --- > > (In reply to r...@cebitec.uni-bielefeld.de from comment #8) > [...] > >> I don't see how nm would

[Bug ipa/91404] [10 Regression] ICE in gt_ggc_mx_symtab_node at gcc/gtype-desc.c:1302

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91404 --- Comment #3 from Martin Liška --- Good, now I can reproduce it. I was wrongly building xalancbmk from SPEC2017.

[Bug ipa/91404] [10 Regression] ICE in gt_ggc_mx_symtab_node at gcc/gtype-desc.c:1302

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91404 --- Comment #4 from Martin Liška --- I've got a patch candidate..

[Bug lto/91376] g++.dg/lto/pr90990 FAILs with gld 2.32.51

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91376 --- Comment #9 from Martin Liška --- (In reply to r...@cebitec.uni-bielefeld.de from comment #8) > > --- Comment #7 from Martin Liška --- > > (In reply to Martin Liška from comment #6) > >> Good, then let me take a look. > > > > So I've just

[Bug ipa/91404] [10 Regression] internal compiler error: Segmentation fault

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

[Bug tree-optimization/91403] GCC fails with ICE.

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/91400] __builtin_cpu_supports conjunction is optimized poorly

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91400 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug ipa/91404] [10 Regression] ICE in gt_ggc_mx_symtab_node at gcc/gtype-desc.c:1302

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91404 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 --- Comment #3 from David Binderman --- Created attachment 46695 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46695=edit xz compressed tar file cat bug2.txz | xz -d | tar xvf - should do it. First attachment contains object files

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 Martin Liška changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #5 from Martin Liška

[Bug c++/90313] [7/8/9/10 Regression] Is an assignment elided with gcc7.3 -O2?

2019-08-09 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90313 --- Comment #4 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Fri Aug 9 09:37:55 2019 New Revision: 274234 URL: https://gcc.gnu.org/viewcvs?rev=274234=gcc=rev Log: Reject tail calls that read from an escaped RESULT_DECL (PR90313)

[Bug c++/91407] New: Wnon-virtual-dtor should't fire for classes with operator delete=delete

2019-08-09 Thread asorenji at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91407 Bug ID: 91407 Summary: Wnon-virtual-dtor should't fire for classes with operator delete=delete Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal

[Bug target/91408] [10 Regression] ICE in extract_insn, at recog.c:2310 since r273981

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

[Bug target/91408] [10 Regression] ICE in extract_insn, at recog.c:2310 since r273981

2019-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91408 --- Comment #3 from Jakub Jelinek --- Created attachment 46693 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46693=edit gcc10-pr91408.patch Full untested patch.

[Bug ipa/91404] [10 Regression] ICE in gt_ggc_mx_symtab_node at gcc/gtype-desc.c:1302

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

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 Martin Liška changed: What|Removed |Added Status|WAITING |ASSIGNED See Also|

[Bug c++/90313] [7/8/9 Regression] Is an assignment elided with gcc7.3 -O2?

2019-08-09 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90313 rsandifo at gcc dot gnu.org changed: What|Removed |Added Summary|[7/8/9/10 Regression] Is an |[7/8/9 Regression] Is an

[Bug middle-end/64501] Unreachable catch BB for try blocks that cannot create an exception of specific type

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64501 Martin Liška changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marxin at gcc dot

[Bug tree-optimization/90838] Detect table-based ctz implementation

2019-08-09 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90838 Wilco changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/91410] New: OpenMP error message when compiling OpenACC code

2019-08-09 Thread judicael.grasset at stfc dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91410 Bug ID: 91410 Summary: OpenMP error message when compiling OpenACC code Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug lto/91393] [10 Regression] lto1: internal compiler error: decompressed stream: Destination buffer is too small

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91393 --- Comment #9 from Martin Liška --- I've got a patch candidate for it.

[Bug lto/88220] LTO ICE with GNU inline and alias's

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220 Martin Liška changed: What|Removed |Added Assignee|hubicka at gcc dot gnu.org |marxin at gcc dot gnu.org ---

[Bug rtl-optimization/91154] [10 Regression] 456.hmmer regression on Haswell caused by r272922

2019-08-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91154 --- Comment #20 from rguenther at suse dot de --- On Wed, 7 Aug 2019, segher at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91154 > > Segher Boessenkool changed: > >What|Removed

[Bug target/91409] Missed optimization on `labels as values` expression

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91409 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/91409] New: Missed optimization on `labels as values` expression

2019-08-09 Thread mserdarsanli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91409 Bug ID: 91409 Summary: Missed optimization on `labels as values` expression Product: gcc Version: 9.1.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug ipa/91404] [10 Regression] ICE in gt_ggc_mx_symtab_node at gcc/gtype-desc.c:1302

2019-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91404 Martin Liška changed: What|Removed |Added Keywords||patch --- Comment #5 from Martin Liška

[Bug target/91386] open-iscsi iscsiadm miscompiled by LTO on aarch64

2019-08-09 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91386 Richard Earnshaw changed: What|Removed |Added Known to fail|10.0| --- Comment #21 from Richard

[Bug plugins/90924] lto-plugin/lto-plugin.c heap memory corruption due to insufficient sanitization.

2019-08-09 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90924 Nick Clifton changed: What|Removed |Added CC||nickc at gcc dot gnu.org --- Comment #12

[Bug debug/91411] New: Extraneous size & location attributes for members in DWARF

2019-08-09 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91411 Bug ID: 91411 Summary: Extraneous size & location attributes for members in DWARF Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/91386] open-iscsi iscsiadm miscompiled by LTO on aarch64

2019-08-09 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91386 --- Comment #20 from Richard Earnshaw --- Author: rearnsha Date: Fri Aug 9 16:14:59 2019 New Revision: 274238 URL: https://gcc.gnu.org/viewcvs?rev=274238=gcc=rev Log: [aarch64] PR target/91386 Use copy_rtx to avoid modifying original insns in

[Bug tree-optimization/90879] fold zero-equality of strcmp between a longer string and a smaller array

2019-08-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90879 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor

[Bug target/48595] score-elf fails to build with --enable-werror-always

2019-08-09 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48595 --- Comment #3 from joseph at codesourcery dot com --- The score port was removed in 2014. All open bugs for it should have been closed at that time.

[Bug target/48595] score-elf fails to build with --enable-werror-always

2019-08-09 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48595 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug bootstrap/44756] [meta-bug] --enable-werror-always issues

2019-08-09 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756 Bug 44756 depends on bug 48595, which changed state. Bug 48595 Summary: score-elf fails to build with --enable-werror-always https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48595 What|Removed |Added

[Bug middle-end/90693] Missing popcount simplifications

2019-08-09 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90693 Wilco changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/91398] Possible missed optimization: Can a pointer be passed as hidden pointer in x86-64 System V ABI

2019-08-09 Thread no...@turm-lahnstein.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91398 --- Comment #3 from ead --- Thank you for the expanations and your time!

[Bug go/86535] FreeBSD/PowerPC64 - Building Go Frontend support for gcc 7.3.0 fails

2019-08-09 Thread clhamilto at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86535 --- Comment #24 from Curtis Hamilton --- Okay, I modified the code and got pass that issue. But have run into another issue that has me stumped. I'm getting the below error:

[Bug c++/91412] New: Unexpectedly correct raw string literal

2019-08-09 Thread alisdairm at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91412 Bug ID: 91412 Summary: Unexpectedly correct raw string literal Product: gcc Version: 9.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/88072] gfortran crashes with an internal compiler error

2019-08-09 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88072 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/71369] Compile failure about template function call operator

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71369 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/59570] Warning for semicolon trailing closing curly brackets

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59570 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/71790] C++ attributes on expression statements result in compile error

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71790 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/50184] Segmentation fault. Copy Constructor.

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50184 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-08-09 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org ---

[Bug c/91398] Possible missed optimization: Can a pointer be passed as hidden pointer in x86-64 System V ABI

2019-08-09 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91398 Peter Cordes changed: What|Removed |Added CC||peter at cordes dot ca --- Comment #4

[Bug go/86535] FreeBSD/PowerPC64 - Building Go Frontend support for gcc 7.3.0 fails

2019-08-09 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86535 --- Comment #25 from Ian Lance Taylor --- The code in os_freebsd.go is written for the gc toolchain. You'll need to look at it and see whether it makes sense for gccgo. That said, that call to sysctl does seem to make sense. You'll need to

[Bug c++/83798] Enhancement to Wmain warnings

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83798 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/83797] Inconsistent error messages for main

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83797 --- Comment #6 from Marek Polacek --- *** Bug 83798 has been marked as a duplicate of this bug. ***

[Bug c++/83003] Using the detection idiom and void_t causes an error

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83003 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/59681] SVN 197248 adding N3582 support broke Boost.Regex with -std=c++1y

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59681 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/91122] alignas gives up evaluating a constant expression in template context

2019-08-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91122 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/88072] gfortran crashes with an internal compiler error

2019-08-09 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88072 --- Comment #2 from kargl at gcc dot gnu.org --- Patch submitted.