[Bug bootstrap/87013] Error: junk at end of line, first unrecognized character is `i'

2018-08-25 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87013 martin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/44400] GCC allows declaring a function having the name of the class using a typedef

2018-08-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44400 Eric Gallager changed: What|Removed |Added CC||jason at redhat dot com,

[Bug tree-optimization/87105] Autovectorization [X86, SSE2, AVX2, DoublePrecision]

2018-08-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87105 --- Comment #2 from Andrew Pinski --- One more point is in C++ (a < b ? b : a) is a lvalue which might also interfer with converting it into min/max.

[Bug tree-optimization/87105] Autovectorization [X86, SSE2, AVX2, DoublePrecision]

2018-08-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87105 --- Comment #1 from Andrew Pinski --- So I think it is an interesting interaction in that GCC cannot change a < b ? a : b into MIN_EXPR. There might be a reasoning behind this, dealing with NaNs, INF, etc.

[Bug target/87104] missed &, == optimization makes Emacs ~0.4% slower on x86-64

2018-08-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104 --- Comment #5 from Andrew Pinski --- (In reply to eggert from comment #3) > (In reply to Andrew Pinski from comment #2) > > This seems like a target issue ... > > Although the code generated is target-dependent, the performance problem is > not

[Bug target/87104] missed &, == optimization makes Emacs ~0.4% slower on x86-64

2018-08-25 Thread eggert at cs dot ucla.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104 --- Comment #4 from eggert at cs dot ucla.edu --- Created attachment 44597 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44597&action=edit output when compiling fg.c with "gcc -O2 -S" on x86

[Bug target/87104] missed &, == optimization makes Emacs ~0.4% slower on x86-64

2018-08-25 Thread eggert at cs dot ucla.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104 --- Comment #3 from eggert at cs dot ucla.edu --- (In reply to Andrew Pinski from comment #2) > This seems like a target issue ... Although the code generated is target-dependent, the performance problem is not limited to x86-64. x86 has the same

[Bug c/86647] Test on constant expression (unsigned) -1 < 0 triggers a spurious -Wtype-limits warning

2018-08-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86647 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/87105] New: Autovectorization [X86, SSE2, AVX2, DoublePrecision]

2018-08-25 Thread kobalicek.petr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87105 Bug ID: 87105 Summary: Autovectorization [X86, SSE2, AVX2, DoublePrecision] Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug fortran/86704] [8/9 Regression] Segmentation fault when using matmul in combination with transpose

2018-08-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86704 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Sat Aug 25 21:31:30 2018 New Revision: 263856 URL: https://gcc.gnu.org/viewcvs?rev=263856&root=gcc&view=rev Log: 2018-08-25 Thomas Koenig PR libfortran/86704 * m4/m

[Bug target/87104] missed &, == optimization makes Emacs ~0.4% slower on x86-64

2018-08-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Target|

[Bug c/87104] missed &, == optimization makes Emacs ~0.4% slower on x86-64

2018-08-25 Thread eggert at cs dot ucla.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104 --- Comment #1 from eggert at cs dot ucla.edu --- Created attachment 44596 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44596&action=edit output when compiling fg.c with "gcc -O2 -S" on x86-64

[Bug c/87104] New: missed &, == optimization makes Emacs ~0.4% slower on x86-64

2018-08-25 Thread eggert at cs dot ucla.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104 Bug ID: 87104 Summary: missed &, == optimization makes Emacs ~0.4% slower on x86-64 Product: gcc Version: 8.1.1 Status: UNCONFIRMED Severity: normal P

[Bug fortran/87103] New: ICE in gfc_new_symbol() due to overlong symbol name

2018-08-25 Thread abensonca at gmail dot com
--no-create --no-recursion Thread model: posix gcc version 9.0.0 20180825 (experimental) (GCC) $ gfortran -c tmp1.F90 -o tmp1.o f951: internal compiler error: new_symbol(): Symbol name too long 0x7b9711 gfc_internal_error(char const*, ...) ../../gcc-trunk/gcc/fortran/error.c:1362 0x84a838

[Bug ada/87102] New: FAIL: gnat.dg/debug11_pkg.adb scan-assembler local_imported_func

2018-08-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87102 Bug ID: 87102 Summary: FAIL: gnat.dg/debug11_pkg.adb scan-assembler local_imported_func Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug ada/87101] New: FAIL: gnat.dg/config_pragma1.adb execution test

2018-08-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87101 Bug ID: 87101 Summary: FAIL: gnat.dg/config_pragma1.adb execution test Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug ada/87100] New: FAIL: gnat.dg/config_pragma1.adb execution test

2018-08-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87100 Bug ID: 87100 Summary: FAIL: gnat.dg/config_pragma1.adb execution test Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug c++/87093] is_constructible (__is_constructible() instrinsic) explicitly instantiates conversion member function of source

2018-08-25 Thread TonyELewis at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87093 --- Comment #2 from Tony E Lewis --- Thanks for the response. Yes - that makes sense to me.

[Bug fortran/86907] [9 Regression] bogus warning "No location in expression near"

2018-08-25 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86907 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to Jürgen Reuter from comment #3) > Janus, this is actually incredibly valuable information. Yes, I was always > since ages building gcc/gfortran/g++ from the svn, and at some point > comp

[Bug tree-optimization/87059] [9 Regression] internal compiler error: in set_value_range, at tree-vrp.c:289

2018-08-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87059 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/87059] [9 Regression] internal compiler error: in set_value_range, at tree-vrp.c:289

2018-08-25 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87059 --- Comment #22 from Jeffrey A. Law --- Author: law Date: Sat Aug 25 19:12:36 2018 New Revision: 263855 URL: https://gcc.gnu.org/viewcvs?rev=263855&root=gcc&view=rev Log: PR tree-optimization/87059 * builtins.c (expand_builtin_st

[Bug tree-optimization/81958] spurious -Wmaybe-uninitialized warning in gcc-8, or with -O1

2018-08-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81958 --- Comment #3 from Jeffrey A. Law --- I'd suggest leaving as a single bug for the Wuninitialized issue. There may be other approaches to fixing it that are worth exploring. If we split into multiple bugs for the various hunks of work DOM would

[Bug fortran/86907] [9 Regression] bogus warning "No location in expression near"

2018-08-25 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86907 --- Comment #3 from Jürgen Reuter --- (In reply to janus from comment #2) > I cannot reproduce this at r263854. > > I think the error you report requires GCC to be configured with > --enable-checking (this is on by default for non-release builds

[Bug fortran/86907] [9 Regression] bogus warning "No location in expression near"

2018-08-25 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86907 --- Comment #2 from janus at gcc dot gnu.org --- I cannot reproduce this at r263854. I think the error you report requires GCC to be configured with --enable-checking (this is on by default for non-release builds, but off for releases).

[Bug fortran/86545] ICE in transfer_expr on invalid WRITE statement

2018-08-25 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86545 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/86545] ICE in transfer_expr on invalid WRITE statement

2018-08-25 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86545 --- Comment #8 from janus at gcc dot gnu.org --- Author: janus Date: Sat Aug 25 15:41:34 2018 New Revision: 263854 URL: https://gcc.gnu.org/viewcvs?rev=263854&root=gcc&view=rev Log: fix PR 86545 2018-08-25 Janus Weil PR fortran/86545

[Bug fortran/86704] [8/9 Regression] Segmentation fault when using matmul in combination with transpose

2018-08-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86704 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug fortran/87045] pointer to array of character

2018-08-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87045 Thomas Koenig changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRME

[Bug bootstrap/86872] [9 Regression] LTO bootstrap failed with profiledbootstrap

2018-08-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/79342] [6 Regression] ICE in output_index_string, at dwarf2out.c:25635 with -gsplit-dwarf

2018-08-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79342 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/86662] [7/8/9 Regression] msp430-elf segfault with -flto and -mlarge

2018-08-25 Thread jozefl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86662 --- Comment #5 from jozefl at gcc dot gnu.org --- Author: jozefl Date: Sat Aug 25 12:10:28 2018 New Revision: 263853 URL: https://gcc.gnu.org/viewcvs?rev=263853&root=gcc&view=rev Log: Backport from mainline PR target/86662 * gcc/tree.c (

[Bug target/86662] [7/8/9 Regression] msp430-elf segfault with -flto and -mlarge

2018-08-25 Thread jozefl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86662 --- Comment #4 from jozefl at gcc dot gnu.org --- Author: jozefl Date: Sat Aug 25 11:52:15 2018 New Revision: 263852 URL: https://gcc.gnu.org/viewcvs?rev=263852&root=gcc&view=rev Log: Backport from mainline PR target/86662 * gcc/tree.c

Building libgcc/GCC 7.3.0 fails on PowerPC 7447A with Mac OS X 10.4.11 (Tiger) because three files differ between stages 2 and 3

2018-08-25 Thread Peter Dyballa
Hello! This happens when using the MacPorts package manager. First build went fine, then packages like cctools and ld64 were upgraded, so libgcc/GCC 7.3.0 had to be upgraded too. The new build fails constantly with rm -f stage_current make[3]: Leaving directory `/opt/local/var/ma

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-08-25 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 --- Comment #2 from Dmitry G. Dyachenko --- gcc invocation can be simplified : -fno-semantic-interposition can be removed. (was needed while creducing original testcase) So, $ g++ -fpreprocessed -O2 -flto -fPIC -DPIC -c -o a.o a.ii $ g++ -fprepr

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-08-25 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #8 from Iain Sandoe --- Author: iains Date: Sat Aug 25 09:02:28 2018 New Revision: 263850 URL: https://gcc.gnu.org/viewcvs?rev=263850&root=gcc&view=rev Log: Don't force visibility to hidden for Darwin > 8. PR libstdc++/70694