[Bug fortran/48746] [4.6/4.7 Regression] Matmul with allocate on assignment

2011-04-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code CC|

[Bug libfortran/48785] New: BOZ editing of real numbers not working with -std=f2008

2011-04-26 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48785 Summary: BOZ editing of real numbers not working with -std=f2008 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/48746] Matmul with allocate on assignment

2011-04-26 Thread jpr at csc dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 jpr at csc dot fi changed: What|Removed |Added CC||jpr at csc dot fi --- Comment #1 from

[Bug c++/42687] [4.4/4.5/4.6/4.7 Regression] The prevention of ADL with the help of parentheses doesn't work

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42687 --- Comment #6 from Jason Merrill 2011-04-27 05:17:26 UTC --- Author: jason Date: Wed Apr 27 05:17:20 2011 New Revision: 173007 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173007 Log: PR c++/42687 * parser.c (cp_parser_primary_

[Bug c++/42687] [4.4/4.5/4.6/4.7 Regression] The prevention of ADL with the help of parentheses doesn't work

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42687 --- Comment #8 from Jason Merrill 2011-04-27 05:20:38 UTC --- Author: jason Date: Wed Apr 27 05:20:33 2011 New Revision: 173009 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173009 Log: PR c++/42687 * parser.c (cp_parser_primary_

[Bug c++/42687] [4.4/4.5/4.6/4.7 Regression] The prevention of ADL with the help of parentheses doesn't work

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42687 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/42687] [4.4/4.5/4.6/4.7 Regression] The prevention of ADL with the help of parentheses doesn't work

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42687 --- Comment #9 from Jason Merrill 2011-04-27 05:20:50 UTC --- Author: jason Date: Wed Apr 27 05:20:46 2011 New Revision: 173010 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173010 Log: PR c++/42687 * parser.c (cp_parser_primary_

[Bug c++/42687] [4.4/4.5/4.6/4.7 Regression] The prevention of ADL with the help of parentheses doesn't work

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42687 --- Comment #7 from Jason Merrill 2011-04-27 05:20:10 UTC --- Author: jason Date: Wed Apr 27 05:20:06 2011 New Revision: 173008 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173008 Log: PR c++/42687 * parser.c (cp_parser_primary_

[Bug libstdc++/48760] [4.6 / 4.7 Regression (?)] std::complex constructor buggy in the face of NaN's

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #20 from Jason Merrill 2011-04-27 03:55:27 UTC --- (In reply to comment #19) > : data{ r, i } { } Yes. > In my opinion, at this point at least, it would be safer and simpler to > restrict the syntax to C++1x What is this C++1x yo

[Bug c++/48771] [C++0x] is_literal_type incorrect for references to non-literal types

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48771 --- Comment #3 from Jason Merrill 2011-04-27 03:58:16 UTC --- Looks fine, but also remove the REFERENCE_TYPE check in valid_type_in_constexpr_fundecl_p.

[Bug target/48767] compiler error: Segmentation fault with set void in va_arg

2011-04-26 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48767 --- Comment #2 from Nobuhiro Iwamatsu 2011-04-27 02:37:37 UTC --- Hi, Thanks for your work. (In reply to comment #1) > This is a target problem. The patch below will fix it. I confirm fix on gcc-4.4, 4,5 and 4.6. Thanks! > BTW, I'm not sure

[Bug libstdc++/48760] [4.6 / 4.7 Regression (?)] std::complex constructor buggy in the face of NaN's

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #19 from Paolo Carlini 2011-04-27 01:26:43 UTC --- Thus, if I understand correctly Gaby and Jason, we want to be able to initialize a __complex__ float type *exactly* like an array of two floats? Thus: struct C { //float data[2];

[Bug tree-optimization/48784] New: #pragma pack(1) + -fstrict-volatile-bitfields = bad codegen

2011-04-26 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48784 Summary: #pragma pack(1) + -fstrict-volatile-bitfields = bad codegen Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug libstdc++/48750] for_each_template_random_access_ed has unbalanced new/delete[]

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 --- Comment #13 from Paolo Carlini 2011-04-27 01:05:36 UTC --- Created attachment 24108 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24108 Draft patch This is my work ìn progress patch. I'm for example seeing very good to perfect improvem

[Bug libstdc++/48750] for_each_template_random_access_ed has unbalanced new/delete[]

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 Paolo Carlini changed: What|Removed |Added Status|REOPENED|ASSIGNED AssignedTo|unassigned at

[Bug c++/42687] [4.4/4.5/4.6/4.7 Regression] The prevention of ADL with the help of parentheses doesn't work

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42687 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug libstdc++/48760] [4.6 / 4.7 Regression (?)] std::complex constructor buggy in the face of NaN's

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #18

[Bug c++/48726] [C++0x] [4.6 Regression] ICE with initializer_list of unique_ptr

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48726 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/48783] New: ARM: kernel compiled at -O2 has a unused reference to __aeabi_uldivmod

2011-04-26 Thread michael.hope at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48783 Summary: ARM: kernel compiled at -O2 has a unused reference to __aeabi_uldivmod Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48726] [C++0x] [4.6 Regression] ICE with initializer_list of unique_ptr

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48726 --- Comment #4 from Jason Merrill 2011-04-26 23:42:53 UTC --- Author: jason Date: Tue Apr 26 23:42:50 2011 New Revision: 172993 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172993 Log: PR c++/48726 * call.c (convert_like_real):

[Bug c/48782] New: unused-but-set static variables are not optimized out

2011-04-26 Thread flameeyes at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48782 Summary: unused-but-set static variables are not optimized out Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo:

[Bug target/48781] gcc generate movdqa instructions on unaligned memory address when using -mtune=native -march=native

2011-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48781 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/48781] gcc generate movdqa instructions on unaligned memory address when using -mtune=native -march=native

2011-04-26 Thread tanzhangxi at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48781 --- Comment #2 from Zhangxi Tan 2011-04-26 22:25:42 UTC --- (In reply to comment #1) > The alignment of __uint128_t is 16byte. I think you are invoking undefined > behavior by using a data type which increases the alignment. _uint128_t does not

[Bug target/48781] gcc generate movdqa instructions on unaligned memory address when using -mtune=native -march=native

2011-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48781 --- Comment #1 from Andrew Pinski 2011-04-26 22:10:59 UTC --- The alignment of __uint128_t is 16byte. I think you are invoking undefined behavior by using a data type which increases the alignment.

[Bug target/48781] New: gcc generate movdqa instructions on unaligned memory address when using -mtune=native -march=native

2011-04-26 Thread tanzhangxi at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48781 Summary: gcc generate movdqa instructions on unaligned memory address when using -mtune=native -march=native Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal

[Bug c++/48726] [C++0x] [4.6 Regression] ICE with initializer_list of unique_ptr

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48726 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/48766] [4.3/4.4/4.5/4.6/4.7 Regression] Infinite recursion in fold_binary_loc()

2011-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48766 --- Comment #3 from joseph at codesourcery dot com 2011-04-26 21:18:56 UTC --- The combination -fwrapv -ftrapv is not particularly meaningful; it ought to act exactly the same as -ftrapv (i.e. -ftrapv should override any previous -fwrapv, and vi

[Bug middle-end/48600] [4.6/4.7 Regression] ICE when using cold attribute

2011-04-26 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48600 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug c++/40975] [4.3/4.4/4.5/4.6/4.7 Regression] ICE in copy_tree_r on array new

2011-04-26 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40975 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug c++/48780] New: [C++0x] scoped enumerations and va_arg (default argument promotions)

2011-04-26 Thread hstong at ca dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48780 Summary: [C++0x] scoped enumerations and va_arg (default argument promotions) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/48779] New: -Wunused-but-set-variable does not report unread unit-static variables

2011-04-26 Thread flameeyes at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48779 Summary: -Wunused-but-set-variable does not report unread unit-static variables Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug gcov-profile/43341] pragma pack changes padding in struct gcov_info on 64-bit archs

2011-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43341 --- Comment #7 from Andrew Pinski 2011-04-26 20:24:21 UTC --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > gcc -fpack-struct=4 -fprofile-generate test.c > > > > -fpack-struct changes the ABI so it is not

[Bug gcov-profile/43341] pragma pack changes padding in struct gcov_info on 64-bit archs

2011-04-26 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43341 --- Comment #6 from Arthur O'Dwyer 2011-04-26 20:18:42 UTC --- (In reply to comment #5) > (In reply to comment #4) > > gcc -fpack-struct=4 -fprofile-generate test.c > > -fpack-struct changes the ABI so it is not fully a bug there. It's a gray a

[Bug tree-optimization/48765] ICE in vect_transform_stmt

2011-04-26 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48765 William J. Schmidt changed: What|Removed |Added CC||richard.sandiford at linaro

[Bug gcov-profile/43341] pragma pack changes padding in struct gcov_info on 64-bit archs

2011-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43341 --- Comment #5 from Andrew Pinski 2011-04-26 20:04:39 UTC --- (In reply to comment #4) > gcc -fpack-struct=4 -fprofile-generate test.c -fpack-struct changes the ABI so it is not fully a bug there.

[Bug target/48754] FAIL: gcc.dg/binop-xor(1|3).c scan-tree-dump-times optimized "]*>" *

2011-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48754 --- Comment #4 from Andrew Pinski 2011-04-26 20:05:54 UTC --- Most likely a BRANCH_COST issue.

[Bug middle-end/48770] [4.7 Regression] wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno-forward-propagate -fno-tree-forwprop

2011-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48770 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/47995] ICE of c++ in gcc-4.5.x at FrameLoader.cpp in WebKit build

2011-04-26 Thread jipeng at broadcom dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47995 --- Comment #4 from Jian Peng 2011-04-26 19:58:08 UTC --- Hi, Maksim, I did not dig into this, but my past experience is that it is related to recent rework of SSa in FCC since it did not show up in old gcc-4.3 Thanks, Jian On Apr 26, 2011, a

[Bug gcov-profile/43341] pragma pack changes padding in struct gcov_info on 64-bit archs

2011-04-26 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43341 Arthur O'Dwyer changed: What|Removed |Added CC||arthur.j.odwyer at gmail

[Bug target/47995] ICE of c++ in gcc-4.5.x at FrameLoader.cpp in WebKit build

2011-04-26 Thread maksim.rayskiy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47995 Maksim Rayskiy changed: What|Removed |Added CC||maksim.rayskiy at gmail dot

[Bug c/48777] duplicate pointers to empty structs passed as arguments to function

2011-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48777 --- Comment #2 from joseph at codesourcery dot com 2011-04-26 19:48:53 UTC --- Indeed, empty structs in GNU C (as opposed to C++) are expected to take up no space, and so possibly not have unique addresses.

[Bug c/48778] New: gcc 4.6 -Waddress adds unhelpful new warning case

2011-04-26 Thread peter_e at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48778 Summary: gcc 4.6 -Waddress adds unhelpful new warning case Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c AssignedTo: unass

[Bug fortran/45586] [4.6/4.7 Regression] ICE non-trivial conversion at assignment

2011-04-26 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 --- Comment #57 from Thomas Koenig 2011-04-26 19:37:32 UTC --- (In reply to comment #54) > (In reply to comment #53) > > reduced testcase for 4.7 > > Does not fail here - can you still reproduce it? (It might have been fixed by > the patch for P

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #1 from Jason Merrill 2011-04-26 19:28:32 UTC --- Author: jason Date: Tue Apr 26 19:28:25 2011 New Revision: 172985 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172985 Log: PR c++/48530 * decl.c (cxx_maybe_build_clea

[Bug target/48258] Add VSX support for float/double vector reductions & improve float insert/extract

2011-04-26 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258 --- Comment #3 from Michael Meissner 2011-04-26 19:25:45 UTC --- Author: meissner Date: Tue Apr 26 19:25:41 2011 New Revision: 172984 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172984 Log: PR target/48258, improve vector reduction on

[Bug c/48777] duplicate pointers to empty structs passed as arguments to function

2011-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48777 --- Comment #1 from Andrew Pinski 2011-04-26 19:20:31 UTC --- Considering empty structs are a GNU extension, this could be considered correct.

[Bug c/48777] New: duplicate pointers to empty structs passed as arguments to function

2011-04-26 Thread mjh at edg dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48777 Summary: duplicate pointers to empty structs passed as arguments to function Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-04-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #12 from Tobias Burnus 2011-04-26 18:46:15 UTC --- Created attachment 24106 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24106 Draft patch for the main issue and for the -std=f2003/f2008 diagnostic The regression is caused by:

[Bug fortran/48776] New: ICE(segfault) after -std=f95 diagnostic error involving PROCEDURE

2011-04-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48776 Summary: ICE(segfault) after -std=f95 diagnostic error involving PROCEDURE Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code

[Bug libstdc++/48750] for_each_template_random_access_ed has unbalanced new/delete[]

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 --- Comment #12 from Paolo Carlini 2011-04-26 18:40:17 UTC --- Forgot: my numbers, etc, are all about the exaxt testcase in PR48751.

[Bug libstdc++/48750] for_each_template_random_access_ed has unbalanced new/delete[]

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 --- Comment #11 from Paolo Carlini 2011-04-26 18:38:26 UTC --- (In reply to comment #10) > Yes, this certainly fixes my segfault. For me, it only fixes the segfault, also avoids all valgrind and glibc errors messages at runtime and drastically i

[Bug fortran/45586] [4.6/4.7 Regression] ICE non-trivial conversion at assignment

2011-04-26 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 --- Comment #56 from Joost VandeVondele 2011-04-26 18:19:29 UTC --- (In reply to comment #54) > (In reply to comment #53) > > reduced testcase for 4.7 > > Does not fail here - can you still reproduce it? (It might have been fixed by > the patch

[Bug fortran/45586] [4.6/4.7 Regression] ICE non-trivial conversion at assignment

2011-04-26 Thread Joost.VandeVondele at pci dot uzh.ch
hread model: posix gcc version 4.7.0 20110426 (experimental) [trunk revision 172980] (GCC) COLLECT_GCC_OPTIONS='-v' '-O0' '-flto' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /data03/vondele/gnu/gcc_trunk/install/libexec/gcc/x86_64-u

[Bug middle-end/48752] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466

2011-04-26 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #11 from dave at hiauly1 dot hia.nrc.ca 2011-04-26 18:11:43 UTC --- > Any clue what is wrong? > After dinner I will try to look into the add_new_function path and figure out > why summaries are not computed as they should. These are th

[Bug libstdc++/48750] for_each_template_random_access_ed has unbalanced new/delete[]

2011-04-26 Thread t.h.shorrock at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 --- Comment #10 from Tom 2011-04-26 18:09:05 UTC --- Hi Paulo, Yes, this certainly fixes my segfault. Valgrind complains a little - although I am not sure if this is important (I am very new to the helgrind tool). In case it is useful, I attac

[Bug middle-end/48752] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466

2011-04-26 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #10 from Jan Hubicka 2011-04-26 17:59:49 UTC --- Hi, the testcase doesn't seem to work for me. I get In file included from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/cctype:43:0, from /test/gnu/g

[Bug middle-end/38277] gcc.c-torture/execute/20010910-1.c wrong code generation by loop distribution enabled

2011-04-26 Thread zsojka at seznam dot cz
-with-ppl --with-cloog-include=/usr/include/cloog-ppl/ --disable-ppl-version-check Thread model: posix gcc version 4.7.0 20110426 (experimental) (GCC) $ gcc gcc.c-torture/execute/20010910-1.c -O3 -fomit-frame-pointer -ftree-loop-distribution $ valgrind -q ./a.out (no output) (however, there see

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #11 from Jakub Jelinek 2011-04-26 17:54:11 UTC --- http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165749

[Bug target/48258] Add VSX support for float/double vector reductions & improve float insert/extract

2011-04-26 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258 --- Comment #2 from Michael Meissner 2011-04-26 17:48:34 UTC --- Author: meissner Date: Tue Apr 26 17:48:29 2011 New Revision: 172981 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172981 Log: PR target/48258, improve vector reduction on

[Bug fortran/48438] Several gfortran tests FAIL on Tru64 UNIX

2011-04-26 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48438 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-04-26 17:36:51 UTC --- > - large_real_kind_2.F90 > Fails for CTEST_POWER(0.0, 5.4), which is: > abs(0.0**5.4 - 0.0**5.4)/(0.0**5.4) > eps > >

[Bug target/48604] [4.5/4.6/4.7 regression] wrong code with -frename-registers

2011-04-26 Thread edmar at freescale dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48604 Edmar Wienskoski changed: What|Removed |Added CC||edmar at freescale dot com --- Comment

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-04-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #10 from Tobias Burnus 2011-04-26 17:06:03 UTC --- Works: 2010-10-15-r165507 (a5b23678e24cec2da289a54ae62f98f7b1301c36) Fails: 2010-10-23-r165882 (2dfbcd30bb4e761a9c5144a0656b8dfc6336ed37)

[Bug tree-optimization/48775] New: gcc.dg/pr48616.c FAILs on Tru64 UNIX

2011-04-26 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48775 Summary: gcc.dg/pr48616.c FAILs on Tru64 UNIX Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: u

[Bug middle-end/48663] [4.7 regression] final.c:dump_basic_block_info breaks several Tru64 UNIX tests

2011-04-26 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48663 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/48754] FAIL: gcc.dg/binop-xor(1|3).c scan-tree-dump-times optimized "]*>" *

2011-04-26 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48754 Rainer Orth changed: What|Removed |Added Target|powerpc*-*-*|powerpc*-*-*, mips*-*-* CC|

[Bug target/48754] FAIL: gcc.dg/binop-xor(1|3).c scan-tree-dump-times optimized "]*>" *

2011-04-26 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48754 --- Comment #3 from Rainer Orth 2011-04-26 16:25:49 UTC --- Created attachment 24105 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24105 -fdump-tree-optimized for mips-sgi-irix6.5, N32 ABI

[Bug rtl-optimization/48774] New: gcc-4.6.0 optimization regression on x86_64-unknown-linux-gnu

2011-04-26 Thread mariah.lenox at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48774 Summary: gcc-4.6.0 optimization regression on x86_64-unknown-linux-gnu Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c/48742] [4.5/4.6/4.7 Regression] Internal error in gimplify_expr

2011-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48742 --- Comment #5 from joseph at codesourcery dot com 2011-04-26 15:24:13 UTC --- On Tue, 26 Apr 2011, jakub at gcc dot gnu.org wrote: > Created attachment 24104 > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24104 > gcc46-pr48742.patch > >

[Bug libstdc++/48750] for_each_template_random_access_ed has unbalanced new/delete[]

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 --- Comment #9 from Paolo Carlini 2011-04-26 15:19:12 UTC --- Seth, Tom, if you get a chance to test the changes I propose in Comment 7 (suitably, trivially tweaked for 4.4.x), please let me know as soon as possible. If Johannes cannot provide f

[Bug c/48742] [4.5/4.6/4.7 Regression] Internal error in glimplify_expr

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48742 --- Comment #4 from Jakub Jelinek 2011-04-26 15:16:05 UTC --- Created attachment 24104 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24104 gcc46-pr48742.patch So do you mean something like this? Haven't bootstrapped/regtested it yet...

[Bug rtl-optimization/38644] [4.3/4.4/4.5/4.6/4.7 Regression] Optimization flag -O1 -fschedule-insns2 causes wrong code

2011-04-26 Thread jiangning.liu at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644 Jiangning Liu changed: What|Removed |Added CC||jiangning.liu at arm dot

[Bug tree-optimization/48772] [4.7 Regression] ICE: SIGSEGV in walk_non_aliased_vuses (gimple.h:1100) with -O -fnon-call-exceptions -fno-tree-ccp -fno-tree-dce

2011-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48772 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/48760] [4.6 / 4.7 Regression (?)] std::complex constructor buggy in the face of NaN's

2011-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #17 from joseph at codesourcery dot com 2011-04-26 15:03:49 UTC --- As far as I can see, the main (only?) use of imaginary types is for this issue of constructing complex values. In addition, you need to define for each target the A

[Bug rtl-optimization/48773] New: Dataflow and REG_DEAD notes

2011-04-26 Thread mfortune at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48773 Summary: Dataflow and REG_DEAD notes Product: gcc Version: 4.3.5 Status: UNCONFIRMED Severity: major Priority: P3 Component: rtl-optimization AssignedTo: unassig...@g

[Bug middle-end/48770] [4.7 Regression] wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno-forward-propagate -fno-tree-forwprop

2011-04-26 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48770 --- Comment #1 from Zdenek Sojka 2011-04-26 14:57:08 UTC --- (gdb) disassemble ... 0x00400d06 <+18>:addq $0x1,(%rax) 0x00400d0a <+22>:mov$0x8,%eax 0x00400d0f <+27>:test %edi,%edi 0x0

[Bug libstdc++/48760] [4.6 / 4.7 Regression (?)] std::complex constructor buggy in the face of NaN's

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #16 from Paolo Carlini 2011-04-26 14:54:12 UTC --- Thanks Joseph for the explanation and the references. Now maybe I'm digressing in terms of the C++ issue we are facing, but I'm wondering: at some point, even for C99, shouldn't we su

[Bug c/48742] [4.5/4.6/4.7 Regression] Internal error in glimplify_expr

2011-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48742 --- Comment #3 from joseph at codesourcery dot com 2011-04-26 14:50:47 UTC --- There shouldn't be nested C_MAYBE_CONST_EXPR. The code you quote > if (!in_late_binary_op) > { > if (!op0_maybe_const

[Bug tree-optimization/48772] New: [4.7 Regression] ICE: SIGSEGV in walk_non_aliased_vuses (gimple.h:1100) with -O -fnon-call-exceptions -fno-tree-ccp -fno-tree-dce

2011-04-26 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48772 Summary: [4.7 Regression] ICE: SIGSEGV in walk_non_aliased_vuses (gimple.h:1100) with -O -fnon-call-exceptions -fno-tree-ccp -fno-tree-dce Product: gcc Version: 4.7.0

[Bug c++/48771] [C++0x] is_literal_type incorrect for references to non-literal types

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48771 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug libstdc++/48760] [4.6 / 4.7 Regression (?)] std::complex constructor buggy in the face of NaN's

2011-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #15 from joseph at codesourcery dot com 2011-04-26 14:30:50 UTC --- On Mon, 25 Apr 2011, john at johnmaddock dot co.uk wrote: > Sorry to be dumb, but doesn't the result of the C code violate section G.5.2 > in > C99 - which is to say

[Bug libstdc++/48760] [4.6 / 4.7 Regression (?)] std::complex constructor buggy in the face of NaN's

2011-04-26 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #14 from Gabriel Dos Reis 2011-04-26 14:12:35 UTC --- (In reply to comment #12) > (In reply to comment #9) > > I guess, in the 4.6.1 time frame we can only workaround the issue in C++03 > > mode > > by doing the piecewise work in the

[Bug c++/48771] [C++0x] is_literal_type incorrect for references to non-literal types

2011-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48771 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/45586] [4.6/4.7 Regression] ICE non-trivial conversion at assignment

2011-04-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 --- Comment #54 from Tobias Burnus 2011-04-26 14:07:03 UTC --- (In reply to comment #53) > reduced testcase for 4.7 Does not fail here - can you still reproduce it? (It might have been fixed by the patch for PR 48588. If it still occurs, I will

[Bug debug/48768] [4.6/4.7 Regression] ICE in get_expr_operands()

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48768 --- Comment #5 from Jakub Jelinek 2011-04-26 13:47:17 UTC --- Author: jakub Date: Tue Apr 26 13:47:13 2011 New Revision: 172970 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172970 Log: PR debug/48768 * tree-ssa.c (insert_debug_t

[Bug fortran/48112] [4.6/4.7 Regression] generic interface to external function in module

2011-04-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48112 --- Comment #5 from Tobias Burnus 2011-04-26 13:50:53 UTC --- (In reply to comment #4) > The crucial part of the patch is: > + /* Avoid double resolution of function result symbols. */ > + if ((sym->result || sym->attr.result) && (sym->ns != g

[Bug libstdc++/48771] New: [C++0x] is_literal_type incorrect for references to non-literal types

2011-04-26 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48771 Summary: [C++0x] is_literal_type incorrect for references to non-literal types Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/48734] [4.6/4.7 Regression] ICE in eliminate_redundant_comparison, at tree-ssa-reassoc.c:1321

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48734 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug debug/48768] [4.6/4.7 Regression] ICE in get_expr_operands()

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48768 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/48734] [4.6/4.7 Regression] ICE in eliminate_redundant_comparison, at tree-ssa-reassoc.c:1321

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48734 --- Comment #6 from Jakub Jelinek 2011-04-26 13:44:54 UTC --- Author: jakub Date: Tue Apr 26 13:44:51 2011 New Revision: 172969 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172969 Log: PR tree-optimization/48734 * tree-ssa-reass

[Bug testsuite/48753] [4.7 Regression] FAIL: gcc.dg/tree-prof/val-prof-2.c

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48753 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug tree-optimization/48734] [4.6/4.7 Regression] ICE in eliminate_redundant_comparison, at tree-ssa-reassoc.c:1321

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48734 --- Comment #5 from Jakub Jelinek 2011-04-26 13:33:55 UTC --- Author: jakub Date: Tue Apr 26 13:33:49 2011 New Revision: 172967 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172967 Log: PR tree-optimization/48734 * tree-ssa-reass

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-04-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #9 from Tobias Burnus 2011-04-26 13:36:50 UTC --- Works with: 2010-09-28-r164677

[Bug debug/48768] [4.6/4.7 Regression] ICE in get_expr_operands()

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48768 --- Comment #4 from Jakub Jelinek 2011-04-26 13:35:24 UTC --- Author: jakub Date: Tue Apr 26 13:35:21 2011 New Revision: 172968 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172968 Log: PR debug/48768 * tree-ssa.c (insert_debug_t

[Bug testsuite/48753] [4.7 Regression] FAIL: gcc.dg/tree-prof/val-prof-2.c

2011-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48753 --- Comment #6 from Jakub Jelinek 2011-04-26 13:31:21 UTC --- Author: jakub Date: Tue Apr 26 13:31:17 2011 New Revision: 172966 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172966 Log: PR testsuite/48753 * gcc.dg/tree-prof/val-p

[Bug tree-optimization/48766] [4.3/4.4/4.5/4.6/4.7 Regression] Infinite recursion in fold_binary_loc()

2011-04-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48766 H.J. Lu changed: What|Removed |Added CC||iant at google dot com --- Comment #2 from H.J.

[Bug lto/48763] Inliner type ICE

2011-04-26 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48763 --- Comment #6 from Jan Hubicka 2011-04-26 13:20:24 UTC --- > We should defer detection of incompatibilities to when we see the call stmt, > thus expand_call_inline. We shouldn't worry about this disturbing inliner Undoing the inliner decisions

[Bug testsuite/48753] [4.7 Regression] FAIL: gcc.dg/tree-prof/val-prof-2.c

2011-04-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48753 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c/48731] regression: __attribute__((flatten)) produces error with function calling variadic functions

2011-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48731 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/48763] Inliner type ICE

2011-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48763 --- Comment #5 from Richard Guenther 2011-04-26 13:05:32 UTC --- (In reply to comment #4) > I would say that PR48761 testcase is not 100% dup of this one. One tests that > cgraph merging check type compatibility of direct call edges, the second

  1   2   >