[Bug libfortran/67535] write.c sanitizer detects null pointer passed to memcpy

2015-09-11 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67535 --- Comment #6 from Vittorio Zecca --- The cost of adding "if(base_name_len)" is two x86-64 machine instructions cmpl$0, -20(%rbp) je .L2 Six instructions follow then call memcpy which is not exactly a NOP eve

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c

2015-09-11 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/14741] graphite with loop blocking and interchanging doesn't optimize a matrix multiplication loop

2015-09-11 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14741 Manfred Schwarb changed: What|Removed |Added CC||manfred99 at gmx dot ch --- Comment #3

[Bug target/63304] Aarch64 pc-relative load offset out of range

2015-09-11 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304 --- Comment #24 from Ramana Radhakrishnan --- Author: ramana Date: Fri Sep 11 09:44:26 2015 New Revision: 227679 URL: https://gcc.gnu.org/viewcvs?rev=227679&root=gcc&view=rev Log: Remove separate movtf pattern - Use an iterator for all FP modes.

[Bug target/67506] [5/6 Regression][SH]: error: unrecognizable insn when compiling texlive-binaries

2015-09-11 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67506 --- Comment #9 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #6) > Thanks. I will commit it and add attachment 36309 [details] as a c-torture > test. Thanks for the quick bug fix! Matthias already uploaded a new gcc-5 s

[Bug libstdc++/65092] Container adaptors missing allocator-extended constructors

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

[Bug libstdc++/65092] Container adaptors missing allocator-extended constructors

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65092 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Sep 11 09:51:29 2015 New Revision: 227680 URL: https://gcc.gnu.org/viewcvs?rev=227680&root=gcc&view=rev Log: Allocator-extended constructors for container adaptors. PR libst

[Bug libstdc++/66902] _S_debug_messages is unneccessary public

2015-09-11 Thread persgray at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66902 --- Comment #5 from Vadim Zhukov --- (In reply to Jonathan Wakely from comment #4) > Author: redi > Date: Thu Sep 3 19:05:15 2015 > New Revision: 227466 > > URL: https://gcc.gnu.org/viewcvs?rev=227466&root=gcc&view=rev > Log: > PR libstdc

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c

2015-09-11 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546 --- Comment #2 from Rainer Emrich --- (In reply to Kai Tietz from comment #1) > I added to mingw-w64's libwinpthread a work-a-round for this sloopy code in > libgomp. Nevertheless issue should be fixed IMO in libgomp, too Wrong PR, this belongs

[Bug libgomp/67141] wrong libgomp mutex initialisation order

2015-09-11 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c

2015-09-11 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546 --- Comment #3 from Kai Tietz --- Thanks Rainer for pointing on this. Yes, comment wasn't intended for this bug. I added comment to proper pr ... This issue is related to the fact that msvcrt doesn't provide unsetenv (as it doesn't provide set

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c

2015-09-11 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546 Kai Tietz changed: What|Removed |Added Target|x86_64-w64-mingw32 |*-*-mingw32 Priority|P3

[Bug libstdc++/66902] _S_debug_messages is unneccessary public

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66902 --- Comment #6 from Jonathan Wakely --- 3.5 [basic.link]: -3- A name having namespace scope (3.3.6) has internal linkage if it is the name of — a variable, function or function template that is explicitly declared static; or,

[Bug rtl-optimization/58517] ifcvt (after combine) puts ccreg clobbering insn between ccset insn and ccreg use

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58517 Oleg Endo changed: What|Removed |Added CC||kyrylo.tkachov at arm dot com --- Comment #5

[Bug tree-optimization/67476] Add --param parloops-schedule=

2015-09-11 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67476 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #4 from vrie

[Bug target/67506] [5/6 Regression][SH]: error: unrecognizable insn when compiling texlive-binaries

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67506 --- Comment #10 from Oleg Endo --- (In reply to John Paul Adrian Glaubitz from comment #9) > > Thanks for the quick bug fix! Matthias already uploaded a new gcc-5 snapshot > today which contains the fix :). I guess it will take a while until yo

[Bug libstdc++/58265] [lwg/2063] std::string move assignment should be noexcept

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58265 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Fri Sep 11 11:02:14 2015 New Revision: 227681 URL: https://gcc.gnu.org/viewcvs?rev=227681&root=gcc&view=rev Log: Implement N4258 noexcept for std::basic_string. PR libstdc++/582

[Bug libstdc++/58265] [lwg/2063] std::string move assignment should be noexcept

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

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin10

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|redi at gcc dot

[Bug rtl-optimization/58517] ifcvt (after combine) puts ccreg clobbering insn between ccset insn and ccreg use

2015-09-11 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58517 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug libstdc++/66902] _S_debug_messages is unneccessary public

2015-09-11 Thread persgray at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66902 --- Comment #7 from Vadim Zhukov --- (In reply to Jonathan Wakely from comment #6) > 3.5 [basic.link]: > > -3- A name having namespace scope (3.3.6) has internal linkage if it is the > name of > — a variable, function or function tem

[Bug rtl-optimization/58517] ifcvt (after combine) puts ccreg clobbering insn between ccset insn and ccreg use

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58517 --- Comment #7 from Oleg Endo --- (In reply to ktkachov from comment #6) > Huh, I wasn't aware of this BZ. > This looks eerily similar to what I think is the root cause of PR 67481, > which I'm working on now. > > After I'm done with PR 67481 it

[Bug target/55212] [SH] Switch to LRA

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #94 from Oleg Endo --- Kaz, do you think we can enable LRA by default for GCC 6? Some early results from the AMS optimization show new R0 spill failures. For example, AMS uses @(R0,Rn) address modes more often. Although I still wou

[Bug target/55212] [SH] Switch to LRA

2015-09-11 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #95 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #94) > Kaz, do you think we can enable LRA by default for GCC 6? I think that it's OK to make LRA default on trunk, even if it's better with your R0 pre-allocating pass

[Bug target/55212] [SH] Switch to LRA

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #96 from Oleg Endo --- (In reply to Kazumoto Kojima from comment #95) > > I think that it's OK to make LRA default on trunk, even if it's > better with your R0 pre-allocating pass. The R0 pre-alloc pass could be a further improvemen

[Bug libstdc++/67096] libstdc++ testsuite, codecvt: many UTF-8 tests illegal (testing bytes 5 and 6)

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67096 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c/67547] New: may be an error in printf(%a..) for nexttowardf(0.f,1.f)

2015-09-11 Thread ka_bena at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67547 Bug ID: 67547 Summary: may be an error in printf(%a..) for nexttowardf(0.f,1.f) Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Prior

[Bug lto/67548] New: [5/6 Regression] LTO drops weak binding with "ld -r"

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548 Bug ID: 67548 Summary: [5/6 Regression] LTO drops weak binding with "ld -r" Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/67549] New: internal compiler error: in fold_binary_loc

2015-09-11 Thread wolfgang.roe...@gi-de.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67549 Bug ID: 67549 Summary: internal compiler error: in fold_binary_loc Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/67547] may be an error in printf(%a..) for nexttowardf(0.f,1.f)

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

[Bug c++/67549] internal compiler error: in fold_binary_loc

2015-09-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67549 --- Comment #1 from Andrew Pinski --- 4.8.x is no longer support, can you try 4.9.x and above?

[Bug libstdc++/64857] Headers missing from and

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

[Bug libstdc++/64857] Headers missing from and

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64857 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Sep 11 12:25:43 2015 New Revision: 227684 URL: https://gcc.gnu.org/viewcvs?rev=227684&root=gcc&view=rev Log: Rationalise PCH headers and 17_intro/headers tests. PR libstdc++

[Bug lto/67548] [5/6 Regression] LTO drops weak binding with "ld -r"

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/67095] errno for logf(-1.f)

2015-09-11 Thread ka_bena at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67095 --- Comment #2 from BENAÏSSA --- Thank you for your reply.   A.Benaïssa. Le Dimanche 2 août 2015 13h46, pinskia at gcc dot gnu.org a écrit : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67095 Andrew Pinski changed:           What 

[Bug lto/67548] [5/6 Regression] LTO drops weak binding with "ld -r"

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548 --- Comment #2 from H.J. Lu --- This may be a linker bug if it tells GCC that a weak symbol is prevailing with "ld -r".

[Bug libstdc++/67096] libstdc++ testsuite, codecvt: many UTF-8 tests illegal (testing bytes 5 and 6)

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67096 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Fri Sep 11 13:06:42 2015 New Revision: 227686 URL: https://gcc.gnu.org/viewcvs?rev=227686&root=gcc&view=rev Log: Fix invalid UTF-8 in wchar_t tests. 2015-09-11 John Marino

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c

2015-09-11 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546 --- Comment #5 from David Malcolm --- Is this a duplicate of PR 67363?

[Bug libstdc++/67096] libstdc++ testsuite, codecvt: many UTF-8 tests illegal (testing bytes 5 and 6)

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

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c

2015-09-11 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546 --- Comment #6 from Kai Tietz --- Initially in PR/67363 just the missing strndup due failed libiberty-linking was noticed. Later comments are duplicate of this. So feel free to mark one of these bugs as duplicate, if you prefer.

[Bug fortran/67509] [6 regression] FAIL: gfortran.dg/ieee/ieee_7.f90 -O0 execution test

2015-09-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67509 --- Comment #6 from Andreas Schwab --- With that patch the test passes on all opt levels.

[Bug libstdc++/65142] std::random_device Ignores Read Return Code

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65142 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/65142] std::random_device Ignores Read Return Code

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

[Bug libstdc++/65142] std::random_device Ignores Read Return Code

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65142 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Sep 11 13:44:26 2015 New Revision: 227687 URL: https://gcc.gnu.org/viewcvs?rev=227687&root=gcc&view=rev Log: Check read() result in std::random_device. PR libstdc++/65142

[Bug tree-optimization/59478] Optimize variable access via byte copy

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59478 --- Comment #1 from Oleg Endo --- (In reply to Oleg Endo from comment #0) > This happens at least on SH with trunk rev 205905 (4.9). > I'm not sure whether these are target specific or not. > > Accessing float values as integers can be done in v

[Bug fortran/67531] No IEEE rounding support for powerpc long double type

2015-09-11 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531 --- Comment #5 from Pat Haugen --- (In reply to Francois-Xavier Coudert from comment #3) > How about with this? I'm trying to come as close as possible to the exact > sequence of fe.etround() calls as the Fortran front-end and runtime library > w

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

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #1 from Jonathan Wakely --- Solaris 10 doesn't support realpath(path, NULL) as used in filesystem::canonical() so we need to allocate a buffer for it.

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

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #2 from Jonathan Wakely --- Oops, I'm leaking the memory allocated by realpath() so that needs fixing anyway.

[Bug c++/67550] New: Initialization of local struct array with elements of global array yields zeros instead of initializer values

2015-09-11 Thread f.knauf at mmkf dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550 Bug ID: 67550 Summary: Initialization of local struct array with elements of global array yields zeros instead of initializer values Product: gcc Version: 5.2.1

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

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Sep 11 14:20:32 2015 New Revision: 227689 URL: https://gcc.gnu.org/viewcvs?rev=227689&root=gcc&view=rev Log: Fix filesystem::canonical on Solaris 10. PR libstdc++/67173

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

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

[Bug c++/67550] Initialization of local struct array with elements of global array yields zeros instead of initializer values

2015-09-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/67551] New: Preprocessor generates non-ISO line directives

2015-09-11 Thread porten at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67551 Bug ID: 67551 Summary: Preprocessor generates non-ISO line directives Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: pr

[Bug preprocessor/67551] Preprocessor generates non-ISO line directives

2015-09-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67551 --- Comment #1 from Andrew Pinski --- Or you could use -fpreprocessed as another option which is the same as doing .i.

[Bug preprocessor/67551] Preprocessor generates non-ISO line directives

2015-09-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67551 --- Comment #2 from Andrew Pinski --- You can also use -P to get rid of the line markers from the processor output which avoids your warning.

[Bug other/67552] New: [meta] x86 interrupt attribute

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67552 Bug ID: 67552 Summary: [meta] x86 interrupt attribute Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assi

[Bug preprocessor/67551] Option for the Preprocessor generates to generate #line rather than the GCC extension for line markers

2015-09-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67551 Andrew Pinski changed: What|Removed |Added Summary|Preprocessor generates |Option for the Preprocessor

[Bug other/67552] [meta] x86 interrupt attribute

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67552 --- Comment #1 from H.J. Lu --- Created attachment 36324 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36324&action=edit A patch to remove railing whitespaces in interrupt-switch-abi.c

[Bug other/67552] [meta] x86 interrupt attribute

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67552 --- Comment #2 from H.J. Lu --- Red zone isn't supported in interrupt handler: 'interrupt' Use this attribute to indicate that the specified void function without arguments is an interrupt handler. The compiler generates function

[Bug preprocessor/67551] Option for the Preprocessor generates to generate #line rather than the GCC extension for line markers

2015-09-11 Thread porten at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67551 --- Comment #4 from porten at kde dot org --- Right. Usage of #line would be nicer. But if the additional bytes just slow down things... The recommended -fpreprocessed appears to be a good workaround. Does it maybe even speed up the compilation?

[Bug target/55212] [SH] Switch to LRA

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #97 from Oleg Endo --- (In reply to Oleg Endo from comment #96) > > I haven't tried yet. I will do a full toolchain rebuild and test with -mlra > enabled by default. I've compared the results of r227512 without LRA and r227682 with

[Bug c++/67550] [5/6 regression] Initialization of local struct array with elements of global array yields zeros instead of initializer values

2015-09-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550 Markus Trippelsdorf changed: What|Removed |Added Keywords||wrong-code CC|

[Bug tree-optimization/59124] [4.9/5/6 Regression] Wrong warnings "array subscript is above array bounds"

2015-09-11 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59124 --- Comment #21 from baoshan --- (In reply to Manuel López-Ibáñez from comment #20) > (In reply to baoshan from comment #19) > > We can see the value of up_sub is represented as unsigned int value > > 4294967291 which is really weird to me, it su

[Bug lto/67548] [5/6 Regression] LTO drops weak binding with "ld -r"

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548 --- Comment #3 from H.J. Lu --- We have enum ld_plugin_symbol_resolution { LDPR_UNKNOWN = 0, /* Symbol is still undefined at this point. */ LDPR_UNDEF, /* This is the prevailing definition of the symbol, with references from regu

[Bug middle-end/67553] New: Saturating SSE/AVX instructions do not get optimized

2015-09-11 Thread tmb99 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67553 Bug ID: 67553 Summary: Saturating SSE/AVX instructions do not get optimized Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Co

[Bug lto/67548] [5/6 Regression] LTO drops weak binding with "ld -r"

2015-09-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548 --- Comment #4 from H.J. Lu --- It is wrong to clear DECL_WEAK: DECL_WEAK (next->decl) = false;

[Bug tree-optimization/59124] [4.9/5/6 Regression] Wrong warnings "array subscript is above array bounds"

2015-09-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59124 --- Comment #22 from Manuel López-Ibáñez --- (In reply to baoshan from comment #21) > Don't you think the range value is strange? how it is possible the range > value is so big according the code? j = i - 1 is actually j = i + 4294967295 because

[Bug rtl-optimization/67553] Saturating SSE/AVX instructions do not get optimized

2015-09-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67553 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/67554] New: runtime error in valarray (NULL passed to memcpy)

2015-09-11 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67554 Bug ID: 67554 Summary: runtime error in valarray (NULL passed to memcpy) Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug other/67552] [meta] x86 interrupt attribute

2015-09-11 Thread hjl.tools at gmail dot com
fn1 .section.text.unlikely .LCOLDE1: .text .LHOTE1: .ident "GCC: (GNU) 5.2.1 20150911" .section.note.GNU-stack,"",@progbits [hjl@gnu-6 interrupt-1]$

[Bug other/67552] [meta] x86 interrupt attribute

2015-09-11 Thread hjl.tools at gmail dot com
), %mm0 addq$-128, %rsp packsswby(%rip), %mm0 movq%mm0, x(%rip) ret .cfi_endproc .LFE0: .size fn1, .-fn1 .section.text.unlikely .LCOLDE0: .text .LHOTE0: .ident "GCC: (GNU) 5.2.1 20150911" .

[Bug debug/67192] Backward-goto in loop can get wrong line number

2015-09-11 Thread arnez at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67192 --- Comment #11 from Andreas Arnez --- Any news here? AFAIK the problem still exists.

[Bug c++/67555] New: Emplacement of random numbers in vector displaces other variables (loop counter)

2015-09-11 Thread my.pvt.emailaddress at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67555 Bug ID: 67555 Summary: Emplacement of random numbers in vector displaces other variables (loop counter) Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity

[Bug c++/67555] Emplacement of random numbers in vector displaces other variables (loop counter)

2015-09-11 Thread my.pvt.emailaddress at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67555 --- Comment #1 from Claudio Ebel --- Created attachment 36326 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36326&action=edit Unprocessed source file / minimal test case (30 lines) Preprocessed sourcefile was too big for bugzilla and past

[Bug rtl-optimization/67553] Saturating SSE/AVX instructions do not get optimized

2015-09-11 Thread tmb99 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67553 --- Comment #2 from tmb99 at gmx dot net --- seems to be the same for most saturating instructions: __m128i v0 = _mm_setzero_si128(); __m128i v2 = _mm_setzero_si128(); __m128i sum = _mm_adds_epi16(v0,v2); __m128i dif = _mm_subs_epi8(v0,v2); __m12

[Bug tree-optimization/14741] graphite with loop blocking and interchanging doesn't optimize a matrix multiplication loop

2015-09-11 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14741 --- Comment #34 from Sebastian Pop --- r227567 extends the limits of a scop, and now we can detect a scop in the MAIN__ function corresponding to the following code: A=0.1D0 B=0.1D0 -fdump-tree-graphite-all shows that the loops have been ti

[Bug fortran/66640] Symbolic (addr2line) backtrace handler sometimes does not terminate when using OpenMP

2015-09-11 Thread bugs at stellardeath dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66640 --- Comment #2 from Lorenz Hüdepohl --- (In reply to Dominique d'Humieres from comment #1) > I cannot reproduce this PR on darwin (no addr2line). > > Could you check that this has not been fixed on a recent version of trunk > (6.0): post r227503

[Bug tree-optimization/47679] [4.9/5/6 Regression] Strange uninitialized warning after SRA

2015-09-11 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679 --- Comment #22 from Jeffrey A. Law --- Author: law Date: Fri Sep 11 21:32:38 2015 New Revision: 227697 URL: https://gcc.gnu.org/viewcvs?rev=227697&root=gcc&view=rev Log: [PATCH] Another small cleanup to the const_and_copies stack 2015-09-11 J

[Bug middle-end/17308] nonnull attribute not as useful as it could

2015-09-11 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17308 Mark Wielaard changed: What|Removed |Added CC||mark at gcc dot gnu.org --- Comment #11

[Bug tree-optimization/14741] graphite with loop blocking and interchanging doesn't optimize a matrix multiplication loop

2015-09-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14741 --- Comment #35 from Dominique d'Humieres --- I get [Book15] f90/bug% /opt/gcc/gcc6p-227264p1/bin/gfortran -Ofast pr14741.f90 -floop-interchange -march=native -Wa,-q [Book15] f90/bug% time a.out 0.487283

[Bug c/28901] -Wunused-variable ignores unused const initialised variables

2015-09-11 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901 --- Comment #8 from Mark Wielaard --- Submitted a patch: https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00847.html

[Bug bootstrap/67363] [6 Regression] r227188 breaks build for mingw-w64

2015-09-11 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67363 Rainer Emrich changed: What|Removed |Added CC||rai...@emrich-ebersheim.de --- Comment #

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c

2015-09-11 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546 Rainer Emrich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/67363] [6 Regression] r227188 breaks build for mingw-w64

2015-09-11 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67363 --- Comment #20 from Rainer Emrich --- (In reply to İsmail Dönmez from comment #18) > (In reply to John David Anglin from comment #17) > > Fixed on hppa*-*-hpux*. > > Also fixes mingw-w64, thank you! Confirmed, bootstraps on native x84_64-w64-m

[Bug c/67556] New: Regex \w doesn't support the unicode character

2015-09-11 Thread mm.masaeli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67556 Bug ID: 67556 Summary: Regex \w doesn't support the unicode character Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/67556] Regex \w doesn't support the unicode character

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

[Bug target/55212] [SH] Switch to LRA

2015-09-11 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #98 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #97) > I've compared the results of r227512 without LRA and r227682 with LRA. > Below are the new failures. A typical example of pr64661-x.c regressions is: [LRA] test

[Bug c++/67555] Emplacement of random numbers in vector displaces other variables (loop counter)

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67555 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libfortran/67365] Spurious address printed in backtrace

2015-09-11 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67365 --- Comment #3 from Ian Lance Taylor --- The missing address is part of the signal handling code. It's the code that returns to normal execution after the signal handler completes, by calling the rt_sigreturn system call. The backtrace code rou

[Bug target/55212] [SH] Switch to LRA

2015-09-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #99 from Oleg Endo --- (In reply to Kazumoto Kojima from comment #98) > I guess that these pr64661-x.c regressions are not so problem, though. I agree. > I'm not sure whether hiconst.c regression is serious or not. I think we can i

[Bug target/55212] [SH] Switch to LRA

2015-09-11 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #100 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #99) > Hm .. those don't fail on sh-elf ... maybe something related to the atomics? > Atomics are off by default for sh-elf, but on for sh-linux. Maybe. It could be s