https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82048
--- Comment #5 from Aaro Koskinen ---
> Is there any workaround other than downgrading to glibc 2.24 on SPARC?
If you always re-install the 64-bit glibc build after 32-bit one, that should
restore the correct version of long-double.h.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82048
--- Comment #2 from Aaro Koskinen ---
(In reply to Eric Botcazou from comment #1)
> This looks like an issue with your libc. Where does __nldbl_fprintf come
> from?
It seems this was introduced by GLIBC 2.25. GCC does not define
__LONG_DOUBLE_1
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
Target Milestone: ---
When trying bootstrap GCC 7.2 with:
../gcc-7.2.0/configure --with-cpu=ultrasparc --enable-targets=all
--disable-libsanitizer
: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
Target Milestone: ---
Created attachment 36949
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36949&action=edit
Preprocessed
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
Target Milestone: ---
Sanitizer lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932
--- Comment #7 from Aaro Koskinen ---
The issue is also present when compiling kernels for OMAP1/2 platforms. Also
looks like -Os is needed to trigger this. Kernels compiled with -O2 seem to
work.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158
--- Comment #18 from Aaro Koskinen ---
(In reply to Steve Ellcey from comment #17)
> Updated patch posted to gcc-patches.
>
> https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00106.html
Thanks - always good to get rid of out-of-tree patches. By re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59551
Aaro Koskinen changed:
What|Removed |Added
Known to work||4.9.2
--- Comment #3 from Aaro Koskinen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740
--- Comment #8 from Aaro Koskinen ---
ICE backtrace seems to be same as in Bug 61430. The fix for that has not been
backported to 4.9 branch. I tested it and it seems to fix the issue at hand.
The fix: https://gcc.gnu.org/viewcvs/gcc?view=revisi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63771
Aaro Koskinen changed:
What|Removed |Added
CC||aaro.koskinen at iki dot fi
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740
--- Comment #7 from Aaro Koskinen ---
Result from bisection (4.9 git branch):
611da9dd72a4c9d9ece2a8d24612e4aee435414a is the first bad commit
commit 611da9dd72a4c9d9ece2a8d24612e4aee435414a
Author: jakub
Date: Wed Oct 1 14:42:46 2014 +
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740
--- Comment #6 from Aaro Koskinen ---
(In reply to Aaro Koskinen from comment #0)
> GCC 4.9.2 native bootstrap on ARM fails with ICE from the second stage
> compiler:
>
> /home/aaro/gcctest/build/./prev-gcc/xg++
Correction: stage_curr says "sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740
--- Comment #5 from Aaro Koskinen ---
Created attachment 33890
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33890&action=edit
haifa-sched.s.gz
haifa-sched.s (gzipped) from -save-temps.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740
Aaro Koskinen changed:
What|Removed |Added
Attachment #33885|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740
--- Comment #2 from Aaro Koskinen ---
Created attachment 33885
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33885&action=edit
haifa-sched preprocessed source
This is the preprocessed source of haifa-sched produced with full original xg++
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
GCC 4.9.2 native bootstrap on ARM fails with ICE from the second stage
compiler:
/home/aaro/gcctest
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691
--- Comment #13 from Aaro Koskinen ---
Created attachment 33884
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33884&action=edit
Preprocessed dl-conflict
Here's the preprocessed dl-conflict.c. In elf_machine_rela(), the sym_map gets
always
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691
--- Comment #10 from Aaro Koskinen ---
(In reply to Andreas Schwab from comment #9)
> You don't need a link test, you only need to check whether there is a
> reference to abort.
A simple test:
$ cat pr63691.c
void foo (int a, char *p)
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691
--- Comment #8 from Aaro Koskinen ---
(In reply to dave.anglin from comment #7)
> On 10/31/2014 2:39 PM, aaro.koskinen at iki dot fi wrote:
> > This patch is already included in GLIBC 2.20...
> I can add support for __builtin_trap()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691
--- Comment #6 from Aaro Koskinen ---
(In reply to Andrew Pinski from comment #5)
> See https://sourceware.org/ml/libc-alpha/2013-11/msg00291.html .
This patch is already included in GLIBC 2.20...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691
Aaro Koskinen changed:
What|Removed |Added
CC||carlos at systemhalted dot org,
: target
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
GCC 4.8.3 builds GLIBC 2.20 (w/Gentoo patches) fine, but with GCC 4.9 it fails:
hppa-linux-gnu-gcc -nostdlib -nostartfiles -r -o
/home/aaro/los/work/parisc/glibc-2.20-build/default/elf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925
--- Comment #6 from Aaro Koskinen ---
Created attachment 32852
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32852&action=edit
Simplified reproducer.
I tried to make a simpler reproducer.
$ hppa-linux-gnu-gcc pr60925.c -c -O2 -Wall -g -f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925
Aaro Koskinen changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925
Aaro Koskinen changed:
What|Removed |Added
Known to fail||4.8.3
--- Comment #3 from Aaro Koskinen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925
--- Comment #2 from Aaro Koskinen ---
GLIVC 2.19 compiles fine with GCC 4.8.2.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925
--- Comment #1 from Aaro Koskinen ---
Created attachment 32655
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32655&action=edit
Pre-processed source.
Steps to reproduce:
hppa-linux-gnu-gcc gethstbyad.i -c -std=gnu99 -fgnu89-inline -O2 -Wal
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
Build failure when compiling GLIBC 2.19 with GCC 4.9.0 on PA-RISC:
hppa-linux-gnu-gcc gethstbyad.c -c -std=
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758
Aaro Koskinen changed:
What|Removed |Added
CC||aaro.koskinen at iki dot fi
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59551
--- Comment #2 from Aaro Koskinen ---
Created attachment 31475
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31475&action=edit
Original source code triggering the bug.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59551
--- Comment #1 from Aaro Koskinen ---
Created attachment 31474
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31474&action=edit
Preprocessed source triggering the bug.
: target
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
ICE when compiling ImageMagick-6.8.6-7 magick/draw.c on HPPA/Linux:
magick/draw.c: In function 'DrawImage':
magick/draw.c:3156:1: error: unrecognizable insn:
(insn 11930 11928 11931 68
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158
--- Comment #7 from Aaro Koskinen ---
Loongson 2F is MIPS III + movz/movn only. I am currently running my compiler
with the below workaround, and it seems to help:
--- gcc-4.8.1.orig/gcc/config/mips/mips.md 2013-02-25 15:53:16.0
+020
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158
Aaro Koskinen changed:
What|Removed |Added
Known to work||4.7.3
Known to fail|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158
--- Comment #1 from Aaro Koskinen ---
A simplified reproducer:
$ cat bar.c
extern void foo(void);
static inline double max(const double x, const double y)
{
return (x > y) ? x : y;
}
void bar(int d)
{
int i;
for (i = 0;
Severity: major
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: aaro.koskinen at iki dot fi
Created attachment 30657
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30657&action=edit
Source files (origina
36 matches
Mail list logo