[Bug tree-optimization/71831] __builtin_object_size poor results with no optimization

2016-09-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71831 --- Comment #9 from Martin Sebor --- Author: msebor Date: Fri Sep 2 02:14:50 2016 New Revision: 239953 URL: https://gcc.gnu.org/viewcvs?rev=239953&root=gcc&view=rev Log: PR tree-optimization/71831 - __builtin_object_size poor results with no

[Bug tree-optimization/71831] __builtin_object_size poor results with no optimization

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

[Bug c++/77448] Incorrect code generation for calling stack object's method

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

[Bug libstdc++/75402] std::condition_variable::wait_until wakes up constantly

2016-09-01 Thread nfitzgerald at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=75402 Nick Fitzgerald [:fitzgen] [⏰PDT; UTC-7] changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/77448] New: Incorrect code generation for calling stack object's method

2016-09-01 Thread nfitzgerald at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77448 Bug ID: 77448 Summary: Incorrect code generation for calling stack object's method Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

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

2016-09-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #7 from Dominique d'Humieres --- > Works for me here! Are you sure that you have tested print "(f8.0)", huge(1.0) print "(f18.0)", huge(1.0_8) print "(f20.0)", huge(1.0_10) print "(f40.0)", huge(1.0_16) end ?

[Bug c++/77442] error: ‘free’ is not a member of ‘std’ std::free(ptr);

2016-09-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77442 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/77416] [7 Regression] LRA rematerializing use of CA reg across function call

2016-09-01 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77416 --- Comment #6 from Peter Bergner --- Looking closer, it does seem remat is trying to handle these hard coded registers via its hard_regs field. One thing that strikes me as I look at that code, it checks for reg->type being == OP_IN or != OP_IN

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

2016-09-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #6 from Jerry DeLisle --- The update to the test case should correct any platform specific KIND issues. May need to upsize the bufers a little for Dominique's issue. I set the buffers tight so we could catch different behaviors on p

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

2016-09-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #5 from Jerry DeLisle --- Author: jvdelisle Date: Thu Sep 1 21:17:42 2016 New Revision: 239945 URL: https://gcc.gnu.org/viewcvs?rev=239945&root=gcc&view=rev Log: 2016-09-01 Jerry DeLisle PR libgfortran/77393 * gf

[Bug c++/77434] warn about suspicious precedence of ternary operator (?:)

2016-09-01 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77434 --- Comment #7 from Bernd Edlinger --- (In reply to jos...@codesourcery.com from comment #6) > On Thu, 1 Sep 2016, bernd.edlinger at hotmail dot de wrote: > > > + warning_at (location, 0, > > + "?: expression using intege

[Bug c++/77434] warn about suspicious precedence of ternary operator (?:)

2016-09-01 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77434 --- Comment #6 from joseph at codesourcery dot com --- On Thu, 1 Sep 2016, bernd.edlinger at hotmail dot de wrote: > + warning_at (location, 0, > + "?: expression using integer constants in boolean > context"); This shou

[Bug c++/77427] [6/7 Regression] ice when canonical types differ for identical types

2016-09-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77427 --- Comment #6 from Tom de Vries --- (In reply to Tom de Vries from comment #5) > Hmm, PR52830 looks similar. This more generic patch fixes PR52830 as well: ... diff --git a/gcc/tree.c b/gcc/tree.c index 33e6f97..f5c1f6a 100644 --- a/gcc/tree.c

[Bug c++/77434] warn about suspicious precedence of ternary operator (?:)

2016-09-01 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77434 --- Comment #5 from Bernd Edlinger --- This is an idea for a warning that does not focus on parentheses: Here we had: a ? c1 : c2; but in a context where a boolean is requested. It is always suspicious, when c1, and c2 are integer constants whic

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

2016-09-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #4 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #3) > At revision r239908 the second test in comment 0 still gives > > > ** > > Program received signal SIGSEGV: Segmentation fault -

[Bug rtl-optimization/77416] [7 Regression] LRA rematerializing use of CA reg across function call

2016-09-01 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77416 --- Comment #5 from Peter Bergner --- So this is a latent bug in LRA's rematerialization code. For this test case, we have insn: Basic BlocK 6: ... (insn 179 178 92 6 (parallel [ (set (reg/v:SI 175 [ pD.2425 ]) (plus

[Bug libgcc/77447] /usr/arm-linux-gnueabihf is not in xgcc include path

2016-09-01 Thread malithyapa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77447 malithyapa at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED Resolution

[Bug libgcc/77447] /usr/arm-linux-gnueabihf is not in xgcc include path

2016-09-01 Thread malithyapa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77447 --- Comment #3 from malithyapa at gmail dot com --- Yes! sorry, didn't think it'd matter, i even saw that in the original configure line. Thanks!

[Bug fortran/72832] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate requested dimensions

2016-09-01 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72832 vehre at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug libgcc/77447] /usr/arm-linux-gnueabihf is not in xgcc include path

2016-09-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77447 --- Comment #2 from Andrew Pinski --- I suspect you did not use --with-float=hard

[Bug libgcc/77447] /usr/arm-linux-gnueabihf is not in xgcc include path

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

[Bug libgcc/77447] New: /usr/arm-linux-gnueabihf is not in xgcc include path

2016-09-01 Thread malithyapa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77447 Bug ID: 77447 Summary: /usr/arm-linux-gnueabihf is not in xgcc include path Product: gcc Version: 4.9.4 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/72832] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate requested dimensions

2016-09-01 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72832 vehre at gcc dot gnu.org changed: What|Removed |Added Priority|P4 |P3 Assignee|unassign

[Bug c++/77427] [6/7 Regression] ice when canonical types differ for identical types

2016-09-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77427 --- Comment #5 from Tom de Vries --- Hmm, PR52830 looks similar.

[Bug target/72827] [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu

2016-09-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72827 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/7652] -Wswitch-break : Warn if a switch case falls through

2016-09-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652 --- Comment #60 from Marek Polacek --- Author: mpolacek Date: Thu Sep 1 14:59:50 2016 New Revision: 239939 URL: https://gcc.gnu.org/viewcvs?rev=239939&root=gcc&view=rev Log: PR c/7652 gcc/c-family/ * c-common.c (resolve_overloade

[Bug target/72827] [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu

2016-09-01 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72827 --- Comment #26 from Bill Schmidt --- The original patch direction was impossible to make work, as with a base register of r31 (frame pointer) and an offset register of r0 (not allowed as a base register), there is no legitimate way to update the

[Bug target/72827] [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu

2016-09-01 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72827 --- Comment #25 from Bill Schmidt --- Author: wschmidt Date: Thu Sep 1 14:43:55 2016 New Revision: 239938 URL: https://gcc.gnu.org/viewcvs?rev=239938&root=gcc&view=rev Log: 2016-09-01 Bill Schmidt Michael Meissner PR ta

[Bug c++/77446] New: Suspicious "non-constant condition for static assertion" error

2016-09-01 Thread TonyELewis at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77446 Bug ID: 77446 Summary: Suspicious "non-constant condition for static assertion" error Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal P

[Bug target/71607] [5/6/7 Regression] [ARM] ice due to forbidden enabled attribute dependency on instruction operands

2016-09-01 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71607 Thomas Preud'homme changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #6 from Thomas Preu

[Bug target/71607] [5/6/7 Regression] [ARM] ice due to forbidden enabled attribute dependency on instruction operands

2016-09-01 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71607 --- Comment #5 from Thomas Preud'homme --- (In reply to Christophe Monat from comment #4) > (In reply to Thomas Preud'homme from comment #3) > > Thomas, Hi Christophe, > > I am seeing that the assignee name has been reset : does it mean that

[Bug target/71607] [5/6/7 Regression] [ARM] ice due to forbidden enabled attribute dependency on instruction operands

2016-09-01 Thread christophe.monat at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71607 --- Comment #4 from Christophe Monat --- (In reply to Thomas Preud'homme from comment #3) Thomas, I am seeing that the assignee name has been reset : does it mean that you definitely disengage from looking at this problem ? If this is the case

[Bug c++/77443] Empty initializer on huge object array member slow down the compilation dramatically with -O1

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77443 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog CC|

[Bug tree-optimization/77445] [7 Regression] Performance drop after r239219 on coremark test

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

[Bug c/65467] [libgomp] sorry, unimplemented: '_Atomic' with OpenMP

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65467 --- Comment #12 from Jakub Jelinek --- Actually, firstprivate on _Atomic vars in target construct could be implemented just by forcing it into a temporary with non-_Atomic qualified type on the host side (i.e. atomically loading it), firstprivati

[Bug middle-end/77436] [5/6 Regression] Incorrect constant result for summing loop inserted

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77436 Richard Biener changed: What|Removed |Added Known to work||7.0 Summary|[5/6/7 Regressio

[Bug c++/77434] warn about suspicious precedence of ternary operator (?:)

2016-09-01 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77434 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- C

[Bug middle-end/77436] [5/6/7 Regression] Incorrect constant result for summing loop inserted

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77436 --- Comment #6 from Richard Biener --- Author: rguenth Date: Thu Sep 1 13:38:25 2016 New Revision: 239937 URL: https://gcc.gnu.org/viewcvs?rev=239937&root=gcc&view=rev Log: 2016-09-01 Richard Biener PR middle-end/77436 * tre

[Bug rtl-optimization/77416] [7 Regression] LRA rematerializing use of CA reg across function call

2016-09-01 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77416 --- Comment #4 from Pat Haugen --- Didn't really think of this before, but the call isn't necessarily the problem, addze sets the CA bit too. So it's invalid to remataterialize the addze after an addze.

[Bug c++/25814] Request for warning for parser ambiguity of function declarations and variable declarations with initializations

2016-09-01 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25814 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug c++/77427] [6/7 Regression] ice when canonical types differ for identical types

2016-09-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77427 --- Comment #4 from Tom de Vries --- This fixes the ICE: ... diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 4531647..f13790f 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -10551,6 +10551,8 @@ ix86_build_b

[Bug web/69601] current/ redirect is off by at least a day

2016-09-01 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69601 --- Comment #6 from Eric Gallager --- Seems to be fixed for September.

[Bug tree-optimization/77445] [7 Regression] Performance drop after r239219 on coremark test

2016-09-01 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77445 --- Comment #1 from Yuri Rumyantsev --- Created attachment 39535 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39535&action=edit test-case to reproduce It is sufficient to compile it with -Ofast option.

[Bug tree-optimization/77445] New: [7 Regression] Performance drop after r239219 on coremark test

2016-09-01 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77445 Bug ID: 77445 Summary: [7 Regression] Performance drop after r239219 on coremark test Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal P

[Bug c++/77427] [6/7 Regression] ice when canonical types differ for identical types

2016-09-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77427 Tom de Vries changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |vries at gcc dot gnu.org --- Comme

[Bug tree-optimization/77352] ICE: verify_ssa failed

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77352 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:48:54 2016 New Revision: 239933 URL: https://gcc.gnu.org/viewcvs?rev=239933&root=gcc&view=rev Log: Backported from mainline 2016-08-31 Jakub Jelinek

[Bug fortran/77374] [6/7 Regression] ICE in resolve_omp_atomic, at fortran/openmp.c:3949

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77374 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:48:02 2016 New Revision: 239932 URL: https://gcc.gnu.org/viewcvs?rev=239932&root=gcc&view=rev Log: Backported from mainline 2016-08-31 Jakub Jelinek

[Bug tree-optimization/72866] Compile time hog w/ -O3 (-Ofast)

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72866 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:46:57 2016 New Revision: 239931 URL: https://gcc.gnu.org/viewcvs?rev=239931&root=gcc&view=rev Log: Backported from mainline 2016-08-30 Jakub Jelinek

[Bug other/77421] Bugs found in GCC with the help of PVS-Studio

2016-09-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77421 --- Comment #12 from Jonathan Wakely --- (In reply to Richard Biener from comment #11) > (In reply to Jonathan Wakely from comment #5) > > cand_value_at in tree-ssa-loop-ivopts.c does: > > > > tree type = TREE_TYPE (iv->base); > > tree stept

[Bug c++/77363] [5/6 Regression] Missing debug information in DWARF

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77363 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:43:15 2016 New Revision: 239930 URL: https://gcc.gnu.org/viewcvs?rev=239930&root=gcc&view=rev Log: Backported from mainline 2016-08-30 Jakub Jelinek

[Bug middle-end/77377] [7 Regression] c-c++-common/pr59037.c ICEs with -fpic -msse on i686

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77377 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:42:22 2016 New Revision: 239929 URL: https://gcc.gnu.org/viewcvs?rev=239929&root=gcc&view=rev Log: Backported from mainline 2016-08-30 Jakub Jelinek

[Bug tree-optimization/77444] New: Bogus assignments in cand_value_at

2016-09-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77444 Bug ID: 77444 Summary: Bogus assignments in cand_value_at Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizatio

[Bug fortran/71014] associate statement inside omp parallel do appears to disable default private attribute for inner loop indices

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71014 --- Comment #12 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:41:34 2016 New Revision: 239928 URL: https://gcc.gnu.org/viewcvs?rev=239928&root=gcc&view=rev Log: Backported from mainline 2016-08-19 Jakub Jelinek

[Bug fortran/72744] ICE in verify_ssa, at tree-ssa.c:1039

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72744 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:38:57 2016 New Revision: 239927 URL: https://gcc.gnu.org/viewcvs?rev=239927&root=gcc&view=rev Log: Backported from mainline 2016-08-19 Jakub Jelinek

[Bug fortran/69281] gfortran ICE on temporary array in function call with -fstack-arrays -fopenmp

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69281 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:38:16 2016 New Revision: 239926 URL: https://gcc.gnu.org/viewcvs?rev=239926&root=gcc&view=rev Log: Backported from mainline 2016-08-19 Jakub Jelinek

[Bug middle-end/77259] [6/7 Regression] ICE in emit_move_insn since r232167

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77259 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:36:50 2016 New Revision: 239924 URL: https://gcc.gnu.org/viewcvs?rev=239924&root=gcc&view=rev Log: Backported from mainline 2016-08-17 Jakub Jelinek

[Bug target/71910] ICE on valid OpenMP code

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71910 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Thu Sep 1 11:29:55 2016 New Revision: 239922 URL: https://gcc.gnu.org/viewcvs?rev=239922&root=gcc&view=rev Log: Backported from mainline 2016-08-16 Jakub Jelinek

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

2016-09-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77425 --- Comment #3 from Jonathan Wakely --- (In reply to Manuel López-Ibáñez from comment #1) > There is also this example: > > odr_type > get_odr_type (tree type, bool insert) > { > > odr_types[val->id] = 0; > gcc_assert (val->derived_ty

[Bug c++/77443] New: Empty initializer on huge object array member slow down the compilation dramatically with -O1

2016-09-01 Thread gcc at gyoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77443 Bug ID: 77443 Summary: Empty initializer on huge object array member slow down the compilation dramatically with -O1 Product: gcc Version: 5.4.0 Status: UNCONFIRMED

[Bug rtl-optimization/77425] Pointer test follows dereference in sched-int.h

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

[Bug tree-optimization/77438] Vector lowering should also consider larger vector sizes (MMX -> SSE)

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77438 --- Comment #5 from Richard Biener --- Profitability also depends on the ABI in this case as well as the ability to do the required extensions/extractions (and resource availability). For bit operations that directly map to the integer represent

[Bug ada/71911] [Cygwin] "gnatclean program" will remove the standard package .ali file

2016-09-01 Thread heresy-me at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71911 --- Comment #6 from 鍾 --- (In reply to Eric Botcazou from comment #5) > > -rw-r--r-- 1 Administrator None 1.7K 六月 14 00:12 a-assert.ali > > -rw-r--r-- 1 Administrator None 16K 六月 14 00:12 a-btgbso.ali > > -rw-r--r-- 1 Administrator None 2.7K 六月

[Bug tree-optimization/77438] Vector lowering should also consider larger vector sizes (MMX -> SSE)

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77438 Richard Biener changed: What|Removed |Added Component|target |tree-optimization Summary|MM

[Bug c++/77427] [6/7 Regression] ice when canonical types differ for identical types

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77427 Richard Biener changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug ada/71911] [Cygwin] "gnatclean program" will remove the standard package .ali file

2016-09-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71911 --- Comment #5 from Eric Botcazou --- > -rw-r--r-- 1 Administrator None 1.7K 六月 14 00:12 a-assert.ali > -rw-r--r-- 1 Administrator None 16K 六月 14 00:12 a-btgbso.ali > -rw-r--r-- 1 Administrator None 2.7K 六月 14 00:12 a-calari.ali > -rw-r--r-- 1 A

[Bug c++/77442] New: error: ‘free’ is not a member of ‘std’ std::free(ptr);

2016-09-01 Thread manishthatte at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77442 Bug ID: 77442 Summary: error: ‘free’ is not a member of ‘std’ std::free(ptr); Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug middle-end/77436] [5/6/7 Regression] Incorrect constant result for summing loop inserted

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

[Bug ada/71911] [Cygwin] "gnatclean program" will remove the standard package .ali file

2016-09-01 Thread heresy-me at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71911 --- Comment #4 from 鍾 --- (In reply to Eric Botcazou from comment #3) > > I use the administrator user and administrator permissions in Windows host, > > so, normally I use the same permission map to root permissions in Cygwin > > host. > > Plea

[Bug target/77441] New: Cygwin64: g++ linker: infinite loop when linking a shared library from objects compiled with std=c++14

2016-09-01 Thread zosrothko at orange dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77441 Bug ID: 77441 Summary: Cygwin64: g++ linker: infinite loop when linking a shared library from objects compiled with std=c++14 Product: gcc Version: 5.4.0 Status: UNCONFIR

[Bug target/77439] [6/7 regression] wrong code for sibcall with longcall, APCS frame and VFP

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77439 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.3

[Bug target/77281] [ARM] Wrong code generated for move of constant vector with mix of signed and unsigned zeros

2016-09-01 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77281 --- Comment #3 from mwahab at gcc dot gnu.org --- Author: mwahab Date: Thu Sep 1 08:57:21 2016 New Revision: 239918 URL: https://gcc.gnu.org/viewcvs?rev=239918&root=gcc&view=rev Log: [ARM] Fix an invalid check for vectors of the same floating-po

[Bug c++/77440] New: [[noreturn]] does not work at end of main().

2016-09-01 Thread kataoka-instructor at ka2 dot so-net.ne.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77440 Bug ID: 77440 Summary: [[noreturn]] does not work at end of main(). Product: gcc Version: 5.4.1 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

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

2016-09-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #3 from Dominique d'Humieres --- At revision r239908 the second test in comment 0 still gives ** Program received signal SIGSEGV: Segmentation fault - invalid memory reference. at run time.

[Bug middle-end/77436] [5/6/7 Regression] Incorrect constant result for summing loop inserted

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77436 Richard Biener changed: What|Removed |Added Keywords||wrong-code Component|c

[Bug target/77438] MMX intrinsic on x86_64 generates bloated code

2016-09-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77438 --- Comment #3 from Uroš Bizjak --- (In reply to Richard Biener from comment #2) > I belive that's on purpose because the compiler cannot introduce MMX > usage because of the overlap with the x87 register stack. True. It is even worse, x87 stac

[Bug middle-end/77426] Duplicate condition in expmed.c

2016-09-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77426 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee

[Bug target/77438] MMX intrinsic on x86_64 generates bloated code

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

[Bug testsuite/77418] SELECT TYPE associating entity can be (de)allocated

2016-09-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77418 Paul Thomas changed: What|Removed |Added Keywords||accepts-invalid Status|RESOLVE

[Bug tree-optimization/77424] Identical statements in if-else branches

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

[Bug c/68687] C compiler options to ignore all const qualifiers

2016-09-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68687 --- Comment #1 from Andrew Pinski --- -Dconst= should work, right?

[Bug target/77439] [6/7 regression] wrong code for sibcall with longcall, APCS frame and VFP

2016-09-01 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77439 Jiong Wang changed: What|Removed |Added Assignee|jiwang at gcc dot gnu.org |unassigned at gcc dot gnu.org --- C

[Bug middle-end/77422] -fdata-sections should put each constant in its own section

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77422 --- Comment #6 from Richard Biener --- I agree with Jakub.

[Bug other/77421] Bugs found in GCC with the help of PVS-Studio

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77421 --- Comment #11 from Richard Biener --- (In reply to Jonathan Wakely from comment #5) > Remaining issues: > > find_structure in gengtype.c does: > > structures = s; > s->kind = kind; > s->u.s.tag = name; > structures = s; > > The first

[Bug fortran/77420] [5/6/7 Regression] gfortran and equivalence produces internal compiler error

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77420 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.5

[Bug testsuite/77418] SELECT TYPE associating entity can be (de)allocated

2016-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77418 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Component|fortran

[Bug target/77439] New: [6/7 regression] wrong code for sibcall with longcall, APCS frame and VFP

2016-09-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77439 Bug ID: 77439 Summary: [6/7 regression] wrong code for sibcall with longcall, APCS frame and VFP Product: gcc Version: 6.2.1 Status: UNCONFIRMED Severity: norm

[Bug c++/77430] warn about redundant assignments

2016-09-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77430 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1