[Bug libgomp/51298] libgomp team_barrier locking failures

2011-12-14 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51298 --- Comment #4 from Alan Modra 2011-12-15 07:57:44 UTC --- Yes, this bug and more are still in gcc-4.6. I haven't had time to look at backporting any of my libgomp fixes.

[Bug libgomp/51298] libgomp team_barrier locking failures

2011-12-14 Thread abenson at caltech dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51298 Andrew Benson changed: What|Removed |Added CC||abenson at caltech dot edu --- Comment #3

[Bug c/51562] New: Expression evaluation with commas seems incorrect in gcc 4.5.2, 4.4.4

2011-12-14 Thread willus0 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51562 Bug #: 51562 Summary: Expression evaluation with commas seems incorrect in gcc 4.5.2, 4.4.4 Classification: Unclassified Product: gcc Version: 4.5.2 Status: UNCONFIRM

[Bug target/50962] Additional opportunity for AGU stall avoidance optimization for Atom processor

2011-12-14 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50962 Igor Zamyatin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/51558] Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors

2011-12-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51558 --- Comment #6 from Paolo Carlini 2011-12-15 02:25:03 UTC --- Created attachment 26098 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26098 Completed patch

[Bug libstdc++/51558] Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors

2011-12-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51558 --- Comment #5 from Paolo Carlini 2011-12-15 02:24:08 UTC --- Uhmm, I don't know, probably yes. If we are in doubt we can as well use what I'm going to attach, which resolves the src/ fallback. Which change leads to the best error messages?

[Bug tree-optimization/48186] ICE: SIGFPE (division by zero) in maybe_hot_frequency_p at predict.c:129 with --param hot-bb-frequency-fraction=0 on basic code

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48186 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/48184] ICE: SIGFPE (division by zero) in compute_alignments () at final.c:731 with --param align-threshold=0 on basic code

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48184 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/48182] ICE: SIGSEGV in try_crossjump_to_edge (cfgcleanup.c:1703) with --param min-crossjump-insns=0 on basic code

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48182 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/51353] GCC incorrectly optimizes away assignment to return address

2011-12-14 Thread nkeynes at deadcoderemoval dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51353 --- Comment #2 from Nathan Keynes 2011-12-15 02:14:48 UTC --- Testing this out, *(((volatile void **)__builtin_frame_address(0))+1) = exc; still does not work in 4.4.6 and 4.5.3, but *(((void * volatile *)__builtin_frame_address(0))

[Bug preprocessor/47857] Pragma once warning when compiling PCH

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

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 --- Comment #4 from Andrew Pinski 2011-12-15 02:11:02 UTC --- *** Bug 47857 has been marked as a duplicate of this bug. ***

[Bug debug/47801] guality tests have issues with LTO / -fwhole-program

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47801 --- Comment #3 from Andrew Pinski 2011-12-15 02:11:24 UTC --- Is this fixed now?

[Bug middle-end/47645] Generic vector lowering does not preserve EH information

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47645 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/47258] Extra instruction generated in 4.5.2

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47258 --- Comment #6 from Andrew Pinski 2011-12-15 02:03:43 UTC --- Can you try this patch: Index: tree-outof-ssa.c === --- tree-outof-ssa.c(revision 67191) +++ tree-outof-ssa.c(re

[Bug libstdc++/51558] Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors

2011-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51558 --- Comment #4 from Jonathan Wakely 2011-12-15 02:01:24 UTC --- Would the condition of the static_assert need to depend on the template parameter somehow, to avoid the case where no valid specialization can ever be generated? (Which would be ill-

[Bug objc/47229] Objective C and C++ compiler frontends

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47229 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/46972] __thread storage class variable gets optimized out on ARM

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

[Bug debug/47018] ICE: in pre_and_rev_post_order_compute, at cfganal.c:1047 with -fnon-call-exceptions -fvar-tracking -g

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47018 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/47733] psignal (int, const? char*) in libiberty/strsignal.h

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47733 Andrew Pinski changed: What|Removed |Added CC||wkor97gy0eef1fr at i dot

[Bug libstdc++/51558] Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors

2011-12-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51558 Paolo Carlini changed: What|Removed |Added CC||jwakely.gcc at gmail dot

[Bug bootstrap/23656] Cross-compilation with newlib fails in libiberty

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

[Bug other/47733] psignal (int, const? char*) in libiberty/strsignal.h

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47733 Andrew Pinski changed: What|Removed |Added CC||janis at gcc dot gnu.org --- Comment #7 f

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/49247] libiberty configure assumes newlib does not supply psignal

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

[Bug other/47733] psignal (int, const? char*) in libiberty/strsignal.h

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

[Bug libstdc++/51558] Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors

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

[Bug target/50952] libquad relocation R_X86_64_32S failure

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

[Bug target/50952] libquad relocation R_X86_64_32S failure

2011-12-14 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 --- Comment #9 from Steve Kargl 2011-12-15 01:35:58 UTC --- On Thu, Dec 15, 2011 at 12:10:05AM +, pinskia at gcc dot gnu.org wrote: > > --- Comment #8 from Andrew Pinski 2011-12-15 > 00:10:05 UTC --- > Has this been fixed now? > Yes, I b

[Bug middle-end/51472] ICE: verify_gimple failed: invalid rhs for gimple memory store with -fgnu-tm --param tm-max-aggregate-size=32

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51472 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/51513] Only partially optimizes away __builtin_unreachable switch default case

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51513 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug java/51465] internal compiler error: Segmentation fault

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51465 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug java/51465] internal compiler error: Segmentation fault

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51465 Andrew Pinski changed: What|Removed |Added Severity|blocker |normal

[Bug fortran/51343] compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1 4.5.0

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

[Bug libstdc++/51560] std::set::cbegin()/cend() etc. return iterator instead of const_iterator

2011-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51560 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/51561] Compilation segfault

2011-12-14 Thread dave at boostpro dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51561 Dave Abrahams changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/51561] Compilation segfault

2011-12-14 Thread dave at boostpro dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51561 --- Comment #2 from Dave Abrahams 2011-12-15 00:58:37 UTC --- Close this please! So sorry; I was totally misinterpreting what I saw. There's no compiler crash.

[Bug target/51162] [4.7 Regression] ICE: segfault in dump_gimple_call

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51162 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/51561] Compilation segfault

2011-12-14 Thread dave at boostpro dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51561 --- Comment #1 from Dave Abrahams 2011-12-15 00:53:24 UTC --- Created attachment 26097 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26097 reproducer

[Bug c++/51561] New: Compilation segfault

2011-12-14 Thread dave at boostpro dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51561 Bug #: 51561 Summary: Compilation segfault Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug regression/51231] g++ remove placement new with -O1

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51231 Andrew Pinski changed: What|Removed |Added Severity|major |normal

[Bug fortran/51103] configure: error: GNU Fortran is not working

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

[Bug debug/51156] build glibc-2.11

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51156 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/51024] OpenMP: ICE with type(c_ptr) in private()

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51024 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/51088] undefined label with statement expression and cond expression

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51088 Andrew Pinski changed: What|Removed |Added Keywords||assemble-failure, |

[Bug libstdc++/51560] New: std::set::cbegin()/cend() etc. return iterator instead of const_iterator

2011-12-14 Thread carsten_neumann at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51560 Bug #: 51560 Summary: std::set::cbegin()/cend() etc. return iterator instead of const_iterator Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONF

[Bug rtl-optimization/45235] const volatile read moved out of order

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45235 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/51017] GCC 4.6 performance regression (vs. 4.4/4.5)

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51017 --- Comment #3 from Andrew Pinski 2011-12-15 00:28:51 UTC --- It might be interesting to get numbers for the trunk. There have been some register allocator fixes which might have improved this.

[Bug target/50962] Additional opportunity for AGU stall avoidance optimization for Atom processor

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50962 --- Comment #5 from Andrew Pinski 2011-12-15 00:22:03 UTC --- Has this been fixed now?

[Bug target/50996] segfault cross-compiling for lm32

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50996 --- Comment #2 from Andrew Pinski 2011-12-15 00:20:31 UTC --- It works for me on the trunk, configured with --target=lm32-elf.

[Bug target/50952] libquad relocation R_X86_64_32S failure

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 Andrew Pinski changed: What|Removed |Added Keywords||build Target|x86_64-*-freebsd

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/51271] [4.7 Regression] ICE in in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51271 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|---

[Bug rtl-optimization/51271] ICE in in maybe_record_trace_start, at dwarf2cfi.c:2244

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51271 --- Comment #13 from Andrew Pinski 2011-12-15 00:02:14 UTC --- I think my patch for PR 51471 will also fix this bug. I now know why I could not reproduce it, I was using slightly different scheduling (-march=octeon rather than the default).

[Bug c++/51556] Bizarre member template protection errors

2011-12-14 Thread luto at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51556 --- Comment #4 from Andy Lutomirski 2011-12-15 00:00:18 UTC --- Created attachment 26095 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26095 Partially reduced test case This is reduced by a combination of fiddling by hand and automated red

[Bug c++/51352] g++ can't pass variable-length array as a function argument

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51352 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid Status|UNCONFIR

[Bug c/51360] [4.6/4.7 Regression] spurious unused-but-set-variable warning for var used in OpenMP pragma

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51360 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

[Bug lto/48516] internal compiler error: in insert_value_copy_on_edge, at tree-outof-ssa.c:242

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48516 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159 Andrew Pinski changed: What|Removed |Added CC||mikulas at artax dot |

[Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159 Andrew Pinski changed: What|Removed |Added CC||howarth at nitro dot |

[Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159 Andrew Pinski changed: What|Removed |Added CC||tommino at online dot de --- Comment #13

[Bug lto/51300] Internal error when using -flto with -O0 in the linker

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

[Bug lto/45448] FAIL: gcc.dg/lto/20090116 c_lto_20090116_0.o-c_lto_20090116_0.o link, -O1 -fwhopr -fPIC (internal compiler error)

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45448 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/51559] decimal128 operates incorrectly compared to decimal32 and decimal64

2011-12-14 Thread mingodad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51559 --- Comment #1 from Domingo Alvarez 2011-12-14 23:41:16 UTC --- Created attachment 26094 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26094 A c program that demonstrate the same problem Here is a c program that exibits the same problem, s

[Bug tree-optimization/51557] [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2244 with custom flags

2011-12-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51557 --- Comment #1 from Jakub Jelinek 2011-12-14 23:40:58 UTC --- Created attachment 26093 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26093 gcc47-pr51557.patch Untested fix.

[Bug middle-end/51279] xplor-nih-2.27/nmrPot/solnScatPot.cc ICEs on -O1 -funroll-loops

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

[Bug c++/51331] [4.6/4.7 Regression] bad code generated when explicitly calling auto-generated constructor of virtual base

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51331 Andrew Pinski changed: What|Removed |Added Known to work||4.1.2 Target Milestone|---

[Bug rtl-optimization/51353] GCC incorrectly optimizes away assignment to return address

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51353 --- Comment #1 from Andrew Pinski 2011-12-14 23:28:00 UTC --- I think this should be: *(((volatile void **)__builtin_frame_address(0))+1) = exc; GCC thinks it does not alias thing which is why it is removing it.

[Bug c++/51458] [4.7 Regression] Accepts invalid designated initializers

2011-12-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51458 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/50286] Missed optimization, fails to propagate bool

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50286 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug tree-optimization/51557] [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2244 with custom flags

2011-12-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51557 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/51050] [AVR, attiny26] ICE: invalid rtl sharing found in the insn

2011-12-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51050 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/44077] -Wtype-limits fails to warn for _Bool comparisons

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44077 Andrew Pinski changed: What|Removed |Added CC||lloyd at randombit dot net --- Comment #1

[Bug c/44077] -Wtype-limits fails to warn for _Bool comparisons

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44077 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/51457] Add warning about impossible boolean comparisons

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

[Bug c++/51473] [c++0x] ICE with auto and friend

2011-12-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51473 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned a

[Bug debug/51471] [4.7 Regression] gcc.c-torture/execute/20040811-1.c and gcc.c-torture/execute/vla-dealloc-1.c fails at -O3 -g on mips64-linux-gnu

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51471 --- Comment #11 from Andrew Pinski 2011-12-14 22:58:55 UTC --- This is the patch which I am testing: Index: genattrtab.c === --- genattrtab.c(revision 182342) +++ genattrtab.

[Bug libstdc++/51558] Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors

2011-12-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51558 --- Comment #1 from Jonathan Wakely 2011-12-14 22:57:11 UTC --- Could we put a static_assert in the default operator() definition?

[Bug c++/51228] [4.5/4.6/4.7 Regression] ICE with transparent union

2011-12-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51228 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/51554] ICE in cp/semantics.c:cxx_eval_indirect_ref with -Wall

2011-12-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51554 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/51559] New: decimal128 operates incorrectly compared to decimal32 and decimal64

2011-12-14 Thread mingodad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51559 Bug #: 51559 Summary: decimal128 operates incorrectly compared to decimal32 and decimal64 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug middle-end/16458] PowerPC - redundant compare

2011-12-14 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16458 --- Comment #5 from Peter Bergner 2011-12-14 22:42:57 UTC --- Created attachment 26091 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26091 Another partial fix... Answering Nathan's comment from his patch: +/* These are unsigned values

[Bug c++/51248] [4.6/4.7 Regression] ICE with pointer to enum

2011-12-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51248 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/51248] [4.6/4.7 Regression] ICE with pointer to enum

2011-12-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51248 --- Comment #3 from Jason Merrill 2011-12-14 22:33:42 UTC --- Author: jason Date: Wed Dec 14 22:33:39 2011 New Revision: 182348 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182348 Log: PR c++/51248 * decl.c (copy_type_enum): Als

[Bug c++/51554] ICE in cp/semantics.c:cxx_eval_indirect_ref with -Wall

2011-12-14 Thread dnovillo at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51554 --- Comment #2 from dnovillo at google dot com 2011-12-14 22:32:33 UTC --- Wow, that was quick, thanks! Diego. On Wed, Dec 14, 2011 at 17:26, jason at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51554 > > --- Comment

[Bug libstdc++/51558] New: Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors

2011-12-14 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51558 Bug #: 51558 Summary: Declaration of unspecialized std::hash<_Tp>::operator()(_Tp) turns compile-time errors into link-time errors Classification: Unclassified Product:

[Bug c++/51248] [4.6/4.7 Regression] ICE with pointer to enum

2011-12-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51248 --- Comment #2 from Jason Merrill 2011-12-14 22:26:16 UTC --- Author: jason Date: Wed Dec 14 22:26:13 2011 New Revision: 182345 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182345 Log: PR c++/51248 * decl.c (copy_type_enum): Als

[Bug c++/51545] missing -Wparentheses diagnostic with compound assignment used as condition

2011-12-14 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51545 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug c++/51554] ICE in cp/semantics.c:cxx_eval_indirect_ref with -Wall

2011-12-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51554 --- Comment #1 from Jason Merrill 2011-12-14 22:26:27 UTC --- Author: jason Date: Wed Dec 14 22:26:24 2011 New Revision: 182346 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182346 Log: PR c++/51554 * semantics.c (cxx_eval_indire

[Bug c/51542] bootstrap failure due to uninitialized variable use in c-parser

2011-12-14 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51542 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug tree-optimization/51557] New: [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2244 with custom flags

2011-12-14 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51557 Bug #: 51557 Summary: [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2244 with custom flags Classification: Unclassified Product: gcc Version: 4.7.0

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 --- Comment #8 from Dodji Seketeli 2011-12-14 21:49:57 UTC --- Author: dodji Date: Wed Dec 14 21:49:52 2011 New Revision: 182343 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182343 Log: PR c++/51475 - ICE with invalid initializer-list

[Bug c++/51556] Bizarre member template protection errors

2011-12-14 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51556 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug bootstrap/50148] GCC fails to bootstrap with -O3 due to "may be used uninitialized" errors

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

[Bug middle-end/51544] uninitialized variable false positive prevents bootstrap with -fipa-cp-clone

2011-12-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51544 Matt Hargett changed: What|Removed |Added Summary|uninitialized variable |uninitialized variable |

[Bug rtl-optimization/51505] [4.5/4.6/4.7 Regression] ICE: in form_sum, at reload.c:5349 with -O --param max-cse-insns=1

2011-12-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51505 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2

[Bug c++/51556] Bizarre member template protection errors

2011-12-14 Thread luto at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51556 --- Comment #2 from Andy Lutomirski 2011-12-14 20:30:01 UTC --- Created attachment 26088 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26088 Preprocessed test cases

[Bug debug/51536] [4.7 Regression] ICE on mips64 with -march=octeon -O2 -g -fno-omit-frame-pointer

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

[Bug debug/51471] [4.7 Regression] gcc.c-torture/execute/20040811-1.c and gcc.c-torture/execute/vla-dealloc-1.c fails at -O3 -g on mips64-linux-gnu

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51471 --- Comment #10 from Andrew Pinski 2011-12-14 20:28:34 UTC --- *** Bug 51536 has been marked as a duplicate of this bug. ***

  1   2   >