[Bug fortran/46897] [OOP] type-bound defined ASSIGNMENT(=) not used for derived type component in intrinsic assign

2012-12-01 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 --- Comment #9 from Paul Thomas pault at gcc dot gnu.org 2012-12-01 08:00:32 UTC --- Author: pault Date: Sat Dec 1 08:00:22 2012 New Revision: 194016 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194016 Log: 2012-12-01

[Bug ada/52110] s-osinte.ads:447:09: clockid_t conflicts with declaration at line 194

2012-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|3.3.1 |---

[Bug tree-optimization/45216] Rotate expressions not recognized at tree level

2012-12-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45216 --- Comment #8 from Marc Glisse glisse at gcc dot gnu.org 2012-12-01 08:51:12 UTC --- (In reply to comment #7) unsigned long rotate_left(unsigned long a, unsigned int shift) { return a shift | a (sizeof(a) * 8 - shift); }

[Bug gcov-profile/55551] Revision 193999 breaks lto/profiledbootstrap

2012-12-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 --- Comment #8 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-12-01 09:01:33 UTC --- (In reply to comment #5) Index: lto-cgraph.c === --- lto-cgraph.c

[Bug rtl-optimization/55547] Alias analysis does not handle AND addresses correctly

2012-12-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55547 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added CC||aoliva at

[Bug rtl-optimization/55547] [4.8 Regression] Alias analysis does not handle AND addresses correctly

2012-12-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55547 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/55544] -fexcess-precision=standard is not implemented for C++

2012-12-01 Thread joerg.rich...@pdv-fs.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55544 --- Comment #7 from Jörg Richter joerg.rich...@pdv-fs.de 2012-12-01 09:53:13 UTC --- I see no reference to -fexcess-precision=standard in (garbage sink) bug 323, do you? So IMHO this is not a dup.

[Bug fortran/55548] SYSTEM_CLOCK with integer(8) provides nanosecond resolution, but only microsecond precision (without -lrt)

2012-12-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55548 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug fortran/30609] Calculating masks twice

2012-12-01 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30609 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW

[Bug fortran/51589] Modification of loop index variable by intent(out) or intent(inout) procedures

2012-12-01 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51589 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #144 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-12-01 12:39:30 UTC --- It looks like there is a LTO code-size regression on trunk: (size of libxul.so, build without elfhack): gcc lto/pgo : size: 42204584 |

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 --- Comment #9 from Jakub Jelinek jakub at gcc dot gnu.org 2012-12-01 13:54:49 UTC --- Or just say asan isn't supported on darwin.

[Bug c/55554] New: GCC generates illegal instruction for optimization level =O1 when invoking casted pointer to function

2012-12-01 Thread avshabanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 Bug #: 4 Summary: GCC generates illegal instruction for optimization level =O1 when invoking casted pointer to function Classification: Unclassified Product: gcc

[Bug c/55554] GCC generates illegal instruction for optimization level =O1 when invoking casted pointer to function

2012-12-01 Thread avshabanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 --- Comment #1 from Alexander S avshabanov at gmail dot com 2012-12-01 14:30:19 UTC --- Created attachment 28844 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28844 Preprocessed output

[Bug c/55554] GCC generates illegal instruction for optimization level =O1 when invoking casted pointer to function

2012-12-01 Thread avshabanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 Alexander S avshabanov at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/55555] New: [4.8 Regression] miscompilation at -O2

2012-12-01 Thread Joost.VandeVondele at mat dot ethz.ch
fine at -O1. To reproduce gfortran -O2 bug.f90 ; ./a.out #3 0x400C7E in MAIN__ at bug.f90:97 Aborted I believe this is a recent regression on trunk. Tested with gcc version 4.8.0 20121201 (experimental) [trunk revision 194017] (GCC)

[Bug middle-end/55555] [4.8 Regression] miscompilation at -O2 (tree-pre?)

2012-12-01 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added CC|

[Bug debug/53860] [4.8 Regression] ICE: in should_move_die_to_comdat, at dwarf2out.c:6254 with -fkeep-inline-functions -fdebug-types-section -g

2012-12-01 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53860 --- Comment #4 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2012-12-01 16:10:44 UTC --- Author: hjl Date: Sat Dec 1 16:10:30 2012 New Revision: 194019 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194019 Log: Fix a typo

[Bug debug/53860] [4.8 Regression] ICE: in should_move_die_to_comdat, at dwarf2out.c:6254 with -fkeep-inline-functions -fdebug-types-section -g

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

[Bug target/50829] avx extra copy for _mm256_insertf128_pd

2012-12-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50829 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added CC||glisse at

[Bug gcov-profile/55551] Revision 193999 breaks lto/profiledbootstrap

2012-12-01 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 --- Comment #9 from Teresa Johnson tejohnson at google dot com 2012-12-01 16:38:25 UTC --- On Sat, Dec 1, 2012 at 1:01 AM, markus at trippelsdorf dot de gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

[Bug bootstrap/55556] New: gcc/exec-tool.in isn't parallel build safe in combined tree

2012-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 Bug #: 6 Summary: gcc/exec-tool.in isn't parallel build safe in combined tree Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug middle-end/50713] SLP vs loop: code generated differs (SLP less efficient)

2012-12-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50713 --- Comment #8 from Marc Glisse glisse at gcc dot gnu.org 2012-12-01 16:54:08 UTC --- (In reply to comment #5) We seem to do better now. I see essentially the same code for the vector and loop versions. The main issue left is for dfma8*,

[Bug middle-end/55555] [4.8 Regression] miscompilation at -O2 (tree-pre?)

2012-12-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/50713] SLP vs loop: code generated differs (SLP less efficient)

2012-12-01 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50713 --- Comment #9 from vincenzo Innocente vincenzo.innocente at cern dot ch 2012-12-01 17:49:00 UTC --- indeed. and now this other vectorizes also on corei7 (yesterday was ok only with AVX) float64x4_t cross_product(float64x4_t x, float64x4_t y) {

[Bug libstdc++/55503] FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors)

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55503 --- Comment #3 from John David Anglin danglin at gcc dot gnu.org 2012-12-01 18:25:21 UTC --- Author: danglin Date: Sat Dec 1 18:25:11 2012 New Revision: 194021 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194021 Log: PR

[Bug middle-end/55555] [4.8 Regression] miscompilation at -O2 (tree-pre?)

2012-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||hubicka at

[Bug libstdc++/55503] FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors)

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55503 --- Comment #4 from John David Anglin danglin at gcc dot gnu.org 2012-12-01 19:20:45 UTC --- Author: danglin Date: Sat Dec 1 19:20:39 2012 New Revision: 194023 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194023 Log: PR

[Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold

2012-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55470 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Summary|Enable both ld and gold in |Support

[Bug libstdc++/55503] FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors)

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55503 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug ada/52110] s-osinte.ads:447:09: clockid_t conflicts with declaration at line 194

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 --- Comment #10 from John David Anglin danglin at gcc dot gnu.org 2012-12-01 19:43:08 UTC --- Author: danglin Date: Sat Dec 1 19:43:04 2012 New Revision: 194024 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194024 Log: PR

[Bug ada/52110] s-osinte.ads:447:09: clockid_t conflicts with declaration at line 194

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 --- Comment #11 from John David Anglin danglin at gcc dot gnu.org 2012-12-01 19:45:29 UTC --- Author: danglin Date: Sat Dec 1 19:45:24 2012 New Revision: 194025 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194025 Log: PR

[Bug ada/52110] s-osinte.ads:447:09: clockid_t conflicts with declaration at line 194

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug fortran/54572] Use libbacktrace library

2012-12-01 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54572 --- Comment #15 from Janne Blomqvist jb at gcc dot gnu.org 2012-12-01 19:48:12 UTC --- (In reply to comment #14) Thanks for the additional info. #1 0x77bb53be in build_address_map (addrs=0x7fffc710, data=0x7fffcf1c,

[Bug target/50829] avx extra copy for _mm256_insertf128_pd

2012-12-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50829 --- Comment #10 from Marc Glisse glisse at gcc dot gnu.org 2012-12-01 19:50:28 UTC --- Created attachment 28846 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28846 Use subreg Hmm, I don't understand why we use UNSPEC_CAST. I tried

[Bug middle-end/52450] FAIL: gcc.dg/torture/pr52402.c at -O1 and above

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52450 --- Comment #13 from John David Anglin danglin at gcc dot gnu.org 2012-12-01 20:17:22 UTC --- Author: danglin Date: Sat Dec 1 20:17:13 2012 New Revision: 194026 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194026 Log: PR

[Bug target/50829] avx extra copy for _mm256_insertf128_pd

2012-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50829 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC|

[Bug target/55195] [4.8 Regression] shorten_branches generates incorrect forward branch distances

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55195 --- Comment #18 from John David Anglin danglin at gcc dot gnu.org 2012-12-01 20:36:08 UTC --- Author: danglin Date: Sat Dec 1 20:36:04 2012 New Revision: 194027 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194027 Log:

[Bug c++/55557] New: g++ 4.7 does not issue a warning on the first auto_ptr

2012-12-01 Thread pashev.igor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Bug #: 7 Summary: g++ 4.7 does not issue a warning on the first auto_ptr Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug c++/55557] g++ 4.7 does not issue a warning on the first auto_ptr

2012-12-01 Thread pashev.igor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 --- Comment #1 from Igor Pashev pashev.igor at gmail dot com 2012-12-01 20:46:12 UTC --- # g++-4.7 --version g++-4.7 (Debian 4.7.2-4) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for

[Bug c++/55558] New: [C++11] decltype on a static member variable of a specialized class in a template function results in an internal compiler error

2012-12-01 Thread devkid at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Bug #: 8 Summary: [C++11] decltype on a static member variable of a specialized class in a template function results in an internal compiler error Classification:

[Bug c++/55544] -fexcess-precision=standard is not implemented for C++

2012-12-01 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55544 --- Comment #8 from joseph at codesourcery dot com joseph at codesourcery dot com 2012-12-01 20:53:02 UTC --- On Sat, 1 Dec 2012, joerg.rich...@pdv-fs.de wrote: I see no reference to -fexcess-precision=standard in (garbage sink) bug 323,

[Bug c++/55558] [C++11] decltype on a static member variable in a template function results in an internal compiler error

2012-12-01 Thread devkid at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #1 from Alfred Krohmer devkid at gmx dot net 2012-12-01 20:57:57 UTC --- Just figured out that the class does not need to be specialized in order to reproduce the bug, so the member variable could also be declared in the

[Bug c++/55558] [C++11] decltype on a static member variable in a template function results in an internal compiler error

2012-12-01 Thread devkid at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #2 from Alfred Krohmer devkid at gmx dot net 2012-12-01 21:18:00 UTC --- Well, this is awkward, not even a template class is needed, the following code also produces the bug: struct A { static int member; };

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 --- Comment #10 from Jack Howarth howarth at nitro dot med.uc.edu 2012-12-01 21:37:10 UTC --- Created attachment 28847 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28847 mockup patch for switching darwin to mac function interpose

[Bug target/54791] AIX-only: Constructors are not called in main program.

2012-12-01 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54791 --- Comment #33 from David Edelsohn dje at gcc dot gnu.org 2012-12-01 21:42:10 UTC --- You cannot ask legal questions and expect to receive an answer.

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 --- Comment #11 from Jack Howarth howarth at nitro dot med.uc.edu 2012-12-01 21:42:41 UTC --- (In reply to comment #10) Created attachment 28847 [details] mockup patch for switching darwin to mac function interpose This patch

[Bug c++/55558] [C++11] decltype on a static member variable in a template function results in an internal compiler error

2012-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Severity|major

[Bug c++/55557] no deprecated warning on the first std::auto_ptr

2012-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-01 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #145 from Jan Hubicka hubicka at ucw dot cz 2012-12-01 22:09:07 UTC --- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #144 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-12-01 12:39:30 UTC

[Bug c++/55557] no deprecated warning on the first std::auto_ptr

2012-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW

[Bug c++/33911] attribute deprecated vs. templates

2012-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33911 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug target/50829] avx extra copy for _mm256_insertf128_pd

2012-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50829 --- Comment #12 from H.J. Lu hjl.tools at gmail dot com 2012-12-01 22:22:28 UTC --- Also see PR 44551.

[Bug target/44551] [missed optimization] AVX vextractf128 after vinsertf128

2012-12-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44551 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added CC||glisse at

[Bug c++/55558] [C++11] decltype on a static member variable in a template function results in an internal compiler error

2012-12-01 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #4 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-12-01 22:52:35 UTC --- Author: paolo Date: Sat Dec 1 22:52:27 2012 New Revision: 194036 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194036 Log:

[Bug c++/55559] New: Marshalling double through union with inlines, incorrect behavior with -O2

2012-12-01 Thread mpreda at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 Bug #: 9 Summary: Marshalling double through union with inlines, incorrect behavior with -O2 Classification: Unclassified Product: gcc Version: 4.7.2

[Bug rtl-optimization/55158] [4.8 Regression] [IA64] ICE: segv in schedule_region

2012-12-01 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #10 from Gary Funck gary at intrepid dot com 2012-12-01 23:17:00 UTC --- (In reply to comment #9) OK, I applied it to our autotester and we will see tomorrow if it fixes the segfaults. If so, can I go ahead and commit it?

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 Jack Howarth howarth at nitro dot med.uc.edu changed: What|Removed |Added Attachment #28847|0 |1

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 --- Comment #13 from Jack Howarth howarth at nitro dot med.uc.edu 2012-12-01 23:50:15 UTC --- Created attachment 28850 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28850 revised preliminary mac function interpose patch Add missing

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 Jack Howarth howarth at nitro dot med.uc.edu changed: What|Removed |Added Attachment #28849|0 |1

[Bug tree-optimization/55559] Marshalling double through union with inlines, incorrect behavior with -O2

2012-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 --- Comment #15 from Jack Howarth howarth at nitro dot med.uc.edu 2012-12-02 02:57:46 UTC --- Patch to switch libsanitizer on darwin from mach_override to mac interpose functions submitted to gcc-patches at

[Bug sanitizer/55521] many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address

2012-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55521 --- Comment #16 from Jack Howarth howarth at nitro dot med.uc.edu 2012-12-02 05:38:09 UTC --- Using mac function interposition on x86_64-apple-darwin12 produces only 8 remaining g++ testsuite failures emitting ASAN:SIGSEGV messages compared

[Bug bootstrap/54659] [4.8 Regression] Bootstrap with --disable-nls broken under Windows

2012-12-01 Thread nightstrike at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54659 nightstrike nightstrike at gmail dot com changed: What|Removed |Added CC||ktietz

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #146 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-12-02 07:36:02 UTC --- (In reply to comment #145) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #144 from Markus Trippelsdorf markus

[Bug other/55560] New: fesetround(FE_DOWNWARD) causes cos() to return values outside the range of -1 to +1

2012-12-01 Thread pj at ecstaticlyrics dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55560 Bug #: 55560 Summary: fesetround(FE_DOWNWARD) causes cos() to return values outside the range of -1 to +1 Classification: Unclassified Product: gcc Version: 4.7.2

[Bug other/55560] fesetround(FE_DOWNWARD) causes cos() to return values outside the range of -1 to +1

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