[Bug ada/46741] New: bootstrap with bootstrapped compiler fails

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46741 Summary: bootstrap with bootstrapped compiler fails Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: ada

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread eplawless+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 Eric Lawless changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread eplawless+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 --- Comment #9 from Eric Lawless 2010-12-01 02:59:43 UTC --- Jonathan, you're absolutely right. After some patient explanation by Johannes Schaub (litb) and Eelis van der Weegen (eelis) on IRC (FreeNode/##C++), I realize that GCC's behaviour here

[Bug target/46740] New: vax-linux-gnu --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46740 Summary: vax-linux-gnu --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal

[Bug target/46739] New: mmix-knuth-mmixware --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46739 Summary: mmix-knuth-mmixware --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal

[Bug ada/46738] New: microblaze ada --enable-werror-always build fails

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46738 Summary: microblaze ada --enable-werror-always build fails Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: un

[Bug target/46737] New: bfin-elf --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46737 Summary: bfin-elf --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Pri

[Bug c++/46736] New: [c++0x] move constructor is not implicitly deleted when it should be

2010-11-30 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46736 Summary: [c++0x] move constructor is not implicitly deleted when it should be Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/46735] New: frv-elf --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46735 Summary: frv-elf --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 --- Comment #8 from Jonathan Wakely 2010-12-01 01:51:06 UTC --- (In reply to comment #6) > I think I did a bad job describing the issue, and I think that it's still a > problem. I'd like to clarify it if I can. The following code works: > >

[Bug other/46734] New: ICE in create_tmp_var, at gimplify.c:505

2010-11-30 Thread dirtyepic at gentoo dot org
--enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo SVN' Thread model: posix gcc version 4.5.2-pre 20101130 (prerelease) rev. 167289 (Gentoo SVN)

[Bug bootstrap/46730] [4.6 Regression] Failed to profiledbootstrap

2010-11-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46730 --- Comment #2 from H.J. Lu 2010-12-01 00:44:41 UTC --- Program received signal SIGSEGV, Segmentation fault. 0x00d72e86 in walk_stmt_load_store_addr_ops (stmt=0x718bc900, data=0x7180f000, visit_load=0x25cad3c , visit_sto

[Bug libstdc++/46718] [c++0x] nullptr_t must be scalar

2010-11-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46718 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread flast at flast dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 --- Comment #7 from Kohei Takahashi 2010-12-01 00:30:45 UTC --- (In reply to comment #6) > Even though the template parameter pack Args expands to double, GCC is unable > to match f to the type function if I use Args..., where it was > able to wi

[Bug c++/40793] "Error: no matching function for call to XYZ" doesn't display function-template-arguments

2010-11-30 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793 --- Comment #10 from Manuel López-Ibáñez 2010-12-01 00:13:52 UTC --- (In reply to comment #9) > So with the example in comment #5, we get: > t.cc: In function ‘void f()’: > t.cc:5:31: error: no matching function for call to ‘staticPrint()’ > t.cc

[Bug middle-end/46674] [4.6 Regression] Weak alias is mistakenly optimized away

2010-11-30 Thread jiez at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46674 --- Comment #6 from Jie Zhang 2010-11-30 23:58:54 UTC --- The patch for review: http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02973.html

[Bug c++/46733] [c++0x] member function template is used for copy-construction when it should not

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46733 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/46004] [C++0x] template constructor used to copy object

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004 Jonathan Wakely changed: What|Removed |Added CC||roman at binarylife dot net --- Comment

[Bug c++/40793] "Error: no matching function for call to XYZ" doesn't display function-template-arguments

2010-11-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793 --- Comment #9 from Andrew Pinski 2010-11-30 23:52:05 UTC --- So with the example in comment #5, we get: t.cc: In function ‘void f()’: t.cc:5:31: error: no matching function for call to ‘staticPrint()’ t.cc:2:18: note: candidate is: template void

[Bug c++/46733] New: [c++0x] member function template is used for copy-construction when it should not

2010-11-30 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46733 Summary: [c++0x] member function template is used for copy-construction when it should not Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug target/46692] Missing LM32 multilibs for divider and sign extender

2010-11-30 Thread sebastien.bourdeauducq at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46692 --- Comment #2 from Sebastien Bourdeauducq 2010-11-30 23:29:18 UTC --- (In reply to comment #1) I'm sorry, but are you really trying to argue that libraries like libc and libm MUST ALWAYS use the software emulation of the divider and sign extender

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #35 from Eric Botcazou 2010-11-30 23:25:57 UTC --- > I said in my comment that adding temporaries could correct the issue, > but they do not. I had some different test trees, and reviewing them, > what actually "corrected" in one of t

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-30 Thread pcpa at mandriva dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 Paulo César Pereira de Andrade changed: What|Removed |Added CC||pcpa at mandriva dot com.

[Bug tree-optimization/45199] [4.6 Regression] ICE in loop distribution at -O3

2010-11-30 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45199 Sebastian Pop changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Sebastian Po

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread eplawless+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 Eric Lawless changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug middle-end/46685] [4.6 Regression] New stack alignment failures with -fpic

2010-11-30 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46685 --- Comment #9 from dave at hiauly1 dot hia.nrc.ca 2010-11-30 22:22:22 UTC --- On Tue, 30 Nov 2010, John David Anglin wrote: > > On the other side, the above is still broken with > > -freorder-blocks-and-partition and I guess even before Honza's c

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/46685] [4.6 Regression] New stack alignment failures with -fpic

2010-11-30 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46685 --- Comment #8 from dave at hiauly1 dot hia.nrc.ca 2010-11-30 21:52:57 UTC --- > On the other side, the above is still broken with > -freorder-blocks-and-partition and I guess even before Honza's change it has > been broken. flag_reorder_blocks_an

[Bug middle-end/45758] [4.6 Regression] ICE in expr_invariant_in_loop_p

2010-11-30 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45758 Sebastian Pop changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #10 f

[Bug tree-optimization/45301] [4.6 Regression] ICE: SIGSEGV in instantiate_scev_r (tree-scalar-evolution.c:3391) with -O2 -ftree-loop-distribution -fgraphite-identity

2010-11-30 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45301 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/28105] Check for memory allocations bigger than size_t

2010-11-30 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28105 --- Comment #6 from Janne Blomqvist 2010-11-30 21:33:36 UTC --- Author: jb Date: Tue Nov 30 21:33:32 2010 New Revision: 167317 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167317 Log: PR fortran/28105 Overflow check for ALLOCATE stateme

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-30 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #22 from David Fang 2010-11-30 21:11:02 UTC --- Little ping: is this still expected to be fixed in 4.4.x and 4.5.x? Not that it should matter, but it's still a rejects-valid showstopper for compiling my project, which other users kee

[Bug libgcj/42986] natVMSecureRandom.cc error: expected type-specifier

2010-11-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42986 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libgcj/42986] natVMSecureRandom.cc error: expected type-specifier

2010-11-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42986 --- Comment #5 from Kai Tietz 2010-11-30 20:56:40 UTC --- Author: ktietz Date: Tue Nov 30 20:56:35 2010 New Revision: 167314 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167314 Log: 2010-11-30 Kai Tietz Backport from mainlin

[Bug libgcj/42986] natVMSecureRandom.cc error: expected type-specifier

2010-11-30 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42986 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #4 from

[Bug c++/46732] Valgrind emits false(?) alarms on boost::make_shared

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/34022] C++0x: rvalue references and std::forward() broken with built-in types

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34022 Jonathan Wakely changed: What|Removed |Added CC||dgsteffen at numerica dot

[Bug c++/46732] Valgrind emits false(?) alarms on boost::make_shared

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732 --- Comment #3 from Jonathan Wakely 2010-11-30 20:27:48 UTC --- there was a bug in a previous version of gcc where it wouldn't bind an rvalue reference directly, and so std::forward returned a reference to a temporary that's fixed in more recent

[Bug bootstrap/46730] [4.6 Regression] Failed to profiledbootstrap

2010-11-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46730 H.J. Lu changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Milestone|-

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 --- Comment #4 from Jonathan Wakely 2010-11-30 20:04:00 UTC --- (In reply to comment #3) > > Therefore compiler is unable to deduce template parameters that are Return, > FirstType and ArgTypes. Right, the lambda can be converted to double(*)(i

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread flast at flast dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 Kohei Takahashi changed: What|Removed |Added CC||flast at flast dot jp --- Comment #3 fr

[Bug c++/46732] Valgrind emits false(?) alarms on boost::make_shared

2010-11-30 Thread dgsteffen at numerica dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732 --- Comment #2 from Dave Steffen 2010-11-30 19:32:34 UTC --- The discussion on the Boost User's list can be found here: http://article.gmane.org/gmane.comp.lib.boost.user/63791/match=valgrind Thanks!

[Bug c++/46732] Valgrind emits false(?) alarms on boost::make_shared

2010-11-30 Thread dgsteffen at numerica dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732 --- Comment #1 from Dave Steffen 2010-11-30 19:22:35 UTC --- Created attachment 22584 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22584 Preprocessed source that produces the issue Gzipped, since it's 1.1M and Bugzilla won't allow attachm

[Bug c++/46731] GCC shouts "cannot call member function 'void a::g()' without object" if a is a dependent base class

2010-11-30 Thread schaub-johannes at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46731 --- Comment #2 from Johannes Schaub 2010-11-30 19:21:57 UTC --- (In reply to comment #1) > Actually it is not valid but for a different reason than what GCC gives. See > PR 24163, and PR 15272 for the reasons why g() should not be found when doi

[Bug tree-optimization/46723] [4.5 Regression] internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-11-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 --- Comment #4 from H.J. Lu 2010-11-30 19:20:29 UTC --- It is caused by revision 161951: http://gcc.gnu.org/ml/gcc-cvs/2010-07/msg00305.html

[Bug c++/46732] New: Valgrind emits false(?) alarms on boost::make_shared

2010-11-30 Thread dgsteffen at numerica dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732 Summary: Valgrind emits false(?) alarms on boost::make_shared Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/46731] GCC shouts "cannot call member function 'void a::g()' without object" if a is a dependent base class

2010-11-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46731 --- Comment #1 from Andrew Pinski 2010-11-30 19:15:23 UTC --- Actually it is not valid but for a different reason than what GCC gives. See PR 24163, and PR 15272 for the reasons why g() should not be found when doing the lookup.

[Bug c++/43282] GCC looks into dependent bases during unqualified lookup

2010-11-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43282 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/24163] dependent Base class scope examined during unqualified name lookup in template

2010-11-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24163 Andrew Pinski changed: What|Removed |Added CC||schaub-johannes at web dot

[Bug c++/46731] New: GCC shouts "cannot call member function 'void a::g()' without object" if a is a dependent base class

2010-11-30 Thread schaub-johannes at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46731 Summary: GCC shouts "cannot call member function 'void a::g()' without object" if a is a dependent base class Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: norma

[Bug bootstrap/46730] New: [4.6 Regression] Failed to profiledbootstrap

2010-11-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46730 Summary: [4.6 Regression] Failed to profiledbootstrap Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: u

[Bug tree-optimization/46723] [4.5 Regression] internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-11-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 --- Comment #3 from H.J. Lu 2010-11-30 18:11:41 UTC --- Created attachment 22583 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22583 A reduced testcase [...@gnu-35 delta]$ /usr/gcc-4.5/bin/gcc -S -O3 testcase-min.cc testcase-min.cc: In fun

[Bug target/46729] New: Many 32-bit 30_threads execution tests fail on Solaris 10+/SPARC with as

2010-11-30 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46729 Summary: Many 32-bit 30_threads execution tests fail on Solaris 10+/SPARC with as Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Sever

[Bug tree-optimization/46728] New: GCC no longer generates fmadd for pow (x, 0.75)+y on powerpc

2010-11-30 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728 Summary: GCC no longer generates fmadd for pow (x, 0.75)+y on powerpc Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 C

[Bug target/46655] invalid '.line 0' directive emitted with -g

2010-11-30 Thread hainque at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #13 from hainque at adacore dot com 2010-11-30 17:49:20 UTC --- dje at gcc dot gnu.org wrote: > Did something change in GCC that now generates line 0 debug > information? For Ada cases, we had mixups with BUILTINS_LOCATION. The test

[Bug target/42904] Attribute dllexport should imply externally_visible

2010-11-30 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42904 Dave Korn changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug target/42904] Attribute dllexport should imply externally_visible

2010-11-30 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42904 Dave Korn changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug target/46716] [4.3/4.4/4.5/4.6 Regression] bad code generated with -mno-sse2 -m64

2010-11-30 Thread mathog at caltech dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46716 --- Comment #5 from David Mathog 2010-11-30 17:25:01 UTC --- A (long) side note on how I found this bug - in partial answer to the obvious question - why would anybody run with -mno-sse2 on an X86_64 platform? We have a cluster of Athlon MP ma

[Bug ada/40767] verify_ssa failure during RTS build

2010-11-30 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40767 Joel Sherrill changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug ada/40767] verify_ssa failure during RTS build

2010-11-30 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40767 --- Comment #2 from Joel Sherrill 2010-11-30 17:14:47 UTC --- The 4.5 branch builds Ada for m68k-rtems4.11.

[Bug c++/46727] [4.3/4.4 Regression] ICE with -O3 and -ffast-math (in get_callee_fndecl, at tree.c:6857)

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46727 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/45888] tm.texi generation is not portable, rule is broken

2010-11-30 Thread anhvofrcaus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45888 --- Comment #18 from Anh Vo 2010-11-30 17:00:31 UTC --- (In reply to comment #17) > * anhvofrcaus at gmail dot com wrote on Tue, Nov 30, 2010 at 01:25:49AM CET: > > It is interesting that this fix worked for Cesar but not for me. In fact, it > >

[Bug tree-optimization/46722] [4.6 Regression] Missed fma for x*x + y

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46722 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/46709] [4.6 regression] internal compiler error: process_function_and_variable_attributes gcc/cgraphunit.c:847

2010-11-30 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46709 Dave Korn changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/46722] [4.6 Regression] Missed fma for x*x + y

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46722 --- Comment #3 from Richard Guenther 2010-11-30 16:55:40 UTC --- Author: rguenth Date: Tue Nov 30 16:55:35 2010 New Revision: 167304 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167304 Log: 2010-11-30 Richard Guenther PR tree-op

[Bug fortran/45777] Alias analysis broken for arrays where LHS or RHS is a component ref

2010-11-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45777 --- Comment #6 from Thomas Koenig 2010-11-30 16:40:10 UTC --- At least one problem occurs because the typespec of rref->u.c.sym is not filled out correctly when chasing the refs on the rhs: (gdb) p rref

[Bug middle-end/46725] [4.6 Regression] ICE when compiling libstdc++-v3/include/precompiled/stdc++.h

2010-11-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46725 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/46725] [4.6 Regression] ICE when compiling libstdc++-v3/include/precompiled/stdc++.h

2010-11-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46725 --- Comment #3 from Eric Botcazou 2010-11-30 15:48:13 UTC --- Author: ebotcazou Date: Tue Nov 30 15:48:09 2010 New Revision: 167300 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167300 Log: PR middle-end/46725 Revert 2010-11-

[Bug c++/46725] [4.6 Regression] ICE when compiling libstdc++-v3/include/precompiled/stdc++.h

2010-11-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46725 --- Comment #2 from Dominique d'Humieres 2010-11-30 15:46:51 UTC --- > *usual* ? ;) Missing quotes around "usual suspect";-)

[Bug c++/46727] New: ICE with -O3 and -ffast-math (in get_callee_fndecl, at tree.c:6857)

2010-11-30 Thread spamverdacht at aon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46727 Summary: ICE with -O3 and -ffast-math (in get_callee_fndecl, at tree.c:6857) Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/46655] invalid '.line 0' directive emitted with -g

2010-11-30 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #12 from David Edelsohn 2010-11-30 15:43:15 UTC --- I assume that SP6100-04-07-1036 added a bounds error check for the line number in the assembler, which previously ignored the overflow. I don't know what AIX as did internally (trun

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-30 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #33 from rguenther at suse dot de 2010-11-30 15:41:36 UTC --- On Tue, 30 Nov 2010, ebotcazou at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 > > --- Comment #32 from Eric Botcazou 2010-11-30 > 15:10:5

[Bug c++/46725] [4.6 Regression] ICE when compiling libstdc++-v3/include/precompiled/stdc++.h

2010-11-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46725 --- Comment #1 from Paolo Carlini 2010-11-30 15:37:59 UTC --- *usual* ? ;)

[Bug target/46655] invalid '.line 0' directive emitted with -g

2010-11-30 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 Michael Haubenwallner changed: What|Removed |Added Attachment #22538|0 |1 is obsolete|

[Bug target/45263] registers used in __do_global_ctors can get clobbered

2010-11-30 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45263 --- Comment #8 from Michael Schulze 2010-11-30 15:21:57 UTC --- Comment on attachment 22579 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22579 alternative patch using register r15 instead of r20 avoids pushing/poping >diff -Naur gcc-4.5.1

[Bug tree-optimization/46726] New: x*x has different cost than pow(x,2) with -ffast-math

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46726 Summary: x*x has different cost than pow(x,2) with -ffast-math Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3

[Bug target/45263] registers used in __do_global_ctors can get clobbered

2010-11-30 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45263 --- Comment #7 from Michael Schulze 2010-11-30 15:16:20 UTC --- Created attachment 22579 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22579 alternative patch using register r15 instead of r20 avoids pushing/poping In reaction to bug 29141

[Bug c++/46725] New: [4.6 Regression] ICE when compiling libstdc++-v3/include/precompiled/stdc++.h

2010-11-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46725 Summary: [4.6 Regression] ICE when compiling libstdc++-v3/include/precompiled/stdc++.h Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: blocker Priority:

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #32 from Eric Botcazou 2010-11-30 15:10:58 UTC --- The problem appears to be deeply rooted in the Ring construct, more precisely in the HEAD trick. IIUC the idea is to "attach" a doubly-linked list to another structure by means of a

[Bug tree-optimization/46722] [4.6 Regression] Missed fma for x*x + y

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46722 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/46594] [4.6 Regression] libquadmath intrudes generic (file system) namespace

2010-11-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46594 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/46722] [4.6 Regression] Missed fma for x*x + y

2010-11-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46722 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug debug/46724] Wrong debug info: Invalid variable location

2010-11-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724 --- Comment #1 from Andreas Krebbel 2010-11-30 14:37:39 UTC --- Compiling with GCC 4.5.2 (gcc version 4.5.2 20101108 (prerelease) [gcc-4_5-branch revision 166433] (GCC)) GDB returns "" for 'a2' everywhere in function 'f'.

[Bug middle-end/46717] Compiler segfault in profile-use mode

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/46717] Compiler segfault in profile-use mode

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 --- Comment #12 from Richard Guenther 2010-11-30 14:33:03 UTC --- Author: rguenth Date: Tue Nov 30 14:33:00 2010 New Revision: 167298 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167298 Log: 2010-11-30 Richard Guenther PR tree-o

[Bug debug/46724] Wrong debug info: Invalid variable location

2010-11-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724 Andreas Krebbel changed: What|Removed |Added Target||s390x-ibm-linux Priority|P3

[Bug debug/46724] New: Wrong debug info: Invalid variable location

2010-11-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724 Summary: Wrong debug info: Invalid variable location Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: debug AssignedTo: unassig

[Bug tree-optimization/46723] internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/46723] internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-11-30 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 --- Comment #1 from Matthias Kretz 2010-11-30 13:50:55 UTC --- Created attachment 22578 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22578 preprocessed source which makes G++ 4.5.1 ICE

[Bug tree-optimization/46723] New: internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-11-30 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 Summary: internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: cr

[Bug tree-optimization/46722] [4.6 Regression] Missed fma for x*x + y

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46722 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug tree-optimization/46722] New: [4.6 Regression] Missed fma for x*x + y

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46722 Summary: [4.6 Regression] Missed fma for x*x + y Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Compone

[Bug target/46716] [4.3/4.4/4.5/4.6 Regression] bad code generated with -mno-sse2 -m64

2010-11-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46716 H.J. Lu changed: What|Removed |Added CC|hjl at gcc dot gnu.org |hjl.tools at gmail dot com, |

[Bug target/46721] Unnecessary stack instructions are generated for SPU when returning a struct

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46721 Richard Guenther changed: What|Removed |Added Severity|normal |enhancement

[Bug middle-end/46717] Compiler segfault in profile-use mode

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 --- Comment #11 from Richard Guenther 2010-11-30 13:12:59 UTC --- Before transform: ;; succ: 50 (eh,exec) 40 [100.0%] count:63 (fallthru,exec) : D.479965_99 = MEM[(struct _List_node_base *)D.414535_48]._M_prev; D.414537_51 = MEM[(struct l

[Bug fortran/46594] [4.6 Regression] libquadmath intrudes generic (file system) namespace

2010-11-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46594 --- Comment #5 from Tobias Burnus 2010-11-30 12:58:47 UTC --- Author: burnus Date: Tue Nov 30 12:58:42 2010 New Revision: 167295 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167295 Log: 2010-11-30 Tobias Burnus PR fortran/46

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #31 from Eric Botcazou 2010-11-30 12:57:29 UTC --- > From a quick look I can see that with -fstrict-aliasing we will never consider > ptr->link.next to alias ptr->list.next (so if they are made to alias via > casting the testcase is i

[Bug libstdc++/46718] [c++0x] nullptr_t must be scalar

2010-11-30 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46718 --- Comment #4 from paolo at gcc dot gnu.org 2010-11-30 12:52:46 UTC --- Author: paolo Date: Tue Nov 30 12:52:38 2010 New Revision: 167294 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167294 Log: 2010-11-30 Paolo Carlini PR libs

[Bug target/46716] [4.3/4.4/4.5/4.6 Regression] bad code generated with -mno-sse2 -m64

2010-11-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46716 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug middle-end/46717] Compiler segfault in profile-use mode

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

  1   2   >