[Bug libfortran/48787] Invalid UP rounding with F editing

2011-04-27 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 --- Comment #2 from Thomas Henlich 2011-04-28 06:41:27 UTC --- Created attachment 24120 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24120 Testcase for F, E, G editing Bug also applies to E and G editing with non-zero scale factor.

[Bug c++/48656] [4.6/4.7 regression] [C++0x] cannot call member function without object

2011-04-27 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48656 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED CC|dodji at gcc

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

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #13 from Tobias Burnus 2011-04-28 05:48:23 UTC --- Author: burnus Date: Thu Apr 28 05:48:18 2011 New Revision: 173059 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173059 Log: 2011-04-28 Tobias Burnus PR fortran/4

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

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48112 --- Comment #6 from Tobias Burnus 2011-04-28 05:48:23 UTC --- Author: burnus Date: Thu Apr 28 05:48:18 2011 New Revision: 173059 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173059 Log: 2011-04-28 Tobias Burnus PR fortran/48

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

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 Jason Merrill changed: What|Removed |Added CC|jason at redhat dot com | --- Comment #7 from Jason Merrill 2011-

[Bug libfortran/48787] Invalid UP rounding with F editing

2011-04-27 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 Jerry DeLisle changed: What|Removed |Added AssignedTo|unassigned at gcc dot |jvdelisle at gcc dot |g

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 --- Comment #8 from Rich Felker 2011-04-28 03:45:39 UTC --- Thank you for the quick response. It looks like pcc supports the gcc-style builtins (and defines __GNUC__ to be 4), whereas tinycc does not define __GNUC__ at all. I think __GNUC__>=3 is

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 --- Comment #7 from Andrew Pinski 2011-04-28 03:31:14 UTC --- (In reply to comment #6) > Can anyone provide me with information on the earliest GCC version to support > the builtins for i386? Earliest version is around 3.0.0 and most likely earl

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Rich Felker changed: What|Removed |Added CC||bugdal at aerifal dot cx --- Comment #6 fro

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread froydnj at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Nathan Froyd changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/48656] [4.6/4.7 regression] [C++0x] cannot call member function without object

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48656 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 --- Comment #4 from Andrew Pinski 2011-04-28 03:01:09 UTC --- (In reply to comment #3) > damn trying to fix status of this. So who's stdarg.h are you using? If not GCC's then that is the bug, GCC's stdarg.h is the only valid and well defined

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Josef Mutzenbacher changed: What|Removed |Added Status|VERIFIED|UNCONFIRMED Resolution|INVAL

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Josef Mutzenbacher changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #2 from Josef M

[Bug c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

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

[Bug c/48797] New: GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used

2011-04-27 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797 Summary: GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: major Priorit

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

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40975 --- Comment #6 from Jason Merrill 2011-04-28 01:53:38 UTC --- Author: jason Date: Thu Apr 28 01:53:34 2011 New Revision: 173056 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173056 Log: PR c++/40975 * cp-tree.def (VEC_INIT_EXPR):

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

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #25 from Jason Merrill 2011-04-28 01:53:56 UTC --- Author: jason Date: Thu Apr 28 01:53:53 2011 New Revision: 173058 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173058 Log: PR libstdc++/48760 Implement list-initiali

[Bug target/44553] Cross compiling for ia64 fails as stdlib.h doesn't exist

2011-04-27 Thread tony at bakeyournoodle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44553 --- Comment #3 from Tony Breeds 2011-04-28 00:05:20 UTC --- This bug affects 4.4.x, 4.5.x and 4.6.x Any chance someone can look at it

[Bug tree-optimization/48795] -Warray-bounds false positive

2011-04-27 Thread niko.lecam at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48795 --- Comment #1 from Nicolas Le Cam 2011-04-27 23:42:35 UTC --- Removing the call to p avoid the warning. Also tested by replacing p with a call to memcpy for example, which also triggers the warning.

[Bug c/48796] New: gcc: Internal error: Killed (program cc1) while compiling PHP

2011-04-27 Thread wgj at cast dot uark.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48796 Summary: gcc: Internal error: Killed (program cc1) while compiling PHP Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: minor Priority: P3 Compon

[Bug tree-optimization/48795] New: -Warray-bounds false positive

2011-04-27 Thread niko.lecam at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48795 Summary: -Warray-bounds false positive Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassig.

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

2011-04-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #6 from Paolo Carlini 2011-04-27 23:09:09 UTC --- Sure.

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

2011-04-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #5 from H.J. Lu 2011-04-27 23:07:09 UTC --- (In reply to comment #4) > The issue noticed by Daniel in Comment #3 seems simple: happens only with > checking enabled and disappears with the below (which passes testing). > > Jason, if y

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

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

[Bug c/48793] Optimization -O2 Incorrectly Removes Logic

2011-04-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48793 --- Comment #3 from Andrew Pinski 2011-04-27 22:59:51 UTC --- (In reply to comment #2) > myInteger = -myInteger; > > is undefined for the integer MIN_INT? The above is undefined for the value of MIN_INT. As there is an overflow as -MIN_INT is

[Bug middle-end/48794] [4.7 Regression] ICE: SIGSEGV in remap_eh_region_nr (tree-inline.c:1194) with -Os -fopenmp -fexceptions -fno-tree-ccp -fno-tree-copy-prop

2011-04-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48794 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/48793] Optimization -O2 Incorrectly Removes Logic

2011-04-27 Thread chris at durso dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48793 --- Comment #2 from Chris DUrso 2011-04-27 22:36:16 UTC --- Hi Andreas, Are you saying that myInteger = -myInteger; or if( myInteger < 0 ) is undefined for the integer MIN_INT? Read a little closer, the overflow/underflow/abs are just

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

2011-04-27 Thread daniel.kruegler at googlemail dot com
-name='s/^g++$/jasong++/' --prefix=/home/Daniel/jasongcc --enable-languages=c++ --disable-bootstrap Thread model: single gcc version 4.7.0 20110427 (experimental) (GCC) COLLECT_GCC_OPTIONS='-v' '-save-temps' '-std=c++0x' '-Wall' '-shared-libgcc

[Bug target/48673] [4.7 Regression] GCC generates WAW and RAW conflicts on IA64.

2011-04-27 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48673 --- Comment #2 from Steve Ellcey 2011-04-27 21:58:53 UTC --- It looks like I was wrong about this showing up on IA64 Linux. I am only seeing it on IA64 HP-UX and only in 32 bit mode. That probably means it is related to the HP-UX pointer extens

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

2011-04-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 Paolo Carlini changed: What|Removed |Added CC|jason at gcc dot gnu.org, | |jason at redhat dot c

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

2011-04-27 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #16 from dave at hiauly1 dot hia.nrc.ca 2011-04-27 21:08:26 UTC --- On Wed, 27 Apr 2011, hubicka at ucw dot cz wrote: > I hope the problem is now fixed at mainline tree. Could you please give it a > try? Bug is still present in revis

[Bug fortran/48788] [4.6/4.7 Regression] ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190) on invalid (?) fortran code

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48788 --- Comment #2 from Tobias Burnus 2011-04-27 20:32:26 UTC --- Author: burnus Date: Wed Apr 27 20:32:21 2011 New Revision: 173048 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173048 Log: 2011-04-27 Tobias Burnus PR fortran/48

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

2011-04-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 --- Comment #17 from Paolo Carlini 2011-04-27 20:23:25 UTC --- Thanks Johannes. Indeed, I was still a little nervous about those bits of losertree.h. If you can, please make sure that (even if it costs a bit of performance): 1- After memory al

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

2011-04-27 Thread singler at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 sing...@gcc.gnu.org changed: What|Removed |Added CC||singler at gcc dot gnu.org --- Comm

[Bug rtl-optimization/48774] [4.6/4.7 Regression] gcc-4.6.0 optimization regression on x86_64-unknown-linux-gnu

2011-04-27 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48774 davidxl changed: What|Removed |Added CC||xinliangli at gmail dot com --- Comment #3 from

[Bug libfortran/48511] Implement Steele-White algorithm for numeric output

2011-04-27 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48511 --- Comment #9 from Janne Blomqvist 2011-04-27 18:36:12 UTC --- I've been thinking about this issue now and then over the past few weeks, and funnily enough, while I initially thought this would be a nice improvement, I've subsequently come to th

[Bug middle-end/48794] New: [4.7 Regression] ICE: SIGSEGV in remap_eh_region_nr (tree-inline.c:1194) with -Os -fopenmp -fexceptions -fno-tree-ccp -fno-tree-copy-prop

2011-04-27 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48794 Summary: [4.7 Regression] ICE: SIGSEGV in remap_eh_region_nr (tree-inline.c:1194) with -Os -fopenmp -fexceptions -fno-tree-ccp -fno-tree-copy-prop Product: gcc Version: 4.7.0

[Bug tree-optimization/15347] [tree-ssa] fold if ("<12ers" + 1 == 0).

2011-04-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15347 --- Comment #10 from H.J. Lu 2011-04-27 18:32:34 UTC --- (In reply to comment #9) > This appears to be fixed in 4.6.0. Mark as resolved? Need to add a few testcases first.

[Bug c/48793] Optimization -O2 Incorrectly Removes Logic

2011-04-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48793 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/39689] IPA should compute if a function may recurse

2011-04-27 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39689 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #8 from Ma

[Bug tree-optimization/37242] missed FRE opportunity because of signedness of addition

2011-04-27 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37242 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #19 from M

[Bug tree-optimization/15347] [tree-ssa] fold if ("<12ers" + 1 == 0).

2011-04-27 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15347 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #9 from Ma

[Bug tree-optimization/40052] missed optimizations on (extended) logical types: (x | 1) --> 1

2011-04-27 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40052 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #3 from Ma

[Bug c/48793] New: Optimization -O2 Incorrectly Removes Logic

2011-04-27 Thread chris at durso dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48793 Summary: Optimization -O2 Incorrectly Removes Logic Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig..

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

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

[Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-04-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #23 from Ulrich Weigand 2011-04-27 16:28:32 UTC --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2011-04/msg02131.html

[Bug middle-end/48791] [4.7 Regression] Many testcase failures

2011-04-27 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48791 Jan Hubicka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-04-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 Ulrich Weigand changed: What|Removed |Added CC||uweigand at gcc dot gnu.org Com

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

2011-04-27 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #15 from Jan Hubicka 2011-04-27 16:04:21 UTC --- Hi, I hope the problem is now fixed at mainline tree. Could you please give it a try? Thanks, Honza

[Bug java/48417] -ffixed-regs option can't work in mips-elf-gcj compiler

2011-04-27 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417 --- Comment #3 from licheng.1212 at gmail dot com 2011-04-27 16:03:56 UTC --- GCJjava_main.java Using built-in specs. Target: mips-elf Configured with: ../gcc-4.4.2/configure --prefix=/home/lee/gnu_src/dist --target=mips-elf --with-new

[Bug c++/48046] [4.5 Regression] Expected diagnostic "reference to 'type' is ambiguous" not given for function-local static declaration

2011-04-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48046 --- Comment #7 from Paolo Carlini 2011-04-27 15:59:01 UTC --- Thanks Jason.

[Bug c++/48046] [4.5 Regression] Expected diagnostic "reference to 'type' is ambiguous" not given for function-local static declaration

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

[Bug c++/48046] [4.5/4.6/4.7 Regression] Expected diagnostic "reference to 'type' is ambiguous" not given for function-local static declaration

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48046 --- Comment #5 from Jason Merrill 2011-04-27 15:57:11 UTC --- Author: jason Date: Wed Apr 27 15:57:06 2011 New Revision: 173038 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173038 Log: PR c++/48046 * parser.c (cp_parser_diagnose

[Bug c++/48046] [4.5/4.6/4.7 Regression] Expected diagnostic "reference to 'type' is ambiguous" not given for function-local static declaration

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48046 --- Comment #4 from Jason Merrill 2011-04-27 15:56:50 UTC --- Author: jason Date: Wed Apr 27 15:56:46 2011 New Revision: 173036 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173036 Log: PR c++/48046 * parser.c (cp_parser_diagnose

[Bug target/48792] New: ICE in failed_reload, at reload1.c:6000

2011-04-27 Thread rmansfield at qnx dot com
ble-libmudflap --disable-libssp Thread model: posix gcc version 4.7.0 20110427 (experimental) [trunk revision 173031] (GCC) $ ./xgcc -B. -c -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -O2 t.ii t.ii: In member function 'void icu_46::ValueRecord::adjustPosition(icu_46::ValueFormat, co

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

2011-04-27 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #14 from dave at hiauly1 dot hia.nrc.ca 2011-04-27 15:20:32 UTC --- > I still can't reproduce the testcase but I guess I can make one myself just by > forcing global constructor. Will try to have patch before lunch. I realized last ni

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

2011-04-27 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 --- Comment #4 from Thomas Koenig 2011-04-27 15:07:21 UTC --- (In reply to comment #3) > (In reply to comment #1) > > Problem here is that the return array "dtype" field is uninitialized when > > lhs is (unallocated) allocatable. Due to this ther

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

2011-04-27 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libfortran/48511] Implement Steele-White algorithm for numeric output

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48511 --- Comment #8 from Tobias Burnus 2011-04-27 14:59:39 UTC --- (In reply to comment #7) > Gay's routines (http://www.netlib.org/fp/) can handle double, float, extended, > quad libquadmath initially used dtoa for __float128 [REAL(16)] I/O, but the

[Bug middle-end/48791] [4.7 Regression] Many testcase failures

2011-04-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48791 --- Comment #4 from Richard Guenther 2011-04-27 14:41:15 UTC --- #3 0x010e2203 in ipa_add_new_function (node=0x75b90940, data=0x0) at /space/rguenther/src/svn/trunk/gcc/ipa-prop.c:2068 2068 ipa_analyze_node (node); (gdb) cal

[Bug middle-end/48791] [4.7 Regression] Many testcase failures

2011-04-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48791 --- Comment #3 from Richard Guenther 2011-04-27 14:38:01 UTC --- DECL_STRUCT_FUNCTION (node->decl) is NULL for covariant return thunk to AB::getThis()

[Bug middle-end/48791] [4.7 Regression] Many testcase failures

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

[Bug fortran/48786] [4.6/4.7 Regression][OOP] Generic ambiguity check too strict for polymorphic dummies

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48786 Tobias Burnus changed: What|Removed |Added Known to work||4.5.3 Target Milestone|---

[Bug middle-end/48791] [4.7 Regression] Many testcase failures

2011-04-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48791 H.J. Lu changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #1 from

[Bug libfortran/48511] Implement Steele-White algorithm for numeric output

2011-04-27 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48511 --- Comment #7 from Thomas Henlich 2011-04-27 14:11:10 UTC --- Gay's routines (http://www.netlib.org/fp/) can handle double, float, extended, quad; rounding directions may be specified. They can output a given number of digits (compatible to all

[Bug middle-end/48791] New: [4.7 Regression] Many testcase failures

2011-04-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48791 Summary: [4.7 Regression] Many testcase failures Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unass

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

2011-04-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #23 from Paolo Carlini 2011-04-27 13:27:50 UTC --- Got it ;)

[Bug target/48628] ICE in reload

2011-04-27 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48628 Richard Earnshaw changed: What|Removed |Added Status|WAITING |NEW

[Bug target/48723] ICE in ix86_expand_prologue() with -fstack-check + function returning struct, on corei7-avx

2011-04-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48723 Eric Botcazou changed: What|Removed |Added Status|REOPENED|ASSIGNED AssignedTo|unassigned at

[Bug c++/45383] [4.5 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=.

2011-04-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45383 --- Comment #14 from Richard Guenther 2011-04-27 13:09:47 UTC --- *sigh*, 2nd commit while the 4.5 branch is frozen ...

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

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 --- Comment #22 from Jason Merrill 2011-04-27 13:08:48 UTC --- (In reply to comment #21) > PS: C++1x is private jargon, but well, as -std= argument, together with c++0x > we'll need something more realistic, at some point, don't you think? ;) At

[Bug target/48142] [4.6/4.7 Regression] miscompilation with -Os -mpreferred-stack-boundary=5 -fstack-check

2011-04-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48142 Eric Botcazou changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

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

2011-04-27 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48767 Kazumoto Kojima changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/48774] [4.6/4.7 Regression] gcc-4.6.0 optimization regression on x86_64-unknown-linux-gnu

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

[Bug c/48790] ARM GCC divide/modulo causes Illegal instruction

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

[Bug c++/45383] [4.5 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=.

2011-04-27 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45383 --- Comment #13 from dodji at seketeli dot org 2011-04-27 12:32:09 UTC --- I have committed those in 4.5 and the changes can be browsed at http://gcc.gnu.org/git/?p=gcc.git;a=commit;h=eb9cc5c6f and http://gcc.gnu.org/git/?p=gcc.git;a=comm

[Bug c++/42260] [4.3/4.4/4.5 Regression] ICE looking up template conversion operator

2011-04-27 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42260 --- Comment #6 from Dodji Seketeli 2011-04-27 12:07:20 UTC --- Author: dodji Date: Wed Apr 27 12:07:16 2011 New Revision: 173024 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173024 Log: Revert "Fix PR c++/42260" gcc/cp * cp-tree.h

[Bug c/48790] New: ARM GCC divide/modulo bug

2011-04-27 Thread the.metyl at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48790 Summary: ARM GCC divide/modulo bug Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org

[Bug c++/45383] [4.5 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=.

2011-04-27 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45383 --- Comment #12 from dodji at seketeli dot org 2011-04-27 11:37:43 UTC --- > Dodji, is there any reason not to apply this fix to 4.5 as well? I was waiting to see how the initial fix would behave in 4.6 and it felt below my radar. But then PR c

[Bug fortran/48788] [4.6/4.7 Regression] ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190) on invalid (?) fortran code

2011-04-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48788 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-invalid-code CC|

[Bug target/48789] New: missed ARM optimization: use LDMIA

2011-04-27 Thread edwintorok at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48789 Summary: missed ARM optimization: use LDMIA Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc

[Bug target/48789] missed ARM optimization: use LDMIA

2011-04-27 Thread edwintorok at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48789 --- Comment #1 from Török Edwin 2011-04-27 11:10:35 UTC --- Created attachment 24114 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24114 reverse.c

[Bug target/48789] missed ARM optimization: use LDMIA

2011-04-27 Thread edwintorok at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48789 --- Comment #2 from Török Edwin 2011-04-27 11:10:49 UTC --- Created attachment 24115 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24115 test.S

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

2011-04-27 Thread bugs at sehe dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750 --- Comment #14 from Seth Heeren 2011-04-27 09:48:57 UTC --- I just built a debian SID chroot and applied the diff to it's libstdc++6 (4.6.0-2), and tested your patch with the minimal.cpp from this bug report patch -p1 < ~sehe/attachment.cgi?id=

[Bug target/43603] gcc-4.4.3 ICE on ia64 with -O3

2011-04-27 Thread devurandom at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43603 --- Comment #21 from devurandom at gmx dot net 2011-04-27 10:56:18 UTC --- (In reply to comment #20) > Created attachment 24112 [details] > backported patch Thanks! I notified downstream, hopefully they will give it testing through a bump to gcc-4.

[Bug target/48789] missed ARM optimization: use LDMIA

2011-04-27 Thread edwintorok at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48789 --- Comment #3 from Török Edwin 2011-04-27 11:11:02 UTC --- Created attachment 24116 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24116 bench.c

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

2011-04-27 Thread ams at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48783 --- Comment #4 from Andrew Stubbs 2011-04-27 11:08:10 UTC --- Somewhat reduced testcase: static void f (unsigned int a) { unsigned long long __res; if (~0ULL % (a / (a & -a)) == 0) { asm ("": "+&r" (__res)); } } int g (unsign

[Bug fortran/48788] New: [4.6/4.7 Regression] ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190) on invalid (?) fortran code

2011-04-27 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48788 Summary: [4.6/4.7 Regression] ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190) on invalid (?) fortran code Product: gcc Version: 4.7.0 Status: UNCONFIRMED

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

2011-04-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48775 --- Comment #1 from Richard Guenther 2011-04-27 09:50:08 UTC --- Possibly Tru64 needs similar handling as hppa*-hpux*?

[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-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48772 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/48765] ICE in vect_transform_stmt

2011-04-27 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48765 --- Comment #3 from Ira Rosen 2011-04-27 10:25:16 UTC --- As analyzed by Richard, the problem (btw, unrelated to Richard's patch) is that the vectorization factor is changed after the analysis for this loop, and the same checks that worked fine d

[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-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48772 --- Comment #2 from Richard Guenther 2011-04-27 10:36:38 UTC --- Author: rguenth Date: Wed Apr 27 10:36:35 2011 New Revision: 173019 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173019 Log: 2011-04-27 Richard Guenther PR tree-op

[Bug target/44618] Arguments are not passed correctly to out-of-line restore functions.

2011-04-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618 Eric Botcazou changed: What|Removed |Added CC||sebastian.huber@embedded-br

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

2011-04-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618 Eric Botcazou changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #19 fr

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

2011-04-27 Thread michael.hope at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48783 --- Comment #3 from Michael Hope 2011-04-27 09:54:56 UTC --- Created attachment 24111 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24111 Preprocessed source

[Bug target/43603] gcc-4.4.3 ICE on ia64 with -O3

2011-04-27 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43603 --- Comment #20 from Andrey Belevantsev 2011-04-27 10:04:38 UTC --- Created attachment 24112 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24112 backported patch Good. Then attached is the initial backport, I have just verified that it pa

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

2011-04-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48604 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/48090] [4.5 Regression] gcc 4.5.2 miscompilation when building on arm

2011-04-27 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48090 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/48774] [4.6/4.7 Regression] gcc-4.6.0 optimization regression on x86_64-unknown-linux-gnu

2011-04-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48774 Richard Guenther changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

  1   2   >