[Bug target/67887] New: FAIL: gcc.dg/pr65345-3.c (internal compiler error)

2015-10-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67887 Bug ID: 67887 Summary: FAIL: gcc.dg/pr65345-3.c (internal compiler error) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/67887] FAIL: gcc.dg/pr65345-3.c (internal compiler error)

2015-10-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67887 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |6.0

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Wed Oct 7 21:00:50 2015 New Revision: 228584 URL: https://gcc.gnu.org/viewcvs?rev=228584=gcc=rev Log: Backport Filesystem TS fixes from mainline. PR libstdc++/67173 PR

[Bug libstdc++/67747] experimental/filesystem/iterators/recursive_directory_iterator.cc FAILs

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67747 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Wed Oct 7 21:00:50 2015 New Revision: 228584 URL: https://gcc.gnu.org/viewcvs?rev=228584=gcc=rev Log: Backport Filesystem TS fixes from mainline. PR libstdc++/67173

[Bug libstdc++/67747] experimental/filesystem/iterators/recursive_directory_iterator.cc FAILs

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67747 Jonathan Wakely changed: What|Removed |Added Target Milestone|6.0 |5.3 --- Comment #11 from Jonathan

[Bug fortran/67885] ICE on using parameter array in block

2015-10-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67885 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug c/67882] surprising offsetof result on an invalid array member without diagnostic

2015-10-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67882 --- Comment #1 from Martin Sebor --- Created attachment 36459 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36459=edit /home/remote/msebor/patches/gcc-67882-surprising_offsetof_result.patch Proposed patch.

[Bug libstdc++/67843] experimental/filesystem/iterators/directory_iterator.cc fails on armv5t

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67843 --- Comment #6 from Jonathan Wakely --- Created attachment 36458 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36458=edit Require consistent shared_ptr lock policy Maybe we should solve this by forcing a linker error when an object

[Bug tree-optimization/67886] New: Incomplete optimization for virtual function call into freshly constructed object

2015-10-07 Thread Simon.Richter at hogyros dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67886 Bug ID: 67886 Summary: Incomplete optimization for virtual function call into freshly constructed object Product: gcc Version: 4.9.2 Status: UNCONFIRMED

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/67843] experimental/filesystem/iterators/directory_iterator.cc fails on armv5t

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67843 --- Comment #5 from Jonathan Wakely --- I've just realised this is probably the same issue as PR42734 If you compile for armv5 then shared_ptr uses a mutex internally, because armv5 doesn't support the necessary atomics. The library is compiled

[Bug c/67879] New: unnecessary jump in ternary

2015-10-07 Thread marccelani at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67879 Bug ID: 67879 Summary: unnecessary jump in ternary Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 --- Comment #19 from Uroš Bizjak --- (In reply to Justas L from comment #18) > Out of curiosity, what could it be that makes -mincoming-stack-boundary=3 > successfully deal with rogue code while -mstackrealign fails at that? > Shouldn't

[Bug c/67872] missing -Warray-bounds warning, bogus -Wmaybe-uninitialized

2015-10-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67872 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/67880] New: [ARM] -fno-align-functions does not work for thumb

2015-10-07 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67880 Bug ID: 67880 Summary: [ARM] -fno-align-functions does not work for thumb Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/67879] unnecessary jump in ternary

2015-10-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67879 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug target/67877] Split stack needs to be support for AARCH64

2015-10-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67877 Richard Biener changed: What|Removed |Added Severity|normal |enhancement

[Bug target/67880] [ARM] -fno-align-functions does not work for thumb

2015-10-07 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67880 --- Comment #1 from chrbr at gcc dot gnu.org --- optimize flags should not be part of the alignment ABI. fixed with https://gcc.gnu.org/ml/gcc-patches/2015-09/msg02198.html

[Bug c++/67881] New: type deduced incorrectly in constructor template when binding to const int

2015-10-07 Thread akrzemi1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67881 Bug ID: 67881 Summary: type deduced incorrectly in constructor template when binding to const int Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity:

[Bug c/65345] ICE with _Generic selection on _Atomic int

2015-10-07 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65345 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de ---

[Bug target/67871] LTO falis for ARM big-endian

2015-10-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67871 Richard Biener changed: What|Removed |Added Keywords||lto Target|

[Bug c/65345] ICE with _Generic selection on _Atomic int

2015-10-07 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65345 --- Comment #23 from Ramana Radhakrishnan --- Author: ramana Date: Wed Oct 7 08:37:35 2015 New Revision: 228562 URL: https://gcc.gnu.org/viewcvs?rev=228562=gcc=rev Log: Fix PR c/65345 for arm 2015-10-07 Ramana Radhakrishnan

[Bug tree-optimization/67683] Missed vectorization: shifts of an induction variable

2015-10-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67683 --- Comment #3 from Richard Biener --- Right shifts are divisions so the result isn't an affine evolution. Yes, you could enhance the vectorizer to not rely on scalar evolutions (only) for reduction detection.

[Bug c++/67881] type deduced incorrectly in constructor template when binding to const int

2015-10-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67881 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug other/67868] ICE in handling VTV sections for targets with section anchors.

2015-10-07 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67868 Ramana Radhakrishnan changed: What|Removed |Added Component|middle-end |other Target Milestone|4.9.4

[Bug other/67868] ICE in handling VTV sections for targets with section anchors.

2015-10-07 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67868 --- Comment #5 from Ramana Radhakrishnan --- (In reply to Richard Biener from comment #3) > What GCC version (with VTV enabled) did work for you? I do not think any version of GCC with VTV enabled has worked for AArch64 or ARM - I failed to

[Bug fortran/65766] gFortran Compiler SEGFAULTING on compiling simple program

2015-10-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65766 --- Comment #10 from Dominique d'Humieres --- > 2015-10-06 Louis Krupp > > PR fortran/65766 > * gfortran.dg/substr_alloc_string_comp_1.f90: New. AFAICT the test has not been committed.

[Bug middle-end/67868] [4.9/5/6 regression] ICE in named section handling on targets with section anchors.

2015-10-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67868 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.4 --- Comment #3 from Richard

[Bug c/65345] ICE with _Generic selection on _Atomic int

2015-10-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65345 Andrew Pinski changed: What|Removed |Added CC||sch...@linux-m68k.org --- Comment #24

[Bug target/67887] FAIL: gcc.dg/pr65345-3.c (internal compiler error)

2015-10-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67887 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67888] New: Compiling clang 3.7.0 results in is used but never defined

2015-10-07 Thread rodrigc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 Bug ID: 67888 Summary: Compiling clang 3.7.0 results in is used but never defined Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/67889] New: ICE on valid code at -O1 and above on x86_64-linux-gnu in VN_INFO, at tree-ssa-sccvn.c:384

2015-10-07 Thread su at cs dot ucdavis.edu
--prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20151007 (experimental) [trunk revision 228566] (GCC) $ $ gcc-trunk -O0 -c small.c $ gcc-5.2 -O1 -c small.c $ $ gcc-trunk -O1 -c small.c small.c: In function ‘fn1’: small.c

[Bug tree-optimization/67830] [6 Regression] wrong code at -O1 and above on x86_64-linux-gnu

2015-10-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67830 --- Comment #5 from Jeffrey A. Law --- Whoops. c#4 was for an unrelated BZ.

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-07 Thread rodrigc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 --- Comment #1 from Craig Rodrigues --- I was able to work around this problem in two ways, as I mentioned on the cfe-dev mailing list for LLVM: http://lists.llvm.org/pipermail/cfe-dev/2015-October/045336.html (1) Patch Module.cpp to move

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org ---

[Bug rtl-optimization/67477] [6 Regression] ICE in cselib_record_set, at cselib.c:2388

2015-10-07 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67477 --- Comment #1 from Vladimir Makarov --- (In reply to Ryan Mansfield from comment #0) > Created attachment 36298 [details] > reduced preprocessed source > > $ ./xgcc -v > Using built-in specs. > COLLECT_GCC=./xgcc > Target:

[Bug fortran/67885] ICE on using parameter array in block

2015-10-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67885 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/40752] -Wconversion generates false warnings for operands not larger than target type

2015-10-07 Thread marcin.slusarz at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752 Marcin Ślusarz changed: What|Removed |Added CC||marcin.slusarz at intel dot com ---

[Bug c/67764] -Wconversion generates false warnings for bitmask+cast expressions

2015-10-07 Thread marcin.slusarz at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67764 Marcin Ślusarz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/67764] -Wconversion generates false warnings for bitmask+cast expressions

2015-10-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67764 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org ---

[Bug fortran/65889] [6 Regressions] [OOP] ICE with sizeof a polymorphic variable.

2015-10-07 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65889 --- Comment #4 from vehre at gcc dot gnu.org --- Author: vehre Date: Wed Oct 7 10:58:46 2015 New Revision: 228566 URL: https://gcc.gnu.org/viewcvs?rev=228566=gcc=rev Log: gcc/fortran/ChangeLog: 2015-10-07 Andre Vehreschild

[Bug fortran/65766] gFortran Compiler SEGFAULTING on compiling simple program

2015-10-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65766 --- Comment #12 from Dominique d'Humieres --- > Vous avez raison; j'en suis désolé. Je viens de le faire. No problem! Thanks.

[Bug target/67850] Wrong call_used_regs used in aggregate_value_p

2015-10-07 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67850 --- Comment #2 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Oct 7 10:30:12 2015 New Revision: 228565 URL: https://gcc.gnu.org/viewcvs?rev=228565=gcc=rev Log: Merge ix86_maybe_switch_abi with ix86_set_current_function

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #20

[Bug libstdc++/67843] experimental/filesystem/iterators/directory_iterator.cc fails on armv5t

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67843 --- Comment #4 from Jonathan Wakely --- Running this under valgrind I see 900+ errors, the first 100 seem to be from the global strings in the libstdc++-v3/testsuite/util/testsuite_fs.h file (I think). All the errors are basically nonsense,

[Bug tree-optimization/67794] [6 regression] internal compiler error: Segmentation fault

2015-10-07 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67794 Martin Jambor changed: What|Removed |Added CC||jamborm at gcc dot gnu.org

[Bug tree-optimization/67323] Use non-unit stride loads by preference when applicable

2015-10-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67323 --- Comment #5 from Richard Biener --- I note that the efficiency you gain is only by a reduced number of loads/store instructions. vld3 instead of six vldr (huh, appearantly vld3 can load 16 byte vectors but vldr only 8 byte ones?). I assume

[Bug fortran/65766] gFortran Compiler SEGFAULTING on compiling simple program

2015-10-07 Thread louis.krupp at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65766 --- Comment #11 from louis.krupp at zoho dot com --- Dominique, Vous avez raison; j'en suis désolé. Je viens de le faire. Louis On Wed, 07 Oct 2015 00:47:39 -0700 dominiq at lps dot ens.fr wrote

[Bug bootstrap/67385] READELF_FOR_TARGET isn't used in gcc configure

2015-10-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67385 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/67867] UBSan bootstrap fails with error: ‘otype’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

2015-10-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67867 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 --- Comment #22 from H.J. Lu --- (In reply to Justas L from comment #21) > When is MIN_STACK_BOUNDARY equal to 128? I thought it defaulted to 64 (8*8) > for x86_64 and 32 (4*8) for x86, no? i386.h has * Minimum stack boundary. */ #define

[Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c

2015-10-07 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766 --- Comment #2 from Uroš Bizjak --- (In reply to Alexandre Oliva from comment #1) > Mine. Moving down the code in function.c that's under the comment: > /* If a named return value dumped decl_return to memory, then > we may

[Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c

2015-10-07 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766 --- Comment #3 from Uroš Bizjak --- Created attachment 36456 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36456=edit Patch that fixes bootstrap problem

[Bug sanitizer/67867] UBSan bootstrap fails with error: ‘otype’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

2015-10-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67867 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Wed Oct 7 14:09:05 2015 New Revision: 228569 URL: https://gcc.gnu.org/viewcvs?rev=228569=gcc=rev Log: PR sanitizer/67867 * search.c (accessible_p): Initialize OTYPE

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread bucaneer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 --- Comment #24 from Justas L --- Oh, OK. I was looking at the patched code and forgot that part was patched.

[Bug bootstrap/67385] READELF_FOR_TARGET isn't used in gcc configure

2015-10-07 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67385 --- Comment #1 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Oct 7 13:45:21 2015 New Revision: 228567 URL: https://gcc.gnu.org/viewcvs?rev=228567=gcc=rev Log: Check $READELF_FOR_TARGET for readelf in configure Similar to as, ld, nm

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread bucaneer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 --- Comment #21 from Justas L --- (In reply to H.J. Lu from comment #20) > -mstackrealign works correctly as designed on x86-64. The > issue is MIN_STACK_BOUNDARY. When MIN_STACK_BOUNDARY is 128, > you don't need to realign the stack if you

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 --- Comment #23 from Uroš Bizjak --- (In reply to H.J. Lu from comment #22) > i386.h has > > * Minimum stack boundary. */ > #define MIN_STACK_BOUNDARY (TARGET_64BIT ? (TARGET_SSE ? 128 : 64) : 32) But the patch changes this definition to:

[Bug rtl-optimization/67828] [6 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-10-07 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67828 --- Comment #6 from Zhendong Su --- Below is another testcase that I believe exposes the same issue: --- int a = 2, b = 1, c = 1; int fn1 () { int d; for (; a; a--) { for (d = 0; d < 4;

[Bug rtl-optimization/67828] [6 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-10-07 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67828 --- Comment #5 from Zhendong Su --- > This testcase invokes undefined behavior because of the overflow on the > iterator, ... Just a quick comment that the testcase doesn't have undefined behaviors. As the variable c is of type short, there

[Bug go/67874] fd_unix.go does not build when there is fcntl64 and no fcntl syscall

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

[Bug debug/58315] [4.9/5 Regression] Excessive memory use with -g

2015-10-07 Thread redflames1003 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58315 --- Comment #35 from Christopher Torres --- (In reply to Alexandre Oliva from comment #33) > Err, this is only fixed in the trunk so far. It's approved for 5.2 too, > after some time, if no issues pop up. So, reopening. Hey Alexandre, I was

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 --- Comment #25 from uros at gcc dot gnu.org --- Author: uros Date: Wed Oct 7 17:42:09 2015 New Revision: 228577 URL: https://gcc.gnu.org/viewcvs?rev=228577=gcc=rev Log: PR target/66697 * config/i386/i386.c

[Bug c/67882] New: surprising offsetof result on an invalid array member without diagnostic

2015-10-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67882 Bug ID: 67882 Summary: surprising offsetof result on an invalid array member without diagnostic Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 Uroš Bizjak changed: What|Removed |Added Target Milestone|--- |5.3 --- Comment #26 from Uroš Bizjak ---

[Bug target/66697] Feature request: -mstackrealign and force_align_arg_pointer for x86_64

2015-10-07 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66697 --- Comment #27 from Uroš Bizjak --- Created attachment 36457 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36457=edit Backport for gcc-5 branch.

[Bug c++/67557] [4.9/5/6 regression] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-10-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Jason Merrill changed: What|Removed |Added Summary|Calling copy constructor of |[4.9/5/6 regression]

[Bug sanitizer/67865] ASAN crashes on thread creation

2015-10-07 Thread dominik.stras...@onespin-solutions.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67865 --- Comment #3 from dominik.stras...@onespin-solutions.com --- I can say that it works with gcc 4.8. Clang 3.7 could take a while because I suffer from an incompatibility between gcc and clang so I cannot bind my C++ libs compiled with gcc to a

[Bug fortran/67883] New: ICE on empty array constructor of character function

2015-10-07 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 Bug ID: 67883 Summary: ICE on empty array constructor of character function Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/67884] New: Missing error message on required allocatable attribute

2015-10-07 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67884 Bug ID: 67884 Summary: Missing error message on required allocatable attribute Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/67884] Missing error message on required allocatable attribute

2015-10-07 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67884 --- Comment #1 from Gerhard Steinmetz --- Whereas, detected with explicit result variable : $ cat z5a.f90 program p integer i print *, [(f(i), i=1,3)] contains function f(n) result(z)

[Bug fortran/67885] New: ICE on using parameter array in block

2015-10-07 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67885 Bug ID: 67885 Summary: ICE on using parameter array in block Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug fortran/67885] ICE on using parameter array in block

2015-10-07 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67885 --- Comment #1 from Gerhard Steinmetz --- Deleting this inner block gives another error : $ cat z5.f90 program p block real, parameter :: a(2) = 1.0 real :: x(2) x = a print *,

[Bug rtl-optimization/67124] [6 Regression] wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-10-07 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67124 --- Comment #8 from Vladimir Makarov --- (In reply to rsand...@gcc.gnu.org from comment #6) > (In reply to Uroš Bizjak from comment #5) > > Wrong expansion, adding CC. > > The expand code looks OK to me. Assigning to one DImode word > of a

[Bug rtl-optimization/67124] [6 Regression] wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-10-07 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67124 --- Comment #9 from Vladimir Makarov --- (In reply to rsand...@gcc.gnu.org from comment #6) > (In reply to Uroš Bizjak from comment #5) > > Wrong expansion, adding CC. > > The expand code looks OK to me. Assigning to one DImode word > of a

[Bug go/67874] fd_unix.go does not build when there is fcntl64 and no fcntl syscall

2015-10-07 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67874 --- Comment #2 from ian at gcc dot gnu.org --- Author: ian Date: Wed Oct 7 17:22:08 2015 New Revision: 228576 URL: https://gcc.gnu.org/viewcvs?rev=228576=gcc=rev Log: PR go/67874 net, runtime: Call C library fcntl function rather