[Bug c++/65255] std::thread does not work for cross compiling on ARM

2015-08-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65255 --- Comment #5 from Andrew Pinski --- arm-* defaults to earlier arm than v7 which does not have atomics in the ISA. Your native compiler most likely defaulted to armv7 which uses the atomic instructions directly. Can you provide the output of g

[Bug target/66358] [5/6 Regression] [SH] ICE: in extract_constrain_insn, at recog.c:2232

2015-08-11 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358 --- Comment #16 from David Binderman --- Created attachment 36167 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36167&action=edit C source code

[Bug libfortran/67140] undefined reference to _gfortran_mvbits_i16

2015-08-11 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67140 --- Comment #13 from Francois-Xavier Coudert --- (In reply to kargl from comment #6) > The GFORTRAN_1.6 section of the symbol map where I've inserted > the _gfortan_mvbits_i16 symbol does not exist in 5-branch. If > the other functions in this s

[Bug target/66358] [5/6 Regression] [SH] ICE: in extract_constrain_insn, at recog.c:2232

2015-08-11 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358 --- Comment #17 from David Binderman --- I had a go at cross compiling Linux kernel for sh, and got something similar with gcc 5.1.1 dated 20150618 $ sh-linux-gnu-gcc -c -O2 bug224.c drivers/hwmon/w83627ehf.c: In function ‘show_caseopen’: driver

[Bug go/67180] New: Gccgo does not support MIPS

2015-08-11 Thread 63877278 at qq dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180 Bug ID: 67180 Summary: Gccgo does not support MIPS Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee

[Bug tree-optimization/66828] [5/6 Regression] gcc/tree-ssa-math-opts.c:2182:38: runtime error: left shift of 72057594037927936 by 8 places cannot be represented in type 'long int'

2015-08-11 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66828 --- Comment #12 from Thomas Preud'homme --- Author: thopre01 Date: Tue Aug 11 07:58:07 2015 New Revision: 226775 URL: https://gcc.gnu.org/viewcvs?rev=226775&root=gcc&view=rev Log: 2015-08-11 Thomas Preud'homme Backport from mainline

[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread 63877278 at qq dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180 --- Comment #1 from tsuibin <63877278 at qq dot com> --- I added MIPS support to gccgo. But I don't know how to submit a patch to gccgo My code is here : https://github.com/tsuibin/libgo_mips_elf_support/blob/master/libgo_mips_elf_support.patch

[Bug tree-optimization/66828] [5/6 Regression] gcc/tree-ssa-math-opts.c:2182:38: runtime error: left shift of 72057594037927936 by 8 places cannot be represented in type 'long int'

2015-08-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66828 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/67172] [5/6 regression] i686-w64-mingw32 dwarf2 bootstrap fails with undefined reference to __EH_FRAME_BEGIN__

2015-08-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67172 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.3

[Bug fortran/67171] [6 regression] sourced allocation

2015-08-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67171 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0 Summary|[6.0 regression]

[Bug regression/67181] New: wrong dependence may cause runtime bug on some target with vliw

2015-08-11 Thread zhongyunde at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67181 Bug ID: 67181 Summary: wrong dependence may cause runtime bug on some target with vliw Product: gcc Version: 4.9.4 Status: UNCONFIRMED Severity: normal

[Bug c/67167] cilkplus vectorization problems

2015-08-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67167 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug fortran/67170] PRE can't hoist out a readonly argument

2015-08-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67170 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/67182] New: Initialising map with disabled copy elision yields unexpected results.

2015-08-11 Thread vrgo at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67182 Bug ID: 67182 Summary: Initialising map with disabled copy elision yields unexpected results. Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/67175] gcc.dg/vect/trapv-vect-reduc-4.c FAILs

2015-08-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67175 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from vries at gcc dot gnu.org --- > Created attachment 36164 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36164&action=edit > tentative patch > > Does this patc

[Bug fortran/66911] ICE on allocate character with source as a derived type component

2015-08-11 Thread pascal22p at parois dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66911 --- Comment #6 from Pascal --- Hi, Yes, sorry. I did not state the expected output which is: s:"tt" derived:"tt"

[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug c++/67183] New: Darwin stub vs. non_lazy pointer ordering incompatible with clang assembler.

2015-08-11 Thread jay.krell at cornell dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67183 Bug ID: 67183 Summary: Darwin stub vs. non_lazy pointer ordering incompatible with clang assembler. Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: no

[Bug c++/65255] std::thread does not work for cross compiling on ARM

2015-08-11 Thread yyc1992 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65255 --- Comment #6 from Yichao Yu --- Adding `-march=armv7-a` indeed fixes the issue. Thanks. Does this mean that `std::thread` is not supported on armv6? Would be nice to have a warning/error if it is possible to detect this. FWIW, `clang -march=a

[Bug tree-optimization/66799] [6 regression] gcc.dg/vect/pr20122.c FAILs

2015-08-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66799 --- Comment #2 from Rainer Orth --- Created attachment 36168 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36168&action=edit pr20122.c.133t.vect dump Sorry for the long delay. Dump attached. I happened to do the reghunt on i386-pc-solar

[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180 --- Comment #3 from Ian Lance Taylor --- Actually, the master sources for gccgo live in a separate repository. The contribution instructions are at https://golang.org/doc/gccgo_contribute.html. Thanks!

[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180 --- Comment #4 from Ian Lance Taylor --- I should add that the files you are changing, in the debug/elf package, are themselves a copy of the files in the master Go repository. It would be very helpful if you could submit a patch for that, follo

[Bug libstdc++/66006] [6 regression] abi_check FAILs

2015-08-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66006 --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE --- > I have no idea what's going on here: those symbols are in the gcc 5 > libstdc++.so > already, no idea why they are considered incompatible. I see now what's going on here: the two symb

[Bug c/66098] [5/6 regression] #pragma diagnostic 'ignored' not fully undone by pop for strict-overflow

2015-08-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66098 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic Target Milestone|---

[Bug c/66098] [5/6 regression] #pragma diagnostic 'ignored' not fully undone by pop for strict-overflow

2015-08-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66098 --- Comment #4 from Manuel López-Ibáñez --- Author: manu Date: Tue Aug 11 13:34:00 2015 New Revision: 226780 URL: https://gcc.gnu.org/viewcvs?rev=226780&root=gcc&view=rev Log: gcc/ChangeLog: 2015-08-11 Manuel López-Ibáñez PR c/66098

[Bug c/66711] GCC does not correctly restore diagnostic state after pragma GCC diagnostic pop with -Werror

2015-08-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66711 --- Comment #3 from Manuel López-Ibáñez --- Author: manu Date: Tue Aug 11 13:34:00 2015 New Revision: 226780 URL: https://gcc.gnu.org/viewcvs?rev=226780&root=gcc&view=rev Log: gcc/ChangeLog: 2015-08-11 Manuel López-Ibáñez PR c/66098

[Bug c/66098] [5 regression] #pragma diagnostic 'ignored' not fully undone by pop for strict-overflow

2015-08-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66098 Manuel López-Ibáñez changed: What|Removed |Added Summary|[5/6 regression] #pragma|[5 regression] #pragma

[Bug sanitizer/67136] sanitizer reports "member access within null pointer" for correct C++ code

2015-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67136 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/54089] [SH] Refactor shift patterns

2015-08-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #40 from Oleg Endo --- (In reply to Rich Felker from comment #39) > Oleg, do you have rights under your copyright assignment agreement to > dual-license the libgcc part of the patch under GPLv2 so it could be > included in the kernel,

[Bug target/58219] [SH] mov.l insn length is wrong on SH2A

2015-08-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58219 --- Comment #1 from Oleg Endo --- The same applies to FP loads/stores, as this example shows: float* test_func_00 (float* p, float* x) { float r = 0; r += *p++; r += *p++; *x = r; return p; } fmov.s @r4+,fr2 ! 7 movsf_ie/6

[Bug sanitizer/66908] Uninitialized variable when compiled with UBsan

2015-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66908 --- Comment #16 from Marek Polacek --- Author: mpolacek Date: Tue Aug 11 15:46:56 2015 New Revision: 226782 URL: https://gcc.gnu.org/viewcvs?rev=226782&root=gcc&view=rev Log: PR sanitizer/66908 * c-ubsan.c: Include gimplify.h.

[Bug sanitizer/67136] sanitizer reports "member access within null pointer" for correct C++ code

2015-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67136 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2015-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/67146] Wchkp is not documented in invoke.texi

2015-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67146 Marek Polacek changed: What|Removed |Added Keywords||documentation Status|UNCONFI

[Bug c/67132] gcc -D__WCHAR_TYPE__='unsigned int' should not complain about built-in types redefined

2015-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67132 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug libgomp/67141] wrong libgomp mutex initialisation order

2015-08-11 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141 xantares09 at hotmail dot com changed: What|Removed |Added CC||xantares09 at hotmail dot

[Bug tree-optimization/67153] [5/6 Regression] integer optimizations 53% slower than std::bitset<>

2015-08-11 Thread ncm at cantrip dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 --- Comment #6 from ncm at cantrip dot org --- It seems worth adding that the same failure occurs without "-march=native".

[Bug target/67004] valgrind error in recog_memoized & shorten_branches

2015-08-11 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67004 Uroš Bizjak changed: What|Removed |Added Target||x86 Status|NEW

[Bug c++/67184] New: Missed optimization with C++11 final specifier

2015-08-11 Thread gpderetta at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67184 Bug ID: 67184 Summary: Missed optimization with C++11 final specifier Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Componen

[Bug target/66954] function multiversioning fails for target "aes"

2015-08-11 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66954 --- Comment #4 from uros at gcc dot gnu.org --- Author: uros Date: Tue Aug 11 17:53:41 2015 New Revision: 226784 URL: https://gcc.gnu.org/viewcvs?rev=226784&root=gcc&view=rev Log: libgcc/ChangeLog: PR target/66954 * config/i386/c

[Bug c++/65255] std::thread does not work for cross compiling on ARM

2015-08-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65255 --- Comment #7 from Jonathan Wakely --- It's supported fine, but you need to compile your code that uses std::thread so it is compatible with the libstdc++.so library you link to. If libstdc++ is compiled to use atomic operations in shared_ptr t

[Bug c++/67185] New: [concepts] Link error on ODR-use of constexpr constrained variable template partial specialization

2015-08-11 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67185 Bug ID: 67185 Summary: [concepts] Link error on ODR-use of constexpr constrained variable template partial specialization Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug c++/65255] std::thread does not work for cross compiling on ARM

2015-08-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65255 --- Comment #8 from Jonathan Wakely --- I have a patch for std::thread which would mean it doesn't use shared_ptr, so this wouldn't be a problem even if you don't use the same arm version.

[Bug c++/65255] std::thread does not work for cross compiling on ARM

2015-08-11 Thread yyc1992 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65255 Yichao Yu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67184] Missed optimization with C++11 final specifier

2015-08-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67184 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/67153] [5/6 Regression] integer optimizations 53% slower than std::bitset<>

2015-08-11 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 --- Comment #7 from Uroš Bizjak --- (In reply to ncm from comment #6) > It seems worth adding that the same failure occurs without "-march=native". Can you experiment a bit with -mno-bmi and/or -mno-bmi2 compile options?

[Bug tree-optimization/67153] [5/6 Regression] integer optimizations 53% slower than std::bitset<>

2015-08-11 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 --- Comment #8 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #7) > Can you experiment a bit with -mno-bmi and/or -mno-bmi2 compile options? Also, perf is able to record execution profiles, it will help you find hot spots.

[Bug middle-end/66565] Problems and limitation GCC cost metrics and ways to improve the situation

2015-08-11 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66565 --- Comment #2 from David Edelsohn --- The high-level consensus at the GNU Cauldron 2015 GCC Cost Model BoF is: 1) Create gimple_costs() instead of creating potentially invalid fragments to query rtx_costs(). 2) Cost models can utilize GCC Pass

[Bug target/29256] [4.9/5/6 regression] loop performance regression

2015-08-11 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29256 --- Comment #56 from Bill Schmidt --- (In reply to Bill Schmidt from comment #53) > I'm not a fan of a tree-level unroller. It's impossible to make good > decisions about unroll factors that early. But your second approach sounds > quite promis

[Bug middle-end/60586] [Cilk+] Parameters evaluation happens inside spawn worker

2015-08-11 Thread arch.robison at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60586 Arch D. Robison changed: What|Removed |Added CC||arch.robison at hotmail dot com --- Co

[Bug target/54089] [SH] Refactor shift patterns

2015-08-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug c/57157] Poor optimization of portable rotate idiom

2015-08-11 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57157 Jeffrey Walton changed: What|Removed |Added CC||noloader at gmail dot com --- Comment #

[Bug other/67186] New: Libiberty fails to demangle C++ function name if clone suffix contains digit

2015-08-11 Thread warieth at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67186 Bug ID: 67186 Summary: Libiberty fails to demangle C++ function name if clone suffix contains digit Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: mi

[Bug other/67186] Libiberty fails to demangle C++ function name if clone suffix contains digit

2015-08-11 Thread warieth at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67186 --- Comment #1 from David Kovacs --- Created attachment 36173 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36173&action=edit test case

[Bug c/67132] gcc -D__WCHAR_TYPE__='unsigned int' should not complain about built-in types redefined

2015-08-11 Thread giacomo at tesio dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67132 --- Comment #2 from Giacomo Tesio --- The warning about signedness if perfectly fine. What I'd like to be able to do (without warnings) is to redefine tree built-in types and constants at the command line. Since it already works, the only issue

[Bug target/54089] [SH] Refactor shift patterns

2015-08-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #42 from Oleg Endo --- (In reply to Segher Boessenkool from comment #41) > On the other hand, there are quite a few archs (more modern ones > mostly) where the Linux kernel uses the real libgcc. If this is the case (could you please

[Bug target/54089] [SH] Refactor shift patterns

2015-08-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #43 from Segher Boessenkool --- The archs that already use the real libgcc are arc, cris, hexagon, m32r, nios2, openrisc, parisc, xtensa. grep -w LIBGCC ~/src/kernel/arch/*/Makefile

[Bug driver/67187] New: Not able to build GMP for Mac OS Yosemite

2015-08-11 Thread jai.sharma3521 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67187 Bug ID: 67187 Summary: Not able to build GMP for Mac OS Yosemite Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component: driver

[Bug driver/67187] Not able to build GMP for Mac OS Yosemite

2015-08-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67187 Marc Glisse changed: What|Removed |Added Severity|major |normal --- Comment #1 from Marc Glisse --

[Bug testsuite/67175] gcc.dg/vect/trapv-vect-reduc-4.c FAILs

2015-08-11 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67175 --- Comment #3 from vries at gcc dot gnu.org --- Author: vries Date: Wed Aug 12 05:50:55 2015 New Revision: 226800 URL: https://gcc.gnu.org/viewcvs?rev=226800&root=gcc&view=rev Log: Fix vect/trapv-vect-reduc-4.c for sparc 2015-08-12 Tom de Vrie

[Bug driver/67187] Not able to build GMP for Mac OS Yosemite

2015-08-11 Thread jai.sharma3521 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67187 Jai changed: What|Removed |Added Version|unknown |5.1.0 --- Comment #2 from Jai --- (In reply to Ma

[Bug driver/67187] Not able to build GMP for Mac OS Yosemite

2015-08-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67187 --- Comment #3 from Marc Glisse --- (In reply to Jai from comment #2) > I am talking about this [snip wall of text with some warnings but no error as far as I can see] > How to remove this issue? Again, what issue?

[Bug driver/67187] Not able to build GMP for Mac OS Yosemite

2015-08-11 Thread jai.sharma3521 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67187 --- Comment #4 from Jai --- Created attachment 36175 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36175&action=edit Config file While building GMP6.0.0 Attached is the config while when I try to build GMP.There is Clang Error.

[Bug testsuite/67175] gcc.dg/vect/trapv-vect-reduc-4.c FAILs

2015-08-11 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67175 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug testsuite/67175] gcc.dg/vect/trapv-vect-reduc-4.c FAILs

2015-08-11 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67175 --- Comment #4 from vries at gcc dot gnu.org --- (In reply to r...@cebitec.uni-bielefeld.de from comment #2) > I just wonder if it wouldn't be better to skip part of > the test based on some target property rather than target triplet. > Submitt

[Bug driver/67187] Not able to build GMP for Mac OS Yosemite

2015-08-11 Thread jai.sharma3521 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67187 --- Comment #5 from Jai --- (In reply to Marc Glisse from comment #3) > (In reply to Jai from comment #2) > > I am talking about this > > [snip wall of text with some warnings but no error as far as I can see] > > > How to remove this issue? >

[Bug driver/67187] Not able to build GMP for Mac OS Yosemite

2015-08-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67187 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67183] Darwin stub vs. non_lazy pointer ordering incompatible with clang assembler.

2015-08-11 Thread jay.krell at cornell dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67183 --- Comment #1 from Jay --- It turns out, this looks easy to "fix" on the gcc side. See machopic_finish. Have it run two traversla instead of one. The first editing stubs, the second non-lazy pointers.