[Bug middle-end/53279] [4.8 regression] error: 'convert_tree_comp_to_rtx' defined but not used [-Werror=unused-function] breaks m68k-linux bootstrap

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53279 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug regression/53442] llvm 2.9 tblgen executable possibly miscompiled with gcc 4.7.0

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/53394] Stage2 does not pass CFLAGS or LDFLAGS

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53394 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 --- Comment #3 from Andrew Pinski 2012-05-22 05:34:11 UTC --- I see what happens. I think SRA is taking the right hand side's type rather than look at the left hand side where it is a bitfield.

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.7.2 Summary|[4.7 Regression]

[Bug c++/52072] Several non-deduced contexts not recognized

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52072 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/53446] Template function incorrectly rejected when convertible argument is provided for a parameter

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53446 --- Comment #5 from Andrew Pinski 2012-05-22 05:23:06 UTC --- I think this is just a dup of bug 52072.

[Bug c++/53446] Template function incorrectly rejected when convertible argument is provided for a parameter

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53446 --- Comment #4 from Andrew Pinski 2012-05-22 05:18:17 UTC --- Comeau online also accepts it.

[Bug c++/53446] Template function incorrectly rejected when convertible argument is provided for a parameter

2012-05-21 Thread blelbach at cct dot lsu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53446 --- Comment #3 from Bryce Lelbach (wash) 2012-05-22 05:17:03 UTC --- Created attachment 27473 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27473 Results of compiling the test case

[Bug c++/53446] Template function incorrectly rejected when convertible argument is provided for a parameter

2012-05-21 Thread blelbach at cct dot lsu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53446 --- Comment #2 from Bryce Lelbach (wash) 2012-05-22 05:15:36 UTC --- Comment on attachment 27472 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27472 Results of compiling the test case $ g++-4.5 --version g++-4.5 (Debian 4.5.3-12) 4.5.3 Cop

[Bug c++/53446] Template function incorrectly rejected when convertible argument is provided for a parameter

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53446 Andrew Pinski changed: What|Removed |Added Severity|major |normal

[Bug c++/53446] Template function incorrectly rejected when convertible argument is provided for a parameter

2012-05-21 Thread blelbach at cct dot lsu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53446 --- Comment #1 from Bryce Lelbach (wash) 2012-05-22 05:14:12 UTC --- Created attachment 27472 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27472 Results of compiling the test case

[Bug c++/53446] New: Template function incorrectly rejected when convertible argument is provided for a parameter

2012-05-21 Thread blelbach at cct dot lsu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53446 Bug #: 53446 Summary: Template function incorrectly rejected when convertible argument is provided for a parameter Classification: Unclassified Product: gcc Version: 4.7.1

[Bug bootstrap/53183] [4.7/4.8 Regression] libgcc does not always figure out the size of double/long double

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53183 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/53322] Wunused-local-typedefs is not enabled by Wall or Wunused

2012-05-21 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53322 --- Comment #2 from Dodji Seketeli 2012-05-22 03:50:36 UTC --- Author: dodji Date: Tue May 22 03:50:26 2012 New Revision: 187757 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187757 Log: PR c++/53322 - -Wunused-local-typedefs is not enab

[Bug libfortran/53444] New: Accommodate non-compliant strerror_r() on VxWorks.

2012-05-21 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53444 Bug #: 53444 Summary: Accommodate non-compliant strerror_r() on VxWorks. Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug libfortran/53445] New: No sticky bit on VxWorks - fix chmod.c

2012-05-21 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53445 Bug #: 53445 Summary: No sticky bit on VxWorks - fix chmod.c Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug target/53264] gcc/gcov-io.c and gcc/libgcov.c fail to compile (target vxWorks - gcc 4.7.0)

2012-05-21 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53264 rbmj at verizon dot net changed: What|Removed |Added Attachment #27333|0 |1 is obsolete|

[Bug target/53443] New: Bad Macro Definition SUBSUBTARGET_OVERRIDE_OPTIONS in vxworks.h

2012-05-21 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53443 Bug #: 53443 Summary: Bad Macro Definition SUBSUBTARGET_OVERRIDE_OPTIONS in vxworks.h Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c++/53361] Could not convert ‘{0, 0, 0}’ from ‘’ to ‘std::array’

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #4 from Steven Bosscher 2012-05-21 23:21:04 UTC --- Created attachment 27466 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27466 Pass around the location of the format string First, admittedly rather lame, attempt at some impro

[Bug c++/53361] Could not convert ‘{0, 0, 0}’ from ‘’ to ‘std::array’

2012-05-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 --- Comment #6 from paolo at gcc dot gnu.org 2012-05-21 22:18:05 UTC --- Author: paolo Date: Mon May 21 22:17:54 2012 New Revision: 187746 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187746 Log: 2012-05-21 Paolo Carlini PR c++/

[Bug regression/53442] llvm 2.9 tblgen executable possibly miscompiled with gcc 4.7.0

2012-05-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442 --- Comment #3 from Steven Bosscher 2012-05-21 22:32:38 UTC --- Have you compared the linker command lines (using gcc -v)?

[Bug c++/53159] Missing narrowing check

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53159 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #3 from Steven Bosscher 2012-05-21 23:15:31 UTC --- What does clang report for this: #include void f() { printf( "%." "*d"); } ?

[Bug c++/53361] Could not convert ‘{0, 0, 0}’ from ‘’ to ‘std::array’

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 --- Comment #5 from Paolo Carlini 2012-05-21 21:50:33 UTC --- Ah, I figured out what misled me: I added curly brackets to avoid -Wmissing-braces warnings, ie, function({{0, 0, 0}}), and like this not only the snippet doesn't trigger warnings, is

[Bug rtl-optimization/53373] [4.8 regression] ICE on valid code with -mavx

2012-05-21 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53373 --- Comment #11 from Bernd Schmidt 2012-05-21 21:37:05 UTC --- Author: bernds Date: Mon May 21 21:37:01 2012 New Revision: 187745 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187745 Log: PR rtl-optimization/53373 * caller-save.c

[Bug c++/53361] Could not convert ‘{0, 0, 0}’ from ‘’ to ‘std::array’

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 Paolo Carlini changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Paolo Carlini 20

[Bug c++/53361] Could not convert ‘{0, 0, 0}’ from ‘’ to ‘std::array’

2012-05-21 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 --- Comment #3 from Bastien ROUCARIES 2012-05-21 21:19:35 UTC --- bastien@bastien-debian:/tmp$ cat test.c #include void function(std::array a) { } int main() { // ok std::array vec {0, 0, 0}; // error: could not convert '{"hello", "world"

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 --- Comment #2 from Jakub Jelinek 2012-05-21 21:06:19 UTC --- Author: jakub Date: Mon May 21 21:06:13 2012 New Revision: 187742 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187742 Log: PR tree-optimization/53436 * omp-low.c (omp

[Bug gcov-profile/48361] gcov freezes when using --all-blocks (-a) flag.

2012-05-21 Thread ben at salilab dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48361 --- Comment #2 from Ben Webb 2012-05-21 21:05:49 UTC --- Created attachment 27465 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27465 inputs.tar.gz I'm seeing very similar behavior running gcov on the attached files (inputs.tar.gz contains

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 --- Comment #1 from Jakub Jelinek 2012-05-21 21:05:39 UTC --- Author: jakub Date: Mon May 21 21:05:33 2012 New Revision: 187741 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187741 Log: PR tree-optimization/53436 * omp-low.c (omp

[Bug regression/53442] llvm 2.9 tblgen executable possibly miscompiled with gcc 4.7.0

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442 --- Comment #2 from Andrew Pinski 2012-05-21 21:05:08 UTC --- The last time I looked at a bug from clang/llvm, the issue was it was using a temporary variable pasted the scope.

[Bug middle-end/53409] [4.7/4.8 Regression] ICE: vector VEC(vec_void_p,base) index domain error, in vinfo_for_stmt at tree-vectorizer.h:630

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53409 --- Comment #5 from Jakub Jelinek 2012-05-21 21:02:50 UTC --- Author: jakub Date: Mon May 21 21:02:40 2012 New Revision: 187739 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187739 Log: PR tree-optimization/53409 * tree-vect-loop

[Bug tree-optimization/53366] wrong code generation by tree vectorizer using AVX

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53366 --- Comment #10 from Jakub Jelinek 2012-05-21 21:03:50 UTC --- Author: jakub Date: Mon May 21 21:03:42 2012 New Revision: 187740 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187740 Log: PR tree-optimization/53366 * tree-vect-slp

[Bug middle-end/53161] [4.8 Regression] ICE with weakref function and a function which takes vector types

2012-05-21 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53161 Roman Kononov changed: What|Removed |Added CC||roman at binarylife dot net --- Comment #

[Bug c/53410] [4.7/4.8 Regression] ICE in build_int_cst_wide, at tree.c:1219

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53410 --- Comment #6 from Jakub Jelinek 2012-05-21 21:00:50 UTC --- Author: jakub Date: Mon May 21 21:00:43 2012 New Revision: 187738 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187738 Log: PR tree-optimization/53410 * fold-const.c (

[Bug bootstrap/52700] lib* configure fails on --enable-symvers=gnu-versioned-namespace.

2012-05-21 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52700 --- Comment #7 from Pawel Sikora 2012-05-21 19:13:34 UTC --- (In reply to comment #6) > Fixed on trunk and branch what about other target libs? (gfortran,quadmath,ssp)

[Bug bootstrap/53384] checksum (comparison) differs wrongly

2012-05-21 Thread jrt at worldlinc dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53384 --- Comment #5 from John T 2012-05-21 19:55:36 UTC --- This problem I found with 4.6.3 somewhat disappeared after I first used v. 4.4.1 to make gcc-4.6.1 and install. Version 4.6.3 built ok starting with 4.6.1, so I would assume that the problem

[Bug bootstrap/53183] [4.7/4.8 Regression] libgcc does not always figure out the size of double/long double

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53183 --- Comment #3 from Andrew Pinski 2012-05-21 19:02:28 UTC --- Author: pinskia Date: Mon May 21 19:02:11 2012 New Revision: 187733 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187733 Log: 2012-05-21 Andrew Pinski PR bootstrap

[Bug objc++/53441] New: [4.8 Regression] obj-c++.dg/ivar-invalid-type-1.mm ICE

2012-05-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53441 Bug #: 53441 Summary: [4.8 Regression] obj-c++.dg/ivar-invalid-type-1.mm ICE Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: ice-checking

[Bug c/53418] [4.5 Regression] ICE at gimplify.c:7773

2012-05-21 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53418 Joseph S. Myers changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|jsm28 at gcc dot

[Bug objc++/53441] [4.8 Regression] obj-c++.dg/ivar-invalid-type-1.mm ICE

2012-05-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53441 --- Comment #1 from Uros Bizjak 2012-05-21 20:43:40 UTC --- Following patch fixes the ICE: --cut here-- Index: cp/decl.c === --- cp/decl.c (revision 187736) +++ cp/decl.c (worki

[Bug c/53418] [4.5/4.6/4.7/4.8 Regression] ICE at gimplify.c:7773

2012-05-21 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53418 --- Comment #6 from Joseph S. Myers 2012-05-21 20:12:17 UTC --- Author: jsm28 Date: Mon May 21 20:12:05 2012 New Revision: 187736 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187736 Log: PR c/53418 * c-typeck.c (build_conditiona

[Bug target/53440] [arm] generic thunk code fails for method which uses '...'

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53440 --- Comment #2 from Andrew Pinski 2012-05-21 18:55:04 UTC --- Someone needs to implement the thunk functionality for arm.

[Bug regression/53442] llvm 2.9 tblgen executable possibly miscompiled with gcc 4.7.0

2012-05-21 Thread ncahill_alt at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442 --- Comment #1 from ncahill_alt at yahoo dot com 2012-05-21 19:52:57 UTC --- In case it is of interest, here is the generating command for the tblgen executable. I don't know how to turn this into a test case as it seems to use only pregenerated c

[Bug regression/53442] New: llvm 2.9 tblgen executable possibly miscompiled with gcc 4.7.0

2012-05-21 Thread ncahill_alt at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442 Bug #: 53442 Summary: llvm 2.9 tblgen executable possibly miscompiled with gcc 4.7.0 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/53159] Missing narrowing check

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53159 --- Comment #2 from Paolo Carlini 2012-05-21 19:26:32 UTC --- Essentially the problem is that check_narrowing doesn't know how to handle type conversion operators or anything more sophisticated than just scalars as init and gives up. The issue sh

[Bug bootstrap/53183] [4.7/4.8 Regression] libgcc does not always figure out the size of double/long double

2012-05-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53183 --- Comment #2 from Andrew Pinski 2012-05-21 18:56:53 UTC --- Author: pinskia Date: Mon May 21 18:56:35 2012 New Revision: 187732 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187732 Log: 2012-05-21 Andrew Pinski PR bootstrap

cine castiga

2012-05-21 Thread cramer
http://www.youtube.com/watch?feature=youtu.be&hl=ro&v=_Sl3Ox7RMnE To unsubscribe please send email to unsubscr...@cc.psd-prahova.ro

[Bug c++/53132] Missing top level in diagnostic's instantiation stack

2012-05-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53132 --- Comment #2 from Manuel López-Ibáñez 2012-05-21 18:45:40 UTC --- (In reply to comment #1) > Manuel, any idea what is going on here? Not much. The instantiation context starts from the input_location, and that is pointing to ../include/c++/4.7

[Bug bootstrap/52700] lib* configure fails on --enable-symvers=gnu-versioned-namespace.

2012-05-21 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52700 Benjamin Kosnik changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.

2012-05-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53430 --- Comment #5 from Jonathan Wakely 2012-05-21 18:23:17 UTC --- P.S. You could have asked on the gcc-h...@gcc.gnu.org mailing list. Since it's one of the most widely-used distros it's safe to assume that GCC builds on F16 x86_64 for everyone else

[Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.

2012-05-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53430 --- Comment #4 from Jonathan Wakely 2012-05-21 18:20:15 UTC --- On x86_64 GCC defaults to a "multilib" compiler, meaning one that can produce code for both x84_64 and x86 i.e both 64-bit and 32-bit objects. In order to do that it needs 32-bit gl

[Bug bootstrap/52700] lib* configure fails on --enable-symvers=gnu-versioned-namespace.

2012-05-21 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52700 --- Comment #5 from Benjamin Kosnik 2012-05-21 18:14:07 UTC --- Author: bkoz Date: Mon May 21 18:14:01 2012 New Revision: 187730 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187730 Log: 2012-05-21 Benjamin Kosnik PR libstdc++/52

[Bug target/53440] [arm] generic thunk code fails for method which uses '...'

2012-05-21 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53440 --- Comment #1 from Ryan Mansfield 2012-05-21 18:04:03 UTC --- Created attachment 27463 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27463 test case

[Bug target/53440] New: [arm] generic thunk code fails for method which uses '...'

2012-05-21 Thread rmansfield at qnx dot com
--enable-languages=c++ --disable-shared --disable-libmudflap --disable-libssp --enable-checking Thread model: posix gcc version 4.8.0 20120521 (experimental) [trunk revision 187727] (GCC) $ ./xgcc -B. ~/t.cc /home/ryan/t.cc:18:1: error: generic thunk code fails for method 'virtual void Test::Log(const char*, ...)' which uses '...' }}; ^

[Bug rtl-optimization/53422] reduce the size of CODE_LABEL rtl

2012-05-21 Thread dann at ics dot uci.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53422 --- Comment #3 from Dan Nicolaescu 2012-05-21 16:53:25 UTC --- (In reply to comment #2) > The reason for the extra fields in BARRIER and CODE_LABEL is to make it > possible for a BARRIER or CODE_LABEL to be turned into > INSN/JUMP_INSN/CALL_INSN.

[Bug fortran/53389] [4.6/4.7/4.8 Regression] -frealloc-lhs: memory leak when assigning array function result to allocatable array, where one of its supplied arguments is itself an array function resul

2012-05-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53389 --- Comment #4 from Tobias Burnus 2012-05-21 16:16:24 UTC --- If one duplicates "filler" and renames it to inner/outer with the call: x=outer(inner(y, real(2*i)), real(i)) one sees four calls to gfc_conv_procedure_call for: outer, inner, outer

[Bug bootstrap/52700] lib* configure fails on --enable-symvers=gnu-versioned-namespace.

2012-05-21 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52700 --- Comment #4 from Benjamin Kosnik 2012-05-21 17:34:39 UTC --- Author: bkoz Date: Mon May 21 17:34:25 2012 New Revision: 187728 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187728 Log: 2012-05-21 Benjamin Kosnik PR libstdc+

[Bug java/52815] class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope

2012-05-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52815 --- Comment #3 from John David Anglin 2012-05-21 16:27:55 UTC --- Author: danglin Date: Mon May 21 16:27:40 2012 New Revision: 187724 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187724 Log: PR java/52815 * class.c (emit_registe

[Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.

2012-05-21 Thread grgoffe at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53430 --- Comment #3 from George R. Goffe 2012-05-21 17:14:25 UTC --- Thank you for this information. I'm not terribly conversant with the internals with GCC so please let me ask this question. This system is x86_64 and I'm presuming that the GCC bui

[Bug target/13822] enable -fomit-frame-pointer or at least -momit-frame-pointer by default on x86/dwarf2 platforms

2012-05-21 Thread dann at ics dot uci.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13822 Dan Nicolaescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug java/52815] class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope

2012-05-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52815 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/53418] [4.5/4.6/4.7/4.8 Regression] ICE at gimplify.c:7773

2012-05-21 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53418 --- Comment #5 from Joseph S. Myers 2012-05-21 16:47:47 UTC --- Author: jsm28 Date: Mon May 21 16:47:32 2012 New Revision: 187726 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187726 Log: PR c/53418 * c-typeck.c (build_conditiona

[Bug middle-end/53411] [4.8 Regression] ICE in move_unallocated_pseudos

2012-05-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53411 H.J. Lu changed: What|Removed |Added CC||bernds at gcc dot gnu.org --- Comment #2 from H

[Bug middle-end/53411] [4.8 Regression] ICE in move_unallocated_pseudos

2012-05-21 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53411 --- Comment #3 from Bernd Schmidt 2012-05-21 16:52:06 UTC --- Odd. The following is in 190r.asmcons: (insn 39 51 141 3 (set (reg:DI 135 [ D.1745 ]) (sign_extend:DI (reg:SI 132 [ j ]))) regehr.c:22 122 {*extendsidi2_rex64} (expr_list

[Bug c++/53132] Missing top level in diagnostic's instantiation stack

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53132 Paolo Carlini changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment #1 fr

[Bug c++/53159] Missing narrowing check

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

[Bug libstdc++/53429] complex::{imag,real} should be marked alwaysinline to guarantee libstdc++ binary compatibility between C++98 and C++11

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53429 --- Comment #4 from Paolo Carlini 2012-05-21 15:59:44 UTC --- Before fiddling with always inline, I would rather add 3 overloads of operator<< for float, double and long double, using __rep instead of real and imag. But I don't have a strong opin

[Bug target/53399] "*ffs" pattern generates wrong code with BMI enabled

2012-05-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53399 Uros Bizjak changed: What|Removed |Added Status|NEW |RESOLVED URL|

[Bug c++/53439] New: g++ generates buggy code with optimisation flags

2012-05-21 Thread christophe.prudhomme at feelpp dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53439 Bug #: 53439 Summary: g++ generates buggy code with optimisation flags Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal P

[Bug target/53399] "*ffs" pattern generates wrong code with BMI enabled

2012-05-21 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53399 --- Comment #12 from uros at gcc dot gnu.org 2012-05-21 15:46:34 UTC --- Author: uros Date: Mon May 21 15:46:25 2012 New Revision: 187722 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187722 Log: PR target/53399 * config/i386/i386.

[Bug c++/53361] Could not convert ‘{0, 0, 0}’ from ‘’ to ‘std::array’

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/53429] complex::{imag,real} should be marked alwaysinline to guarantee libstdc++ binary compatibility between C++98 and C++11

2012-05-21 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53429 --- Comment #3 from Jeffrey Yasskin 2012-05-21 15:30:45 UTC --- Richard, I'm not asking that it be possible to link together code compiled in C++98 and C++11 mode. I'm asking that gcc be able to build in C++11 mode at all. If libstdc++.so exposed

[Bug c/53418] [4.5/4.6/4.7/4.8 Regression] ICE at gimplify.c:7773

2012-05-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53418 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #4

[Bug middle-end/53433] [4.8 Regression] ICE in int_mode_for_mode, at stor-layout.c:424 during lto-bootstrap

2012-05-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53433 Markus Trippelsdorf changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comm

[Bug tree-optimization/53438] New: [4.7 Regression] Bitfield store replaced with full-byte store

2012-05-21 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 Bug #: 53438 Summary: [4.7 Regression] Bitfield store replaced with full-byte store Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED

[Bug tree-optimization/53438] [4.7 Regression] Bitfield store replaced with full-byte store

2012-05-21 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 --- Comment #2 from William J. Schmidt 2012-05-21 15:21:19 UTC --- Whoops, left off the compile command: g++ -o YarrPattern.o -S -O3 ./YarrPattern.ii

[Bug c++/40821] C++ compiler accepts __attribute__ with missing parens

2012-05-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40821 --- Comment #5 from paolo at gcc dot gnu.org 2012-05-21 15:12:24 UTC --- Author: paolo Date: Mon May 21 15:12:13 2012 New Revision: 187720 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187720 Log: /cp 2012-05-21 Paolo Carlini PR

[Bug c++/40821] C++ compiler accepts __attribute__ with missing parens

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

[Bug tree-optimization/53438] [4.7 Regression] Bitfield store replaced with full-byte store

2012-05-21 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 --- Comment #1 from William J. Schmidt 2012-05-21 15:17:49 UTC --- Created attachment 27462 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27462 Unreduced testcase

[Bug c++/51184] Abstract class in function return type

2012-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51184 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/51184] Abstract class in function return type

2012-05-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51184 --- Comment #3 from paolo at gcc dot gnu.org 2012-05-21 15:12:22 UTC --- Author: paolo Date: Mon May 21 15:12:13 2012 New Revision: 187720 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187720 Log: /cp 2012-05-21 Paolo Carlini PR

[Bug middle-end/53409] [4.7/4.8 Regression] ICE: vector VEC(vec_void_p,base) index domain error, in vinfo_for_stmt at tree-vectorizer.h:630

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53409 --- Comment #4 from Jakub Jelinek 2012-05-21 14:27:21 UTC --- Author: jakub Date: Mon May 21 14:27:10 2012 New Revision: 187716 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187716 Log: PR tree-optimization/53409 * tree-vect-loop

[Bug fortran/53148] [4.7 Regression] Incorrect intrinsic function parsing on labeled statements when compiled w/ -ffrontend-optimize

2012-05-21 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53148 --- Comment #7 from Joseph S. Myers 2012-05-21 14:42:40 UTC --- Author: jsm28 Date: Mon May 21 14:42:26 2012 New Revision: 187718 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187718 Log: PR c/53148 * c-typeck.c (build_conditiona

[Bug tree-optimization/53366] wrong code generation by tree vectorizer using AVX

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53366 --- Comment #9 from Jakub Jelinek 2012-05-21 14:29:19 UTC --- Author: jakub Date: Mon May 21 14:29:11 2012 New Revision: 187717 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187717 Log: PR tree-optimization/53366 * tree-vect-slp.

[Bug c/53410] [4.7/4.8 Regression] ICE in build_int_cst_wide, at tree.c:1219

2012-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53410 --- Comment #5 from Jakub Jelinek 2012-05-21 14:25:13 UTC --- Author: jakub Date: Mon May 21 14:25:03 2012 New Revision: 187715 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187715 Log: PR tree-optimization/53410 * fold-const.c (

[Bug middle-end/53437] [4.8 Regression] FAIL: gcc.dg/guality/inline-params.c -O0

2012-05-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53437 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/53418] [4.5/4.6/4.7/4.8 Regression] ICE at gimplify.c:7773

2012-05-21 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53418 Joseph S. Myers changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug tree-optimization/53426] [4.8 Regression] ICE:create_variable_info_for at ../../gcc-trunk/gcc/tree-ssa-structalias.c:5581

2012-05-21 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53426 --- Comment #4 from Jan Hubicka 2012-05-21 13:40:05 UTC --- > Hum. IPA-PTA ... yeah ... :/ > > Mine I guess (note ipa-pta is experimental). > > Honza - we are trying to access the varinfo for > _ZTIN5boost16exception_detail19error_info_injector

[Bug regression/53437] New: FAIL: gcc.dg/guality/inline-params.c -O0

2012-05-21 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53437 Bug #: 53437 Summary: FAIL: gcc.dg/guality/inline-params.c -O0 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority

[Bug target/53435] (ix86_expand_vec_perm) and (ix86_expand_vec_perm) do not pass arguments to avx2_permvar8s[f,i] correctly

2012-05-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53435 --- Comment #3 from H.J. Lu 2012-05-21 13:13:02 UTC --- (In reply to comment #1) > Created attachment 27460 [details] > proposed patch for fixing Please submit it to gcc-patches mailing list.

[Bug target/53425] No warnings are given for -mno-sse

2012-05-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53425 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/53416] Wrong code when optimising loop involving _rdrand32_step

2012-05-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53416 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/53416] Wrong code when optimising loop involving _rdrand32_step

2012-05-21 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53416 --- Comment #4 from hjl at gcc dot gnu.org 2012-05-21 13:07:16 UTC --- Author: hjl Date: Mon May 21 13:07:11 2012 New Revision: 187713 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187713 Log: Use unspec_volatile on rdrand_1 gcc/ B

[Bug target/53416] Wrong code when optimising loop involving _rdrand32_step

2012-05-21 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53416 --- Comment #3 from hjl at gcc dot gnu.org 2012-05-21 12:59:58 UTC --- Author: hjl Date: Mon May 21 12:59:53 2012 New Revision: 187712 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187712 Log: Use unspec_volatile on rdrand_1 gcc/ B

[Bug target/53425] No warnings are given for -mno-sse

2012-05-21 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53425 --- Comment #1 from hjl at gcc dot gnu.org 2012-05-21 12:48:43 UTC --- Author: hjl Date: Mon May 21 12:48:38 2012 New Revision: 187711 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187711 Log: Warn passing SSE argument ABI change for -m6

[Bug middle-end/53408] [4.6/4.7/4.8 Regression] ICE in get_initial_def_for_induction, at tree-vect-loop.c:3222

2012-05-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53408 --- Comment #3 from Richard Guenther 2012-05-21 12:46:04 UTC --- Author: rguenth Date: Mon May 21 12:45:59 2012 New Revision: 187710 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187710 Log: 2012-05-21 Richard Guenther PR tree-op

[Bug middle-end/53408] [4.6/4.7 Regression] ICE in get_initial_def_for_induction, at tree-vect-loop.c:3222

2012-05-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53408 Richard Guenther changed: What|Removed |Added Known to work||4.8.0 Summary|[4.6/4.7/4.8

  1   2   >