[Bug target/66964] New: Assembler error during ARM cross compile

2015-07-22 Thread hartmut.schirmer at arcormail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964 Bug ID: 66964 Summary: Assembler error during ARM cross compile Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/66964] Assembler error during ARM cross compile

2015-07-22 Thread hartmut.schirmer at arcormail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964 --- Comment #1 from Hartmut Schirmer --- Created attachment 36031 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36031&action=edit Preprocessed file (IFCOpenings.cpp from assimp)

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 Maxim Ostapenko changed: What|Removed |Added CC||chefmax at gcc dot gnu.org --- Comment

[Bug tree-optimization/66952] [6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-07-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66952 --- Comment #4 from Richard Biener --- Hmm, I can't see what is wrong with the pattern. We just replace _13 = (int) c_4; if (_13 <= 0) with : _13 = (int) c_4; if (c_4 <= 0) with c_4 being signed char. Something else must go wrong

[Bug fortran/66942] trans-expr.c:5701 runtime error: member call on null pointer of type 'struct vec'

2015-07-22 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66942 --- Comment #9 from Vittorio Zecca --- I should have written that I tried it not only on the test case I sent but on the whole fortran testsuite in gcc/testsuite.

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #6 from Marek Polacek --- (In reply to Maxim Ostapenko from comment #5) > It looks like that -fsanitize=shift may introduce uninitialized variables > itself, without other checks. I don't see this on x86_64. But there certainly is a

[Bug target/66964] Assembler error during ARM cross compile

2015-07-22 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comm

[Bug middle-end/66916] [6 Regression] FAIL: gcc.target/arm/pr43920-2.c object-size text <= 54

2015-07-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66916 --- Comment #3 from Richard Biener --- It's a combination of sign-changed compare and X - Y CMP 0 to X CMP Y. Bad is : _9 = end_8 - start_6; length_10 = (size_t) _9; if (start_6 == end_8) and I guess good was if (length_10 == 0) w

[Bug c++/62212] ICE compiling template function with array reference parameter whose size depends on a template parameter

2015-07-22 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62212 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3

[Bug ada/66965] New: gnat.dg/specs/addr1.ads obsolete -- failing on trunk

2015-07-22 Thread gnugcc at marino dot st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66965 Bug ID: 66965 Summary: gnat.dg/specs/addr1.ads obsolete -- failing on trunk Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-22 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #8 from Jürgen Reuter --- Just confirmed that the fix in comment #1 works with our code and doesn't (at least in our code) introduce any new regression.

[Bug c++/53431] C++ preprocessor ignores #pragma GCC diagnostic

2015-07-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 --- Comment #14 from Manuel López-Ibáñez --- (In reply to Jeffrey Walton from comment #13) > #if GCC_DIAGNOSTIC_AWARE > # pragma GCC diagnostic push > # pragma GCC diagnostic ignored "-Wunused-value" > # pragma GCC diagnostic ignored "-Wunused-va

[Bug target/63870] [Aarch64] [ARM] Errors in use of NEON intrinsics are reported incorrectly

2015-07-22 Thread cbaylis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63870 --- Comment #9 from cbaylis at gcc dot gnu.org --- Author: cbaylis Date: Wed Jul 22 10:44:16 2015 New Revision: 226059 URL: https://gcc.gnu.org/viewcvs?rev=226059&root=gcc&view=rev Log: gcc/ChangeLog: 2015-07-22 Charles Baylis PR tar

[Bug c++/53431] C++ preprocessor ignores #pragma GCC diagnostic

2015-07-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 --- Comment #15 from Jonathan Wakely --- (In reply to Jeffrey Walton from comment #13) > This issued caused Crypto++ to remove -Wall (and above) under GCC. That seems to be throwing the baby out with the bathwater. Why not simply use -Wall -Wn

[Bug c++/53431] C++ preprocessor ignores #pragma GCC diagnostic

2015-07-22 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 --- Comment #16 from Jeffrey Walton --- (In reply to Jonathan Wakely from comment #15) > (In reply to Jeffrey Walton from comment #13) > > This issued caused Crypto++ to remove -Wall (and above) under GCC. > > That seems to be throwing the baby

[Bug tree-optimization/66952] [6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-07-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66952 --- Comment #5 from Richard Biener --- Author: rguenth Date: Wed Jul 22 11:31:50 2015 New Revision: 226062 URL: https://gcc.gnu.org/viewcvs?rev=226062&root=gcc&view=rev Log: 2015-07-22 Richard Biener PR tree-optimization/66952

[Bug c++/66966] New: Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Bug ID: 66966 Summary: Missing diagnostic message for ill-formed program with anonymous enum Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/66847] Derived class calling protected base ctor using C++11 {brace} init = spurious access denied error

2015-07-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66847 Jonathan Wakely changed: What|Removed |Added Target|=x86_64-w64-mingw32 | Status|UNCONFIRMED

[Bug tree-optimization/66952] [6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-07-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66952 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/63521] The AArch64 backend doesn't define REG_ALLOC_ORDER.

2015-07-22 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63521 --- Comment #3 from Jiong Wang --- Author: jiwang Date: Wed Jul 22 11:41:10 2015 New Revision: 226064 URL: https://gcc.gnu.org/viewcvs?rev=226064&root=gcc&view=rev Log: [AArch64] PR target/63521 Define REG_ALLOC_ORDER 2015-07-22 Jiong Wang

[Bug target/63521] The AArch64 backend doesn't define REG_ALLOC_ORDER.

2015-07-22 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63521 Jiong Wang changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

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

[Bug tree-optimization/62173] [5/6 Regression] 64bit Arch can't ivopt while 32bit Arch can

2015-07-22 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 Jiong Wang changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 --- Comment #3 from Anders Granlund --- (In reply to Jonathan Wakely from comment #2) > Oh wait ... if you use -w then you are suppressing diagnostics, so you can't > really complain that there are no diagnostics! > > So this seems invalid to me

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 --- Comment #4 from Anders Granlund --- (In reply to Jonathan Wakely from comment #2) > Oh wait ... if you use -w then you are suppressing diagnostics, so you can't > really complain that there are no diagnostics! > > So this seems invalid to me

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #7 from Marek Polacek --- I think I have a fix now. The trick was to use unshare_expr. Testing some more...

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Anders Granlund changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug target/66964] Assembler error during ARM cross compile

2015-07-22 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||arm Status|UNCO

[Bug c++/66967] New: thread local's destructor not called if compile with -fno-use-cxa-atexit

2015-07-22 Thread zhykzhykzhyk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66967 Bug ID: 66967 Summary: thread local's destructor not called if compile with -fno-use-cxa-atexit Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #8 from Marek Polacek --- Not really. We probably shouldn't instrument arguments of __ubsan_* builtins...

[Bug c++/66968] New: Incorrect template argument shown in diagnostic

2015-07-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66968 Bug ID: 66968 Summary: Incorrect template argument shown in diagnostic Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Prior

[Bug libstdc++/60621] std::vector::emplace_back generates massively more code than push_back

2015-07-22 Thread julien.blanc at laposte dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60621 julien.blanc at laposte dot net changed: What|Removed |Added CC||julien.blanc at laposte

[Bug libstdc++/60621] std::vector::emplace_back generates massively more code than push_back

2015-07-22 Thread julien.blanc at laposte dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60621 --- Comment #6 from julien.blanc at laposte dot net --- Created attachment 36032 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36032&action=edit New version of marc's code

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-22 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 --- Comment #5 from Bill Schmidt --- Using current trunk, I compared the 193t.optimized dumps for the original cdrom.ii attachment and for the same attachment modified to add the debug output statement from the end of comment 2. Other than the a

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-22 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 --- Comment #6 from Bill Schmidt --- Sorry, not from comment 2 on this bugzilla; comment 2 from the launchpad bug.

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-22 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 --- Comment #7 from Bill Schmidt --- I tried the same thing with a snapshot of the 5 branch I had lying around: r225783 from 2015-07-14. I also don't see any differences in the output from the middle end, as I would expect since this bug has sh

[Bug target/66964] Assembler error during ARM cross compile

2015-07-22 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964 --- Comment #4 from ktkachov at gcc dot gnu.org --- Created attachment 36033 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36033&action=edit reduced testcase Attaching reduced testcase. Not the shortest, but still 100x shorter than the ori

[Bug target/66964] Assembler error during ARM cross compile

2015-07-22 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||alalaw01 at gcc dot gnu.org

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

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

[Bug fortran/66969] New: Internal compiler error, segmentation fault

2015-07-22 Thread lgmsantos+gccbug at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66969 Bug ID: 66969 Summary: Internal compiler error, segmentation fault Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortr

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-22 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 --- Comment #8 from Bill Schmidt --- Same experiment with r18 from 2015-04-18. Same results. At this point I can't reproduce anything from the information given. Do you have any local modifications that could be causing this?

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #9 from Marek Polacek --- Oh silly me! This should work; Maxim, could you possibly try this patch? --- gcc/c-family/c-ubsan.c +++ gcc/c-family/c-ubsan.c @@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see #include

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Anders Granlund changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug preprocessor/66970] New: Add __has_builtin() macro

2015-07-22 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66970 Bug ID: 66970 Summary: Add __has_builtin() macro Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: preprocessor

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #10 from Maxim Ostapenko --- (In reply to Marek Polacek from comment #9) > Oh silly me! This should work; Maxim, could you possibly try this patch? Sorry, Marek, nothing changed for C++ testcase: D.6137 = get.__delta; D

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 --- Comment #8 from Manuel López-Ibáñez --- (In reply to Anders Granlund from comment #7) > OK. Seems to work differently in Clang but I guess they don't have the same > problem with legacy. Changing defaults in GCC to match Clang is possible (w

[Bug target/66731] vnmul, fnmul patterns incorrect for -frounding-math

2015-07-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66731 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #11 from Marek Polacek --- Hmm, still can't reproduce even with vanilla trunk: A = A.0; D.2679 = get.__pfn; D.2680 = (long int) D.2679; D.2681 = D.2680 & 1; if (D.2681 == 0) goto ; else goto ; : iftmp.1 = get.__pfn; g

[Bug fortran/61831] [4.9/ 5 Regression] runtime error: pointer being freed was not allocated

2015-07-22 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 --- Comment #59 from Mikael Morin --- Author: mikael Date: Wed Jul 22 15:26:52 2015 New Revision: 226074 URL: https://gcc.gnu.org/viewcvs?rev=226074&root=gcc&view=rev Log: Fix r225926's iso_varying_string ICE regression PR fortran/61831

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-22 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #9 from Mikael Morin --- Author: mikael Date: Wed Jul 22 15:26:52 2015 New Revision: 226074 URL: https://gcc.gnu.org/viewcvs?rev=226074&root=gcc&view=rev Log: Fix r225926's iso_varying_string ICE regression PR fortran/61831

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

2015-07-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/66971] New: thread_local with external linkage and constructor cannot be compiled correctly

2015-07-22 Thread zhykzhykzhyk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66971 Bug ID: 66971 Summary: thread_local with external linkage and constructor cannot be compiled correctly Product: gcc Version: 5.2.0 Status: UNCONFIRMED Keywords:

[Bug driver/66737] ld: warning: -z bndplt ignored

2015-07-22 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737 --- Comment #8 from Ilya Enkovich --- Author: ienkovich Date: Wed Jul 22 16:24:28 2015 New Revision: 226076 URL: https://gcc.gnu.org/viewcvs?rev=226076&root=gcc&view=rev Log: PR driver/66737 * config/i386/linux-common.h (MPX_SPEC

[Bug fortran/64986] class_to_type_4.f90: valgrind error: Invalid read/write of size 8

2015-07-22 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64986 --- Comment #12 from Mikael Morin --- (In reply to Dominique d'Humieres from comment #6) > The test has been introduced at revision r220482, That revision adds interesting comments: > /* For a function with a class array result, save the resul

[Bug c++/66971] thread_local with external linkage and constructor cannot be compiled correctly

2015-07-22 Thread zhykzhykzhyk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66971 zhykzhykzhyk at gmail dot com changed: What|Removed |Added Severity|critical|major

[Bug c++/66971] thread_local with external linkage and constructor cannot be compiled correctly

2015-07-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66971 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Se

[Bug libgomp/66950] FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execution test

2015-07-22 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66950 --- Comment #1 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Wed Jul 22 17:19:31 2015 New Revision: 226080 URL: https://gcc.gnu.org/viewcvs?rev=226080&root=gcc&view=rev Log: 2015-07-22 Maxim Blumenthal PR libgomp/66950

[Bug go/66870] split stack issues on ppc64le and ppc64

2015-07-22 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66870 --- Comment #13 from boger at us dot ibm.com --- Use of the gold linker on ppc64 (BE) with static linking results in these warnings: /usr/local/gold/bin/ld.gold: warning: /usr/lib/gcc/ppc64-redhat-linux/4.8.3/../../../../lib64/libc.a(malloc.o): .o

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-07-22 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #12 from Maxim Ostapenko --- (In reply to Marek Polacek from comment #11) > Hmm, still can't reproduce even with vanilla trunk: > > A = A.0; > D.2679 = get.__pfn; > D.2680 = (long int) D.2679; > D.2681 = D.2680 & 1; > if (D

[Bug target/66954] function multiversioning fails for target "aes"

2015-07-22 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66954 --- Comment #2 from uros at gcc dot gnu.org --- Author: uros Date: Wed Jul 22 18:01:33 2015 New Revision: 226081 URL: https://gcc.gnu.org/viewcvs?rev=226081&root=gcc&view=rev Log: libgcc/ChangeLog: PR target/66954 * config/i386/c

[Bug target/66954] function multiversioning fails for target "aes"

2015-07-22 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66954 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/66972] New: Ada.Directories doesn't recognize dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66972 Bug ID: 66972 Summary: Ada.Directories doesn't recognize dangling symlinks Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug ada/66972] Ada.Directories doesn't recognize dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66972 Pavel Zhukov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/63222] Ada.Directories.Delete_File refuses to delete dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63222 --- Comment #2 from Pavel Zhukov --- If symlink is broken Ada.Directories.Exists returns False (actually it's because stat64 returns ENOENT in __gnat_stat). Easy to reproduce: mkdir 'test' && cd 'test' && touch target && ln -s target link && rm

[Bug ada/63222] Ada.Directories.Delete_File refuses to delete dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63222 Pavel Zhukov changed: What|Removed |Added CC||pavel at zhukoff dot net --- Comment #1 f

[Bug target/66964] Assembler error during ARM cross compile

2015-07-22 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964 --- Comment #6 from alalaw01 at gcc dot gnu.org --- Bootstrap+test in progress FYI. However, that patch *does not* fix this failure; there must be some other route.

[Bug fortran/66973] New: Incorrect resolution of generic interface with TYPE(C_PTR)

2015-07-22 Thread brtnfld at hdfgroup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66973 Bug ID: 66973 Summary: Incorrect resolution of generic interface with TYPE(C_PTR) Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Pri

[Bug fortran/66973] Incorrect resolution of generic interface with TYPE(C_PTR)

2015-07-22 Thread brtnfld at hdfgroup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66973 --- Comment #1 from Scot Breitenfeld --- Created attachment 36036 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36036&action=edit fortranlib_test_F03, main program

[Bug fortran/66973] Incorrect resolution of generic interface with TYPE(C_PTR)

2015-07-22 Thread brtnfld at hdfgroup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66973 --- Comment #2 from Scot Breitenfeld --- The following sequence picks the f90 interface, when it should pick the f03 (TYPE(C_PTR)) interface. gfortran -c H5Tff.F90 gfortran fortranlib_test_F03.f90 -o H5Tff.o The program prints: PRINT*,'Inside

[Bug fortran/66973] Incorrect resolution of generic interface with TYPE(C_PTR)

2015-07-22 Thread brtnfld at hdfgroup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66973 --- Comment #3 from Scot Breitenfeld --- (In reply to Scot Breitenfeld from comment #2) > The following sequence picks the f90 interface, when it should pick the f03 > (TYPE(C_PTR)) interface. > > gfortran -c H5Tff.F90 > gfortran fortranlib_test

[Bug fortran/66973] Incorrect resolution of generic interface with TYPE(C_PTR)

2015-07-22 Thread brtnfld at hdfgroup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66973 --- Comment #4 from Scot Breitenfeld --- The work around is instead to do: PROGRAM main USE H5T IMPLICIT NONE REAL, TARGET :: val TYPE(C_PTR) :: f_ptr f_ptr = C_LOC(val) CALL pickone(f_ptr) END PROGRAM main

[Bug fortran/66973] Incorrect resolution of generic interface with TYPE(C_PTR)

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

[Bug fortran/66973] Incorrect resolution of generic interface with TYPE(C_PTR)

2015-07-22 Thread brtnfld at hdfgroup dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66973 --- Comment #6 from Scot Breitenfeld --- it also works if you add USE ISO_C_BINDING to the main program: PROGRAM main USE ISO_C_BINDING USE H5T IMPLICIT NONE REAL, TARGET :: val CALL pickone(C_LOC(val)) END PROGRAM main

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-22 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #23 from cesar at gcc dot gnu.org --- Created attachment 36037 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36037&action=edit patch to handle different types of value exprs This new patch handles other types besides INDIRECT_R

[Bug fortran/62536] ICE (segfault) for invalid END BLOCK statement

2015-07-22 Thread t56xjcu6dh at snkmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62536 Louis Krupp changed: What|Removed |Added CC||t56xjcu6dh at snkmail dot com --- Comment

[Bug tree-optimization/66974] New: -Warray-bounds false positive with -O3

2015-07-22 Thread gajjanagadde at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66974 Bug ID: 66974 Summary: -Warray-bounds false positive with -O3 Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optim

[Bug tree-optimization/66974] -Warray-bounds false positive with -O3

2015-07-22 Thread dj at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66974 DJ Delorie changed: What|Removed |Added CC||dj at redhat dot com --- Comment #1 from DJ

[Bug tree-optimization/66974] -Warray-bounds false positive with -O3

2015-07-22 Thread gajjanagadde at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66974 --- Comment #2 from Ganesh Ajjanagadde --- Of course. However, the caller might ensure that order is always in the valid range (e.g <= 3 in this case), and the callee should not have to verify this if that is the case. The reason we do not actual

[Bug target/66930] [5 Regression]: gengtype.c is miscompiled during stage2

2015-07-22 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66930 --- Comment #6 from Kazumoto Kojima --- Created attachment 36040 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36040&action=edit .i file for gengtype.c I've confirmed a miscompile for gengtype.c with -O1 on my 5/6 compilers. With them,