[Bug target/77493] [6/7 Regression] -fcrossjumping (-O2) on ppc64le causes segfaults (jump to 0x0) (first bad r230091)

2016-09-06 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77493 --- Comment #10 from David Abdurachmanov --- We have been bitten by DSE with TBB already on GCC 6.2.0. I decided to try -fno-lifetime-dse on the first bad commit and got some surprising results. Now it fails with: pure virtual method called te

[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2016-09-06 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33952 David Malcolm changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org --- Comment

[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2016-09-06 Thread gcc-bugzilla at contacts dot eelis.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33952 --- Comment #5 from Eelis --- (In reply to David Malcolm from comment #4) > Eelis: FWIW, gcc has a -fmax-errors=n option; I wonder if setting that to 1 > might be a better fit for geordi? (just thinking aloud here). It also truncates the error

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #13 from Jerry DeLisle --- Author: jvdelisle Date: Tue Sep 6 23:22:26 2016 New Revision: 240018 URL: https://gcc.gnu.org/viewcvs?rev=240018&root=gcc&view=rev Log: 2016-09-06 Jerry DeLisle PR libgfortran/77393 * i

[Bug middle-end/70987] missing -Wuninitialized calling built-in string functions with an uninitialized argument

2016-09-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70987 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/10138] warn for uninitialized arrays passed as const* arguments

2016-09-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10138 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #25

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2016-09-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 70987, which changed state. Bug 70987 Summary: missing -Wuninitialized calling built-in string functions with an uninitialized argument https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70987 What|Removed

[Bug middle-end/10138] warn for uninitialized arrays passed as const* arguments

2016-09-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10138 --- Comment #26 from Martin Sebor --- It seems that it should be possible to enhance the warn_uninitialized_vars function in tree-ssa-uninit.c to detect this case by iterating over a callee's arguments and warn on uninitialized variables whose ad

[Bug fortran/77504] "is used uninitialized" with allocatable string and array constructors

2016-09-06 Thread urbanjost at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504 urbanjost at comcast dot net changed: What|Removed |Added CC||urbanjost at comcast dot ne

[Bug fortran/77505] New: Negative character length not treated as LEN=0

2016-09-06 Thread urbanjost at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77505 Bug ID: 77505 Summary: Negative character length not treated as LEN=0 Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: for

[Bug fortran/77506] New: stamdard for f2008 does not allow CHARACTER(LEN=*) in array constructor

2016-09-06 Thread urbanjost at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77506 Bug ID: 77506 Summary: stamdard for f2008 does not allow CHARACTER(LEN=*) in array constructor Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/77506] stamdard for f2008 does not allow CHARACTER(LEN=*) in array constructor

2016-09-06 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77506 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug tree-optimization/77503] [7 regression] ICE in vect_transform_stmt compiling postgresql

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77503 --- Comment #10 from Andrew Pinski --- (In reply to Markus Trippelsdorf from comment #6) > markus@x4 tmp % cat fsmpage.i You got to it before I could do that :).

[Bug c/77490] bit-not (~) on boolean should be warned about

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #15 from Andrew Pinski --- (In reply to Leonid Lisovskiy from comment #14) > (In reply to ktkachov from comment #13) > > Marking this as fixed then. Thanks for testing. > > Could you repeat the same optimizations for MIPS (`xlp_cpu',

[Bug target/39616] Stage 2 Werror - trunk revision 145459 - libcpp/identifiers.c:113: error: variably modified 'proxy_assertion_broken' at file scope

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39616 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

<    1   2