[Bug c++/53494] New: initializer lists in array type

2012-05-26 Thread marcus-yass at ihug dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 Bug #: 53494 Summary: initializer lists in array type Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/53494] initializer lists in array type

2012-05-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 --- Comment #1 from Paolo Carlini 2012-05-26 09:40:37 UTC --- In any case a good workaround is using matchSynonyms{{ {"smile",1} }}

[Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-05-26 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 --- Comment #10 from Uros Bizjak 2012-05-26 10:09:35 UTC --- Reduced testcase: --cut here-- typedef long unsigned int size_t; extern "C" { extern void *memcpy (void *__dest, __const void *__src, size_t __n); } extern char *src, *sources; ext

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-26 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #7 from Jamie Allsop 2012-05-26 10:59:46 UTC --- (In reply to comment #6) > (In reply to comment #4) > > It was a vanilla bjam build of boost 1.49, so > > no -std=c++11. > > Then technically that's not supported, since there are no g

[Bug ada/50294] ICE in output_constructor_regular_field

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 --- Comment #11 from Eric Botcazou 2012-05-26 13:26:01 UTC --- Author: ebotcazou Date: Sat May 26 13:25:55 2012 New Revision: 187914 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187914 Log: PR ada/50294 * gnat.dg/array21.adb: Ne

[Bug ada/50294] ICE in output_constructor_regular_field

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug c/53467] xgcc:Internal error: Bus error (program cc1)

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53467 Eric Botcazou changed: What|Removed |Added Severity|blocker |normal

[Bug bootstrap/52878] [4.8 regression] bootstrap failure: "MASK_LONG_DOUBLE_128" redefined

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52878 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/52205] unwinding through signal handler fails

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52205 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |4.7.0 --- Comment #13 from Eric Botcazou

[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528 --- Comment #6 from Eric Botcazou 2012-05-26 13:55:51 UTC --- Author: ebotcazou Date: Sat May 26 13:55:46 2012 New Revision: 187915 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187915 Log: Backport from mainline 2012-03-10 Chun

[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528 Eric Botcazou changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug target/52205] unwinding through signal handler fails

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52205 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/53495] New: segmentation fault

2012-05-26 Thread regehr at cs dot utah.edu
bexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --with-libelf=/usr/local --enable-lto --prefix=/home/regehr/z/compiler-install/gcc-r187906-install --program-prefix=r187906- --enable-languages=c,c++ Thread model: posix gcc versio

[Bug middle-end/43013] [4.5 regression] "warning: 'saved_stack.1' is used uninitialized in this function" with -fstack-check

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43013 Eric Botcazou changed: What|Removed |Added Summary|[4.5/4.6/4.7/4.8|[4.5 regression] "warning:

[Bug middle-end/39514] [4.5/4.6/4.7/4.8 Regression] unreported change to packed bitfields

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39514 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/53495] [4.8 Regression] segmentation fault

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

[Bug ada/37945] GNAT Sockaddr and Sockaddr_In does not match c-structures on RTEMS

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37945 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/53494] initializer lists in array type

2012-05-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 Jonathan Wakely changed: What|Removed |Added Keywords||error-recovery, |

[Bug target/53461] Incorrect handling of CASE_VECTOR_PC_RELATIVE in config/m68k.md

2012-05-26 Thread gvvn1200 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53461 t-rexky changed: What|Removed |Added Severity|major |normal

[Bug c++/53494] [4.7/4.8 Regression] ICE with invalid initializer list

2012-05-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 Jonathan Wakely changed: What|Removed |Added Known to work||4.6.3 Summary|initializer li

[Bug c++/53494] [4.7/4.8 Regression] ICE with invalid initializer list

2012-05-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 --- Comment #4 from Paolo Carlini 2012-05-26 15:16:29 UTC --- And since it's actually invalid should be pretty easy to fix, the ICE is happening in a gcc_assert where alignment is handled, nothing to do.

[Bug middle-end/52823] [4.8 Regression] FAIL: gnat.dg/renaming5.adb scan-tree-dump-times optimized "goto" 2

2012-05-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52823 Dominique d'Humieres changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #2 from Dominiqu

[Bug c/53496] New: gcc segfaults when compiling glic

2012-05-26 Thread justas.poderys at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53496 Bug #: 53496 Summary: gcc segfaults when compiling glic Classification: Unclassified Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/53496] gcc segfaults when compiling glic

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53496 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Component|c

[Bug c++/53493] [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__)))

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53493 --- Comment #1 from Andrew Pinski 2012-05-26 17:21:38 UTC --- Can you provide the preprocessed source? I think this is done on purpose since foo is not used in the source and the rules for C++ say the const variable has vague linkage GCC can (an

[Bug middle-end/53496] gcc segfaults when compiling glic

2012-05-26 Thread justas.poderys at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53496 --- Comment #2 from Justas 2012-05-26 17:25:40 UTC --- Created attachment 27503 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27503 source of param.c

[Bug c++/53492] [g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 ] internal compiler error: in retrieve_specialization, at cp/pt.c:985

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

[Bug tree-optimization/53480] warning "may be used uninitialized" issued with -m32 but not with -m64

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53480 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #2 from Andrew Pin

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 Andrew Pinski changed: What|Removed |Added Component|libstdc++ |c++ Version|4.7.0

[Bug target/53334] [4.8 Regression] ICE in extract_insn, at recog.c:2131

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

[Bug middle-end/53496] gcc segfaults when compiling glic

2012-05-26 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53496 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #3

[Bug c++/53493] [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__)))

2012-05-26 Thread jwatte at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53493 --- Comment #2 from jwatte at gmail dot com 2012-05-26 19:22:01 UTC --- Note that there is not yet any linkage involved -- this is simply a compile pass. Specifically, the problem here is that I run into a missing symbol error when linking a progra

[Bug c++/53493] [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__)))

2012-05-26 Thread jwatte at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53493 --- Comment #3 from jwatte at gmail dot com 2012-05-26 19:25:50 UTC --- Created attachment 27504 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27504 The preprocessed source Generated with: avr-gcc -Os -mmcu=atmega328p -c foo.cpp -o foo.E -E

[Bug c++/53493] [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__)))

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

[Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-05-26 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org --- Comment #

[Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-05-26 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 --- Comment #12 from Steven Bosscher 2012-05-26 19:42:26 UTC --- Note, btw, that verify_cgraph() doesn't catch this. Honza, you loved checkers so much a few years ago -- maybe this checker (also yours??) should be enhanced :-)

[Bug c++/53493] [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__)))

2012-05-26 Thread jwatte at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53493 jwatte at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|I

[Bug c++/53493] [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__)))

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

[Bug c++/53494] [4.7/4.8 Regression] ICE with invalid initializer list

2012-05-26 Thread marcus-yass at ihug dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 --- Comment #5 from mako 2012-05-26 20:31:39 UTC --- Would someone please explain to me why that compile error is considered correct? It tells me nothing sensible.

[Bug c++/53486] ICE compiling code using lambdas as default argument

2012-05-26 Thread jpalecek at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486 Jiří Paleček changed: What|Removed |Added Attachment #27499|0 |1 is obsolete|

[Bug c++/53494] [4.7/4.8 Regression] ICE with invalid initializer list

2012-05-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 --- Comment #6 from Paolo Carlini 2012-05-26 21:00:21 UTC --- Who said correct?!?

[Bug c++/53220] [4.7/4.8 Regression] g++ mis-compiles compound literals

2012-05-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53220 --- Comment #15 from Jason Merrill 2012-05-26 21:13:27 UTC --- Author: jason Date: Sat May 26 21:13:23 2012 New Revision: 187916 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187916 Log: PR c++/53220 gcc/ * c-typeck.c (array_to_p

[Bug c++/25137] Warning "missing braces around initializer" causing problems with tr1::array

2012-05-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #17

[Bug c++/53491] [4.7 Regression] ICE in build_target_expr_with_type, at cp/tree.c:587

2012-05-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491 Paolo Carlini changed: What|Removed |Added Summary|[4.7/4.8 Regression] ICE in |[4.7 Regression] ICE in

[Bug c++/53491] [4.7/4.8 Regression] ICE in build_target_expr_with_type, at cp/tree.c:587

2012-05-26 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491 --- Comment #5 from paolo at gcc dot gnu.org 2012-05-26 21:20:44 UTC --- Author: paolo Date: Sat May 26 21:20:38 2012 New Revision: 187917 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187917 Log: /cp 2012-05-26 Paolo Carlini PR

[Bug c++/53494] [4.7/4.8 Regression] ICE with invalid initializer list

2012-05-26 Thread marcus-yass at ihug dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 --- Comment #7 from mako 2012-05-26 21:41:57 UTC --- Uh, Johnathan said "4.6 correctly rejects it:", however 4.6's rejection message appears every bit as useless as 4.7's, perhaps more so, because it misattributes the error. If that's the correct

[Bug c++/25137] Warning "missing braces around initializer" causing problems with tr1::array

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

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

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

[Bug c++/53434] Compiler decides declaration/expression ambiguity too soon.

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53434 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid Status|UNCONFIR

[Bug c/53424] dynamic array expressions get wrong sizeof() if pointers to const are involved and the pointers are changed (const is misapplied to the whole expression)

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53424 --- Comment #3 from Andrew Pinski 2012-05-26 23:47:56 UTC --- (gdb) p debug_tree(t) unit size align 32 symtab 0 alias set -1 canonical type 0x76e6e000 precision 32 min max pointer_to_this > readonly arg 0

[Bug c++/53405] [4.5/4.6 Regression] Enum-dependent class template instantiations not recognized

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53405 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid Known to work|

[Bug bootstrap/53343] [4.8 regression] options.c:9944:1: error: no previous prototype for 'common_handle_option_auto' breaks bootstrap

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53343 --- Comment #3 from Andrew Pinski 2012-05-26 23:54:26 UTC --- >--disable-build-poststage1-with-cxx Is there a reason why you are using this option?

[Bug target/53327] Invalid ASM being generated

2012-05-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53327 Andrew Pinski changed: What|Removed |Added Keywords||assemble-failure --- Comment #3 from Andr

Value not equal to itself

2012-05-26 Thread Jordan Foster
gcc -v; gcc version 4.2.1 20070831 patched [FreeBSD] uname -srip; FreeBSD 9.0-RELEASE i386 GENERI Compiler command; gcc47 minimalErroringCode.cpp -o minimalErroringCode Test; ./minimalErroringCode Expected; no output Result; Assertion failed: ((buffer[0] = 0xFF) && buffer[0] == 0xFF), function main

Re: Value not equal to itself

2012-05-26 Thread Jordan Foster
On 5/26/12, Jordan Foster wrote: > gcc -v; gcc version 4.2.1 20070831 patched [FreeBSD] > uname -srip; FreeBSD 9.0-RELEASE i386 GENERI > Compiler command; gcc47 minimalErroringCode.cpp -o minimalErroringCode > Test; ./minimalErroringCode > Expected; no output > Result; Assertion failed: ((buffer[0

Re: Value not equal to itself

2012-05-26 Thread Andrew Pinski
On Sat, May 26, 2012 at 8:25 PM, Jordan Foster wrote: > gcc -v; gcc version 4.2.1 20070831 patched [FreeBSD] > uname -srip; FreeBSD 9.0-RELEASE i386 GENERI > Compiler command; gcc47 minimalErroringCode.cpp -o minimalErroringCode > Test; ./minimalErroringCode > Expected; no output > Result; Asserti