[Bug middle-end/58970] [4.7/4.8/4.9 Regression] internal compiler error: in get_bit_range, at expr.c:4562

2013-11-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58970 --- Comment #29 from Jakub Jelinek --- Author: jakub Date: Mon Nov 11 07:57:11 2013 New Revision: 204663 URL: http://gcc.gnu.org/viewcvs?rev=204663&root=gcc&view=rev Log: Backported from mainline 2013-11-06 Jakub Jelinek PR middle

[Bug rtl-optimization/58997] [4.7/4.8/4.9 Regression] ICE on valid code at -O3 on x86_64-linux-gnu (affecting gcc trunk and 4.8.2)

2013-11-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58997 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Mon Nov 11 07:55:25 2013 New Revision: 204662 URL: http://gcc.gnu.org/viewcvs?rev=204662&root=gcc&view=rev Log: Backported from mainline 2013-11-05 Jakub Jelinek PR rtl-opt

[Bug c++/58752] [C++11] Bogus error: ambiguous class template instantiation

2013-11-10 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58752 --- Comment #6 from Daniel Krügler --- (In reply to Richard Smith from comment #4) Richard, could you please explain what precisely you meant with: "Deducing #1 from #2 gives T=const U, which results in a deduction failure because enable_if<...co

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread eugeni.stepanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #11 from Evgeniy Stepanov --- (In reply to Yury Gribov from comment #4) > (In reply to Andrew Pinski from comment #3) > > I think in newer versions of glibc, clock_gettime is in libc.so now too. > > I think Andrew is right - clock_get

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #10 from Jakub Jelinek --- (In reply to Yury Gribov from comment #9) > (In reply to Jakub Jelinek from comment #8) > > No. Just add it to STATIC_LIBASAN_LIBS and make sure libasan is linked > > against librt. > > Hm, I was under imp

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #9 from Yury Gribov --- (In reply to Jakub Jelinek from comment #8) > No. Just add it to STATIC_LIBASAN_LIBS and make sure libasan is linked > against librt. Hm, I was under impression that these only get activated when user has spe

[Bug c++/59076] New: std::to_string(int ) could not be found in GCC 4.8.2

2013-11-10 Thread chun-fu.yang at hp dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59076 Bug ID: 59076 Summary: std::to_string(int ) could not be found in GCC 4.8.2 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #8 from Jakub Jelinek --- (In reply to Yury Gribov from comment #7) > Created attachment 31192 [details] > Proposed patch > > Does this patch make sense? No. Just add it to STATIC_LIBASAN_LIBS (dunno about tsan, does it require the

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #7 from Yury Gribov --- Created attachment 31192 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31192&action=edit Proposed patch Does this patch make sense?

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #5 from Yury Gribov --- (In reply to Yury Gribov from comment #4) > I think Andrew is right - clock_gettime is in libc nowadays. Should we > wontfix this bug? A trivial WAR for users would be to add -lrt to cmdline. A patch to add lib

[Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test

2013-11-10 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842 Hans-Peter Nilsson changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #4 from Yury Gribov --- (In reply to Andrew Pinski from comment #3) > I think in newer versions of glibc, clock_gettime is in libc.so now too. I think Andrew is right - clock_gettime is in libc nowadays. Should we wontfix this bug? A

[Bug regression/58985] [4.9 Regression]: gcc.dg/pr57518.c scan-rtl-dump-not ira REG_EQUIV...

2013-11-10 Thread wmi at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58985 --- Comment #9 from wmi at google dot com --- Backported r200720 to gcc 4.8 branch at r204660.

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #3 from Andrew Pinski --- I think in newer versions of glibc, clock_gettime is in libc.so now too.

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread eugeni.stepanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #2 from Evgeniy Stepanov --- Weak symbols. Ouch. We should link with libasan with librt. In Clang, we add -lrt to the linker flags when we see -fsanitize=(address|thread|memory).

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-10 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 Yury Gribov changed: What|Removed |Added CC||y.gribov at samsung dot com --- Comment #1

[Bug libstdc++/59075] python pretty printer does not work at OS X

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075 Jonathan Wakely changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #

[Bug rtl-optimization/57970] segfault in sched-deps.c

2013-11-10 Thread colanderman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970 --- Comment #5 from Chris King --- Would a unit test case be acceptable? That should be an easy way to evince this bug and I'd be glad to write one.

[Bug libstdc++/59075] New: python pretty printer does not work at OS X

2013-11-10 Thread altimin at altimin dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075 Bug ID: 59075 Summary: python pretty printer does not work at OS X Product: gcc Version: 4.6.4 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: libst

[Bug c++/59074] New: incorrect "call of overloaded .. is ambiguous" error when changing base class to virtual

2013-11-10 Thread c...@tempest-sw.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59074 Bug ID: 59074 Summary: incorrect "call of overloaded .. is ambiguous" error when changing base class to virtual Product: gcc Version: 4.8.2 Status: UNCONFIRMED S

[Bug libfortran/38199] [4.7/4.8/4.9 Regression] missed optimization: I/O performance

2013-11-10 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38199 --- Comment #27 from Jerry DeLisle --- Getting my self up to speed here. I reviewed what we have going on with this. Currently we call a function called eat_spaces to do what is needed. Naturally, to keep track of all the flags and counters, ea

[Bug libstdc++/59072] errc values are platform dependent but are used in error_condition

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59072 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/59073] [4.9 Regression] ICE with missing increment in OpenMP for-loop

2013-11-10 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59073 Volker Reichelt changed: What|Removed |Added Keywords||error-recovery, |

[Bug c/59073] New: [4.9 Regression] ICE with missing increment in OpenMP for-loop

2013-11-10 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59073 Bug ID: 59073 Summary: [4.9 Regression] ICE with missing increment in OpenMP for-loop Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/57970] segfault in sched-deps.c

2013-11-10 Thread colanderman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970 --- Comment #4 from Chris King --- Sorry, not interested: like I said above, it's very difficult to trigger, and the only code I've been able to trigger it with is proprietary. You can either read sched-deps.c and understand the code path which f

[Bug libstdc++/59072] errc values are platform dependent but are used in error_condition

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59072 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/59072] New: errc values are platform dependent but are used in error_condition

2013-11-10 Thread mustrumr97 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59072 Bug ID: 59072 Summary: errc values are platform dependent but are used in error_condition Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/57970] segfault in sched-deps.c

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/56853] GNU Fortran is not working

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

[Bug rtl-optimization/57970] segfault in sched-deps.c

2013-11-10 Thread colanderman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970 --- Comment #2 from Chris King --- If you don't want proposed patches attached to bug reports, then I suggest you remove the text "proposed patch" which is next to the "Add an attachment" link.

[Bug target/52368] internal compiler error: in convert_move, at expr.c:326

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52368 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/59032] [4.8/4.9 Regression] ICE incrementing vector type

2013-11-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59032 --- Comment #5 from Marc Glisse --- (In reply to vries from comment #4) > I've tried to do something similar in cp_build_unary_op. Tentative patch: That seems very complicated. We know the arguments, so we know which has to be converted to what.

[Bug driver/55651] gcc hangs when "-Wp," is passed on the command line

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55651 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/58990] G++ generates duplicate labels for linux 32-bit when optimization+LFS is enabled

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58990 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946

2013-11-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028 Dominique d'Humieres changed: What|Removed |Added CC||rguenther at suse dot de --- Comme

[Bug fortran/59065] questionable bounds for unassociated allocatable/pointer arrays?

2013-11-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/59032] [4.8/4.9 Regression] ICE incrementing vector type

2013-11-10 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59032 --- Comment #4 from vries at gcc dot gnu.org --- > We already support v=v+1, so it wouldn't be a large extension. Hmm, indeed. If found some code in cp_builld_binary_op marked with this comment: ... /* In case when one of the operands of the bin

[Bug c/52862] [4.5/4.6 Regression] ICE convert_to_pointer, at convert.c:50

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52862 --- Comment #11 from Kai Tietz --- (In reply to Kai Tietz from comment #10) Please ignore commit-message ... wrong bug-number

[Bug rtl-optimization/57970] segfault in sched-deps.c

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970 Andrew Pinski changed: What|Removed |Added Component|other |rtl-optimization Severity|major

[Bug tree-optimization/54982] false unitialized warning about store_flag in tree-ssa-loop-im.c

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54982 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/53966] procmail build deadloop on _autotst & -O3

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53966 --- Comment #4 from Andrew Pinski --- Also we need a self contained testcase to go any further on this problem.

[Bug target/57571] linux kernel function memcpy() execute with low efficiency on Intel Ivybridge platform

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/54841] Bad optimization on stack fill before call on ARM

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54841 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/50643] Suppress cc1: warnings being treated as errors

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50643 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/53649] ICE when using 'C' x86 asm constraint

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53649 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/59071] New: sse2 intrinsics and constant expressions

2013-11-10 Thread vermaelen.wouter at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59071 Bug ID: 59071 Summary: sse2 intrinsics and constant expressions Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug lto/50366] Still got failed assertion in lto_varpool_replace_node

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50366 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug other/25943] Options added to collect2

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25943 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/24000] wrong constants allocation for altivec data type on PPC little-endian

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24000 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Status|WAITING

[Bug other/48318] Memory access error by "build/genhooks"?

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48318 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/53906] Runtime crash on ARM linux when using std::thread

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53906 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

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

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53496 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/52708] suboptimal code with __builtin_constant_p

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52708 Andrew Pinski changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|unassigned at

[Bug fortran/59065] questionable bounds for unassociated allocatable/pointer arrays?

2013-11-10 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065 --- Comment #2 from Vittorio Zecca --- g95: complains about deallocated array passed to LBOUND Intel ifort: 1 0 0 1 0 0 1 0 0 1 0

[Bug c/51622] GCC generates bad code that generate big executable sizes when using _Decimal*

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51622 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/49548] integer comparison

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49548 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/42970] Missed unused function return value elimination

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42970 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #1 from

[Bug debug/51156] build glibc-2.11

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51156 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug bootstrap/50646] configure detects big endian on little endian system.

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug lto/50338] ICE Linking with -flto

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50338 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/47015] gcc/gengtype.c: undefined references

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47015 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug plugins/52872] --enable-plugin; incorrect test for "exported symbols" and "-rdynamic" in gcc/configure.ac

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872 Kai Tietz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/46891] Can't build libquadmath for i386-elf target

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46891 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug plugins/52872] --enable-plugin; incorrect test for "exported symbols" and "-rdynamic" in gcc/configure.ac

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872 --- Comment #10 from Kai Tietz --- Author: ktietz Date: Sun Nov 10 19:32:42 2013 New Revision: 204653 URL: http://gcc.gnu.org/viewcvs?rev=204653&root=gcc&view=rev Log: Merged from trunk PR plugins/52872 * configure.ac: Adding for expo

[Bug tree-optimization/42970] Missed unused function return value elimination

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42970 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW

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

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44876 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug plugins/52872] --enable-plugin; incorrect test for "exported symbols" and "-rdynamic" in gcc/configure.ac

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872 --- Comment #9 from Kai Tietz --- Author: ktietz Date: Sun Nov 10 19:29:34 2013 New Revision: 204652 URL: http://gcc.gnu.org/viewcvs?rev=204652&root=gcc&view=rev Log: Merged from trunk PR plugins/52872 * configure.ac: Adding for expor

[Bug c++/59070] Captured object is being moved from the lambda on returning it.

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug plugins/52872] --enable-plugin; incorrect test for "exported symbols" and "-rdynamic" in gcc/configure.ac

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872 --- Comment #8 from Kai Tietz --- Author: ktietz Date: Sun Nov 10 19:27:38 2013 New Revision: 204651 URL: http://gcc.gnu.org/viewcvs?rev=204651&root=gcc&view=rev Log: Fixed typo about bug-number ... PR plugin/52872 * configure.ac

[Bug c/52862] [4.5/4.6 Regression] ICE convert_to_pointer, at convert.c:50

2013-11-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52862 --- Comment #10 from Kai Tietz --- Author: ktietz Date: Sun Nov 10 19:24:43 2013 New Revision: 204650 URL: http://gcc.gnu.org/viewcvs?rev=204650&root=gcc&view=rev Log: PR plugin/52862 * configure.ac: Adding for exported symbols ch

[Bug target/57288] cfi_restore should precede cfi_def_cfa_offset

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57288 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/57436] Linux kernel gives file system corruption when built with gcc 4.8.0

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57436 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #12 from Joost VandeVondele --- (In reply to Marc Glisse from comment #11) > So S2 cannot call free (or realloc) on the pointer and then exit or call > longjmp or do an infinite loop or anything like that in fortran? Maybe we'll > nee

[Bug c++/59070] Captured object is being moved from the lambda on returning it.

2013-11-10 Thread sir_nawaz959 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070 Sarfaraz Nawaz changed: What|Removed |Added Status|RESOLVED|NEW Resolution|WORKSFORME

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #11 from Marc Glisse --- (In reply to Joost VandeVondele from comment #10) > (In reply to Marc Glisse from comment #9) > > Ok. If you used __builtin_abort instead of _gfortran_os_error, I think my > > current patch would handle it. It

[Bug c++/59070] Captured object is being moved from the lambda on returning it.

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070 --- Comment #3 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #2) > And it works perfectly with > gcc version 4.8.3 20131029 (prerelease) (GCC) > gcc version 4.9.0 20131002 (experimental) (GCC) and gcc version 4.7.4 20131030

[Bug c++/59070] Captured object is being moved from the lambda on returning it.

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/59070] Captured object is being moved from the lambda on returning it.

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #10 from Joost VandeVondele --- (In reply to Marc Glisse from comment #9) > > Ok. If you used __builtin_abort instead of _gfortran_os_error, I think my > current patch would handle it. It is hard for gcc to guess that > _gfortran_os

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #9 from Marc Glisse --- (In reply to Joost VandeVondele from comment #8) > Marc, looks like the fortran FE changed a lot since this bug was filed, and > there is no explicit allocate anymore, in fact the variable is created on > stack

[Bug c++/59070] New: Captured object is being moved from the lambda on returning it.

2013-11-10 Thread sir_nawaz959 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070 Bug ID: 59070 Summary: Captured object is being moved from the lambda on returning it. Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/59069] New: Bogus error wording for passing array to scalar dummies with user-defined operator

2013-11-10 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59069 Bug ID: 59069 Summary: Bogus error wording for passing array to scalar dummies with user-defined operator Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keyword

[Bug target/48155] Reload doesn't handle subreg properly

2013-11-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48155 H.J. Lu changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug preprocessor/47756] Warning for #include " " instead of < >

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756 --- Comment #5 from Jonathan Wakely --- The C++ standard has a note saying: in general programmers should use the < > form for headers provided with the implementation, and the " " form for sources outside the control of the implementati

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #8 from Joost VandeVondele --- (In reply to Marc Glisse from comment #7) > (In reply to Joost VandeVondele from comment #6) > > Marc, I think your recently posted patch: > > http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01049.html > >

[Bug fortran/59065] questionable bounds for unassociated allocatable/pointer arrays?

2013-11-10 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug ada/57902] Bugbox in Ada 95 mode, at ada/gcc-interface/decl.c:342

2013-11-10 Thread fw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57902 Florian Weimer changed: What|Removed |Added Attachment #30507|0 |1 is obsolete|

[Bug preprocessor/47756] Warning for #include " " instead of < >

2013-11-10 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756 Olaf van der Spek changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALI

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #7 from Marc Glisse --- (In reply to Joost VandeVondele from comment #6) > Marc, I think your recently posted patch: > http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01049.html > could fix the problem with the testcase subroutine S1, eve

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 Joost VandeVondele changed: What|Removed |Added CC||glisse at gcc dot gnu.org,

[Bug other/38077] strict aliasing is not controllable via the option pragma or is not documented that way

2013-11-10 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38077 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- Co

[Bug bootstrap/34881] Bootstrap fails on building libstdc++: can't find file for: -lgcc_s.10.4

2013-11-10 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34881 --- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- On 11/09/2013 06:02 PM, pinskia at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34881 > > Andrew Pinski changed: > > What|Removed

[Bug tree-optimization/58921] [4.9 Regression] ICE with segfault on valid code at -O3 on x86_64-linux-gnu

2013-11-10 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58921 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comme

[Bug other/49892] Error in configure test xgcc in x86_64-apple-darwin11.0.0/libgcc

2013-11-10 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49892 --- Comment #4 from Jack Howarth --- (In reply to Andrew Pinski from comment #3) > Bug in the compiler originally used so closing as invalid. Just to note that Apple finally back ported the llvm-gcc bug fix in Xcode 4.6.1 or later upon their swit

[Bug sanitizer/59068] New: libsanitizer doesn't build on x86_64-unknown-linux-gnu with Linux 2.6.18

2013-11-10 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59068 Bug ID: 59068 Summary: libsanitizer doesn't build on x86_64-unknown-linux-gnu with Linux 2.6.18 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/59067] New: libsanitizer doesn't build with binutils 2.17.50.0.6 on x86_64-unknown-linux-gnu

2013-11-10 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59067 Bug ID: 59067 Summary: libsanitizer doesn't build with binutils 2.17.50.0.6 on x86_64-unknown-linux-gnu Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

[Bug target/57288] cfi_restore should precede cfi_def_cfa_offset

2013-11-10 Thread msharov at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57288 --- Comment #2 from Mike Sharov --- (In reply to Andrew Pinski from comment #1) > Can you attach the preprocessed source which is used to create this assembly > file? I'm afraid not. This call has been created by a gigantic collection of template

[Bug c++/59066] C+11, 'using' instead of 'typedef' causes a segmentation fault.

2013-11-10 Thread alexandre.hamez at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066 Alexandre Hamez changed: What|Removed |Added Summary|Segmentation fault. |C+11, 'using' instead of

[Bug c++/59066] Segmentation fault.

2013-11-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066 Jonathan Wakely changed: What|Removed |Added Severity|blocker |normal

  1   2   >