[Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978

2012-12-07 Thread howarth at bromo dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 --- Comment #22 from howarth at bromo dot med.uc.edu 2012-12-07 14:53:27 UTC --- On Fri, Dec 07, 2012 at 01:50:40PM +, dominiq at lps dot ens.fr wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 > > --- Comm

[Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978

2012-10-27 Thread howarth at bromo dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 --- Comment #16 from howarth at bromo dot med.uc.edu 2012-10-27 16:34:19 UTC --- On Sat, Oct 27, 2012 at 11:31:10AM +, iains at gcc dot gnu.org wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 > > --- Comm

[Bug libffi/64572] New: r219477 breaks bootstrap on x86_64 darwin

2015-01-12 Thread howarth at bromo dot med.uc.edu
Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu The commit of... r219477 | rth | 2015-01-12 11:19:59 -0500 (Mon, 12 Jan 2015) | 1 line Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16 breaks the bootstrap on x86_64

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-12 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #1 from howarth at bromo dot med.uc.edu --- Observed with... ../gcc-5-20150112/configure --prefix=/sw --prefix=/sw/lib/gcc5.0 --mandir=/sw/share/man --infodir=/sw/lib/gcc5.0/info --enable-languages=c,c++,fortran,lto,objc,obj-c++,java

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-12 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #3 from howarth at bromo dot med.uc.edu --- (In reply to Richard Henderson from comment #2) > At the bottom of libffi/configure.host, try > > X86_64_DARWIN) > SOURCES="darwin64_c.c darwin64.S" &

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-12 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #4 from howarth at bromo dot med.uc.edu --- The same failures are seen in the libffi test suite at -m32 and -m64. The first failure appears as... ./cls_align_complex_float.exe 48 0.00,-0.00i 255 0 0.00,0.00i 0: 48

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-12 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #7 from howarth at bromo dot med.uc.edu --- (In reply to Richard Henderson from comment #6) > Created attachment 34432 [details] > proposed patch > > Should fix both the original report and the testsuite failures. Confir

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-13 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #10 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #8) I tested with a brute force 'make -k check' in both /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darw

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-13 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #11 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #8) I can confirm these now. Executing 'make -k check' in /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-da

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-14 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #13 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #8) > > === libffi Summary for unix/-m32 === > > # of expected passes 1870 > # of unexpected fai

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-14 Thread howarth at bromo dot med.uc.edu
t matter. One of you folk that actually have darwin are going to have to debug this. --- Comment #20 from howarth at bromo dot med.uc.edu --- So currently what we have in libffi is a merge from upstream for everyone but darwin which has selective files back ported from the prior release. So t

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-14 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #21 from howarth at bromo dot med.uc.edu --- One potential issue could be that src/x86/ffitarget.h has changed FFI_TRAMPOLINE_SIZE from 10 to 12 for X86_DARWIN which is used in darwin.S... #define RAW_CLOSURE_CIF_OFFSET

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-15 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #22 from howarth at bromo dot med.uc.edu --- I did a quick and dirty test in the i386/libffi build directory of rebuilding and rerunning make check as I reverted each source file and header being compiled on darwin to the pre-r184997

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-15 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #23 from howarth at bromo dot med.uc.edu --- The failures in Comment 8 at -m32 on x86_64 darwin appear to be eliminated with this change... Index: libffi/include/ffi.h.in

[Bug libffi/64572] r219477 breaks bootstrap on x86_64 darwin

2015-01-15 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64572 --- Comment #26 from howarth at bromo dot med.uc.edu --- (In reply to Richard Henderson from comment #25) Thanks for applying the fix to trunk. FYI, the current state of libffi head on x86_64-apple-darwin14 is described in... https

[Bug libgomp/64625] New: ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-15 Thread howarth at bromo dot med.uc.edu
Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu CC: jakub at gcc dot gnu.org At r219700, the libgomp test suite now shows 936 new unexpected failures at both -m32 and -m64. The failures are all

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-15 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #1 from howarth at bromo dot med.uc.edu --- Current gcc trunk on x86_64 Fedora 15 produces... $ nm e.50.1.o | grep OFF w __OFFLOAD_TABLE__ for the same testcase.

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #5 from howarth at bromo dot med.uc.edu --- Does this imply that significant chunks of dead code exists in this merge?

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #6 from howarth at bromo dot med.uc.edu --- The code producing this problematic symbol appears to be... /* Holds a decl for __OFFLOAD_TABLE__. */ static GTY(()) tree offload_symbol_decl; /* Get the __OFFLOAD_TABLE__ symbol

[Bug libgomp/64635] New: darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-16 Thread howarth at bromo dot med.uc.edu
Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu CC: jakub at gcc dot gnu.org While trying to hack around libgomp/64625, I discovered that darwin

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #1 from howarth at bromo dot med.uc.edu --- The problem code is... static void gomp_target_init (void) { const char *prefix ="libgomp-plugin-"; const char *suffix = ".so.1"; in libgomp/target.c which will nee

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #2 from howarth at bromo dot med.uc.edu --- Oddly, with the proposed patch... https://gcc.gnu.org/ml/gcc-patches/2015-01/msg01479.html the test suite shows the expected loading problem but doesn't report those as execution fai

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-17 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #3 from howarth at bromo dot med.uc.edu --- The minimal fix would be... Index: libgomp/configure.tgt === --- libgomp/configure.tgt (revision 219800) +++ libgomp

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-17 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #5 from howarth at bromo dot med.uc.edu --- Created attachment 34469 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34469&action=edit proposed fix for plugin suffix Bootstrap and libgomp regression tested on x86_6

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #10 from howarth at bromo dot med.uc.edu --- (In reply to David Edelsohn from comment #9) > Locally reverting the creation of offload_table may avoid the reference to > the undefined symbol as a workaround to get sane tes

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #11 from howarth at bromo dot med.uc.edu --- (In reply to David Edelsohn from comment #9) Also, could you confirm the exact filename you are getting for the libgomp-plugin-host_nonshm shared library on AIX (e.g, is the suffix .1.a or

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #9 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #8) Reverting to a clean tree at r219824 and reapplying... https://gcc.gnu.org/bugzilla/attachment.cgi?id=34469 https://gcc.gnu.org/m

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #10 from howarth at bromo dot med.uc.edu --- The test cases showing up as unsupported here are actually aborting... % fsf-gdb ./acc_on_device-1.exe Program received signal SIGABRT, Aborted. 0x9b91069a in __pthread_kill () from

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #12 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #11) I tried another bootstrap with the addition of --enable-lto (most of the buildbots seem to just use the lto language for that) and i

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #13 from howarth at bromo dot med.uc.edu --- Created attachment 34480 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34480&action=edit proposed fix with aix support added

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-19 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #15 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #14) > > With the attached patch at > > https://gcc.gnu.org/bugzilla/attachment.cgi?id=34469 > > and the patch at htt

[Bug testsuite/64673] New: libgomp missing unsupported tests at -m32/-m64

2015-01-19 Thread howarth at bromo dot med.uc.edu
: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu The summary output from the libgomp testsuite doesn't properly report the number of unsupported tests === libgomp Summary for unix/-m32 === # of expected passes

[Bug testsuite/64673] libgomp missing unsupported tests at -m32/-m64

2015-01-19 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64673 --- Comment #1 from howarth at bromo dot med.uc.edu --- Seen on x86_64-unknown-linux-gnu and on x86_64 darwin (with https://gcc.gnu.org/bugzilla/attachment.cgi?id=34480).

[Bug libgomp/64672] ICEs in libgomp.oacc-fortran when using the '-g -flto' options in the test suite.

2015-01-19 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64672 --- Comment #2 from howarth at bromo dot med.uc.edu --- Created attachment 34489 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34489&action=edit minimal testcase to produce ICE on linux and darwin

[Bug libgomp/64672] ICEs in libgomp.oacc-fortran when using the '-g -flto' options in the test suite.

2015-01-19 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64672 --- Comment #3 from howarth at bromo dot med.uc.edu --- The attached reduced test case reproduces the ICE with... $ ~/dist/bin/gfortran -fopenacc -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 -g -flto asyncwait-1.f90 lto1: internal compiler

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-21 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #17 from howarth at bromo dot med.uc.edu --- Are any of the libgomp maintainers or Thomas going submit some variation on the proposed patch to gcc-patches? Stock gcc trunk is still showing... === libgomp Summary === # of

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #7 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #6) > > The only FE change among those is r219973. > > And indeed if I revert it, the ICE disappears. Do you see the regress

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #9 from howarth at bromo dot med.uc.edu --- My mistake, I thought FX wasn't showing the errors.

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #10 from howarth at bromo dot med.uc.edu --- This ICE for "FAIL: g++.dg/torture/darwin-cfstring-3.C -O0" backtraces as... % lldb /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/g++/../../cc1plus (lldb) tar

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #12 from howarth at bromo dot med.uc.edu --- (In reply to Jason Merrill from comment #11) > This seems to be because darwin_build_constant_cfstring uses CONST_DECL for > a global variable, and the C++ front end expects CONST_D

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-23 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #16 from howarth at bromo dot med.uc.edu --- (In reply to Jason Merrill from comment #15) > Should be fixed now. Confirmed on x86_64-apple-darwin14 with... make -k check RUNTESTFLAGS="dg-torture.exp=darwin-cfst

[Bug ipa/64776] FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_64-apple-darwin14

2015-01-24 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64776 --- Comment #1 from howarth at bromo dot med.uc.edu --- Backtraces as... % lldb /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/cc1 (lldb) target create "/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gc

[Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms after r218964.

2015-01-24 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 --- Comment #17 from howarth at bromo dot med.uc.edu --- For the failure of the 22_locale/locale/cons/6.cc execution test on darwin14, it traces as... % fsf-gdb ./11.exe GNU gdb (GDB

[Bug libstdc++/64797] 22_locale/conversions/string/2.cc FAILs

2015-01-26 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug libstdc++/64813] New: 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEsA

2015-01-26 Thread howarth at bromo dot med.uc.edu
: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu The following test cases ICE the compiler at r220143 on x85_64-apple-darwin14... FAIL: 23_containers/unordered_map/requirements

[Bug libstdc++/64813] 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEsA

2015-01-26 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64813 --- Comment #1 from howarth at bromo dot med.uc.edu --- This backtraces as... % lldb /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./gcc/cc1plus (lldb) target create "/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./gcc/cc

[Bug libstdc++/64797] 22_locale/conversions/string/2.cc FAILs

2015-01-26 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 --- Comment #2 from howarth at bromo dot med.uc.edu --- Created attachment 34587 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34587&action=edit Trace in lldb of failing -m32 testcase of 22_locale/conversions/string/2.cc on x86_6

[Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms after r218964.

2015-01-26 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 --- Comment #20 from howarth at bromo dot med.uc.edu --- (In reply to Jonathan Wakely from comment #19) > r220143 should fix a lot of these failures, I'll check the testresults to > see what remains. On x86_64-apple-darwin14, the f

[Bug libstdc++/64813] 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEs

2015-01-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64813 --- Comment #5 from howarth at bromo dot med.uc.edu --- (In reply to Jonathan Wakely from comment #4) > (In reply to Dominique d'Humieres from comment #3) > > Revision r219696 is OK, r219776 gives the ICE, likely r219737. > >

[Bug libstdc++/64797] 22_locale/conversions/string/2.cc FAILs

2015-01-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 --- Comment #3 from howarth at bromo dot med.uc.edu --- Still present at r220189 on x86_64-apple-darwin14.

[Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms after r218964.

2015-01-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 --- Comment #29 from howarth at bromo dot med.uc.edu --- (In reply to Jonathan Wakely from comment #28) > Let's close this then, and I'll deal with the PRs for the remaining failures. Down to just... FAIL: 22_locale/conversion

[Bug libgomp/64840] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test

2015-01-28 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-28 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #18 from howarth at bromo dot med.uc.edu --- Created attachment 34609 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34609&action=edit proposed fix with aix and hpux support added Add support to handle hpux suffix nomenclature.

[Bug libgomp/64840] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test

2015-01-28 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840 --- Comment #5 from howarth at bromo dot med.uc.edu --- (In reply to dave.anglin from comment #4) > On 2015-01-28 10:34 AM, dominiq at lps dot ens.fr wrote: > > Similar to (dup of) pr64635? > Search wasn't working for me this mor

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-28 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #20 from howarth at bromo dot med.uc.edu --- Created attachment 34610 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34610&action=edit proposed fix with aix and hpux support added and changelog

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-28 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #21 from howarth at bromo dot med.uc.edu --- Can someone please take this patch over and add the necessary license comments for the new files? Thanks in advance.

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-28 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #23 from howarth at bromo dot med.uc.edu --- Patch posted at https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02536.html.

[Bug libffi/64855] FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* -DABI_ATTR=* execution test on x86_64-apple-darwin*

2015-01-29 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64855 --- Comment #3 from howarth at bromo dot med.uc.edu --- FYI, I reported struct5.exe execution failures upstream earlier in the thread... https://sourceware.org/ml/libffi-discuss/2015/msg00019.html https://sourceware.org/ml/libffi-discuss/2015

[Bug libffi/64855] FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* -DABI_ATTR=* execution test on x86_64-apple-darwin*

2015-01-29 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64855 --- Comment #5 from howarth at bromo dot med.uc.edu --- Confirmed on x86_64-apple-darwin14 that... Index: libffi/testsuite/lib/libffi.exp === --- libffi/testsuite/lib/libffi.exp

[Bug libffi/64855] FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* -DABI_ATTR=* execution test on x86_64-apple-darwin*

2015-01-29 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64855 --- Comment #6 from howarth at bromo dot med.uc.edu --- Patch posted at https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02664.html.

[Bug libstdc++/64797] 22_locale/conversions/string/2.cc FAILs

2015-01-30 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 --- Comment #5 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #4) > The test has been introduced at r219780. The first failure I see is for > r219808 (the previous tested revision is r219776). I

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14

2015-01-31 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #8 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #7) Certainly getting the current GCC manual in sync with this new restriction and emitting a clear warning in the gcc 5.0 release compiler would get

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14

2015-01-31 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #11 from howarth at bromo dot med.uc.edu --- What is so dangerous about just using... Index: fixincludes/inclhack.def === --- fixincludes/inclhack.def(revision

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14

2015-01-31 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #12 from howarth at bromo dot med.uc.edu --- (In reply to howarth from comment #11) A fixincludes doesn't solve the problem as the libstdc++ test suite doesn't seem to use those fixed headers.

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14

2015-02-02 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #24 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #19) Confirmed that this patch eliminates the regressions for... make -k check RUNTESTFLAGS="conformance.exp=17_intro/headers/c++*/all_attribut

[Bug ipa/64813] [5 Regression] 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEs

2015-02-05 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64813 --- Comment #15 from howarth at bromo dot med.uc.edu --- (In reply to Martin Liška from comment #12) > I'been testing patch that does not create retval and return gimple statement. Any updates on the testing?

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #1 from howarth at bromo dot med.uc.edu --- Author: hubicka Date: Sun Feb 8 21:08:44 2015 New Revision: 220521 URL: https://gcc.gnu.org/viewcvs?rev=220521&root=gcc&view=rev Log: PR ipa/63566 * ipa-visibility.c (cgr

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #2 from howarth at bromo dot med.uc.edu --- Actually reverting... Author: hubicka Date: Sun Feb 8 21:04:41 2015 New Revision: 220520 URL: https://gcc.gnu.org/viewcvs?rev=220520&root=gcc&view=rev Log: PR ipa/63566

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #6 from howarth at bromo dot med.uc.edu --- (In reply to Jan Hubicka from comment #5) > Possible fix posted at > https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00566.html > Does it fix the ICEs and keeps the diagnostics san

[Bug target/60563] FAIL: g++.dg/ext/sync-4.C on *-apple-darwin*

2015-02-11 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60563 --- Comment #11 from howarth at bromo dot med.uc.edu --- (In reply to howarth from comment #10) > (In reply to Iain Sandoe from comment #9) > > sadly, this seems to be a ld64 bug - present when using uncompressed EH > > (which is

[Bug sanitizer/62132] [5 Regression] FAIL: c-c++-common/asan/misalign-[12].c after r213807 on x86_64-apple-darwin13 with -m32

2015-02-13 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62132 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14

2015-02-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #25 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #19) Are we going with this fix? If so. please post it to gcc-patches with a ChangeLog.

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14

2015-02-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #27 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #26) > (In reply to howarth from comment #25) > > (In reply to Iain Sandoe from comment #19) > > > > Are we going with this fix?

[Bug bootstrap/48009] Bootstrap failure: c++locale.cc: invalid conversion from 'const char*' to 'char*'

2015-02-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48009 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug bootstrap/48009] Bootstrap failure: c++locale.cc: invalid conversion from 'const char*' to 'char*'

2015-02-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48009 --- Comment #15 from howarth at bromo dot med.uc.edu --- What autogen release was used to generate the newly committed fixincl.x? I recently updated our autogen in fink to 5.18.4 because I discovered that 5.18.2 was producing broken fixincl.x

[Bug bootstrap/48009] Bootstrap failure: c++locale.cc: invalid conversion from 'const char*' to 'char*'

2015-02-16 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48009 --- Comment #16 from howarth at bromo dot med.uc.edu --- (In reply to David Edelsohn from comment #12) > Author: dje > Date: Mon Feb 16 15:19:20 2015 > New Revision: 220736 > > URL: https://gcc.gnu.org/viewcvs?rev=220736&root

[Bug tree-optimization/65084] Lack of type narrowing/widening inhibits good vectorization

2015-02-17 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65084 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug testsuite/64983] Incomplete summary when regtesting with dejagnu 1.5.2.

2015-02-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64983 --- Comment #2 from howarth at bromo dot med.uc.edu --- I am not seeing identical g++.log's being created here from dejagnu 1.5.1 and 1.5.2 on x86_64-apple-darwin14 with separate runs of... make -k check RUNTESTFLAGS="--target_board=

[Bug testsuite/64983] Incomplete summary when regtesting with dejagnu 1.5.2.

2015-02-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64983 --- Comment #4 from howarth at bromo dot med.uc.edu --- FYI, I posted this to http://lists.gnu.org/archive/html/bug-dejagnu/2015-02/msg1.html and emailed Ben Elliston the g++.log files generated under dejagnu 1.5.1 and 1.5.2.

[Bug bootstrap/65150] New: bootstrap failure at r220878 on x86_64 darwin

2015-02-20 Thread howarth at bromo dot med.uc.edu
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu Current gcc trunk at r220878 fails to bootstrap on x86_64-apple-darwin14 with the error... /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./prev-gcc/xg++ -B/sw/src/fink.build/gcc50-5.0.0

[Bug bootstrap/65150] bootstrap failure at r220878 on x86_64 darwin

2015-02-20 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150 --- Comment #1 from howarth at bromo dot med.uc.edu --- Failed for bootstrap using... ../gcc-5-20150220/configure --prefix=/sw --prefix=/sw/lib/gcc5.0 --mandir=/sw/share/man --infodir=/sw/lib/gcc5.0/info --enable-languages=c,c++,fortran,lto

[Bug bootstrap/65150] bootstrap failure at r220878 on x86_64 darwin

2015-02-20 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150 --- Comment #2 from howarth at bromo dot med.uc.edu --- Caused by... r220875 | jakub | 2015-02-20 11:44:37 -0500 (Fri, 20 Feb 2015) | 8 lines PR target/63892 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->d

[Bug bootstrap/65150] bootstrap failure at r220878 on x86_64 darwin

2015-02-20 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150 --- Comment #3 from howarth at bromo dot med.uc.edu --- Also verified that r220886 bootstraps fine on x86_64-apple-darwin14 with r220875 reverted.

[Bug target/63892] [5 Regression] gcc.dg/sibcall-3.c fails on darwin with -m32

2015-02-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63892 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug bootstrap/65150] [5 Regression] r220875 causes bootstrap failure on x86_64 darwin

2015-02-23 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150 --- Comment #10 from howarth at bromo dot med.uc.edu --- (In reply to Jakub Jelinek from comment #9) What about the significance (if any) of the observed regressions introduced by the patch proposed in Comment 6?

[Bug bootstrap/65150] [5 Regression] r220875 causes bootstrap failure on x86_64 darwin

2015-02-24 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150 --- Comment #15 from howarth at bromo dot med.uc.edu --- (In reply to Iain Sandoe from comment #14) > FWIW, LGTM (with suitable guards added to the tests for the target alias > support). > (I cannot officially approve of course ;) ) >

[Bug bootstrap/65150] [5 Regression] r220875 causes bootstrap failure on x86_64 darwin

2015-02-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150 --- Comment #25 from howarth at bromo dot med.uc.edu --- Bootstrap completed at r221041 on x86_64-apple-darwin14 for c,c++,fortran,lto,objc,obj-c++,java language set.

[Bug ipa/65237] [5 Regression] r221040 caused many regressions

2015-02-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug c/65244] Bogus -Wmaybe-uninitialized warning with posix_memalign() and -Og

2015-02-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65244 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug c/65244] Bogus -Wmaybe-uninitialized warning with posix_memalign() and -Og

2015-02-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65244 --- Comment #8 from howarth at bromo dot med.uc.edu --- I wonder if this is the same issue as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63748 which was fixed in trunk by r217317... 2014-11-10 Patrick Palka gcc/ PR middle-end/63748

[Bug c/65244] Bogus -Wmaybe-uninitialized warning with posix_memalign() and -Og

2015-02-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65244 --- Comment #12 from howarth at bromo dot med.uc.edu --- The issue also exists in current gcc-4_9-branch but applying r217317 doesn't eliminate it there.

[Bug other/65254] New: libiberty produces using extended field designator is an extension warnings in clang

2015-02-28 Thread howarth at bromo dot med.uc.edu
Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu The simple-object-xcoff.c file in libiberty produces a number of warnings of the form... ./../../gcc-5-20150228/libiberty/simple-object

[Bug target/63890] [4.9/5 regression] Compiling trivial program with -O -p leads to misaligned stack

2015-03-01 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63890 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug ipa/65270] [5 regression] ICF needs to match TYPE attributes on memory accesses

2015-03-03 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug libstdc++/64797] 22_locale/conversions/string/2.cc FAILs

2015-03-03 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 --- Comment #7 from howarth at bromo dot med.uc.edu --- (In reply to Jonathan Wakely from comment #6) > I think this is probably a bug in the test. I was expecting "Stop\\xff\\xff" > to cause a conversion error, but it is succes

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug libstdc++/64797] 22_locale/conversions/string/2.cc FAILs

2015-03-04 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 --- Comment #11 from howarth at bromo dot med.uc.edu --- Confirmed that the libstdc++ test suite now shows no regressions on x86_64-apple-darwin14.

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-05 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #11 from howarth at bromo dot med.uc.edu --- I see no problems here on darwin13.4.0 (with mpc-1.0.2, gmp-6.0.0a, mpfr-3.1.2, isl-0.12.2 and cloog-0.18.2 present in the gcc-4_9-branch svn tree as mpc, gmp, mpfr, isl and cloog) using

[Bug pch/61250] Random pch failures on x86_64-apple-darwin1(3|4).

2015-03-07 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61250 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug debug/63572] [5 Regression] ICF breaks user debugging experience

2015-03-19 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63572 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

  1   2   3   >