Bug#104250: g77: Creating a shared lib with g77 links in non-fPIC code from libg2c.a

2001-07-10 Thread Camm Maguire
Package: g77 Version: 1:2.95.2-13 Severity: normal And one can't link with gcc, as that won't handle several fortran intrinsics, such as c_abs, c_div, etc. This arises with the following: g77 -c foo.f -fPIC -o foo.o g77 -shared -Wl,-soname=libfoo.so.1 -o libfoo.so.1.0 foo.o objdump --headers

Bug#137959: Bug #137959

2002-03-29 Thread Camm Maguire
be interesting to know whether gcc-snapshot is able to compile the code successfully. I'll work on these later tonight when I get home. lamont -- Camm Maguire[EMAIL PROTECTED

Bug#137959: Bug #137959

2002-03-29 Thread Camm Maguire
. lamont -- Camm Maguire[EMAIL PROTECTED] == The earth is but one country, and mankind its citizens. -- Baha'u'llah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#566195: Miscompilation at -O2 on alpha

2010-05-06 Thread Camm Maguire
attached a preprocessed source ff.c in a previous mail (in this thread) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566195 Yes, but it does not contain a main(), so I don't know how to trigger the problem. Falk -- Camm Maguirec

Bug#566195: Miscompilation at -O2 on alpha

2010-05-06 Thread Camm Maguire
-- Camm Maguirec...@maguirefamily.org == The earth is but one country, and mankind its citizens. -- Baha'u'llah -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org

Bug#458745: arm-only miscompilation of alloca code

2008-01-02 Thread Camm Maguire
Package: gcc-4.2 Version: 4.2.2-4 Severity: important /tmp/foo.c: = #include stdio.h #include alloca.h #include stdarg.h #define object void * int VFUN_NARGS; void *alloca_val; struct cons { object c_cdr; object

Bug#458745: arm-only miscompilation of alloca code

2008-01-02 Thread Camm Maguire
couldn't reproduce that on a Debian EABI system with ii gcc 4:4.2.2-1 The GNU C compiler ii libc6 2.7-5 GNU C Library: Shared libraries no segfaults here... :-/ -- Camm Maguire

Bug#458745: arm-only miscompilation of alloca code

2008-01-02 Thread Camm Maguire
. This would be very helpful, if convenient for you. I'm confused about the different versions of arm and Debian. Take care, -- Camm Maguire[EMAIL PROTECTED] == The earth is but one

Bug#458745: arm-only miscompilation of alloca code

2008-01-03 Thread Camm Maguire
Greetings! Martin Michlmayr [EMAIL PROTECTED] writes: * Camm Maguire [EMAIL PROTECTED] [2008-01-02 16:55]: Is EABI the old arm, or the new? Couldn't this make a difference? I can reproduce the problem with the old ABI (i.e. the current port in Debian). I'll open a bug report with GCC

Bug#566195: Miscompilation at -O2 on alpha

2010-01-22 Thread Camm Maguire
source as an attachment, and consider reporting this bug with all this information directly upstream. -- Camm Maguirec...@maguirefamily.org == The earth is but one country

Bug#568399: gcc-4.4: Internal compiler failure at -O3 on ia64

2010-02-04 Thread Camm Maguire
Package: gcc-4.4 Version: 4.4.3-1 Severity: important Preprocessed source attached below. gcc -c -fsigned-char -pipe -Wall -O3 -fomit-frame-pointer -I/home/camm/gcl/o -I../h -I../gcl-tk character.c character.d: In function 'Lchar_cmp': character.d:223: internal compiler error: in

Bug#567695: smaller test case enclosed

2010-02-04 Thread Camm Maguire
This test program will segfault at -O2 on the affected machines: Take care, -- Camm Maguirec...@maguirefamily.org == The earth is but one country, and mankind its citizens

Bug#327849: arm: Cannot handle identifiers with '$' character

2005-09-15 Thread Camm Maguire
haven't investigated this issue at all, but at a first guess I would say this is caused by the patches to support the new ARM EABI (in which all identifiers containing $ are reserved). We should probably back out that change in Debian, at least for the time being. p. -- Camm Maguire

Bug#327849: cannot handle identifiers with '$' character

2005-10-13 Thread Camm Maguire
Greetings and thanks! I've put this in to gcl 2.6.7-10 -- we'll see ... Take care, Matthias Klose [EMAIL PROTECTED] writes: severity 327849 important thanks -fdollars-in-identifiers work can be used as a workaround. see http://gcc.gnu.org/PR24111 for the upstream report. -- Camm

Bug#330595: Miscompilation with -fomit-frame-pointer -O3 -funroll-all-loops

2005-10-13 Thread Camm Maguire
Camm Maguire writes: Package: gcc-4.0 Version: 4.0.1-5 Severity: serious The following preprocessed file is miscompiled when compiled as follows: + /usr/bin/gcc -o ATL_F77wrap_ctrsv.o -c -DL2SIZE=4194304 -I/fix/t1/camm/debian/atlas/atlas3-3.6.0/include -I/fix/t1/camm/debian

Bug#135967: feedback wanted on #135967

2002-05-28 Thread Camm Maguire
progress is made, maybe you can say something about these tests. so long Othmar -- Camm Maguire[EMAIL PROTECTED] == The earth is but one country, and mankind its citizens

Bug#151886: [Gcl-devel] Re: gcl/maxima on hppa

2002-09-16 Thread Camm Maguire
Greetings! [EMAIL PROTECTED] (LaMont Jones) writes: On Fri, Sep 13, 2002 at 10:17:04AM -0400, Camm Maguire wrote: Greetings! I think I may have stumbled on a possible explanation for gcl's build failure on hppa. Hppa alone will not relocate (i.e. allow dlopen to open) modules

Bug#151886: [Gcl-devel] Re: gcl/maxima on hppa

2002-09-28 Thread Camm Maguire
:04AM -0400, Camm Maguire wrote: Greetings! I think I may have stumbled on a possible explanation for gcl's build failure on hppa. Hppa alone will not relocate (i.e. allow dlopen to open) modules not compiled with -fPIC. All other architectures on which dlopen is currently used (alpha

Bug#151886: [Gcl-devel] Re: gcl/maxima on hppa

2002-10-09 Thread Camm Maguire
/backtrace showing pointers not being passed correctly into functions if anyone is interested in looking into this. can you please try gcc-3.2 as well? good to hear you finally got it to work though :-) randolph -- Camm Maguire[EMAIL PROTECTED

Bug#151886: status of report #151886? / feedback

2002-12-28 Thread Camm Maguire
/varargs.h:4:2: #error GCC no longer implements varargs.h. /home/camm/usr/lib/gcc-snapshot/lib/gcc-lib/hppa-linux/3.3/include/varargs.h:5:2: #error Revise your code to use stdarg.h. Fixing this will take considerable effort. Is there a work around to get varargs under 3.3? Take care, -- Camm

Bug#151886: status of report #151886? / feedback

2003-02-09 Thread Camm Maguire
-3.3 sometime). -- Camm Maguire[EMAIL PROTECTED] == The earth is but one country, and mankind its citizens. -- Baha'u'llah

Bug#180486: gcc-3.2: miscompilation on powerpc with -O2 or higher

2003-02-24 Thread Camm Maguire
Greetings! Matthias Klose [EMAIL PROTECTED] writes: Camm Maguire writes: Package: gcc-3.2 Version: 1:3.2.2-1 Severity: normal When compiling GCL, the produced lisp image segfaults early on iwhen using -O2 or higher. All is fine with -O, or with full optimization using earlier

Bug#180486: gcc-3.2: miscompilation on powerpc with -O2 or higher

2003-02-27 Thread Camm Maguire
Greetings! Daniel Jacobowitz [EMAIL PROTECTED] writes: On Mon, Feb 24, 2003 at 10:14:03AM -0500, Camm Maguire wrote: Greetings! Matthias Klose [EMAIL PROTECTED] writes: Camm Maguire writes: Package: gcc-3.2 Version: 1:3.2.2-1 Severity: normal When compiling GCL

Bug#180486: gcc-3.2: miscompilation on powerpc with -O2 or higher

2003-03-02 Thread Camm Maguire
= Take care, -- Camm Maguire[EMAIL PROTECTED] == The earth is but one country, and mankind its citizens. -- Baha'u'llah

Bug#180486: please recheck #180486 with gcc-3.3

2003-05-27 Thread Camm Maguire
Greetings! I've verified that the problem persists with the latest gcc-3.3 on voltaire. Take care, Matthias Klose [EMAIL PROTECTED] writes: Thanks, Matthias -- Camm Maguire[EMAIL PROTECTED

Bug#217966: testsuite failures in the lapack testsuite on ia64, arm and m68k

2003-11-17 Thread Camm Maguire
-- Camm Maguire[EMAIL PROTECTED] == The earth is but one country, and mankind its citizens. -- Baha'u'llah

Bug#217966: testsuite failures in the lapack testsuite on ia64, arm and m68k

2003-11-18 Thread Camm Maguire
, Toon Moene [EMAIL PROTECTED] writes: Camm Maguire wrote: Greetings! I will try, but I'm running short on time until the end of the year. Strategically, do we want these to get fixed for sarge, or can we live with the status quo? Also, happy to instruct anyone with more time on what

Bug#251901: [mips, mipsel] Internal compiler error in compiling atlas3: broke from 3.3.3-0pre4 - 3.3.3-9

2004-06-01 Thread Camm Maguire
). See http://people.debian.org/~doko/atlas3/ Please investigate and submit a proper bug report. Thanks, Matthias Camm Maguire writes: Package: gcc-3.3 Version: 1:3.3.3-9 Severity: grave Tags: sid Greetings! From http://buildd.debian.org/fetch.php?pkg=atlas3ver=3.6.0

Bug#251901: [mips, mipsel] Internal compiler error in compiling atlas3: broke from 3.3.3-0pre4 - 3.3.3-9

2004-06-01 Thread Camm Maguire
Greetings! What machine? vaughan has no chroots, and casals is mips, besides being unavailable as it is the buildd. Take care, Matthias Klose [EMAIL PROTECTED] writes: Camm Maguire writes: Greetings! Did you do anything special? I installed the current set of gcc-3.3 packages, but left

Bug#251901: [mips, mipsel] ICE compiling atlas3

2004-07-05 Thread Camm Maguire
, Matthias -- Camm Maguire[EMAIL PROTECTED] == The earth is but one country, and mankind its citizens. -- Baha'u'llah

Bug#802699: gcc-5: No tail recursion optimization on s390

2015-10-23 Thread Camm Maguire
Greetings! OK. It turns out to be platform generic. Tail position in boolean expressions is broken, but works in the analogous ternary expression. Seems to be bad at least since 4.9. Matthias Klose <d...@debian.org> writes: > On 22.10.2015 19:09, Camm Maguire wrote: >>

Bug#802699: gcc-5: No tail recursion optimization on s390

2015-10-22 Thread Camm Maguire
Package: gcc-5 Version: 5.2.1-22 Severity: normal The following gcl routine (equal1) is not tail recursion optimized (first recursive call, line 463 predicate.c) on s390 when compiled with -G -O2, unlike on other Debian release platforms:

Bug#799811: gcc-5: Segfaults with LD_BIND_NOW set in environment

2015-09-22 Thread Camm Maguire
-dbg pn libtsan0-dbg pn libubsan0-dbg -- no debconf information -- Camm Maguirec...@maguirefamily.org == "The earth is but one country, and mankind its cit

Bug#1023756: gcc-12: Miscompilation of attached test files, gcc-11 ok

2022-11-09 Thread Camm Maguire
fsg-1 ii zlib1g 1:1.2.13.dfsg-1 Versions of packages gcc-12 recommends: ii libc6-dev 2.36-4 Versions of packages gcc-12 suggests: pn gcc-12-doc pn gcc-12-locales pn gcc-12-multilib -- no debconf information -- Camm Maguirec...@