[Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special

2010-08-27 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-08-27 09:53 --- Wow, could this be checked for earlier? It goes a long way before erroring. Thanks. I'll try again with bash. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45322

[Bug libstdc++/45347] concurrence.h: In constructor '__gnu_cxx::__cond::__cond()': /home/jayk/obj/gcc451/alphaev67-dec-osf5.1/libstdc++-v3/include/ext/concurrence.h:276:29: warning: missing initialize

2010-08-23 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-08-23 11:26 --- This is building libstdc++ 4.5.1. You can sort of tell from the path. I build in "obj". I don't install to "obj". The bootstrap compiler might have been 4.5.0. I can do it again wit

[Bug libgcj/45377] New: java-signal.h warning: declaration 'class java::lang::Throwable' does not declare anything

2010-08-22 Thread jay dot krell at cornell dot edu
java::lang::Throwable' does not declare anything Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krel

[Bug bootstrap/45372] warning coverage.c assigns -1 to unsigned, suggest -1u

2010-08-22 Thread jay dot krell at cornell dot edu
--- Comment #3 from jay dot krell at cornell dot edu 2010-08-22 08:56 --- Best imho to put in the cast to quash the warning. To be warning free -- esp. given how close you already are. Sometimes I think warning-free across a range of compilers is untenable. But you are in fact already

[Bug bootstrap/45372] warning coverage.c assigns -1 to unsigned, suggest -1u

2010-08-21 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-08-21 22:13 --- clarification, where I assert what gives no warning, I was just testing with like: -bash-3.00$ cat 1.c unsigned a = (unsigned)-1; unsigned b = (0u - 1u); I didn't yet test changing coverage.c. --

[Bug bootstrap/45372] New: warning coverage.c assigns -1 to unsigned, suggest -1u

2010-08-21 Thread jay dot krell at cornell dot edu
MED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45372

[Bug libgomp/45351] New: many unaligned accesses in libgomp tests

2010-08-19 Thread jay dot krell at cornell dot edu
t gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC target triplet: alphaev67-dec-osf5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45351

[Bug libstdc++/45347] New: concurrence.h: In constructor '__gnu_cxx::__cond::__cond()': /home/jayk/obj/gcc451/alphaev67-dec-osf5.1/libstdc++-v3/include/ext/concurrence.h:276:29: warning: missing init

2010-08-19 Thread jay dot krell at cornell dot edu
+ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45347

[Bug bootstrap/45345] In function `mips16_build_function_stub' undefined reference to `ASM_OUTPUT_DEF'

2010-08-19 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-08-19 18:37 --- Probably missing stuff in config.gcc, tm_file, like elfos.h and/or mips/elf.h. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45345

[Bug bootstrap/45345] New: In function `mips16_build_function_stub' undefined reference to `ASM_OUTPUT_DEF'

2010-08-19 Thread jay dot krell at cornell dot edu
: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC target triplet: mips64el-unknown-openbsd4.7 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45345

[Bug bootstrap/45326] gmp's use of C99 keeps breaking my compiles, suggest set autoconf variables to avoid inttypes/stdint

2010-08-18 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-08-18 21:27 --- example error: file included from /home/jayk/src/gcc-4.5.1/gmp/assert.c:27:0: /home/jayk/src/gcc-4.5.1/gmp/gmp-impl.h:188:29: error: expected '=', ',', ';', 'asm' or &#

[Bug bootstrap/45326] New: gmp's use of C99 keeps breaking my compiles, suggest set autoconf variables to avoid inttypes/stdint

2010-08-18 Thread jay dot krell at cornell dot edu
Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45326

[Bug libfortran/45323] New: warnings compiling libgfortran/io/write.c: array subscript has type 'char'

2010-08-18 Thread jay dot krell at cornell dot edu
subscript has type 'char' Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45323

[Bug java/45322] New: libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special

2010-08-18 Thread jay dot krell at cornell dot edu
Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45322

[Bug middle-end/45287] New: auto-host #defines intmax_t breaks dfp.c (4.5.1)‏

2010-08-14 Thread jay dot krell at cornell dot edu
Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45287

[Bug middle-end/44985] New: warnings: gcc shifts integer by its entire size

2010-07-19 Thread jay dot krell at cornell dot edu
tire size Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44985

[Bug middle-end/44984] New: gcc passes unsigned instead of int for printf width/precision (warnings generated)

2010-07-19 Thread jay dot krell at cornell dot edu
mmary: gcc passes unsigned instead of int for printf width/precision (warnings generated) Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassign

[Bug middle-end/44665] New: typo in comment, incorrect/out-of-date comment

2010-06-25 Thread jay dot krell at cornell dot edu
e-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44665

[Bug middle-end/44600] New: warnings about possibly uninitialized locals

2010-06-19 Thread jay dot krell at cornell dot edu
tedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44600

[Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols

2010-06-09 Thread jay dot krell at cornell dot edu
--- Comment #5 from jay dot krell at cornell dot edu 2010-06-09 17:39 --- Exact same errors building gc (not gcc) using gcc 4.3.5 on OSF/1 5.1. I haven't tried building java/libjava. Will probably do that. Please reopen. make[2]: Entering directory `/home/jayk/obj/gc

[Bug c/44482] New: some warnings in libgcc amd64-darwin 4.5.0

2010-06-09 Thread jay dot krell at cornell dot edu
ind-dw2-fde-darwin.c:279:1: warning: no previous prototype for '_darwin10_Unwind_FindEnclosingFunction' -- Summary: some warnings in libgcc amd64-darwin 4.5.0 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44482

[Bug c/44476] tclStrToD.c takes very long to compile (forever?)

2010-06-09 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-06-09 08:42 --- Two line repro, no repro with 4.3.5, hangs with 4.5.0. I'll rebuild the compiler though. Seem like a gmp bug. bash-4.1$ alphaev67-dec-osf5.1-gcc-4.3.5 -c 1.c bash-4.1$ alphaev67-dec-osf5.1-gcc-4.5.0 -c 1.c

[Bug c/44476] tclStrToD.c takes very long to compile (forever?)

2010-06-09 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-06-09 07:28 --- It is hung here: #0 0x0001206feb24 in __gmpn_invert_limb () #1 0x0001206fd9b0 in __gmpn_divrem_2 () #2 0x0001206f1f84 in __gmpn_divrem () #3 0x0001206d0e20 in mpfr_div () #4

[Bug c/44476] New: tclStrToD.c takes very long to compile (forever?)

2010-06-09 Thread jay dot krell at cornell dot edu
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC host triplet: alphaev67-dec-osf5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44476

[Bug libstdc++/44475] New: bunch of warnings of "second definition" on osf

2010-06-08 Thread jay dot krell at cornell dot edu
Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC host triplet: alphaev67-dec-osf5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44475

[Bug bootstrap/44437] New: 4.5 bootstrap failure on powerpc-linux

2010-06-06 Thread jay dot krell at cornell dot edu
werpc-linux Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44437

[Bug bootstrap/44424] problem related to awk on alpha-dec-osf5.1

2010-06-05 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-06-05 15:52 --- fixed title, proceeding wih gawk and gcc 4.3 -- jay dot krell at cornell dot edu changed: What|Removed |Added

[Bug bootstrap/44426] [4.5/4.6 Regression] gcc 4.5.0 requires c9x compiler to build

2010-06-05 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-06-05 15:13 --- similar with 4.4.4. I'll try 4.3. Eventually I might build but I never know the minimal set of files to get for sysroot.. :( ^ cc: Error: /home/jayk/src/gcc-4.4.4/gcc/sel-sched-dump.c, line 258: I

[Bug bootstrap/44426] New: gcc 4.5.0 requires c9x compiler to build

2010-06-05 Thread jay dot krell at cornell dot edu
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44426

[Bug bootstrap/44425] New: should probe prefix for gmp/mpfr/mpc

2010-06-05 Thread jay dot krell at cornell dot edu
Summary: should probe prefix for gmp/mpfr/mpc Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell

[Bug bootstrap/44424] New: problem related to awak on alpha-dec-osf5.1

2010-06-05 Thread jay dot krell at cornell dot edu
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: alphaev67-dec-osf5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44424

[Bug middle-end/44307] warning: may be used uninitialized in this function often building gcc

2010-06-04 Thread jay dot krell at cornell dot edu
--- Comment #7 from jay dot krell at cornell dot edu 2010-06-04 16:30 --- I mean -Wuninitialized. -Werror is already omitted. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44307

[Bug middle-end/44307] warning: may be used uninitialized in this function often building gcc

2010-06-04 Thread jay dot krell at cornell dot edu
--- Comment #5 from jay dot krell at cornell dot edu 2010-06-04 16:20 --- Then don't use when I -disable-bootstrap.. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44307

[Bug middle-end/44308] ranlib: file: libbackend

2010-05-31 Thread jay dot krell at cornell dot edu
--- Comment #4 from jay dot krell at cornell dot edu 2010-05-31 12:14 --- Here is the fix for insn-peep.o (against 4.3, granted): diff -u -r1.5 genpeep.c --- gcc/gcc/genpeep.c 14 Apr 2008 12:48:21 - 1.5 +++ gcc/gcc/genpeep.c 31 May 2010 12:14:37 - @@ -424,6 +424,7

[Bug c/44310] utf8 quotes in warnings make them look like garbage in many contexts

2010-05-30 Thread jay dot krell at cornell dot edu
--- Comment #4 from jay dot krell at cornell dot edu 2010-05-30 13:24 --- It's MacOSX for local console, remote to Debian, Solaris, OpenBSD, etc., I can't keep track of when it works and when it doesn't, but it often doesn't. Local console works fine. As t

[Bug middle-end/44308] ranlib: file: libbackend

2010-05-30 Thread jay dot krell at cornell dot edu
--- Comment #3 from jay dot krell at cornell dot edu 2010-05-30 08:55 --- Hm. There are more. Perhaps better to not compile/lib/link files that can be easily predicted to have no symbols? Maybe just ignore it. Maybe get Apple to change ranlib. Maybe they already have. ranlib: file

[Bug other/44331] suggest drop fixincludes oneprocess and just maintain twoprocess

2010-05-30 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-30 08:46 --- Created an attachment (id=20778) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20778&action=view) Something like the attached, which is strictly removal of code (plus "inlining" o

[Bug other/44331] New: suggest drop fixincludes oneprocess and just maintain twoprocess

2010-05-30 Thread jay dot krell at cornell dot edu
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44331

[Bug middle-end/44308] ranlib: file: libbackend

2010-05-30 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-30 08:06 --- I understand it is "ok". Question is: Do you want to be warning free? At what cost? I think you do, at some finite cost, and I think the change is worthwhile here. This isn't adding symbols a

[Bug lto/44312] lto-streamer-in.c: In function �lto_read_tree�: warning: �fv.mode� is used uninitialized in this function

2010-05-28 Thread jay dot krell at cornell dot edu
--- Comment #3 from jay dot krell at cornell dot edu 2010-05-28 13:26 --- gcc-4.5/gcc/lto-streamer-in.c: In function ‘lto_read_tree’: gcc-4.5/gcc/lto-streamer-in.c:1634: warning: ‘fv.mode’ is used uninitialized in this function static void unpack_ts_fixed_cst_value_fields (struct

[Bug lto/44312] lto-streamer-in.c: In function �lto_read_tree�: warning: �fv.mode� is used uninitialized in this function

2010-05-28 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-28 13:22 --- I assume it is talking about this, but I'm not certain: static void unpack_ts_fixed_cst_value_fields (struct bitpack_d *bp, tree expr) { struct fixed_value fv; fv.data.low = (HOST_WIDE_INT) bp_unpack_

[Bug c/44310] utf8 quotes in warnings make them look like garbage in many contexts

2010-05-28 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-28 12:42 --- This is just whatever defaults I'm given. I haven't set anything. I often get garbled output. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44310

[Bug lto/44312] New: lto-streamer-in.c: In function �lto_read_tree�: warning: �fv.mode� is used uninitialized in this function

2010-05-28 Thread jay dot krell at cornell dot edu
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44312

[Bug c/44310] New: utf8 quotes in warnings make them look like garbage in many contexts

2010-05-28 Thread jay dot krell at cornell dot edu
age in many contexts Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu htt

[Bug c/44309] New: ../../gcc-4.5/gcc/config/t-darwin:25: warning: overriding commands for target `darwin.o'

2010-05-28 Thread jay dot krell at cornell dot edu
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44309

[Bug c/44308] New: ranlib: file: libbackend

2010-05-28 Thread jay dot krell at cornell dot edu
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: ranlib: file: libbackend.a(xcoffout.o) has no symbols http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44308

[Bug c/44307] warning: may be used uninitialized in this function often building gcc

2010-05-28 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-28 10:48 --- Here is another: tree-chrec.h:131: warning: 'val' may be used uninitialized in this function I'm using -disable-bootstrap. I'm not sure that matters here but maybe. There isn't

[Bug c/44307] New: warning: may be used uninitialized in this function often building gcc

2010-05-28 Thread jay dot krell at cornell dot edu
: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44307

[Bug bootstrap/44305] New: warning: cast discards qualifiers from pointer target type -- -disable-bootstrap should not use -Wcast-qual

2010-05-28 Thread jay dot krell at cornell dot edu
sable-bootstrap should not use -Wcast-qual Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at

[Bug target/44037] builtin ffs vs. renamed ffs (vms-crtl.h)‏

2010-05-25 Thread jay dot krell at cornell dot edu
--- Comment #3 from jay dot krell at cornell dot edu 2010-05-26 04:56 --- Also this needed at top after #includes: +#ifndef TARGET_ABI_OPEN_VMS +#define TARGET_ABI_OPEN_VMS 0 +#endif -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44037

[Bug c/44280] New: vms-unwind.h needs #define __NEW_STARTLET and #include "vms/lib$routines.h"?

2010-05-25 Thread jay dot krell at cornell dot edu
s/lib$routines.h"? Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC target triplet:

[Bug c/44279] New: system.h calloc/malloc/realloc VMS size_t vs. __size_t

2010-05-25 Thread jay dot krell at cornell dot edu
e best fix. -- Summary: system.h calloc/malloc/realloc VMS size_t vs. __size_t Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org

[Bug c/44274] New: alpha-dec-vms internal error compiling unwind-dw2.c

2010-05-25 Thread jay dot krell at cornell dot edu
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC target triplet: alpha-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44274

[Bug c/44259] New: pex-unix.c: error: conflicting types for '__char_ptr32'

2010-05-24 Thread jay dot krell at cornell dot edu
nt: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC target triplet: alpha64-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44259

[Bug c/44253] libdecnumber .o vs. obj => @OBJEXT@

2010-05-23 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-23 12:06 --- Created an attachment (id=20730) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20730&action=view) patch attached .o => @objext@ (rm *.o => rm *.o *.obj, etc.) -- http://gcc.gnu

[Bug c/44253] New: libdecnumber .o vs. obj => @OBJEXT@

2010-05-23 Thread jay dot krell at cornell dot edu
ay dot krell at cornell dot edu GCC build triplet: i686-apple-darwin9 GCC host triplet: alpha64-dec-vms GCC target triplet: alpha64-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44253

[Bug c/44252] fixincludes fork vs. vms

2010-05-23 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-23 10:33 --- Created an attachment (id=20729) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20729&action=view) trivial two line untested patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44252

[Bug c/44252] New: fixincludes fork vs. vms

2010-05-23 Thread jay dot krell at cornell dot edu
unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: i686-apple-darwin9 GCC host triplet: alpha-dec-vms GCC target triplet: alpha-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44252

[Bug target/44241] vms-crtl.h, vms-crtl-64.h need many more symbols

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-23 06:06 --- It also goes without saying that the factoring here stinks. At the very least, split the lists up into three: common 32 64 and then compose the result out of two of them. The prefixes can also probably

[Bug target/44241] vms-crtl.h, vms-crtl-64.h need many more symbols

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-23 05:30 --- The line in the patch: DECC_(environ, decc$ga_environ) \ should be: DECC_(environ, ga_environ) \ obviously. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241

[Bug c/44251] New: integer constant is too large for �long� type in alpha.c

2010-05-22 Thread jay dot krell at cornell dot edu
at.) - Jay -- Summary: integer constant is too large for ‘long’ type in alpha.c Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu

[Bug c/44242] vms-crt0*.c should compile with gcc

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-22 14:38 --- Created an attachment (id=20725) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20725&action=view) fix vms-crt0*.c to compile with gcc (surely these four files can be merged down to one, with #

[Bug c/44242] New: vms-crt0*.c should compile with gcc

2010-05-22 Thread jay dot krell at cornell dot edu
ould compile with gcc Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triple

[Bug c/44241] New: vms-crtl.h, vms-crtl-64.h need many more symbols

2010-05-22 Thread jay dot krell at cornell dot edu
krell at cornell dot edu GCC build triplet: i686-apple-darwin9 GCC target triplet: alpha-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241

[Bug target/44037] builtin ffs vs. renamed ffs (vms-crtl.h)‏

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-22 12:16 --- Thanks, good pointer. I found what you mean based on your recommendation. I tried many things like it then. Nothing worked. I don't know why. Notice that there is __builtin_foo and foo. Darwin appears to

[Bug c/44173] New: configure -disable-fixincludes doesn't work

2010-05-17 Thread jay dot krell at cornell dot edu
work Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44173

[Bug c/44166] New: -fvisibility=protected doesn't work?

2010-05-17 Thread jay dot krell at cornell dot edu
everity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzil

[Bug target/44074] Solaris 2.9 x86 Sun assembler doesn't like rep/lock prefixes on same line

2010-05-13 Thread jay dot krell at cornell dot edu
--- Comment #6 from jay dot krell at cornell dot edu 2010-05-13 07:56 --- Another I didn't understand from the other mail thread: why not always output ;? In particular, the warning that would be disabled -- that is for hand written assembly only, right? Is it disable for the e

[Bug target/44074] Solaris 2.9 x86 Sun assembler doesn't like rep/lock prefixes on same line

2010-05-12 Thread jay dot krell at cornell dot edu
--- Comment #5 from jay dot krell at cornell dot edu 2010-05-12 12:02 --- Rainer, sorry, I meant cross build a native gcc. build=whatever host=target=solaris Not cross compiling with gcc itself (other than to build gcc). Old versions accept a certain syntax. New versions accept a

[Bug target/44074] Solaris 2.9 x86 Sun assembler doesn't like rep/lock prefixes on same line

2010-05-12 Thread jay dot krell at cornell dot edu
--- Comment #3 from jay dot krell at cornell dot edu 2010-05-12 10:50 --- > Using something like TARGET_SOLARIS is wrong: this is just a bug in older Sun I don't completely agree. - I regularly do cross builds. What will you do for that? Assume the old version? I think s

[Bug c/44074] New: Solaris 2.9 x86 Sun assembler doesn't like rep/lock prefixes on same line

2010-05-11 Thread jay dot krell at cornell dot edu
uot; "str") (set_attr "mode" "QI") (set_attr "prefix_rep" "1")]) @@ -18305,7 +18305,7 @@ (clobber (match_operand:SI 1 "register_operand" "=D")) (clobber (reg:CC FLAGS_REG))] "!TARGET_64BIT" - "repnz scasb

[Bug c/44003] gcc 4.5.0 stddef.h clobbers __size_t with #define, breaks VMS (code already avoids similar on FreeBSD)‏

2010-05-10 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-10 23:01 --- ps: #if (defined (__FreeBSD__) && (__FreeBSD__>= 5)) || defined(__vms) can probably just be: #if __FreeBSD__>= 5 || defined(__vms) or: #if __FreeBSD__ | __vms assuming the #define can also be

[Bug c/44037] builtin ffs vs. renamed ffs (vms-crtl.h)‏

2010-05-10 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-10 22:53 --- adding Andrew and his mail to bug: For builtins you should look at how PowerPC Darwin handles the long double builtins since they are renamed if long double is 128bit. Thanks, Andrew Pinski -- jay dot krell

[Bug target/44057] building gcc doesn't find Sun ar

2010-05-10 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-10 22:21 --- It'd be nice if: ../src/configure gmake gmake install worked with a minimum of customizations. As I understand: ar is not in the default $PATH on Solaris, but it is always installed to the same

[Bug c/44057] New: building gcc doesn't find Sun ar

2010-05-10 Thread jay dot krell at cornell dot edu
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: i386-pc-solaris2.10 GCC host triplet: i386-pc-solaris2.10 GCC target tripl

[Bug target/43973] alpha libiberty/regex.c fails to compile with -O2 without -mbwx (internal compiler error)

2010-05-08 Thread jay dot krell at cornell dot edu
--- Comment #4 from jay dot krell at cornell dot edu 2010-05-08 10:22 --- Uros your proposed patch seems to cause: /src/gcc-4.5.0/libgcc/../gcc/libgcc2.c: In function '__negti2': /src/gcc-4.5.0/libgcc/../gcc/libgcc2.c:76:1: error: insn does not satisfy its constraints: (ins

[Bug c/44037] New: builtin ffs vs. renamed ffs (vms-crtl.h)‏

2010-05-07 Thread jay dot krell at cornell dot edu
ce we need them to be valid for things other than word_mode. */ Thanks, - Jay -- Summary: builtin ffs vs. renamed ffs (vms-crtl.h)‏ Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC target triplet: alpha-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44037

[Bug c/44005] New: gcc should implement __int64, so it can e.g. read the VMS system headers

2010-05-06 Thread jay dot krell at cornell dot edu
VMS system headers Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC

[Bug c/44004] New: gcc 4.5.0 vms-gcc_shell_handler.c needs #define __NEW_STARLET‏

2010-05-06 Thread jay dot krell at cornell dot edu
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: any GCC host triplet: any GCC target triplet: alpha-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44004

[Bug c/44003] New: gcc 4.5.0 stddef.h clobbers __size_t with #define, breaks VMS (code already avoids similar on FreeBSD)‏

2010-05-06 Thread jay dot krell at cornell dot edu
eady avoids similar on FreeBSD)‏ Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at corn

[Bug c/44001] .o vs. obj => @OBJEXT@ and $ac_objext

2010-05-06 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-06 08:07 --- Created an attachment (id=20577) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20577&action=view) fix same issue in libdecnumber -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44001

[Bug c/44002] New: need to #include unistd.h for pid_t

2010-05-06 Thread jay dot krell at cornell dot edu
o #include unistd.h for pid_t Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build

[Bug c/44001] .o vs. obj => @OBJEXT@ and $ac_objext

2010-05-06 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-06 07:52 --- Created an attachment (id=20576) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20576&action=view) same patch as in the bug description -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44001

[Bug c/44001] New: .o vs. obj => @OBJEXT@ and $ac_objext

2010-05-06 Thread jay dot krell at cornell dot edu
ac diff -u /src/orig/gcc-4.5.0/libiberty/configure.ac /src/gcc-4.5.0/libiberty/configure.ac --- /src/orig/gcc-4.5.0/libiberty/configure.ac 2010-01-04 15:46:56.0 -0800 +++ /src/gcc-4.5.0/libiberty/configure.ac 2010-05-05 05:45:47.0 -0700 @@ -671,10 +671,10 @@ # Figure out which version of pexecute to use. case "${host}" in - *-*-mingw* | *-*-winnt*) pexecute=./pex-win32.o ;; - *-*-msdosdjgpp*) pexecute=./pex-djgpp.o ;; - *-*-msdos*) pexecute=./pex-msdos.o ;; - *)pexecute=./pex-unix.o ;; + *-*-mingw* | *-*-winnt*) pexecute=./pex-win32.$ac_objext ;; + *-*-msdosdjgpp*) pexecute=./pex-djgpp.$ac_objext ;; + *-*-msdos*) pexecute=./pex-msdos.$ac_objext ;; + *)pexecute=./pex-unix.$ac_objext ;; esac AC_SUBST(pexecute) -- Summary: .o vs. obj => @OBJEXT@ and $ac_objext Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: anything else GCC host triplet: alpha-dec-vms GCC target triplet: alpha-dec-vms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44001

[Bug c/44000] New: gcc/resource.h conflicts with sysroot/usr/include/resource.h (alpha-dec-vms)‏

2010-05-06 Thread jay dot krell at cornell dot edu
‏ Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: i686-apple-darwin9 GC

[Bug c/43973] New: alpha libiberty/regex.c fails to compile with -O2 without -mbwx (internal compiler error)

2010-05-03 Thread jay dot krell at cornell dot edu
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: Mac/x86 GCC host triplet: alpha-dec-vms GCC targe

[Bug bootstrap/37079] cannot find -lgcc_s

2008-08-17 Thread jay dot krell at cornell dot edu
--- Comment #5 from jay dot krell at cornell dot edu 2008-08-17 08:52 --- Subject: RE: cannot find -lgcc_s Subject line reminded me: Also I -disable-bootstrap. > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [Bug bootstrap/37079] ca

[Bug bootstrap/37079] cannot find -lgcc_s

2008-08-17 Thread jay dot krell at cornell dot edu
--- Comment #4 from jay dot krell at cornell dot edu 2008-08-17 08:51 --- Subject: RE: cannot find -lgcc_s Let's dissect the output a bit: Word wrap plus laziness => I didn't look closely before. -Wl,-rpath -Wl,/usr/local/lib/gcc/sparc64-sun-solaris2.10/4.3.1

[Bug c/37079] cannot find -lgcc_s

2008-08-14 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2008-08-14 12:05 --- wrong workaround before, actual: def WorkaroundUnableToFindSparc64LibGcc(): # # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37079 # ld: cannot find -lgcc_s # collect2: ld returned 1 exit status # make[4

[Bug c/37079] cannot find -lgcc_s

2008-08-14 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2008-08-14 11:55 --- Here is a lame workaround: if (Host == Target) and (Host != Build): ExtraConfig += " -with-sysroot=/" ExtraConfig += " -with-build-sysroot=" + DefaultSysroot --

[Bug other/37036] fixincludes does not understand sysroot!

2008-08-14 Thread jay dot krell at cornell dot edu
--- Comment #4 from jay dot krell at cornell dot edu 2008-08-14 11:54 --- Here is a lame workaround that works, from my Python wrapper: if (Host == Target) and (Host != Build): ExtraConfig += " -with-sysroot=/" ExtraConfig += " -wit

[Bug ada/37109] New: can't canadian cross ada (if host=target, but host!=build)

2008-08-13 Thread jay dot krell at cornell dot edu
: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: i686-pc-cygwin GCC host t

[Bug other/37036] fixincludes does not understand sysroot!

2008-08-11 Thread jay dot krell at cornell dot edu
--- Comment #3 from jay dot krell at cornell dot edu 2008-08-11 10:05 --- Running fixincludes on the host after install works, but http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15694 says that is not the way.. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036