https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64159
Andreas Schwab changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64153
--- Comment #4 from Andreas Schwab ---
This fixes all yesterday's testsuite regression.
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: redi at gcc dot gnu.org
Target: m68k-*-*, ia64-*-*
Broken by r218255.
sync.exe:
/usr/local/gcc/gcc-20141203/libstdc++-v3/testsuite
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64168
Andreas Schwab changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64192
--- Comment #3 from Andreas Schwab ---
This is also causing unaligned accesses in the compiler on ia64, for example in
function ipa-inline-analysis.c:account_size_time:
new_entry.predicate = *pred;
struct predicate has only 4 byte alignme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64197
--- Comment #2 from Andreas Schwab ---
Dup of PR64192?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64202
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64202
Andreas Schwab changed:
What|Removed |Added
Resolution|FIXED |INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64094
--- Comment #7 from Andreas Schwab ---
In order to be precise trying to open doesnotexist/foo.c should report "no such
directory".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64233
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63347
--- Comment #8 from Andreas Schwab ---
*** Bug 64233 has been marked as a duplicate of this bug. ***
: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: mpolacek at gcc dot gnu.org
Target: m68k-*-*
$ gcc/xg++ -B gcc/ -S -O ../gcc/testsuite/g++.dg/torture/pr60474.C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64294
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63259
--- Comment #8 from Andreas Schwab ---
(a & 0xFF00) >> 8 with short a = 0x8001 evaluates to 0x80, since all operands
are first promoted to int.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64043
--- Comment #11 from Andreas Schwab ---
This breaks ada:
$ gcc/gnatmake --GCC=gcc/xgcc --GNATBIND=gcc/gnatbind --GNATLINK=gcc/gnatlink
-cargs -Bgcc/ -largs '--GCC=gcc/xgcc -Bgcc' -margs
--RTS=ia64-suse-linux/./libada -f ../gcc/testsuite/gnat.dg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64340
--- Comment #1 from Andreas Schwab ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64043#c11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64320
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417
Andreas Schwab changed:
What|Removed |Added
Component|target |c
--- Comment #1 from Andreas Schwab -
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: hubicka at gcc dot gnu.org
Target: m68k-*-*
Broken by r212007.
(gdb) r -O ../../gcc/testsuite/gcc.dg/20020312-2.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61629
Andreas Schwab changed:
What|Removed |Added
Target Milestone|--- |4.10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668
--- Comment #7 from Andreas Schwab ---
Don't try to emulate decimal arithmetics with binary arithmetics.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61677
--- Comment #1 from Andreas Schwab ---
That's why it's called -W*maybe*-uninitialized, false positives are expected.
: 4.10.0
Status: UNCONFIRMED
Keywords: ABI
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
r212174 removed
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
Target: powerpc-*-*
This fails only for -m32, not for -m64.
$ gcc/xg++ -Bgcc/ ../gcc/testsuite/g++.dg/abi/scoped1.C -nostdinc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61739
--- Comment #1 from Andreas Schwab ---
Since printf("") does not need to obtain ownership of stdout there is no
conflict here. There is no requirement that it *must* obtain ownership even if
not needed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757
Andreas Schwab changed:
What|Removed |Added
CC||rguenther at suse dot de
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757
--- Comment #4 from Andreas Schwab ---
This also breaks gcc.dg/tree-ssa/20030922-2.c on m68k.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757
--- Comment #8 from Andreas Schwab ---
$ diff -u gcc-201407{08,10}/Build/20030922-2.c.079t.dom1
--- gcc-20140708/Build/20030922-2.c.079t.dom1 2014-07-10 12:25:20.886372197
+0200
+++ gcc-20140710/Build/20030922-2.c.079t.dom1 2014-07-10 12:25:1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757
--- Comment #14 from Andreas Schwab ---
Perhaps the m68k test failure can still provide an easier hint.
NCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: rguenther at suse dot de
Target: m68k-*-*
>From <https://gcc.gnu.org/bugzilla
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757
--- Comment #18 from Andreas Schwab ---
The testsuite failure is now bug 61783.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792
--- Comment #1 from Andreas Schwab ---
Looks like it doesn't use/prefer the configured ISL headers. Unfortunately you
left out the actual compiler command lines.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61812
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
-code
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
Blocks: 61268
Target: ia64-*-*
Created attachment 33187
--> https://gcc.gnu.org/bugzi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919
--- Comment #1 from Andreas Schwab ---
Created attachment 33188
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33188&action=edit
Output before r213002
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919
--- Comment #3 from Andreas Schwab ---
That fixes the test case.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964
--- Comment #6 from Andreas Schwab ---
Equality test against pointer to void is explicitly allowed by the standard and
implicitly converts the other pointer to void*.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874
--- Comment #10 from Andreas Schwab ---
If you never use goto *exp in the same function the value of &&label is
undefined.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068
--- Comment #2 from Andreas Schwab ---
There is no such requirement for va_start/va_end. You are probably thinking of
pthread_cleanup_push/pop.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068
--- Comment #4 from Andreas Schwab ---
varargs isn't stdargs.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068
--- Comment #7 from Andreas Schwab ---
Please reread comment#1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62095
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: tejohnson at gcc dot gnu.org
Target: ia64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62317
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
--- Comment #2 from Andreas Schwab ---
*** Bug 62317 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62663
--- Comment #4 from Andreas Schwab ---
Then this is most likely a linker bug, not setting up the GOT correctly.
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: segher at kernel dot crashing.org
Target: powerpc64-*-*
r214077 is causing the stage3 build/gengtype to be miscompiled on ppc64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63195
--- Comment #1 from Andreas Schwab ---
$ ../gcc/configure --prefix=/usr --build=powerpc64-linux
--enable-checking=release --enable-shared --with-system-zlib 'CFLAGS=-O2 -g'
'CXXFLAGS=-O2 -g' --with-cpu-64=power4 --enable-secureplt
--with-long-dou
: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: rguenther at suse dot de
Target: m68k-*-*
Appeared with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63204
Andreas Schwab changed:
What|Removed |Added
CC||dominiq at lps dot ens.fr
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63212
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
-fwhole-program
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: hubicka
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: segher at kernel dot crashing.org
Target: powerpc-*-*
Only happens with -m32.
$ gcc/xgcc -Bgcc/ ../gcc/gcc
Priority: P3
Component: debug
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
Target: powerpc64-*-*
Created attachment 33488
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33488&action=edit
Assembler output
le" 1
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: rguenther at s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63301
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: joseph at codesourcery dot com
Target: ia64-*-*
(gdb) bt
#0 0xa0040721 in __kernel_syscall_via_break ()
#1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60100
Andreas Schwab changed:
What|Removed |Added
CC||gccbugs at dima dot
secretsauce.ne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63178
Andreas Schwab changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63312
--- Comment #2 from Andreas Schwab ---
This fixes the test for all opt levels, no regressions.
Severity: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: rsandifo at gcc dot gnu.org
Target: ia64-*-*
Created attachment 33536
--> ht
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63340
--- Comment #1 from Andreas Schwab ---
Created attachment 33537
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33537&action=edit
Assembler output w/ r215449 reverted
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63340
--- Comment #2 from Andreas Schwab ---
setf.s f6 = r14 vs. setf.sig f6 = r14
setf.d f6 = r14 vs. setf.sig f6 = r14
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63340
--- Comment #3 from Andreas Schwab ---
Reduced:
extern void abort (void);
extern void exit (int);
#define TEST_COMPOUND(TYPE, LHSVAL, RHSVAL, OP)\
do\
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63347
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63360
--- Comment #5 from Andreas Schwab ---
Please make sure all functions are called exactly as they are defined.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63388
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63393
--- Comment #5 from Andreas Schwab ---
A conforming implementation is always allowed to provide extensions. The
difference between hosted and freestanding implementations is in the set of
library facilities that are guaranteed to be available, b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63436
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63461
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: jiong.wang at arm dot com
Target: powerpc-*-*
$ ADA_INCLUDE_PATH=powerpc64-linux/32/libada/adainclude
ADA_OBJECTS_PATH=powerpc64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63463
Andreas Schwab changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68605
--- Comment #1 from Andreas Schwab ---
What about -nostartfiles?
: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: amker at gcc dot gnu.org
Target Milestone: ---
Target: powerpc-*-*
$ gcc/xgcc -Bgcc/ ../gcc/testsuite
-fat-lto-objects
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: hubicka at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68662
Andreas Schwab changed:
What|Removed |Added
Blocks||67548
Target Milestone|---
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: hubicka at gcc dot gnu.org
Blocks: 61886
Target
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
Blocks: 25140
Target Milestone: ---
Target: aarch64-*-*
$ gcc/xgcc -Bgcc/ ../../gcc/gcc/testsuite/gcc.c-torture/execute/alias-2.c -O1
-lm -o
: normal
Priority: P3
Component: debug
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: hubicka at gcc dot gnu.org
Target Milestone: ---
Target: aarch64-*-*, ia64-*-*
Breakpoint 1, foo (arg7=, arg6=,
arg5
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: law at redhat dot com
Blocks: 68619
Target Milestone: ---
Target: aarch64-*-*
$ gcc/xgcc -Bgcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61441
--- Comment #11 from Andreas Schwab ---
FAIL: gcc.dg/pr61441.c (test for excess errors)
Excess errors:
/usr/local/gcc/gcc-20151223/gcc/testsuite/gcc.dg/pr61441.c:12:7: warning:
implicit declaration of function 'issignaling'
[-Wimplicit-function-d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465
--- Comment #29 from Andreas Schwab ---
'_rtld_local#+15032385536' is just a hint that is passed through to the linker
in the addend of the R_IA64_LDXMOV relocation for the insn. That tells the
linker the addend of the R_IA64_LTOFF22X relocation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69051
--- Comment #1 from Andreas Schwab ---
In which way does it fail?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465
--- Comment #31 from Andreas Schwab ---
@ltoffx on symbol+addend doesn't make any sense. This computes an offset into
the GOT, so any addend needs to be added _after_ loading the actual symbol
address from the GOT.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69088
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68810
Andreas Schwab changed:
What|Removed |Added
Target Milestone|--- |6.0
Summary|FAIL:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68973
--- Comment #2 from Andreas Schwab ---
141d7d6e93a44d509f0be246231b46939e728c97 is the first bad commit
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231674
138bc75d-0d04-0410-961f-82ee72b054a4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68886
Andreas Schwab changed:
What|Removed |Added
Target|hppa-unknown-linux-gnu |hppa-*-*, powerpc*-*-*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69221
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270
--- Comment #5 from Andreas Schwab ---
FAIL: gcc.target/aarch64/tst_3.c scan-assembler tst\t(x|w)[0-9]*.*1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69430
Andreas Schwab changed:
What|Removed |Added
Target Milestone|--- |6.0
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: jiong.wang at arm dot com
Target Milestone: ---
Target: aarch64-*-*
make[4]: Entering directory
'/opt/gcc/gcc-201
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69475
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: amker at gcc dot gnu.org
Blocks: 48052
Target Milestone: ---
Target: m68k-*-*
$ gcc/xgcc -Bgcc/ ../gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66396
Andreas Schwab changed:
What|Removed |Added
Keywords||wrong-code
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66351
--- Comment #2 from Andreas Schwab ---
http://gcc.gnu.org/ml/gcc-testresults/2015-06/msg00430.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66419
Andreas Schwab changed:
What|Removed |Added
Target Milestone|--- |6.0
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: rguenth at gcc dot gnu.org
Target Milestone: ---
Target: aarch64-*-*
$ gcc/xgcc -Bgcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66423
--- Comment #2 from Andreas Schwab ---
ITYM a & ((1 << b) - 1)
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: sch...@linux-m68k.org
CC: ramana at gcc dot gnu.org
Target Milestone: ---
T
1201 - 1300 of 1457 matches
Mail list logo