[Bug tree-optimization/55188] [4.8 regression] FAIL: gcc.dg/pr19105.c scan-tree-dump-times reassoc1 "Optimizing range tests v_[0-9]*.D. -.2, 2. and -.3, 4.[\n\r]* into" 1

2012-11-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55188 Andreas Schwab changed: What|Removed |Added Target|m68k-*-*| --- Comment #1 from Andreas S

[Bug go/55201] New: [4.8 regression] libgo.so: undefined reference to `__atomic_compare_exchange_8'

2012-11-04 Thread sch...@linux-m68k.org
4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i...@airs.com ReportedBy: sch...@linux-m68k.org libgo needs to be linked against -latomic.

[Bug middle-end/55145] Different bits for long double constant depending on long int size

2012-11-04 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55145 --- Comment #5 from Andreas Schwab 2012-11-04 11:04:03 UTC --- This cannot explain the crashes you see since the difference is just one ULP.

[Bug go/55201] [4.8 regression] libgo.so: undefined reference to `__atomic_compare_exchange_8'

2012-11-04 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55201 --- Comment #1 from Andreas Schwab 2012-11-04 12:46:19 UTC --- Created attachment 28611 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28611 Preliminary patch Doesn't yet work with -static-libgo

[Bug c/46591] Can't build m68k-elf target on i386-apple-darwin

2010-12-18 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46591 Andreas Schwab changed: What|Removed |Added Component|target |c --- Comment #2 from Andreas Schwab 20

[Bug c/47146] Floating point to integer conversions

2011-01-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47146 --- Comment #4 from Andreas Schwab 2011-01-03 17:40:24 UTC --- > fprintf( stdout, "Float 100.0 * 0.3894949=%d\n", 100.0 * elapsed ); > fprintf( stdout, "Float 100 * 0.3894949=%d\n", 100 * elapsed ); > > both produce the value '-536870912'. Unde

[Bug libffi/47248] libffi build failure with ld.gold (works with trunk 20110106, fails with 20110110)

2011-01-10 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47248 --- Comment #4 from Andreas Schwab 2011-01-10 22:48:08 UTC --- The assembler files should really be using cfi directives like m68k/sysv.S.

[Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap

2011-01-11 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug lto/47274] New: [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306

2011-01-12 Thread sch...@linux-m68k.org
Component: lto AssignedTo: unassig...@gcc.gnu.org ReportedBy: sch...@linux-m68k.org Target: powerpc-linux Configured with: ../configure --prefix=/usr --build=powerpc64-linux --host=powerpc64-linux --enable-shared --enable-threads --enable-__cxa_atexit --with-system

[Bug lto/47274] [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306

2011-01-13 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47274 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Andreas Schwab

[Bug libstdc++/47275] ofstream::put(255) results in bad stream when built with -fsigned-char on platforms that default to unsigned char

2011-01-13 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47275 --- Comment #4 from Andreas Schwab 2011-01-13 16:56:55 UTC --- By changing the signedness of char you change the ABI and everything must use the same ABI.

[Bug lto/47274] [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306

2011-01-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47274 Andreas Schwab changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #

[Bug c/47330] libdecnumber/Makefile.in overrides CFLAGS set by sub make invocation

2011-01-17 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47330 --- Comment #1 from Andreas Schwab 2011-01-17 16:13:37 UTC --- You are not supposed to override CFLAGS in sub-makes.

[Bug c/47330] libdecnumber/Makefile.in overrides CFLAGS set by sub make invocation

2011-01-17 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47330 --- Comment #3 from Andreas Schwab 2011-01-17 16:25:25 UTC --- Those who ignore libtool are forced to reimplement it.

[Bug bootstrap/47422] [4.6 regression] bootstrap failure due to warnings in compare-elim.c

2011-01-23 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47422 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libffi/47442] does not build multilib on m68k

2011-01-24 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #2 from Andreas Schwab 2011-01-24 21:36:52 UTC --- This is the wrong way to fix that. The m68k SYSV ABI requires 68020+ w/ 68881/2. If you use a different ABI you should write a proper implementation.

[Bug target/47424] [4.6 Regression] Glibc miscompiled

2011-01-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47424 Andreas Schwab changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #8 from Andreas Schwab 2011-01-25 20:05:54 UTC --- >+#ifdef __rtems__ >+void rtems_cache_flush_multiple_data_lines( const void *, size_t ); >+#else Include the header that declares it. >+ cmp.l #0, %a1 cmp.w#0, %

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #11 from Andreas Schwab 2011-01-25 20:53:37 UTC --- "joel at gcc dot gnu.org" writes: > Why cmp.w when it is tst.l? Because it is smaller.

[Bug c/47533] [m68k] stack corruption with -Os (probably due to tail call optimisation)

2011-01-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47533 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/47541] For integer pointers, the value of ++*p is not written back to memory

2011-01-30 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47541 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/47274] [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306

2011-02-02 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47274 --- Comment #32 from Andreas Schwab 2011-02-02 16:42:05 UTC --- Similar (dormant) problem with slot_num.

[Bug lto/47274] [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306

2011-02-02 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47274 --- Comment #33 from Andreas Schwab 2011-02-02 16:47:54 UTC --- All other calls to lto_output_data_stream use sizeof, so this should probably do as well.

[Bug middle-end/47602] Permit inline asm to clobber PIC register

2011-02-04 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47602 --- Comment #11 from Andreas Schwab 2011-02-04 14:28:00 UTC --- If you are writing assembler code you need to know your ABI in and out.

[Bug debug/47624] New: FAIL: gcc.dg/guality/pr43077-1.c -O1 line 42 c == 3

2011-02-06 Thread sch...@linux-m68k.org
AssignedTo: unassig...@gcc.gnu.org ReportedBy: sch...@linux-m68k.org Target: powerpc*-*-* Breakpoint 1, fn3 () at /daten/gcc/gcc-20110206/gcc/testsuite/gcc.dg/guality/pr43077-1.c:44 44 } (gdb) i addr c Symbol "c" is a complex DWARF expression: 1: DW_OP_bre

[Bug lto/47625] New: FAIL: gcc.dg/guality/pr43077-1.c -O2 -flto -flto-partition=none line 42 a == 1

2011-02-06 Thread sch...@linux-m68k.org
Priority: P3 Component: lto AssignedTo: unassig...@gcc.gnu.org ReportedBy: sch...@linux-m68k.org Target: powerpc*-*-* Breakpoint 1, fn3 () at /daten/gcc/gcc-20110206/gcc/testsuite/gcc.dg/guality/pr43077-1.c:44 44 } (gdb) whatis a type = const number (gdb

[Bug lto/47625] FAIL: gcc.dg/guality/pr43077-1.c -O2 -flto -flto-partition=none line 42 a == 1

2011-02-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47625 --- Comment #2 from Andreas Schwab 2011-02-07 23:13:54 UTC --- The type is coming from libc debuginfo.

[Bug preprocessor/47756] Warning for #include " " instead of < >

2011-02-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756 --- Comment #1 from Andreas Schwab 2011-02-15 16:22:28 UTC --- How do you define these cases?

[Bug ada/47761] powerpc not supporting -mcpu

2011-02-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47761 --- Comment #1 from Andreas Schwab 2011-02-16 00:23:29 UTC --- Your PowerPC compiler is called powerpc-rtems4.11-gcc, not gcc.

[Bug rtl-optimization/47763] Useless initialization of register

2011-02-16 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47763 --- Comment #10 from Andreas Schwab 2011-02-16 18:26:31 UTC --- There is no undefined behaviour if all calls to foo ignore the returned value.

[Bug web/47718] bugzilla: commit mails mentioning binutils PR wrongly linked to GCC bug

2011-02-18 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47718 --- Comment #5 from Andreas Schwab 2011-02-18 09:11:01 UTC --- See bug 4334 for an old example. Or bugs 921/1646/2175/2176 for another one. These are the only pre-existing binutils/gdb examples.

[Bug target/47842] gcc forces 16-byte stack alignment on Solaris i386, when SYSV requires word alignment

2011-02-22 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47842 --- Comment #2 from Andreas Schwab 2011-02-22 11:06:41 UTC --- A 16-byte aligned stack is still word aligned.

[Bug target/19201] [m68k] Inefficient code for array accesses (from old PROBLEMS)

2011-02-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|NEW Resolution|WONTFIX

[Bug target/19204] [m68k] pea can force reloads that cause inefficient code

2011-02-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19204 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|NEW Resolution|WONTFIX

[Bug target/19205] [m68k] avoid converting INDEX to SI mode if a narrower mode suffices

2011-02-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19205 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|NEW Resolution|WONTFIX

[Bug bootstrap/47902] Bootstrap failure: libiberty/regex.c: error: two or more data types in declaration specifiers

2011-02-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47902 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/47914] __builtin_isunordered(Inf, NaN) doesn't work on linux-m68k/aranym

2011-02-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47914 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #3 from Andreas Schwab 2011-02-28 12:57:30 UTC --- This is a problem with the host compiler (powerpc-ibm-aix6.1.0.0-gcc). Try using a different compiler or reducing the optimisation level.

[Bug libfortran/47945] REAL(8) output conversion error on MinGW32

2011-03-01 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47945 --- Comment #3 from Andreas Schwab 2011-03-01 14:27:54 UTC --- 0.142857142857142849218750 is still within the accuracy of IEEE double. All numbers map to the same IEEE double.

[Bug libgcc/57405] Using printf in signal handler with alternate stack generates a SIGSEGV

2013-05-24 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57405 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/57439] New: [4.9 regression]

2013-05-28 Thread sch...@linux-m68k.org
Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: amylaar at gcc dot gnu.org Target: m68k-*-*

[Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1

2013-05-28 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 Andreas Schwab changed: What|Removed |Added Keywords||wrong-code Target Milestone|---

[Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1

2013-05-28 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 --- Comment #3 from Andreas Schwab --- You don't need stdio.h.

[Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 --- Comment #9 from Andreas Schwab --- Not enough. Executing on host: /daten/aranym/gcc/gcc-20130529/Build/gcc/xgcc -B/daten/aranym/gcc/gcc-20130529/Build/gcc/ /daten/aranym/gcc/gcc-20130529/gcc/testsuite/gcc.c-torture/execute/pr42721.c -fno-dia

[Bug middle-end/57446] New: [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread sch...@linux-m68k.org
: 4.9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: bviyer at gcc dot gnu.org

[Bug middle-end/57446] [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57446 --- Comment #1 from Andreas Schwab --- This is the full list of failing cilk-plus tests (all fail in the same way). All other tests pass. c-c++-common/cilk-plus/AN/builtin_func_double.c -O3 -ftree-vectorize -std=c99 -g -fcilkplus c-c++-common/c

[Bug middle-end/57446] [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57446 --- Comment #4 from Andreas Schwab --- These are the failures on ia64. c-c++-common/cilk-plus/AN/if_test.c -O2 -ftree-vectorize -fcilkplus execution test c-c++-common/cilk-plus/AN/if_test.c -O3 -fcilkplus execution test c-c++-common/cilk-plus/A

[Bug c/57452] FAIL: c-c++-common/cilk-plus/AN/if_test.c

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57452 --- Comment #1 from Andreas Schwab --- Also fails on ia64 for the same reason.

[Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1

2013-05-30 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 --- Comment #12 from Andreas Schwab --- Successfully tested on m68k.

[Bug c++/57531] lvalue required with comma operator

2013-06-05 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57531 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57544] /../libcommon/stdio.h:121:12: error: expected declaration specifiers or ... before numeric constant

2013-06-06 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57544 Andreas Schwab changed: What|Removed |Added Severity|blocker |normal

[Bug c++/57581] abi_tag vs. demangler

2013-06-10 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57581 --- Comment #1 from Andreas Schwab --- Try using a newer demangler. $ ./cxxfilt _ZNSt3setIiSt4lessIiESaIiEE5eraseB5cxx11ESt23_Rb_tree_const_iteratorIiES5_ std::set, std::allocator >::erase[abi:cxx11](std::_Rb_tree_const_iterator, std::_Rb_tree_co

[Bug target/57583] large switches with jump tables are horribly broken on m68k

2013-06-11 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583 --- Comment #1 from Andreas Schwab --- Apparently GAS has lost its BROKEN_DOT_WORD handing.

[Bug target/57583] large switches with jump tables are horribly broken on m68k

2013-06-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583 --- Comment #5 from Andreas Schwab --- The assembler already handles jump targets that are too far away (via the BROKEN_DOT_WORD hack), this issue is about growing the table itself too large so that the overflow table is not reachable any more wit

[Bug c/57647] lvalue required as increment operand

2013-06-19 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57647 --- Comment #5 from Andreas Schwab --- ((unsigned long*)foo)++ and ((unsigned long *)foo++) are not equivalent expressions. The former is the same as foo = (char *)((unsigned long*)foo + 1), the latter is foo += sizeof(*foo) (and the cast has no

[Bug c/57647] lvalue required as increment operand

2013-06-19 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57647 --- Comment #8 from Andreas Schwab --- Postfix operators bind stronger than cast operators. If you need help on the C language then bugzilla is not the right place.

[Bug tree-optimization/57660] New: [4.9 regression] FAIL: gcc.dg/tree-ssa/forwprop-28.c scan-tree-dump-times forwprop1 "Replaced" 8

2013-06-20 Thread sch...@linux-m68k.org
NCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: law at gcc dot gnu.org Target: m68k-*-* Created attachment 30325 --> http:

[Bug c++/57671] Compile Error: When declared a pointer const TYPE const *p ; (p is name of pointer)

2013-06-21 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57671 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57707] gcc misinterprets hex escapes in constant strings

2013-06-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57707 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57707] gcc misinterprets hex escapes in constant strings

2013-06-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57707 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/57716] std::thread does not compile with vector& as argument

2013-06-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57716 Andreas Schwab changed: What|Removed |Added Resolution|WONTFIX |INVALID

[Bug preprocessor/57760] preprocessor directive supress g++ warning

2013-06-30 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57760 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/57749] -ffpe-trap=zero or invalid produces SIGFPE on complex zero ** 1e0

2013-07-01 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57749 --- Comment #14 from Andreas Schwab --- C11 G.6.4.1 The cpow functions The cpow functions raise floating-point exceptions if appropriate for the calculation of the parts of the result, and may also raise spurious floating-point exceptions.379) 3

[Bug fortran/47007] Values from namelist file should not depend on locale settings

2013-07-04 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 --- Comment #22 from Andreas Schwab --- In glibc newlocale(0,"C",0) is cheap and doesn't need to be cached.

[Bug c/57853] pointer arithmetic on arrays

2013-07-09 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug bootstrap/57900] /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory

2013-07-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57900 --- Comment #2 from Andreas Schwab --- It's the target compiler that matters, so this check must be performed in the target libraries.

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-07-17 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 --- Comment #14 from Andreas Schwab --- The relevant option is -ffreestanding, not -nostdlib.

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-07-17 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 --- Comment #16 from Andreas Schwab --- That's exactly what I wrote.

[Bug java/57929] gcc-4.8: FTBFS on m68k: ICE compiling libjava/interpret.cc

2013-07-19 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57929 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/49847] [4.7/4.8/4.9 Regression] NULL deref in fold_rtx (prev_insn_cc0 == NULL)

2013-07-19 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49847 --- Comment #22 from Andreas Schwab --- *** Bug 57929 has been marked as a duplicate of this bug. ***

[Bug inline-asm/57950] wrong line numbers in error messages for inline assembler statements

2013-07-21 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57950 --- Comment #2 from Andreas Schwab --- GCC uses the line number of the start of the asm statement, so line 8 is correct.

[Bug inline-asm/57950] wrong line numbers in error messages for inline assembler statements

2013-07-22 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57950 --- Comment #5 from Andreas Schwab --- The error messages are all generated by the assembler which knows nothing about the source file.

[Bug inline-asm/57950] wrong line numbers in error messages for inline assembler statements

2013-07-22 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57950 --- Comment #7 from Andreas Schwab --- There is no way to know how the newline was written.

[Bug inline-asm/57950] wrong line numbers in error messages for inline assembler statements

2013-07-22 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57950 --- Comment #9 from Andreas Schwab --- The assembler only sees literal newlines, it does not know how they were written in the source. The compiler cannot put line directives in the middle of an assembler string by itself because it cannot know h

[Bug inline-asm/57950] wrong line numbers in error messages for inline assembler statements

2013-07-22 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57950 --- Comment #11 from Andreas Schwab --- See the example in the original description.

[Bug testsuite/58070] gcc.c-torture: useless check "-O3 -fomit-frame-pointer"

2013-08-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58070 --- Comment #1 from Andreas Schwab --- This is target dependent.

[Bug testsuite/58070] gcc.c-torture: useless check "-O3 -fomit-frame-pointer"

2013-08-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58070 --- Comment #3 from Andreas Schwab --- The default state of -fomit-frame-pointer.

[Bug tree-optimization/58121] New: [4.9 regression] FAIL: cc1224a

2013-08-10 Thread sch...@linux-m68k.org
Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target: ia64-*-* $ ADA_INCLUDE_PATH=/usr/local/gcc/gcc-20130811/Build/gcc/ada/rts/ ADA_OBJECTS_PATH=/usr/local/gcc/gcc-20130811/Build/gcc/ada/rts/ /usr/local/gcc/gcc-20130811/Build/gcc/gnatmake

[Bug tree-optimization/58121] [4.9 regression] FAIL: cc1224a

2013-08-13 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58121 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Andreas Schwab

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #3 from Andreas Schw

[Bug c/58154] if declaration and definition of a function differ in scope, emit a warning

2013-08-14 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58154 --- Comment #5 from Andreas Schwab --- All references are from N1570.

[Bug tree-optimization/58180] New: [4.9 regression] ICE in obj_type_ref_class, at tree.c:11876

2013-08-17 Thread sch...@linux-m68k.org
-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: jh at suse dot cz Target: m68k-*-* Broken by r201789. libtool: compile: /daten

[Bug tree-optimization/58180] [4.9 regression] ICE in obj_type_ref_class, at tree.c:11876

2013-08-17 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58180 --- Comment #1 from Andreas Schwab --- Created attachment 30667 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30667&action=edit Preprocessed source

[Bug middle-end/58199] New: [4.9 regression] ICE in dump_type_inheritance_graph

2013-08-20 Thread sch...@linux-m68k.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: jh at suse dot cz Broken by r201836. $ gcc/xgcc -Bgcc/ -fno-diagnostics-show-caret -fdiagnostics-color=never -w -O2 -dumpbase dump

[Bug c++/58211] gcc: internal compiler error: Segmentation fault (program as)

2013-08-21 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58211 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/58239] New: [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-24 Thread sch...@linux-m68k.org
IRMED Keywords: build Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org ../../xgcc -B../../ -static-libgcc -I- -I../rts -I. -I/usr/local/gcc/gcc-2013082 5/gcc/ada -DI

[Bug regression/58244] global variable: many THOUSANDS times slower execution

2013-08-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58244 --- Comment #4 from Andreas Schwab --- gcc was able to optimize your code to make it 6000 times faster. How is that a regression?

[Bug regression/58244] global variable: many THOUSANDS times slower execution

2013-08-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58244 --- Comment #7 from Andreas Schwab --- Now try the same code with -O0.

[Bug lto/58298] [4.9 regression] ICE in mentions_vars_p_field_decl, at lto/lto.c:1392

2013-09-02 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58298 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug lto/58298] New: [4.9 regression] ICE in mentions_vars_p_field_decl, at lto/lto.c:1392

2013-09-02 Thread sch...@linux-m68k.org
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: jh at suse dot cz Target: m68k-*-* SVN r202143 Author: hubicka Date: Sun Sep 1 12:00:35 2013 + * lto.c

[Bug target/58320] [4.7 / 4.8 / 4.9 Regression] code used in autoconf test fails with -O2, works with -O0

2013-09-05 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58320 --- Comment #2 from Andreas Schwab --- Casting to uintptr_t should probably make this work as intented.

[Bug other/58347] Build fails on x86_64-unknown-linux-gnu in libvtv on ENABLE_VTABLE_VERIFY not in not appear in AM_CONDITIONAL

2013-09-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58347 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/58348] Build fails on x86_64-unknown-linux-gnu in libvtv on ENABLE_VTABLE_VERIFY not in AM_CONDITIONAL

2013-09-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58348 --- Comment #2 from Andreas Schwab --- *** Bug 58347 has been marked as a duplicate of this bug. ***

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 --- Comment #7 from Andreas Schwab --- It's also causing miscompare on ia64.

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug tree-optimization/58342] ICE in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58342 Bug 58342 depends on bug 58340, which changed state. Bug 58340 Summary: [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623 http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug middle-end/58402] [4.9 regression] FAIL: gcc.dg/tree-ssa/phi-opt-1.c scan-tree-dump-times optimized "if" 0

2013-09-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58402 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug middle-end/58402] New: [4.9 regression] FAIL: gcc.dg/tree-ssa/phi-opt-1.c scan-tree-dump-times optimized "if" 0

2013-09-12 Thread sch...@linux-m68k.org
NCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: rguenther at suse dot de Blocks: 58377 Target: m68k-*-* This fails since r202496

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 --- Comment #22 from Andreas Schwab --- Just tell me what you need.

<    1   2   3   4   5   6   7   8   9   10   >