[Bug c++/56221] Generation of zero initializer for array new without parenthesis

2013-02-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56221 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/56221] Generation of zero initializer for array new without parenthesis

2013-02-06 Thread neldev.online at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56221 --- Comment #2 from neldev.online at gmail dot com 2013-02-06 09:26:27 UTC --- I've attached assembly output with -S -fverbose-asm as well. It has been compiled with: -O3 -Winline -Wextra -Wall -fno-exceptions -fno-rtti -fomit-frame-pointe

[Bug c++/56221] Generation of zero initializer for array new without parenthesis

2013-02-06 Thread neldev.online at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56221 --- Comment #1 from neldev.online at gmail dot com 2013-02-06 09:25:42 UTC --- Created attachment 29365 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29365 Assembly output showing consecutive mov's for zero initialization